@media(max-width:992px) {
  .search .icon i {
    color: #393939;
    font-size: .5rem;
  }

  .header .searchBox .search-form {
    width: 80vw;
    overflow: hidden;
  }

  .header .searchBox .search-form .title {
    height: 100%;
    flex: 1;
  }

  .header .searchBox .search-form .search-input-box {
    height: 5.5vw;
  }

  .search-btn .iconfont {
    font-size: 36px;
  }.product-formBox .booking-textarea

  .header .searchBox .searchHost {
    width: 80vw;
  }

  /* banner */
  .banner {
    height: 27vh;
  }

  .pub_title {
    font-size: .32rem;
  }

  .pub_title_en {
    font-size: .24rem;
  }

  /* about */
  .about {
    flex-direction: column;
    padding-bottom: 0;
  }

  .about_left {
    padding: 0;
  }

  .about_logo {
    margin-bottom: .2rem;
  }

  .about_logo img {
    width: 4rem;
  }

  .about_txt h4 {
    font-size: .3rem;
    line-height: 1.5;
  }

  .about-text {
    font-size: .24rem;
    line-height: 2;
  }

  /* product */

  .pro-classify-tab {
    justify-content: start;
    flex-wrap: wrap;
  }

  .pro-classify-tab a {
    margin: .2rem;
    font-size: 0.14rem;
  }

  /* index product */
  .product-list .pro-item {
    margin-right: 0;
    margin-bottom: .3rem;
    width: 100%;
  }

  .product-list .pro-item h3 {
    font-size: .3rem;
  }

  .product-list .pro-item p {
    font-size: .24rem;
  }

  /* index about */
  .index-about .container {
    flex-direction: column;
  }

  .about-left {
    width: 100%;
  }

  .index-about .about-sub-title {
    font-size: .3rem;
  }

  .about-desc p {
    font-size: .24rem;
    text-align: justify;
  }

  .about-right {
    width: 100%;
    padding-left: 0;
  }

  .adv-item label i {
    font-size: .48rem;
  }

  .adv-item label span {
    top: -.1rem;
  }

  .adv-item h4 {
    font-size: 0.22rem;
  }

  /* case */
  .project-case-channel {
    font-size: .24rem;
    margin-bottom: .4rem;
  }

  .project-case-title {
    font-size: .3rem;
    line-height: 1.5;
  }

  .project-case-img {
    height: 4.2rem;
  }

  .project-case-time {
    font-size: .24rem;
  }

  .case-next,
  .case-prev {
    width: .45rem;
    height: .45rem;
  }

  .project-case-more {
    font-size: .24rem;
  }

  /* customers */
  .customers-channel {
    font-size: .3rem;
  }

  .customers-subtitle {
    padding: 0 .3rem;
    font-size: .24rem;
    line-height: 1.8;
  }

  .customers-subtitle>p>br {
    display: none;
  }

  .customers-box {
    --width: 2.4rem;
    --height: 1.4rem
  }

  /* footer */
  .footer-top .container {
    flex-direction: column;
  }

  .footer-menu {
    width: 100%;
  }

  .footer-menu-item {
    width: calc((100% - 1rem) / 3);
  }

  .footer-menu-item:nth-child(3n) {
    margin-right: 0;
  }

  .footer-form {
    width: 100%;
    border-top: solid 1px rgba(0, 0, 0, .1);
    padding-top: .4rem;
  }
}

@media(max-width:992px) {
  .title .en {
    margin-top: 0;
  }
}

@media(max-width:767px) {
  .icon_btn {
    min-width: 3rem;
    display: none;
  }

  .pro-classify-tab a {
    margin: auto .1rem .2rem;
    font-size: .24rem;
    white-space: nowrap;
  }

  .adv-item {
    padding-left: 0;
  }

  .adv-item:nth-child(odd) {
    padding-right: .3rem;
  }

  .adv-item:nth-child(even) {
    padding-left: .3rem;
  }

  .adv-item label em {
    font-size: .2rem;
  }

  .project-case-channel {
    font-size: .36rem;
  }

  .footer-menu {
    min-width: 100%;
    padding-top: 0;
    flex-wrap: wrap-reverse
  }

  .footer-menu-item {
    margin-left: 0;
    width: 100%;
    order: 1;
  }

  .footer-menu-item:nth-child(3n) {
    margin-right: .6rem;
  }

  .footer-menu-item:nth-child(3),
  .footer-menu-item:nth-child(2n) {
    margin-right: 0;
  }

  .footer-menu-link .logo-m img {
    max-height: .68rem;
  }

  .footer-menu-link p {
    font-size: .24rem;
  }

  .footer-contact-item {
    margin-right: 0;
    width: 100%;
    order: 3;
  }

  .footer-online {
    margin: .3rem 0;
    width: 100%;
    order: 1;
  }

  .footer-online a {
    width: .5rem;
    height: .5rem;
  }

  .footer-online a i {
    font-size: .42rem;
  }

  .footer-online a:nth-child(2) i,
  .footer-online a:nth-child(3) i {
    font-size: .6rem;
  }

  .footer-online a.code i {
    font-size: .36rem;
  }

  .footer-menu-channel {
    font-size: .28rem;
  }

  .footer-menu-link a,
  .footer-menu-link {
    font-size: .24rem;
    line-height: 2;
  }

  .footer-contact-item .footer-menu-channel::after {
    width: calc((100% - .6rem) / 2);
  }

  .footer-form-item p {
    font-size: .25rem;
    line-height: 1.8;
  }

  .footer-form-item.col-md-6:first-child,
  .footer-form-item.col-md-6:nth-child(3) {
    padding-right: .2rem;
  }

  .footer-form-item.col-md-6:nth-child(2),
  .footer-form-item.col-md-6:nth-child(4) {
    padding-left: .2rem;
  }

  .footer-form-input,
  .footer-form-textarea {
    font-size: .2rem;
    height: .58rem;
    line-height: .58rem;
  }
  .f-item-captcha .captcha{
    height: .58rem;
  }

  .footer-form-textarea {
    padding: .05rem .15rem;
    height: 1.2rem;
  }

  .footer-form-btn {
    margin-top: .15rem;
    width: 100%;
    height: .68rem;
    line-height: .68rem;
    font-size: .25rem;
    text-transform: uppercase;
  }

  .footer-copy {
    padding: .3rem;
    flex-direction: column;
  }

  .footer-copy .container {
    padding: 0;
    text-align: center;
  }

  .footer-copy p {
    font-size: .22rem;
    line-height: 1.6;
  }

  .footer-copy br {
    display: block;
  }
}

/* page banner */
.page-banner-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.page-banner-img::after {
  background-color: var(--bg-blue);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: .5;
}

