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

/*******区块标题*******/
body .block-title-wrapper{
  text-align: center;
}
body .block-title-wrapper .block-title.block-content-title{
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 1.6rem;
  color: #891C21;
  line-height: 2rem;
}
body .block-title-wrapper .block-title.block-content-title:after{
  display: none;
}
body .block-title-wrapper .block-sub-title{
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 3.4rem;
  color: #0D0D0D;
  line-height: 4.5rem;
  width: 82%;
  margin: 0.8rem auto 0;
}
body .block-title-wrapper .block-desc{
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 1.8rem;
  color: #666666;
  line-height: 2.4rem;
  padding: 0;
  width: 80%;
  margin: 2.6rem auto 0;
}
@media (max-width: 991px) {
  body .block-title-wrapper .block-title.block-content-title{
    font-size: 2rem;
    line-height: 2.4rem;
  }
  body .block-title-wrapper .block-sub-title{
    width: 100%;
  }
  body .block-title-wrapper .block-desc{
    width: 100%;
    font-size: 2rem;
  }
}





/*******导航*******/
/*logo*/
body .block-navbar4 .navbar-wrapper nav.bootsnav .logo-menu-wrapper{
  float: left;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 200px;
  position: relative;
  top: unset;
}
body .block-navbar4 .navbar-wrapper nav.bootsnav .logo-menu-wrapper a{
  height: 100%;
}
body .block-navbar4 .navbar-wrapper nav.bootsnav .logo-menu-wrapper img{
  position: static;
  margin: 0;
  transform: none;
}
/*语言*/
body .block-navbar4 .navbar-wrapper .language_wrapper{
  position: absolute;
}
body .block-navbar4 .navbar-wrapper .language_wrapper .language_header {
  width: auto !important;
}
body .block-navbar4 .navbar-wrapper .language_wrapper .language_header .language-line{
  display: none !important;
}
body .block-navbar4 .navbar-wrapper .language_wrapper .language_header .icon-nav_icon_language{
  display: inline-block;
  font-size: 24px;
  color: #0D0D0D;
}
body .block-navbar4 .navbar-wrapper .language_wrapper .language_header .icon-nav_icon_language:before{
  content: '\e641';
}
body .block-navbar4 .navbar-wrapper .language_wrapper .language_header .language_txt{
  display: none !important;
}
body .block-navbar4 .navbar-wrapper .language_wrapper .language_header .icon-arrowdown{
  display: none !important;
}
body .block-navbar4 .navbar-wrapper .language_wrapper .language_list{
  right: 10px;
}
/*搜索*/
body .block-navbar4 .navbar-wrapper .search-icon-box{
  display: inline-block;
  width: auto;
  padding: 0 15px;
}
body .block-navbar4 .navbar-wrapper .search-icon-box > .iconfont{
  display: inline-block;
  font-size: 24px;
  color: #0D0D0D !important;
}
body .block-navbar4 .navbar-wrapper .search-icon-box > .iconfont:before{
  content: '\e645';
}
body .block-navbar4 .navbar-wrapper .search-icon-box:before{
  content: '';
  display: inline-block;
  width: 1px;
  height: 2.1rem;
  background: rgba(13, 13, 13, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body .block-navbar4 .navbar-wrapper .search-icon-box:after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 2.1rem;
  background: rgba(13, 13, 13, 0.5);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
body .block-navbar4 .navbar-wrapper .search-icon-box .search-form{
  width: auto;
  right: 1.5rem;
  margin-top: 3px;
}
@media (min-width: 1025px) {
  body .block-navbar4 .navbar-wrapper .main-menu-temp3{
    padding: 0;
  }
  body .block-navbar4 .navbar-wrapper nav.bootsnav{
    height: 94px;
  }
  /*logo*/
  body .block-navbar4 .navbar-wrapper nav.bootsnav .logo-menu-wrapper img{
    max-height: 100%;
  }
  /*搜索*/
  body .block-navbar4 .navbar-wrapper .search-icon-box{
    right: 50px !important;
    left: unset !important;
    top: 50%;
    transform: translateY(-50%);
  }
  /*语言*/
  body .block-navbar4 .navbar-wrapper .language_wrapper{
    right: 0 !important;
    left: unset !important;
    top: 50% !important;
    transform: translateY(-50%);
  }
  /*导航*/
  body .block-navbar4 .navbar-wrapper nav.bootsnav{
    height: 94px;
  }
  body .block-navbar4 .navbar-wrapper #header_menu_box{
    left: 20rem;
    right: 100px;
  }
  body .block-navbar4 .navbar-wrapper #header_menu_box li.header_menu_list{
    height: 94px;
    line-height: 94px;
    margin: 0;
    padding: 0 0.6rem;
  }
  body .block-navbar4 .navbar-wrapper #header_menu_box li.header_menu_list>a{
    height: 94px;
    line-height: 94px;
    padding: 0;
    position: relative;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 1.4rem;
    color: #0D0D0D;
  }
  body.en .block-navbar4 .navbar-wrapper #header_menu_box li.header_menu_list>a{
    font-size: 1.6rem;
  }
  body .block-navbar4 .navbar-wrapper #header_menu_box li.header_menu_list>a:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #8F282C;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
  }
  body .block-navbar4 .navbar-wrapper #header_menu_box>li>a.is-active:after,
  body .block-navbar4 .navbar-wrapper #header_menu_box>li:hover>a:after{
    opacity: 1;
  }



  /*下拉*/
  body .block-navbar4 #header_menu_details{
    top: 94px;
    background: #F5F5F5 !important;
  }
  body .block-navbar4 #header_menu_details #header_menu_details_box{
    opacity: 0;
    transition: all .5s ease;
  }
  body .block-navbar4 #header_menu_details .menu-box-show{
    max-height: 450px;
    transition: 1s;
    height: auto !important;
    opacity: 1 !important;
  }
  body .block-navbar4 #header_menu_details .header_detail_container .header_detail_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.2rem 0 4.4rem;
  }
  body .block-navbar4 #header_menu_details .header_detail_container .header_detail_left{
    width: 60% !important;
    float: none !important;
    padding: 0 !important;
    text-align: left;
    padding-right: 15rem !important;
  }
  body .block-navbar4 #header_menu_details .header_detail_container .header_detail_right{
    width: 40% !important;
    float: none !important;
    padding: 0 !important;
  }
  body .block-navbar4 #header_menu_details .header_detail_left .yiji-item a{
    display: inline-block;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 2rem;
    color: #000000;
    line-height: 3rem;
  }
  body .block-navbar4 #header_menu_details .header_detail_left .second-menu-box{
    display: block;
    margin-top: 2.8rem;
    height: 19rem;
  }
  body .block-navbar4 #header_menu_details .header_detail_left .second-menu-box li{
    width: 50% !important;
    float: left !important;
    line-height: 3.8rem;
    padding-left: 1.2rem;
    position: relative;
    margin: 0 !important;
    padding-right: 3rem;
    transition: all .5s ease;
  }
  body .block-navbar4 #header_menu_details .header_detail_left .second-menu-box li:hover{
    transform: translateX(1rem);
  }
  body .block-navbar4 #header_menu_details .header_detail_left .second-menu-box li:before{
    content: '';
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    background: #999999;
    position: absolute;
    left: 0;
    top: 1.7rem;
    transform: none;
  }
  body .block-navbar4 #header_menu_details .header_detail_left .second-menu-box li:hover:before{
    background: #8F282C;
  }
  body .block-navbar4 #header_menu_details .header_detail_left .second-menu-box li a{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 1.6rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    transition: color .5s ease;
  }
  body .block-navbar4 #header_menu_details .header_detail_left .second-menu-box li:hover a{
    color: #8F282C !important;
  }









  body .block-navbar4 #header_menu_details .header_detail_container .header_detail_right .images{
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  body .block-navbar4 #header_menu_details .header_detail_container .header_detail_right .images img{
    width: 100%;
    height: auto;
    transition: all .5s ease;
  }
  body .block-navbar4 #header_menu_details .header_detail_container .header_detail_right .images:hover img{
    transition: all .5s ease;
    transform: scale(1.1);
  }








}
@media (max-width: 1024px) {
  body .block-navbar4 .navbar-wrapper nav.bootsnav{
    height: 60px;
  }
  /*搜索*/
  body .block-navbar4 .navbar-wrapper .search-icon-box{
    right: 115px !important;
    left: unset !important;
    top: 50%;
    transform: translateY(-50%);
  }
  /*语言*/
  body .block-navbar4 .navbar-wrapper .language_wrapper{
    right: 65px !important;
    left: unset !important;
    top: 50% !important;
    transform: translateY(-50%);
  }
}

