
@font-face {
  font-family: "NOTOSANSHANS-BOLD_0";
  src: url("../font/NOTOSANSHANS-BOLD_0.woff2") format("woff2"),
  url("../font/NOTOSANSHANS-BOLD_0.woff") format("woff"),
  url("../font/NOTOSANSHANS-BOLD_0.ttf") format("truetype"),
  url("../font/NOTOSANSHANS-BOLD_0.eot") format("embedded-opentype"),
  url("../font/NOTOSANSHANS-BOLD_0.svg") format("svg");
}

@font-face {
  font-family: "BEBASNEUE REGULAR";
  src: url("../font/BEBASNEUEREGULAR.woff2") format("woff2"),
  url("../font/BEBASNEUEREGULAR.woff") format("woff"),
  url("../font/BEBASNEUEREGULAR.ttf") format("truetype"),
  url("../font/BEBASNEUEREGULAR.eot") format("embedded-opentype"),
  url("../font/BEBASNEUEREGULAR.svg") format("svg");
}

/*@font-face {
  font-family: "PINGFANG BOLD_1";
  src: url("../fonts/PINGFANG BOLD_1.woff2") format("woff2"),
  url("../fonts/PINGFANG BOLD_1.woff") format("woff"),
  url("../fonts/PINGFANG BOLD_1.ttf") format("truetype"),
  url("../fonts/PINGFANG BOLD_1.eot") format("embedded-opentype"),
  url("../fonts/PINGFANG BOLD_1.svg") format("svg");
}
*/

/*@font-face {
  font-family: "PINGFANG MEDIUM";
  src: url("../fonts/PINGFANG MEDIUM.woff2") format("woff2"),
  url("../fonts/PINGFANG MEDIUM.woff") format("woff"),
  url("../fonts/PINGFANG MEDIUM.ttf") format("truetype"),
  url("../fonts/PINGFANG MEDIUM.eot") format("embedded-opentype"),
  url("../fonts/PINGFANG MEDIUM.svg") format("svg");
  }*/
/*
@font-face {
  font-family: "PINGFANG REGULAR";
  src: url("../fonts/PINGFANG REGULAR.woff2") format("woff2"),
  url("../fonts/PINGFANG REGULAR.woff") format("woff"),
  url("../fonts/PINGFANG REGULAR.ttf") format("truetype"),
  url("../fonts/PINGFANG REGULAR.eot") format("embedded-opentype"),
  url("../fonts/PINGFANG REGULAR.svg") format("svg");
}
*/
@font-face {
  font-family: "NotoSansHans-Medium";
  src: url("../font/NotoSansHans-Medium.woff2") format("woff2"),
  url("../font/NotoSansHans-Medium.woff") format("woff"),
  url("../font/NotoSansHans-Medium.ttf") format("truetype"),
  url("../font/NotoSansHans-Medium.eot") format("embedded-opentype"),
  url("../font/NotoSansHans-Medium.svg") format("svg");
}

@font-face {
  font-family: "NotoSansHans-Black";
  src: url("../font/NotoSansHans-Black.woff2") format("woff2"),
  url("../font/NotoSansHans-Black.woff") format("woff"),
  url("../font/NotoSansHans-Black.ttf") format("truetype"),
  url("../font/NotoSansHans-Black.eot") format("embedded-opentype"),
  url("../font/NotoSansHans-Black.svg") format("svg");
}

@font-face {
  font-family: "Agita-Bold Playtype";
  src: url("../font/Agita-BoldPlaytype.woff2") format("woff2"),
  url("../font/Agita-BoldPlaytype.woff") format("woff"),
  url("../font/Agita-BoldPlaytype.ttf") format("truetype"),
  url("../font/Agita-BoldPlaytype.eot") format("embedded-opentype"),
  url("../font/Agita-BoldPlaytype.svg") format("svg");
}

.agita{
  font-family: "Agita-Bold Playtype";
}


.pfmid{
 font-family: 'PingFang-SC-Regular';
}
.pfbold{
 font-weight: bold;
 font-family: 'PingFang-SC-Regular';
}
.bebas{
 font-family: "BEBASNEUE REGULAR";
}
.nshb{
 font-family: "NOTOSANSHANS-BOLD_0";
}
.nshm{
  font-family: "NotoSansHans-Medium";
}
.w1400{
  max-width: 73.59%;
  margin: 0 auto;
  width: 92%;
}
.w1600{
 max-width: 83.33%;
 margin: 0 auto;
 width: 92%;
}
.w1800{
  max-width: 93.75%;
  margin: 0 auto;
  width: 100%;
}

.w1000{
  max-width: 1000px;
  margin: 0 auto;
}
@media(max-width: 1024px){
  .w1400{
    max-width: 100%;
  }
  .w1600{
    max-width: 100%;
  }
  .w1800{
    max-width: 100%;
    width: 92%;
  }
  .w1000{
    max-width: 100%;
    width: 92%;
    margin: 0 auto;
  }
}
.m-img{
  display: none;
}
/*头部*/

.header-wrap{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header-wrap .main{
 padding: 0 1.25rem;
 height: 3rem;
 transition:all 0.3s ease 0s;
 background: #fff;
}
.header-wrap.on .main{
 height: 2.5rem;
}
.header-wrap .main .logo{
  height: 100%;
  width: 16.4%;
}
.header-wrap .main .logo a{
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
}
.header-wrap .main .logo img{
  transition:all 0.3s ease 0s;
}
.header-wrap .main .logo:hover img{
  transform:scale(1.025); 
}
.header-wrap .main .pc_nav{
  left: 50%;
  top: 65%;
  transform: translate(-50%,-50%);
  font-size: 18px;
  color: #333;
  width: 65%;
  display: flex;
  justify-content: center;
}
.header-wrap .main .pc_nav li{
  float: left;
  margin: 0 0.75rem;
  transform: translateX(30px);
  position: relative;
}
.header-wrap .main .pc_nav li:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 1.1rem;
  left: 0;
  top: 0rem;
  visibility: hidden;
}

.header-wrap .main .pc_nav li .sub-box{
  position: absolute;
  width: 200%;
  left: 50%;
  z-index: 10;
  box-sizing: border-box;
  top: 1.2rem;
  transition: all 0.3s ease 0s;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 12px 0px #e3e3e3;
}
.header-wrap .main .pc_nav li:hover .sub-box{
 opacity: 1;
 visibility: visible;
 top: 0.9rem; 
}
.header-wrap .main .pc_nav .li3 .sub-box{
  width: 350%;
}
.header-wrap .main .pc_nav li .sub-box a{
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: center;
  height: 1.1rem;
  line-height: 1.1rem;
  border-bottom: 1px solid #dedede;
  color: #555;
  font-weight: bold;
  position: relative;
  background: rgba(255,255,255,0.8);
  position: relative;
}

@media(max-width: 1441px){
  .header-wrap .main .pc_nav{
    font-size: 0.45rem;
  }
  .header-wrap .main .pc_nav li .sub-box a{
    font-size: 0.35rem;
  }
}
.header-wrap .main .pc_nav li .sub-box a:before{
  content: '';
  width: 2px;
  height: 16px;
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
  background: #0061b0;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.header-wrap .main .pc_nav li .sub-box a:hover{
  background:  rgba(255,255,255,1);
}
.header-wrap .main .pc_nav li .sub-box a:hover:before{
  opacity: 1;
}
.header-wrap .main .ri_tab{
  height: 100%;
  display: flex;
  align-items: center;
  transform: translateX(30px);
  transition: all 0.7s ease 0s;
}
.header-wrap .main .ri_tab .qqbtn{
  margin-right: 0.5rem;
}
@media(max-width: 767px){
  .header-wrap .main .ri_tab .qqbtn{
    margin-right: 0.15rem;
  }
}
.header-wrap .main .ri_tab .qqbtn .a{
  display: none;
}
.header-wrap .main .ri_tab .qqbtn:hover .a{
  display: block;
}
.header-wrap .main .ri_tab .qqbtn:hover img{
  display: none;
}
.header-wrap .main .ri_tab.cur{
 transform: translateX(0);
}
.header-wrap .main .ri_tab.cur

.header-wrap .main .ri_tab .btn-bar{
  width: 35px;
  height: 22px;
  cursor: pointer;
  margin-left: 20px;
}
.header-wrap .main .ri_tab .btn-bar .line {
  height: 3px;
  width: 100%;
  background: #000;
  left: 0;
}
.header-wrap .main .ri_tab .btn-bar .line1 {
  transform-origin: left bottom 0;
  left: 0;
  top: 0;
}
.header-wrap .main .ri_tab .btn-bar .line2 {
  top: 50%;
  transform:translateY(-50%); 
}
.header-wrap .main .ri_tab .btn-bar .line3 {
  transform-origin: left top 0;
  left: 0;
  bottom: 0;
}

@media (min-width: 1025px) {
  .header-wrap .main .ri_tab .btn-bar{
    display: none;
  }
}

.header-wrap .main .ri_tab .sub{
  width: 24px;
  height: 24px;
  background: url('../image/search-ico.png')no-repeat center center;
  background-size: contain;
  transition:all 0.3s ease 0s;
}

.header-wrap .main .ri_tab .search-box:hover .sub{
  transform: translateY(1px);
}
.header-wrap .main .ri_tab .search-box form{
 display: flex;
 align-items: center;
}
.header-wrap .main .ri_tab .search-box.cur .text-box{
  width: 5rem;
  border: 1px solid #333;
  padding: 3px 10px;
}
.header-wrap .main .ri_tab .search-box .text-box{
  width: 1rem;
  margin-left: 0.4rem;
  transition:all 0.3s ease 0s;
}
.header-wrap .main .ri_tab .search-box .text-box input{
  background: none;
  font-size: 0.45rem;
}

.header-wrap .main .ri_tab .search-box .text-box input::-webkit-input-placeholder{
  color:#222;
}
.header-wrap .main .ri_tab .search-box .text-box input::-moz-placeholder{   
  color:#222;
}
.header-wrap .main .ri_tab .search-box .text-box input:-moz-placeholder{    
  color:#222;
}
.header-wrap .main .ri_tab .search-box .text-box input:-ms-input-placeholder{  
  color:#222;
}



@media(max-width: 1024px){
 .header-wrap .main .pc_nav{
  display: none;
}
.header-wrap .main .ri_tab .search-box .text-box{
  display: none;
}
}


