﻿
/* 公共样式 */
* {
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

body {
  font-size: 0.625vw;
  font-family: HONOR Sans , HarmonyOS Sans SC, OPPOSans, PingFang SC, Source Han Sans, Microsoft YaHei !important;
  margin: 0px auto;
  background: #fff;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #333333;
  text-decoration: none;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

i {
  font-style: normal;
}

:root {
  --vi-color: #05D8D3;
  --title-color:#272727;
  --text-color:#4c505f;
  --content-Wdith-1200:77.0833vw;
  --bigTitle-fontSize-1200:2.3958vw;
  --bigTitle-lineheight-1200:2.9167vw;
  --smallTitle-fontsize-1200:1.5625vw;
  --smallTitle-lineheight-1200:1.8229vw;
  --padding-1200:5.7292vw 0vw;
  --text-fontsize-1200:0.9375vw;
  --text-lineheight-1200:1.4583vw;
  --content-Wdith-768:81.25vw;
  --bigTitle-fontSize-768:2.875vw;
  --bigTitle-lineheight-768:3.5vw;
  --smallTitle-fontsize-768:1.875vw;
  --smallTitle-lineheight-768:2.1875vw;
  --padding-768:6.875vw 0vw;
  --text-fontsize-768:1.125vw;
  --text-lineheight-768:1.75vw;
  --content-Wdith:100%;
  --bigTitle-fontSize:2.39583vw;
  --bigTitle-lineheight:2.91667vw;
  --smallTitle-fontsize:0.83333vw;
  --text-fontsize:0.72917vw;
  --text-lineheight:1.25vw;
  --padding:1.82292vw 0px;
}

/* 版心 */
.content1600 {
  width: 83.33333vw;
  margin: 0 auto;
}

/* PC端显示，移动端隐藏 */
.pc {
  display: block !important;
}

/* 移动端端显示，PC端隐藏 */
.mobile {
  display: none !important;
}

@media (min-width: 0px) {
  body {
    padding-top: 0px !important;
    position: relative;
    -webkit-transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -moz-transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    left: 0px;
  }
  .header {
    background: transparent;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    -webkit-transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -moz-transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    left: 0px;
    z-index: 99;
    border-bottom: 1px solid transparent;
  }
  .header .headerFast {
    display: none;
    padding: 12px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
  }
  .header .content1600 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
  }
  .header .logo {
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
         flex: 1;
  }
  .header .logo .wen{
    padding-left: 30px;
  }
  .header .logo .p1{
  font-size: 1.0rem;
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin-top: 10px;
  }
  .header:hover .logo .p1{
    color: rgb(0, 0, 0);
    }
  
  .header .logo .p2{
  color: rgb(0, 0, 0);
  /* padding-top: 5px; */
  font-size: 15px;
  }
  .header:hover .logo .p2{
    color: rgb(0, 0, 0);
    }
  .header .logo img {
    height: 35px;
  }
  .header .logo .transparent {
    display: block;
  }
  .header .logo .colour {
    display: none;
  }
  .header .navBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
  }
  .header .navBox .navList {
    background: #FAFAFA;
    display: none;
    position: fixed;
    width: 260px;
    right: -260px;
    top: 0px;
    bottom: 0px;
    padding: 50px 0px 0px;
    overflow-y: auto;
    -webkit-transition: right 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -moz-transition: right 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: right 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .header .navBox .navList .list {
    position: relative;
    border-top: 1px solid #eff1f3;
  }
  .header .navBox .navList .list h3 a {
    padding: 0px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
    line-height: 50px;
    font-size: 16px;
    position: relative;
    color: #333;
    font-weight: normal;
  }
  .header .navBox .navList .list h3 a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    border: 1px solid #D8D8D8;
    margin-right: 15px;
  }
  .header .navBox .navList .list.cur {
    background: #fff;
  }
  .header .navBox .navList .list.cur h3 a::before {
    background: #666;
    border-color: #666;
  }
  .header .navBox .navList .closeNavText a {
    visibility: hidden;
  }
  .header .navBox .haderOther {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
  }
  .header .navBox .haderOther .searchBox {
    margin-left: 15px;
    position: relative;
  }
  .header .navBox .haderOther .searchBox .searchBtn {
    display: block;
    width: 21px;
    color: #fff;
    font-size: 21px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .header .navBox .haderOther .langBox .langBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: #fff;
  }
  .header .navBox .haderOther .langBox .langBtn i {
    font-size: 20px;
    margin-right: 4px;
  }
  .header .navBox .haderOther .navbtn {
    color: #fff;
    width: 26px;
    position: relative;
    cursor: pointer;
    margin-left: 15px;
    font-size: 26px;
  }
  .header .searchformMain {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
  }
  .header .searchformMain .searchform {
    background: #fff;
    padding: 10px 20px 30px;
    position: relative;
    z-index: 99;
    -webkit-transition: opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    -moz-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -moz-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), -moz-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    opacity: 0;
    -webkit-transform: translate3d(0px, -100%, 1px);
    -moz-transform: translate3d(0px, -100%, 1px);
         transform: translate3d(0px, -100%, 1px);
  }
  .header .searchformMain .searchform form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    max-width: 1080px;
    margin: 0px auto;
    border-bottom: 2px solid #595959;
    width: 100%;
    padding: 20px 0px;
    position: relative;
  }
  .header .searchformMain .searchform form input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
         flex: 1;
    margin: 0px 15px;
    font-size: 14px;
    color: #333;
    line-height: inherit;
    vertical-align: middle;
    border: 0px;
  }
  .header .searchformMain .searchform form button {
    left: 0px;
    font-size: 20px;
    height: 100%;
    top: 0px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .header .searchformMain .searchform form .closeSearch {
    cursor: pointer;
    right: 0px;
    top: 0px;
    height: 100%;
    font-size: 20px;
    color: #333;
  }
  .header .searchformMain .search_mask {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .header .searchformMain.admission .searchform {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
         transform: translate3d(0px, 0px, 0px);
    opacity: 1;
  }
  .admissionheader {
    left: -260px;
  }
  .admissionheader .navBox .navList {
    right: 0px;
  }
  .hideScroll {
    overflow: hidden;
  }
  .admissionBody {
    left: -260px;
  }
  .header .navBox .navList .list .subNavBtn {
    position: absolute;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    -moz-box-pack: right;
         justify-content: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
    width: 45%;
    height: 50px;
    top: 0px;
    right: 0px;
    padding-right: 25px;
  }
  .header .navBox .navList .list .subNavBtn i {
    width: 12px;
    height: 12px;
    display: block;
    position: relative;
  }
  .header .navBox .navList .list .subNavBtn i::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #474747;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
  }
  .header .navBox .navList .list .subNavBtn i::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #474747;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -1px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .header .navBox .navList .list .subNavMain {
    display: none;
  }
  .header .navBox .navList .list .subNavMain .threeNavBox {
    display: none;
  }
  .header .navBox .navList .list .subNavMain .subNavList {
    position: relative;
  }
  .header .navBox .navList .list .subNavMain .subNavList > a {
    padding: 15px 25px;
    border-top: 1px solid #EBEBEB;
    background: #f2f2f2;
    display: block;
  }
  .header .navBox .navList .list .subNavMain .subNavList > a::before {
    margin-right: 10px;
  }
  .header .navBox .navList .list .subNavMain .subNavList .mThreeNav {
    display: none;
  }
  .header .navBox .navList .list .subNavMain .subNavList .mThreeNav .mThreeNavItem {
    position: relative;
  }
  .header .navBox .navList .list .subNavMain .subNavList .mFourNav {
    display: none;
  }
  .header .navBox .navList .list.active h3 {
    background: #ebebeb;
  }
  .header .navBox .navList .list.active h3 a::before {
    background: #666;
    border-color: #666;
  }
  .header .navBox .navList .list.active .subNavBtn i::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
         transform: rotate(-90deg);
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn {
    position: absolute;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    -moz-box-pack: right;
         justify-content: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
    width: 40%;
    height: 45px;
    top: 0px;
    right: 0px;
    padding-right: 25px;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i {
    width: 12px;
    height: 12px;
    display: block;
    position: relative;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #474747;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #474747;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -1px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList .mThreeNav a {
    display: block;
    padding: 15px 50px;
    border-top: 1px solid #EBEBEB;
    background: #f6f6f6;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList .mThreeNav a::before {
    margin-right: 10px;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList.active1 .threeNavBtn i::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
         transform: rotate(-90deg);
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList .fourNavBtn {
    position: absolute;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    -moz-box-pack: right;
         justify-content: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
    width: 40%;
    height: 45px;
    top: 0px;
    right: 0px;
    padding-right: 25px;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList .fourNavBtn i {
    width: 12px;
    height: 12px;
    display: block;
    position: relative;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList .fourNavBtn i::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #474747;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList .fourNavBtn i::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #474747;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -1px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList .mFourNav a {
    display: block;
    padding: 15px 20px 15px 60px;
    border-top: 1px solid #EBEBEB;
    background: #fff;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNavList .mFourNav a::before {
    margin-right: 10px;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .mThreeNavItem.active1 .fourNavBtn i::before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
         transform: rotate(-90deg);
  }
  .headerUp {
    background: #fff;
    border-color: #eee;
  }
  .headerUp .logo .transparent {
    display: none;
  }
  .headerUp .logo .colour {
    display: block;
  }
  .headerUp .navBox .haderOther .searchBox .searchBtn {
    color: #e60012;
  }
  .headerUp .navBox .haderOther .langBox .langBtn {
    color: #e60012;
  }
  .headerUp .navBox .haderOther .navbtn {
    color: #e60012;
  }
  /* .headerDown {
    background: #fff !important;
    border-color: #eee;
  } */
  .headerDown .logo .transparent {
    display: none;
  }
  .headerDown .logo .colour {
    display: block;
  }
  .headerDown .navBox .haderOther .searchBox .searchBtn {
    color: #e60012;
  }
  .headerDown .navBox .haderOther .langBox .langBtn {
    color: #e60012;
  }
  .headerDown .navBox .haderOther .navbtn {
    color: #e60012;
  }
  .pcImg {
    display: none !important;
  }
  .mImg {
    display: block !important;
  }
  .productsMenusBg {
    display: none;
  }
}
@media (min-width: 768px) {
  .stu{max-width: 100%;}
  .header .searchformMain .searchform {
    padding: 0.625vw 1vw 3.125vw;
  }
  .header .searchformMain .searchform form {
    padding: 2.8125vw 0vw;
  }
  .header .searchformMain .searchform form input {
    margin: 0vw 1.875vw;
    font-size: 1.125vw;
  }
  .header .searchformMain .searchform form button {
    font-size: 1.5vw;
  }
  .header .searchformMain .searchform form .closeSearch {
    font-size: 1.5vw;
  }
  .header .searchformMain .search_mask {
    background: rgba(0, 0, 0, 0);
  }
  .pcImg {
    display: block !important;
  }
  .mImg {
    display: none !important;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 0vw !important;
  }
  .header {
    height: auto;
    position: absolute;
    left: 0vw;
    top: 0vw;
    width: 100%;
    background: none;
    border-bottom: 0px;
    -webkit-transition: all 0.8s ;
    -moz-transition: all 0.8s ;
    transition: all 0.8s ;
  }
  
  .header .headerFast {
    display: block;
    padding: 0.4vw 0vw;
  }
  .header .headerFast .content1600 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .headerFast .content1600 .nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .headerFast .content1600 .nav ul li {
    padding: 0px 1.0417vw;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .headerFast .content1600 .nav ul li:last-child {
    padding-right: 0px;
    border-right: 0px;
  }
  .header .headerFast .content1600 .nav ul li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.8333vw;
    color: #fff;
    font-weight: 400;
    line-height: 0.8333vw;
    opacity: 0.8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-family: 'honor Sans CN';
  }
  .header .headerFast .content1600 .nav ul li>a:hover {
    opacity: 1;
  }
  .header .headerFast .content1600 .nav ul li>a img {
    width: auto;
    height: 1.25vw;
    margin-right: 0.2604vw;
  }

  .header .headerFast .content1600 .nav ul li .subCompanyBox{position: absolute; left: 0vw; top: 1.302vw; padding-top: 1.042vw; width: 100%; z-index: 80; max-height: 0vw; overflow: hidden; transition: all .6s;}
  .header .headerFast .content1600 .nav ul li .subCompanyBox .subCompany{background: rgba(0,0,0,0.5); padding: 0.781vw 0vw;}
  .header .headerFast .content1600 .nav ul li .subCompanyBox .subCompany p{ display: flex; align-items: center;}
  .header .headerFast .content1600 .nav ul li .subCompanyBox .subCompany p a{display: block; font-size: 0.729vw; color: #fff;font-family: 'honor Sans CN'; margin-left: 1.042vw; font-weight: 200;}
  .header .headerFast .content1600 .nav ul li:hover .subCompanyBox{max-height: 5.208vw;}

  .header .logo img {
    height: 3.5vw;
  }
  .header .logo .transparent {
    display: block;
  }
  .header .logo .colour {
    display: none;
  }
  .header .navBox .haderOther .navbtn {
    display: none;
  }
  .header .navBox .navList {
    padding: 0vw;
    width: auto;
    right: 0vw;
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
         align-items: center;
    position: relative;
    padding: 0vw;
    position: relative;
    overflow: visible;
    top: 0vw;
  }
  .header .navBox .navList .list {
    margin-left: 1.5vw;
    padding: 0vw;
    border-top: none;
  }
  .header .navBox .navList .list h3 a {
    line-height: 4.2083vw;
    font-size: 1.0vw;
    padding: 0vw;
    color: #fff;
  }
  .header .navBox .navList .list h3 a::before {
    display: none;
  }
  .header .navBox .navList .list h3 a::after {
    bottom: 0vw;
    width: 0vw;
    height: 0.1042vw;
    background: #e60012;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
         transform: translateX(-50%);
    content: "";
    position: absolute;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    transition: 0.6s ease;
  }
  .header .navBox .navList .list.cur {
    background: none;
  }
  .header .navBox .navList .list:first-child {
    margin-left: 0vw;
  }
  .header .navBox .navList .closeNavText {
    display: none;
  }
  .header .navBox .haderOther .searchBox {
    margin-left: 1.4583vw;
  }
  .header .navBox .haderOther .searchBox .searchBtn {
    color: #fff;
    width: 1.0938vw;
    font-size: 1.3021vw;
  }
  .header .navBox .haderOther .langBox {
    margin-left: 1.3021vw;
  }
  .header .navBox .haderOther .langBox .langBtn {
    color: #333;
    font-size: 0.7292vw;
  }
  .header .navBox .haderOther .langBox .langBtn i {
    font-size: 1.3021vw;
    margin-left: 0.1042vw;
  }
  .header .searchformMain .searchform {
    padding: 0.5208vw 1vw 2.6042vw;
  }
  .header .searchformMain .searchform.header .headerFast form {
    padding: 2.3438vw 0vw;
  }
  .header .searchformMain .searchform form input {
    margin: 0vw 1.5625vw;
    font-size: 0.9375vw;
  }
  .header .searchformMain .searchform form button {
    font-size: 1.25vw;
  }
  .header .searchformMain .searchform form .closeSearch {
    font-size: 1.25vw;
  }
  .headerbg {
    background: linear-gradient(180deg,#424242 0,#fff);
  }
  .headerbg .logo .transparent {
    display: none;
  }
  .headerbg .logo .colour {
    display: block;
  }
  .headerbg .navBox .navList .list h3 a {
    color: #000;
  }
  .headerbg .navBox .navList .list:hover h3 a {
    color: #e60012;
  }
  .headerbg .navBox .navList .list:hover h3 a::after {
    width: 100%;
  }
  .headerbg .navBox .navList .list.cur h3 a {
    color: #e60012;
  }
  .headerbg .navBox .navList .list.cur h3 a::after {
    width: 100%;
  }
  .headerbg .navBox .haderOther .searchBox .searchBtn {
    color: #333;
  }
  .headerbg .headerFast {
    height: 2.0vw;
    background-color: #6f6d6d;
    /* border-color: #eee; */
  }
  .headerbg .headerFast .link a {
    color: #fff;
  }
  .headerbg .headerFast .link a::after {
    background: #fff;
  }
  .headerbg .headerFast .lang .btn {
    color: #fff;
  }

  .header .headerFast .content1600 .nav ul li .subCompanyBox{top: 1.302vw; padding-top: 1.042vw; }
  .header .headerFast .content1600 .nav ul li .subCompanyBox .subCompany{padding: 0.781vw 0vw;}
  .header .headerFast .content1600 .nav ul li .subCompanyBox .subCompany p a{font-size: 0.729vw; margin-left: 1.542vw;}

  .headerDown {
    background: linear-gradient(180deg,#424242 0,#fff);
    /* top: -2.5521vw; */
    top: 0;
    position: fixed;
    /* border-bottom: 1px solid #ececec; */
  }
  .headerDown .logo .transparent {
    display: none;
  }
  .headerDown .logo .colour {
    display: block;
  }
  .headerDown .navBox .navList .list h3 a {
    color: #000;
  }
  .headerDown .navBox .navList .list:hover h3 a {
    color: #e60012;
  }
  .headerDown .navBox .navList .list:hover h3 a::after {
    width: 100%;
  }
  .headerDown .navBox .navList .list.cur h3 a {
    color: #e60012;
  }
  .headerDown .navBox .navList .list.cur h3 a::after {
    width: 100%;
  }
  .headerDown .navBox .haderOther .searchBox .searchBtn {
    color: #333;
  }
  /* .headerDown .headerFast {
    background-color: #e60012;
    border-color: #eee;
  } */
  .headerDown .headerFast .link a {
    color: #fff;
  }
  .headerDown .headerFast .link a::after {
    background: #fff;
  }
  .headerDown .headerFast .lang .btn {
    color: #fff;
  }
  .headerUp {
    background: #fff;
    top: -7.65625vw;
    position: fixed;
    /* border-bottom: 1px solid #ececec; */
  }
  .headerUp .logo .transparent {
    display: none;
  }
  .headerUp .logo .colour {
    display: block;
  }
  .headerUp .navBox .navList .list h3 a {
    color: #333;
  }
  .headerUp .navBox .navList .list:hover h3 a {
    color: #e60012;
  }
  .headerUp .navBox .navList .list:hover h3 a::after {
    width: 100%;
  }
  .headerUp .navBox .navList .list.cur h3 a {
    color: #e60012;
  }
  .headerUp .navBox .navList .list.cur h3 a::after {
    width: 100%;
  }
  .headerUp .navBox .haderOther .searchBox .searchBtn {
    color: #333;
  }
  .headerUp .headerFast {
    background-color: #6f6d6d;
    border-color: #eee;
  }
  .headerUp .headerFast .link a {
    color: #fff;
  }
  .headerUp .headerFast .link a::after {
    background: #fff;
  }
  .headerUp .headerFast .lang .btn {
    color: #fff;
  }
  .header .navBox .navList .list .subNavBtn {
    display: none;
  }
  .header .navBox .navList .list .subNavMain {
    position: absolute;
    min-width: 100%;
    left: -2.0833vw;
    overflow: hidden;
    max-height: 0vw;
    display: block;
  }
  .header .navBox .navList .list .subNavMain .subNavBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    background: #f9f9f9;
    white-space: nowrap;
    border-radius: 0vw 0vw 0.5208vw 0.5208vw;
    overflow: hidden;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav {
    min-width: 10.4167vw;
    padding: 1.5625vw 0vw;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList > a {
    display: block;
    background: none;
    border: none;
    line-height: 2.0833vw;
    font-size: 0.8333vw;
    padding: 0vw 2.0833vw;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList > a:hover::after {
    content: "";
    border-right: 0.4167vw solid transparent;
    border-top: 0.4167vw solid #e60012;
    position: absolute;
    left: 0vw;
    top: 0vw;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList > a:hover {
    background: #e3e3e7;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList.cur1 > a::after {
    content: "";
    border-right: 0.4167vw solid transparent;
    border-top: 0.4167vw solid #e60012;
    position: absolute;
    left: 0vw;
    top: 0vw;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList.cur1 > a {
    background: #e3e3e7;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .threeNavBtn {
    display: none;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .subNav .mThreeNav {
    display: none;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox {
    display: block;
    padding: 1.5625vw 0vw;
    position: relative;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox::before {
    content: "";
    width: 0.0521vw;
    height: 100%;
    position: absolute;
    left: 0vw;
    top: 0vw;
    background: #eae9f1;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav {
    min-width: 10.4167vw;
    display: none;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav > a {
    display: block;
    line-height: 2.0833vw;
    padding: 0vw 2.0833vw;
    font-size: 0.8333vw;
  }
  .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav > a:hover {
    background: #e3e3e7;
  }
  .header .navBox .navList .list:hover .subNavMain {
    max-height: 52.0833vw;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  .header .navBox .navList .list .subNavMain .subNavList > a::before {
    display: none;
  }
  .header .navBox .navList .list:hover .productsMenusBg {
    max-height: 18.1771vw;
  }

  .header .navBox .navList .list .subNavMain.CPcolumnsBox {
    display: none !important;
  }
  .stu{max-width: 100%;}

}
@-webkit-keyframes amplify {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.2);
            transform: translate(-50%, -50%) scale(0.2);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}
@-moz-keyframes amplify {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.2);
         transform: translate(-50%, -50%) scale(0.2);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(1.2);
         transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes amplify {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.2);
       -moz-transform: translate(-50%, -50%) scale(0.2);
            transform: translate(-50%, -50%) scale(0.2);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
       -moz-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
}
@-webkit-keyframes scrFn_l {
  0% {
    -webkit-transform: translate(-5px);
            transform: translate(-5px);
  }
  to {
    -webkit-transform: translate(5px);
            transform: translate(5px);
  }
}
@-moz-keyframes scrFn_l {
  0% {
    -moz-transform: translate(-5px);
         transform: translate(-5px);
  }
  to {
    -moz-transform: translate(5px);
         transform: translate(5px);
  }
}
@keyframes scrFn_l {
  0% {
    -webkit-transform: translate(-5px);
       -moz-transform: translate(-5px);
            transform: translate(-5px);
  }
  to {
    -webkit-transform: translate(5px);
       -moz-transform: translate(5px);
            transform: translate(5px);
  }
}
.content1600 {
  width: 83.33333vw;
  margin: 0 auto;
}

.content1560 {
  width: 81.25vw;
  margin: 0 auto;
}

.content1440 {
  width: 75vw;
  margin: 0 auto;
}

.content1000 {
  width: 52.08333vw;
  margin: 0 auto;
}

@font-face {
  font-family: "shareIcon";
  src: url("data:font/ttf;charset=utf-8;base64,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sSQBFCuwBEMusCQrLbA5LLAAFrAEJbAEJiAuRyNHI2GwBkUrIyA8IC4jOLEkARQrLbA6LLEJBCVCsAAWsAQlsAQlIC5HI0cjYSCwBCNCsAZFKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgR7AEQ7CAYmAgsAArIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbCAYmGwAiVGYTgjIDwjOBshICBGI0ewACsjYTghWbEkARQrLbA7LLAuKy6xJAEUKy2wPCywLyshIyAgPLAEI0IjOLEkARQrsARDLrAkKy2wPSywABUgR7AAI0KyAAEBFRQTLrAqKi2wPiywABUgR7AAI0KyAAEBFRQTLrAqKi2wPyyxAAEUE7ArKi2wQCywLSotsEEssAAWRSMgLiBGiiNhOLEkARQrLbBCLLAJI0KwQSstsEMssgAAOistsEQssgABOistsEUssgEAOistsEYssgEBOistsEcssgAAOystsEgssgABOystsEkssgEAOystsEossgEBOystsEsssgAANystsEwssgABNystsE0ssgEANystsE4ssgEBNystsE8ssgAAOSstsFAssgABOSstsFEssgEAOSstsFIssgEBOSstsFMssgAAPCstsFQssgABPCstsFUssgEAPCstsFYssgEBPCstsFcssgAAOCstsFgssgABOCstsFkssgEAOCstsFossgEBOCstsFsssDArLrEkARQrLbBcLLAwK7A0Ky2wXSywMCuwNSstsF4ssAAWsDArsDYrLbBfLLAxKy6xJAEUKy2wYCywMSuwNCstsGEssDErsDUrLbBiLLAxK7A2Ky2wYyywMisusSQBFCstsGQssDIrsDQrLbBlLLAyK7A1Ky2wZiywMiuwNistsGcssDMrLrEkARQrLbBoLLAzK7A0Ky2waSywMyuwNSstsGossDMrsDYrLbBrLCuwCGWwAyRQeLABFTAtAABLuADIUlixAQGOWbkIAAgAYyCwASNEILADI3CwDkUgIEu4AA5RS7AGU1pYsDQbsChZYGYgilVYsAIlYbABRWMjYrACI0SzCgkFBCuzCgsFBCuzDg8FBCtZsgQoCUVSRLMKDQYEK7EGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAAAAAAAAAAAAAA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") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.social-share-icon {
  font-family: "shareIcon" !important;
}

.social-share .icon-tencent:before {
  content: "\f07a";
}

.social-share .icon-qq:before {
  content: "\f11a";
}

.social-share .icon-weibo:before {
  content: "\f12a";
}

.social-share .icon-wechat:before {
  content: "\f09a";
}

.social-share .icon-douban:before {
  content: "\f10a";
}

.social-share .icon-heart:before {
  content: "\f20a";
}

.social-share .icon-like:before {
  content: "\f00a";
}

.social-share .icon-qzone:before {
  content: "\f08a";
}

.social-share .icon-linkedin:before {
  content: "\f01a";
}

.social-share .icon-diandian:before {
  content: "\f05a";
}

.social-share .icon-facebook:before {
  content: "\f03a";
}

.social-share .icon-google:before {
  content: "\f04a";
}

.social-share .icon-twitter:before {
  content: "\f06a";
}

.wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: 10.41667vw;
  height: 9.89583vw;
  margin-top: -5vw;
  margin-left: -5.20833vw;
  color: #666;
  font-size: 0.625vw;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 0.52083vw #aaa;
  box-shadow: 0 2px 0.52083vw #aaa;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.wechat-qrcode.bottom {
  top: 2.08333vw;
  left: -4.375vw;
}

.wechat-qrcode.bottom:after {
  display: none;
}

.wechat-qrcode h4 {
  font-weight: normal;
  height: 1.35417vw;
  line-height: 1.35417vw;
  font-size: 0.625vw;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

.wechat-qrcode .qrcode {
  width: 5.46875vw;
  margin: 0.52083vw auto;
}

.wechat-qrcode .qrcode table {
  margin: 0 !important;
}

.wechat-qrcode .help p {
  font-weight: normal;
  line-height: 0.83333vw;
  padding: 0;
  margin: 0;
  width: 100%;
}

.wechat-qrcode .closeWechat {
  position: absolute;
  right: 0.26042vw;
  top: 0.26042vw;
  width: 0.83333vw;
  height: 0.83333vw;
  z-index: 9;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
       transform: rotate(-45deg);
  cursor: pointer;
}

.wechat-qrcode .closeWechat:after {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  content: "";
  display: block;
  background: #666;
}

.wechat-qrcode .closeWechat::before {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  content: "";
  display: block;
  background: #666;
}

/* 首页 banner */
.banner {
  padding-top: 5.65625vw;
  margin-bottom: -0.26042vw;
}
.banner .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
}
.banner .swiper-wrapper .swiper-slide a .image {
  position: relative;
  overflow: unset;
}
.banner .swiper-wrapper .swiper-slide a .image img, .banner .swiper-wrapper .swiper-slide a .image video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.banner .swiper-wrapper .swiper-slide a .labels {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.banner .swiper-wrapper .swiper-slide a .labels .label {
  position: absolute;
}
.banner .swiper-wrapper .swiper-slide a .labels .label:hover .icon::after {
  opacity: 0.5;
}
.banner .swiper-wrapper .swiper-slide a .labels .label:hover .icon img {
  background: #fff;
}
.banner .swiper-wrapper .swiper-slide a .labels .label:hover .title {
  opacity: 1;
  visibility: visible;
}
.banner .swiper-wrapper .swiper-slide a .labels .label .icon {
  width: 1.35417vw;
  height: 1.35417vw;
  position: relative;
}
.banner .swiper-wrapper .swiper-slide a .labels .label .icon span {
  display: block;
  width: 177%;
  height: 177%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #e60012;
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0.15;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation: amplify 3s linear infinite;
     -moz-animation: amplify 3s linear infinite;
          animation: amplify 3s linear infinite;
}
.banner .swiper-wrapper .swiper-slide a .labels .label .icon span:nth-child(2) {
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
          animation-delay: 1s;
}
.banner .swiper-wrapper .swiper-slide a .labels .label .icon span:nth-child(3) {
  -webkit-animation-delay: 2s;
     -moz-animation-delay: 2s;
          animation-delay: 2s;
}
.banner .swiper-wrapper .swiper-slide a .labels .label .icon img {
  width: auto;
  height: 1.35417vw;
  background: #f3f3f3;
  border-radius: 50%;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner .swiper-wrapper .swiper-slide a .labels .label .title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 2.60417vw;
  font-size: 0.83333vw;
  color: #fff;
  line-height: 1.77083vw;
  border-radius: 1.77083vw;
  white-space: nowrap;
  padding: 0px 2.29167vw;
  background: #e60012;
  -webkit-box-shadow: 0px 0.20833vw 0.46875vw 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0.20833vw 0.46875vw 0px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.banner .swiper-wrapper .swiper-slide a .labels .label:last-child .title{
    right: 100%;
    margin-left: 0;
    margin-right: 2.60417vw;
}
.banner .swiper-wrapper .swiper-slide a .labels .label .title::after {
  position: absolute;
  top: -webkit-calc(50% - 0.36458vw);
  top: -moz-calc(50% - 0.36458vw);
  top: calc(50% - 0.36458vw);
  left: -0.46875vw;
  width: 0.72917vw;
  height: 0.72917vw;
  background: url("../image/icon-arrow.png") no-repeat center/cover;
  content: "";
  display: block;
}
.banner .swiper-wrapper .swiper-slide a .labels .label:last-child .title::after{
    left: auto;
    right: -0.46875vw;
    transform: rotate(180deg);
}
.banner .swiper-wrapper .swiper-slide a .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  left: 0;
  bottom: 12.20833vw;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner .swiper-wrapper .swiper-slide a .content .contentMain .title {
  font-size: 2.91667vw;
  color: #fff;
  font-weight: bold;
  line-height: 3.4375vw;
  margin-bottom: 1.51042vw;
  /* opacity: 0; */
}
.banner .swiper-wrapper .swiper-slide a .content .contentMain .more {
  color: #d6d6d6;
  -webkit-transition: margin 0.4s ease;
  -moz-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
  margin-bottom: 7rem;
  /* opacity: 0; */
}
.banner .swiper-wrapper .swiper-slide a .content .contentMain .more:hover {
  margin-left: 0.78125vw;
}
.banner .swiper-wrapper .swiper-slide a .content .contentMain .more span {
  font-size: 0.78125vw;
  font-weight: 400;
}
.banner .swiper-wrapper .swiper-slide a .content .contentMain .more i {
  font-size: 0.67708vw;
  margin-left: 0.78125vw;
}
.banner .swiper-wrapper .swiper-slide-active a .content .contentMain .title {
  -webkit-animation-delay: 0.8s;
     -moz-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-name: fadeInUp;
     -moz-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.banner .swiper-wrapper .swiper-slide-active a .content .contentMain .more {
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
     -moz-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.banner .swiper-pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8.07292vw;
  bottom: 3.125vw;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 2px;
  height: 0.625vw;
  border-radius: 0px;
  background: #9C2B2D;
  margin: 0px 0.57292vw 0px 0px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banner .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  height: 0.9375vw;
}

/* 首页 产品中心 */
.indexProductsBg {
  overflow: hidden;
  width: 100%;
  /* height: 100vh; */
  position: relative;
  /* position: -webkit-sticky;
  position: sticky; */
  top: 0;
  left: 0;
  /* background-color: #f8f8f8; */
}
.indexProductsBg .indexProducts .indexProductsImages {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #edece7;
}
.indexProductsBg .indexProducts .indexProductsImages .swiper-wrapper {
  /* position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; */
}
.indexProductsBg .indexProducts .indexProductsImages .swiper-wrapper .swiper-slide {
  /* position: absolute !important; */
  /* top: 0px;
  left: 0px; */
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
  overflow: hidden;
  /* opacity: 1 !important; */
}
.indexProductsBg .indexProducts .indexProductsImages .swiper-wrapper .swiper-slide img {
  /* position: absolute;
  top: 0px; */
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
/* .indexProductsBg .indexProducts .indexProductsImages .swiper-wrapper .active {
  opacity: 1 !important;
  z-index: 2;
} */
/* .indexProductsBg .indexProducts .indexProductsImages .swiper-wrapper .active img {
  width: 100%;
  -webkit-transition: width 0.7s ease, opacity 0.3s linear;
  -moz-transition: width 0.7s ease, opacity 0.3s linear;
  transition: width 0.7s ease, opacity 0.3s linear;
  opacity: 1;
  visibility: visible;
} */
/* .indexProductsBg .indexProducts .indexProductsImages .swiper-wrapper .nextActive img {
  right: 0px;
}
.indexProductsBg .indexProducts .indexProductsImages .swiper-wrapper .prevActive img {
  right: auto;
  left: 0px;
} */
.indexProductsBg .indexProducts .indexProductsList {
  position: absolute;
  top: 50%;
  right: 8.48958vw;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.indexProductsBg .indexProducts .indexProductsList ul li {
  font-size: 1.041667vw;
  color: #6C6C6C;
  padding-bottom: 3.54167vw;
  cursor: pointer;
  position: relative;
  padding-right: 1.04167vw;
  -webkit-transition: al 0.4s ease;
  -moz-transition: al 0.4s ease;
  transition: al 0.4s ease;
}
.indexProductsBg .indexProducts .indexProductsList ul.on li {
    color: #000;
}
.indexProductsBg .indexProducts .indexProductsList ul li.active {
  color: #e60012;
}
.indexProductsBg .indexProducts .indexProductsList ul li.active .list::before{
  background-color: #e60012;
}
.indexProductsBg .indexProducts .indexProductsList ul li.active::before {
  height: -webkit-calc(100% - 0.83333vw);
  height: -moz-calc(100% - 0.83333vw);
  height: calc(100% - 0.83333vw);
  -webkit-transition: all 6s ease;
  -moz-transition: all 6s ease;
  transition: all 6s ease;
}
.indexProductsBg .indexProducts .indexProductsList ul li:last-child {
  padding-bottom: 0px;
}
.indexProductsBg .indexProducts .indexProductsList ul li:last-child::after,
.indexProductsBg .indexProducts .indexProductsList ul li:last-child::before {
  display: none;
}
.indexProductsBg .indexProducts .indexProductsList ul li .list::before {
  position: absolute;
  top: 0.3125vw;
  right: 0px;
  width: 0.41667vw;
  height: 0.41667vw;
  border-radius: 50%;
  background-color: rgba(148, 147, 143, 0.7);
  -webkit-transition: al 0.4s ease;
  -moz-transition: al 0.4s ease;
  transition: al 0.4s ease;
  content: "";
  display: block;
}
.indexProductsBg .indexProducts .indexProductsList ul li::after {
  position: absolute;
  top: 0.9375vw;
  right: 0.15625vw;
  width: 2px;
  height: -webkit-calc(100% - 0.83333vw);
  height: -moz-calc(100% - 0.83333vw);
  height: calc(100% - 0.83333vw);
  background-color: rgba(148, 147, 143, 0.7);
  content: "";
  -webkit-transition: al 0.4s ease;
  -moz-transition: al 0.4s ease;
  transition: al 0.4s ease;
  display: block;
}
.indexProductsBg .indexProducts .indexProductsList ul.on li::after,
.indexProductsBg .indexProducts .indexProductsList ul li .list::before {
    background-color: rgb(214 214 214 / 70%)
}
.indexProductsBg .indexProducts .indexProductsList ul li::before {
  position: absolute;
  top: 0.9375vw;
  right: 0.15625vw;
  width: 2px;
  height: 0px;
  background-color: #e60012;
  content: "";
  display: block;
  z-index: 2;
}
.indexProductsBg .indexProducts .indexProductsContents {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.indexProductsBg .indexProducts .indexProductsContents ul {
  width: 40%;
  position: relative;
}
.indexProductsBg .indexProducts .indexProductsContents ul li {
  position: absolute;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease .6s;
  -moz-transition: all .4s ease .6s;
  transition: all .4s ease .6s;
}
/* .indexProductsBg .indexProducts .indexProductsContents ul li.nextActive {
  left: 1.04167vw;
}
.indexProductsBg .indexProducts .indexProductsContents ul li.prevActive {
  left: -1.04167vw;
} */
.indexProductsBg .indexProducts .indexProductsContents ul li.active {
  opacity: 1;
  visibility: visible;
  /* left: 0px;
  -webkit-transition: all 0.7s ease 0.3s;
  -moz-transition: all 0.7s ease 0.3s;
  transition: all 0.7s ease 0.3s; */
}
.indexProductsBg .indexProducts .indexProductsContents ul li .title {
  font-size: 1.145833vw;
  color: #e60012;
  font-weight: 500;
  margin-bottom: 0.98958vw;
}
.indexProductsBg .indexProducts .indexProductsContents ul li .subTitle {
  font-size: 2.86458vw;
  color: #000;
  font-weight: bold;
  line-height: 3.38542vw;
  margin-bottom: 1.14583vw;
}
.indexProductsBg .indexProducts .indexProductsContents ul li .desc {
  font-size: 0.78125vw;
  color: #6C6C6C;
  line-height: 1.25vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  margin-bottom: 1.875vw;
}
.indexProductsBg .indexProducts .indexProductsContents ul li .more {
  -webkit-transition: margin 0.4s ease;
  -moz-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}
.indexProductsBg .indexProducts .indexProductsContents ul li .more:hover {
  margin-left: 0.78125vw;
}
.indexProductsBg .indexProducts .indexProductsContents ul li .more span {
  font-size: 0.88542vw;
  color: #000;
  font-weight: 400;
}
.indexProductsBg .indexProducts .indexProductsContents ul li .more i {
  font-size: 0.72917vw;
  margin-left: 0.3125vw;
}
.indexProductsBg .indexMobileProducts {
  display: none;
}

/* 首页 解决方案 */
.indexSolutionsBg {
  position: relative;
}
.indexSolutionsBg .indexSolutions .swiper-slide {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: -webkit-sticky;
  /* position: sticky;
  top: 0%; */
  overflow: hidden;
}
.indexSolutionsBg .indexSolutions .swiper-slide .image {
  width: 100vw;
}
.indexSolutionsBg .indexSolutions .swiper-slide .image img,
.indexSolutionsBg .indexSolutions .swiper-slide .image video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.indexSolutionsBg .indexSolutions .swiper-slide .content {
  position: absolute;
  left: 50%;
  top: 5.26042vw;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  padding: 0px 10.41667vw;
}
.indexSolutionsBg .indexSolutions .swiper-slide .content .title {
  font-size: 2.70833vw;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1.14583vw;
}
.indexSolutionsBg .indexSolutions .swiper-slide .content .desc {
  font-size: 0.88542vw;
  color: #fff;
  line-height: 1.25vw;
  font-weight: 300;
  margin-bottom: 1.71875vw;
}
.indexSolutionsBg .indexSolutions .swiper-slide .content .more {
  display: block;
  color: #fff;
  line-height: 1;
  -webkit-transition: margin 0.4s ease;
  -moz-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}
.indexSolutionsBg .indexSolutions .swiper-slide .content .more:hover {
  margin-left: 0.78125vw;
}
.indexSolutionsBg .indexSolutions .swiper-slide .content .more span {
  font-size: 0.78125vw;
}
.indexSolutionsBg .indexSolutions .swiper-slide .content .more i {
  font-size: 0.625vw;
  margin-left: 0.3125vw;
}
.indexSolutionsBg .indexSolutionsList {
  /* display: none; */
  position: absolute;
  left: 50%;
  bottom: 3.02083vw;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(#8e3031), to(#b42226));
  background: -webkit-linear-gradient(left, #8e3031, #b42226);
  background: -moz-linear-gradient(left, #8e3031, #b42226);
  background: linear-gradient(left, #8e3031, #b42226);
  padding: 0px 8.96875vw;
  border-radius: 3.54167vw;
}
.indexSolutionsBg .indexSolutionsList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.indexSolutionsBg .indexSolutionsList ul li {
  font-size: 0.88542vw;
  color: rgba(255, 255, 255, 0.6);
  line-height: 3.54167vw;
  font-weight: 300;
  white-space: nowrap;
  margin-right: 6.90625vw;
  cursor: pointer;
  position: relative;
}
.indexSolutionsBg .indexSolutionsList ul li::after {
  position: absolute;
  left: 50%;
  bottom: -0.9375vw;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "•";
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.indexSolutionsBg .indexSolutionsList ul li:last-child {
  margin-right: 0px;
}
.indexSolutionsBg .indexSolutionsList ul li.active {
  color: #fff;
  font-weight: bold;
}
.indexSolutionsBg .indexSolutionsList ul li.active::after {
  opacity: 1;
  visibility: visible;
}

/* 首页 成功案例 */
.indexCaseBg {
  padding: 5.26042vw 0px 2.1875vw;
  position: relative;
}
.indexCaseBg .indexCase .indexCaseTitle {
  text-align: center;
}
.indexCaseBg .indexCase .indexCaseTitle .title {
    font-size: 1.145833vw;
  color: #e60012;
  font-weight: 600;
  margin-bottom: 0.3125vw;
}
.indexCaseBg .indexCase .indexCaseTitle .subTitle {
  font-size: 2.70833vw;
  color: #000;
  font-weight: bold;
}




.indexCaseBg {
  /* height: 100vh; */
  background-color: #fbfbfb;
}
.indexCaseBg .indexCase {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.indexCaseBg .indexCase .indexCaseTitle .title {
  font-size: 18px;
  font-weight: normal;
  color: #666;
    }

.indexCaseBg .indexCase .indexCaseTitle .subTitle {
  font-size: 2.86458vw;
  color: #000;
  font-weight: bold;
  line-height: 3.38542vw;
  margin-bottom: 10px;
}
.indexCaseBg .indexCase .indexCaseTitle .more {
  color: #333;
  -webkit-transition: margin 0.4s ease;
  -moz-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}
.indexCaseBg .indexCase .indexCaseTitle .more:hover {
  margin-left: 0.78125vw;
}
.indexCaseBg .indexCase .indexCaseTitle .more span {
  font-size: 0.78125vw;
  font-weight: bold;
}
.indexCaseBg .indexCase .indexCaseTitle .more i {
  font-size: 0.625vw;
  margin-left: 0.3125vw;
}
.indexCaseBg .indexCase .indexCaseMain {
  height: 100vh;
  padding-top: 4.41667vw;
}
.indexCaseBg .indexCase .indexCaseMain .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide {
  height: auto;
  width: 32.2264150943%;
  margin-bottom: 2.16667vw;
}
/* .indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide:nth-child(even) {
  margin-top: -2.16667vw;
} */
.indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a {
  display: block;
  background: #fff;
}
.indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a:hover .image img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a:hover .content .more::after {
  opacity: 1;
  visibility: visible;
}
.indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a .image {
  overflow: hidden;
}
.indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a .content {
  padding: 0.875vw;;
}
.indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a .content .title {
  font-size: 1.14583vw;
  color: #000000;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.83333vw;
}
.indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a .content .desc {
  font-size: 0.83333vw;
  color: rgba(129, 129, 129, 1);
  line-height: 1.25vw;
  height: 2.5vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 1.14583vw;
}
.indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a .content .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.91667vw;
  height: 2.91667vw;
  border-radius: 50%;
  border: 2px solid #CFCFCF;
  position: relative;
}
.indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a .content .more::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-calc(100% + 0.20833vw);
  width: -moz-calc(100% + 0.20833vw);
  width: calc(100% + 0.20833vw);
  height: -webkit-calc(100% + 0.20833vw);
  height: -moz-calc(100% + 0.20833vw);
  height: calc(100% + 0.20833vw);
  background: url("../image/icon-arrow-bg.png") no-repeat center/cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  content: "";
  display: block;
}
.indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a .content .more i {
  font-size: 0.83333vw;
  color: #CFCFCF;
}

/* 首页 新闻中心 */
.indexNewsBg {
  padding: 5.26042vw 0px 2.1875vw;
  position: relative;
}

#c_static_001_P_36422-1704422501705 {
	min-height: 0px;
	display-radio: 1;
	padding-top: 70px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: rgba(255, 255, 255, 1);
	overflow: hidden;
	background_radio: 2
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_page {
	text-align: center
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .multSelect {
	font-size: 13px;
	position: relative
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .multSelect ul,
li {
	list-style: none
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_split {
	margin: 0 5px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_normal {
	margin-right: 16px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .input-check,
#c_static_001_P_36422-1704422501705 .e_loop-9 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .position-left {
	display: flex
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
	-webkit-transform: skewY(-45deg);
	transform: skewY(360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_active .p_mbutton::before {
	display: block
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_active .p_mbutton::after {
	display: block
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .swiper-container {
	padding-bottom: 30px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_filter_result {
	display: none
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_contclear {
	display: none
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_inputRangeSearch {
	padding: 7px 12px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .p_inputSearch {
	padding: 0px 17px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	margin-left: 10px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 {
	display-radio: 1;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%
}

#c_static_001_P_36422-1704422501705 .e_container-10 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 5%;
	padding-bottom: 10%;
  border: solid 1px rgb(245 245 245);

}
#c_static_001_P_36422-1704422501705 .e_container-10:nth-child(-n+3) {
  border-bottom: none; 
}
#c_static_001_P_36422-1704422501705 .e_container-10>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_36422-1704422501705 .e_container-10 .p_item {
	display-radio: 1
}

#c_static_001_P_36422-1704422501705 .e_image-11 {
	overflow: hidden;
	display-radio: 1;
	transition: all .3s;
	height: 280px
}

#c_static_001_P_36422-1704422501705 .e_container-10:hover .e_image-11 {
	transform: scale(1.05)
}

#c_static_001_P_36422-1704422501705 .e_image-11 img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#c_static_001_P_36422-1704422501705 .e_text-15 {
	display-radio: -webkit-box;
	font_radio: 2;
	line-height: 1.3;
	color: rgba(51, 51, 51, 1);
	text-align: left;
	font-size: 24px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-left: 0px;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}

#c_static_001_P_36422-1704422501705 .e_text-16 {
	display-radio: -webkit-box;
	font_radio: 2;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
	text-align: left;
	font-family: Microsoft YaHei;
	font-size: 15px;
	padding-left: 0px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	opacity: 0.7;
	padding-right: 0px;
	margin-bottom: 20px
}

#c_static_001_P_36422-1704422501705 .e_text-17 {
	line-height: 1;
	font_radio: 2;
	display-radio: 1;
	text-align: left;
	font-family: "5a490c43-1fa5-4838-b3ba-37034dd54d97";
	font-size: 16px;
	transition: all .3s;
	opacity: 0;
	margin-left: 10px
}

#c_static_001_P_36422-1704422501705 .e_container-10 .cbox-10-0 {
	padding-left: 0px;
	flex: 0 0 100%
}

#c_static_001_P_36422-1704422501705 .e_container-10 .cbox-10-1 {
	padding-left: 0px;
	flex: 0 0 100%;
	padding-top: 40px;
	padding-bottom: 0px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .cbox-9:nth-child(odd) {
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px
}

#c_static_001_P_36422-1704422501705 .e_loop-9 .cbox-9:nth-child(even) {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px
}

#c_static_001_P_36422-1704422501705 .e_container-18 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	position: static;
	top: auto;
	left: auto;
	bottom: auto;
	right: auto
}

#c_static_001_P_36422-1704422501705 .e_container-18>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_36422-1704422501705 .e_richText-19 {
	font_radio: 2;
	display-radio: 1;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 50px;
	text-align: center;
	color: rgba(61, 98, 173, 1);
	line-height: 1
}

#c_static_001_P_36422-1704422501705 .e_text-20 {
	line-height: 1;
	font_radio: 2;
	display-radio: 1;
	text-align: center;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: Microsoft JhengHei;
	margin-left: 0px;
	margin-right: auto;
	color: rgba(51, 51, 51, 1);
	width: 100%
}

#c_static_001_P_36422-1704422501705 .e_line-21 {
	display-radio: 1;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: rgba(61, 98, 173, 1);
	max-width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	line_radio: 1
}

#c_static_001_P_36422-1704422501705 .e_line-22 {
	display-radio: 1;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(221, 221, 221, 1);
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px
}

#c_static_001_P_36422-1704422501705 .e_container-18 .p_item {
	display-radio: 1
}

#c_static_001_P_36422-1704422501705 .e_line-24 {
	display-radio: 1;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: rgba(61, 98, 173, 1);
	max-width: 30px;
	margin-left: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px
}

#c_static_001_P_36422-1704422501705 .e_timeFormat-25 {
	min-height: 20px;
	font_radio: 2;
	display-radio: 1;
	font-family: Arial;
	font-size: 14px;
	margin-bottom: 10px
}

#c_static_001_P_36422-1704422501705 .e_container-26 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

#c_static_001_P_36422-1704422501705 .e_container-26>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_36422-1704422501705 .e_icon-27 {
	width: 20px;
	height: auto;
	font_radio: 1;
	display-radio: 1
}

#c_static_001_P_36422-1704422501705 .e_icon-27 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: currentColor
}

#c_static_001_P_36422-1704422501705 .e_container-26 .cbox-26-0 {
	align-self: center;
	flex: 0 0 auto
}

#c_static_001_P_36422-1704422501705 .e_container-10:hover .e_text-17 {
	opacity: 1;
	margin-left: 15px
}

#c_static_001_P_36422-1704422501705 .e_container-26 .cbox-26-1 {
	align-self: center
}

#c_static_001_P_36422-1704422501705 .e_text-17:hover {
	text-decoration: underline
}

#c_static_001_P_36422-1704422501705.response-animated .e_richText-19 {
	animation-name: fadeIn2Up, none;
	animation-delay: 0.0s, 0.6s;
	animation-duration: 0.6s, 0.6s;
	animation-iteration-count: 1, 1
}

#c_static_001_P_36422-1704422501705.response-animated .e_text-20 {
	animation-name: fadeIn2Up, none;
	animation-delay: 0.3s, 0.9s;
	animation-duration: 0.6s, 0.6s;
	animation-iteration-count: 1, 1
}

#c_static_001_P_36422-1704422501705 .e_image-28 {
	overflow: hidden;
	display-radio: 1;
	transition: all .3s;
	height: 280px
}

#c_static_001_P_36422-1704422501705 .e_image-28 img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#c_static_001_P_36422-1704422501705 .e_line-30 {
	border-top-width: 1px;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px
}

#c_static_001_P_36422-1704422501705 .e_container-10:hover {
	background-color: rgba(235, 235, 235, 1)
}

@media screen and (max-width:768px) {
  .header .logo .wen{display: none;}
	#c_static_001_P_36422-1704422501705 .e_loop-9 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}

	#c_static_001_P_36422-1704422501705 .e_text-16 {
		font_radio: 2;
		display-radio: 1;
		font-size: 14px;
		margin-top: 0px
	}

	#c_static_001_P_36422-1704422501705 .e_text-17 {
		font_radio: 2;
		display-radio: 1;
		font-size: 14px
	}

	#c_static_001_P_36422-1704422501705 .e_text-15 {
		font_radio: 2;
		display-radio: -webkit-box;
		font-size: 18px;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	#c_static_001_P_36422-1704422501705 {
		display-radio: 1;
		padding-top: 10px;
		padding-bottom: 50px
	}


  
	#c_static_001_P_36422-1704422501705 .e_loop-9 .cbox-9:nth-child(odd) {
		padding-right: 0px
	}

	#c_static_001_P_36422-1704422501705 .e_loop-9 .cbox-9:nth-child(even) {
		padding-left: 0px
	}

	#c_static_001_P_36422-1704422501705 .e_container-18 {
		display-radio: 1;
		padding-right: 20px;
		padding-left: 20px
	}

	#c_static_001_P_36422-1704422501705 .e_text-20 {
		font_radio: 2;
		display-radio: 1;
		font-size: 20px;
		margin-bottom: 5px
	}

	#c_static_001_P_36422-1704422501705 .e_richText-19 {
		font_radio: 2;
		display-radio: 1;
		font-size: 24px
	}

	#c_static_001_P_36422-1704422501705 .e_line-22 {
		display-radio: 1
	}

	#c_static_001_P_36422-1704422501705 .e_container-10 {
		display-radio: 1;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: rgba(221, 221, 221, 1);
		border-right-style: none;
		background_radio: 1
	}

	#c_static_001_P_36422-1704422501705 .e_loop-9 {
    padding: 0;
		display-radio: 1;
		border-left-style: none;
		border-top-style: none
	}

	#c_static_001_P_36422-1704422501705 .e_timeFormat-25 {
		font_radio: 2;
		display-radio: 1;
		font-size: 12px;
		margin-bottom: 5px;
		margin-top: 0px
	}

	#c_static_001_P_36422-1704422501705 .e_line-21 {
		display-radio: 1;
		max-width: 50px
	}

	#c_static_001_P_36422-1704422501705 .e_line-24 {
		display-radio: 1;
		max-width: 20px;
		line_radio: 1;
		min-height: 0px;
		height: auto
	}

	#c_static_001_P_36422-1704422501705 .e_image-11 {
		display-radio: 1;
		height: 150px;
		margin-bottom: 0px
	}

	#c_static_001_P_36422-1704422501705 .e_icon-27 {
		font_radio: 1;
		display-radio: 1
	}

	#c_static_001_P_36422-1704422501705 .e_container-26 {
		background_radio: 1;
		display-radio: 1;
		margin-top: 0px
	}

	#c_static_001_P_36422-1704422501705 .e_image-28 {
		display-radio: 1;
		height: 150px;
		margin-bottom: 0px
	}

	#c_static_001_P_36422-1704422501705 .e_line-30 {
		display-radio: 1
	}



  .ServiceHotline ul li:last-child{margin-right: 10%;}


}

