*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  word-wrap: break-word;
  color: #314659;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
    helvetica neue, Arial, noto sans, sans-serif, apple color emoji,
    segoe ui emoji, segoe ui symbol, noto color emoji;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: "tnum";
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
.swiper-button-prev,
.swiper-button-next {
  color: rgba(255, 255, 255, 0.7);
}
.wrapper {
  overflow-x: clip;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  overflow: hidden;
  z-index: 10000;
}
header .header_wrapper {
  height: 100%;
  /* max-width: calc(100% - 112px); */
  position: relative;
  margin: auto;
  will-change: transform;
  padding: 0 24px;
  background-color: rgba(0, 0, 0, 0.72);
}
header .header_wrapper .header_logo {
  display: inline-block;
  position: relative;
  width: 143px;
  line-height: 64px;
}
.header_menu {
  height: auto;
  float: right;
}
.header_menu.show {
  opacity: 1;
  height: auto;
}
.linkNav {
  line-height: 62px;
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
  background: 0 0;
  color: #fff;
  height: 64px;
  border-bottom-color: transparent;
  position: relative;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    border 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.linkNav.active {
  color: #e0e7ff;
  border-bottom-color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.linkNav:hover {
  color: #e0e7ff;
  border-bottom-color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.mobile_menu {
  display: none;
}
.banner {
  width: 100%;
  height: 65.865vh;
  height: 400px;
  position: relative;
  text-align: center;
  border-color: #666;
  background-image: url(https://img.zuiyouqu.com/web/common/official_website/banner.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.banner_wrapper {
  display: inline-block;
  position: absolute;
  /* top: 0; */
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  max-width: 542px;
  height: 300px;
  width: 80%;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.content1 {
  overflow: initial;
  width: calc(100% - 112px);
  min-height: 40.692vh;
  margin: auto;
  margin-bottom: 60px;
  border-radius: 4px;
  box-shadow: 0 32px 32px rgb(34 94 222 / 8%);
  background: #fff;
  position: relative;
}
.content1_wrapper {
  margin: auto;
  margin-top: -60px;
  padding: 64px 24px;
  overflow: hidden;
  height: 100%;
  max-width: 1200px;
  position: relative;
  will-change: transform;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-image: url(https://img.zuiyouqu.com/web/common/official_website/company_bg.png);
  background-size: cover;
}
.content1_wrapper.row {
  margin: auto;
}
.content1_wrapper img {
  display: block;
  /* width: 336px;
  height: 246px; */
  width: 420px;
  height: 253px;
}
.content1_wrapper .content1_right {
  width: 420px;
}
.content1_wrapper .content1_right .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 20px;
  color: #000000;
  margin: 20px 0;
}
.content1_wrapper .content1_right .text {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1d1d1d;
  line-height: 25px;
}
.content2_wrapper {
  padding-bottom: 60px;
}
.content2 {
  width: 100%;
  min-height: 67.412vh;
  position: relative;
  text-align: center;
  border-color: #666;
  background-image: url(https://img.zuiyouqu.com/web/common/official_website/bg.png);
  background-color: rgba(0, 0, 0, 72);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.content2_title {
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
  line-height: 37px;
  padding: 50px 0 25px;
}
.content2_content {
  /* max-width: 550px; */
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
}
.content2_swiper {
  display: none;
  margin-bottom: 40px;
}
.content2_swiper.content2_swiper1 {
  display: block;
}
.swiper-container {
  width: 100%;
  height: 325px;
}
.swiper-slide {
  width: 670px;
  height: 100%;
}
.swiper-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content2_item {
  text-align: center;
  margin-bottom: 40px;
}
.content2_item .count {
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
  margin-bottom: 16px;
}
.content2_item .text {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 16px;
}
.content3 {
  overflow: initial;
  width: calc(100% - 112px);
  min-height: 40.692vh;
  margin: auto;
  margin-bottom: 60px;
  border-radius: 4px;
  box-shadow: 0 32px 32px rgb(34 94 222 / 8%);
  background: #fff;
  position: relative;
}
.content3_wrapper {
  margin: auto;
  margin-top: -60px;
  padding: 64px 24px;
  overflow: hidden;
  height: 100%;
  max-width: 1200px;
  position: relative;
  will-change: transform;
  display: block;
}
.content3_wrapper.active {
  display: none;
}
#swiper3 {
  height: 305px;
}
#swiper3 .swiper-slide {
  height: 350px;
}
#swiper3 .swiper-slide img {
  width: 100%;
  height: 100%;
}
#swiper3 .content3_main {
  padding: 60px 60px;
}
.content3_wrapper .row {
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.content3_wrapper .row img {
  display: block;
  object-fit: cover;
  padding: 0;
}
.content3_wrapper .row:nth-child(1) img:nth-child(1) {
  width: 411px;
  height: 230px;
}
.content3_wrapper .row:nth-child(1) .col-md-5 {
  width: initial;
  padding: 0;
  position: relative;
}
.content3_wrapper .row:nth-child(1) .col-md-5 img {
  width: 318px;
  height: 230px;
}
.content3_wrapper .row:nth-child(2) img:nth-child(1) {
  width: 184px;
  height: 230px;
}
.content3_wrapper .row:nth-child(2) img:nth-child(2) {
  width: 240px;
  height: 230px;
}
.content3_wrapper .row:nth-child(2) img:nth-child(3) {
  width: 305px;
  height: 230px;
}
.content3_main {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 30px 36px;
}
.content3_main h3 {
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 16px;
}
.content3_main .content3_main_text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 25px;
}
.content4 {
  overflow: initial;
  width: calc(100% - 112px);
  min-height: 55.443vh;
  margin: auto;
  margin-bottom: 60px;
  border-radius: 4px;
  box-shadow: 0 32px 32px rgb(34 94 222 / 8%);
  background: #fff;
  position: relative;
}
.content4_wrapper {
  height: 100%;
  padding: 64px 24px;
  position: relative;
  margin: auto;
  will-change: transform;
  /* padding: 0 24px; */
  overflow: auto;
}
.content4_wrapper iframe {
  border: none;
  height: 55.443vh;
}
.footer {
  background: #32323a;
  padding: 50px 56px;
  color: #fff;
  font-weight: 500;
}
.footer_left {
  padding: 0;
}
.footer_right {
  padding: 0;
}
.footer_text {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 16px;
  color: #fff;
  display: flex;
  align-items: center;
}
.footer_right {
  margin-top: 56px;
  text-align: right;
  position: relative;
  line-height: 16px;
}
.footer .end {
  /* padding-bottom: 20px; */
  line-height: 16px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer .end .end_title {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px !important;
}
.footer .end .end_img {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.right_public {
  display: block;
  width: 175px;
  height: 175px;
  border-radius: 2px;
  left: 0;
  top: -62px;
  display: none;
  position: absolute;
  border: 1px solid #dedede;
  box-sizing: border-box;
}
.right_text {
  font-size: 14px;
  line-height: 16px;
  margin-left: 3px;
  display: inline-block;
}
.right_img {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.row {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  header .header_wrapper {
    max-width: 1200px;
  }
}
@media screen and (max-width: 991px) {
  .footer .end {
    /* padding-top: 20px; */
    justify-content: flex-start;
  }
  .footer_right {
    text-align: initial;
    margin-top: 0;
  }
  .right_public {
    left: 0;
    top: -62px;
  }
}
@media screen and (max-width: 500px) {
  .banner {
    height: 50vh;
  }
  .content1 {
    width: 100%;
  }
  .content3 {
    width: 100%;
  }
  .content4 {
    width: 100%;
  }
  .content2_item .count {
    font-size: 25px;
  }
}
@media screen and (max-width: 888px) {
  .content3 .content3_wrapper .row:nth-child(1) .col-md-5 {
    width: 100%;
  }
  .content3 .content3_wrapper .row img {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .content2_swiper {
    display: block;
  }
  .content2_swiper.content2_swiper1 {
    display: none;
  }
  .content3_wrapper {
    display: none;
  }
  .content3_wrapper.active {
    display: block;
  }
  .swiper-container {
    width: 100%;
    height: 205px;
  }
  .swiper-slide {
    width: 300px;
    height: 205px;
  }
  .swiper-container img {
    width: 300px;
    height: 100%;
  }
  .footer {
    padding: 50px 26px;
  }
}
@media screen and (max-width: 414px) {
  .end span {
    margin-bottom: 20px;
  }
  .end .end_title {
    margin: 0 0 20px !important;
  }
}
@media screen and (max-width: 400px) {
  .content2_item .count {
    font-size: 18px;
  }
  .content2_item .text {
    font-size: 15px;
  }
  .content2_wrapper .row {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .header_menu {
    float: inherit;
    height: 0;
    position: relative;
    left: -24px;
    width: calc(100% + 48px);
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .mobile_menu {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 100;
    display: block;
  }
  .mobile_menu em {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-top: 4px;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
      opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .mobile_menu:first-child em {
    margin-top: 0;
  }
  .linkNav {
    display: block;
    width: 100%;
    padding: 0 24px;
    border-bottom: none;
    line-height: 40px;
    height: 40px;
    margin: 4px 0 8px;
  }
  .linkNav.active {
    border: none;
    background: #2f54eb;
  }
  .linkNav:hover {
    border: none;
    background: #2f54eb;
  }
  .banner {
    background-attachment: inherit;
  }
  .banner_wrapper {
    width: 90%;
    height: 50%;
  }
  .content1 {
    width: 100%;
  }
  .content3 {
    width: 100%;
  }
  .content4 {
    width: 100%;
  }
}

.footer_right_box {
  display: flex;
  align-items: center;
}

.about_us_box {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  width: 140px;
  justify-content: space-between;
}

.xhs_icon_us_box {
  margin-bottom: 16px;
}

.about_icon {
  height: 16px;
}
.about_icon_text {
  font-size: 14px;
}
.xhs_icon {
  height: 30px;
}

.footer_right_box_right{
  position: relative;
  top: -10px;margin-left: 50px;
}

.footer_right_box_right img {
  width: 120px;
  height: 120px;
}

.footer_right_box_right div {
  font-size: 11px;
  width: 120px;
  text-align: center;
  margin-top: 2px;
}

.end_right_box{
  float: right;
}