/*******首页产品分类*******/
body .block-frontproduct_classify1{
  padding-top: 14.1rem;
  padding-bottom: 10.7rem;
}
body .front-product-classify.front-product-classify1{
  margin-top: 1.2rem;
}
body .front-product-classify1 .product-classify-content{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
}
body .front-product-classify1 .product-classify-left{
  width: 67%;
  padding-right: 2.5rem;
  order: 1;
}
body.fa .front-product-classify1 .product-classify-left,
body.ar .front-product-classify1 .product-classify-left{
  order: 2;
}
body .front-product-classify1 .product-classify-right{
  width: 33%;
  background: #F5F5F5;
  padding: 1rem 4.2rem;
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  order: 2;
}
body.fa .front-product-classify1 .product-classify-right,
body.ar .front-product-classify1 .product-classify-right{
  order: 1;
}
body .front-product-classify1 .product-classify-left .row{
  margin: 0 -1.25rem;
}
body .front-product-classify1 .front-product-classify-col{
  padding: 0 1.25rem;
}
body .front-product-classify.front-product-classify1 .item{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 13rem;
  padding: 0 2rem;
  margin-top: 2.5rem;
  cursor: pointer;
  border: 1px solid #C6C6C6;
  text-align: left;
  position: relative;
  z-index: 3;
  transition: all .5s ease;
}
body .front-product-classify.front-product-classify1 .item:hover{
  border-color: #8F282C;
}
body .front-product-classify.front-product-classify1 .item:before{
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  background: #8F282C;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: all .5s ease;
}
body .front-product-classify.front-product-classify1 .item:hover:before{
  width: 100%;
}
body .front-product-classify.front-product-classify1 .item .images{
  width: 5.4rem;
  height: 3.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  order: 1;
}
body.ar .front-product-classify.front-product-classify1 .item .images{
  order: 2;
}
body .front-product-classify.front-product-classify1 .item .images img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
body .front-product-classify.front-product-classify1 .item .fenlei-title{
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 1.6rem;
  color: #666666;
  line-height: 2rem;
  -webkit-line-clamp: 3;
  width: calc(100% - 5.4rem);
  padding-left: 2rem;
  order: 2;
}
body.ar .front-product-classify.front-product-classify1 .item .fenlei-title{
  order: 1;
}
body .front-product-classify.front-product-classify1 .item:hover .fenlei-title{
  color: #FFFFFF;
}
body .front-product-classify.front-product-classify1 .item .fenlei-title a{
  color: inherit;
}
body .front-product-classify1 .product-classify-right .search-box-title{
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 2rem;
  color: #000000;
  line-height: 2.8rem;
}
body .front-product-classify1 .product-classify-right .search-box-sub-title{
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 1.4rem;
  color: #666666;
  line-height: 2rem;
  margin-top: 0.8rem;
}
body .front-product-classify1 .product-category-search2{
  margin-top: 1.3rem;
}
body .front-product-classify1 .product-category-search2 .select-wrapper{
  margin-bottom: 2rem;
}
body .front-product-classify1 .product-category-search2 .form-item{
  width: 100%;
  float: none;
}
body .front-product-classify1 .product-category-search2 .search-item{
  width: 100%;
}
body .front-product-classify1 .product-category-search2 .form-item label{
  display: none;
}
body .front-product-classify1 .product-category-search2 .form-item select{
  width: 100%;
  height: 5.3rem;
  line-height: 4.9rem;
  border: 2px solid #C6C6C6;
  padding: 0 2rem;
  margin: 0;

  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 1.4rem;
  color: #666666;
}
body .front-product-classify1 .product-category-search2 .select-wrapper:after{
  content: '\e621';
  font-family: iconfont;
  display: inline-block;
  font-size: 1.6rem;
  color: #999999 !important;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2rem !important;
}
body .front-product-classify1 .product-category-search2 .search-btn{
  display: block;
  width: 100%;
  height: 5.3rem;
  line-height: 5.3rem;
  text-align: center;
  padding: 0 2rem;
  margin: 0;
  background: #8F282C;

  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 1.5rem;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .front-product-classify1 .product-category-search2 .line-box {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  margin-top: 2rem;
}
body .front-product-classify1 .product-category-search2 .line-box::before,
body .front-product-classify1 .product-category-search2 .line-box::after {
  content: '';
  height: 1px;
  background-color: #666666;
  min-width: 0.5rem;
  flex-grow: 1;
}
body .front-product-classify1 .product-category-search2 .line-box .text {
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 1.4rem;
  color: #666666;
  line-height: 2rem;
  max-width: calc(100% - 4rem);
  margin: 0 1.5rem;
}
body .front-product-classify1 .product-category-search2 .top-search-form{
  width: 100%;
  height: 5.3rem;
  line-height: 5.3rem;
  margin-top: 1.6rem;
  position: relative;
}
body .front-product-classify1 .product-category-search2 .top-search-form input{
  width: 100%;
  height: 5.3rem;
  line-height: 5.3rem;
  background: #FFFFFF;
  padding: 0 4rem 0 2rem;
  border: none;
  outline: none;

  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 1.4rem;
  color: #666666;
}
body .front-product-classify1 .product-category-search2 .top-search-form input::placeholder{
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 1.4rem;
  color: #666666;
}
body .front-product-classify1 .product-category-search2 .top-search-form button{
  display: inline-block;
  height: 100%;
  font-size: 2rem;
  color: #999999;
  background: none !important;
  border: none !important;
  position: absolute;
  right: 1.5rem;
  top: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  body .block-frontproduct_classify1{
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
  body .front-product-classify1 .product-classify-content{
    display: block;
  }
  body .front-product-classify1 .product-classify-left{
    width: 100%;
    padding-right: 0;
  }
  body .front-product-classify1 .product-classify-right{
    width: 100%;
    padding: 4rem 4.2rem;
    display: block;
  }
  body .front-product-classify.front-product-classify1 .item .fenlei-title{
    font-size: 2rem;
    line-height: 2.4rem;
  }
  body .front-product-classify1 .product-classify-right .search-box-title{
    font-size: 2.4rem;
  }
  body .front-product-classify1 .product-classify-right .search-box-sub-title{
    font-size: 2rem;
    line-height: 2.4rem;
  }
  body .front-product-classify1 .product-category-search2 .form-item select{
    height: 6rem;
    line-height: 5.6rem;
    font-size: 2rem;
  }
  body .front-product-classify1 .product-category-search2 .line-box .text{
    font-size: 2rem;
    line-height: 2.4rem;
  }
  body .front-product-classify1 .product-category-search2 .search-btn{
    height: 6rem;
    line-height: 6rem;
    font-size: 2rem;
  }
  body .front-product-classify1 .product-category-search2 .top-search-form {
    height: 6rem;
    line-height: 6rem;
  }
  body .front-product-classify1 .product-category-search2 .top-search-form input{
    height: 6rem;
    line-height: 6rem;
    font-size: 2rem;
  }
  body .front-product-classify1 .product-category-search2 .top-search-form input::placeholder{
    font-size: 2rem;
  }
}

/*******首页关于我们*******/
body .block-frontaboutus1{
  padding-top: 10rem;
  padding-bottom: 21.4rem;
  background-size: 100% 100% !important;
}
body .front-aboutus.front-aboutus1 .front-aboutus-contents{
  margin: 0;
}
body .front-aboutus.front-aboutus1 .desc{
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000000;
  line-height: 2.8rem;
  text-align: center;
  width: 82%;
  margin: 1.6rem auto 0;
}
body .front-aboutus.front-aboutus1 .front-youshi-content{
  margin-top: 5.5rem;
  padding: 0 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .front-aboutus.front-aboutus1 .youshi-line{
  display: inline-block;
  width: 1px;
  height: 7.3rem;
  background: #666666;
  opacity: 0.5;
}
body .front-aboutus.front-aboutus1 .youshi-line:last-child{
  display: none;
}
body .front-aboutus.front-aboutus1 .youshi-item{
  display: block;
  max-width: 24%;
  text-align: left;
}
body .front-aboutus.front-aboutus1 .youshi-item .content-top{
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 6rem;
  color: #891C21;
  line-height: 5rem;
}
body .front-aboutus.front-aboutus1 .youshi-item .youshi-title{
  display: inline-block;
  margin-right: 1.5rem;
}
body .front-aboutus.front-aboutus1 .youshi-item .youshi-desc{
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 1.4rem;
  color: #666666;
  line-height: 2rem;
  margin-top: 1.2rem;
}
@media (max-width: 991px) {
  body .block-frontaboutus1{
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-image: none !important;
  }
  body .front-aboutus.front-aboutus1 .desc{
    width: 100%;
    font-size: 2rem;
  }
  body .front-aboutus.front-aboutus1 .youshi-line{
    display: none;
  }
  body .front-aboutus.front-aboutus1 .front-youshi-content{
    margin-top: 2rem;
    padding: 0;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  body .front-aboutus.front-aboutus1 .youshi-item{
    min-width: 35%;
    max-width: 48%;
    margin-top: 3rem;
    text-align: center;
  }
  body .front-aboutus.front-aboutus1 .youshi-item .youshi-desc{
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

/********首页发展历程******/
body .block-fronthistory1{
  padding-top: 14rem;
  padding-bottom: 12rem;
  background: #F5F5F5;
}
body .front-history1 .block-title-wrapper .block-sub-title{
  width: 64%;
}
@media (max-width: 991px) {
  body .front-history1 .block-title-wrapper .block-sub-title{
    width: 100%;
  }
}
body .front-history1 .front-history-content{
  margin-top: 3rem;
  position: relative;
}
body .front-history1 .swiper-wrapper{
  display: flex;
  align-items: stretch !important;
}
body .front-history1 .owl-stage-outer .owl-item,
body .front-history1 .swiper-wrapper .swiper-slide{
  height: auto;
}
body .front-history1 .history-item{
  display: block;
  height: 100%;
  position: relative;
  z-index: 3;
  margin-top: 2rem;
  text-align: left;
}
body .front-history1 .history-item .history-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 2.5rem;
}
body .front-history1 .history-item .history-title span{
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 2rem;
  color: #891C21;
  line-height: 2.8rem;
  max-width: calc(100% - 1.8rem);
  margin: 0 0.8rem 0 0;
  order: 1;
}
body.fa .front-history1 .history-item .history-title span,
body.ar .front-history1 .history-item .history-title span{
  order: 2;
}
body .front-history1 .history-item .history-title:before{
  content: '';
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: #891C21;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body .front-history1 .history-item .history-title:after{
  content: '';
  height: 1px;
  background-color: #999999;
  min-width: 1rem;
  flex-grow: 1;
  order: 2;
}
body.fa .front-history1 .history-item .history-title:after,
body.ar .front-history1 .history-item .history-title:after{
  order: 1;
}
body .front-history1 .history-item .history-desc{
  -webkit-line-clamp: 10;
  margin-top: 1.4rem;
}
body .front-history1 .history-item .history-desc span{
  display: block;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 1.6rem;
  color: #666666;
  line-height: 2.8rem;
  margin-top: 0.8rem;
  padding-left: 2.5rem;
  position: relative;
}
body .front-history1 .history-item .history-desc span:before{
  content: '';
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: #CCCCCC;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
body .front-history1 .history-item .history-shijian{
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 10rem;
  color: #666666;
  line-height: 1;
  font-style: italic;
  opacity: 0.05;
  position: absolute;
  right: 1rem;
  bottom: 3rem;
  z-index: -1;
}
body .front-history1 .front-history-content .swiper-button-prev{
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  left: -10rem;
  top: 50%;
  transform: translateY(-50%);
}
body .front-history1 .front-history-content .swiper-button-next{
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  right: -10rem;
  top: 50%;
  transform: translateY(-50%);
}
body .front-history1 .front-history-content .swiper-button-prev:after{
  content: '\e601';
  font-family: iconfont;
  display: inline-block;
  background-image: none !important;
  font-size: 5rem;
  color: #999999;
}
body .front-history1 .front-history-content .swiper-button-next:after{
  content: '\ea69';
  font-family: iconfont;
  display: inline-block;
  background-image: none !important;
  font-size: 5rem;
  color: #999999;
}
body .front-history1 .front-history-content .swiper-button-prev:hover:after,
body .front-history1 .front-history-content .swiper-button-next:hover:after{
  color: #8F282C;
}
@media (max-width: 991px) {
  body .front-history1 .history-item .history-title span{
    font-size: 2.4rem;
  }
  body .front-history1 .history-item .history-desc span{
    font-size: 2rem;
  }
}

/*******企业优势*******/
body .block-advantage1 {
  padding-top: 14.4rem;
  padding-bottom: 14.2rem;
}
body .front-advantage1 .row{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .front-advantage1 .front-advantage-left{
  width: 51.6%;
  order: 1;
}
body.fa .front-advantage1 .front-advantage-left,
body.ar .front-advantage1 .front-advantage-left{
  order: 2;
}
body .front-advantage1 .front-advantage-right{
  width: 48.4%;
  text-align: left;
  padding-left: 5.4rem;
  order: 2;
}
body.fa .front-advantage1 .front-advantage-right,
body.ar .front-advantage1 .front-advantage-right{
  order: 1;
}
body .front-advantage1 .front-advantage-left .image{
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 1rem;
}
body .front-advantage1 .front-advantage-left .image img{
  width: 100%;
  height: auto;
  transition: all .5s ease;
}
body .front-advantage1 .front-advantage-left .image:hover img{
  transition: all .5s ease;
  transform: scale(1.1);
}
body .front-advantage1 .block-title-wrapper{
  text-align: left;
}
body .front-advantage1 .block-title-wrapper .block-title.block-content-title{
  text-align: left;
}
body .front-advantage1 .block-title-wrapper .block-sub-title{
  width: 100%;
  line-height: 3.6rem;
  text-align: left;
}
body .front-advantage1 .block-title-wrapper .block-desc{
  width: 100%;
  text-align: left;
}
body .front-advantage1 .front-advantage-content{
  padding-top: 2.5rem;
}
body .front-advantage1 .front-advantage-content .front-advantage-item{
  display: block;
  margin-top: 2rem;
  padding-left: 6rem;
  position: relative;
  text-align: left;
}
body .front-advantage1 .front-advantage-item .image{
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
body .front-advantage1 .front-advantage-item .image img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all 1s ease;
}
body .front-advantage1 .front-advantage-item .image:hover img{
  transition: all 1s ease;
  transform: rotateY(360deg);
}
body .front-advantage1 .front-advantage-item .advantage-title {
  line-height: 3rem;
  text-align: left;
  background-color: transparent;
}
body .front-advantage1 .front-advantage-item .advantage-title span {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 1.8rem;
  color: #0D0D0D;
  position: relative;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
}
body .front-advantage1 .front-advantage-item .advantage-title span::before {
  content: attr(data-content);
  position: absolute;
  color: #891C21;
  width: 0;
  overflow: hidden;
  transition: width 1s;
  white-space: nowrap;
  left: 0;
}
body .front-advantage1 .front-advantage-item:hover .advantage-title span::before {
  width: 100%;
}
body .front-advantage1 .front-advantage-item .advantage-desc{
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 1.6rem;
  color: #666666;
  line-height: 2.4rem;
  -webkit-line-clamp: 3;
  min-height: 4.8rem;
  margin-top: 0.7rem;
}
@media (max-width: 991px) {
  body .block-advantage1 {
    background-image: none !important;
  }
  body .front-advantage1 .row{
    display: block;
  }
  body .front-advantage1 .front-advantage-left{
    width: 100%;
    margin-top: 4rem;
  }
  body .front-advantage1 .front-advantage-right{
    width: 100%;
    padding-left: 0;
  }
  body .front-advantage1 .front-advantage-item .advantage-title span{
    font-size: 2.4rem;
  }
  body .front-advantage1 .front-advantage-item .advantage-desc{
    font-size: 2rem;
  }
}

/*******首页合作伙伴*******/
body .block-frontPartner2{
  padding-top: 8.8rem;
  padding-bottom: 8.9rem;
  background-size: 100% 100% !important;
}
body .front-partner-wrapper .block-title-wrapper .block-sub-title{
  width: 60%;
}
@media (max-width: 991px) {
  body .front-partner-wrapper .block-title-wrapper .block-sub-title{
    width: 100%;
  }
}
body .front-partner2{
  margin-top: 2rem;
}
body .front-partner2 .row{
  margin: 0 -1.6rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body .front-partner2 .row .front-partner-col{
  width: 20%;
  padding: 0 1.6rem;
}
body .front-partner2 .item{
  display: block;
  margin-top: 1.6rem;
  background: none;
  box-shadow: none;
}
body .front-partner2 .item .images{
  width: 100%;
  height: auto;
  overflow: hidden;
}
body .front-partner2 .item .images img{
  width: 100%;
  height: auto;
  margin: 0;
  max-height: 10.5rem;
}
body .front-partner2 .owl-theme .owl-dots{
  position: static;
  margin-top: 5.5rem !important;
}
body .front-partner2 .owl-theme .owl-dots .owl-dot{
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
}
body .front-partner2 .owl-theme .owl-dots .owl-dot span{
  width: 1rem;
  height: 1rem;
  background: #333333 !important;
  border-radius: 50%;
}
body .front-partner2 .owl-theme .owl-dots .owl-dot.active span{
  background: #333333 !important;
}
@media (max-width: 991px) {
  body .block-frontPartner2{
    background-image: none !important;
    background-color: #f6f6f6;
  }
  body .front-partner2 .row .front-partner-col{
    width: 33.3335%;
  }
  body .front-partner2 .item .images img{
    max-height: unset;
  }
}

/*******首页新闻*******/
body .block-frontnews1{
  padding-top: 14rem;
  padding-bottom: 11.4rem;
}
body .front-news-wrapper .block-title-wrapper .block-sub-title{
  width: 55%;
}
@media (max-width: 991px) {
  body .front-news-wrapper .block-title-wrapper .block-sub-title{
    width: 100%;
  }
}
body .front-news.front-news1{
  margin-top: 2rem;
}
body .front-news.front-news1 .row{
  margin: 0 -1rem;
}
body .front-news.front-news1 .row .front-news-col{
  padding: 0 1rem;
}
body .front-news.front-news1 .item{
  display: block;
  margin-top: 2rem;
  cursor: pointer;
  text-align: left;
}
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;
  max-height: 31.5rem;
  transition: all .5s ease;
}
body .front-news.front-news1 .item:hover .front-news-image img{
  transition: all .5s ease;
  transform: scale(1.1);
}
body .front-news.front-news1 .item .front-news-bottom{
  padding: 2.7rem 0 0;
}
body .front-news.front-news1 .item .front-news-times{
  display: block;
  float: none;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 1.4rem;
  color: #891C21;
  line-height: 2.4rem;
}
body .front-news.front-news1 .item .front-news-titles{
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 2rem;
  color: #0D0D0D;
  line-height: 3rem;
  -webkit-line-clamp: 2;
  height: 6rem;
  margin-top: 1.2rem;
}
body .front-news.front-news1 .item .front-news-more{
  display: inline-block;
  width: auto;
  padding: 0 1.2rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: left;
  position: relative;
  z-index: 3;
  transition: color .5s ease;
  margin-top: 2rem;

  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 1.4rem;
  color: #333333;
}
body .front-news.front-news1 .item .front-news-more:hover{
  color: #FFFFFF;
}
body .front-news.front-news1 .item .front-news-more .iconfont{
  display: inline-block;
  font-size: 2rem;
  margin-left: 1.2rem;
  vertical-align: top;
}
body .front-news.front-news1 .item .front-news-more:before{
  content: '';
  display: inline-block;
  width: 3px;
  height: 100%;
  background: #891C21;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: all .5s ease;
}
body .front-news.front-news1 .item .front-news-more:hover:before{
  width: 100%;
}
@media (max-width: 991px) {
  body .block-frontnews1{
    background-image: none !important;
    background-color: #f6f6f6;
  }
  body .front-news.front-news1 .item .front-news-times{
    font-size: 2rem;
  }
  body .front-news.front-news1 .item .front-news-titles{
    font-size: 2.4rem;
  }
  body .front-news.front-news1 .item .front-news-more{
    font-size: 2rem;
    height: 2.6rem;
    line-height: 2.6rem;
  }
}

/*******footer*******/
body .block.block-footer3{
  background: #1B1919;
}
body .footer-wrapper.footer3 .footer-container{
  padding-top: 5.4rem;
  padding-bottom: 8rem;
}
body .footer-wrapper.footer3 .footer-col{
  margin-top: 4rem;
  text-align: left;
}
body .footer-wrapper.footer3 .footer-title{
  display: block;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 1.8rem !important;
  color: #FFFFFF;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
body .footer-wrapper.footer3 .footer-logo-img img{
  width: 19.8rem;
  height: 7.2rem;
}
body .footer-wrapper.footer3 .footer-logo-desc {
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 1.4rem;
  color: #ABAAAA;
  line-height: 2.4rem;
  margin-top: 1.5rem;
}
body .footer-wrapper.footer3 .footer-companyinfo{
  padding-top: 2.4rem;
}
body .footer-wrapper.footer3 .footer-companyinfo li{
  line-height: 2.4rem;
  margin-top: 1rem;
}
body .footer-wrapper.footer3 .footer-companyinfo li span{
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 1.4rem;
  color: #ABAAAA;
}
body .footer-wrapper.footer3 .footer-companyinfo li.iconfont2 span.f_value {
  display: block;
  font-size: 2rem;
  color: #FFFFFF;
}
body .footer-wrapper.footer3 .footer-social-box{
  margin-top: 1.2rem;
}

body .footer-wrapper.footer3 .footer-social-box a{
  display: inline-block;
  width: 4.2rem;
  height: 3.9rem;
  line-height: 3.9rem;
  text-align: center;
  border-radius: 5px;
  background: #7A2828;
  margin-right: 1.6rem;
  margin-top: 1rem;
}
body .footer-wrapper.footer3 .footer-social-box a:hover{
  background: #8f282c;
}
body .footer-wrapper.footer3 .footer-social-box a .iconfont{
  font-size: 2.6rem;
  display: inline-block;
  color: #FFFFFF;
}
body .footer-wrapper.footer3 .footer-social-box a .icon-social_icon_facebook1:before{
  content: '\e64a';
}
body .footer-wrapper.footer3 .footer-social-box a .icon-personal-icon-youtube1:before{
  content: '\e74b';
}
body .footer-wrapper.footer3 .footer-social-box a .icon-social_icon_linkin1:before{
  content: '\e648';
}
body .footer-wrapper.footer3 .footer-social-box a .icon-social_icon_twitter1:before{
  content: '\e7e2';
}
body .footer-wrapper.footer3 .footer-social-box a .icon-social_icon_whatsup:before{
  content: '\e6a7';
}
body .footer-wrapper.footer3 .footer-social-box a .icon-social_icon_skype:before{
  content: '\e617';
}
body .footer-wrapper.footer3 .footer-menu-box li.footer-menu-item{
  width: 100%;
  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: 2.4rem !important;
  margin-bottom: 1.4rem;
  position: relative;
  padding-left: 1.5rem;
}
body .footer-wrapper.footer3 .footer-menu-box li.footer-menu-item .footer-second-item a{
  font-family: Poppins-Regular !important;
  font-weight: 400 !important;
  font-size: 1.4rem !important;
  color: #ABAAAA !important;
}
body .footer-wrapper.footer3 .footer-menu-box li.footer-menu-item .footer-second-item:hover a{
  color: #8F282C !important;
  text-decoration-line: underline !important;
}
body .footer-wrapper.footer3 .footer-menu-box li.footer-menu-item .footer-second-item:before{
  content: '\ea68';
  font-family: iconfont;
  display: inline-block;
  font-size: 1.2rem;
  color: #891C21;
  position: absolute;
  left: 0;
  top: 0;
}
body .footer-wrapper.footer3 .footer-menu-box1 .footer-second-item{
  line-height: 2.4rem;
  margin-bottom: 1.4rem;
  position: relative;
  padding-left: 1.5rem;
}
body .footer-wrapper.footer3 .footer-menu-box1 .footer-second-item a{
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 1.4rem;
  color: #ABAAAA;
}
body .footer-wrapper.footer3 .footer-menu-box1 .footer-second-item:hover a{
  color: #8F282C;
  text-decoration-line: underline !important;
}
body .footer-wrapper.footer3 .footer-menu-box1 .footer-second-item:before{
  content: '\ea68';
  font-family: iconfont;
  display: inline-block;
  font-size: 1.2rem;
  color: #891C21;
  position: absolute;
  left: 0;
  top: 0;
}
body .footer-wrapper.footer3 .footer-webform{
  padding-top: 0.8rem;
}
body .footer-wrapper.footer3 .webform1 .form-item{
  margin-bottom: 1rem;
}
body .footer-wrapper.footer3 .webform1 .form-item input{
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 1.5rem;
  background: rgba(255,255,255,0.3);
  border: none;
  outline: none;

  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}
body .footer-wrapper.footer3 .webform1 .form-item input::placeholder{
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}
body .footer-wrapper.footer3 .webform1 .form-item textarea{
  width: 100%;
  height: 100px;
  line-height: 20px;
  padding: 1.5rem;
  background: rgba(255,255,255,0.3);
  border: none;
  outline: none;

  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}
body .footer-wrapper.footer3 .webform1 .form-item textarea::placeholder{
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}
body .footer-wrapper.footer3 .webform1 .form-actions .btn{
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 2rem;
  text-align: center;
  background: #8F282C !important;
  border-radius: 0;
  margin: 0;
  cursor: pointer;

  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
}
body .footer-wrapper.footer3 .webform1 .form-actions .btn:hover{
  opacity: 1;
  background: #8f282c !important;
}
body .footer-wrapper.footer3 .footer-copyright{
  line-height: 8.2rem;
  height: auto;
}
body .footer-wrapper.footer3 .footer-copyright > .container > div{
  border-top: 1px solid rgba(255, 255, 255, 1);
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 1.4rem;
  color: #ABAAAA;
  line-height: 8.2rem;
  text-align: center;
}
@media (max-width: 991px) {
  body .footer-wrapper.footer3 .footer-main-menu,
  body .footer-wrapper.footer3 .footer-main-menus{
    display: none;
  }
  body .footer-wrapper.footer3 .footer-logo-desc{
    font-size: 2rem;
    line-height: 3rem;
  }
  body .footer-wrapper.footer3 .footer-companyinfo li{
    line-height: 3rem;
  }
  body .footer-wrapper.footer3 .footer-companyinfo li span{
    font-size: 2rem;
  }
  body .footer-wrapper.footer3 .footer-companyinfo li.iconfont2 span.f_value{
    font-size: 2.4rem;
  }
  body .footer-wrapper.footer3 .footer-title{
    font-size: 2.4rem !important;
    line-height: 3rem;
  }
  body .footer-wrapper.footer3 .footer-copyright {
    line-height: 6rem;
  }
  body .footer-wrapper.footer3 .footer-copyright > .container > div{
    font-size: 2rem;
    line-height: 6rem;
  }
}