@media screen and (min-width: 769px) {
	#c_static_001_P_36422-1704422501705 .e_loop-9 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 3)
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_static_001_P_36422-1704422501705 .e_text-15 {
		font_radio: 2;
		display-radio: 1;
		font-size: 18px
	}

	#c_static_001_P_36422-1704422501705 {
		display-radio: 1;
		padding-top: 80px;
	}

	#c_static_001_P_36422-1704422501705 .e_text-16 {
		font_radio: 2;
		display-radio: 1;
		font-size: 14px
	}

	#c_static_001_P_36422-1704422501705 .e_text-20 {
		font_radio: 2;
		display-radio: 1;
		font-size: 24px
	}

	#c_static_001_P_36422-1704422501705 .e_richText-19 {
		font_radio: 2;
		display-radio: 1;
		font-size: 40px
	}
}

@media screen and (max-width: 1600px) and (min-width: 1441px) {
	#c_static_001_P_36422-1704422501705 .e_text-15 {
		font_radio: 2;
		display-radio: 1;
		font-size: 22px
	}

	#c_static_001_P_36422-1704422501705 .e_image-11 {
		display-radio: 1;
		height: 250px
	}

	#c_static_001_P_36422-1704422501705 .e_image-28 {
		display-radio: 1;
		height: 250px
	}
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {
	#c_static_001_P_36422-1704422501705 .e_text-15 {
		font_radio: 2;
		display-radio: 1;
		font-size: 22px
	}

	#c_static_001_P_36422-1704422501705 .e_richText-19 {
		font_radio: 2;
		display-radio: 1;
		font-size: 44px
	}

	#c_static_001_P_36422-1704422501705 .e_image-11 {
		display-radio: 1;
		height: 220px
	}

	#c_static_001_P_36422-1704422501705 .e_image-28 {
		display-radio: 1;
		height: 220px
	}
}