.page-banner-centenr {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 80px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-banner-title {
  align-items: flex-end;
  color: white;
  display: flex;
  font-size: 0.8rem;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1;
}

.page-banner-title::after {
  background-color: var(--bg-yellow);
  content: '';
  display: block;
  width: .18rem;
  height: .18rem;
  margin-left: 10px;
  margin-bottom: .1rem;
}

.page-banner-info {
  color: white;
  font-size: .20rem;
  font-weight: 700;
  line-height: 2;
  margin-top: .2rem;
  max-width: 7.6rem;
  text-align: center;
}

.page-channel {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.page-channel::before {
  background-color: white;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .5;
}

.page-channel-list {
  width: 90%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.page-channel-item {
  height: 100%;
  position: relative;
  display: flex;
  padding: 0 1%;
}

.page-channel-item::before {
  background-color: var(--bg-yellow);
  content: '';
  position: absolute;
  width: .5rem;
  height: 5px;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  opacity: 0;
}

.about-page-channel-item::before {
  display: none;
}

.page-channel-item a {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
  color: white;
  font-size: .18rem;
  font-weight: 700;
  padding: 0 .1rem;
  opacity: .8;
}

/*product-nav*/
.product-nav .page-channel-item a {
  font-size: .17rem;
}

.page-channel-item:hover a {
  opacity: 1;
  font-weight: 700;
}

.page-channel-item.active::before {
  opacity: 1;
  left: 50%;
  transition: ease-in-out .3s;
}

.page-channel-item.active a {
  opacity: 1;
}

@media(max-width: 1024px) {
  .page-banner-title {
    font-size: .7rem;
  }

  .page-banner-info {
    font-size: .13rem;
  }

  .product-nav .page-channel-item a {
    font-size: .1rem;
  }

}

@media screen and (max-width: 1000px) and (orientation: landscape) {
  .page-channel {
    height: 50px;
  }
}

@media(max-width: 767px) {
      .product-info-parameter{
        margin-bottom: 15%;
      }
  .page-banner-centenr {
    padding-bottom: 50px;
  }

  .page-banner-title {
    font-size: .4rem;
  }

  .page-banner-info {
    font-size: .12rem;
    line-height: 1.5;
    font-weight: normal;
  }

  .page-channel {
    height: 80px;
  }

  .product-nav .page-channel-item a {
    font-size: .1rem;
  }

  .product-nav .page-channel-item a {
    padding: 0;
  }


}

/* page about */
.page-profile {
  padding-top: .6rem;
  position: relative;
  z-index: 4;
}

.page-profile:target {
  padding-top: calc(.6rem + 80px) !important;
  margin-top: -80px;
}

.page-profile>.container {
  display: flex;
  justify-content: space-between;
  padding-bottom: .8rem
}

.page-profile-left {
  width: 48%;
}

.page-profile-title {
  color: rgba(51, 51, 51, 1);
  font-size: .32rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: .42rem;
}

.page-profile-title span {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.page-profile-title span::after {
  background-color: var(--bg-yellow);
  content: '';
  width: .18rem;
  height: .18rem;
  margin-left: 10px;
}

/*.page-profile-pic{
  height: 7rem;
  overflow: hidden;
}*/
.about-carousel {
  margin-bottom: .1rem
}

.page-profile-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-honorary .swiper-slide {
  display: block;
}

.about-carousel .swiper-button-next,
.about-carousel .swiper-button-prev {
  padding: .3rem .15rem;
  width: auto;
  height: auto;
  background-color: var(--bg-blue);
}

.about-carousel .swiper-button-next::after,
.about-carousel .swiper-button-prev::after {
  font-size: .24rem;
  color: #fff;
}

.about-carousel .swiper-button-prev,
.about-carousel .swiper-rtl .swiper-button-next {
  left: 0;
}

.about-carousel .swiper-button-next,
.about-carousel .swiper-rtl .swiper-button-prev {
  right: 0;
}

.about-pic-box {
  flex-wrap: wrap
}

.about-pic-box img {
  margin-right: .1rem;
  margin-bottom: .1rem;
  width: calc((100% - .2rem)/3)
}

.about-pic-box img:nth-child(3n) {
  margin-right: 0
}

.page-profile-right {
  width: 48%;
}

.page-profile-subtitle {
  color: rgba(51, 51, 51, 1);
  font-size: .18rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: .4rem;
}

.page-profile-text {
  color: rgba(102, 102, 102, 1);
  font-size: .18rem;
  line-height: 2;
  text-align: justify;
}

.page-profile-text strong {
  color: #000;
}

.page-environment ul li {
  width: calc(100vw / 4);
  height: 3.25rem;
  overflow: hidden;
}

.page-environment-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: ease-in-out .3s;
}

.page-environment ul li:hover .page-environment-img {
  transform: scale(1.1);
}

.page-honorary {
  padding: .9rem 0 .8rem;
}

.page-section-title {
  color: rgba(51, 51, 51, 1);
  font-size: .4rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: .3rem;
  position: relative;
  z-index: 2
}

.page-seciton-subtitle {
  color: rgba(102, 102, 102, 1);
  font-size: .18rem;
  line-height: 2.6;
  text-align: center;
  position: relative;
  z-index: 2;
  width: 69%;
  margin: 0 auto;
}

.page-honorary-subtitle {
  /*max-width: 11.56rem;
  margin: auto;*/
}

.page-honorary-box {
  margin-top: .7rem;
  padding: 0 .4rem;
}

.page-honorary-box ul li {
  /*border: solid 1px #eee;*/
  overflow: hidden;
}

.page-honorary-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 3.11rem;
  transition: ease-in-out .3s;
}

.page-honorary-box ul li:hover .page-honorary-img {
  transform: scale(1.1);
}

.page-honorary-button {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: .8rem;
}

.honorary-next,
.honorary-prev {
  border: solid 1px var(--bg-blue);
  border-radius: 50%;
  width: .46rem;
  height: .46rem;
  position: inherit;
  top: 0;
  transform: translateY(0);
  margin-top: 0;
  margin: auto .05rem;
}

.honorary-next::after,
.honorary-prev::after {
  color: var(--text-color-blue);
  font-size: .18rem;
}


.page-development-subtitle {
  max-width: 9rem;
  margin: auto;
}

.page-development {
  background: url(../images/path-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: .6rem 0;
  position: relative;
}

.page-development::before {
  background: var(--bg-blue);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}

.page-development .page-section-title,
.page-development .page-seciton-subtitle {
  color: white;
}

.swiper-development {
  --height: 3rem;
  margin-top: .5rem;
  height: var(--height);
  overflow: initial;
}

.swiper-development ul .swiper-slide {
  display: flex;
  ;
}

.swiper-development ul .swiper-slide:nth-child(even) {
  justify-content: flex-start;
  align-items: flex-start;
}

.swiper-development ul .swiper-slide:nth-child(odd) {
  justify-content: flex-end;
  align-items: flex-end;
}

.page-development-title {
  color: white;
  font-size: .2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: .05rem;
}

.page-development-text {
  color: white;
  display: -webkit-box;
  font-size: .15rem;
  line-height: 1.4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page-development-more {
  color: white;
  cursor: pointer;
  font-size: .13rem;
  margin-top: .1rem;
  opacity: .6
}

.page-development-line {
  background-color: white;
  width: calc(100% - 6px);
  height: 1px;
  position: absolute;
  left: 6px;
  top: calc(var(--height) / 2);
  transform: rotate(-10deg);
}

.page-development-line::before {
  content: '';
  border: solid 1px white;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -6px;
}

.page-development-line::after {
  background: url(../images/caricon.png) no-repeat center;
  background-size: contain;
  content: '';
  width: 1.5rem;
  height: .68rem;
  position: absolute;
  left: -28px;
  top: -28px;
  opacity: 0;
}

.swiper-development ul .swiper-slide:nth-child(even) .page-development-line {
  transform: rotate(10deg);
}

.swiper-development .swiper-slide.swiper-slide-active .page-development-line::after {
  animation: carLoop 6s ease 1;
  animation-fill-mode: forwards;
  opacity: 1;
}

.development-pagination {
  margin-top: .5rem;
}

.development-pagination .swiper-pagination {
  position: inherit;
}

.development-pagination .swiper-pagination-bullet {
  background: white;
  width: 18px;
  height: 18px;
}

.layer-development {
  padding: .3rem;
  max-width: 40vw;
}

.layer-development-text {
  color: rgba(102, 102, 102, 1);
  font-size: .16rem;
  line-height: 2;
}

.layer-development-skin {
  border-radius: 10px;
}

.layer-development-skin .layui-layer-title {
  color: var(--text-color-blue);
  font-size: .2rem;
  font-weight: 700;
}

@keyframes carLoop {
  from {
    left: -28px;
  }

  to {
    left: calc(100% - 28px);
  }
}

@-webkit-keyframes carLoop {
  from {
    left: -28px;
  }

  to {
    left: calc(100% - 28px);
  }
}

.page-network {
  background: url(../images/nwtwork-bg.jpg) no-repeat right center;
  background-size: contain;
  padding: .3rem 0;
}

.page-network>.container {
  display: flex;
  justify-content: space-between;
  direction: rtl
}

.page-network-left {
  width: 47.5%;
  position: relative;
}

.page-network-left>div {
  margin: auto;
}

.page-network-left::after {
  background: url(../images/logo2.png) no-repeat center;
  background-size: contain;
  content: '';
  width: 100%;
  height: calc(1.23rem / 2);
  position: absolute;
  left: 0;
  bottom: calc(1.23rem / -4 + .3rem);
  opacity: .2;
}

#earth {
  width: 100%;
}

.page-network-right {
  width: 49.375%;
  direction: ltr
}

.page-nexwork-channel {
  color: var(--text-color-blue);
  font-size: .34rem;
  margin-top: .7rem;
  margin-bottom: .35rem;
}

.page-network-text span {
  color: rgba(51, 51, 51, 1);
  display: block;
  font-size: .24rem;
  line-height: 1;
  margin-bottom: .14rem;
}

.page-network-text .page-text {
  color: rgba(102, 102, 102, 1);
  font-size: .16rem;
  line-height: 2;
}

.page-network-list {
  align-items: flex-start;
  margin-top: 1.2rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.page-network-item {
  width: 50%;
  margin-bottom: .6rem;
}

.page-network-item:last-child,
.page-network-item:nth-last-child(2) {
  margin-bottom: .1rem;
}

.page-network-number {
  color: var(--text-color-blue);
  font-size: .24rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.page-network-number i {
  font-size: .45rem;
  font-style: normal;
  line-height: 1;
  margin-right: 5px;
}

.page-network-subtitle {
  color: rgba(102, 102, 102, 1);
  font-size: .16rem;
  font-weight: normal;
  margin-top: .15rem;
}

.page-help {
  align-items: center;
  background-color: rgba(0, 78, 157, 0.02);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1rem 0;
}

.page-help-title {
  background-color: var(--bg-blue);
  line-height: .36rem;
  transform: skew(-20deg);
  margin-bottom: .35rem;
}

.page-help-title span {
  color: white;
  display: block;
  font-size: .16rem;
  transform: skew(20deg);
  padding: 0 .2rem;
}

.page-help-subtitle {
  color: black;
  font-size: .48rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: .2rem;
}

.page-help .page-seciton-subtitle {
  color: rgba(102, 102, 102, 1);
  font-size: .2rem;
  line-height: 1.8;
  margin-bottom: .6rem;
}

.page-help-more a {
  background-color: var(--bg-blue);
  color: white;
  display: block;
  font-size: .18rem;
  height: .6rem;
  line-height: .6rem;
  padding: 0 .23rem;
}

/* online booking */
.online-box {
  position: absolute;
  right: 1rem;
  bottom: 0;
  color: #fff;
  width: auto;
  height: auto;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
  z-index: 100;
  border-radius: 50%;
  -webkit-transition: all .5s;
}

.online-box .booking-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: .84rem;
  height: .84rem;
  cursor: pointer;
  text-align: center;
  position: absolute;
  overflow: hidden;
  right: 0%;
  bottom: 0%;
  visibility: visible;
  opacity: 1;
  background-color: var(--bg-blue);
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1) .5s;
}

.online-box .online-cont {
  width: .84rem;
  height: .84rem;
  text-align: center;
  position: absolute;
  right: 0%;
  bottom: 0%;
  /*border-radius: 50%;*/
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
  -webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 1;
  visibility: hidden;
  background-color: var(--bg-blue);
}

.online-box.open .close:hover {
  -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform: rotate(90deg);
}

.online-box.open .google-message{
	text-align: left;
	padding: .1rem .35rem;
	color: #fff
}
.online-box.open .google-message a{
	color: #fff;
	text-decoration: underline
}
.online-box.open .online-cont {
  width: 4.8rem;
  height: 4.5rem;
  border-radius: 10px;
  opacity: 1;
  visibility: visible;
}

.online-box.open .booking-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.8);
}

/* .getInfo .btn:hover{
opacity: .9;
} */
.online-box::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  border-radius: 50%;
  -webkit-animation: fadein 1s linear infinite .5s;
  content: '';
  background: #fff;
}

