body{font-size: 16px;} 
.w90{ width: 90%;max-width: 1720px; margin: 0 auto;}
.w80{ width: 80%;max-width: 1500; margin: 0 auto;}
.banImg{ width: 100%; height: 100vh; object-fit: cover;}
header{  width: 100%; height: 100px; position: fixed; top: 0; left: 0; z-index: 100; border-bottom: 1px solid rgba(255, 255, 255, .25); color: #fff;}
header .con{ padding: 0 5vw;}
header .icon2{ display: none;}
nav li{ position: relative; line-height: 100px;}
nav li .oneNav{ font-size: 18px; padding: 0 30px; display: inline-block;  white-space: nowrap;}
nav  li dl{position:absolute;text-align: center;min-width: 100%; width: auto;top:110px;left: 50%; background:#fff;   -webkit-box-shadow:0 13px 42px 11px rgba(0,0,0,.15);box-shadow:0 13px 42px 11px rgba(0,0,0,.15);
    border-bottom-left-radius:5px;border-bottom-right-radius:5px;
 }
 nav  li dl dd{white-space: nowrap;height:50px;line-height:50px;border-bottom:1px solid #eee;transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease}
 nav  li dl dd:last-child{border-bottom:0}
 nav  li dl dd a{ padding: 0 10px;  font-size:14px; color:#333!important; font-weight: normal!important; transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease;display:block }
 nav  li dl dd:hover{background:var(--blue)}
 nav  li dl dd:hover a{color:#fff!important;}
 nav  li dl:before{content:"";position:absolute;border-width:0 9px 9px;border-style:solid;border-color:transparent transparent #f6f1e1;top:-9px;left:50%;margin-left:-9px}
 nav  li dl{ visibility:hidden; opacity:0; filter:alpha(opacity=0); transform:translateX(-50%) translateY(20px); -ms-transform:translateX(-50%) translateY(20px); -o-transform:translateX(-50%) translateY(20px); -webkit-transform:translateX(-50%) translateY(20px); -moz-transform:translateX(-50%) translateY(20px); transition:all .3s ease; -ms-transition:all .3s ease; -o-transition:all .3s ease; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; }
 nav  li:hover dl{ visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }
 nav  li>a:hover:after{top:0}
 nav  li>a:hover span{transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%)}
.topSearch .text{ height: 50px; line-height: 50px; border-radius: 30px; width: 233px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; }
.topSearch .submit{ width: 50px; height: 50px; background: url(../image/searchBtn-w.png) no-repeat center center; background-size: 35% auto;}

.h_nav{ height: 60px; width: 60px; background-color:var(--blue); padding: 18px 8px ;    align-items: flex-end; display: none;}
.h_nav .burger{ width: 100%;  height: 1px ; background: #fff;  transition: .8s; display:inline-block;       }
.h_nav .burger:first-child{ animation: long 2s linear infinite; -webkit-animation: long 2s linear infinite; }
.h_nav .burger:nth-of-type(2){  width: 50%;}
.h_nav .burger:nth-of-type(3){ animation: long 3s linear infinite; -webkit-animation: long 3s linear infinite; }
.h_nav.close .burger:first-child{ display: none;}
.h_nav.close .burger:nth-of-type(3){ display: none;}
.h_nav.close .burger:nth-of-type(2) {    position: relative;    z-index: 1; width: 80%;}
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      content: '';   position: absolute;      top: 0;      left: 0;      width: 100%;      height: 100%;      background: #fff;      opacity: 0;      z-index: 1;}
.h_nav.close .burger:nth-of-type(2) {    background: transparent;    transform: rotate(-180deg); }
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      opacity: 1;      transition: all .3s; }
.h_nav.close .burger:nth-of-type(2):before {     transform: rotate(45deg); }   .h_nav .burger:nth-of-type(2):after {     transform: rotate(-45deg); }


.nav{ color: #fff !important; width: 100%; height: calc(100vh - 60px) ; transition:all .6s ; transform: translateX(100%); background-color: #000; position: fixed; top: 60px; right: 0; flex-direction: column; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; }
.nav.show{ transform:translateX(0) ;  -webkit-transform:translateX(0) ; -moz-transform:translateX(0) ; -ms-transform:translateX(0) ; -o-transform:translateX(0) ; }
.nav li.go-child{ border-top: 1px solid rgba(255, 255, 255, 0.25); position: relative;}
.nav li.go-child>a{ line-height: 60px; padding: 0 20px; font-size: 16px;}

.erji{ width: 60px; height: 60px; position: absolute; right: 0 ; top: 0; display: flex; align-items: center; justify-content: center; font-size: 30px; z-index: 10;
 background: url(../image/jia.png) no-repeat center center; background-size: 40% auto;}
 .nav li.go-child.on .erji{ background: url(../image/jian.png) no-repeat center center; background-size: 40% auto;}
.nav-down li a{ line-height: 50px; border-top: 1px solid rgba(255, 255, 255, 0.25); display: block; padding-left: 25px; font-size: 14px; opacity: 0.8; }

header::after{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,.15); z-index: 1;
   display: block; content: '';   }

header.bg  { box-shadow: 0 0 10px rgba(0,0,0,.15);}
header.bg .icon2{ display: block;}
header.bg .icon1{ display: none;}
header::before{ width: 100%; height: 0; z-index: 2; position: absolute; left: 0; top: 0; background-color: #fff; display: block; content: ''; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; }
header.bg::before{ height: 100%; }
header.bg{ color: #333;}
header.bg .topSearch .text{ background-color: #f5f5f5;}
header.bg .topSearch .submit{  background: url(../image/searchBtn.png) no-repeat center center; background-size: 35% auto;}

.banner .swiper-slide .txt{ position: absolute;z-index: 10; left: 10%; height: 100%; top: 0;}
.banner .swiper-slide .txt .more{ border-color: rgba(255, 255, 255, .6); width: 230px; height: 50px;}
.banner .swiper-slide .txt .more::before{ width: 0; height: 100%; position: absolute; left: 0; top: 0; background-color: #fff; display: block; content: ''; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.banner .swiper-slide .txt .more:hover{ color: #333; box-shadow: 0 0 10px rgba(255, 255, 255, .25);}
.banner .swiper-slide .txt .more:hover:before{ width: 100%;}

.svg-swiper-pagination {position: absolute;z-index: 1;display: flex;flex-wrap: wrap; padding-left: 10vw;}
.svg-swiper-pagination .swiper-pagination-bullet {background: transparent;opacity: 1;position: relative;width: 12px;height: 12px;outline: none; margin: 0 22px !important; bottom: 60px; position: relative;}
.svg-swiper-pagination .swiper-pagination-bullet:after {content: "";position: absolute;left: 50%;top: 50%;z-index: 0;width: 10px;height: 10px;background-color: transparent; border: 1px solid #fff;border-radius: 50%;margin: -6px 0 0 -6px;transition: opacity .3s}
.svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {background-color: #fff;}
.svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .svg {opacity: 1}
.svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle2 {-webkit-animation: svgCircleAnmi 6s linear forwards;animation: svgCircleAnmi 6s linear forwards}
.svg-swiper-pagination .svg {width: 50px;height: 50px; position: absolute; top: -19px; left: -19px;transform: rotate(-90deg);opacity: 0;transition: opacity .3s;display: block}
.svg-swiper-pagination .circle1 { stroke: transparent}
.svg-swiper-pagination .circle2 { stroke: #fff; stroke-dasharray: 0 339}

.idxAbout{ background: url(../image/idxAboutBg.jpg) no-repeat center top; background-size: cover;}
.idxMore::before{ transition: all .36s; width: 50px; height: 50px; background-color: var(--blue); display: block; content: ''; position: absolute; left: -25px;  margin-top: -25px;  border-radius: 50%; top: 50%;-webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.idxMore:hover::before{ width:calc(100% + 50px); border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; }
.idxMore:hover{ color: #fff;}

.numUl img{ width: 38px; margin-right: 12px;}
.numUl .txt{ margin-left: 50px;}
.idxPro{ background: url(../image/idxProBg.jpg) no-repeat center top; background-size: cover;  height: 980px;}
.idxPro .bg1,.idxPro .bg2{ width: 100%; height: 70%; position: absolute; left: 0px; bottom: 0px;  background: url(../image/banner-bg.png) no-repeat top center; background-size: 100%;  }
.idxPro .bg1{z-index: 2;animation: move1 70s linear infinite alternate; -webkit-animation: move1 70s linear infinite alternate;}
.idxPro .bg2{ z-index: 3; animation: move2 70s linear infinite alternate; -webkit-animation: move2 70s linear infinite alternate; }
.idxPro .bg3{ width: 1130px; z-index: 4; height: 1130px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform:; -moz-transform:; -ms-transform:; -o-transform:; }
.idxPro .bg4{ width: 745px; height:745px; z-index: 5; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform:; -moz-transform:; -ms-transform:; -o-transform:; }
/* #proSwiper{ width:1454px; padding-top:  ;} */
#proSwiper{ width:1454px; }
#proSwiper .swiper-slide{ transform: scale(.45); transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-transform: scale(.45); -moz-transform: scale(.45); -ms-transform: scale(.45); -o-transform: scale(.45); }
/* #proSwiper .swiper-slide .img{ width: 28vw; height: 28vw; background-color: #fff;} */
#proSwiper  .swiper-slide-active,#proSwiper  .swiper-slide-duplicate-active { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
#proSwiper .swiper-slide .more{ opacity: 0; width: 280px; height: 60px; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; }
#proSwiper .swiper-slide  .img{  width: 100%; height:0;padding-bottom:100%; border-radius:50% ; -webkit-border-radius:50% ; -moz-border-radius:50% ; -ms-border-radius:50% ; -o-border-radius:50% ; }
#proSwiper .swiper-slide  .img img{ max-width: 80%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
#proSwiper  .swiper-slide-active .img,#proSwiper  .swiper-slide-duplicate-active  .img{background-color: #fff;}
#proSwiper  .swiper-slide-active .more,#proSwiper  .swiper-slide-duplicate-active .more{ opacity: 1;}

.idxCooperate{ background: url(../image/idxCooperateBg.jpg) no-repeat center center; background-size: cover;} 
.idxCooperate .w80{ height: 550px;}
.idxCooperate ul{ width: 78%; position: absolute;right:  0; top: 0; height: 100%;}
.idxCooperate ul li{
 transition: all .36s;
 width: 120px;
 height: 120px;
 position: absolute;
 box-shadow: 3px 0 29px rgba(0, 74, 255, .1) ;
 border: 1px solid #f7f9ff;
 animation: moves 1s linear infinite;
 -webkit-animation: moves 1.5s linear infinite;
 -webkit-transition: all .36s;
 -moz-transition: all .36s;
 -ms-transition: all .36s;
 -o-transition: all .36s;
}
/*  */
.idxCooperate ul li img{ max-width: 90%; max-height: 90%;}
.idxCooperate ul li:nth-child(2n){ animation: moves 2.5s linear infinite; -webkit-animation: moves 2.5s linear infinite; }
.idxCooperate ul li:nth-child(3n){ animation: moves 2s linear infinite; -webkit-animation: moves 2s linear infinite; }
.idxCooperate ul li:nth-child(1){ left: 0; top: 54%;  }
.idxCooperate ul li:nth-child(2){ left: 13.4%; top: 22%;  }
.idxCooperate ul li:nth-child(3){ left: 14.8%; top: 53%;  }
.idxCooperate ul li:nth-child(4){ left: 27.6%; top:7%;   }
.idxCooperate ul li:nth-child(5){ left:30%; top: 40%;  width:140px; height: 140px; }
.idxCooperate ul li:nth-child(6){ left: 32%; top:73.5%;   }
.idxCooperate ul li:nth-child(7){ left:47.3%; top: 8%;    }
.idxCooperate ul li:nth-child(8){ left: 48%; top: 39.2%;  width: 150px; height: 150px; }
.idxCooperate ul li:nth-child(9){ left: 50.3%; bottom: 0;  }
.idxCooperate ul li:nth-child(10){ left: 70%; top: 0%;  }
.idxCooperate ul li:nth-child(11){ left: 65.3%; top: 29.2%;   }
.idxCooperate ul li:nth-child(12){ left:85%; top: 7%;  }
.idxCooperate ul li:nth-child(13){ left: 66.2%; top: 63.5%;width:140px; height: 140px;  }
.idxCooperate ul li:nth-child(14){ left: 79.4%; top: 37%; }
.idxCooperate ul li:nth-child(15){ top: 60%; right: 0;  }

.idxCooperate ul li:hover{ animation: none; -webkit-animation: none;   margin-left: 10px;}
.object{ object-fit: cover;}
.idxNews .left{ width: 64%;}
.idxNews .left .newsItem .img{ width: 423px; height: 266px; object-fit: cover;}
.idxNews .left .newsItem .txt{ width: calc(100% - 450px);} 
.newsItem  .tit span{
    /*text-decoration: underline;
    */background-image: linear-gradient(currentColor 0, currentColor 0);
    background-image: linear-gradient(currentColor 0 0);
    background-position: 0 calc(100% - 1px);
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -webkit-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -moz-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -ms-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
    -o-transition: 400ms cubic-bezier(0.645, 0.045, 0.355, 1), background-position 0s 400ms cubic-bezier(0.645, 0.045, 0.355, 1), color 0ms;
  }
.newsItem:hover .tit span{  background-position: 100% calc(100% - 1px);  background-size: 100% 1px}
/* .newsItem:hover { color: var(--blue);} */
.newsItem:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.newsItem .more i{ border: 1px dashed var(--blue); width: 24px; height: 24px; border-radius: 50%; display: inline-block; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.newsItem .more i::after{ transition:all .36s ; content: "\ea66"; display: block; font-family: "iconfont" !important; font-size: 24px; line-height: 1; top: -2px; position: absolute; left: -14px; -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.newsItem:hover .more i::after{ left: 80%; }
.newsItem + .newsItem{ border-top: 1px solid #cecece;}
.idxNews .right{ width: 32.6%;}
.opacity0{ opacity: 0;}
footer{ background-color: #1f1f1f; color: #fff;}
footer .top{ border-bottom: 1px solid rgba(255, 255, 255, .1);}
footer .center{ border-bottom: 1px solid rgba(255, 255, 255, .1);}
.friendLinks{border: 1px solid rgba(255, 255, 255, .25); width: 300px; height: 50px; line-height: 50px;}
.friendLinks  option{background-color: #1f1f1f;  padding: 10px 0; }
.friendLinks .iconfont{ position: absolute; right: 20px; top: 50%;   transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.friendLinks::after{ width: 1px; height: 40%; top:30%; right: 20%; position: absolute; display: block; content: '';background-color:  rgba(255, 255, 255, .25);;}
.footNav{ width: 60%;}
.footNav dt{ margin-bottom: 15px;}
.footNav dd a{ color: rgba(255, 255, 255, .4); font-size: 14px; line-height: 2.4;}
.footNav dd a:hover{ color: #fff;}
.ewmUl li .img{ background: url(../image/ewmBg.png) no-repeat center center; background-size: 100% 100%; width: 140px;}
.neibanImg{ max-height: 100vh; min-height: 300px; object-fit: cover;} 
.neiBan .txt{ position: absolute; left: 0; top: 0; z-index: 5;}
.neiBan .txt .line{ width: 66px; height: 4px; border: 1px solid #fff; background: transparent;}

.linka a:hover{ color: var(--blue);}
.mainbav{ width: 80vw; position: absolute; left: 10vw; bottom: 50px; z-index: 10;}
.mainbav li { position: relative;}
.mainbav li dl{ width: 100%; position: absolute; left: 0; top: 80px; background-color: #fff; 
   }
.mainbav li dl{ visibility:hidden; opacity:0; filter:alpha(opacity=0); transform:  translateY(20px); -ms-transform:  translateY(20px); -o-transform:  translateY(20px); -webkit-transform:  translateY(20px); -moz-transform:  translateY(20px); transition:all .3s ease; -ms-transition:all .3s ease; -o-transition:all .3s ease; -webkit-transition:all .3s ease; -moz-transition:all .3s ease; }
.mainbav li:hover dl{ visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0); }
.mainbav li dl a{ display: block; padding:10px 15px; color: #666;}
.mainbav li dl a:hover{ color: var(--blue);}
.subnav{ width:auto; padding: 0 52px; line-height: 80px;  white-space: nowrap;}
.subnav.on{ background-color: var(--blue); color: #fff;}


.profile{ background: url(../image/idxProBg.jpg) no-repeat center top; background-size: cover;  }
.profile .bg1,.profile .bg2{ width: 100%; height: 70%; position: absolute; left: 0px; bottom: 0px;  background: url(../image/banner-bg.png) no-repeat top center; background-size: 100%;  }
.profile .bg1{z-index: 2;animation: move1 70s linear infinite alternate; -webkit-animation: move1 70s linear infinite alternate;}
.profile .bg2{ z-index: 3; animation: move2 70s linear infinite alternate; -webkit-animation: move2 70s linear infinite alternate; }

.enTit{ color: rgba(102, 102, 102, .05); font-size: 100px;  font-style: italic; margin-top: -40px;}
.profile .left .con::before{ width: 40px; height: 39px; background: url(../image/yin.png) no-repeat center top; background-size: 100% 100%; display: block; content: ''; position: absolute; top: 0;  left: 0; }
.videoButton>img{animation: yuan 5s infinite linear;}
.videoButton span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}


.culture{ background: url(../image/cultureBg.jpg) no-repeat center center; background-size: cover; padding: 120px 0; height:90vh;
  background-attachment: fixed; position: relative;
} 
.culture .ENG{  font-size: 136px; letter-spacing: .6em; opacity: .2;  }
.culture .title{ position: absolute; bottom: 25px; left: 50% ; transform:translateX(-50%) ; -webkit-transform:translateX(-50%) ; -moz-transform:translateX(-50%) ; -ms-transform:translateX(-50%) ; -o-transform:translateX(-50%) ; }

.culture  li{ border-right: 1px solid rgba(255, 255, 255, .15); width: 25%; padding-top: 30vh;perspective: 200px;} 
.culture  li  .line{ width: 40px; height: 3px;}
.culture  li div{ position: relative; z-index: 5;}
.culture li::after{ width: 100%; height: 100%;opacity: 0; z-index: 1; transition: all .36s; display: block; position: absolute; top: 0; left: 0; background: rgba(0,0,0,.2); display: block; content: ''; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.culture li::after { transform:rotateY(45deg) ; -webkit-transform:rotateY(45deg) ; -moz-transform:rotateY(45deg) ; -ms-transform:rotateY(45deg) ; -o-transform:rotateY(45deg) ; }
.culture li:hover::after{ transform:rotateY(0) ;opacity: 1; -webkit-transform:rotateY(0) ; -moz-transform:rotateY(0) ; -ms-transform:rotateY(0) ; -o-transform:rotateY(0) ; }
.culture li:hover{ padding-top: 25vh;}
.honors .title::after{ width: 50%; height: 1px; background-color: #cdcdcd; position: absolute; left: 25%; bottom: 0; display: block; content: '';  z-index: 1;}
.honors .title::before{ width: 4%; height:3px; background-color: var(--blue); position: absolute; left: 48%; bottom: 0; display: block; content: '' ; z-index: 2;}
.honors .swiper-slide .img{ height: 415px;}
.honors .swiper-slide .img img{  max-width: 100%; max-height: 100%;}
.honors .prev,.honors .next{ width: 70px; height: 70px;}
.honors .prev:hover,.honors .next:hover{ background-color: var(--blue); color: #fff;}
.history{ background: url(../image/historyBg.jpg) no-repeat center center; background-size: cover;}
.history .title::after{ width: 50%; height: 1px; background-color: #cdcdcd; position: absolute; left: 25%; bottom: 0; display: block; content: '';  z-index: 1;}
.history .title::before{ width: 4%; height:3px; background-color: var(--blue); position: absolute; left: 48%; bottom: 0; display: block; content: '' ; z-index: 2;}
.history-top .swiper-slide { position: relative; cursor: pointer;}
.history-top .swiper-slide .yuan{ width: 40px; height: 40px; border-radius: 50%; background: url(../image/yuanbg.png) no-repeat center center; background-size:90% 90%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.history-top .swiper-slide .yuan::after{ width: 100%; height: 1px; display: block; content: ''; background-color: #cccccc; position: absolute; left: 0;  bottom: 20px; z-index: -1;}
.history-top .swiper-slide:first-child .yuan::after{ width: 50%; left: 50%;}
.history-top .swiper-slide:last-child .yuan::after{ width:50% }

.history-top .swiper-slide .yuan span{ background-color: #9c9c9c; width: 33% ; height: 33%; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.history-top .swiper-slide.swiper-slide-active  .color-999{ color: var(--blue); transform: scale(1.5); -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -ms-transform: scale(1.5); -o-transform: scale(1.5); }
.history-top .swiper-slide.swiper-slide-active .yuan{background: url(../image/yuanbgH.png) no-repeat center center; background-size: 100% 100%; }
.history-top .swiper-slide.swiper-slide-active .yuan span{   background-color: var(--blue); background-size: 100% 100%; }
.history .bottom{ padding-left: 10vw;}

.historyBotUl{ width: 100%;      overflow-x: scroll;}
.historyBotUl::-webkit-scrollbar { height: 1px;}
.historyBotUl::-webkit-scrollbar-thumb { border-radius: 3px; background: transparent; height: 1px; }
.historyBotUl::-webkit-scrollbar-track { border-radius: 3px; background: transparent; height: 1px; } 
.historyBotUl li{     width: 26vw;}
.historyBotUl li .img{ display: none; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; }
.historyBotUl li .txt .years{ filter: grayscale(100%); opacity: .2; -webkit-filter: grayscale(100%); }
.historyBotUl li .txt .f22{ color: #888;} 
.historyBotUl li>div{   width: 26vw;;}
.historyBotUl li.on{ width: 52vw;}
.historyBotUl li.on .img{ display: block;}
.historyBotUl li.on .txt .years{ filter: grayscale(0%); opacity: 1; -webkit-filter: grayscale(0%); }
.historyBotUl li.on .txt .f22{ color: #333;} 
/* 
.history .bottom ul{ width: 30%;}
.history .bottom ul li{ display: none;}
.history .bottom ul li.on{ display: block;}
.history .bottom ul{ width: 100000px;}
.history .bottom ul li{ margin-right: 100px;}
.history .bottom ul li  
.gallery-thumbs{ width: 60%;}
.gallery-thumbs .swiper-slide .f20{filter: grayscale(100%); opacity: .2;}
.gallery-thumbs .swiper-slide .f22{ color: #666;} 

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .f20{ filter: grayscale(0%); opacity: 1; -webkit-filter: grayscale(0%); }
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .f22{ color: #333;} 
.gallery-thumbs .swiper-slide>div{ flex: 1;}
 .gallery-thumbs .swiper-slide .img{ display: none;}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img{ display: block; }
 .gallery-thumbs .swiper-slide{ width: 25%; }
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active{ width: 50%; }
.gallery-thumbs .swiper-slide.swiper-slide-next{ }   */

.proBanImg{ width: 40%;}
.prolist li{ width: calc((100% - 76px) / 3); margin-right: 38px; margin-bottom: 38px ;}
.prolist li:nth-child(3n){ margin-right: 0;} 
.prolist li .img{ height: 310px;}.prolist li .img img{ max-width: 100%; max-height: 100%;}
.prolist li .desc i{ width: 6px; height: 6px; border-radius: 50%; background-color: #dadada; display: inline-block; margin-right: 12px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.prolist li .btn a{ height: 48px; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; }
.prolist li:hover{ box-shadow: 0 0  0 8px rgba(0, 74, 255, 1); transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); }
.ljzx_btn:hover{ border-color: var(--blue); color: var(--blue);}

.proInfoTop{ background: url(../image/proInfoTopBg.jpg) no-repeat center center; background-size: cover;}
.proInfoTop{ margin-top: 100px;}

#proInfoTopSwiper .swiper-slide{ height: 640px;}
#proInfoTopSwiper .swiper-slide img{ max-width: 90%; max-height: 90%;}
.proLine{ width: 100%; height: 1px; background-color: #cdcdcd;}
.proLine::after{ background-color: var(--blue); width:8%; height: 3px; position: absolute; left: 0; bottom: -1px;  display: block; content: '';}

.proInfoTop .txt .btn a{ width: 30%; border: 1px solid #dadada; border-left: none;}
.proInfoTop .txt .btn a:first-child{ width: 40%;  border-color: var(--blue);}
.proInfoTop .txt .btn a:hover{ color: var(--blue);}
.proInfoTop .txt .btn a:first-child:hover{ color: #fff;}
.proInfoTop .right .prev,.proInfoTop .right .next{ width: 64px; height: 64px; position: absolute; top: 50%; margin-top: -32px; z-index: 10;}
.proInfoTop .right .prev{ left: 15px;}
.proInfoTop .right .next{ right: 15px;}
.proInfoTop .right .prev:hover,.proInfoTop .right .next:hover{ background-color: var(--blue); color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.15);}
.contactLine{ width: 35PX; height: 4px; background-color: #4f4f4f;}

.yamleft{ width: 60%;}
.yamImg{ position: absolute; right: 1px; top: 50%; transform: translateY(-50%); max-height:calc(100% - 3px); z-index: 10; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.contactStyle .submit{ width: 35%; border-radius: 35px;  -webkit-border-radius: 35px; -moz-border-radius: 35px; -ms-border-radius: 35px; -o-border-radius: 35px; }
.gbookBox .submit,.gbooksubmit{ width: 35%; border-radius: 35px;  -webkit-border-radius: 35px; -moz-border-radius: 35px; -ms-border-radius: 35px; -o-border-radius: 35px; }


.newslist li{ width: calc((100% - 76px) / 3); margin-right: 38px; margin-bottom: 38px ;}
.newslist li:nth-child(3n){ margin-right: 0;} 
.newslist li .img img{ height: 290px; width: 100%; object-fit: cover;} 
 
/* .newsItem:hover { color: var(--blue);} */
.newslist li:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.newslist li .more i{ border: 1px dashed var(--blue); width: 24px; height: 24px; border-radius: 50%; display: inline-block; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.newslist li .more i::after{ transition:all .36s ; content: "\ea66"; display: block; font-family: "iconfont" !important; font-size: 24px; line-height: 1; top: -2px; position: absolute; left: -14px; -webkit-transition:all .36s ; -moz-transition:all .36s ; -ms-transition:all .36s ; -o-transition:all .36s ; }
.newslist li:hover .more i::after{ left: 80%; }
.newslist li .txt::after{ width: 0; height: 2px; position: absolute; left: 0; bottom: 0; background-color: var(--blue); display: block; content: ''; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.newslist li:hover .txt::after{ width: 100%;}

.newsInfoTop{ margin-top: 100px;}
.newLeft{ width: 64%;}
.newRight{ width: 30%;}
.newRight .title{ line-height: 1; border-left: 3px solid var(--blue);}

.morenuewsUl li .img img{ width: 185px; height: 115px; object-fit: cover;}
.morenuewsUl li .txt{ width: calc(100% - 210px);}
.morenuewsUl li:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.morenuewsUl li:hover { color: #0b4f9b;}

.newsPage{  border-top: 3px solid #f1f1f1; }
.newsPage a{ width: 40%;}
.contactCon .yuan{ width: 60px; height: 60px;}

.contactCon  .item:hover .yuan{ background-color: var(--blue); color: #fff;}
.map{ height: 90vh;}
  .gbookBox{ width: 40vw; position: absolute; right: 10vw; z-index: 10; top: 50% ; transform:translateY(-50%) ; -webkit-transform:translateY(-50%) ; -moz-transform:translateY(-50%) ; -ms-transform:translateY(-50%) ; -o-transform:translateY(-50%) ; }

  .zahnwei{ margin-top: -110px; padding-top: 110px;}
  
  .pagelist ul{text-align:center;margin:20px 0;}
.pagelist li{display:inline-block;margin:0 2px;}
.pagelist li span{color:#666;display:inline-block;border:1px solid #ddd;padding:6px 15px;}
.pagelist li .current{color:#fff;display:inline-block;border:1px solid #ddd;padding:6px 15px;border-color:#ccc;background:#ccc;}
.pagelist li a{color:#666;display:inline-block;border:1px solid #ddd;padding:6px 15px;}
.pagelist li a:hover{border-color:#ccc;background:#ccc;color:#fff;}
.pagelist li.active a{border-color:#ccc;background:#ccc;color:#fff;}
.mod_page_content_li{
  border-bottom: 1px dashed #dbe4eb;
   list-style: outside;
}



@font-face {
    font-family: SourceHanSansCN-Light;
    src: url('https://ziti.dongbaqu.com/SOURCEHANSANSCN-Light.ttf');
}
@font-face {
    font-family: SourceHanSansCN-Regular;
    src: url('https://ziti.dongbaqu.com/SOURCEHANSANSCN-Regular.ttf');
}
@font-face {
    font-family: SourceHanSansCN-Bold;
    src: url('https://ziti.dongbaqu.com/SOURCEHANSANSCN-Bold.ttf');
}
@font-face {
    font-family: SourceHanSansCN-Medium;
    src: url('https://ziti.dongbaqu.com/SOURCEHANSANSCN-Medium.ttf');
}
@font-face {
    font-family: D-DIN;
    src: url(../font/din.ttf);
}
@font-face {
    font-family: YouSheBiaoTiHei;
    src: url(../font/YSBTH1.TTF);
}
@font-face {
    font-family: DIN-BoldAlternate;
    src: url(../font/DIN-BOLDALTERNATE.OTF);
}
@font-face {
    font-family: DIN-Medium;;
    src: url(../font/DIN-Medium.otf);
}
@font-face {
    font-family: D-DIN-Bold;
    src: url(../font/din-bold.ttf);
}

@font-face {
    font-family: Frick-Condensed;
    src: url(../font/FRICK0.3-CONDENSED-2.OTF);
}


.text-move {
    animation: text-animate 1s;
    will-change: transform;
    color:#007aff;
    font-size:44px;
    
  font-family: YouSheBiaoTiHei;
    letter-spacing: 4px;
    font-size: 70px;
    line-height: 70px;
    color: #1d2088;
    position: relative;
    text-align: left;
    
}
.flex-arround {
    display: flex;
    justify-content: space-around;
}
.more a {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    align-items: center;
        color: #585858;
}

.more .cir {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #23ac38;
    position: relative;
    margin-right: 15px;
    box-sizing: border-box;
}

.pos-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.appArea {

       position: relative;
        height: 1111px;
        text-align: center;
        color: #fff;
  
}
.appArea .left {
  width: 49%;
  height: 100%;
  position: absolute;
  left: 0;
}
.appArea .left .left-pos {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  z-index: 2;
}
.appArea .left .left-pos .index-title {
  left: -65px;
}
.appArea .left .left-pos .more {
  margin-top: 75px;
}
.appArea .left .left-pos .more a {
  color: #585858;
}
.appArea .left ul {
  height: 100%;
}
.appArea .left ul li {
  height: 100%;
}
.appArea .left ul li img {
  height: 100%;
}
.appArea .right {
  width: 68.95%;
  height: 1211px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #fff;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.appArea .right .cirBox {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  width: 885px;
  height: 885px;
  border-radius: 50%;
  background: rgba(173, 212, 245, 0.1);
}
.appArea .right .cirBox .img-box {
  position: relative;
  width: 527px;
  height: 527px;
  border-radius: 50%;
  overflow: hidden;
}
.appArea .right .cirBox .img-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.appArea .right .cirBox .img-box li {
  position: absolute;
  top: 100%;
  width: 527px;
  height: 527px;
  font-size: 50px;
  text-align: center;
  transition: all 1s ease-in-out;
}
.appArea .right .cirBox .img-box li.moveIn {
  top: 0;
}
.appArea .right .cirBox .img-box li.moveLeaveTop {
  top: -100%;
}
.appArea .right .cirBox .img-box li.moveLeaveBottom {
  top: 100%;
}
.appArea .right .appArea-item {
  position: absolute;
  top: 50%;
  right: 67%;
  transform: translateY(-50%);
}
.appArea .right .appArea-item li {
  width: 218px;
  height: 68px;
  border-radius: 34px;
  border: solid 1px rgba(67, 67, 67, 0.2);
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.appArea .right .appArea-item li .appArea-title {
  margin-left: 10px;
  font-size: 20px;
  line-height: 20px;
  color: #454545;
}
.appArea .right .appArea-item li .imgIcon {
  position: relative;
}
.appArea .right .appArea-item li .selectImg {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.appArea .right .appArea-item li:not(:last-child) {
  margin-bottom: 60px;
}
.appArea .right .appArea-item li:first-child,
.appArea .right .appArea-item li:last-child {
  margin-left: 110px;
}
.appArea .right .appArea-item li:nth-child(2),
.appArea .right .appArea-item li:nth-last-child(2) {
  margin-left: 65px;
}
.appArea .right .appArea-item li.on {
  background: #23ac38;
  border: 0;
}
.appArea .right .appArea-item li.on .appArea-title {
  color: #fff;
}
.appArea .right .appArea-item li.on .selectImg {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.appArea .right .appArea-item li.on .showImg {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.appArea .right .appArea-item li:hover {
  background: #23ac38;
  border: 0;
}
.appArea .right .appArea-item li:hover .appArea-title {
  color: #fff;
}
.appArea .right .appArea-item li:hover .selectImg {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.appArea .right .appArea-item li:hover .showImg {
  position: absolute;
  z-index: -1;
  opacity: 0;
}



@media screen and (max-width: 1440px) {
 
  .appArea .right .cirBox {
    width: 585px;
    height: 585px;
  }
  .appArea .right .cirBox .img-box,
  .appArea .right .cirBox .img-box li {
    width: 327px;
    height: 327px;
  }
  .appArea .right .appArea-item {
    right: 52%;
  }
  .appArea .right .appArea-item li:not(:last-child) {
    margin-bottom: 40px;
  }

  }
  
  
  @media screen and (max-width: 960px) {

  .appArea .right .cirBox {
    width: 385px;
    height: 385px;
  }
  .appArea .right .cirBox .img-box {
    width: 200px;
    height: 200px;
  }
  .appArea .right .cirBox .img-box li {
    width: 100%;
    height: 100%;
  }
  .appArea .right .appArea-item {
    right: 50%;
  }
  
  }
  
  @media screen and (max-width: 780px) {
  .inner-title {
    font-size: 35px;
    line-height: 35px;
    color: #585858;
  }
  .index-banner {
    height: 380px;
  }
  .index-banner img {
    margin-left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
  }
  .index-banner .banner-text {
    width: 100%;
  }
  .index-banner .banner-text .cn-text {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
  }
  .index-banner .banner-text .en-text {
    text-align: center;
  }
  .index-banner .banner-text2 .cn-text {
    font-size: 50px;
    line-height: 50px;
  }
  .index-banner .banner-text2 .more-box .more {
    justify-content: center;
  }
  .index-banner .banner-text2 .more-box .more a {
    justify-content: center;
  }
  .index-banner .banner-text3 .cn-text {
    font-size: 50px;
    line-height: 50px;
  }
  .index-banner .swiper-button-next,
  .index-banner .swiper-button-prev {
    display: none;
  }
  .index-title {
    font-size: 70px;
    line-height: 70px;
    color: #1d2088;
  }
  .index-title img {
    width: 120px;
  }
  .aboutYK {
    padding: 5% 0;
  }
  .aboutYK .w1345 {
    flex-wrap: wrap;
  }
  .aboutYK .left {
    margin: 0 auto;
    display: none;
  }
  .index-pic {
      display:block;
      width: 100%;
  }
  .index-pic img {
      display:block;
      width: 100%;
      height: auto;
  }
  .aboutYK .right .aboutYK-text .more {
      margin-top:20px;
  }
  .aboutYK .right {
    width: 100%;
  }
  .aboutYK .right .index-title {
    margin-top: 0;
  }
  .aboutYK .right .aboutYK-text {
    width: 100%;
    margin-top: 5%;
  }
  .aboutYK .bgImg {
    display: none;
  }
  .gongyi {
    background-size: cover;
  }
  .gongyi .left {
    width: 100%;
  }
  .gongyi .left .index-title {
    left: 0;
  }
  .appArea {
    padding: 5% 0;
    height: auto;
  }
  .appArea .left {
    width: 94%;
    margin: 0 auto;
    position: relative;
    top: unset;
    height: auto;
  }
  .appArea .left #leftBj {
    display: none;
  }
  .appArea .left .index-title {
    left: 0 !important;
  }
  .appArea .left .left-pos {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }
  .appArea .left .left-pos .more {
    margin-top: 15px;
  }
  .appArea .right {
    width: 100%;
    height: auto;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    display: flex;
    flex-direction: column-reverse;
  }
  .appArea .right .appArea-item {
    width: 94%;
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    right: unset;
  }
  .appArea .right .appArea-item li {
    margin-left: 0 !important;
  }
  .appArea .right .cirBox {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    transform: unset;
    margin: 0 auto;
  }
  .aboutBox .right ul {
    padding-left: 0;
    justify-content: space-around;
  }
  .categoryNav {
    display: none;
  }
  .pTop {
    padding-top: 0;
  }
  .historyBox {
    background-size: cover;
    height: auto;
    padding: 5% 0;
  }
  .historyBox .line {
    display: none;
  }
  .newsBox .botNews .botNews-ul li {
    width: 30%;
    height: auto;
  }
  .newsBox .botNews .botNews-ul li .text .clickBox {
    position: relative;
    bottom: unset;
    left: unset;
    padding: 30px 0;
  }
  .newsBox .botNews .botNews-ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .newsBox .botNews .botNews-ul li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .introBox .intro-item1 .pro-intro {
    padding: 5%;
  }
  .introBox .intro-item2 {
    height: auto;
    padding: 5% 0;
  }
  .introBox .intro-item3 ul {
    flex-direction: column;
  }
  .introBox .intro-item3 ul li {
    width: 100%;
  }
  .featuresBox .fea-item2 .box {
    background: url(../images/fea-item2-bg.png) no-repeat;
    background-size: cover;
  }
  .featuresBox .fea-item2 .box .bgImg {
    display: none;
  }
  .featuresBox .fea-item2 .box .pos {
    position: relative;
    top: unset;
    left: unset;
    flex-direction: column;
  }
  .featuresBox .fea-item2 .box .pos .left {
    flex-direction: column;
  }
  .featuresBox .fea-item2 .box .pos .center {
    margin: 30px 0;
  }
  .featuresBox .fea-item2 .box .pos .right {
    flex-direction: column-reverse;
  }
  .featuresBox .fea-item2 .box .pos .cir-box {
    flex-direction: column;
    margin-left: 0;
  }
  .featuresBox .fea-item2 .box .pos .right .cir-box {
    flex-direction: column-reverse;
    margin-right: 0;
  }
  .featuresBox .fea-item2 .box .pos .cir-box .cir2 {
    margin: 7px 0;
  }
  .featuresBox .fea-item2 .box .pos .con-box {
    margin: 30px 0;
  }
  .featuresBox .fea-item4 .box {
    flex-direction: column;
  }
  .featuresBox .fea-item4 .box .left,
  .featuresBox .fea-item4 .box .right {
    width: 100%;
  }
  .featuresBox .fea-item4 .box .right {
    margin: 60px 0;
  }
  .featuresBox .fea-item5 {
    flex-direction: column;
  }
  .featuresBox .fea-item5 .item {
    width: 100%;
  }
  .featuresBox .fea-item5 .item:last-child {
    margin-top: 8.33%;
  }
  .featuresBox .fea-item5 .box img {
    margin: 0 auto;
  }
  .featuresBox .fea-item6 ul {
    flex-direction: column;
  }
  .featuresBox .fea-item6 ul li {
    width: 100%;
  }
  .featuresBox .fea-item6 ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .trainingBox .train-item4 .box .posBox {
    display: none;
  }
  .trainingBox .train-item2 .pcImg {
    display: none;
  }
  .trainingBox .mtrainItem2 {
    display: block;
  }
  .trainingBox .mtrainItem2 .train-item2-title-m {
    font-family: SourceHanSansCN-Medium;
    font-size: 40px;
    line-height: 40p;
    color: #585858;
    letter-spacing: 2px;
    text-align: center;
  }
  .trainingBox .mtrainItem2 .train-item2-ul-m {
    flex-wrap: wrap;
    margin-top: 5.2%;
  }
  .trainingBox .mtrainItem2 .train-item2-ul-m li {
    width: 48%;
    height: 355px;
    background-color: #eeeeee;
    border-radius: 0px 70px 0px 70px;
    margin-bottom: 35px;
    box-sizing: border-box;
  }
  .trainingBox .mtrainItem2 .train-item2-ul-m li .li-box {
    width: 61.1%;
    margin: 0 auto;
  }
  .trainingBox .mtrainItem2 .train-item2-ul-m li .img-box {
    margin-top: 75px;
  }
  .trainingBox .mtrainItem2 .train-item2-ul-m li .img-box img {
    width: auto;
  }
  .trainingBox .mtrainItem2 .train-item2-ul-m li .img-box .hideImg {
    display: none;
  }
  .trainingBox .mtrainItem2 .train-item2-ul-m li .train-item2-ul-title {
    margin-top: 45px;
    font-family: SourceHanSansCN-Regular;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 22px;
    color: #23ac38;
  }
  .trainingBox .mtrainItem2 .train-item2-ul-m li .text {
    text-align: justify;
    margin-top: 25px;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 30px;
    color: #585858;
  }
  .trainingBox .mtrainItem2 .train-item2-ul-m li.on {
    background: url(../images/train-item2-bg.png) no-repeat;
    background-size: cover;
  }
  .trainingBox .mtrainItem2 .train-item2-ul-m li.on .img-box .hideImg {
    display: block;
  }
  .trainingBox .mtrainItem2 .train-item2-ul-m li.on .img-box .showImg {
    display: none;
  }
  .trainingBox .mtrainItem2 .train-item2-ul-m li.on .train-item2-ul-title,
  .trainingBox .mtrainItem2 .train-item2-ul-m li.on .text {
    color: #fff;
  }
  .trainingBox .train-item3 ul {
    flex-wrap: wrap;
  }
  .trainingBox .train-item3 ul li {
    background-size: cover !important;
    width: 48%;
    margin-bottom: 20px;
    height: 400px;
  }
  .trainingBox .train-item3 ul li .main img {
    margin: 25% 0;
  }
  .trainingBox .train-item3 ul li .main p {
    display: block;
  }
  .trainingBox .train-item4 {
    height: auto;
    background-size: cover;
    padding: 5.2% 0;
  }
  .trainingBox .train-item4 .box img {
    max-width: 100%;
    margin-left: 0;
  }
  .trainingBox .train-item5 .train-nav-box {
    position: relative;
    top: unset;
    left: unset;
    margin-top: 30px;
  }
  .trainingBox .train-item5 .train-item5-ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .trainingBox .train-item5 .train-item5-ul .cir {
    width: 100px;
    height: 100px;
  }
  .trainingBox .train-item5 .train-item5-ul .cir:nth-child(odd)::after {
    content: none;
  }
  .trainingBox .train-item5 .train-item5-ul .cir:nth-child(even)::after {
    content: none;
  }
  .trainingBox .train-item5 .train-item5-ul .cir:nth-child(odd) {
    margin-top: 0;
  }
  .jobBox .job-top {
    flex-wrap: wrap;
    padding: 5.2% 0;
  }
  .jobBox .job-top li {
    width: 30%;
    margin-bottom: 20px;
  }
  .jobBox .job-top li .cir {
    margin: 0 auto;
  }
  .jobBox .job-bot ul li {
    width: 48%;
  }
  .jobBox .job-bot ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .jobBox .job-bot ul li:not(:nth-child(2n)) {
    margin-right: 1.71%;
  }
  .hseDocument ul li {
    height: 300px;
    width: 100%;
  }
  .hseDocument ul li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .biobased-composite .right-main .section5 .content div {
    width: 100%;
    margin-bottom: 20px;
  }
  .self .right-main .section2 .content dl {
    width: 100%;
  }
  .self .right-main .section2 .content dl dd {
    margin-bottom: 10px;
  }
  .self .right-main .section2 .content .pic {
    width: 100%;
    margin-top: 30px;
  }
  .self .right-main .section3 dl dd p {
    font-size: 18px;
  }
  .layoutBox .right-main .table table {
    width: 100%;
    min-width: max-content;
  }

}
@media screen and (max-width: 640px) {
  .index-banner .banner-text .cn-text2 {
    margin-left: 0;
  }
  .index-banner .banner-text3 .hidde {
    flex-direction: column;
  }
  .index-banner .banner-text3 .cn-text2 {
    margin: 0;
  }
  .index-banner .banner-text3 .more-box {
    align-self: center;
  }
  .index-banner .banner-text3 .more-box {
    margin: 10px 0 0 0;
  }
  .index-banner .banner-text3 .more-box,
  .index-banner .banner-text3 .more-box .more,
  .more a {
    justify-content: center;
  }
  .banner-text {
    width: 100%;
    text-align: center;
  }
  .banner-text .more {
    box-sizing: border-box;
    padding-right: 30px;
  }
  .index-title {
    font-size: 50px;
    line-height: 50px;
    color: #1d2088;
  }
  footer {
    height: auto;
    text-align: center;
    flex-direction: column;
  }
  footer .right {
    margin-left: 0;
  }
  .appArea .right .appArea-item li {
    width: 30%;
  }
  .huanbao ul {
    flex-direction: column;
  }
  .huanbao ul li {
    width: 100%;
    margin-top: 50px;
  }
  .aboutBox .right ul {
    height: auto;
    justify-items: center;
    flex-direction: column;
    padding: 15px 0;
  }
  .aboutBox .right ul li {
    text-align: center;
  }
  .aboutBox .right ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .aboutBox .right ul li:not(:last-child)::after {
    content: none;
  }
  .newsBox .botNews .botNews-ul {
    justify-content: space-between;
  }
  .newsBox .botNews .botNews-ul li {
    width: 48%;
    height: auto;
  }
  .newsBox .botNews .botNews-ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .newsBox .botNews .botNews-ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .applicationBox .application-item2 ul {
    flex-wrap: wrap;
  }
  .applicationBox .application-item2 ul li {
    width: 100%;
  }
  .dataBox .right-main ul {
    margin-top: 30px;
  }
  .dataBox .right-main ul li .text {
    flex-direction: column;
  }
  .dataBox .right-main ul li .text .left {
    width: 100%;
  }
  .dataBox .right-main ul li .text .right {
    width: 100%;
    margin-top: 15px;
  }
  .productNav .pro-nav li:not(:last-child) {
    margin-right: 30px;
  }
  .developmentBox .development-item2 ul li {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .newsView-box .text {
    padding: 8.17% 3%;
  }
}
@media screen and (max-width: 580px) {

}
@media screen and (max-width: 500px) {

}
@media screen and (min-width: 1260px) and (max-width: 1300px) {



}

.appArea .right .appArea-item li:nth-child(4) {
  width: 250px;
}
