body > .wrapper {
  overflow-y: hidden;
}
@media (min-width: 1025px) {
  @font-face {
    font-family: "Antonio-Bold";
    src:url('/sites/gecaoren_website/themes/wdb/css/../font/my_font/Antonio-Bold.ttf') format('truetype');
    font-display: swap;
  }
}







/*******.learn-more-box*******/
body .learn-more-box{
  display: inline-block;
  height: 6rem;
  padding: 0.5rem;
  border-radius: 3rem;
  border: 1px solid #DDDDDD;
  max-width: 100%;
  font-size: 0;
  margin: 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 3;
  transition: border-color .5s ease;
}
body .learn-more-box:hover{
  border-color: transparent;
}
body .learn-more-box:before{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, #22AD38, #5BEA71);
  border-radius: 3rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all .5s ease;
  transform: scale(0);
}
body .learn-more-box:hover:before{
  transform: scale(1);
}
body .learn-more-box a{
  display: inline-block;
  width: auto;
  min-width: 19rem;
  max-width: 100%;
  padding: 0 5.8rem 0 3.5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: left;
  background: linear-gradient(-90deg, #22AD38, #5BEA71);
  border-radius: 2.5rem;
  position: relative;
  z-index: 3;

  font-family: Arial;
  font-weight: 400;
  font-size: 2rem;
  color: #FFFFFF;
}
body .learn-more-box a .iconfont{
  display: inline-block;
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 3.5rem;
  bottom: 0;
  transform: rotate(-45deg);
  transition: all .5s ease;
}
body .learn-more-box:hover a .iconfont{
  transform: rotate(0);
}








/*******navbar*******/
body .block-navbar1 .navbar-wrapper nav.bootsnav{
  height: 120px;
}
/*右上*/
body .block-navbar1 .navbar-wrapper .nav-top-right{
  position: absolute;
  right: 0;
  top: 16px;
  left: unset;
  z-index: 10;
}
/*联系方式*/
body .block-navbar1 .navbar-wrapper .nav-lianxi-box .nav-lianxi{
  display: inline-block;
  font-family: Arial;
  font-weight: 400;
  font-size: 1.6rem;
  color: #333333;
  line-height: 26px;
  margin-left: 6rem;
  position: relative;
  direction: ltr;
}
body .block-navbar1 .navbar-wrapper .nav-lianxi-box .nav-lianxi .iconfont{
  display: inline-block;
  font-size: 2rem;
  vertical-align: top;
  margin-right: 1rem;
}
/*logo*/
body .block-navbar1 .navbar-wrapper .logo-menu-wrapper{
  float: left;
  width: auto;
  height: 100%;
  max-width: unset;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body .block-navbar1 .navbar-wrapper .logo-menu-wrapper img{
  height: auto;
  max-width: unset;
  position: static;
  transform: none;
}
/*搜索*/
body .block-navbar1 .navbar-wrapper .search-icon-box{
  display: inline-block;
  width: auto;
  padding: 0 1rem;
  position: absolute;
}
body .block-navbar1 .navbar-wrapper .search-icon-box > .iconfont{
  display: inline-block;
  font-size: 20px;
  color: #22AD38;
}
body .block-navbar1 .navbar-wrapper .search-icon-box > .iconfont:before{
  content: '\e645';
}
body .block-navbar1 .navbar-wrapper .search-icon-box .search-form{
  right: 1rem;
  margin-top: 5px;
}
/*语言*/
body .block-navbar1 .navbar-wrapper .language_wrapper {
  position: absolute;
  z-index: 100;
  width: auto !important;
}
body .block-navbar1 .navbar-wrapper .language_wrapper .language_header{
  font-family: Arial;
  font-weight: 400;
  font-size: 1.4rem;
  color: #181818;
  line-height: 36px;
  height: 36px;
  border: 1px solid #DDDDDD;
  padding: 0 1.5rem;
  width: auto !important;
}
body .block-navbar1 .navbar-wrapper .language_wrapper .language_header .language-line{
  display: none !important;
}
body .block-navbar1 .navbar-wrapper .language_wrapper .language_header img{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  vertical-align: middle;
}
body .block-navbar1 .navbar-wrapper .language_wrapper .language_header .language_txt{
  display: inline-block;
  margin: 0;
  padding: 0 0.7rem;
  width: 8.4rem;
  vertical-align: middle;
  text-align: left;
}
body .block-navbar1 .navbar-wrapper .language_wrapper .language_header .icon-arrowdown{
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: middle;
}
body .block-navbar1 .navbar-wrapper .language_wrapper .language_list{
  right: 0;
}
@media (min-width: 1025px) {
  /*logo*/
  body .block-navbar1 .navbar-wrapper .logo-menu-wrapper img{
    max-height: 6.4rem;
  }
  /*语言*/
  body .block-navbar1 .navbar-wrapper .language_wrapper{
    right: 0;
    top: 63px;
  }
  body.ar .block-navbar1 .navbar-wrapper .language_wrapper{
    right: 0 !important;
    left: unset !important;
  }
  /*搜索*/
  body .block-navbar1 .navbar-wrapper .search-icon-box{
    right: 17rem;
    top: 68px;
  }
  body.ar .block-navbar1 .navbar-wrapper .search-icon-box{
    right: 17rem !important;
    left: unset !important;
  }
  /*导航*/
  body .block-navbar1 .navbar-wrapper nav.bootsnav .navbar-collapse-box{
    position: absolute;
    top: 42px;
    right: 19rem;
    left: 36rem;
    bottom: 0;
  }
  body .block-navbar1 .navbar-wrapper nav.bootsnav ul.nav>li{
    height: 78px;
    line-height: 78px;
    padding: 0;
    margin: 0;
  }
  body .block-navbar1 .navbar-wrapper nav.bootsnav ul.nav>li>a{
    height: 78px;
    line-height: 78px;
    padding: 0 0.6rem;
    font-family: Arial;
    font-weight: bold;
    font-size: 1.6rem;
    color: #181818;
  }
  body.en .block-navbar1 .navbar-wrapper nav.bootsnav ul.nav>li>a{
    font-size: 2rem;
  }
  body .block-navbar1 .navbar-wrapper nav.bootsnav ul.nav>li>a>.icon-arrowdown{
    display: none;
  }
}
@media (max-width: 1500px) and (min-width: 1025px) {
  /*导航*/
  body .block-navbar1 .navbar-wrapper nav.bootsnav .navbar-collapse-box{
    right: 70px;
  }
  body.en .block-navbar1 .navbar-wrapper nav.bootsnav ul.nav>li>a{
    font-size: 1.6rem;
  }
  /*搜索*/
  body .block-navbar1 .navbar-wrapper .search-icon-box{
    right: 50px;
  }
  body.ar .block-navbar1 .navbar-wrapper .search-icon-box{
    right: 50px !important;
    left: unset !important;
  }
  /*语言*/
  body .block-navbar1 .navbar-wrapper .language_header .language_txt{
    display: none !important;
  }
  body .block-navbar1 .navbar-wrapper .language_header .icon-daosanjiao{
    display: none !important;
  }
}
@media (max-width: 1024px) {
  body .block-navbar1 .navbar-wrapper .nav-top-right{
    display: none;
  }
  /*导航*/
  body .block-navbar1 .navbar-wrapper nav.bootsnav{
    height: 60px;
  }
  /*logo*/
  body .block-navbar1 .navbar-wrapper .logo-menu-wrapper img{
    max-height: 5rem;
  }
  /*语言*/
  body .block-navbar1 .navbar-wrapper .language_wrapper{
    right: 60px;
    top: 12px;
  }
  body.ar .block-navbar1 .navbar-wrapper .language_wrapper{
    right: 60px !important;
    left: unset !important;
  }
  body .block-navbar1 .navbar-wrapper .language_header .language_txt{
    display: none !important;
  }
  body .block-navbar1 .navbar-wrapper .language_header .icon-daosanjiao{
    display: none !important;
  }
  /*搜索*/
  body .block-navbar1 .navbar-wrapper .search-icon-box{
    display: inline-block;
    right: 110px;
    top: 15px;
  }
  body.ar .block-navbar1 .navbar-wrapper .search-icon-box{
    right: 110px !important;
    left: unset !important;
  }
}

/*******banner*******/
body .block-banner1 .banner-wrapper {
  background: #F0F0F0;
}
body .block-banner1 .banner-wrapper .owl-theme .owl-dots{
  bottom: 4.1rem;
  font-size: 0;
}
body .block-banner1 .banner-wrapper .owl-theme .owl-dots .owl-dot{
  width: auto;
  height: 6px;
  margin: 0 1.15rem;
}
body .block-banner1 .banner-wrapper .owl-theme .owl-dots .owl-dot span{
  width: 4rem;
  height: 6px;
  background: #FFFFFF !important;
  border-radius: 3px;
  transition: all .5s ease;
}
body .block-banner1 .banner-wrapper .owl-theme .owl-dots .owl-dot.active span{
  width: 6rem;
  background: #22AD38 !important;
}

/*******首页产品分类*******/
body .block-frontproduct_classify1{
  background: #F0F0F0;
  padding-top: 6rem;
  padding-bottom: 9rem;
}
@media (min-width: 1200px) {
  body .front-product-classify-wrapper .container {
    width: 100%;
    max-width: 1920px;
    padding: 0 6rem;
  }
}
body .front-product-classify.front-product-classify1 .fenlei-swiper{
  overflow: hidden;
}
body .front-product-classify.front-product-classify1 .row{
  display: flex;
  justify-content: flex-start;
  margin: 0 -1.5rem;
}
body .front-product-classify.front-product-classify1 .front-product-classify-col{
  width: 20%;
  padding: 0 1.5rem;
}
body .front-product-classify.front-product-classify1 .item{
  display: block;
  margin-top: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: center;
}
body .front-product-classify.front-product-classify1 .item .images-box{
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #FFFFFF;
  position: relative;
  z-index: 3;
}
body .front-product-classify.front-product-classify1 .item .images-box img{
  width: 100%;
  height: auto;
  transition: all .5s ease;
}
body .front-product-classify.front-product-classify1 .fenlei-swiper .item .images-box img{
  max-height: 18rem;
}
body .front-product-classify.front-product-classify1 .item:hover .images-box img{
  transition: all .5s ease;
  transform: scale(1.08);
}
body .front-product-classify.front-product-classify1 .item .image{
  width: 100%;
  height: auto;
}
body .front-product-classify.front-product-classify1 .item .hover-img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  transition: opacity .5s ease;
}
body .front-product-classify.front-product-classify1 .item:hover .hover-img{
  opacity: 1;
}
body .front-product-classify.front-product-classify1 .item .fenlei-title{
  font-family: Antonio-Bold;
  font-weight: bold;
  font-size: 3rem;
  color: #181818;
  line-height: 3.6rem;
  margin-top: 1.7rem;
  transition: color .5s ease;
}
body .front-product-classify.front-product-classify1 .item:hover .fenlei-title{
  color: #22AD38;
  text-decoration-line: underline;
}
body .front-product-classify.front-product-classify1 .item .fenlei-title a{
  color: inherit;
}
@media (max-width: 1024px) {
  body .front-product-classify.front-product-classify1 .item .fenlei-title{
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 991px) {
  body .block-frontproduct_classify1{
    padding-top: 3rem;
  }
  body .front-product-classify.front-product-classify1 .row{
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
  body .front-product-classify.front-product-classify1 .front-product-classify-col{
    width: 50%;
    padding: 0 1rem;
  }
}

/*******首页产品********/
@media (min-width: 1200px) {
    body .block-frontproduct2 .container {
        width: 100%;
        max-width: 1920px;
        padding: 0 6rem;
    }
}
body .block-frontproduct2{
    background: #F0F0F0;
    padding-top: 6rem;
    padding-bottom: 9rem;
}

body .front-product.front-product2 .item{
  display: block;
  margin-top: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: center;
}
body .front-product.front-product2 .item .images{
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #FFFFFF;
  position: relative;
  z-index: 3;
}
body .front-product.front-product2 .item .images img{
  width: 100%;
  height: auto;
  transition: all .5s ease;
}
/* body .front-product.front-product2 .item .images img{
  max-height: 18rem;
} */
body .front-product.front-product2 .item:hover .images img{
  transition: all .5s ease;
  transform: scale(1.08);
}
body .front-product.front-product2 .item .image{
  width: 100%;
  height: auto;
}
body .front-product.front-product2 .item .hover-img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  transition: opacity .5s ease;
}
body .front-product.front-product2 .item:hover .hover-img{
  opacity: 1;
}
body .front-product.front-product2 .item .title{
  font-family: Antonio-Bold;
  font-weight: bold;
  font-size: 3rem;
  color: #181818;
  line-height: 3.6rem;
  margin-top: 1.7rem;
  transition: color .5s ease;
  background: transparent !important;
  border:0 !important;
}
body .front-product.front-product2 .item:hover .title a{
  color: #22AD38;
  text-decoration-line: underline !important;
}
body .front-product.front-product2 .item .title a{
  color: inherit;
  font-size: 3rem;
}
@media (max-width: 1024px) {
  body .front-product.front-product2 .item .title{
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media (max-width: 991px) {
  body .block-frontproduct2{
    padding-top: 3rem;
  }
  body .front-product.front-product2 .row{
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
  body .front-product2 .front-product-col{
    width: 50%;
    padding: 0 1rem;
  }
}

/*******首页关于我们*******/
body .block-frontaboutus1{
  padding-top: 10rem;
  padding-bottom: 9.5rem;
}
body .front-aboutus.front-aboutus1 .front-aboutus-contents{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
body .front-aboutus.front-aboutus1 .front-aboutus-right{
  width: 61.24% !important;
  float: none;
  text-align: left;
  padding: 0 10rem 0 0;
  order: 1;
}
body.ar .front-aboutus.front-aboutus1 .front-aboutus-right{
  order: 2;
}
body .front-aboutus.front-aboutus1 .front-aboutus-left{
  width: 38.76% !important;
  float: none;
  padding: 3rem 3rem 0 0;
  overflow: unset;
  position: relative;
  z-index: 3;
  order: 2;
}
body.ar .front-aboutus.front-aboutus1 .front-aboutus-left{
  order: 1;
}
body .front-aboutus.front-aboutus1 .title{
  font-family: Antonio-Bold;
  font-weight: bold;
  font-size: 6rem;
  color: #222222;
  line-height: 6rem;
  margin: 0;
}
body .front-aboutus.front-aboutus1 .sub-title{
  font-family: Arial;
  font-weight: 400;
  font-size: 1.6rem;
  color: #181818;
  line-height: 2.4rem;
  margin-top: 1.4rem;
  margin-bottom: 0;
}
body .front-aboutus.front-aboutus1 .sub-title:after{
  content: '';
  display: block;
  width: 10.5rem;
  height: 6px;
  background: #22AD38;
  transform: skewX(-40deg);
  margin: 1.8rem auto 0 3px;
}
body .front-aboutus.front-aboutus1 .desc{
  font-family: Arial;
  font-weight: 400;
  font-size: 1.8rem;
  color: #181818;
  line-height: 3rem;
  margin-top: 4rem;
  margin-bottom: 0;
}
body .front-aboutus.front-aboutus1 .learn-more-box{
  margin-top: 7.5rem;
}
body .front-aboutus.front-aboutus1 .front-aboutus-left .images{
  width: 100%;
  height: auto;
  overflow: hidden;
}
body .front-aboutus.front-aboutus1 .front-aboutus-left .images img{
  width: 100%;
  height: auto;
  transition: all .5s ease;
}
body .front-aboutus.front-aboutus1 .front-aboutus-left .images:hover img{
  transition: all .5s ease;
  transform: scale(1.08);
}
body .front-aboutus.front-aboutus1 .front-aboutus-left .aboutus-image-bg{
  display: inline-block;
  background: #22AD38;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 3rem;
  left: 3rem;
  z-index: -1;
}
body .front-aboutus.front-aboutus1 .front-aboutus-left .aboutus-vr-box{
  max-width: 100%;
  background: #22AD38;
  transform: skewX(-20deg);
  cursor: pointer;
  position: absolute;
  left: -14rem;
  bottom: 5.8rem;
  z-index: 3;
}
body .front-aboutus.front-aboutus1 .front-aboutus-left .aboutus-vr-nei{
  height: 16.6rem;
  padding: 0 5rem;
  transform: skewX(20deg);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
body .front-aboutus.front-aboutus1 .front-aboutus-left .aboutus-vr-nei .iconfont{
  display: inline-block;
  width: 6rem;
  font-size: 5.4rem;
  text-align: center;
  color: #FFFFFF;
}
body .front-aboutus.front-aboutus1 .front-aboutus-left .aboutus-vr-right{
  padding-left: 2.5rem;
  width: calc(100% - 6rem);
}
body .front-aboutus.front-aboutus1 .front-aboutus-left .aboutus-vr-title{
  font-family: Arial;
  font-weight: bold;
  font-size: 2.4rem;
  color: #FFFFFF;
  line-height: 2.8rem;
}
body .front-aboutus.front-aboutus1 .front-aboutus-left .aboutus-vr-desc{
  font-family: Arial;
  font-weight: 400;
  font-size: 1.6rem;
  color: #FFFFFF;
  line-height: 2.4rem;
  margin-top: 1.6rem;
}
/*企业优势*/
body .front-aboutus.front-aboutus1 .front-youshi-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6rem;
}
body .front-aboutus.front-aboutus1 .youshi-line{
  display: inline-block;
  width: 1px;
  height: 6rem;
  background: #CCCCCC;
}
body .front-aboutus.front-aboutus1 .youshi-line:last-child{
  display: none;
}
body .front-aboutus.front-aboutus1 .youshi-item{
  display: block;
  text-align: left;
  max-width: 24%;
}
body .front-aboutus.front-aboutus1 .youshi-item .content-top{
  font-size: 0;
}
body .front-aboutus.front-aboutus1 .youshi-item .youshi-title{
  display: inline-block;
  font-family: Antonio-Bold;
  font-weight: bold;
  font-size: 7.2rem;
  color: #181818;
  line-height: 8rem;
  transition: color .5s ease;
}
body .front-aboutus.front-aboutus1 .youshi-item:hover .youshi-title{
  color: #22AD38;
}
body .front-aboutus.front-aboutus1 .youshi-item .youshi-danwei{
  display: inline-block;
  font-family: Arial;
  font-weight: bold;
  font-size: 1.4rem;
  color: #22AD38;
  line-height: 2.4rem;
  vertical-align: top;
  margin-top: 0.6rem;
  margin-left: 0.8rem;
}
body .front-aboutus.front-aboutus1 .youshi-item .youshi-desc{
  font-family: Arial;
  font-weight: 400;
  font-size: 1.8rem;
  color: #181818;
  line-height: 2.4rem;
  margin-top: 0.8rem;
}
@media (max-width: 991px) {
  body .block-frontaboutus1{
    background-image: none !important;
  }
  body .front-aboutus.front-aboutus1 .front-aboutus-contents{
    display: block;
  }
  body .front-aboutus.front-aboutus1 .front-aboutus-right{
    width: 100% !important;
    padding: 0 1rem;
  }
  body .front-aboutus.front-aboutus1 .front-aboutus-left{
    width: 100% !important;
    padding: 3rem 3rem 0 0;
    margin-top: 4rem;
  }
  body .front-aboutus.front-aboutus1 .sub-title{
    font-size: 2rem;
  }
  body .front-aboutus.front-aboutus1 .desc{
    font-size: 2rem;
  }
  body .front-aboutus.front-aboutus1 .front-aboutus-left .aboutus-vr-box{
    left: 25px;
    bottom: 0;
    max-width: calc(100% - 80px);
  }
  body .front-aboutus.front-aboutus1 .front-aboutus-left .aboutus-vr-desc{
    font-size: 2rem;
  }
  body .front-aboutus.front-aboutus1 .front-youshi-content{
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 3rem;
  }
  body .front-aboutus.front-aboutus1 .youshi-line{
    display: none;
  }
  body .front-aboutus.front-aboutus1 .youshi-item{
    width: 45%;
    max-width: 45%;
    margin-top: 3rem;
    text-align: center;
  }
  body .front-aboutus.front-aboutus1 .youshi-item .youshi-danwei{
    font-size: 2rem;
  }
  body .front-aboutus.front-aboutus1 .youshi-item .youshi-desc{
    font-size: 2rem;
  }
}

/*******首页企业优势*******/
body .block-advantage1{
  padding-top: 9.5rem;
  position: relative;
}
body .block-advantage1:before{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient( rgba(0,0,0,0.5) 30%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 14.4rem;
  z-index: 1;
}
body .front-advantage1 {
  position: relative;
  z-index: 2;
}
body .front-advantage1 .block-title-wrapper{
  text-align: center;
  overflow: unset !important;
  font-size: 0;
}
body .front-advantage1 .block-title-wrapper .block-title.block-content-title{
  font-family: Antonio-Bold;
  font-weight: bold;
  font-size: 6rem;
  color: #FFFFFF;
  line-height: 7rem;
}
body .front-advantage1 .block-title-wrapper .block-title.block-content-title:after{
  display: none;
}
body .front-advantage1 .block-title-wrapper .block-desc{
  font-family: Arial;
  font-weight: bold;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 2.8rem;
  padding: 0;
  width: 80%;
  margin: 1.4rem auto 0;
}
body .front-advantage1 .block-title-wrapper .block-desc:after{
  content: '';
  display: block;
  width: 10.5rem;
  height: 6px;
  background: #2CAD3D;
  transform: skewX(-40deg);
  margin: 1.2rem auto 0;
}
body .front-advantage1 .front-advantage-content{
  margin: 6rem -3rem -14.4rem;
  display: flex;
  justify-content: center;
}
body .front-advantage1 .front-advantage-item{
  width: 25%;
  padding: 0 3rem;
}
body .front-advantage1 .front-advantage-item .item{
  display: block;
  margin-top: 3rem;
  text-align: center;
  padding: 6.1rem 2rem 6.8rem;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
  position: relative;
  z-index: 3;
}
body .front-advantage1 .front-advantage-item .item:before{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, #22AD38, #5BEA71);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transform: scale(0);
  transition: transform .5s ease;
}
body .front-advantage1 .front-advantage-item .item:hover:before{
  transform: scale(1);
}
body .front-advantage1 .front-advantage-item .item .images-box{
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
  position: relative;
}
body .front-advantage1 .front-advantage-item .item .images-box img{
  width: 100%;
  height: 100%;
}
body .front-advantage1 .front-advantage-item .item .image{
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: opacity .5s ease;
}
body .front-advantage1 .front-advantage-item .item .hover-img{
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .5s ease;
}
body .front-advantage1 .front-advantage-item .item:hover .image{
  opacity: 0;
}
body .front-advantage1 .front-advantage-item .item:hover .hover-img{
  opacity: 1;
}
body .front-advantage1 .front-advantage-item .item .advantage-line{
  width: 6.4rem;
  height: 4px;
  background: #2CAD3D;
  transform: skewX(-40deg);
  margin: 4.3rem auto 0;
  transition: background-color .5s ease;
}
body .front-advantage1 .front-advantage-item .item:hover .advantage-line{
  background: #FFFFFF;
}
body .front-advantage1 .front-advantage-item .item .advantage-title{
  font-family: Arial;
  font-weight: 400;
  font-size: 1.8rem;
  color: #181818;
  line-height: 2.4rem;
  margin-top: 2.8rem;
  transition: color .5s ease;
}
body .front-advantage1 .front-advantage-item .item:hover .advantage-title{
  color: #FFFFFF;
}
body .front-advantage1 .circle{
  display: block;
  cursor: pointer;
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
  transform: none;
  margin: 5.4rem auto 0;
}
body .front-advantage1 .circle dl{
  width: 17rem;
  height: 17rem;
  position: relative;
  margin: 0 auto;
}
body .front-advantage1 .circle dl dd{
  width: 17rem;
  height: 17rem;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 1);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  animation: circleScale 4s linear infinite;
}
body .front-advantage1 .circle dd:nth-of-type(2){
  animation-delay: 1s;
}
body .front-advantage1 .circle dd:nth-of-type(3){
  animation-delay: 2s;
}
body .front-advantage1 .circle dd:nth-of-type(4){
  animation-delay: 3s;
}
body .front-advantage1 .circle dl dt{
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10rem;
  height: 10rem;
  line-height: 10rem;
  border-radius: 50%;
  text-align: center;
  background: #22AD38;
}
body .front-advantage1 .circle dl dt .iconfont{
  display: inline-block;
  font-size: 4.6rem;
  color: #FFFFFF;
  font-weight: 100;
  vertical-align: top;
}
/*关于我们的video*/
body .block-advantage1 .video-shadow {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  text-align: center;
  background: rgba(30, 30, 30, .87);
}
body .block-advantage1 .video-shadow.active {
  display: block
}
body .block-advantage1 .video-shadow i {
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: #f0f0f0
}
body .block-advantage1 .video-shadow video {
  width: 80%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
body .block-advantage1 .video-shadow .youtube-box{
  width: 80%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
body .block-advantage1 .video-shadow .youtube-box>iframe{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  body .block-advantage1{
    padding-top: 8rem;
    background-image: none !important;
    background-color: #0d0f11;
  }
  body .front-advantage1 .block-title-wrapper .block-desc{
    width: 95%;
  }
  body .front-advantage1 .front-advantage-content{
    margin: 2rem -1rem;
    flex-wrap: wrap;
  }
  body .front-advantage1 .front-advantage-item{
    width: 50%;
    padding: 0 1rem;
  }
  body .front-advantage1 .front-advantage-item .item{
    margin-top: 2rem;
  }
  body .front-advantage1 .front-advantage-item .item .advantage-title{
    font-size: 2rem;
  }
}

/*******首页新闻*******/
body .block-frontnews1{
  padding-top: 24rem;
  padding-bottom: 10rem;
}
body .front-news-wrapper .block-title-wrapper{
  text-align: center;
  overflow: unset !important;
  font-size: 0;
}
body .front-news-wrapper .block-title-wrapper .block-title.block-content-title{
  font-family: Antonio-Bold;
  font-weight: bold;
  font-size: 6rem;
  color: #181818;
  line-height: 7rem;
}
body .front-news-wrapper .block-title-wrapper .block-title.block-content-title:after{
  display: none;
}
body .front-news-wrapper .block-title-wrapper .block-desc{
  font-family: Arial;
  font-weight: 400;
  font-size: 1.6rem;
  color: #181818;
  line-height: 2.4rem;
  padding: 0;
  width: 80%;
  margin: 1.4rem auto 0;
}
body .front-news-wrapper .block-title-wrapper .block-desc:after{
  content: '';
  display: block;
  width: 10.5rem;
  height: 6px;
  background: #2CAD3D;
  transform: skewX(-40deg);
  margin: 1.8rem auto 0;
}
body .front-news.front-news1{
  margin-top: 4rem;
}
body .front-news.front-news1 .news-swiper{
  overflow: hidden;
  position: relative;
  margin: 0 -2rem;
  padding: 0 2rem 2rem;
}
body .front-news.front-news1 .row{
  margin: 0 -1rem;
}
body .front-news.front-news1 .front-news-col{
  padding: 0 1rem;
}
body .front-news.front-news1 .item{
  display: block;
  margin-top: 2rem;
  cursor: pointer;
  position: relative;
  text-align: left;
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.1);
}
body .front-news.front-news1 .item .front-news-image{
  width: 100%;
  height: auto;
  overflow: hidden;
}
body .front-news.front-news1 .item .front-news-image img{
  width: 100%;
  height: auto;
  transition: all .5s ease;
}
body .front-news.front-news1 .item:hover .front-news-image img{
  transition: all .5s ease;
  transform: scale(1.08);
}
body .front-news.front-news1 .item .front-news-bottom{
  background: rgba(255,255,255,0.95);
  border-radius: 0px 5rem 0px 0px;
  padding: 1.6rem 2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}
body .front-news.front-news1 .item:hover .front-news-bottom{
  background: linear-gradient(-90deg, rgba(34, 173, 56, 0.95), rgba(91, 234, 113, 0.95));
}
body .front-news.front-news1 .item .front-news-times{
  display: block;
  float: none;
  font-family: Arial;
  font-weight: 400;
  font-size: 1.4rem;
  color: #808080;
  line-height: 2.4rem;
}
body .front-news.front-news1 .item .front-news-times .iconfont{
  display: inline-block;
  font-size: 2rem;
  vertical-align: top;
  margin-right: 1.2rem;
}
body .front-news.front-news1 .item:hover .front-news-times{
  color: #FFFFFF;
}
body .front-news.front-news1 .item .front-news-titles{
  font-family: Arial;
  font-weight: 400;
  font-size: 1.6rem;
  color: #181818;
  line-height: 2.4rem;
  -webkit-line-clamp: 2;
  height: 4.8rem;
  margin-top: 1.4rem;
}
body .front-news.front-news1 .item:hover .front-news-titles{
  color: #FFFFFF;
  text-decoration-line: underline;
}
body .front-news.front-news1 .item .front-news-more{
  margin-top: 1rem;
}
body .front-news.front-news1 .item .front-news-more .iconfont{
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
  color: #22AD38;
  transform: rotate(-45deg);
  transition: all .5s ease;
}
body .front-news.front-news1 .item:hover .front-news-more .iconfont{
  transform: rotate(0);
  color: #FFFFFF;
}
body .front-news.front-news1 .learn-more-box{
  margin-top: 4rem;
}
@media (max-width: 991px) {
  body .block-frontnews1{
    background-image: none !important;
    padding-top: 8rem;
  }
  body .front-news-wrapper .block-title-wrapper .block-desc{
    font-size: 2rem;
    line-height: 2.8rem;
    width: 95%;
  }
  body .front-news.front-news1 .item .front-news-times{
    font-size: 2rem;
  }
  body .front-news.front-news1 .item .front-news-titles {
    font-size: 2rem;
    line-height: 2.8rem;
    height: 5.6rem;
  }

}

/*******首页联系我们*******/
body .block-contactus1{
  padding-top: 9.5rem;
  padding-bottom: 9.8rem;
}
body .front-contactus .block-title-wrapper{
  text-align: left;
  overflow: unset !important;
  font-size: 0;
}
body .front-contactus .block-title-wrapper .block-title.block-content-title{
  font-family: Antonio-Bold;
  font-weight: bold;
  font-size: 6rem;
  color: #181818;
  line-height: 7rem;
  text-align: left;
}
body .front-contactus .block-title-wrapper .block-title.block-content-title:after{
  display: none;
}
body .front-contactus .block-title-wrapper .block-desc{
  font-family: Arial;
  font-weight: 400;
  font-size: 1.6rem;
  color: #181818;
  line-height: 2.4rem;
  padding: 0;
  width: 100%;
  margin: 1.4rem 0 0;
  text-align: left;
}
body .front-contactus .block-title-wrapper .block-desc:after{
  content: '';
  display: block;
  width: 10.5rem;
  height: 6px;
  background: #2CAD3D;
  transform: skewX(-40deg);
  margin: 1.8rem auto 0 0;
}
body .front-contactus .front-contactus-content{
  margin-top: 1.9rem;
  font-size: 0;
  text-align: center;
}
body .front-contactus .webform1 .form-item-box{
  display: flex;
  justify-content: space-between;
}
body .front-contactus .webform1 .form-item-box .webform-flex--1{
  width: 31.65%;
  flex: unset;
}
body .front-contactus .webform1 .form-item{
  margin-top: 2.1rem !important;
  margin-bottom: 0 !important;
}
body .front-contactus .webform1 .form-item input{
  width: 100%;
  height: 59px;
  line-height: 59px;
  padding: 0 2rem;
  background: rgba(24,24,24,0.1);
  margin: 0;

  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #808080;
}
body .front-contactus .webform1 .form-item input::placeholder{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #808080;
}
body .front-contactus .webform1 .form-item textarea{
  width: 100%;
  height: 120px !important;
  line-height: 20px;
  padding: 1.6rem 2rem;
  background: rgba(24,24,24,0.1);
  margin: 0;

  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #808080;
}
body .front-contactus .webform1 .form-item textarea::placeholder{
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #808080;
}
body .front-contactus .webform1 .form-actions{
  display: inline-block;
  height: 6rem;
  padding: 0.5rem;
  border-radius: 3rem;
  border: 1px solid #DDDDDD;
  max-width: 100%;
  font-size: 0;
  margin: 2.1rem 0 0 !important;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 3;
  transition: border-color .5s ease;
}
body .front-contactus .webform1 .form-actions:hover{
  border-color: transparent;
}
body .front-contactus .webform1 .form-actions:before{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, #22AD38, #5BEA71);
  border-radius: 3rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all .5s ease;
  transform: scale(0);
}
body .front-contactus .webform1 .form-actions:hover:before{
  transform: scale(1);
}
body .front-contactus .webform1 .form-actions button.form-submit{
  display: inline-block;
  width: auto;
  min-width: 19rem;
  max-width: 100%;
  padding: 0 5.8rem 0 3.5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: left;
  background: linear-gradient(-90deg, #22AD38, #5BEA71) !important;
  border: none !important;
  border-radius: 2.5rem;
  margin: 0;
  position: relative;
  z-index: 3;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;

  font-family: Arial;
  font-weight: 400;
  font-size: 2rem;
  color: #FFFFFF;
}
body .front-contactus .webform1 .form-actions button.form-submit:active{
  box-shadow: none;
}
body .front-contactus .webform1 .form-actions button.form-submit:hover{
  opacity: 1;
}
body .front-contactus .webform1 .form-actions button.form-submit:after{
  content: '\e610';
  font-family: iconfont;
  display: inline-block;
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: 3.5rem;
  bottom: 0;
  transform: rotate(-45deg);
  transition: all .5s ease;
}
body .front-contactus .webform1 .form-actions:hover button.form-submit:after{
  transform: rotate(0);
}
@media (max-width: 991px) {
  body .block-contactus1{
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-image: none !important;
    background-color: #f0f0f0;
  }
  body .front-contactus .block-title-wrapper .block-desc{
    font-size: 2rem;
    line-height: 2.8rem;
  }
  body .front-contactus .webform1 .form-item-box{
    display: block;
  }
  body .front-contactus .webform1 .form-item-box .webform-flex--1{
    width: 100%;
  }
}

/*******footer*******/
body .block.block-footer3{
  background: #181818;
}
body .footer-wrapper.footer3 .footer-container{
  padding-top: 3.2rem;
  padding-bottom: 0;
}
body .footer-wrapper.footer3 .footer-col{
  margin-top: 4rem;
  text-align: left;
}
/*标题*/
body .footer-wrapper.footer3 .footer-title{
  display: block;
  font-family: Antonio-Bold;
  font-weight: bold;
  font-size: 3rem !important;
  color: #FFFFFF;
  line-height: 3.6rem;
  padding-bottom: 1.5rem;
  position: relative;
  margin-bottom: 1.6rem;
}
body .footer-wrapper.footer3 .footer-title:after{
  content: '';
  display: inline-block;
  width: 17.5rem;
  height: 1px;
  background: rgba(255,255,255,0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
/*菜单*/
body .footer-wrapper.footer3 .footer-menu-box {
  display: flex;
  justify-content: space-between;
}
body .footer-wrapper.footer3 .footer-menu-box li.footer-menu-item{
  width: auto;
  float: none;
}
body .footer-wrapper.footer3 .footer-menu-box li.footer-menu-item .footer_second_menu{
  margin-top: 0;
}
body .footer-wrapper.footer3 .footer-menu-box li.footer-menu-item .footer-second-item{
  line-height: 3rem !important;
  position: relative;
  padding-left: 1.3rem;
}
body .footer-wrapper.footer3 .footer-menu-box li.footer-menu-item .footer-second-item:before{
  content: ' ';
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: #AAACB0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.2rem;
}
body .footer-wrapper.footer3 .footer-menu-box li.footer-menu-item .footer-second-item:hover:before{
  background: #22AD38;
}
body .footer-wrapper.footer3 .footer-menu-box li.footer-menu-item .footer-second-item a{
  font-family: Arial !important;
  font-weight: 400 !important;
  font-size: 1.6rem !important;
  color: #808080 !important;
}
body .footer-wrapper.footer3 .footer-menu-box li.footer-menu-item .footer-second-item:hover a{
  color: #22AD38 !important;
}
/*联系我们*/
body .footer-wrapper.footer3 .footer-contactus .footer-companyinfo{
  margin-bottom: 0;
}
body .footer-wrapper.footer3 .footer-contactus .footer-companyinfo li{
  line-height: 3rem;
  position: relative;
  padding-left: 1.3rem;
  direction: ltr;
}
body .footer-wrapper.footer3 .footer-contactus .footer-companyinfo li span{
  font-family: Arial;
  font-weight: 400;
  font-size: 1.6rem;
  color: #808080;
}
body .footer-wrapper.footer3 .footer-contactus .footer-companyinfo li:hover span{
  color: #22AD38;
}
body .footer-wrapper.footer3 .footer-contactus .footer-companyinfo li:before{
  content: ' ';
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background: #AAACB0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.2rem;
}
body .footer-wrapper.footer3 .footer-contactus .footer-companyinfo li:hover:before{
  background: #22AD38;
}
body .footer-wrapper.footer3 .footer-contactus .footer-companyinfo li .f_label{
  vertical-align: baseline;
}
body .footer-wrapper.footer3 .footer-contactus li.iconfont5 .f_value{
  display: contents;
}
body .footer-wrapper.footer3 .footer-contactus li.iconfont5 .value-conts{
  display: contents;
}
body .footer-wrapper.footer3 .footer-bottem-con{
  padding: 0 15px;
  float: left;
  width: 100%;
  margin-top: 5.5rem;
}
body .footer-wrapper.footer3 .footer-contact-img{
  width: 100%;
  background: #333333;
  overflow: hidden;
  padding: 3.3rem 8.8rem 3.3rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-left{
  order: 1;
  text-align: left;
  max-width: 55%;
}
body.ar .footer-wrapper.footer3 .footer-contact-img .footer-ci-left{
  order: 2;
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-left .contact-title{
  font-family: Antonio-Bold;
  font-weight: bold;
  font-size: 6rem;
  color: #FFFFFF;
  line-height: 7rem;
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-left .contact-desc{
  font-family: Arial;
  font-weight: 400;
  font-size: 1.6rem;
  color: #808080;
  line-height: 2.8rem;
  margin-top: 1.2rem;
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-left a.contact-more{
  display: inline-block;
  width: auto;
  height: 4.4rem;
  line-height: 4.4rem;
  padding: 0 2.9rem;
  background: #22AD38;
  margin-top: 0.8rem;

  font-family: Arial;
  font-weight: bold;
  font-size: 1.6rem;
  color: #FFFFFF;
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right{
  order: 2;
  max-width: 40%;
}
body.ar .footer-wrapper.footer3 .footer-contact-img .footer-ci-right{
  order: 1;
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .right-img {
  display: flex;
  justify-content: right;
  direction: ltr;
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .right-img .paragraph--type--tuwenduanluo{
  width: 11.6rem;
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .right-img .paragraph--type--tuwenduanluo img{
  width: 11.6rem;
  height: 11.6rem;
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .right-img .paragraph--type--tuwenduanluo .field--name-field-mingcheng{
  display: none;
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .right-img .img-right {
  margin-left: 2rem;
  max-width: 18rem;
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .right-img .img-right .mingcheng{
  font-family: Arial;
  font-weight: bold;
  font-size: 2rem;
  color: rgba(255,255,255,0.3);
  line-height: 2.6rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-top: 1.5rem;
  padding-bottom: 1.2rem;
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .right-img .img-right .bumen{
  font-family: Arial;
  font-weight: 400;
  font-size: 1.6rem;
  color: rgba(255,255,255,0.3);
  line-height: 2.6rem;
  margin-top: 0.7rem;
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .social_platform{
  margin-top: 0.8rem;
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .social_platform a{
  display: inline-block;
  line-height: 3rem;
  margin-top: 1rem;
  margin-right: 2.4rem;
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .social_platform a .iconfont{
  display: inline-block;
  font-size: 3rem;
  color: #FFFFFF;
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .social_platform a:hover .iconfont{
  color: #22AD38;
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .social_platform a .icon-social_icon_whatsup:before{
  content: '\e6a7';
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .social_platform a .icon-social_icon_facebook1:before{
  content: '\e604';
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .social_platform a .icon-social_icon_linkin1:before{
  content: '\e648';
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .social_platform a .icon-personal-icon-youtube1:before{
  content: '\e74b';
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .social_platform a .icon-social_icon_ins:before{
  content: '\e87f';
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .social_platform a .icon-social_icon_twitter1:before{
  content: '\e7e2';
}
body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .social_platform a .icon-social_icon_wechat:before{
  content: '\e661';
}
body .footer-wrapper.footer3 .footer-copyright{
  line-height: 2.6rem;
  padding-top: 2.6rem;
  padding-bottom: 2.5rem;
}
body .footer-wrapper.footer3 .footer-copyright .container>div{
  font-family: Arial;
  font-weight: 400;
  font-size: 1.4rem;
  color: #808080;
  line-height: 2.6rem;
  text-align: center;
}
body .footer-wrapper.footer3 .footer-copyright .container>div a{
  display: block;
}
@media (min-width: 992px) {
  body .footer-wrapper.footer3 .footer-menu-box{
    padding-right: 8rem;
  }
  body .footer-wrapper.footer3 .footer-contactus{
    padding-left: 6rem;
  }
}
@media (max-width: 991px) {
  body .block.block-footer3{
    background-image: none !important;
  }
  body .footer-wrapper.footer3 .footer-main-menu{
    display: none;
  }
  body .footer-wrapper.footer3 .footer-bottem-con{
    padding: 0 5px;
  }
  body .footer-wrapper.footer3 .footer-contactus .footer-companyinfo li span{
    font-size: 2rem;
  }
  body .footer-wrapper.footer3 .footer-contact-img .footer-ci-left .contact-title{
    font-size: 4rem;
    line-height: 5rem;
  }
  body .footer-wrapper.footer3 .footer-contact-img .footer-ci-left .contact-desc{
    font-size: 2rem;
    line-height: 2.4rem;
  }
  body .footer-wrapper.footer3 .footer-contact-img .footer-ci-left a.contact-more{
    font-size: 2rem;
  }
  body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .right-img .img-right .bumen{
    font-size: 2rem;
  }
  body .footer-wrapper.footer3 .footer-copyright .container>div{
    font-size: 2rem;
    line-height: 3rem;
  }
  body .footer-wrapper.footer3 .footer-contact-img .footer-ci-left{
    max-width: 55%;
  }
  body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right{
    max-width: 40%;
  }
  body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .right-img .paragraph--type--tuwenduanluo{
    width: 15rem;
  }
  body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .right-img .paragraph--type--tuwenduanluo img{
    width: 15rem;
    height: 15rem;
  }
  body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right .right-img .img-right{
    width: calc(100% - 15rem);
    max-width: unset;
  }
}
@media (max-width: 768px) {
  body .front-product-classify.front-product-classify1 .item .images-box img:not(.has-load){
    height:106px;
  }
}
@media (max-width: 550px) {
  body .footer-wrapper.footer3 .footer-contact-img{
    display: block;
  }
  body .footer-wrapper.footer3 .footer-contact-img .footer-ci-left{
    width: 100%;
    max-width: 100%;
  }
  body .footer-wrapper.footer3 .footer-contact-img .footer-ci-right{
    width: 100%;
    max-width: 100%;
    margin-top: 4rem;
  }
}



body.page-node-type-lianxiwomen .contact-us{
  direction: ltr;
}
body.page-node-type-lianxiwomen .contact-us .contactus-contents .cont-left p{
  unicode-bidi: bidi-override;
}
body.page-node-type-lianxiwomen .contact-us .contactus-contents .cont-left p strong{
  unicode-bidi: embed;
}