.online-box .booking-btn i,
.online-box .booking-btn p {
  position: relative;
  z-index: 5;
  display: block;
}

.online-box .booking-btn i {
  font-size: .24rem;
  line-height: 1;
  margin-bottom: 2px;
  -webkit-animation: rotateIn2 2s ease infinite;
}

@-webkit-keyframes rotateIn2 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.online-box .booking-btn p {
  font-size: .12rem;
}

.booking-name {
  padding: .3rem .35rem .15rem;
  font-size: .14rem;
  line-height: 1.7;
  opacity: 0;
  visibility: hidden;
  margin-top: .2rem;
}

.booking-name b {
  display: block;
  font-size: .2rem;
}

.booking-form {
  padding: 0px .35rem;
  opacity: 0;
  visibility: hidden;
  margin-top: .2rem;
}

.booking-div {
  justify-content: space-between;
}

.booking-label {
  position: relative;
  width: 45%;
  margin-bottom: .12rem;
}

.booking-all {
  width: 100%;
}

.Message-booking {
  width: 100%;
}

.booking-label span {
  width: auto;
  height: auto;
  line-height: .45rem;
  font-size: .12rem;
  color: rgba(255, 255, 255, .7);
  position: absolute;
  left: 0%;
  bottom: 0%;
  font-size: .14rem;
  -webkit-transition: all .35s;
}