/*搜索css*/
.search-alert {
  position: fixed;
  z-index: -1;
  background-color: #222222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: all 0.5s ease 0s;
  opacity: 0;
}
.search-alert .closei {
  display: block;
  width: 18px;
  height: 18px;
  background: url("../image/ico_37.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}
.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 124px;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}
.search-alert .cent-form .tex {
  border: none;
  font-size: 66px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  font-family: "Base-font";
  padding-left: 88px;
  padding-right: 80px;
  background: url("../image/ico_36.png") no-repeat 35px 60px;
}
.search-alert .cent-form .sub-butn {
  border: none;
  height: 100px;
  margin-top: 24px;
  font-size: 24px;
  line-height: 100px;
  color: #555;
  text-align: right;
  background: none;
  font-family: "Base-font";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  text-align: center;
}

.search-alert.show {
  z-index: 1111;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .search-alert .cent-form {
    height: 0.6rem;
    margin-top: 0;
  }

  .search-alert .cent-form .tex {
    border: none;
    font-size: 0.4rem;
    height: 0.6rem;
    line-height: 0.6rem;
    width: 80%;
    padding-left: 0.7rem;
    padding-right: 0.3rem;
    background: url("../image/ico_36.png") no-repeat 0.2rem 0.1rem;
  }

  .search-alert .cent-form .sub-butn {
    height: 0.6rem;
    margin-top: 0;
    font-size: 0.4rem;
    line-height: 0.6rem;
    width: 20%;
  }
}
/*搜索css*/


/*网站地图*/

.header-map {
  width: 100vw;
  height: 14.5rem;
  position: fixed;
  left: 0;
  top: 0;
  background: #052b4b;
  z-index: 111;
  display: flex;
  transition: all 0.5s ease;
  transform: translate(0, 0) rotateX(90deg);
  box-sizing:border-box;
  padding: 0 6%;
}
.header-map .menu-item {
  height: 100%;
  flex: 1;
  box-sizing:border-box;
  padding: 3rem 0.6rem 0;
  transform: translateX(40px);
  transition-duration: .6s;
  position: relative;
}
.header-map .menu-item a {
  color: #fff;
}
.header-map .menu-item:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  display: none;
}
.header-map .menu-item .menu-top-a {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
  color: #fff;
  transition-duration: .3s;
}
.header-map .menu-item .menu-sub-a {
  display: block;
  line-height: 0.9rem;
  color: #6687ae;
  transition-duration: .3s;
  position: relative;
  color: #fff;
}
.header-map .menu-item .menu-sub-a:before {
  vertical-align: middle;
  display: inline-block;
  width: 0;
  height: 2px;
  background: #fff;
  content: "";
  transition-duration: .3s;
  position: relative;
  top: -2px;
}
.header-map .menu-item .menu-sub-a:hover {
  color: #fff;
}
.header-map .menu-item .menu-sub-a:hover:before {
  width: 30px;
  margin-right: 6px;
}
.header-map .menu-item .menu-item-content{
  opacity: 0;
  transition: all 2s ease 0s;
}
.header-map .menu-item.cur .menu-item-content{
  opacity: 1;
}
.header-map .menu-item:hover {
  background: #163b67;
}
.header-map .menu-item.cur {
  transform: translateX(0);
}
.header-map .menu-item:nth-child(1) {
  transition-delay: 0s !important;
}
.header-map .menu-item:nth-child(2) {
  transition-delay: 0.2s !important;
}
.header-map .menu-item:nth-child(3) {
  transition-delay: 0.4s !important;
}
.header-map .menu-item:nth-child(4) {
  transition-delay: 0.6s !important;
}
.header-map .menu-item:nth-child(5) {
  transition-delay: 0.8s !important;
}
.header-map .menu-item:nth-child(6) {
  transition-delay: 1s !important;
}
.header-map .menu-item:nth-child(7) {
  transition-delay: 1.2s !important;
}

.header-map.cur {
  transform: translate(0, 0) rotateX(0);
}

.header-map .pcmap-btn{
  top: 1rem;
  right: 1.5rem;
  cursor: pointer;
}
.header-map .pcmap-btn img{
  transition:all 0.3s ease 0s;
}
.header-map .pcmap-btn:hover img{
  transform:rotateZ(45deg); 
}
@media (max-width: 1024px){
 .header-map{
  display: none;
}
}
.header-wrap .msub-list {
  display: none;
  visibility: hidden;
}
/*底部*/
.footer-wrap{
  color: #fff;
  position: relative;
}
.footer-wrap a{
  color: #fff;
}
.footer-wrap .top{
  background: #242424;
  padding: 1.9rem 0 1.5rem;
}
.footer-wrap .bot{
  background: #000;
  font-size: 0.35rem;
  padding: 0.6rem 0;
}
.footer-wrap .top .t{
  font-size: 20px;
  margin-bottom: 0.4rem;
}

.footer-wrap .top a{
  line-height: 0.9rem;
  display: block;
}
.footer-wrap a:hover{
  color: #0061b0;
}
.footer-wrap .top .list_nav{
  width:79.6%;
  position: relative;
}
.footer-wrap .top .list_nav li{
  width: 17%;
  margin-right: 2%;
}
.footer-wrap .top .list_nav li .t a{
  font-size: 20px;
}
.footer-wrap .top .list_nav li a{
  font-size:14px;
}
@media(max-width: 1441px){
  .footer-wrap .top .t{
    font-size: 0.5rem;
  }
  .footer-wrap .top .list_nav li .t a{
    font-size: 0.5rem;
  }
  .footer-wrap .top .list_nav li a{
    font-size:0.35rem;
  }
}
.footer-wrap .top .list_nav li:last-child{
  margin-right: 0;
}
.footer-wrap .top .ri_con{
  position: relative;
}
.footer-wrap .top .list_nav:before{
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,0.2);
  right:0;
  top: 50%;
  transform:translateY(-50%); 
}
.footer-wrap .top .ri_con .tel{
  font-size: 1.2rem;
}
.footer-wrap .bot .ri a{
  margin-left: 1rem;
}
.footer-wrap .share-box{
  display: flex;
  align-items: center;
  margin-top:0.5rem;
}
.bshare-sinaminiblog{
  width: 20px;
  height: 15px;
  background: url('../image/sina_ico.png')no-repeat center center!important;
  background-size: contain!important;
  padding: 0!important;
  margin: 0!important;
}
.footer-wrap .share-box {
  padding-left: 0.1rem;
}
.footer-wrap .share-box .option{
  width: 3rem;
  height: 3rem;
  background: #fff;
  padding: 2px;
  left: 50%;
  transform:translateX(-50%);
  bottom: 2rem;
  opacity: 0;
  transition:all 0.3s ease 0s; 
}
.footer-wrap .share-box .wechat-box{
  margin-left: 0.25rem;
}
.footer-wrap .share-box .up{
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.bshare-custom {
  font-size: 13px;
  line-height: 16px !important;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(max-width: 767px){
  .bshare-custom{
    width: 0.8rem;
    height: 0.8rem;
  }
  .footer-wrap .share-box .up{
    width: 0.8rem;
    height: 0.8rem;
  }
}
.footer-wrap .share-box .up:hover+.option{
  bottom: 1.5rem;
  opacity: 1;
}
.footer-wrap .share-box .option img{
  width: 100%;
  height: 100%;
}

.body{
  padding-top: 3rem;
  background: #fff;
}

.in-banner{
  width: 100%;
  height: 20.25rem;
}
.in-banner .index-swiper{
  width: 100%;
  height: 100%;
}

.in-banner .index-swiper .swiper-slide{
  width: 100%;
  height: 100%;
}
.in-banner .index-swiper .back{
  width: 100%;
  height: 100%;
  transform: scale3d(1, 1, 1);
  transition: all 5s cubic-bezier(0.04, 0.79, 1, 1);
}

.in-banner .index-swiper .swiper-slide-active .back{
  transform: scale3d(1.1, 1.1, 1);
}

.in-banner .index-swiper .index-next{
  width: 20px;
  height: 33px;
  background: url('../image/swiper-r.png')no-repeat center center;
  background-size: contain;
  right: 0.65rem;
}

.in-banner .index-swiper .index-prev{
  width: 20px;
  height: 33px;
  background: url('../image/swiper-l.png')no-repeat center center;
  background-size: contain;
  left: 0.65rem;
}

.in-banner .index-swiper .con{
  z-index: 2;
  left: 14.58%;
  top: 7.25rem;
  color: #0061b0;
  transition:all 1s ease 0s;
  opacity: 0;

}
.in-banner .index-swiper .swiper-slide-active .con{
 top: 6.25rem;
 opacity: 1;
}
.in-banner .index-swiper .con a{
  color: #fff;
  display: inline-block;
  width: 4rem;
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  border-radius: 1.1rem;
  background: #0061b0;
  font-weight: bold;
  margin-top: 1.6rem;
}
.in-banner .index-swiper .con a:hover{
  -background: #222;
  -color: #fff;
}
.in-banner .index-swiper .con h1{
  font-size: 1.4rem;
  margin-bottom: 0.2rem;
}
.in-banner .index-swiper .con h2{
  font-size: 0.6rem;
  margin-bottom: 1.4rem;
  position: relative;
}
.in-banner .index-swiper .con h2:before{
  content: '';
  position: absolute;
  width: 22px;
  height: 3px;
  background: #0061b0;
  left: 0;
  bottom: -0.8rem;
}
.in-banner .index-swiper .con p{
  line-height: 1.25;
}

.in-product{
  width: 100%;
  height: 9rem;
  background: #fff;
  position: relative;
}

.in-product .le{
  width: 25%;
  height: 100%;
  background: #f6f6f6;
  padding: 1.75rem 1.25rem 0;
}
.in-product .le .t{
	font-weight: bold;
  color: #333;
  font-size: 0.7rem;
  margin-bottom: 0.3rem;
}
.in-product .le p{
  color: #666;
  font-size: 0.4rem;
}
.in-product .le a{
  display: inline-block;
  margin-top: 1.25rem;
  width: 4rem;
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  border-radius: 1.1rem;
  background: #0061b0;
  color: #fff;
}
.in-product .le a:hover{
  background: #222;
}
.in-product .ri{
  width: 75%;
  height: 100%;
}
.in-product .ri:before{
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background: #ccc;
  right: 0.5rem;
  top: 47%;
  display: none;
}
.in-product .ri .pro-swiper{
  width: 100%;
  height: 100%;
  margin: 0;
  -border-right: 2px solid #f5f5f5;
  position: static;
}
.in-product .ri .pro-swiper .swiper-slide{
 height: 100%;
 width: calc(100% / 6);
 border-right: 2px solid #f5f5f5;
 color: #333;
 font-size: 0.5rem;
 text-align: center;
}
.in-product .ri .pro-swiper .swiper-slide .img{
  width: 100%;
  padding-bottom: 91.1%;
  overflow: hidden;
  position: relative;
}
.in-product .ri .pro-swiper .swiper-slide p{
  position: absolute;
  top: 6.5rem;
  z-index: 1;
  left: 50%;
  font-size: 0.4rem;
  transform: translateX(-50%);
  font-weight: bold;
  white-space: nowrap;
}
.in-product .ri .pro-swiper .swiper-slide .add-ico{
 transition:all 0.3s ease 0s;
 left: 50%;
 transform: translateX(-50%);
 top: 5.5rem;
}
.in-product .ri .pro-swiper .swiper-slide .add-ico i{
	width: 14px;
	height: 14px;
	background: url('../image/add_ico.png')no-repeat center center;
	background-size: contain;
}
.in-product .ri .pro-swiper .swiper-slide .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition:all 0.3s ease 0s;
}
.in-product .ri .pro-swiper .swiper-slide:hover .img img{
  transform: scale(1.05);
}
.in-product .ri .pro-swiper .swiper-slide:hover .add-ico i{
	background: url('../image/add_icoa.png')no-repeat center center;
	background-size: contain;
}
.in-product .ri .pro-swiper .swiper-slide:last-child{
  border-right: none;
}
.in-product .ri .pro-swiper .pro-next{
  width: 17px;
  height: 27px;
  background: url('../image/swiper-r2.png')no-repeat center center;
  background-size: contain;
  right: 0.75rem;
  top:3.5rem;
}
.in-product .ri .pro-swiper .pro-next:hover{
 background: url('../image/swiper-r2a.png')no-repeat center center;
 background-size: contain;
}
.in-product .ri .pro-swiper .pro-prev{
  width: 17px;
  height: 27px;
  background: url('../image/swiper-l2.png')no-repeat center center;
  background-size: contain;
  right: 0.75rem;
  left: auto;
  top: auto;
  bottom: 3.5rem;
}
.in-product .ri .pro-swiper .pro-prev:hover{
 background: url('../image/swiper-l2a.png')no-repeat center center;
 background-size: contain;
}

.in-product .ri .list{
  display: none;
}
.in-about{
  width: 100%;
  height: 16.25rem;
  position: relative;
  background: #fff;
}
.in-about .le{
  width: 75%;
  height: 100%;
}
.in-about .le img{
  height: 100%;
}
.in-about .le .con{
  z-index: 2;
  color: #fff;
  top: 5.75rem;
  left: 6%;
}
.in-about .le .con .num{
  font-size: 2.3rem;
  line-height: 1.2;
  position: relative;
}
.in-about .le .con .item{
  position: relative;
  margin: 0 2.5rem;
}
.in-about .le .con .item:first-child .span{
  font-weight: bold;
  font-size: 0.6rem;
}
.in-about .le .con .item:nth-child(2) .top{
 position: relative;
}
.in-about .le .con .item:nth-child(2) .top .span{
 position: absolute;
 right: -0.75rem;
 top: 0.8rem;
}
.in-about .le .con .item:last-child:before{
  display: none;
}
.in-about .le .con .item p{
  text-indent:0.5em;
}
.in-about .le .con .item:before{
  content: '';
  position: absolute;
  width: 2px;
  height: 1.75rem;
  background: #fff;
  top: 44%;
  right: -2.5rem; 
}
.in-about .le .ico{
  width: 0;
  height: 0;
  border-width: 16px;
  border-style: solid;
  border-color:  transparent #fafafa transparent transparent;
  right: 0;
  top: 3.25rem;
  z-index: 2; 
}
.in-about .ri{
  width: 25%;
  height: 100%;
  background: #fafafa;
  padding: 2rem 1rem 2.1rem 1.5rem;
}
.in-about .ri .t{
  color: #1e1e1e;
  font-size: 0.7rem;
  margin-bottom: 0.75rem;
}
.in-about .ri p{
  line-height: 1.625;
}
.in-about .ri .more{
  width: 4rem;
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  background: #0061b0;
  color: #fff;
  border-radius: 1.1rem;
  display: inline-block;
  margin-top: 1.4rem;
}
.in-about .ri .more:hover{
  background: #222;
}
.in-about .ri .top{
  padding-bottom: 1.75rem;
  border-bottom: 2px solid #e2e2e2;
}
.in-about .ri .bot .item{
  width: 50%;
  border-right: 2px solid #cecece;
  box-sizing:border-box;
  font-size: 0.5rem;
  color: #333;
  height: 4.5rem;
  padding-top: 1rem;
  text-align: center;
}
.in-about .ri .bot .item .ico{
  margin-bottom: 0.75rem;
  height: 1.25rem;
  transition:all 0.3s ease 0s;
}
.in-about .ri .bot .item  p{
 transition:all 0.3s ease 0s;
}
.in-about .ri .bot .item .ico img{
  max-height: 100%;
}
.in-about .ri .bot .item:hover .ico{
  transform:translateY(3px); 
}
.in-about .ri .bot .item:hover p{
  transform:translateY(3px); 
}
.in-about .ri .bot .item:last-child{
  border-right: none;
}

.in-contact{
  width: 100%;
  height: 21rem;
  position: relative;
  background: #fff;
}
.in-contact .le{
  width: 50%;
  height: 100%;
}
.in-contact .le .m-img{
  display: none;
}
.in-contact .le img{
  height: 100%;
}
.in-contact .ri{
  width: 50%;
  height: 100%;
}
.in-contact .ri .top{
  width: 100%;
  height: 50%;
  display: flex;
}
.in-contact .ri .img{
  width: 50%;
  height: 100%;
}
.in-contact .ri .img img{
  height: 100%;
}
.in-contact .ri .info{
  width: 50%;
  height: 100%;
}
.in-contact .ri .bot{
  width: 100%;
  height: 50%;
  display: flex;
}
.in-contact .le .info{
  padding: 1.75rem 1rem 0;
  width: 50%;
  height: 50%;
  z-index: 2;
  right: 0;
  bottom: 0;
  background: rgba(0,97,176,0.98);
  position: absolute;
}
.in-contact .info{
  background: #0061b0;
  box-sizing:border-box;
  padding: 1.75rem 1.25rem 0;
  color: #fff;
  position: relative;
}
.in-contact .info .t{
  font-size: 0.9rem;
  margin-bottom: 0.4rem;

}
.in-contact .info p{
  font-size: 0.45rem;
  line-height: 1.66;
}
.in-contact .info .more{
  display: inline-block;
  width: 4rem;
  text-align: center;
  height: 1.1rem;
  line-height: 1.1rem;
  border-radius: 1.1rem;
  background: #fff;
  position: absolute;
  bottom: 2.5rem;
}
.in-contact .ri .bot .info{
  background: #fff;
  color: #1e1e1e;
}
.in-contact .info .more:hover{
  background: #222;
  color: #fff;
}
.in-contact .ri .bot .ico{
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  right: 0;
  top: 1.5rem;
  z-index: 2;
}
.in-contact .ri .top .ico{
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: transparent #0061b0 transparent transparent;
  right: 0;
  top: 1.5rem;
  z-index: 2;
}
.in-contact .ri .bot .info .more{
  background: #0061b0;
  color: #fff;
}
.in-contact .ri .bot .info .more:hover{
  background: #222;
}
.in-news{
  width: 100%;
  height: 11rem;
  overflow: hidden;
}
.in-news .list{
  width: 100%;
  height: 100%;
}
.in-news .list li{
  width: 25%;
  height: 100%;
  box-sizing:border-box;
  padding: 1.75rem 0.9rem 0;
  border-right: 2px solid #e5e5e5;
  transition:all 0.3s ease 0s;
}
.in-news .list li:hover{
  box-shadow:0 0 5px 4px #dedede;
}
.in-news .list li:last-child{
  border-top: 2px solid #e5e5e5;
  border-right: none;
}

.in-news .list li .tit p{
  color: #888;
}

.in-news .list li .tit .t{
  font-size: 0.6rem;
  color: #333;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height:1.6rem;
  margin-top: 0.15rem;
  transition:all 0.3s ease 0s;
}
.in-news .list li:hover .tit .t{
  color: #0061b0;
}
.in-news .list li .con-t .date{
  color: #666;

}
.in-news .list li .con-t p{
  color: #7c7c7c;
  line-height: 1.625;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height:2rem;
}

.in-news .list li .tit{
  margin-bottom: 0.75rem;
}
.in-news .list li .date{
  margin-bottom: 1rem;
  position: relative;
}

.in-news .list li .date:before{
  position: absolute;
  content: '';
  width: 0.6rem;
  height: 2px;
  background: #ccc;
  left: 0;
  bottom: -0.5rem;
}

.ny-banner.about{
  height: 17.5rem;
}
.ny-banner{
  width: 100%;
  height: 13.75rem;
}
.ny-banner.news{
  height: 13.75rem;
}

.ny-banner .video-info{
  bottom: 1.75rem;
  left: 13.5%;
}
.ny-banner .video-info .img-box{
  padding: 5px;
  border-radius: 6px;
  background: #fff;
  cursor: pointer; 
}
.ny-banner .video-info .img-box .img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ny-banner .video-info .img-box .img img{
  transition:all 0.3s ease 0s;
}
.ny-banner .video-info .img-box .play-ico{
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);

  transition:all 0.5s ease 0s;
}
.ny-banner .video-info .img-box:hover .img img{
  transform:scale(1.05); 
}
.ny-banner .video-info .img-box:hover .play-ico{
  -top: 52%;
  -transform:translate(-50%,-50%);
}
.ny-banner .video-info .tip{
  font-size: 0.5rem;
  color: #fff;
  left: 5rem;
  top: 1.5rem;
  width: 5rem;
}