/* 
.indexNewsBg .indexNews .indexNewsTitle {
  text-align: center;
  margin-bottom: 2.96875vw;
}
.indexNewsBg .indexNews .indexNewsTitle .title {
    font-size: 1.145833vw;
  color: #e60012;
  font-weight: 600;
  margin-bottom: 0.3125vw;
}
.indexNewsBg .indexNews .indexNewsTitle .subTitle {
  font-size: 2.70833vw;
  color: #000;
  font-weight: bold;
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain1 {
  margin-bottom: 2.73958vw;
  background-color: #fbfbfb;
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain1>div {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain1  .image {
  width: 50.5625%;
  overflow: hidden;
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain1  .image:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain1  .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain1  .content {
  width: 35.125%;
  margin-left: 3%
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain1  .content .list {
  font-size: 0.9375vw;
  color: #7D7D7D;
  font-weight: 400;
  margin-bottom: 0.88542vw;
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain1  .content .title {
  font-size: 1.5625vw;
  color: #000;
  font-weight: 400;
  line-height: 2.08333vw;
  margin-bottom: 1.40625vw;
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain1  .content .time {
  font-size: 0.72917vw;
  color: #7D7D7D;
  font-weight: 400;
  margin: 0.8125vw 0;
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain1  .content .more {
  font-weight: 400;
  -webkit-transition: margin 0.4s ease;
  -moz-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain1  .content .more:hover {
  margin-left: 0.78125vw;
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain1  .content .more span {
  font-size: 0.78125vw;
  color: #000;
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain1  .content .more i {
  font-size: 0.625vw;
  margin-left: 0.3125vw;
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain2 {
  padding-bottom: 2.60417vw;
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain2 .swiper-wrapper .swiper-slide a:hover .image img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain2 .swiper-wrapper .swiper-slide a .image {
  overflow: hidden;
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain2 .swiper-wrapper .swiper-slide a .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain2 .swiper-wrapper .swiper-slide a .content {
  margin-top: 0.9375vw;
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain2 .swiper-wrapper .swiper-slide a .content .title {
  font-size: 0.83333vw;
  color: #000;
  font-weight: 400;
  margin-bottom: 0.20833vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain2 .swiper-wrapper .swiper-slide a .content .time {
  font-size: 0.72917vw;
  color: rgba(0, 0, 0, 0.8);
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain2 .swiper-pagination .swiper-pagination-bullet {
  width: 0.41667vw;
  height: 0.41667vw;
  background: rgba(148, 147, 143, 0.7);
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0px 0.20833vw;
}
.indexNewsBg .indexNews .indexNewsMain .indexNewsMain2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #e60012;
} */