.Message-booking span {
  width: auto;
  height: auto;
  line-height: .45rem;
  font-size: .12rem;
  color: rgba(255, 255, 255, .7);
  position: absolute;
  left: 0%;
  bottom: 0%;
  font-size: .14rem;
  -webkit-transition: all .35s;
}

.booking-form input {
  border: none;
  width: 100%;
  height: .45rem;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  outline: none;
  color: #fff;
  text-indent: 0px;
  position: relative;
  font-size: .14rem;
}

.booking-label::after {
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0%;
  bottom: 0%;
  content: '';
  background-color: #fff;
  -webkit-transition: all .35s;
}

.booking-label.focus::after {
  width: 100%;
}

.booking-label.focus span {
  bottom: .25rem;
  font-size: .12rem;
  opacity: .5;
}

.booking-form input::-webkit-input-placeholder,
.booking-form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .7);
}

.booking-textarea {
  display: block;
  border: none;
  width: 100%;
  height: .45rem;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  outline: none;
  color: #fff;
  text-indent: 0px;
  position: relative;
  font-size: .14rem;
  resize: none;
}

.Message-booking.focus span {
  bottom: .25rem;
}

.booking-submit {
  width: 1.54rem;
  height: auto;
  border-radius: .36rem;
  margin: 0px auto;
  line-height: .43rem;
  text-align: center;
  background-color: #fff;
  color: var(--text-color-blue);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  margin-top: .2rem;
  font-weight: bold;
  font-size: .16rem;
  position: relative;
  overflow: hidden;
}

.booking-submit:before {
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 0px;
  margin-left: 0px;
  background-color: var(--bg-blue);
  border-radius: 50%;
  content: '';
}


.booking-submit button {
  position: relative;
  background: transparent;
}

.booking-submit:hover:before {
  width: 1.6rem;
  height: 1.6rem;
  -webkit-transition: all 600ms;
  margin-top: -.8rem;
  margin-left: -.8rem;
  opacity: 0;
}

.online-box .close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .45rem;
  height: .45rem;
  position: absolute;
  right: -.2rem;
  top: -.25rem;
  line-height: .45rem;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px .15rem rgb(0 0 0 / 10%);
  -webkit-transition: all .35s;
  color: var(--text-color-blue);
  opacity: 0;
  visibility: hidden;
}

.fixed_case .fixed_btn .online-box .close i {
  padding-top: 0;
  font-size: .26rem;
}

.online-box.open .booking-name {
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1) 1.1s;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.online-box.open .booking-form {
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1) 1.2s;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.online-box.open .booking-submit {
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1) 1.3s;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.online-box.open .close {
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1) 1s;
  opacity: 1;
  visibility: visible;
}

/* page thanks */
.thanks-cont {
  flex-direction: column;
  align-items: center;
}

.thanks-cont h2 {
  margin-bottom: .2rem;
  font-size: .38rem;
  line-height: 2;
  color: #111;
}

.thanks-cont p {
  margin-bottom: .3rem;
  font-size: .16rem;
  color: #000;
  line-height: 1;
}

.thanks-cont a {
  padding: .15rem 0;
  text-align: center;
  display: inline-block;
  width: 1.64rem;
  background-color: var(--bg-yellow);
  color: #fff;
  line-height: 1;
  border-radius: .3rem;
}

@media(max-width:992px) and (min-width:767px) {
  .banner {
    height: 50vh
  }

}

@media(max-width:1024px) and (min-width:992px) {
  .page-profile-title {
    font-size: .2rem;
  }

  .page-profile-subtitle {
    font-size: .15rem;
  }

  .page-profile-text {
    font-size: .13rem;
  }

  .page-section-title {
    font-size: .3rem;
    margin-bottom: .2rem;
  }

  .page-seciton-subtitle {
    font-size: .13rem;
    max-width: 90%;
  }

  .page-network-list {
    margin-top: .7rem;
  }

  .page-network-number i {
    font-size: .5rem;
  }

  .page-network-subtitle {
    font-size: .18rem;
  }

  .page-help-subtitle {
    font-size: .3rem;
  }
}