.ny-banner .video-info .img-box:before{
  content: '';
  position: absolute;
  width: 4.25rem;
  height: 1px;
  background: rgba(255,255,255,0.5);
  right: -3rem;
  top: 1.2rem;
}
.dialog__content .action{
  transition:all 0.3s ease 0s; 
}
.dialog__content .action:hover{
  transform:rotateZ(45deg);
}

.ab-pro{
  padding-top: 2.5rem;
}
.ab-pro .title{
 text-align: center;
 margin-bottom: 1rem;
}
.ab-pro .title h1{
  font-size: 3rem;
  margin-bottom: 0.9rem;
  position: relative;
}
.ab-pro .title h1:before{
  content: '';
  position: absolute;
  width: 1.2rem;
  height: 1px;
  background: #d8d8d8;
  left: 50%;
  transform:translateX(-50%);
  bottom: -0.45rem; 
}
.ab-pro .title p{
  font-size: 0.6rem;
  line-height: 1.6;
}
.ab-pro .swiper-box{
  margin: 6rem 0 8rem;
}
.ab-pro .tab-swiper .tab-next{
  width: 15px;
  height: 26px;
  background: url('../image/swiper-r3.png')no-repeat center center;
  background-size: contain;
  right: 0;
  top: 60%;
}
.ab-pro .tab-swiper .tab-prev{
  width: 15px;
  height: 26px;
  background: url('../image/swiper-l3.png')no-repeat center center;
  background-size: contain;
  left: 0;
  top: 60%;
}
@media(max-width: 767px){
  .ab-pro .tab-swiper .tab-next{
    top: 68%;
    transform: scale(0.6);
  }
  .ab-pro .tab-swiper .tab-prev{
    top: 68%;
    transform: scale(0.6);
  }
}
.ab-pro .tab-swiper .swiper-slide{
  width: 2rem;
  height: 2rem;
  box-sizing:border-box;
  border: 4px solid #5fbbbe;
  border-radius: 50%;
  font-size: 0.45rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  margin: 0 0.75rem;
  background: #fff;
}

.ab-pro .tab-swiper .swiper-slide.cur{
  background: #5fbbbe;
  color: #fff;
}
.ab-pro .tab-swiper .swiper-slide:hover{
  background: #5fbbbe;
  color: #fff;
}
.ab-pro .tab-swiper{
  width: 87%;
  position: static;
}
.ab-pro .swiper-box{
  position: relative;
}
.ab-pro .swiper-box:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  left: 0;
  top: 50%;
  transform:translateY(-50%); 
}

.ab-pro .swiper-box .con-img{
  width: 27.7%;
  -background: #fff;
  z-index: 2;
  left: 50%;
  top: 50%;
  text-align: center;
  transform:translate(-50%,-50%); 
}


@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeup {
  animation: fadeup 1s ease 0s both !important;
}