/* 首页 关于我们 */
.indexAboutusBg {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
}
.indexAboutusBg .bg {
  position: absolute;
  left: 0%;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  pointer-events: none;
  z-index: 2;
}
.indexAboutusBg .bg img, .indexAboutusBg .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexAboutusBg .indexAboutus {
  min-height: 75vh;
  padding: 8.20833vw 0px 2.60417vw;
  position: relative;
  z-index: 2;
}
.indexAboutusBg .indexAboutus .indexAboutusTitle {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-align: center;
  margin-bottom: 1.04167vw;
  position: relative;
  z-index: 3;
}
.indexAboutusBg .indexAboutus .indexAboutusTitle > .title {
  font-size: 2.70833vw;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.9375vw;
}
.indexAboutusBg .indexAboutus .indexAboutusTitle .desc {
  font-size: 0.78125vw;
  color: rgb(235, 235, 235);
}
.indexAboutusBg .indexAboutus .indexAboutusTitle .numbers {
  margin-top: 10.33333vw;
}
.indexAboutusBg .indexAboutus .indexAboutusTitle .numbers ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.indexAboutusBg .indexAboutus .indexAboutusTitle .numbers ul li {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid rgb(255 255 255 / 37%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.indexAboutusBg .indexAboutus .indexAboutusTitle .numbers ul li:last-child {
  border-right: 0px;
}
.indexAboutusBg .indexAboutus .indexAboutusTitle .numbers ul li .number {
  font-size: 2.60417vw;
  color: #fff;
  font-weight: bold;
  font-family: Bronova;
  line-height: 1.3;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.indexAboutusBg .indexAboutus .indexAboutusTitle .numbers ul li .title {
  font-size: 0.83333vw;
  color: #e0e0e0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.indexAboutusBg .indexAboutus .indexAboutusMap {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  z-index: 3;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .map {
  width: 100%;
  height: auto;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  right: -2.08333vw;
  bottom: 6.61458vw;
  pointer-events: none;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .year i {
  font-size: 1.04167vw;
  color: #e60012;
  font-family: SKSans;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .year span {
  font-size: 12.5vw;
  color: #e60012;
  font-family: SKSans;
  font-weight: bold;
  line-height: 1;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  cursor: pointer;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels .label.titleRight {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels .label.titleRight .title {
  margin-left: 1.822917vw;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels .label.titleLeft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels .label.titleLeft .title {
  margin-right: 1.822917vw;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels .label.active .drop .other::after {
  height: 4.375vw;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels .label.active .drop .other .logo {
  opacity: 1;
  visibility: visible;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels .label:hover {
  z-index: 9;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels .label:hover .title {
  opacity: 1;
  visibility: visible;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels .label .drop i {
  display: block;
  width: 0.57292vw;
  height: 0.57292vw;
  background: #e60012;
  border-radius: 50%;
  position: relative;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels .label .drop i span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 420%;
  height: 420%;
  border-radius: 50%;
  background: rgba(147, 42, 43, 0.15);
  display: block;
  -webkit-animation: amplify 3s linear infinite;
     -moz-animation: amplify 3s linear infinite;
          animation: amplify 3s linear infinite;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels .label .drop i span:nth-child(2) {
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
          animation-delay: 1s;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels .label .drop i span:nth-child(3) {
  -webkit-animation-delay: 2s;
     -moz-animation-delay: 2s;
          animation-delay: 2s;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels .label .drop .other {
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translate(-50%, -100%);
     -moz-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  /* pointer-events: none; */
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels .label .drop .other::after {
  width: 1px;
  height: 4.375vw;
  background: #BE0008;
  margin: 0 auto;
  content: "";
  display: block;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels .label .drop .other .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 9.84375vw;
  height: 9.84375vw;
  background: #FFFFFF;
  border-radius: 50%;
  border: 0.26042vw solid #9C2B2D;
  -webkit-transition: all 0.6s ease 0.2s;
  -moz-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels .label .drop .other .logo img {
  width: auto;
  height: 3.07292vw;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels .label .title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: auto;
  min-width: 4.53125vw;
  height: 1.97917vw;
  line-height: 1.97917vw;
  font-size: 0.72917vw;
  padding: 0px 1.04167vw;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0.15625vw 0.36458vw 0px rgba(164, 45, 14, 0.1);
          box-shadow: 0px 0.15625vw 0.36458vw 0px rgba(164, 45, 14, 0.1);
  border-radius: 0.98958vw;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.indexAboutusBg .indexAboutus .indexAboutusMap .labels .label .title img {
  width: 1.04167vw;
  height: 1.04167vw;
  margin-right: 0.15625vw;
}

/* 首页 合作伙伴 */
.indexPartnersBg {
  text-align: center;
  padding: 4% 0;
  background-color: #f2f4f5;
}

.main-title {
  font-size: 2.708vw;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
}

.sub-title {
  font-size: 18px;
  color: #666;
}

.client-grid {
 
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  padding: 20px 0;
}

.client-item {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.client-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* 响应式设计 */
@media (max-width: 1200px) {


    .header .logo .p1 {
        font-size: 0.8rem;
        font-weight: normal;
        color: rgb(0, 0, 0);
        margin-top: 6px;
    }
    
    .header .logo .p2 {
    color: rgb(0, 0, 0);
    font-size: 12px;
    margin-bottom: 6px;
    }
}
    

  .client-grid {
      grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
    .modal-content{width:100%}
  .main-title {
      font-size: 28px;
  }

  .sub-title {
      font-size: 16px;
  }

  .client-grid {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) {
  .client-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
  }

  .client-item {
      padding: 15px;
      min-height: 80px;
  }
  .client-item img{
      max-width: 100%; height: auto;
  }
}
/* 底部 */
.footerBg {
  padding: 2.11458vw 0px;
  background: linear-gradient(180deg,#535353 0,#060606);
  border-top: 1px solid #89030e;
}
.footer {
  width: 72.33333vw;
  margin: 0 auto;
}
.footerBg .footer .footerModule {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; 
}
.footerBg .footer .footerModule .footerModuleLeft .logo {
  margin-bottom: 1.82292vw;
}
.footerBg .footer .footerModule .footerModuleLeft .logo a img {
  width: auto;
  height: 2.8125vw;
}
.footerBg .footer .footerModule .footerModuleLeft .phone {
  margin-bottom: 1.45833vw;
  color: rgb(238 237 237);
}
.footerBg .footer .footerModule .footerModuleLeft .phone>div {
    font-size: .885417vw;
    margin: 1.260417vw 0 0.260417vw;
}
.footerBg .footer .footerModule .footerModuleLeft .phone span {
  display: block;
  font-size: 1.25vw;
  color: rgb(238 237 237);
  font-weight: bold;
  font-family: Gilroy;
}

.footerBg .footer .footerModule .footerModuleLeft .phone span a{color: rgb(238 237 237);}

.footerBg .footer .footerModule .footerModuleLeft .phone i {
  display: block;
  font-size: .885417vw;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  font-style: normal;
}

@media (min-width:1600px){
    .footerBg .footer .footerModule .footerModuleLeft .phone>div {
        font-size: 0.885vw;
        margin: 1.0vw 0 0.26vw;
        color: rgb(238 237 237);
    }
}

.footerBg .footer .footerModule .footerModuleLeft .share ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footerBg .footer .footerModule .footerModuleLeft .share ul li {
  margin-right: 0.57292vw;
  position: relative;
  cursor: pointer;
}
.footerBg .footer .footerModule .footerModuleLeft .share ul li:last-child {
  margin-right: 0px;
}
.footerBg .footer .footerModule .footerModuleLeft .share ul li:hover .icon {
  background: #e60012;
}
.footerBg .footer .footerModule .footerModuleLeft .share ul li:hover .icon img.default {
  display: none;
}
.footerBg .footer .footerModule .footerModuleLeft .share ul li:hover .icon img.active {
  display: block;
}
.footerBg .footer .footerModule .footerModuleLeft .share ul li:hover .popup {
  opacity: 1;
  visibility: visible;
  bottom: 0.88542vw;
}
.footerBg .footer .footerModule .footerModuleLeft .share ul li .icon {
  width: 2.813vw;
  height: 2.813vw;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;

  display: flex;
    align-items: center;
    justify-content: center;
}
.footerBg .footer .footerModule .footerModuleLeft .share ul li .icon img {
  width: auto;
  height: 2.813vw;
}
.footerBg .footer .footerModule .footerModuleLeft .share ul li .icon img.default {
  display: block;
}
.footerBg .footer .footerModule .footerModuleLeft .share ul li .icon img.active {
  display: none;
}
.footerBg .footer .footerModule .footerModuleLeft .share ul li .popup {
  position: absolute;
  left: 50%;
  bottom: 0.3125vw;
  -webkit-transform: translate(-50%, -1.5625vw);
     -moz-transform: translate(-50%, -1.5625vw);
      -ms-transform: translate(-50%, -1.5625vw);
          transform: translate(-50%, -1.5625vw);
  padding: 0.36458vw;
  border-radius: 0.36458vw;
  -webkit-box-shadow: 0px 0px 0.3125vw #eee;
          box-shadow: 0px 0px 0.3125vw #eee;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.footerBg .footer .footerModule .footerModuleLeft .share ul li .popup img {
    min-width: 4.6875vw;
    width: 4.6875vw;
  height: auto;
}
.footerBg .footer .footerModule .footerModuleRight {
  display: flex;
  flex-direction: column;
}
.footerBg .footer .footerModule .footerModuleRight dl {
  margin-right: 6.09375vw;
}
.footerBg .footer .footerModule .footerModuleRight dl:last-child {
  margin-right: 0px;
}
.footerBg .footer .footerModule .footerModuleRight dl dt {
  margin-bottom: 0.88542vw;
}
.footerBg .footer .footerModule .footerModuleRight dl dt a {
  font-size: .9375vw;
  color: rgba(245, 244, 244, 0.95);
  /* font-weight: bold; */
}
.footerBg .footer .footerModule .footerModuleRight dl dd {
  margin-bottom: 0.52083vw;
}
.footerBg .footer .footerModule .footerModuleRight dl dd:last-child {
  margin-bottom: 0px;
}
.footerBg .footer .footerModule .footerModuleRight dl dd a {
  font-size: .885417vw;
  color: rgb(255 255 255 / 70%);
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footerBg .footer .footerModule .footerModuleRight dl dd a:hover {
  color: #8e3031;
}
.footerBg .footer .footerCopyright {
  padding: 0.8vw 0px;
  font-size: .729167vw;
  color: #fff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(96, 96, 96, 0.05);
  flex-direction: column;
}

.footerBg .footer .footerCopyright .copyright br{display: none;}

.footerBg .footer .footerCopyright a {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #fff;
}
.footerBg .footer .footerCopyright a:hover {
  color: #8e3031;
}
.footerBg .footer .footerCopyright .link span {
  margin: 0px 0.15625vw 0px 0.26042vw;
}

@media (max-width: 520px) {

  .footerBg .footer .footerCopyright {padding:0px !important}

}

@media (max-width: 768px) {


  .header .logo .p1 {
    font-size: 0.8rem;
    color: rgb(0, 0, 0);
    margin-top: 0;
}
.header .logo .p2 {
  font-size: 0.7rem;
  color: rgb(0, 0, 0);
  margin-top: 0;
}
/*.langBox ,.searchBox{display: none;}*/

.comTitle .title {
  font-weight: bold;
  font-size: 4.708vw;
  text-align: center;
}

  .content1600 {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .banner .swiper-wrapper .swiper-slide a .labels {
    width: 1400px;
  }
  .banner .swiper-wrapper .swiper-slide a .labels .label .title {
        font-size: 12px;
        line-height: unset;
        border-radius: 5px;
        padding: 5px 20px;
        margin-left: 30px;
  }
  .banner .swiper-wrapper .swiper-slide a .labels .label .title::after {
        top: calc(50% - 6px);
        left: -6px;
        width: 13px;
        height: 12px;
  }
  .banner .swiper-wrapper .swiper-slide a .labels .label:nth-child(14) .title ,
  .banner .swiper-wrapper .swiper-slide a .labels .label:nth-child(15) .title ,
  .banner .swiper-wrapper .swiper-slide a .labels .label:nth-child(16) .title {
        right: 0;
        margin-right: 30px;
  }
  .banner .swiper-wrapper .swiper-slide a .labels .label:nth-child(14) .title::after,
  .banner .swiper-wrapper .swiper-slide a .labels .label:nth-child(15) .title::after,
  .banner .swiper-wrapper .swiper-slide a .labels .label:nth-child(16) .title::after{
        transform: rotate(180deg);
        right: -6px;
        left: auto;
  }
  .banner .swiper-wrapper .swiper-slide a .labels .label:hover .title {z-index: 1;}
  /* 首页 banner */
  .banner {
    padding-top: 60px;
    /* margin-bottom: -4px; */
    margin-bottom: 0;
  }
  /* .banner .swiper-wrapper .swiper-slide a .labels {
    display: none;
  } */
  .banner .swiper-wrapper .swiper-slide a .image img, .banner .swiper-wrapper .swiper-slide a .image video {
    /* height: -webkit-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: calc(100vh - 60px); */
    display: block;
  }

  .banner .swiper-wrapper .swiper-slide a .image {
    overflow: auto;
  }
  .banner .swiper-wrapper .swiper-slide a .image video {
    width: 1400px;
    height: auto;
  }
  .banner .swiper-wrapper .swiper-slide a .content {
    bottom: auto;
    top: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .banner .swiper-wrapper .swiper-slide a .content .contentMain .title {
    font-size: 33px;
    line-height: 38px;
    font-weight: 500;
  }
  .banner .swiper-wrapper .swiper-slide a .content .contentMain .more:hover {
    margin-left: 10px;
  }
  .banner .swiper-wrapper .swiper-slide a .content .contentMain .more span {
    font-size: 12px;
    margin-bottom: 17px;
  }
  .banner .swiper-wrapper .swiper-slide a .content .contentMain .more i {
    font-size: 10px;
    margin-left: 3px;
  }

  .banner .swiper-wrapper .swiper-slide a .labels .label .icon img {
    height: 20px;
  }
  .banner .swiper-wrapper .swiper-slide a .labels .label .icon {
        width: 20px;
        height: 20px;
    }

  /* 首页 产品中心 */
  .indexProductsBg{
    height: auto;
  }
  .indexProductsBg .indexProducts {
    display: none;
  }
  .indexProductsBg .indexMobileProducts {
    display: block;
    position: relative;
  }
  .indexProductsBg .indexMobileProducts .indexMobileProductsMain .swiper-wrapper .swiper-slide {
    position: relative;
  }
  .indexProductsBg .indexMobileProducts .indexMobileProductsMain .swiper-wrapper .swiper-slide .image img {
    width: 100%;
    height: auto;
  }
  .indexProductsBg .indexMobileProducts .indexMobileProductsMain .swiper-wrapper .swiper-slide .content {
    /* position: absolute; */
    top: 70px;
    left: 0px;
    width: 100%;
    padding: 0px 20px;
    text-align: center;
  }
  .indexProductsBg .indexMobileProducts .indexMobileProductsMain .swiper-wrapper .swiper-slide .content .title {
    font-size: 12px;
    color: #e60012;
    font-weight: 500;
    margin-bottom: 9px;
  }
  .indexProductsBg .indexMobileProducts .indexMobileProductsMain .swiper-wrapper .swiper-slide .content .subTitle {
    font-size: 33px;
    color: #000;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 14px;
  }
  .indexProductsBg .indexMobileProducts .indexMobileProductsMain .swiper-wrapper .swiper-slide .content .desc {
    font-size: 12px;
    color: #6C6C6C;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 17px;
  }
  .indexProductsBg .indexMobileProducts .indexMobileProductsMain .swiper-wrapper .swiper-slide .content .more {
    color: #000;
    -webkit-transition: margin 0.4s ease;
    -moz-transition: margin 0.4s ease;
    transition: margin 0.4s ease;
  }
  .indexProductsBg .indexMobileProducts .indexMobileProductsMain .swiper-wrapper .swiper-slide .content .more:hover {
    margin-left: 10px;
  }
  .indexProductsBg .indexMobileProducts .indexMobileProductsMain .swiper-wrapper .swiper-slide .content .more span {
    font-size: 12px;
    margin-bottom: 17px;
  }
  .indexProductsBg .indexMobileProducts .indexMobileProductsMain .swiper-wrapper .swiper-slide .content .more i {
    font-size: 10px;
    margin-left: 3px;
  }
  .indexProductsBg .indexMobileProducts .indexMobileProductsMain .swiper-button-next {
    background: none;
    -webkit-animation: 0.8s ease-in-out infinite alternate scrFn_l;
       -moz-animation: 0.8s ease-in-out infinite alternate scrFn_l;
            animation: 0.8s ease-in-out infinite alternate scrFn_l;
  }
  .indexProductsBg .indexMobileProducts .indexMobileProductsMain .swiper-button-next i {
    font-size: 24px;
    color: #e60012;
  }
  .indexProductsBg .indexMobileProducts .indexMobileProductssList {
    position: absolute;
    left: 0px;
    bottom: 25px;
    width: 100%;
    height: 45px;
    z-index: 2;
    overflow: hidden;
  }
  .indexProductsBg .indexMobileProducts .indexMobileProductssList ul {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
  }
  .indexProductsBg .indexMobileProducts .indexMobileProductssList ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100vw;
    font-size: 17px;
    font-weight: bold;
    color: #e60012;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: relative;
  }
  .indexProductsBg .indexMobileProducts .indexMobileProductssList ul li::after {
    position: absolute;
    left: 50%;
    top: 1.5px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "•";
    display: block;
  }
  .indexProductsBg .indexMobileProducts .indexMobileProductssList ul li:last-of-type {
    margin-right: 0px;
  }
  .indexProductsBg .indexMobileProducts .indexMobileProductssList ul .line {
    display: block;
    position: absolute;
    width: -webkit-calc(100% - 100vw);
    width: -moz-calc(100% - 100vw);
    width: calc(100% - 100vw);
    height: 1px;
    background-color: #e60012;
    top: 12px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
  /* 首页 解决方案 */
  .indexSolutionsBg .indexSolutions .swiper-slide {
    top: 20px;
    height: -webkit-calc(100vh - 20px);
    height: -moz-calc(100vh - 20px);
    height: calc(100vh - 20px);
  }
  .indexSolutionsBg .indexSolutions .swiper-slide .image img {
    height: -webkit-calc(100vh - 20px);
    height: -moz-calc(100vh - 20px);
    height: calc(100vh - 20px);
  }
  .indexSolutionsBg .indexSolutions .swiper-slide .content {
    top: 63px;
  }
  .indexSolutionsBg .indexSolutions .swiper-slide .content .title {
    font-size: 33px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .indexSolutionsBg .indexSolutions .swiper-slide .content .desc {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 23px;
  }
  .indexSolutionsBg .indexSolutions .swiper-slide .content .more:hover {
    margin-left: 10px;
  }
  .indexSolutionsBg .indexSolutions .swiper-slide .content .more span {
    font-size: 12px;
    margin-bottom: 17px;
    color: #fff;
  }
  .indexSolutionsBg .indexSolutions .swiper-slide .content .more i {
    font-size: 10px;
    margin-left: 3px;
    color: #fff;
  }

  .indexSolutionsBg .indexSolutionsList {
    border-radius: 40px;
    padding: 0px 18px;
  }
  .indexSolutionsBg .indexSolutionsList ul {
    max-width: -webkit-calc(100vw - 80px);
    max-width: -moz-calc(100vw - 80px);
    max-width: calc(100vw - 80px);
    overflow-x: auto;
    overflow-y: hidden;
  }
  .indexSolutionsBg .indexSolutionsList ul::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #d5d5d5;
  }
  .indexSolutionsBg .indexSolutionsList ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background-color: #b42226;
  }
  .indexSolutionsBg .indexSolutionsList ul::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
  .indexSolutionsBg .indexSolutionsList ul li {
    font-size: 12px;
    line-height: 40px;
    margin-right: 15px;
  }
  .indexSolutionsBg .indexSolutionsList ul li::after {
    bottom: -12px;
  }
  /* 首页 成功案例 */
  .indexCaseBg {
    height: auto;
    padding: 40px 0px;
  }
  .indexCaseBg .indexCase {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .indexCaseBg .indexCase .indexCaseTitle {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  .indexCaseBg .indexCase .indexCaseTitle .title {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .indexCaseBg .indexCase .indexCaseTitle .subTitle {
    font-size: 33px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 25px;
  }
  .indexCaseBg .indexCase .indexCaseTitle .more span {
    font-size: 12px;
    margin-bottom: 17px;
  }
  .indexCaseBg .indexCase .indexCaseTitle .more i {
    font-size: 10px;
    margin-left: 3px;
  }
  .indexCaseBg .indexCase .indexCaseMain {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 40px;
    height: auto;
  }
  .indexCaseBg .indexCase .indexCaseMain .swiper-pagination {
    bottom: 0px;
  }
  .indexCaseBg .indexCase .indexCaseMain .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: transparent;
    border: 1px solid #A0A0A0;
    opacity: 1;
    margin: 0px 3.5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .indexCaseBg .indexCase .indexCaseMain .swiper-pagination .swiper-pagination-bullet-active {
    border-color: #9C2B2D;
    background: #9C2B2D;
  }
  .indexCaseBg .indexCase .indexCaseMain .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide {
    width: auto;
    margin-bottom: 0px;
  }
  .indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide:nth-child(even) {
    margin-top: 0px;
  }
  .indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a .content {
    padding: 30px 20px;
  }
  .indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a .content .title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 14px;
  }
  .indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a .content .desc {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    margin-bottom: 19px;
  }
  .indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a .content .more {
    width: 42.3px;
    height: 42.3px;
  }
  .indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a .content .more i {
    font-size: 13px;
  }
  /* 首页 新闻中心 */

  .indexNewsBg {
    padding: 40px 0px;
  }
  .indexNewsBg .indexNews .indexNewsTitle {
    text-align: left;
    margin-bottom: 25px;
  }
  .indexNewsBg .indexNews .indexNewsTitle .title {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .indexNewsBg .indexNews .indexNewsTitle .subTitle {
    font-size: 33px;
    font-weight: bold;
  }
  .indexCaseBg .indexCase .indexCaseTitle .more:hover {
    margin-left: 10px;
  }
  .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1 {
    margin-bottom: 34px;
  }
  .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1>div .image {
    width: 100%;
  }
  .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1>div .image img {
    min-height: 67.1498vw;
    object-fit: cover;
  }
  .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1>div .content {
    width: 100%;
    margin-top: 23px;
  }
  .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1>div .content .list {
    font-size: 12px;
    margin-bottom: 9px;
  }
  .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1>div .content .title {
    font-size: 16.5px;
    line-height: 22px;
    margin-bottom: 9px;
  }
  .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1>div .content .time {
    font-size: 11px;
    margin-bottom: 0px;
  }
  .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1>div .content .more {
    display: none;
  }
  .indexNewsBg .indexNews .indexNewsMain .indexNewsMain2 {
    padding-bottom: 40px;
  }
  .indexNewsBg .indexNews .indexNewsMain .indexNewsMain2 .swiper-wrapper .swiper-slide a .content {
    margin-top: 14px;
  }
  .indexNewsBg .indexNews .indexNewsMain .indexNewsMain2 .swiper-wrapper .swiper-slide a .content .title {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .indexNewsBg .indexNews .indexNewsMain .indexNewsMain2 .swiper-wrapper .swiper-slide a .content .time {
    font-size: 11px;
  }
  .indexNewsBg .indexNews .indexNewsMain .indexNewsMain2 .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0px 3.5px;
  }
  /* 首页 关于我们 */
  .indexAboutusBg {
    min-height: auto;
  }
  .indexAboutusBg .indexAboutus {
    padding: 100px 0px 100px;
  }
  .indexAboutusBg .indexAboutus .indexAboutusTitle {
    text-align: left;
    margin-bottom: 125px;
  }
  .indexAboutusBg .indexAboutus .indexAboutusTitle > .title {
    font-size: 33px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .indexAboutusBg .indexAboutus .indexAboutusTitle .desc {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .indexAboutusBg .indexAboutus .indexAboutusTitle .numbers {
    margin-top: 25px;
    overflow: hidden;
  }
  .indexAboutusBg .indexAboutus .indexAboutusTitle .numbers ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -20px 0px -20px -20px;
    width: 100vw;
  }
  .indexAboutusBg .indexAboutus .indexAboutusTitle .numbers ul li {
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33%;
    padding: 23px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(4, 5, 8, 0.15);
  }
  .indexAboutusBg .indexAboutus .indexAboutusTitle .numbers ul li:last-child {
    border-right: 1px solid rgba(4, 5, 8, 0.15);
  }
  .indexAboutusBg .indexAboutus .indexAboutusTitle .numbers ul li:nth-child(3n+3) {
    border-right: 0px;
  }
  .indexAboutusBg .indexAboutus .indexAboutusTitle .numbers ul li .number {
    font-size: 28px;
  }
  .indexAboutusBg .indexAboutus .indexAboutusTitle .numbers ul li .title {
    font-size: 11px;
  }
  .indexAboutusBg .indexAboutus .indexAboutusMap .labels .label:nth-child(n+2) {
    display: none;
  }
  .indexAboutusBg .indexAboutus .indexAboutusMap .labels .label .drop i {
    width: 6px;
    height: 6px;
  }
  .indexAboutusBg .indexAboutus .indexAboutusMap .labels .label .drop .other::after {
    height: 50px;
  }
  .indexAboutusBg .indexAboutus .indexAboutusMap .labels .label .drop .other .logo {
    width: 113px;
    height: 113px;
    border-width: 3px;
  }
  .indexAboutusBg .indexAboutus .indexAboutusMap .labels .label .drop .other .logo img {
    height: 33px;
  }
  .indexAboutusBg .indexAboutus .indexAboutusMap .year {
    right: 0px;
    bottom: -77px;
  }
  .indexAboutusBg .indexAboutus .indexAboutusMap .year i {
    font-size: 12px;
  }
  .indexAboutusBg .indexAboutus .indexAboutusMap .year span {
    font-size: 132px;
  }

  /* 底部 */
  .footerBg {
    padding: 35px 0px 36px;
  }
  .footerBg .footer .footerModule .footerModuleLeft .logo{display: flex; justify-content: left;}

  .footerBg .footer .footerModule .footerModuleLeft .phone {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footerBg .footer .footerModule .footerModuleLeft .phone span{ font-size: 14px;}

  .footerBg .footer .footerModule .footerModuleLeft .phone>div{font-size: 14px; margin-right: 10px;}

  .footerBg .footer .footerModule .footerModuleLeft .phone>div:last-child{margin-right: 0px;}

  .footerBg .footer .footerModule .footerModuleRight {
    display: none;
  }
  .footerBg .footer .footerCopyright .link {
    display: none;
  }
  .footerBg .footer .footerModule {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(214, 214, 214, 0.5);
    flex-direction: column;
  }
  .footerBg .footer .footerModule .footerModuleLeft .logo a img {
    height: 38px;
  }
  .footerBg .footer .footerCopyright {
    font-size: 11px;
    padding: 0px;
    border: 0px;
    /* padding: 0px 20%; */
    /* text-align: center; */
    line-height: 18px;
    display: block;
  }

  .footerBg .footer .footerCopyright .copyright br{display: block;}

  .footerBg .footer .footerModule .footerModuleLeft .share ul{-webkit-box-pack: center;-webkit-justify-content: center;-moz-box-pack: center;-ms-flex-pack: center;justify-content: center;}
  .footerBg .footer .footerModule .footerModuleLeft .share ul li{margin-right: 10px;}
  .footerBg .footer .footerModule .footerModuleLeft .share ul li .icon{width: 35px; height: 35px;}
  .footerBg .footer .footerModule .footerModuleLeft .share ul li .icon img{height: 35px;}
  .footerBg .footer .footerModule .footerModuleLeft .share ul li .popup{bottom: 60px;padding: 0px;border-radius: 10px;box-shadow: 0px 0px 5px #eee;}
  .footerBg .footer .footerModule .footerModuleLeft .share ul li .popup img{width: 100px; min-width: 100px;}
  .footerBg .footer .footerModule .footerModuleLeft .share ul li:hover .popup{bottom: 35px;}


}
/*# sourceMappingURL=maps/layout.css.map */



/* w 1380 */
@media (max-width: 1380px) and (min-width: 992px) {
    .header .searchformMain .searchform form {
        align-items: center;
    }

    .headerbg .navBox .navList .list h3 a {
        font-size: 1.302083vw;
    }
    .header .headerFast .content1600 .nav ul li>a {
      font-size: 0.729vw;
    }
    .header .headerFast .content1600 .nav ul li>a {
      font-size: 0.729vw;
    }
    .header .headerFast .content1600 .nav ul li .subCompanyBox .subCompany p a{font-size: 1vw; margin-left: 1.55vw;}
    .header .navBox .haderOther .langBox .langBtn {
        font-size: 1.041667vw;
    }
    .header .searchformMain .searchform form input {
        font-size: 1.25vw;
    }
    .header .searchformMain .searchform form button {
        font-size: 1.510417vw;
    }
    .header .searchformMain .searchform form .closeSearch {
        font-size: 1.510417vw;
    }
    .banner .swiper-wrapper .swiper-slide a .labels .label .title {
        font-size: 1.09375vw;
    }
    .banner .swiper-wrapper .swiper-slide a .content .contentMain .more span,
    .indexProductsBg .indexProducts .indexProductsContents ul li .more span,
    .indexSolutionsBg .indexSolutions .swiper-slide .content .more span ,
    .indexCaseBg .indexCase .indexCaseTitle .more span ,
    .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1 .content .more span{
        font-size: 1.09375vw;
    }
    .banner .swiper-wrapper .swiper-slide a .content .contentMain .more i,
    .indexProductsBg .indexProducts .indexProductsContents ul li .more i,
    .indexSolutionsBg .indexSolutions .swiper-slide .content .more i ,
    .indexCaseBg .indexCase .indexCaseTitle .more i ,
    .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1 .content .more i {
        font-size: .989583vw;
    }
    .indexProductsBg .indexProducts .indexProductsContents ul li .title ,
    .indexCaseBg .indexCase .indexCaseTitle .title{
        font-size: 1.458333vw;
    }
    .indexProductsBg .indexProducts .indexProductsContents ul li .desc {
        font-size: 1.09375vw;
    }
    .indexProductsBg .indexProducts .indexProductsList ul li {
        font-size: 1.145833vw;
    }
    .indexSolutionsBg .indexSolutions .swiper-slide .content .desc {
        font-size: 1.197917vw;
        line-height: 1.5625vw;
    }
    .indexSolutionsBg .indexSolutionsList ul li {
        font-size: 1.197917vw;
    }
    .indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a .content .title {
        font-size: 1.40625vw;
    }
    .indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a .content .desc {
        font-size: 1.145833vw;
        line-height: 1.5625vw;
        height: 2.916667vw;
    }
    .indexNewsBg .indexNews .indexNewsTitle .title {
        font-size: 1.458333vw;
    }
    .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1 .content .list {
        font-size: 1.25vw;
    }
    .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1 .content .title {
        font-size: 1.875vw;
    }
    .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1 .content .time {
        font-size: 1.041667vw;
    }
    .indexNewsBg .indexNews .indexNewsMain .indexNewsMain2 .swiper-wrapper .swiper-slide a .content .title {
        font-size: 1.145833vw;
        margin-bottom: .416667vw;
    }
    .indexNewsBg .indexNews .indexNewsMain .indexNewsMain2 .swiper-wrapper .swiper-slide a .content .time {
        font-size: 1.041667vw;
    }
    .indexAboutusBg .indexAboutus .indexAboutusTitle .desc {
        font-size: .989583vw;
    }
    .indexAboutusBg .indexAboutus .indexAboutusTitle .numbers ul li .title {
        font-size: 1.145833vw;
    }
    .indexAboutusBg .indexAboutus .indexAboutusMap .labels .label .title {
        font-size: 1.041667vw;
    }

    .footerBg .footer .footerModule .footerModuleRight dl dt a {
        font-size: 1.25vw;
    }
    .footerBg .footer .footerModule .footerModuleRight dl dd a {
        font-size: 1.197917vw;
    }
    .footerBg .footer .footerModule .footerModuleLeft .phone i {
        font-size: 1.197917vw;
    }
    .footerBg .footer .footerModule .footerModuleLeft .share ul li .icon {
        width: 2.813vw;
        height: 2.813vw;
    }
    .footerBg .footer .footerModule .footerModuleLeft .share ul li .icon img {
        height: 2.813vw;
    }
    .footerBg .footer .footerModule .footerModuleLeft .share ul li:hover .popup {
        bottom: 2.88542vw;
    }
    .footerBg .footer .footerModule .footerModuleLeft .phone span {
        font-size: 1.666667vw;
    }
    .footerBg .footer .footerCopyright {
        font-size: 1.041667vw;
    }
}


@media (min-width: 1600px){
    .header .navBox .navList .list h3 a{
        font-size: 0.9vw;
    }
    .header .headerFast .content1600 .nav ul li>a {
      font-size: 0.729vw;
    }
    .header .navBox .haderOther .langBox .langBtn i {
        font-size: 1.302vw;
    }
    .header .navBox .haderOther .langBox .langBtn {
        font-size: 0.729vw;
    }

    .header .headerFast .content1600 .nav ul li .subCompanyBox .subCompany p a{font-size: 0.729vw; margin-left: 1.563vw;}

    .banner .swiper-wrapper .swiper-slide a .labels .label .title {
        font-size: 0.833vw;
    }
    .banner .swiper-wrapper .swiper-slide a .content .contentMain .more span {
        font-size: 0.781vw;
    }
    .banner .swiper-wrapper .swiper-slide a .content .contentMain .more i {
        font-size: 0.677vw;
    }
    .indexProductsBg .indexProducts .indexProductsContents ul li .title {
        font-size: 22x;
    }
    .indexProductsBg .indexProducts .indexProductsContents ul li .subTitle {
        font-size: 2.865vw;
    }
    .indexProductsBg .indexProducts .indexProductsContents ul li .desc {
        font-size: 0.781vw;
    }
    .indexProductsBg .indexProducts .indexProductsList ul li {
        font-size: 1.042vw;
    }
    .pagination .swiper-pagination1 {
        font-size: 1.667vw;
    }
    .indexSolutionsBg .indexSolutions .swiper-slide .content .title {
        font-size: 2.708vw;
        font-weight: bold;
    }
    .indexSolutionsBg .indexSolutions .swiper-slide .content .desc {
        font-size: 0.885vw;
    }
    .indexSolutionsBg .indexSolutions .swiper-slide .content .more span {
        font-size: 0.781vw;
    }
    .indexSolutionsBg .indexSolutions .swiper-slide .content .more i {
        font-size: 0.625vw;
    }
    .indexSolutionsBg .indexSolutionsList ul li {
        font-size: 0.885vw;
    }
    .indexCaseBg .indexCase .indexCaseTitle .title {
      font-size: 18px;
    }
    .indexCaseBg .indexCase .indexCaseTitle .subTitle {
        font-size: 2.865vw;
    }
    .indexCaseBg .indexCase .indexCaseTitle .more span {
        font-size: 0.781vw;
    }
    .indexCaseBg .indexCase .indexCaseTitle .more i{
        font-size: 0.625vw;
    }
    .indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a .content .title {
        font-size: 1.146vw;
    }
    .indexCaseBg .indexCase .indexCaseMain .swiper-wrapper .swiper-slide a .content .desc {
        font-size: 0.833vw;
    }
    .indexNewsBg .indexNews .indexNewsTitle .title {
      font-size: 18px;
      font-weight: normal;
      color: #666;
      text-align: center;
    }
    .indexNewsBg .indexNews .indexNewsTitle .subTitle {
        font-size: 2.708vw;
        margin-bottom: 10px;
        color: #333;
        font-weight: bold;
        text-align: center;
    }
    .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1 .content .list {
        font-size: 0.938vw;
    }
    .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1 .content .title {
        font-size: 1.563vw;
    }
    .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1 .content .desc {
      font-size: 0.9vw;
  }
    .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1 .content .time {
        font-size: 0.729vw;
    }
    .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1 .content .more span {
        font-size: 0.781vw;
    }
    .indexNewsBg .indexNews .indexNewsMain .indexNewsMain1 .content .more i {
        font-size: 0.625vw;
    }
    .indexNewsBg .indexNews .indexNewsMain .indexNewsMain2 .swiper-wrapper .swiper-slide a .content .title {
        font-size: 0.833vw;
        margin-bottom: 0.808vw;
    }
    .indexNewsBg .indexNews .indexNewsMain .indexNewsMain2 .swiper-wrapper .swiper-slide a .content .time {
        font-size: 0.729vw;
    }
    .indexNewsBg .indexNews .indexNewsMain .indexNewsMain2 .swiper-pagination .swiper-pagination-bullet {
        width: 0.417vw;
        height: 0.417vw;
    }
    .indexAboutusBg .indexAboutus .indexAboutusTitle > .title {
        font-size: 2.708vw;
    }
    .indexAboutusBg .indexAboutus .indexAboutusTitle .desc {
        font-size: 18px;
    }
    .indexAboutusBg .indexAboutus .indexAboutusTitle .numbers ul li .number {
        font-size: 3.204vw;
    }
    .indexAboutusBg .indexAboutus .indexAboutusTitle .numbers ul li .title {
        font-size: 0.833vw;
    }
    .indexAboutusBg .indexAboutus .indexAboutusMap .year span{
        font-size: 12.5vw;
    }
 
    .footerBg .footer .footerModule .footerModuleLeft .phone span {
        font-size: 1.25vw;
    }
    .footerBg .footer .footerModule .footerModuleLeft .phone i {
        font-size: 0.885vw;
    }
    .footerBg .footer .footerModule .footerModuleRight dl dt a {
        font-size: 0.938vw;
    }
    .footerBg .footer .footerModule .footerModuleRight dl dd a {
        font-size: 0.885vw;
    }
    .footerBg .footer .footerCopyright {
      line-height: 30px;
      font-size: 0.729vw;
      display: flex;
      border-top: 1px solid rgba(214, 214, 214, 0.2);
      flex-direction: column;
    }

    /* .footerModuleLeft {
      border-right: 1px solid rgba(214, 214, 214, 0.2);
    } */



    .indexAboutusBg .indexAboutus .indexAboutusMap .labels .label .title {
        font-size: 0.729vw;
    }
    .indexProductsBg .indexProducts .indexProductsContents ul li .more span {
        font-size: 0.885vw;
    }
    .indexProductsBg .indexProducts .indexProductsContents ul li .more i {
        font-size: 0.729vw;
    }
    .pagination .swiper-pagination1 {
        font-size: 1.667vw;
    }
    .indexAboutusBg .indexAboutus .indexAboutusMap .year i {
        font-size: 1.042vw;
    }
    .indexAboutusBg .indexAboutus .indexAboutusMap .labels .label .title {
        font-size: 0.729vw;
    }

    .footerBg .footer .footerModule .footerModuleLeft .share ul li .icon{width: 2.344vw; height: 2.344vw;}
    
    .footerBg .footer .footerModule .footerModuleLeft .share ul li .icon img {
        height: 2.344vw;
    }
}

  /* 分页 */
  .ta {
    text-align: center;
}
  .ta .pagination {
    display: flex;
    padding-left: 0;
    margin: 3.25rem 0;
    border-radius: 0.25rem;
    justify-content: center;
  }
  .ta .pagination > li {
    margin: 0 0.3125rem;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    border: 1px solid #DBDBDB;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
  }
  .ta .pagination > li a{
    display: block;
    width: 100%;
    line-height: 3.125rem;;
    height: 100%;
  }

  .ta .pagination .page-num{
  
    margin: 0 0.3125rem;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    border: 1px solid #DBDBDB;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 600;
  }

  .ta .pagination .page-num-current{
  
    background: #e60012;
    color: #fff;
  }