@media(max-width:767px) {
  .page-profile {
    padding-top: .5rem;
  }

  .page-profile>.container {
    flex-direction: column;
    padding-bottom: .5rem;
  }

  .page-profile-left {
    width: 100%;
  }

  .page-profile-title {
    align-items: center;
    display: flex;
    font-size: .3rem;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: .3rem;
  }

  .page-profile-pic {
    max-height: 10rem;
    overflow: hidden;
  }

  .page-profile-right {
    width: 100%;
    margin-top: .3rem;
    max-width: 100%;
  }

  .page-profile-subtitle {
    font-size: .26rem;
    text-align: justify;
  }

  .page-profile-text {
    font-size: .24rem;
  }

  .page-environment ul li {
    width: calc(100vw / 2);
    height: 3.5rem;
  }

  .page-honorary {
    padding: .5rem 0;
  }

  .page-honorary-subtitle,
  .page-seciton-subtitle {
    max-width: 100%;
    padding: 0 .3rem;
    font-size: .24rem;
    line-height: 1.6;
  }

  .page-development {
    overflow: hidden;
  }

  .layer-development {
    max-width: 90vw;
  }

  .swiper-development {
    --height: 4.2rem
  }

  .swiper-development ul .swiper-slide:nth-child(odd) {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .page-development-line {
    top: 3.5rem;
  }

  .page-development-content {
    margin: 0 auto;
    width: 90%;
  }

  .page-development-title {
    font-size: .4rem;
    line-height: 2;
  }

  .page-development-text {
    font-size: .28rem;
    line-height: 1.8;
  }

  .page-development-more {
    font-size: .24rem;
  }

  .development-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }

  .page-network>.container {
    flex-direction: column;
    direction: ltr
  }

  .page-network-left {
    width: 100%;
    height: 7rem;
  }

  #earth {
    width: 100% !important;
    height: 5rem !important;
  }

  #earth canvas {
    width: 100% !important;
    height: 100% !important;
  }

  .page-network-right {
    width: 100%;
  }

  .page-nexwork-channel {
    font-size: .4rem;
    margin-top: .2rem;
    text-align: center;
  }

  .page-network-text span {
    text-align: center;
  }

  /* .page-network-text .page-text{
      font-size: .12rem;
  } */
  .page-network-text .page-text {
    max-width: 100%;
    font-size: .24rem;
    line-height: 1.6;
  }

  .page-network-list {
    margin-top: .6rem;
  }

  .page-network-item {
    margin-bottom: .2rem;
    width: 50%;
    text-align: center;
  }

  .page-network-number {
    font-size: .24rem;
    justify-content: center;
  }

  .page-network-number i {
    font-size: .4rem;
  }

  .page-network-subtitle {
    font-size: .24rem;
  }

  .page-help-subtitle {
    font-size: .3rem;
  }

  .page-help .page-seciton-subtitle {
    margin-bottom: .2rem;
    font-size: .24rem;
  }

  .page-help .page-seciton-subtitle>br {
    display: none;
  }

  .page-help-more a {
    font-size: .24rem;
  }

  .fixed_case {
    width: 1.25rem;
  }

  .fixed_case .fixed_btn .iconfont {
    font-size: .3rem;
  }

  .fixed_case .fixed_btn .fixed_n {
    font-size: .18rem;
  }

  .online-box.open .online-cont {
    top: -5rem;
    bottom: auto;
    width: 6rem;
    height: auto;
  }

  .booking-div {
    flex-wrap: wrap;
  }

  .booking-label {
    margin-bottom: 20px;
    /*width: 100%;*/
  }

  .booking-name b {
    font-size: .3rem;
  }

  .booking-label span,
  .booking-label.focus span {
    font-size: 12px;
  }

  .booking-label.focus span {
    bottom: 35px;
  }

  .booking-form input {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
  .booking-form .booking-textarea{
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }

  .booking-submit {
    width: 2rem;
    padding: .08rem 0;
    line-height: 2;
    font-size: 14px;
  }
  .online-box.open .google-message{
      padding-bottom: .3rem;
  }
}

/* page product details */
.page-product-info {
  padding: .65rem 0;
}

.page-product-info>.container {
  display: flex;
  justify-content: space-between;
}

.product-info-left {
  width: 50%;
}

.product-info-left .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-next,
.product-prev {
  background-color: rgba(0, 0, 0, 0.3);
  width: .4rem;
  height: .7rem;
  transition: ease-in-out .3s;
}

.product-next::after,
.product-prev::after {
  color: white;
  font-size: .16rem;
}

.product-next:hover,
.product-prev:hover {
  background-color: var(--bg-blue);
}

.product-info-right {
  flex: 1;
  margin-left: .6rem;
    position:relative;
}

.product-info-title {
  color: var(--bg-blue);
  font-size: .3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: .3rem;
}

.product-info-title::after {
  background-color: var(--bg-yellow);
  content: '';
  display: inline-block;
  width: .18rem;
  height: .18rem;
  margin-left: 5px;
}

.product-info-subtitle {
  color: var(--bg-blue);
  font-size: .24rem;
  line-height: 1.4;
  margin-bottom: .3rem;
}

.product-info-desc {
  margin-bottom: .6rem;
}

.product-info-desc p {
  font-size: .16rem;
  line-height: 1.6;
  color: #3c3c3c;
  text-align: justify;
  font-weight: 600;
}

.product-info-parameter {
    margin-bottom: 14%;
}

.product-info-parameter-item {
  margin-top: .12rem;
  align-items: center;
  display: flex;
  font-size: .16rem;
  justify-content: flex-start;
  line-height: 1;
}

.product-info-parameter-label {
  color: rgba(102, 102, 102, 1);
  font-weight: 300;
  width: 1.5rem;
  white-space: nowrap
}

.product-info-parameter-text {
  flex: 1;
  font-weight: 500;
}

.product-info-more {
  margin-top: .66rem;
}
.page-product-container .page-product-info .product-info-right .product-info-more{
   position:absolute;
  bottom:0;
}

.product-info-more-btn {
  align-items: center;
  border: 1px solid var(--bg-blue);
  background-color: var(--bg-blue);
  color: white;
  display: flex;
  font-size: .15rem;
  justify-content: center;
  text-transform: uppercase;
  width: 1.8rem;
  height: .46rem;
}

.product-info-more-btn i {
  font-size: .13rem;
}

.product-info-more-btn:hover {
  background-color: #fff;
  color: var(--bg-blue);
}

.page-product-tab {
  /*background-color: rgba(0, 78, 157, 0.05);*/
}

.page-product-tab .container {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.page-product-tab .container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #e5e5e7;
}

.page-product-tab-item {
  color: var(--bg-blue);
  font-size: .18rem;
  font-family: "Open Sans";
  font-weight: 600;
  line-height: 20px;
  border-bottom: 2px solid transparent;
  letter-spacing: .1em;
  padding: 0 23px 18px 23px;
  cursor: pointer
}

.page-product-tab-item:hover,
.page-product-tab-item.active {
  color: #2d2e33;
  border-color: #3c3c3c;
  border-bottom-width: 2px;
}

.page-product-details {
  padding-top: .4rem;
}

.page-product-details-block {
  display: none;
}

.page-product-details-block table {
  border: 1px solid rgba(0, 0, 0, .1);
  text-align: center;
  margin: 0 auto;
}

.page-product-details-block table td {
  border: 1px solid rgba(0, 0, 0, .1);
}

.product-detail-general {
  margin-top: .8rem;
  width: 100%;
  overflow: hidden;
}

.product-detail-general ul li {
  border: solid 3px white;
  overflow: hidden;
}

.product-detail-general ul li img {
  transition: ease-in-out .3s;
}

.product-detail-general ul li:hover img {
  transform: scale(1.1);

}

/* product detail form */
.product-formBox .booking-form {
  margin-top: .5rem;
  padding: 0;
  visibility: visible;
  opacity: 1;
}

.product-formBox .booking-label span {
  color: #000;
}

.product-formBox .booking-label {
  width: 21%;
  margin-bottom: 20px;
}

.product-formBox .Message-booking {
  width: 100%;
}

.product-formBox .booking-label::after {
  background-color: #000;
}