.ab-info{
  width: 100%;
  height: 14rem;
  background: #f2f2f2;
  margin-bottom: 7px;
}
.ab-info .img{
  width: 50%;
  height: 100%;
  float: left;
}
.ab-info .img img{
  height: 100%;
}
.ab-info .ri-tab{
  width: 50%;
  height: 100%;
  float: right;
  padding: 1.75rem 1.8rem 1rem;
}
.ab-info:nth-child(2n+1) .img{
  float: right;
}
.ab-info:nth-child(2n+1) .ri-tab{
  float: left;
}
.ab-info .ri-tab .t{
  font-size: 1.2rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.ab-info .ri-tab .t:before{
  content: '';
  position: absolute;
  width: 25px;
  height: 3px;
  background: #222;
  left: 0;
  bottom: -0.65rem;
}
.ab-info .ri-tab p{
  line-height: 1.75;
  margin-bottom: 0.5rem;
}
.ab-info .ri-tab p:last-child{
  margin-bottom: 0;
}

.ab-info .ri-tab .scroll-box{
  height: 9rem;
}

.ab-honor{
  margin-top: 2.75rem;
  margin-bottom: 4rem;
}
.ab-honor .title{
  text-align: center;
  font-size: 1.5rem;
}
.ab-honor .swiper-container{
  padding: 1rem 0 2rem;
}
.ab-honor .swiper-container .swiper-slide{
  padding-bottom: 25.1%;
  overflow: hidden;
  position: relative;
  box-sizing:border-box;
  border: 3px solid #ededed;
  transition: all 0.3s ease 0s;
}
.ab-honor .swiper-container .swiper-slide img{
  position: absolute;
  width: 90%;
  left: 5%;
  top: 5%;
  height: 90%;
  transition: all 0.3s ease 0s;
}
.ab-honor .swiper-container .swiper-slide:hover img{
  transform:scale(1.05); 
}
.ab-honor .swiper-container .swiper-slide:hover{
  box-shadow: 0 0 1rem #e7e7e7;
}
.ab-honor .swiper-container .swiper-pagination-bullet{
  opacity: 1;
  background: #bdbdbd;
  width: 0.45rem;
  height:0.45rem;
  border-radius:50%;
}
.ab-honor .swiper-container .swiper-pagination-bullet-active{
  background: #0061b0;
}

.ab-last{
  margin-bottom: 5rem;
}

.ab-last .item{
  width: 49.6%;
  color:#fff;
  font-size: 0.6rem;
}

.ab-last .item .t{
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.ab-last .item .t:before{
  content: '';
  position: absolute;
  width: 1.1rem;
  height: 3px;
  background: #fff;
  bottom: -0.75rem;
}
.ab-last .item .info{
  top: 1.75rem;
  width: 90%;
  left: 1.5rem;
}


.news-wrap{
  padding: 2.75rem 0 4rem;
  position: relative;
  background: #fff;
}

.news-wrap .top-con .title{
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.news-wrap .top-con .list{
  display: flex;
  justify-content: space-between;
}
.news-wrap .top-con .list li{
  width: 27.85%;
  position: relative;
  padding-bottom: 1rem;
}
.news-wrap .top-con .list li:before{
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  background: #efefef;
  top: 0;
  right: -15%;
}
.news-wrap .top-con .list li:last-child:before{
  display: none;
}
.news-wrap .top-con .list li .img{
  position: relative;
  padding-bottom: 64.97%;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.news-wrap .top-con .list li .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition:all 0.3s ease 0s;
}
.news-wrap .top-con .list li:hover .img img{
  transform:scale(1.05); 
}

.news-wrap .top-con .list li .con .t{
  font-size: 0.6rem;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height:1.75rem;
  margin-bottom: 0.25rem;
}

.news-wrap .top-con .list li .con .time{
  color: #666;
  font-size: 0.35rem;
}

.news-wrap .top-con .list{
  margin-bottom: 1.5rem;
}
.news-wrap .mainlist li:first-child{
  border-top: 2px solid #f0f0f0;
}
.news-wrap .mainlist li{
  padding: 0.75rem 0;
  border-bottom: 2px solid #f0f0f0;
  position: relative;
}
.news-wrap .mainlist li a{
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
}

.news-wrap .mainlist li .img{
  width: 6.5rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 12%;
}
.news-wrap .mainlist li .img img{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  transition:all 0.3s ease 0s;
}
.news-wrap .mainlist li:hover{
  background: #f7f7f7;
}
.news-wrap .mainlist li:hover img{
  transform:scale(1.05); 
}
.news-wrap .mainlist li .con{
  width: 71.42%;
  margin-left: 1rem;
}

.news-wrap .mainlist li .arrowico{
  position: absolute;;
  right: 0;
  top: 50%;
  transform:translateY(-50%);
}

.news-wrap .mainlist li .arrowico .a{
  display: none;
}

.news-wrap .mainlist li:hover .arrowico .a{
  display: block;
}
.news-wrap .mainlist li:hover .arrowico img{
  display: none;
}

.news-wrap .mainlist li .con .t{
  font-size: 0.6rem;
  margin-bottom: 0.45rem;
}
.news-wrap .mainlist li .con .t:hover a{
 color: #0061b0;
}

.news-wrap .mainlist li .con .con-t{
  color: #666;
  line-height: 1.75;
  margin-bottom: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height:1.5rem;
}

.news-wrap .mainlist li .con .time{
  color: #666;
  font-size: 0.35rem;
  font-weight: bold;
}

.news-wrap .mainlist{
  margin-bottom: 2rem;
}


.page-w{
  width: 100%;
  height: 1.75rem;
  background: #f5f5f5;
  display: flex;
  padding: 0 1.75rem;
  box-sizing:border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-w .page-btns{
	width: 100%;
}

.page-w .page-btns .pagination{
	width: 100%;
	text-align: center;
	margin: 0;
}
.page-w .page-btns a{
  display: inline-block;
  padding: 0 0.3rem;
  height: 36px;
  box-sizing:border-box;
  font-size: 0.45rem;
  text-align: center;
  line-height: 36px;
}
/*.page-w .page-btns a:first-child{
  width: 2rem;
}
.page-w .page-btns a:last-child{
  width: 2rem;
  }*/
  @media(max-width: 767px){
 /* .page-w .page-btns a:first-child{
  width: 1rem;
}
	.page-w .page-btns a:last-child{
    width:1rem;
    }*/
  }
  .page-w .page-btns a:hover{
   background: #383838;
   color: #fff;
 }
 .page-w .page-btns a.active{
  background: #383838;
  color: #fff;
}

.page-w .prev{
  transition:all 0.3s ease 0s;
}
.page-w .prev:hover{
  transform: translateX(-3px);
}

.page-w .next{
  transition:all 0.3s ease 0s;
}
.page-w .next:hover{
  transform: translateX(3px);
}

.ny-banner .format{
  color: #fff;
  padding-top: 5.75rem;
}
.ny-banner .format h1{
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.1;
  cursor: pointer;
}

.ny-banner .format .for-play{
  display: flex;
  align-items: center;
  margin-top: 1.1rem;
}
.ny-banner .format .ico-box{
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  margin-right: 0.25rem;
  transition:all 0.3s ease 0s;
}
.ny-banner .format .ico-box img{
  transition:all 0.3s ease 0s;
}
.ny-banner .format .ico-box:hover img{
  transform:translateY(2px); 

}
.ny-banner .format .ico-box:hover{
 box-shadow: 0 1px 10px 2px #444;
}
.ny-banner .format p{
  font-size: 0.5rem;
}
.ny-banner.de .format {
  padding-top: 4.25rem;
}
.ny-banner.de .format .for-play{
  margin-top: 1.7rem;
}
.ny-banner.de .decon-t {
  font-size: 0.6rem;
}
.ny-banner.de .decon-t .t{
  position: relative;
  margin-bottom:1.25rem;
}
.ny-banner.de .decon-t .t:before{
  position: absolute;
  content: '';
  width: 28px;
  height: 3px;
  background: #fff;
  left: 0;
  bottom: -0.7rem;
  display: none;
}
.ny-banner.de .decon-t .num{
  font-size: 1.5rem;
}

.ny-banner .format .img{
 right: 0%;
 top: 17%;
 width: 53.57%;
}
.ny-banner.sys .format .img{
 right: 0%;
 top: 17%;
 width: 53.57%;
}

.ny-banner.sys.equip .format .img{
 top: 30%;
}
@media(max-width: 767px){
  .ny-banner.sys.equip .format .img{
   top: 76%;
 }
}
.ny-banner.de .format .img{
 right: 0%;
 top: 30%;
 width: 56.71%;
}
.for-sec{
  position: relative;
}
.for-sec .title{
  text-align: center;
  font-size: 1.2rem;
} 

.for-sec1{
  background: #f0f0f0;
  padding-top: 3rem;
}
.for-sec h1{
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  position: relative;
}
.for-sec h1:before{
  content: '';
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  transform:translateX(-50%);
  background: #bfbfbf;
  width: 1.1rem;
  height: 1px;
}
.for-sec1 p{
  font-size: 0.4rem;
  text-align: center;
  line-height: 1.66;
}

.for-sec1 .back{
  text-align: center;
  padding:1.25rem 0 2.25rem;
}
.for-sec1 .back img{
 width: 28.125%;
}

.for-sec2{
  height: 25rem;
}

.for-sec2 .tip span{
  font-size: 0.6rem;
  color: #fff;
  line-height: 1.25;
}

.for-sec2 .circle-box{
  width: 34.89%;
  height: 67%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.for-sec2 .circle-box .circle{
 width: 100%;
 height: 100%;
}
.for-sec2 .circle2{
  animation-duration: 2.2s;
  animation-name: circleMotion;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
.for-sec2 .circle3{
  animation-duration: 2.2s;
  animation-name: circleMotion;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-delay: 1.1s;
}

@keyframes circleMotion {
  0% {
    transform: scale3d(1, 1, 1) rotate(0.1deg);
  }
  21% {
    opacity: 1;
    visibility: visible;
  }
  95% {
    transform: scale3d(2.5, 2.5, 2.5) rotate(0.1deg);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale3d(2.5, 2.5, 2.5) rotate(0.1deg);
  }
}


.for-sec2 .cont{
  left: 50%;
  top:50%;
  transform:translate(-50%,-50%); 
  font-size: 1.2rem;
  line-height: 1.31;
  color: #fff;
}
.for-sec2 .tip .ico{
  position: relative;
  display: inline-block;
}

.for-sec2 .tip .ico:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%); 
}
.for-sec2 .tip10{
  left: 47.5%;
  top: 10.6%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.for-sec2 .tip10 .ico{
  margin-top: 0.2rem;
}

.for-sec2 .tip9 {
  left: 57.5%;
  top: 19%;
  display: flex;
  align-items: center;
}

.for-sec2 .tip9 .ico{
  margin-right: 0.2rem;
}

.for-sec2 .tip8 {
  left: 63.5%;
  top: 30.6%;
  display: flex;
  align-items: center;
}

.for-sec2 .tip8 .ico{
  margin-right: 0.2rem;
}

.for-sec2 .tip7 {
  left: 65.75%;
  top: 51.6%;
  display: flex;
  align-items: center;
}

.for-sec2 .tip7 .ico{
  margin-right: 0.2rem;
}

.for-sec2 .tip6 {
  left: 62.75%;
  top: 66.6%;
  display: flex;
  align-items: center;
}

.for-sec2 .tip6 .ico{
  margin-right: 0.2rem;
}

.for-sec2 .tip5{
  left: 42.5%;
  bottom: 10.6%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.for-sec2 .tip5 .ico{
  margin-bottom: 0.2rem;
}

.for-sec2 .tip4 {
  right: 63%;
  top: 66.6%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.for-sec2 .tip4 .ico{
  margin-left: 0.2rem;
}


.for-sec2 .tip3 {
  right: 66%;
  top: 51.6%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.for-sec2 .tip3 .ico{
  margin-left: 0.2rem;
}


.for-sec2 .tip2 {
  right: 64%;
  top: 30.6%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  text-align: right;
}

.for-sec2 .tip2 .ico{
  margin-left: 0.2rem;
}

.for-sec2 .tip1 {
  right: 57.5%;
  top: 19%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.for-sec2 .tip1 .ico{
  margin-left: 0.2rem;
}


.for-sec2 .tip.on .ico{
  animation: icorotate 2s ease 0s infinite; 
}
.for-sec2 .tip.on .ico:before{
 animation: icopoint 3s ease 0s infinite;
}

@keyframes icopoint {
  0% {
    transform:translate(-50%,-50%)scale(1.5);
  }
  100% {
    transform:translate(-50%,-50%)scale(1);
  }
}

@keyframes icorotate {
  0% {
    transform:rotateY(0);
  }
  100% {
    transform:rotateY(360deg);
  }
}

.for-sec4{
  padding-top: 2rem;
  background: #fff;
}

.for-sec4 p{
  font-size: 0.4rem;
  line-height: 2.125;
}

.for-sec4 .back img{
  width: 40.625%;
}

.for-sec5{
  padding: 2.5rem 0 3rem;
  background: #f0f0f0;
}

.for-sec5 .title{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media(max-width: 767px){
 .for-sec5 .title{
  margin-top: 0.5rem;
} 
}
.for-sec5 .bot{
  margin-top: 2rem;
}
.for-sec5 .bot li{
  width: 18.45%;
  font-size: 0.55rem;
  text-align: center;
  margin:0 1.9% 1.9% 0;
  position: relative;
}
.for-sec5 .bot li .img:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
  z-index: 2;
  transition:all 0.3s ease 0s;
}

.for-sec5 .bot li:hover .img:before{
  background: rgba(0,0,0,0);
}

.for-sec5 .bot li:nth-child(5n){
  margin-right:0; 
}

.for-sec5 .bot li p{
  margin-top: 0.25rem;
}

.for-sec5 .bot li .img{
  box-sizing:border-box;
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom:58%; 
}

.for-sec5 .bot li .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  transition:all 0.3s ease 0s;
}

.for-sec5 .bot li .img:hover img{
  transform:scale(1.05); 
}

.for-sec3{
  padding: 2.75rem 0;
  background: #f0f0f0;
}

.for-sec3 .title{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media(max-width: 767px){
  .for-sec3 .title{
    margin-top: 0.5rem;
  }
}

.for-sec3 .swiper-container{
  padding-bottom: 1.5rem;
}
.for-sec3 .swiper-container .swiper-pagination{
  bottom: 0;
}
.for-sec3 .swiper-pagination-bullet{
  opacity: 1;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius:50%;
  box-sizing:border-box;
  border: 4px solid #0061b0;
}
.for-sec3 .swiper-pagination-bullet-active{
  background: #0061b0;
}
.for-sec5 .swiper-container{
  padding-bottom: 1.5rem;
}
.for-sec5 .swiper-container .swiper-pagination{
  bottom: 0;
}
.for-sec5 .swiper-pagination-bullet{
  opacity: 1;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius:50%;
  box-sizing:border-box;
  border: 4px solid #0061b0;
}
.for-sec5 .swiper-pagination-bullet-active{
  background: #0061b0;
}

.for-sec3 .swiper-container{
  width: 100%;
}
.for-sec3 .swiper-container .swiper-slide{
 width: 100%;
 box-sizing:border-box;
 padding-right:1px; 
}

.for-sec3 table{
  width: 100%;
  box-sizing:border-box;
  border: 1px solid #dadada;
}

.for-sec3 table tr:first-child{
  line-height: 1.76rem;
  line-height: 1.76rem;
  color: #fff;
  font-size: 0.6rem;
  border:none;
}
.for-sec3 table tr th{
 text-align: center;
 border:none;
}
.for-sec3 table tr .td{
  font-size: 0.6rem;
  text-align: center;
  padding:0; 
}
.for-sec3 table tr td{
  height: 3.75rem;
  box-sizing:border-box;
  padding:0 1rem; 
  line-height: 2;
}

.for-sec5 .swiper-container .swiper-slide{
 width: 100%;
 box-sizing:border-box;
 padding-right:1px; 
}
.for-sec5 table{
  width: 100%;
  background: #fff;
  box-sizing:border-box;
  border: 1px solid #dadada;
}


.for-sec5 table tr:first-child{
 height: 2.5rem;
 color: #fff;
 font-size: 0.45rem;

}
.for-sec5 table tr:first-child th{
  border: none;
}
.for-sec5 table tr th{
  text-align: center;
}

.for-sec5 table tr td{
  text-align: center;
  height: 1.76rem;
  line-height: 2;
}
.for-sec5 table tr td:first-child{
  font-weight: bold;
}
.for-sec5 table span{
  color: #e60000;
}
.for-sec5 table .trlast td{
  text-align: left;
  box-sizing:border-box;
  padding: 1rem 2rem;
}


.ser-sec1{
  position: relative;
  background: #0061b0;
  padding: 3.25rem 0 2.75rem;
  color: #fff;
}

.ser-sec1 .map-box{
  text-align: center;
}
.ser-sec1 .title-top{
  left: 32%;
  top: 5px;
}

.ser-sec1 h1{
  font-size: 1.5rem;
  border-bottom: 4px solid #e3e3e3;
}

.ser-sec1 .bebas{
  font-size: 0.9rem;
}
.ser-sec1 .span{
  margin-left: 0.3rem;
  font-size: 0.6rem;
}

.ser-sec1 .num-w{
  display:flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 0.4rem;
  margin-top: 0.5rem;
}
.ser-sec1 .num-w .num-item{
  display: flex;
  align-items: center;
}


.ser-sec1 .ico-box .ico1{
  left: 23.5%;
  top: 40%;
}
.ser-sec1 .ico-box .ico1:hover{
  top: 40.5%;
}
.ser-sec1 .ico-box .ico2{
  left: 47.5%;
  top: 65%;
}
.ser-sec1 .ico-box .ico2:hover{
  top: 65.5%;
}
.ser-sec1 .ico-box .ico3{
  left: 53.6%;
  top: 76%;
}
.ser-sec1 .ico-box .ico3:hover{
  top: 76.5%;
}
.ser-sec1 .ico-box .ico4{
  left: 63%;
  top: 83%;
}
.ser-sec1 .ico-box .ico4:hover{
  top: 83.5%;
}
.ser-sec1 .ico-box .ico5{
  left: 55%;
  top: 58%;
}
.ser-sec1 .ico-box .ico5:hover{
  top: 58.5%;
}
.ser-sec1 .ico-box .ico6{
  left: 61%;
  top: 66%;
}
.ser-sec1 .ico-box .ico6:hover{
  top: 66.5%;
}
.ser-sec1 .ico-box .ico7{
  left: 61.2%;
  top: 48%;
}
.ser-sec1 .ico-box .ico7:hover{
  top: 48.5%;
}
.ser-sec1 .ico-box .ico8{
  left: 62.5%;
  top: 58%;
}
.ser-sec1 .ico-box .ico8:hover{
  top: 58.5%;
}
.ser-sec1 .ico-box .ico9{
  left: 68.5%;
  top: 51%;
}
.ser-sec1 .ico-box .ico9:hover{
  top: 51.5%;
}
.ser-sec1 .ico-box .ico10{
  left: 68%;
  top: 63%;
}
.ser-sec1 .ico-box .ico10:hover{
  top: 63.5%;
}
.ser-sec1 .ico-box .ico11{
  right: 72%;
  top: 69.5%;
}
.ser-sec1 .ico-box .ico11:hover{
  top: 70%;
}
.ser-sec1 .ico-box .ico12{
  right: 15.5%;
  top: 19%;
}
.ser-sec1 .ico-box .ico12:hover{
  top: 19.5%;
}

.ser-sec1 .ico-box .ico12{
  right: 15.5%;
  top: 19%;
}
.ser-sec1 .ico-box .ico12:hover{
  top: 19.5%;
}

.ser-sec1 .ico-box .ico13{
  left: 68.4%;
  top: 43%;
}
.ser-sec1 .ico-box .ico13:hover{
  left: 68.4%;
  top: 43.5%;
}

.ser-sec1 .ico-box .ico14{
 left: 72%;
 top: 70%;
}
.ser-sec1 .ico-box .ico14:hover{
  left: 72%;
  top: 70.5%;
}

.ser-sec1 .ico-box .ico15{
 top: 77%;
 left: 66%;
}
.ser-sec1 .ico-box .ico15:hover{
  top: 77.5%;
  left: 66%;
}

.ser-sec1 .ico-box .ico16{
  left: 60%;
  top: 72%;
}
.ser-sec1 .ico-box .ico15:hover{
  left: 60%;
  top: 72.5%;
}


.ser-sec1 .ico-box .ico17{
 left: 55%;
 top: 68%;
}

.ser-sec1 .ico-box .ico17:hover{
  left: 55%;
  top: 68.5%;
}


.ser-sec1 .ico-box .ico18{
  left: 55%;
  top: 40%;
}
.ser-sec1 .ico-box .ico18:hover{
  left: 55%;
  top: 40.5%;
}
.ser-sec1 .ico-box .ico19{
  left: 52%;
  top: 53%;
}

.ser-sec1 .ico-box .ico19:hover{
 left: 52%;
 top: 53.5%;
}

.ser-sec1 .ico-box .ico20{
  left: 49.5%;
  top: 55%;
}
.ser-sec1 .ico-box .ico20:hover{
  left: 49.5%;
  top: 55.5%;
}
.ser-sec1 .ico-box .ico21{
  left: 42%;
  top: 54%;
}

.ser-sec1 .ico-box .ico21:hover{
 left: 42%;
 top: 54.5%;
}

.ser-sec1 .ico-box .ico22{
 left: 65%;
 top: 45%;
}
.ser-sec1 .ico-box .ico22:hover{
  left: 65%;
  top: 45.5%;
}
.ser-sec1 .ico-box .ico23{
 left: 71%;
 top: 60%;
}
.ser-sec1 .ico-box .ico23:hover{
  left: 71%;
  top: 60.5%;
}
.ser-sec1 .ico-box .ico24{
  left: 69%;
  top: 77%;
}
.ser-sec1 .ico-box .ico24:hover{
  left: 69%;
  top: 77.5%;
}
.ser-sec1 .ico-box .ico25{
 left: 57%;
 top: 96%;
}
.ser-sec1 .ico-box .ico25:hover{
 left: 57%;
 top: 96.5%;
}
.ser-sec1 .ico-box .ico26{
  left: 56%;
  top: 84%;
}
.ser-sec1 .ico-box .ico26:hover{
 left: 56%;
 top: 84.5%;
}
.ser-sec1 .ico-box .ico27{
  left: 45.5%;
  top: 81%;
}
.ser-sec1 .ico-box .ico27:hover{
 left: 45.5%;
 top: 81.5%;
}




.ser-sec1 .ico-box .ico{
  transition:all 0.3s ease 0s;
}

.ser-main{
  padding-top: 2rem;
  background:#f6f6f6 url('../image/ser-back.png')no-repeat center top;
  background-size: contain;
}
.ser-main .title{
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.2rem;
}

.ser-main .list li{
  -background: #fff;
  margin-bottom:4px;  
}
.ser-main .list li:first-child{
  -background:#fefefe;
}
.ser-main .list li:last-child{
  margin-bottom: 0;
}
.ser-main .list li .img{
  width: 60.4%;
  float: left;
}
.ser-main .list li .con{
  width: 39.6%;
  float: right;
  box-sizing:border-box;
  padding-top: 3rem;
  padding-left: 1.5rem;
  padding-right:  10%;
}
.ser-main .list li:nth-child(2n) .img{
  float: right;
}
.ser-main .list li:nth-child(2n) .con{
  float: left;
  padding-right: 1.5rem;
  padding-left: 13.5%;
}
.ser-main .list li .con h1{
  font-size: 1.2rem;
  margin: 0.75rem 0 0.1rem;
}

.ser-main .list li .con .t{
  font-size: 0.45rem;
  color: #666;
  padding-left: 3.6rem;
  position: relative;
}
.ser-main .list li .con .t:before{
  content: '';
  position: absolute;;
  width: 3.2rem;
  height: 1px;
  background:#d2d2d2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ser-main .list li .con p{
  color: #444;
  font-size: 0.6rem;
  line-height: 1.5;
  margin-top: 0.6rem;
}
.ser-main .list li:nth-child(2) .con .t{
  font-size: 0.45rem;
  color: #666;
  padding-left: 3.7rem;
  position: relative;
}
.ser-main .list li:nth-child(2) .con .t:before{
  content: '';
  position: absolute;;
  width: 3.3rem;
  height: 1px;
  background:#d2d2d2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ser-main .list li:last-child .con .t{
  font-size: 0.45rem;
  color: #666;
  padding-left: 3.9rem;
  position: relative;
}
.ser-main .list li:last-child .con .t:before{
  content: '';
  position: absolute;;
  width: 3.5rem;
  height: 1px;
  background:#d2d2d2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ser-map{
  width: 100%;
  height: 21.5rem;
}

.ser-map .tip-con{
  width: 9rem;
  text-align: center;
  height: 2rem;
  line-height: 2rem;
  background:#fff;
  left: 40.5%;
  top: 30%;
  color: #444;
  font-size: 0.5rem;
  z-index: 2;
  box-shadow: 0 0 10px #e2e2e2;
}
.ser-map .tip-con:before{
  content: '';
  position: absolute;
  width: 26px;
  height: 7px;
  background: url('../image/tip_san.png')no-repeat center center;
  background-size: contain;
  left: 50%;
  transform:translateX(-50%);
  bottom: -7px; 
}

.ser-map .tab-box{
  width: 10.75rem;
  left: 13.5%;
  top: 4.25rem;
  z-index: 2;

}

.ser-map .tab-box .tabcon{
  width: 100%;
  margin-bottom: 6px;
}
.ser-map .tab-box .tabcon:last-child{
  margin-bottom: 0;
}
.ser-map .tab-box .tabcon .title{
  width: 100%;
  font-size: 0.6rem;
  height: 2rem;
  line-height: 2rem;
  box-sizing:border-box;
  padding: 0 1rem;
  background:#fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.ser-map .tab-box .tabcon .title i{
  width: 0;
  height: 2px;
  background:#222;
  transition:all 0.3s ease 0s;
}
.ser-map .tab-box .tabcon .con{
  width: 100%;
  box-sizing:border-box;
  padding: 0.5rem 1rem 1.5rem;
  background: #0061b0;
  color: #fff;
  display: none;
}

.ser-map .tab-box .tabcon .con p{
  line-height: 2;
}
.ser-map .tab-box .tabcon.cur .title{
  background: #0061b0;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.ser-map .tab-box .tabcon.cur .title i{
  background:#fff;
  width: 23px;
}
.ser-map .tab-box .tabcon:hover .title i{
  width: 23px;
}


.cha-wrap{
  background: #f2f2f2;
  padding: 1.5rem 0;
}


.cha-wrap .list li{
  width: 33.05%;
  margin: 0 0.425% 0.425% 0; 
  background: #fff;
  font-size: 0.6rem;
  color: #333;
  text-align: center;
  transition:all 0.3s ease 0s;
  position: relative;
}
.cha-wrap .list li:nth-child(3n){
  margin-right: 0;
}


.cha-wrap .list li .img{
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 57.6%;
}

.cha-wrap .list li .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition:all 0.3s ease 0s;
}
.cha-wrap .list li:hover{
  box-shadow: 0 0 1rem #dedede;
}
.cha-wrap .list li:hover .img img{
  transform: scale(1.05);
}

.cha-wrap .list li p{
  height: 1.5rem;
}

.sys-sec1{
  position: relative;
  background: #fff;
  height: 20.25rem;
}
.sys-sec1.han{
  height: 17.5rem;
}

.sys-sec1 .le{
  width: 50%;
  height: 100%;
  box-sizing:border-box;
  padding-top: 3.25rem;
  padding-right: 2rem;
  padding-left: calc(50vw - 37.5%);
}
.sys-sec1.equip .item2 .le{
  padding-left: 2rem;
  padding-right: calc(50vw - 37.5%);
}
@media(max-width: 767px){
  .sys-sec1.equip .item2 .le{
   padding-left:4%;
   padding-right: 4%;
 }
}
.sys-sec1.equip .le .scroll-box{
  height: 11rem;
}
.sys-sec1 .ri img{
  height: 100%;
}
.sys-sec1 .le h1{
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  position: relative;

}
.sys-sec1 .le h1:before{
  content: '';
  position: absolute;
  width: 33px;
  height: 2px;
  background: #222;
  left: 0;
  bottom: -0.75rem;
}
.sys-sec1 .le p{
  line-height: 1.8;
  margin-bottom: 0.5rem;
}
.sys-sec1 .le p:last-child{
  margin-bottom: 0;
}
.sys-sec1 .le .scroll-box{
 height: 14rem; 
 line-height: 1.8;
}
.sys-sec1.han .le .scroll-box{
 height: 10rem; 
}
.sys-sec1 .ri{
  width: 50%;
  height: 100%;
}

.sys-sec2{
  background: #004c8a;
  height:22.25rem; 
  color: #fff;
  overflow: hidden;
}

.sys-sec2 .t{
  font-size: 0.75rem;   
  transform: translateY(-0.2rem);
}
.sys-sec2 p{
  color: #fff;
  font-size: 0.375rem;
}

.sys-sec2 .circle-box{
  width: 34.89%;
  height: 75.55%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.sys-sec2 .circle-box .circle{
  width: 100%;
  height: 100%;
}

.sys-sec2 .circle-box .circle2{
  animation-duration: 2.2s;
  animation-name: circleMotion;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
.sys-sec2 .circle-box .circle3{
  animation-duration: 2.2s;
  animation-name: circleMotion;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-delay: 1.1s;
}
.sys-sec2 .circle-box .circle4{
  animation-duration: 2.2s;
  animation-name: circleMotion;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-delay: 2.2s;
}

.sys-sec2 .contimg{
  width: 17.7%;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%); 
}

.sys-sec2 .conitem .ico{
  width: 28px;
  height: 28px;
  box-sizing:border-box;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #004c8a;
  position: relative;
  overflow: hidden;
} 
.sys-sec2 .conitem .ico:before{
  content: '';
  position: absolute;
  width: 0%;
  height: 0%;
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transition:all 0.5s ease 0s;
}
.sys-sec2 .conitem.on .ico{
  background: none;
}
.sys-sec2 .conitem:hover .ico{
 background: none;
}
.sys-sec2 .conitem:hover .ico:before{
 left: 0%;
 top: 0%;
 width: 100%;
 height: 100%;
}
.sys-sec2 .conitem.on .ico:before{
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.sys-sec2 .conitem1{
  display: flex;
  flex-direction: row-reverse;
  text-align: right;
}
.sys-sec2 .conitem1 .ico{
  margin-left: 0.4rem;
}
.sys-sec2 .conitem2{
  display: flex;
  flex-direction: row-reverse;
  text-align: right;
}
.sys-sec2 .conitem2 .ico{
  margin-left: 0.4rem;
}
.sys-sec2 .conitem3{
  display: flex;
  flex-direction: row;
}
.sys-sec2 .conitem3 .ico{
  margin-right: 0.4rem;
}
.sys-sec2 .conitem4{
  display: flex;
  flex-direction: row;
}
.sys-sec2 .conitem4 .ico{
  margin-right: 0.4rem;
}

.sys-sec2 .conitem1{
  left: 14.3%;
  top: 24%;
}
.sys-sec2 .conitem2{
  left: 13%;
  bottom: 24%;
}
.sys-sec2 .conitem3{
  right: 15%;
  top: 24%;
}
.sys-sec2 .conitem4{
 right: 12.5%;
 bottom: 20%;
}

.sys-sec .title{
  font-size: 1.2rem;
  color: #222;
  margin-bottom: 1.25rem;
  text-align: center;
}

.sys-sec3{
  position: relative;
  background: #fff;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}
.sys-sec3 .title{
  position: relative;
}
.sys-sec3 .title:before{
  content: '';
  position: absolute;
  width: 1rem;
  height: 1px;
  background: #bfbfbf;
  bottom: -0.65rem;
  left: 50%;
  transform:translateX(-50%); 
}

.sys-sec3  p{
  text-align: center;
  line-height: 2;
}

.sys-sec3 .t{
  margin-bottom: 1rem;
}


#wave1{
  left: 0;
  bottom: 0;
  height: 4rem!important;
}

.sys-sec4{
  position: relative;
  background: #f5f5f5;
  padding: 2.5rem 0 3rem;
}

.sys-sec4 .top{
  margin-bottom: 2.75rem;
}


.sys-sec4 table{
  border: 1px solid #e1e1e1;
  width: 100%;
  background: #fff;
}

.sys-sec4 table th{
  height: 3rem;
  text-align: center;
  font-size: 0.55rem;
  color: #fff;
  background: #0061b0;
  border: 1px solid rgba(255,255,255,0.2);
}
.sys-sec4.equip4 table th{
  height: 1.75rem;
  font-size: 0.45rem;
}


.sys-sec4 table td{
  font-size: 0.4rem;
  height: 1.25rem;
  text-align: center;
  color: #000;
}

.listcon-wrap .top-box{
  width: 100%;
  background: #0061b0;
}
.listcon-wrap .top-box .w1400 h1{
 font-size: 1.2rem;
 color: #fff;
}

.listcon-wrap .top-box .w1400{
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listcon-wrap .top-box .w1400 img{
  cursor: pointer;
  transition:all 0.3s ease 0s;
}
.listcon-wrap .top-box .w1400 img:hover{
  transform:translateY(3px); 
}
.listcon-wrap .main-con{
  background: #f5f5f5;
  padding: 2rem 0 3.5rem;
}

.listcon-wrap .list li{
  background: #fff;
  width: 31.78%;
  margin: 0 2.33% 2.33% 0;
  transition:all 0.3s ease 0s;
}
.listcon-wrap .list li:nth-child(3n){
  margin-right: 0;
}

.listcon-wrap .list li .img{
  width: 100%;
  position: relative;
  padding-bottom: 104%;
  overflow: hidden;
  border-bottom: 1px solid rgba(220,220,220,0.5);
}

.listcon-wrap .list li .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition:all 0.3s ease 0s;
}

.listcon-wrap .list li:hover .img img{
  transform:scale(1.05); 
}
.listcon-wrap .list li:hover{
  box-shadow: 0 0 30px #ccc;
}

.listcon-wrap .list li .con{
  height: 2.5rem;
  box-sizing:border-box;
  padding:0 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.56rem;
}
.listcon-wrap .list li .con img{
  transition:all 0.3s ease 0s;
}
.listcon-wrap .list li:hover .con img{
  transform:translateX(3px); 
}
.pro-detial-header{
  padding: 1.5rem 0;
  background-color: #ffffff
}
.pro-detial-header .w1400{
  position: relative;
}
.pro-detial-header .left{
  position: absolute;
  top:35%;
  transform:translateY(-50%);
  font-size: 1.5rem;
  color: #222222;
  left:0; 
}
.pro-detial-header .right{
  float: right;
  width: 61.5%
}
.pro-detial-header .right ul li{
  border-bottom: 1px solid #e5e5e5;
  padding: 0.75rem 0 ;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.pro-detial-header .right ul li div{
  display: inline-block;
  font-size: 0.4rem;
  line-height: 0.55rem;
  width: 30%
}
.pro-detail-mian{
  padding: 2.75rem 0 4rem;
  background-color: #f2f2f2;
}
.pro-detail-mian .title{
  font-size: 1.2rem;
  color: #222222;
  text-align:center;
  line-height: 1.3rem;
}
.pro-detail-mian .pro-de{
  margin-top: 2rem;
}
.pro-detail-mian .pro-de li{
  position: relative;
  margin-bottom: 2rem;
}
.pro-detail-mian .pro-de li:last-child{
  margin-bottom: 0;
}
.pro-detail-mian .pro-de li .img{
  float:left;
  width: 50%;
  overflow: hidden;
}
.pro-detail-mian .pro-de li .img img{
  width: 100%;
}
.pro-detail-mian .pro-de li .img-div{
  position: absolute;
  top:50%;
  transform:translateY(-50%);
  right:0;
  width: calc(50% - 1.5rem);
  max-height: 100%;
}
.pro-detail-mian .pro-de li .img-div .tit-p{
  font-size: 0.9rem;
  line-height: 1rem;
  color: #222222;
  font-weight: bold;
}
.pro-detail-mian .pro-de li .img-div .tit-p-p{
  font-size: 0.4rem;
  color: #222222;
  line-height: 0.8rem;
  margin-top: 0.75rem;
  height: 6rem;
}
.pro-detail-mian .pro-de li:nth-child(2n) .img{
  float: right;
}
.pro-detail-mian .pro-de li:nth-child(2n) .img-div{
  right:auto;
  left:0;
}



.han-sec1{
  position: relative;

  padding: 2.75rem 0 1.75rem;
}
.han-sec{
  background: #f5f5f5;
}
.han-sec .title{
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 1.25rem;
  font-family: "PINGFANG BOLD_1";
}

.han-sec1 table{
  width: 100%;
  border: 1px solid rgba(204,204,204,0.5);
  background: #fff;
}

.han-sec1 table tr th{
  height: 1.6rem;
  background: #0061b0;
  font-size: 0.45rem;
  text-align: center;
  border:none;
  color: #fff;
}

.han-sec1 table tr td{
  height: 1.25rem;
  text-align: center;
}

.han-sec1 table tr .td{
  font-weight: bold;
}

.han-sec1 table .trcolor{
  height: 1.25rem;
  background: #0061b0;
}

.han-sec1 table .trlast td{
  text-align: left;
  box-sizing:border-box;
  padding: 0.6rem 1.5rem;
  line-height: 2.25;
}
.han-sec1 table .trlast p span{
  color: #e60000;
}

.han-sec1 .top{
  margin-bottom: 3rem;
}

.han-sec1 .list li{
  width: 23.5%;
  background: #fff;
  height: 8.25rem;
  margin: 0 2% 2% 0;
  box-sizing:border-box;
  padding: 1rem;transition:all 0.3s ease 0s;
}

.han-sec1 .list li:nth-child(4n){
  margin-right: 0;
}

.han-sec1 .list li .ico{
  height: 2rem;
  margin-bottom: 0.5rem;
  transition:all 0.3s ease 0s;
}
.han-sec1 .list li:hover{
 transform: translate(1px,-2px);
 box-shadow: 0 10px 10px #dedede;
}
/*.han-sec1 .list li:hover .ico{
  transform:translateY(5px); 
}
.han-sec1 .list li:hover .t{
  transform:translateY(5px); 
}
.han-sec1 .list li:hover p{
  transform:translateY(5px); 
  }*/
  .han-sec1 .list li .ico img{
    max-height: 100%;
  }
  .han-sec1 .list li p{
    transition:all 0.3s ease 0.2s;
  }
  .han-sec1 .list li .t{
    font-size: 0.6rem;
    margin-bottom: 0.9rem;
    position: relative;
    transition:all 0.3s ease 0.1s;
  }
  .han-sec1 .list li .t:before{
    content: '';
    position: absolute;;
    width: 12px;
    height: 1px;
    background: #000;
    left: 0;
    bottom: -0.4rem;
  }

  .han-sec1 .list li p{
    color: #555;
    line-height: 1.625;
  }

  .han-sec2{
    padding-bottom: 3rem;
  }
  .han-sec2 .list-swiper{
    position: static;
  }
  .han-sec2 .list-swiper .list-next{
    width: 34px;
    height: 31px;
    background: url('../image/swiper-r4.png')no-repeat center center;
    background-size: contain;
    top: 45%;
    right: -2.5%;
  }
  .han-sec2 .list-swiper .list-prev{
    width: 34px;
    height: 31px;
    background: url('../image/swiper-l4.png')no-repeat center center;
    background-size: contain;
    top: 45%;
    left: -2.5%;
  }
  .han-sec2 .list-swiper .swiper-slide{
    text-align: center;
    font-size: 0.6rem;
    transition:all 0.3s ease 0s;
  }
  .han-sec2 .list-swiper .swiper-slide:hover{
    transform:translate(0px,2px); 
  }
  .han-sec2 .list-swiper .swiper-slide p{
    margin-top: 0.75rem;
  }

  .han-sec2 .w1400{
    margin-top: 2.75rem;
  }

  .han-sec2 .w1400 table{
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
  }

  .han-sec2 .w1400 table th{
    background: #0061b0;
    height: 2.5rem;
    color: #fff;
    font-size: 0.45rem;
    text-align: center;
    border:none;
  }

  .han-sec2 .w1400 table td{
    height: 1.75rem;
    text-align: center;
  }

  .han-sec2 .w1400 table tr .td{
    font-weight: bold;
  }

  .han-sec2 .w1400 table .last td{
    box-sizing:border-box;
    padding: 0.9rem 1rem;
    line-height: 2.25;
    text-align: left;
  }
  .han-sec2 .w1400 table .last td span{
    color: #e60000;
  }

  .han-sec3{
    height: 21rem;
    width: 100%;
    background: #004c8a;
    position: relative;
  }
  .han-sec3:before{
    content: '';
    position: absolute;
    width: 50%;
    top: 0%;
    left: 0;
    height: 100%;
    background: #1e303a;
    color: #fff;
  }
  .han-sec3 .w1400{
    z-index: 2;
  }


  .han-sec3 .pic-next{
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    box-sizing:border-box;
    border: 1px solid rgba(255,255,255,0.3);
    background: none;
    left: 1.5rem;
    right: auto;
    top: 77%;
    transition:all 0.3s ease 0s;
  }
  .han-sec3 .pic-next:hover{
    background: #57bea6;
  }
  .han-sec3 .pic-next:before{
    content: '';
    position: absolute;
    width: 11px;
    height: 17px;
    background: url('../image/swiper-r6.png')no-repeat center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%); 
  }

  .han-sec3 .pic-prev{
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    box-sizing:border-box;
    border: 1px solid rgba(255,255,255,0.3);
    background: none;
    left: 0;
    top: 77%;
    transition:all 0.3s ease 0s;
  }
  .han-sec3 .pic-prev:hover{
    background: #57bea6;
  }

  .han-sec3 .pic-prev:before{
    content: '';
    position: absolute;
    width: 11px;
    height: 17px;
    background: url('../image/swiper-l6.png')no-repeat center center;
    background-size: contain;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%); 
  }

  .han-sec3 .tab-pic{
    right: 0;
    top: 50%;
    transform:translateY(-50%);

  }
  .han-sec3 .page-btn{
    top: 32%;
  }
  .han-sec3 .page-btn:before{
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: rgba(255,255,255,0.1);
    top: 50%;
    right: -6.25rem;
    transition:all 1s ease 0s;
  }
  .han-sec3 .page-btn.cur:before{
    width: 6.25rem;
  }
  .han-sec3 .page-btn span{
    font-size: 0.6rem;
    color: #fff;
  }
  .han-sec3 .swiper-container .swiper-slide{
    height: 13.75rem;
    margin-top: 3.5rem;
  }

  .han-sec3 .con-t{
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.16;
    position: absolute;
    top: 30%;
    transition:all 0.3s ease 0.2s;
    opacity: 0;
  }
  .han-sec3 .con-t br{
    display: none;
  }
  .han-sec3 .picimg{
    position: absolute;
    width: 54.64%;
    right: 13%;
    top: 10%;
    opacity: 0;
    transition:all 0.3s ease 0s;
  }
  .han-sec3 .swiper-slide-active .con-t{
    opacity: 1;
    top: 25%;
  }
  .han-sec3 .swiper-slide-active .picimg{
    top: 0;
    opacity: 1;

  }
  .han-sec3 .tab-pic .tab-item{
    width: 4rem;
    height: 2.65rem;
    margin-bottom: 8px;
    border: 1px solid #a8c2d7;
    position: relative;
    cursor: pointer;
  }
  .han-sec3 .tab-pic .tab-item .img{
    background: #fff;
    box-sizing:border-box;
    padding:5px 10px;
    width: 100%;
    height: 100%; 
    text-align: center;
  }

  .han-sec3 .tab-pic .tab-item .img img{
    max-width: 100%;
    max-height: 100%;
  }

  .han-sec3 .tab-pic .tab-item:last-child{
    margin-bottom: 0;
  }

  .han-sec3 .tab-pic .tab-item span{
    position: absolute;
    font-size: 0.6rem;
    color: #fff;
    left: -0.75rem;
    top: 50%;
    transform:translateY(-50%); 
    transition:all 0.3s ease 0s;
  }

  .han-sec3 .tab-pic .tab-item span:before{
    content: '';
    position: absolute;
    width: 0.5rem;
    height: 1px;
    background: rgba(255,255,255,0.1);
    top: 50%;
    right: -0.25rem;
    transition:all 0.3s ease 0s;
  }

  .han-sec3 .tab-pic .tab-item.cur span{
    left: -1.75rem;
  }

  .han-sec3 .tab-pic .tab-item.cur span:before{
    width: 1.5rem;
    right: -1.75rem;
  }

  .han-sec4{
    width: 100%;
    background: #fff;
    padding: 3rem 0 4rem;
  }
  .han-sec4 .title{
    position: relative;
  }
  sub{
    font-size: 0.4rem;
  }
  @media(max-width: 767px){
   sub{
    font-size: 0.24rem;
  }
}
.han-sec4 .title:before{
  content: '';
  position: absolute;
  width: 42px;
  height: 1px;
  left: 50%;
  transform:translateX(-50%);
  bottom: -0.65rem; 
  background: #bfbfbf;
}

.han-sec4 .con-t{
  line-height: 2.125;
  margin-bottom: 2rem;
  text-align: center;
}
.han-sec6 .con-t{
  line-height: 2.125;
  text-align: center;
}
.han-sec4 .contimg{
  text-align: center;
}

.han-sec5{
  position: relative;
  height: 20.75rem;
  box-sizing:border-box;
  padding: 2.75rem 0;
  background: #1e303a;
}
.han-sec5:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 28.6%;
  height: 100%;
  background: #044676;
}
.han-sec5:after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 28.6%;
  height: 100%;
  background: #0061b0;
}
.han-sec5 .title{
  color: #fff;
  position: relative;
}
.han-sec5 .w1400{
  position: relative;
  z-index: 2;
}
.han-sec5 .title:before{
  content: '';
  position: absolute;
  width: 42px;
  height: 1px;
  background: #bfbfbf;
  left: 50%;
  transform:translateX(-50%);
  bottom: -0.65rem; 
}

.han-sec5 .cont-img{
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 3rem;
}

.han-sec6{
  width: 100%;
  background: #fff;
  padding: 2.75rem 0 5rem;
}

.han-sec6 .title{
  position: relative;
}

.han-sec6 .title:before{
  content: '';
  position: absolute;
  width: 42px;
  height: 1px;
  left: 50%;
  transform:translateX(-50%);
  bottom: -0.65rem;
  background: #bfbfbf; 
}

.han-sec6 .contimg{
  margin-top: 1rem;
}

/*详情页模板*/
.newde-wrap{
  padding: 2rem 0 2rem;
  color: #222;
}  
.newde-wrap h3{
  font-size: 0.8rem;
  font-weight: bold;
}

.newde-wrap .con-t{
  font-size: 0.4rem;
}

@media(max-width: 1441px){
  .newde-wrap h3{
   font-size: 0.6rem;
 }
 .newde-wrap .con-t{
  font-size: 0.45rem;
}
}
.newde-wrap a{
  color: #222;
}
.newde-wrap .title {
  text-align: center;
  padding-bottom: 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.newde-wrap .title .t {
  margin-top: 0.5rem;
}
.newde-wrap .con-t {
  padding-top: 1rem;
}
.newde-wrap .con-t p {
  line-height: 1.8;
}
.newde-wrap .de-bottom {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newde-wrap .de-bottom h1 {
  font-size: 0.45rem;
  margin-bottom: 0.1rem;
}
.newde-wrap .de-bottom p {
  line-height: 1.2;
}
.newde-wrap .de-bottom .back-list {
  width: auto;
  font-size: 0.45rem;
}
.newde-wrap .de-bottom .back-list p {
  font-size: 16px;
  text-align: center;
}
.newde-wrap .de-bottom .back-list .icon {
  text-align: center;
}
.newde-wrap .de-bottom .back-list i {
  width: 24px;
  height: 24px;
  background: url("../image/back-news-icon.png") no-repeat center center;
  background-size: contain;
}
.newde-wrap .de-bottom .prev {
  width: 40%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newde-wrap .de-bottom .prev a {

}
.newde-wrap .de-bottom .prev .icon {
  width: 10px;
}
.newde-wrap .de-bottom .prev .icon i {
  width: 10px;
  height: 16px;
  background: url("../image/swiper-l2b.png") no-repeat center center;
  background-size: contain;
}
.newde-wrap .de-bottom .prev .debo-con {
  width: 90%;
}
.newde-wrap .de-bottom .next {
  width: 40%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newde-wrap .de-bottom a:hover {
 color: #0061b0;
}
.newde-wrap .de-bottom .next .icon {
  width: 10px;
  text-align: right;
}
.newde-wrap .de-bottom .next .icon i {
  width: 10px;
  height: 16px;
  background: url("../image/swiper-r2b.png") no-repeat center center;
  background-size: contain;
}
.newde-wrap .de-bottom .next .debo-con {
  width: 90%;
  text-align: right;
}


@media(max-width: 767px){
  .newde-wrap .de-bottom .back-list {
    font-size: 0.34rem;
    transform: translateY(-2px);
  }
  .newde-wrap .de-bottom .next {
    width: auto;
    white-space: nowrap;

  }
  .newde-wrap .de-bottom .next a {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .newde-wrap .de-bottom .next .debo-con {
    text-align: left;
  }
  .newde-wrap .de-bottom .next .icon {
    width: 10px;
    text-align: right;
    display: none;
  }
  .newde-wrap .de-bottom h1 {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .newde-wrap .de-bottom p {
    line-height: 1.6;
    font-size: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    display: none;
  }

  .newde-wrap .de-bottom .prev {
    width: auto;
    white-space: nowrap;
  }
  .newde-wrap .de-bottom .prev a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .newde-wrap .de-bottom .prev .icon {
    width: 10px;
    display: none;
  }
  .newde-wrap .de-bottom .prev .debo-con {
    width: 90%;
  }
  .newde-wrap .de-bottom {
    margin-top: 0.8rem;
  }
}


/*详情页模板*/




/*搜索*/
.search-wrap{
  padding: 2.5rem 0;
}
.search-wrap .le-tab{
  width: 15.17%;
}
.search-wrap .le-tab a{
  background: #f5f5f5;
  display: block;
  height: 1.95rem;
  line-height: 1.95rem;
  text-align: center;
  color: #666;
  font-size: .45rem;
  border-bottom: 1px solid #e6e6e6;
  transition: all .3s;
  border-radius: 4px;
}
.search-wrap .le-tab a.cur{
  color: #fff;
  background-color: #0061b0;
}
.search-wrap .le-tab a:hover{
  color: #fff;
  background-color: #0061b0;
}
.search-wrap .ri-con{
  width: 78.57%;

}
.search-wrap .ri-con .search-num{
  font-size: .45rem;
  line-height: .5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #333;
  padding-bottom: .75rem;
}

.search-wrap .ri-con .list li{
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #e6e6e6;
  transition:all 0.3s ease 0s;
}
.search-wrap .ri-con .list li:hover{
}
.search-wrap .ri-con .list li:hover .t{
  color: #0061b0;
}
.search-wrap .ri-con .list li .t{
  font-size: .6rem;
  line-height: .7rem;
  color: #333;
  font-weight: bold;
}
.search-wrap .ri-con .list li p{
  font-size: .45rem;
  line-height: .9rem;
  color: #666;
  margin-top: .5rem;
}
.search-wrap .ri-con .list li .date{
  font-size: .4rem;
  line-height: .5rem;
  color: #666;
  margin-top: .75rem;
}
.search-wrap .ri-con .list{
  margin-bottom: 1.5rem;
}

@media(max-width: 767px){
  .search-wrap {
    padding: 1rem 0 1rem;
  }
  .search-wrap .le-tab{
    width: 100%;
    overflow: hidden;
  }
  .search-wrap .le-tab a{
    float: left;
    margin: 0;
    width: 50%;
    display: block;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
    height: .8rem;
    line-height: .8rem;
    font-size: .3rem;
  }

  .search-wrap .ri-con{
    width: 100%;
    margin-top: 0.5rem;
  }

  .search-wrap .ri-con .search-num{
    font-size: .24rem;
    line-height: .4rem;
    padding-bottom: .3rem;
  }
  .search-wrap .ri-con .list li{
    padding: .4rem 0;
  }
  .search-wrap .ri-con .list li .t{
    font-size: .3rem;
    line-height: .4rem;
  }
  .search-wrap .ri-con .list li p{
    margin-top: .2rem;
    font-size: .24rem;
    line-height: .4rem;
  }
  .search-wrap .ri-con .list li .date{
    font-size: .24rem;
    line-height: .4rem;
    margin-top: .2rem;
  }
  .search-wrap .ri-con .list{
    margin-bottom: 0.75rem;
  }

}
/*搜索*/



/*新增*/
.ser-down{
  padding: 3rem 0 2.5rem;
  background: #f7f7f7;
}
.ser-down .title{
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.2rem;
}

.ser-down .swiper-slide{
  box-sizing:border-box;
  border: 1px solid #d4d4d4;
  background: #fff;
  height: 5.85rem;
}
.ser-down .swiper-slide .time{
  font-size: 0.375rem;
  color: #000;
}
.ser-down .swiper-slide .con{
 box-sizing:border-box;
 padding: 0.75rem  0.9rem 0.6rem;
}
.ser-down .swiper-slide h2{
  font-size: 0.6rem;
  line-height: 1.5;
  color: #000;
  margin-top: 0.6rem;
}
.ser-down .swiper-slide .download{
  width: 100%;
  height: 1.6rem;
  line-height: 1.6rem;
  background: #ebebeb;
  transition:all 0.3s ease 0s;
  box-sizing:border-box;
  padding-left: 0.75rem;
}

.ser-down .swiper-slide .download a{
  display: block;
  width: 100%;
  height: 100%;
  color: #222;
  font-size: 0.45rem;
}

.ser-down .swiper-slide .download i{
  width: 21px;
  height: 18px;
  background: url('../image/down-ico.png')no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}
.ser-down .swiper-slide:hover .download{
  background: #0061b0;
  color: #fff
}
.ser-down .swiper-slide:hover .download a{
  color: #fff;
}
.ser-down .swiper-slide:hover .download i{
  background: url('../image/down-icoa.png')no-repeat center center;
  background-size: contain;
}
.ser-down .down-swiper{
  padding-bottom: 2rem;
}
.ser-down .swiper-pagination-bullet{
  opacity: 1;
  background: none;
  border: 2px solid #222;
  width: 14px;
  height: 14px;
  border-radius:50%;
  border-radius: 50%;
  margin: 0 4px;
  box-sizing:border-box;
}
.ser-down  .swiper-pagination-bullet-active{
  background: #222;
}

@media(max-width: 767px){
  .ser-down {
    padding: 0.75rem 0 1rem;
  }
  .ser-down .title {
    font-size: 0.44rem;
    margin-bottom: 0.5rem;
  }
  .ser-down .down-swiper {
    padding-bottom: 1rem;
  }
  .ser-down .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .ser-down .swiper-slide{
    height: 3.8rem;
  }
  .ser-down .swiper-slide .con {
    box-sizing: border-box;
    padding: 0.3rem 0.15rem 0.26rem;
  }
  .ser-down .swiper-slide .time {
    font-size: 0.28rem;
    color: #000;
  }
  .ser-down .swiper-slide h2 {
    font-size: 0.34rem;
    margin-top: 0.3rem;
  }
  .ser-down .swiper-slide .download {
    height: 1rem;
    line-height: 1rem;
    padding-left: 0.25rem;
  }
  .ser-down .swiper-slide .download a {
    font-size: 0.28rem;
  }
  .ser-down .swiper-slide .download i {
    width: 17px;
    height: 15px;
    margin-right: 5px;
  }



}
/*新增*/

.order-wrap{
  background: #fff;
  padding: 3.25rem 0 4rem;
}
.order-wrap .le-con{
  width: 20%;
}

.order-wrap .le-con h1{
  color: #222;
  font-size: 1.2rem;
}
.order-wrap .le-con .t{
  font-size: 0.45rem;
  padding-left: 2rem;
  position: relative;
  color: #666;
  margin-top: 0.2rem;
}
.order-wrap .le-con .t:before{
  content: '';
  position: absolute;
  width: 1.75rem;
  height: 1px;
  background: #d2d2d2;
  left: 0;
  top: 50%;
}
.order-wrap .input-ri{
  width: 80%;
}

.order-wrap .input-ri .input-box{
  width: 49%;
  margin:0 2% 2% 0;
  height: 1.75rem;
  line-height: 1.75rem;
  box-sizing:border-box;
  border: 1px solid #000;
  font-size: 0.45rem;
  padding: 0 1rem;
  position: relative;
}
.order-wrap .input-ri .input-box input{
  width: 78%;
}
.order-wrap .input-ri .input-box:nth-child(2n){
  margin-right: 0;
}

.order-wrap .input-ri .input-box.test input{
  width: 60%;
}
.order-wrap .input-ri .input-box.test img{
  max-width: 2rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  right: 1rem;
  transform:translateY(-50%); 
}

.order-wrap .input-ri .sub{
  width: 49%;
  height: 1.75rem;
  line-height: 1.75rem;
  cursor: pointer;
  font-size: 0.5rem;
  color: #fff;
  background: #0061b0;
}


@media(max-width: 992px){
  .order-wrap .le-con{
   width: 100%;
   margin-bottom: 1rem;
 }
 .order-wrap .input-ri{
  width: 100%;
}
}

@media(max-width: 767px){
  .order-wrap {
    padding: 1rem 0 1rem;
  }
  .order-wrap .le-con{
    margin-bottom: 0.5rem;
  }
  .order-wrap .le-con h1 {
    font-size: 0.48rem;
  }
  .order-wrap .le-con .t {
    font-size: 0.24rem;
    padding-left: 1rem;
    margin-top: 0.1rem;
  }
  .order-wrap .le-con .t:before {
    content: '';
    width: 0.75rem;
  }
  .order-wrap .input-ri .input-box {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.28rem;
    padding: 0 0.3rem;
  }
  .order-wrap .input-ri .input-box.test input {
    width: 50%;
  }
  .order-wrap .input-ri .input-box.test img {
    max-width: 2rem;
    position: absolute;
    right: 0.3rem;
    transform: translateY(-50%);
  }
  .order-wrap .input-ri .sub {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    cursor: pointer;
    font-size: 0.4rem;
    color: #fff;
    background: #0061b0;
  }
  .order-wrap .input-ri .input-box input {
    width: 73%;
  }
}













/*新增*/
.equipnew-box{
  width: 100%;
  height: 16.5rem;
}

.equipnew-box .conle{
  width: 50%;
  height: 100%;
  float: left;
  padding-left:13.5%;
  padding-top: 2.5rem;
  padding-right: 2.5rem;
}
.equipnew-box .imgri{
  width: 50%;
  height: 100%;
  float: right;
}

.equipnew-box.equipnew-box2 .conle{
  float: right;
  padding-left: 2.5rem;
  padding-right:  13.5%;
}
.equipnew-box.equipnew-box2 .imgri{
  float: left;
}

.equipnew-box .conle .t{
  font-size: 0.9rem;
  color: #222;
  margin-bottom: 1.25rem;
  position: relative;
}
.equipnew-box .conle .t:before{
  content: '';
  position: absolute;
  width: 1.25rem;
  height: 1px;
  left: 0;
  background: #000;
  bottom: -0.625rem;
}
.equipnew-box .conle .con-t{
  color: #444;

  line-height: 2;

}
.equipnew-box .conle .con{
  margin-bottom: 0.6rem;
}
.equipnew-box .conle .con:last-child{
 margin-bottom: 0;
}




@media(max-width: 992px){
  .equipnew-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
  }


  .equipnew-box .conle {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 4%;
    padding-top: 2.5rem;
    padding-right: 4%;
    padding-bottom: 2rem;
  }
  .equipnew-box .imgri {
    width: 100%;
    height: 20rem;
    float: right;
  }



}

@media(max-width: 767px){
  .equipnew-box .conle {
    width: 100%;
    height: auto;
    float: left;
    padding-left: 4%;
    padding-top: 0.75rem;
    padding-right: 4%;
    padding-bottom: 1rem;
  }
  .equipnew-box .conle .t {
    font-size: 0.4rem;
    margin-bottom: 0.5rem;
    position: relative;
  }
  .equipnew-box .conle .t:before {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1px;
    left: 0;
    bottom: -0.25rem;
  }
  .equipnew-box .conle .con-t {
    font-size: 0.28rem;
    line-height: 1.6;
  }
  .equipnew-box:nth-child(2n) .conle {
    float: right;
    padding-left: 4%;
    padding-right: 4%;
  }

  .equipnew-box .imgri {
    height: 5rem;
  }
}

/*新增*/