.product-formBox .booking-form input {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.product-formBox .booking-textarea {
  color: #000;
  font-size: .14rem;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.product-formBox .booking-form .captcha-div .booking-label{
    width: auto;
}
.captcha-div .captcha,.captcha-item .captcha{
    display: block;
    width: 140px;
    height: 40px;
    background-color:#fff;
}
.product-formBox .Message-booking span{
  bottom:0;
}
.product-formBox .Message-booking.focus span {
  bottom: 65px;
}
.captcha-label{
  width: 100%;
}
.product-formBox .booking-textarea{
  height: 80px;
}

.product-formBox .booking-submit {
  color: #fff;
  background-color: rgb(253, 196, 43);
  opacity: 1;
  visibility: visible;
}

.product-formBox .booking-submit button {
  width: 100%;
  height: 100%;
  color: #fff;
  cursor: pointer;
}

.product-formBox .booking-submit:hover:before {
  background-color: #fff;
}
.product-formBox .google-message{
	margin-top: .15rem;
	text-align: center
}
.product-formBox .google-message a{
	text-decoration: underline
}
.swiper-general {
  width: 70%;
  margin: 0 auto;
  overflow: visible;
}

.swiper-general .swiper-slide {
  height: 3.8rem;
  opacity: 0.7;
  overflow: hidden;
}

.swiper-general .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-general .swiper-slide.swiper-slide-active,
.swiper-general .swiper-slide.swiper-slide-next {
  opacity: 1;
}

.swiper-general .swiper-button-next,
.swiper-general .swiper-button-prev {
  width: .52rem;
  height: 1.25rem;
  margin-top: -.625rem;
  color: #5a5a5a;
  background-color: rgba(255, 255, 255, .7);
}

.swiper-general .swiper-button-next:after,
.swiper-general .swiper-button-prev:after {
  font-size: .24rem;
  font-weight: 600;
}

.swiper-general .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
}

.swiper-general .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}

.page-popular-products {
  background: rgba(0, 78, 157, 0.02);
  padding: .7rem 0;
}

.page-popular-products ul li {
  padding: 10px 0;
}

.popular-products-block {
  background-color: rgba(250, 252, 253, 1);
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.popular-products-img {
  height: 3.4rem;
}

.popular-products-img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.popular-products-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: ease-in-out .3s;
  object-fit: cover;
}

.popular-products-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: .15rem 0 .3rem;
}

.popular-products-box a.box-link {
  width: 100%;
}

.popular-products-title {
  padding: 0 .2rem;
  color: rgba(0, 0, 0, 1);
  display: -webkit-box;
  font-size: .28rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.popular-products-text::before {
  background-color: rgba(0, 0, 0, 0.05);
  content: '';
  display: block;
  width: 80%;
  height: 1px;
  margin: auto auto .1rem;
}

.popular-products-text {
  color: rgba(51, 51, 51, 1);
  display: block;
  font-size: .18rem;
  line-height: 2;
  margin-top: .1rem;
  margin-bottom: .15rem;
  position: relative;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.popular-products-text span {
  color: rgba(0, 0, 0, 1);
}

.popular-products-more {
  display: flex;
  justify-content: center;
  width: 100%;
}

.popular-products-btn {
  align-items: center;
  background-color: transparent;
  border: solid 1px var(--bg-blue);
  color: var(--bg-blue);
  cursor: pointer;
  display: flex;
  font-size: .13rem;
  justify-content: center;
  width: 100%;
  height: .42rem;
  transition: ease-in-out .3s;
  padding: .15rem;
}

.popular-products-hot {
  position: relative;
}

.popular-products-hot .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -.4rem;
}

.popular-products-hot .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -.4rem;
}

.popular-products-btn i {
  font-size: .12rem;
}

.similar-products {

  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: .3rem;
}

.similar-products-item {
  width: calc((100% - .4rem) / 3);
  margin-right: .2rem;
  margin-bottom: .2rem;
  background-color: rgba(250, 252, 253, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.similar-products-item:nth-child(3n) {
  margin-right: 0;
}

.similar-products-item .popular-products-block {
  box-shadow: none;
}

.similar-products-item .popular-products-title {
  color: var(--text-color-blue);
}

.similar-products-item .popular-products-text p {
  line-height: 1.8;
  margin: .1rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.similar-products-item .popular-products-text p:last-child {
  margin-bottom: 0;
}

.similar-products-item .popular-products-text p span {
  display: block;
}

.similar-products-item .popular-products-more {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.similar-products-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.similar-products-item:hover .popular-products-img img {
  transform: scale(1.1);
}

.popular-products-btn:hover {
  background-color: var(--bg-blue);
  color: white;
}

.similar-products-item:hover .popular-products-title {
  color: var(--text-color-blue);
}

@media(max-width:992px) {
  .page-product-info>.container {
    flex-direction: column;
  }

  .product-info-left {
    width: 100%;
  }

  .product-info-right {
    width: 100%;
    margin-left: 0;
    margin-top: .3rem;
  }

  .page-product-tab-item {
    font-size: .24rem;
  }

  .popular-products-btn {
    width: auto;
    padding: 0 1.5vw;
    white-space: nowrap;
    margin: auto 1vw;
  }
}

@media(max-width:843px) {
  .project-case-button {
    width: 15%;
  }
}

@media(max-width:767px) {
  .product-info-more-btn {
    width: 3rem;
    height: .7rem;
    font-size: .24rem;
  }

  .page-product-tab-item {
    flex: none;
    font-size: .26rem;
    font-weight: 700;
    padding: .1rem .2rem .15rem;
  }

  .popular-products-img {
    height: 4.5rem;
  }

  .page-product-details-block .page-text {
    font-size: .12rem;
  }

  .similar-products-item {
    width: 100%;
    margin-right: 0;
  }

  .similar-products-item:nth-child(3n) {
    margin-right: 0;
  }

  .similar-products-item:nth-child(2n) {
    margin-right: 0;
  }

  /* .similar-products-item .popular-products-block{
      display: flex;
      justify-content: flex-start;
      align-items: center;
  }
  .similar-products-item .popular-products-img{
      min-width: 40vw;
  }
  .similar-products-item .popular-products-title{
      text-align: left;
  }
  .similar-products-item .popular-products-box{
      flex: 1;
      margin-left: 10px;
  }
  .similar-products-item .popular-products-text p{
      align-items: center;
      display: block;
      margin-bottom: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  .similar-products-item .popular-products-text p span{
      display: inline-block;
  } */
  .similar-products-item .popular-products-text p {
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .popular-products-title {
    font-size: .3rem;
  }

  .popular-products-text {
    font-size: .24rem;
  }

  .popular-products-btn {
    font-size: .22rem;
  }

  .product-info-title {
    font-size: .32rem;
  }

  .product-info-desc p {
    font-size: .26rem;
  }

  .product-info-parameter-item {
    font-size: .24rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .product-info-parameter-label {
    font-size: .26rem;
  }

  .product-info-parameter-text {
    font-size: .26rem;
  }

  .product-info-parameter li+li {
    margin-top: .1rem;
  }

  .product-formBox .booking-label {
    margin-bottom: .35rem;
    width: 100%;
  }

  .product-formBox .booking-label span,
  .product-formBox .booking-label.focus span {
    line-height: .6rem;
  }
  .product-formBox .Message-booking.focus span{
    bottom: 35px;
  }
  .product-formBox .booking-textarea{
    font-size: 14px;
  }

  .page-product-details-block .container {
    padding: 0;
    width: calc(100% - 1rem);
    overflow-x: scroll;
  }
}

/* page advert */
.advert-header .header__nav__container {
  max-width: none;
  padding: 0 3.75vw;
}

.advert-header .header__logo a img:last-child {
  opacity: 1;
}

.advert-header .navs>li>a {
  color: black;
}

.advert-header .navs>li>a:last-child a {
  color: white;
}

.page-banner {
  --linear-gradient: linear-gradient(90deg, rgba(24, 185, 154, 1) 0%, rgba(0, 78, 157, 1) 100%);
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 5.8rem;
  position: relative;
  overflow: hidden
}

.adv-page-banner {
  --linear-gradient: linear-gradient(90deg, rgba(24, 185, 154, 1) 0%, rgba(0, 78, 157, 1) 100%);
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 8.8rem;
  position: relative;
  overflow: hidden
}

.adv-page-banner::before {
  background: url(../images/advert-1.png) no-repeat center;
  background-size: contain;
  content: '';
  width: 1.87rem;
  height: 2.17rem;
  position: absolute;
  right: .3rem;
  top: 1.35rem;
  z-index: 2;
}

.adv-page-banner::after {
  /* background-image:   linear-gradient(90deg, rgba(0, 78, 157, 0) 0%,rgba(81, 134, 188, 1) 50%, rgba(0, 78, 157, 1) 100%);; */
  background: url(../images/advert-bg-0.png) no-repeat center;
  background-size: cover;
  content: '';
  width: 40.36%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;

}

.advert-banner-right {
  max-width: 70%;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -5vw;
  margin-right: -7vw;
}

.advert-banner-left {
  margin-left: 3.75vw;
}

.advert-banner-time {}

.advert-banner-time b {
  align-items: flex-start;
  background-image: var(--linear-gradient);
  background-clip: text;
  display: inline-flex;
  display: -webkit-inline-flex;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  background-image: -webkit-linear-gradient(90deg, rgba(24, 185, 154, 1) 0%, rgba(0, 78, 157, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advert-banner-time b::after {
  content: '+';
  color: var(--text-color-blue);
  font-size: .4rem;
  line-height: 1;
  margin-top: .2rem;
}

.advert-banner-time span {
  background-image: var(--linear-gradient);
  background-clip: text;
  display: inline-block;
  font-size: .4rem;
  line-height: 1;
  margin-left: -.2rem;
  background-image: -webkit-linear-gradient(90deg, rgba(24, 185, 154, 1) 0%, rgba(0, 78, 157, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advert-banner-subtitle {
  color: rgba(153, 153, 153, 1);
  font-size: .36rem;
  line-height: 1.3;
  max-width: 8.7rem;
  margin-top: .1rem;
}

.advert-banner-content {
  display: flex;
  justify-content: flex-start;
  max-width: 8rem;
  margin-top: .35rem;
}

.advert-banner-list {
  width: 50%;
}

.advert-banner-item {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  color: rgba(102, 102, 102, 1);
  font-size: .2rem;
  font-weight: 300;
  line-height: 3;
  padding-left: 30px;
}

.advert-banner-more {
  margin-top: .5rem;
}

.advert-banner-btn {
  align-items: center;
  background-image: var(--linear-gradient);
  background-clip: text;
  border-radius: 0.21rem;
  display: flex;
  justify-content: center;
  width: 1.74rem;
  height: 0.42rem;
  position: relative;
  overflow: hidden;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advert-banner-btn::before {
  background-image: var(--linear-gradient);
  border-radius: 0.21rem;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.advert-banner-btn::after {
  background-color: white;
  border-radius: 0.21rem;
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transition: ease-in-out .4s;
  position: absolute;
  right: 2px;
  top: 2px;
}

.advert-banner-btn span {
  background-image: var(--linear-gradient);
  background-clip: text;
  position: relative;
  z-index: 4;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.advert-banner-btn span i {
  font-size: .12rem;
}

.advert-banner-btn:hover::after {
  width: 0;
}

.advert-banner-btn:hover span {
  color: var(--bg-blue);
  -webkit-text-fill-color: var(--bg-blue);
}

.advert-about {
  background: url(../images/advert-bg-1.png) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}

.advert-about-left {
  width: 51.2%;

  position: relative;
}

.advert-about-play {
  color: white;
  font-size: 1.12rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
}

.advert-about-play i {
  cursor: pointer;
  font-size: 1.12rem;
  line-height: 1;
}

.advert-about-play i:last-child {
  font-size: .95rem;
  display: none;
}

.advert-about-play.active {
  display: none;
}

.advert-about-play.active i:first-child {
  display: none;
}

.advert-about-play.active i:last-child {
  display: block;
}

.advert-about-left video {
  display: block;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.advert-about-left:hover .advert-about-play {
  display: block;
}

.advert-about-right {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 51.2%);
  padding-left: 5.2vw;
  padding-right: 8.2vw;
  position: relative;
  min-height: 9rem
}

.advert-about-right::after {
  background: url(../images/advert-3.png) no-repeat center;
  background-size: contain;
  content: '';
  width: 2.9rem;
  height: 2.2rem;
  position: absolute;
  right: 10.25vw;
  bottom: 0px;
  opacity: .2;
}

.advert-about-logo img {
  max-height: 50px;
}

.advert-about-title {
  color: rgba(51, 51, 51, 1);
  font-size: .3rem;
  line-height: 1.4;
  margin-top: .4rem;
  margin-bottom: .1rem;
}

.advert-about-text {
  color: rgba(102, 102, 102, 1);
  font-size: .18rem;
  line-height: 2;
  margin-bottom: .5rem;
  text-align: justify;
}

.advert-more-btn {
  background-color: var(--bg-blue);
  color: white;
  display: inline-block;
  font-size: .16rem;
  height: .42rem;
  line-height: .42rem;
  padding: 0 .2rem;
}

.advert-more-btn i {
  font-size: .12rem;
}

.advert-more-btn:hover {
  color: white;
}

.advert-product {
  width: 100%;
  margin-top: .3rem;
}

.advert-product .similar-products-item .popular-products-title {
  color: black;
}

.advert-product .similar-products-item:hover .popular-products-title {
  color: var(--text-color-blue);
}

.advert-product .similar-products-item .popular-products-text p {
  margin-bottom: 0;
  line-height: 2.7;
}

.advert-product .similar-products-item .popular-products-text p span {
  display: inline-block;
}

.advert-choose {
  background-color: rgba(250, 252, 253, 1);
}

.advert-choose .page-section-title span {
  color: var(--text-color-blue);
}

.advert-choose-subtitle {
  color: rgba(51, 51, 51, 1);
  font-size: .24rem;
  line-height: 1;
}

.advert-choose-tips {
  color: rgba(102, 102, 102, 1);
  font-size: .16rem;
  line-height: 2;
  max-width: 11.56rem;
  margin: .15rem auto auto;
}

.advert-choose-list {
  display: flex;
  justify-content: flex-start;
  margin-top: .6rem;
}

.advert-choose-item {
  align-items: center;
  background: rgba(245, 245, 250, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  margin-right: .4rem;
  padding: .4rem .3rem .3rem;
}

.advert-choose-item:last-child {
  margin-right: 0;
}

.advert-choose-avtar {
  align-items: center;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: .25rem;
}

.advert-choose-avtar img {
  max-height: .5rem;
}

.advert-choose-title {
  color: rgba(51, 51, 51, 1);
  font-size: .24rem;
  font-weight: 400;
  margin-bottom: .5rem;
}

.advert-choose-text {
  color: rgba(102, 102, 102, 1);
  font-size: .15rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: .6rem;
}

.choose-blue-title {
  color: var(--bg-blue);
  font-weight: 600;
}

.advert-application {
  background: url(../images/advert-bg-3.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.advert-application-box {
  margin-top: .3rem;
  position: relative;
  margin-bottom: .9rem;
}

.advert-application-box ul li {
  transform: scale(.8);
  transition: ease-in-out 1s;
}

.advert-application-box ul li.swiper-slide-active,
.advert-application-box ul li.swiper-slide-next,
.advert-application-box ul li.swiper-slide-prev {
  transform: scale(1);
}

.application-next,
.application-prev {
  align-items: center;
  border: solid 1px var(--bg-blue);
  border-radius: 50%;
  color: var(--text-color-blue);
  display: flex;
  justify-content: center;
  width: .52rem;
  height: .52rem;
}

.application-next::after,
.application-prev::after {
  display: none;
}

.application-next {
  right: -.72rem;
}

.application-prev {
  left: -.72rem;
}

.swiper-application {
  overflow: initial;
}

.advert-application-img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: .4rem;
  height: 4.9rem;
  max-height: 490px;
}

.advert-application-img img {
  object-fit: cover;
  height: 100%;
  transition: ease-in-out .3s;
}

.advert-application-title {
  color: rgba(102, 102, 102, 1);
  font-size: .2rem;
  font-weight: 300;
  text-align: center;
}

.advert-application-box ul li:hover .advert-application-img img {
  transform: scale(1.1);
}

.advert-application-box ul li:hover .advert-application-title {
  color: var(--text-color-blue);
  font-weight: 600;
}

/*search*/
.search-page-banner-text {
  width: 100%;
  position: absolute;
}

.search-page-banner-title {
  font-size: .6rem;
  justify-content: center;
}

.search-page-culture .page-search-info {
  margin: 5% 0;
  font-size: 20px;
}

.page-search-item {
  margin-bottom: 5%;
  border-bottom: 1px solid #000;
}

.page-search-item:hover h3 {
  text-decoration: underline;
  color: var(--text-color-blue);
}

.page-search-title,
.page-search-summary,
.page-search-time {
  padding: 10px 0;
}

@media(max-width:1180px) {
  .advert-banner-time b {
    font-size: 1rem;
  }

  .advert-banner-time b::after {
    margin-top: 0;
  }

  .advert-banner-time span {
    font-size: .3rem;
  }

  .advert-banner-subtitle {
    font-size: .2rem;
  }

  .advert-banner-item {
    font-size: .16rem;
  }

  .advert-about-right {
    min-height: 8rem;
    padding-right: 4vw;
  }

  .advert-about-right::after {
    width: 1.8rem;
  }

  .advert-about-title {
    font-size: .22rem;
  }

  .advert-about-text {
    font-size: .14rem;
  }

  .advert-choose-text {
    font-size: .14rem;
    min-height: calc(5 * 1.8 * .14rem);
  }

  .advert-application-box {
    margin-bottom: .5rem;
  }

  .application-prev {
    left: -.2rem;
  }

  .application-next {
    right: -.2rem;
  }
}

@media(max-width:767px) {
  .advert-banner {
    height: 5.8rem;
  }

  .page-banner::before {
    width: 1rem;
    height: 1.2rem;
  }

  .advert-banner-time b {
    font-size: .7rem;
  }

  .advert-banner-time b::after {
    line-height: 1;
    margin-top: -.1rem;
  }

  .advert-banner-time span {
    font-size: .14rem;
  }

  .advert-banner-subtitle {
    font-size: .18rem;
    max-width: 65%;
  }

  .advert-banner-content {
    flex-direction: column;
  }

  .advert-banner-list {
    width: 80%;
  }

  .advert-banner-item {
    background-size: 14px;
    font-size: .12rem;
    line-height: 2;
    padding-left: 20px;
  }

  .advert-banner-more {
    margin: .3rem 0;
  }

  .advert-banner-btn {
    font-size: .12rem;
    height: .4rem;
    width: 1.4rem;
  }

  .advert-about {
    flex-direction: column;
  }

  .advert-about-left {
    width: 100%;
    overflow: hidden;
  }

  .advert-about-right {
    width: 100%;
    min-height: auto;
    padding: .5rem .3rem;
  }

  .advert-about-logo img {
    max-height: 32px;
  }

  .advert-about-title {
    font-size: .26rem;
  }

  .advert-about-text {
    font-size: .12rem;
  }

  .advert-choose-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .advert-choose-item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .advert-choose-item:nth-child(2n) {
    margin-right: 0;
  }

  .advert-choose-title {
    font-size: .3rem;
    margin-bottom: .2rem;
  }

  .advert-choose-text {
    font-size: .14rem;
    line-height: 1.5;
    min-height: calc(7 * 1.5 * .14rem);
    margin-bottom: .4rem;
  }

  .advert-application-box {
    padding: 0 10vw;
  }

  .advert-application-box ul li {
    transform: scale(.85) !important;
  }

  .advert-application-img img {
    width: 100%;
  }

  .advert-application-box ul li.swiper-slide-active {
    transform: scale(1) !important;
  }



  .page-search-item {
    width: 100%;
  }

  .page-search-title {
    font-size: .25rem;
  }
}

@media screen and (max-width: 540px) {
  .header .searchBox .search-form .search-input-box {
    height: 7.2vw;
  }

  .header .searchBox .search-form .btnSubmit {
    border-width: 10w;
  }

  .search-btn .iconfont {
    font-size: 24px;
  }
    .header .searchBox .search-form .title{
     font-size:14px
    }
}