.banner{
    position: relative;
  }
  .ban-swiper {
    height: auto;
    overflow: hidden;
  
  }
  .ban-swiper .slide-img{
  
    width: 100%;
    height:auto;
  
  }
  .ban-swiper .swiper-slide img{
    transition: all .3s;
    display: block;
        width: 100%;
  }
  
  .banner .swiper-pagination-bullet {
    background: #fff;
  }
  .banner .swiper-pagination-bullet-active{
    background: #046BC8;
  
    }
    .banner .arrbtn{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      z-index: 99;
      color: #fff;
      font-size: 50px;
    }
    .banner .arrbtn.ban-left{
        left: 20px;
      }
    .banner .arrbtn.ban-right{
      right: 20px;
    }
    .banner1 img{
        width: 100%;
    }
    /* 手机和平板布局*/
@media screen and  (max-width: 1024px) {
    .main{
        padding-top: 50px;
    }
    .banner .arrbtn{
        display: none;
    }
}
.rate-main{
    background-color: #555;
    color: #fff;
    padding: 20px 0;
}
.rate-main .rate-item{
    width: 20%;
    font-size: 15px;
    cursor: pointer;
}
.rate-main .rate-item img{
    width: 40px;
    height: 40px;
    transition: all 0.6s;
}
.rate-main .rate-item:hover img {
    transform: rotateY(180deg);
}
.rate-main .rate-item div{
    margin-left: 8px;
}
/* 手机和平板布局*/
@media screen and  (max-width: 1024px) {
    .rate-main .rate-item{
        width: 100%;
        padding: 1% 0;
    }
}
.product-main{
    background-color: #f7f7f7;
    padding: 40px 0;
    position: relative;
}
.product-main .header{
    margin-bottom: 30px;
}
.product-main .header .title{
    font-size: 30px;
    color: #555555;
}
.product-main .header a{
    color: #098DE2;
    font-size: 16px;
}
.product-main .product-box{
  position: relative;
}
.product-main .product-list{
  width: 100%;
  margin: 0 auto;
}
.product-main .product-item{
  display: block;
  transition: all .5s;
}
.product-main .product-box .product-item:hover{
 box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.product-main .product-box .product-item .product-img{
  border: 1px #f0f0f0 solid;
  background-color: #f0f0f0;
  overflow: hidden;
  height:227px;
}
.product-main .product-box .product-item .product-img img{
  width: 100%;
  transition: all .5s;
}
.product-main .product-box .product-item:hover .product-img img{
  transform: scale(1.2);
}
.product-main .product-box .product-item .product-contect{
  border: 1px #d8d8d8 solid;
  border-top: none;
  height:180px;
  padding: 15px;
  position: relative;
  background-color: #fff;
}
.product-main .product-box .product-item .product-contect .title{
  color: #333;
  font-size:18px;
}
.product-main .product-box .product-item .product-contect .num{
  color: #555;
  font-size: 16px;
  margin-top: 10px;
}
.product-main .product-box .product-item .product-contect .dec{
  color: #787878;
  font-size: 14px;
  margin-top: 10px;
}
.product-main .product-box .product-item .more{
  background-color: #098DE2;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 30px;
  font-size: 15px;
  padding: 10px 30px;
  transition: all .5s;
}
.product-main .product-box .product-item:hover .more{
  background-color: #046BC8;
}
.product-main .product-box .product-item .more img{
  margin-left: 8px;
}

.product-main .arrbtn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 100px;
  z-index: 99;
  color: #fff;
  font-size: 50px;
  background-size: 100% 100%;
}
.product-main .arrbtn.pro-left{
    left: -60px;
    background: url('../images/i6.png') no-repeat center center;
  
  }
  .product-main .pro-left.swiper-button-disabled{
    background: url('../images/i7.png') no-repeat center center;
  }
.product-main .arrbtn.pro-right{
  right: -60px;
  background: url('../images/i8.png') no-repeat center center;
}
.product-main .pro-right.swiper-button-disabled{
  background: url('../images/i9.png') no-repeat center center;
}
@media screen and  (max-width: 1024px) {
  .product-main{
    background-color: #f7f7f7;
    padding: 8% 0;
    position: relative;
}
.product-main .header{
    margin-bottom: 15px;
}
.product-main .header .title{
    font-size: 22px;
    color: #555555;
}
.product-main .header a{
    color: #098DE2;
    font-size: 14px;
}
.product-main .product-box .product-item .product-img {
  height: 210px;
}
.product-main .product-box .product-item .product-contect {
  height: 160px;
  padding: 4%;

}
.product-main .product-box .product-item .product-contect .title {
  color: #333;
  font-size: 18px;
}
.product-main .product-box .product-item .product-contect .num {
  color: #555;
  font-size: 16px;
  margin-top:2%;
}
.product-main .product-box .product-item .product-contect .dec{
  color: #787878;
  font-size: 14px;
  margin-top: 2%;
}
  .product-main .arrbtn.pro-left{
    left: 0px;
  
  }
.product-main .arrbtn.pro-right{
  right:0px;
  
}
}
.new-main{
  background: url('../images/i11.png') no-repeat center center;
  background-size: 100% 100%;
  padding: 50px 0;
}
.new-main .new-top .new-left .h1{
  font-size: 28px;
  color:#555;
}
.new-main .new-top .new-left .p{
  font-size: 28px;
  color:#555;
  margin-top: 8px;
}
.new-main .new-top .new-left,.new-main .new-top .new-right{
  width: 50%;
}
.new-main .new-top .new-left,.new-main .new-top .new-right p{
  color: #6D6D6D;
  font-size: 14px;
  line-height: 24px;
}
.new-main .new-top .new-right .more{
  position: relative;
  border: 1px #6D6D6D solid;
  display: inline-flex;
  color: #6D6D6D;
  padding: 8px 30px 8px 25px;
  margin-top: 10px;
  transition: all 0.36s;
  overflow: hidden;
  font-size: 14px;
}
.new-main .new-top .new-right .more:hover{
  background-color: #098DE2;
  border: 1px #098DE2 solid;
}
.new-main .new-top .new-right .more .img{
  width:23px;
  height: 20px;
  margin-left: 5px;
  background: url("../images/i12.png") no-repeat center center;
  background-size: 100% 100%;
  transition: all .5s;
}
.new-main .new-top .new-right a.more:hover{
  color: #fff;

}
.new-main .new-top .new-right .more:hover .img{
  background: url("../images/i12-1.png") no-repeat center center;
  background-size: 100% 100%;
  margin-left: 10px;
}
.new-main .new-bottom{
  margin-top: 40px;
}
.new-main .new-bottom .new-item{
  font-size: 14px;
  color: #666666;
  width: calc(23% - 40px);
  border: 1px solid #4594C7;
  padding:45px 20px;
  line-height: 1.2;
  transition: .5s all;
}
.new-main .new-bottom .new-item:hover{
  transform:translateY(-20px);
  box-shadow: 0 6px 8px rgba(0,0,0, 0.1)
}
.new-main .new-bottom .new-item:nth-child(2){
  margin: 0 0 0 2%;
}
.new-main .new-bottom .new-item:nth-child(3){
  margin: 0 2%;
}

.new-main .new-bottom .new-item .moth{
  color: #515151;
  font-size: 15px;
  margin-bottom: 30px;
}
.new-main .new-bottom .new-item h1{
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 43px;
    margin-bottom: 15px;
  
}
.new-main .new-bottom .new-item p{
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: auto;
  
}
.new-main .new-bottom .new-item .more{
  margin-top: 50px;
  font-size: 15px;
  color: #3081C4;
}

@media screen and  (max-width: 1024px) {
  .new-main .new-top .new-left, .new-main .new-top .new-right {
    width: 100%;
}
.new-main .new-top .new-left .h1{
  font-size: 18px;
}
.new-main .new-top .new-left .p {
  font-size: 18px;
  color: #555;
  margin-top:2%;
}
.new-main .new-top .new-right .more {
  position: relative;
  border: 1px #6D6D6D solid;
  display: inline-flex;
  color: #6D6D6D;
  padding: 2% 10% 2% 6%;
  margin-top: 10px;
  transition: all 0.36s;
  overflow: hidden;
  font-size: 14px;
}
.new-main .new-bottom{
  margin-top: 5%;
}
  .new-main .new-bottom .new-item{
    width: 41%;
    font-size: 14px;
    color: #666666;
    border: 1px solid #4594C7;
    padding:8% 4%  10% 4%;
    transition: .5s all;
    margin-bottom: 1%
  }
  .new-main .new-bottom .new-item:nth-child(2){
    margin: 0 0 1% 1%;
  }
  .new-main .new-bottom .new-item:nth-child(3){
    margin: 0 1% 1% 0;
  }
  .new-main .new-bottom .new-item .moth{
      font-size: 14px;
      margin-bottom: 5%;
  }
  .new-main .new-bottom .new-item h1{
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 40px;
    margin-bottom: 4%;
}
.new-main .new-bottom .new-item p{
  font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: auto;
}
.new-main .new-bottom .new-item .more {
  margin-top: 8%;
  font-size: 14px;
}
}

.app-main{
  background-color: #f7f7f7;
  padding: 40px 0;
  position: relative;
}
.app-main .header{
  margin-bottom: 30px;
}
.app-main .header .title{
  font-size: 30px;
  color: #555555;
}
.app-main .header a{
  color: #098DE2;
  font-size: 16px;
}
.app-main .swiper-slide{
  width: 700px!important;
}
.app-main .swiper-slide .app-box{
  position: relative;

}
.app-main .swiper-slide .app-item{
  width: 100%;
  height: 460px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 85%;
  position: relative;
}

.app-main  .swiper-slide .app-item .app-mbox{
  background-color: rgba(255,255,255,0.9);
  padding:50px 30px;
 width:220px;
 position: absolute;
 left:0px;
 top: 60px;
 box-shadow: 0 0 10px rgba(0,0,0, 0.1);
 transition: all 0.9s;
 opacity: 0;
}
.app-main .swiper-slide.swiper-slide-active .app-mbox{
  opacity: 1;
  left:40px;
}
.app-main  .swiper-slide .app-item .app-mbox h1{
  color:#2C2D2F;
  font-size:20px;
  margin-bottom: 20px;
}
.app-main  .swiper-slide .app-item .app-mbox p{
  font-size: 14px;
  color: #969696;
  line-height: 24px;
}
.app-main  .swiper-slide .app-item .app-mbox a{
  border-radius: 2px;
  border: 2px #949494 solid;
  width: 40px;
  height: 40px;
  font-size: 26px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #7B7B7B;
  margin-top: 50px;
  transition: all 0.4s;
}
.app-main  .swiper-slide .app-item .app-mbox:hover a{
  border: 2px #098DE2 solid;
  color: #098DE2;
}
.app-main .arrbtn{
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  width: 50px;
  height: 100px;
  z-index: 99;
  color: #fff;
  background-size: 100% 100%;
}
.app-main .arrbtn.app-left{
    left:220px;
    background: url('../images/i14.png') no-repeat center center;
  
  }
.app-main .app-left.swiper-button-disabled{
    background: url('../images/i15.png') no-repeat center center;
  }
.app-main .arrbtn.app-right{
  right: 220px;
  background: url('../images/i16.png') no-repeat center center;
}
.app-main .app-right.swiper-button-disabled{
  background: url('../images/i17.png') no-repeat center center;
}
@media screen and  (max-width: 1024px) {
  .app-main{
    background-color: #f7f7f7;
    padding: 8% 0;
    position: relative;
}
.app-main .header{
    margin-bottom: 15px;
}
.app-main .header .title{
    font-size: 22px;
    color: #555555;
}
.app-main .header a{
    color: #098DE2;
    font-size: 14px;
}
  .app-main .swiper-slide{
    width: 100%!important;
  }
  .app-main .swiper-slide .app-item {
    width: 100%;
    height: 370px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.app-main .swiper-slide .app-item .app-mbox {
  background-color: rgba(255,255,255,0.9);
  padding: 10% 8%;
  width: 64%;
  position: absolute;
  left: 0px;
  top: 10%;
  box-shadow: 0 0 10px rgba(0,0,0, 0.1);
  transition: all 0.9s;
  opacity: 0;
}
.app-main .swiper-slide.swiper-slide-active .app-mbox{
  opacity: 1;
  left:10%;
}
.app-main .arrbtn.app-left{
  left:0;


}

.app-main .arrbtn.app-right{
right: 0;

}

.app-main .swiper-slide .app-item .app-mbox h1 {
  color: #2C2D2F;
  font-size: 18px;
  margin-bottom: 5%;
}
.app-main .swiper-slide .app-item .app-mbox a {
  border-radius: 2px;
  border: 2px #949494 solid;
  width: 30px;
  height: 30px;
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 30px;
  color: #7B7B7B;
  margin-top: 15%;
  transition: all 0.4s;
}
}
.about-main{
  background:url('../images/p7.jpg') no-repeat center center;
  background-size: 100% 100%;
  padding: 60px 0;
  color: #fff;
}
.about-main .about-left{
  width: 35%;
  font-size: 28px;
}
.about-main .about-right{
  width: 65%;
 
}
.about-main .about-right p{
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.about-main .about-right .about-link{
  margin-top: 40px;
}
.about-main .about-right .about-link a{
  color: #fff;
  margin-right: 10%;
  font-size: 15px;
}
.about-main .about-right .about-link a img{
  width: 22px;
  height: 22px;
}
.about-main .about-right .about-link a div{
  margin-left: 10px;
}
@media screen and  (max-width: 1024px) {
  .about-main{
    padding: 8% 0;
  }
  .about-main .about-left{
    width: 100%;
    font-size: 22px;
  }
  .about-main .about-right{
    width: 100%;
    margin-top:10px;
   
  }
  .about-main .about-right .about-link{
    margin-top: 5%;
  }
}
.job-main{
  padding: 60px 0;
}
.job-main .job-box .job-left{
  width: 35%;
}
.job-main .job-box .job-left h1{
  font-size: 28px;
  color: #333333;
}
.job-main .job-box .job-left .inline{
  height: 1px;
  width: 140px;
  background-color: #098DE2;
  margin: 15px 0;
}
.job-main .job-box .job-left  p{
  color: #8A8A8A;
  font-size: 14px;
  line-height: 24px;
 }
 .job-main .job-box .job-left a{
    background-color: #96d0ff;
    color: #fff;
    padding:15px 30px;
    display: inline-block;
    margin-top: 30px;
    transition: all 0.5s;
 }
 .job-main .job-box .job-left a:hover{
  background-color: #046BC8;
 }
.job-main .job-box .job-right{
  width: 60%;
}
.job-main .job-box .job-right .video{
  width: 100%;
  position: relative;
}
.job-main .job-box .job-right .video video{
  width: 100%;
}
.job-main .job-box .job-right .video .player{
  position: absolute;
  top:50%;
  left:50%;
  width: 80px;
  height: 80px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  margin-top: -40px;
  margin-left: -40px;
  transition: all .5s;
}
.job-main .job-box .job-right .video .player:hover{
  background-color:#098DE2;
}
.job-main .job-box .job-right .video .player i{
  font-size: 28px;
}
@media screen and  (max-width: 1024px) {
  .job-main{
    padding:8% 0;
  }
  .job-main .job-box .job-left{
    width: 100%;
  }
  .job-main .job-box .job-left h1{
    font-size: 22px;
    color: #333333;
  }
  .job-main .job-box .job-left .inline{
    height: 1px;
    width: 15%;
    background-color: #098DE2;
    margin: 15px 0;
  }
  .job-main .job-box .job-left  p{
    color: #8A8A8A;
    font-size: 14px;
    line-height: 24px;
   }
   .job-main .job-box .job-left a{
      background-color: #098DE2;
      color: #fff;
      padding:4% 8%;
      display: inline-block;
      margin-top: 5%;
      transition: all 0.5s;
   }
  .job-main .job-box .job-right{
    width: 100%;
    margin-top: 4%;
  }
  .job-main .job-box .job-right .video .player{
    position: absolute;
    top:50%;
    left:50%;
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    border-radius: 50px;
    margin-top: -30px;
    margin-left: -30px;
  }
  .job-main .job-box .job-right .video .player i{
    font-size: 22px;
  }
}


/*网站地图*/
.webmap-map{
  padding:50px 0;
}
.webmap-map .webnav{
  border-bottom: 1px #D1D1D1 solid;
  padding: 20px 0;
}
.webmap-map .webnav h1{
  color: #000;
  font-weight:normal;
  font-size:24px;
}
.webmap-map .webnav a{
  font-size: 14px;
}
.webmap-map .webnav a:hover{
  color: #098DE2;
}
.webmap-map .webmap-list{
  margin-top: 30px;
}
.webmap-map .webmap-list dl{
  width: 14.6%;
  border-right: 1px #D1D1D1 solid;
  font-size: 14px;
  padding-left: 2%;
}
.webmap-map .webmap-list dl dt a{
  font-size: 15px;
}
.webmap-map .webmap-list a{
  padding: 5px 0;
  display: block;
}
.webmap-map .webmap-list dl dd .tit{
  font-size: 15px;
}
.webmap-map .webmap-list dl dd ul{
  margin-left: 5px; 
}
.webmap-map .webmap-list dl dd ul a{
  color: #969696;
  font-size: 12px;
}
@media screen and  (max-width: 1024px) {
  .webmap-map .webmap-list dl{
    width: 100%;
  }
}

.menu-maxbox{
  padding: 60px 0;
}
.menu-maxbox .menu-left{
  width: 300px;

}
.menu-maxbox .menu-left .menu-nav{
  background-color: #E6E6E6;
}
.menu-maxbox .menu-left .menu-nav .menu-sreach{
  padding: 20px;
}
.menu-maxbox .menu-left .menu-nav .menu-sreach .sreach-box{
  background-color: #fff;
  padding: 20px;

}
.menu-maxbox .menu-left .menu-nav .menu-sreach .sreach-box input{
  font-size: 15px;
}
.menu-maxbox .menu-left .menu-nav .menu-sreach .sreach-box img{
  width: 22px;
  height: 22px;
}
.menu-maxbox .menu-left .menu-nav  ul .mu-item a{
  color: #6F6F6F;
}


.menu-maxbox .menu-left .menu-nav .one-li>.mu-item{
  background-color: #96d0ff;
  color: #fff;
  font-size:16px;
  padding: 15px;
}

.menu-maxbox .menu-left .menu-nav .one-li>.mu-item a{
  color: #fff;
}
.menu-maxbox .menu-left .menu-nav .one-li .mu-item i{
  font-size: 18px;
}
.menu-maxbox .menu-left .menu-nav .one-li ul{
  padding:0 20px;
}
.menu-maxbox .menu-left .menu-nav .one-li > ul .two-li >.mu-item{
  padding:10px 0;
  font-size:15px;
  border-bottom: 1px #C2C2C2 dashed;
}
.menu-maxbox .menu-left .menu-nav .one-li > ul .two-li > ul .three-li>.mu-item{
  padding:10px 0;
  font-size:14px;
}

.menu-maxbox .menu-left .menu-nav .one-li > ul .two-li > ul .three-li> ul .four-li>.mu-item{
  padding:8px 0;
  font-size:14px;
}
.menu-maxbox .menu-left .tip{
  color:#3D81A8;
  font-size: 15px;
  padding: 20px 0;
  text-align: center;
  display: block;
}
.menu-maxbox .menu-right{
  width:calc(100% - 320px);

}
.menu-maxbox .menu-right .product-size{
  border: 1px #E5E5E5 solid;
  background-color: #FAFAFA;
  padding: 5px;
  width: auto;
}
.menu-maxbox .menu-right .product-size h1{
  font-weight: normal;
  font-size: 28px;
}
.menu-maxbox .menu-right .product-size dl{
  width: 16.33%;
  margin-top: 20px;
  margin-bottom: 40px;
}
.menu-maxbox .menu-right .product-size dl dt{
  font-size: 12px;
  color: #6F6F6F;
}
.menu-maxbox .menu-right .product-size dl dd{
  border-bottom: 1px #E8E8E8 solid;
  padding:15px 0;
  width: 92%;
}
.menu-maxbox .menu-right .product-size dl dd a{
  color: #0064A5;
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  
}
.menu-maxbox .menu-right .product-size dl dd a:hover{
  color: #098DE2;
}
.menu-maxbox .menu-right .product-size dl dd a::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url('../images/i21.png') no-repeat center center;
  background-size: 100% 100%;
}
.menu-maxbox .menu-right .product-name{
  font-size: 24px;
  color: #636666;
  padding: 30px 0;
}
.menu-maxbox .menu-right .tab-box{
  border-bottom: 1px solid #e4e4e4;

}
.menu-maxbox .menu-right .tab-box div{
  border: 1px solid #e4e4e4;
  width: 160px;
  text-align: center;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  margin-left: -1px;
  margin-bottom: -1px;
  cursor: pointer;
}
.menu-maxbox .menu-right .tab-box div.act{
  background-color: #96d0ff;
  color: #fff;
  border: 1px solid #96d0ff;
}
.menu-maxbox .menu-right .tab-plane{
  margin-top: 30px;
  width: 100%;
}
.menu-maxbox .menu-right .tab-plane .tab-item.tabs{
  width: 100%;
  overflow: auto;
}
.menu-maxbox .menu-right .tab-plane .tab-item.tabs::-webkit-scrollbar{width:9px;height:9px;display: block}
.menu-maxbox .menu-right .tab-plane .tab-item.tabs::-webkit-scrollbar-track{width:4px;background-color:#fff}
.menu-maxbox .menu-right .tab-plane .tab-item.tabs::-webkit-scrollbar-thumb{background-color:#BAB6B6;background-clip:padding-box;min-height:28px}
.menu-maxbox .menu-right .tab-plane .tab-item.tabs::-webkit-scrollbar-thumb:hover{background-color:#E0E4DF}
.menu-maxbox .menu-right .tab-plane .tab-item table{
  width: 100%;
  text-align: center;
  border-top: 2px #365DA2 solid;
}
.menu-maxbox .menu-right .tab-plane .tab-item table th{
  background-color: #E0E4DF;
  font-weight: normal;
  height: 50px;
  font-size: 15px;
  border: 1px #F2F2F2 solid;
}
.menu-maxbox .menu-right .tab-plane .tab-item table td{
  border: 1px #F2F2F2 solid;
  height: 50px;
  font-size: 14px;
}
.menu-maxbox .menu-right .tab-plane .tab-item table td a{
  color: #3D81A8;
}
.menu-maxbox .menu-right .product-tpl{
  margin-bottom: 20px;
}
.menu-maxbox .menu-right .product-tpl .tpl-item{
  border: 1px #E8E8E8 solid;
  margin-right: 8px;
  padding: 8px 20px;
  cursor: pointer;
}
.menu-maxbox .menu-right .product-tpl .tpl-item img{
  width: 30px;
  height: 30px;
}
.menu-maxbox .menu-right .product-tpl .tpl-item div{
  font-size:16px;
  color: #676668;
} 
.menu-maxbox .menu-right .product-tpl .num{
  font-size: 16px;
  color: #676668;
}
.menu-maxbox .menu-right .product-tpl .select div{
  border: 1px #E8E8E8 solid;
  margin-left: 8px;
  padding: 8px 20px;
  width: 100px;
  
}
.menu-maxbox .menu-right .product-tpl .select div select{
  font-size: 16px;
  color: #676668;
}
.product-block.fixed{
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding: 40px 0 0 0;
}
.product-block .closePlane{
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 5px;
  display: none;
}
.product-block.fixed .closePlane{
  display: block;
}
.menu-maxbox .menu-right .product-sort{
  overflow: hidden;
  overflow-x: auto;
  width: 100%;

}
.menu-maxbox .menu-right .product-sort::-webkit-scrollbar{width:9px;height:9px;display: block}
.menu-maxbox .menu-right .product-sort::-webkit-scrollbar-track{width:4px;background-color:#fff}
.menu-maxbox .menu-right .product-sort::-webkit-scrollbar-thumb{background-color:#BAB6B6;background-clip:padding-box;min-height:28px}
.menu-maxbox .menu-right .product-sort::-webkit-scrollbar-thumb:hover{background-color:#E0E4DF}
.menu-maxbox .menu-right .product-sort .sort-box{
  width: auto;
  white-space: nowrap;
  font-size:0;

}
.menu-maxbox .menu-right .product-sort .sort-item{
   width:147px;
  /*border: 1px #D5D5D5 solid;*/
  /*border-top: 2px #365DA2 solid;*/
  overflow: hidden;
text-align: left;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
}
.menu-maxbox .menu-right .product-sort .sort-item .sort-boxs{
  width:100%;
}
.menu-maxbox .menu-right .product-sort .sort-item .sort-sreach{
  border: 1px #D5D5D5 solid;
  padding: 5px;
}
.menu-maxbox .menu-right .product-sort .sort-item .sort-sreach input{
 width: 90%;
}
.menu-maxbox .menu-right .product-sort .sort-item .sort-sreach img{
  width: 18px;
  height: 18px;
}
.menu-maxbox .menu-right .product-sort .sort-item .sort-checkbox{
  margin-top: 10px;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  text-transform: uppercase;
   white-space:pre-wrap;
   word-break: break-all;
}
.menu-maxbox .menu-right .product-sort .sort-item .sort-checkbox::before{
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px #999 solid;
  width: 12px;
  height: 12px;
  /*transform: translateY(-50%);*/
  border-radius: 2px;
}
.menu-maxbox .menu-right .product-sort .sort-item .sort-checkbox.active::before{
  content: '';
  background: url('../images/k0.png') no-repeat center;
  background-size: 100%;
  border:none;
  width: 13px;
  height: 13px;
  
}
.menu-maxbox .menu-right .product-sort .sort-item .sortarrow{
  position: absolute;
  top: 44px;
  right:5px;
  width: 20px;
  z-index: 99;
  display: none;
}
.menu-maxbox .menu-right .product-sort .sort-item .sort-plane{
  height: 220px;
  overflow: hidden;
    overflow-x: auto;
  overflow-y: auto;
  padding:0 10px;

}
.menu-maxbox .menu-right .product-sort .sort-item .sort-plane::-webkit-scrollbar{width:9px;height:9px;display: block}
.menu-maxbox .menu-right .product-sort .sort-item .sort-plane::-webkit-scrollbar-track{width:4px;background-color:#fff}
.menu-maxbox .menu-right .product-sort .sort-item .sort-plane::-webkit-scrollbar-thumb{background-color:#BAB6B6;background-clip:padding-box;min-height:28px}
.menu-maxbox .menu-right .product-sort .sort-item .sort-plane::-webkit-scrollbar-thumb:hover{background-color:#E0E4DF}
.menu-maxbox .menu-right .product-sort .title{
  color: #000;
  background-color: #E0E4DF;
  text-align: center;
  /*height: 40px;*/
  /*line-height: 40px;*/
  white-space:pre-wrap;
  font-size: 14px;
  width:147px;
  padding: 5px 0;
  box-sizing:border-box;
}
.menu-maxbox .menu-right .product-sort .sort-item .sort-btn{
color: #365DA2;
text-align: right;
padding: 5px;
cursor: pointer;
}
.menu-maxbox .menu-right .sort-table{
  width: 100%;
  max-height:400px;
  overflow: auto;

  margin-top: 40px;
}
.menu-maxbox .menu-right .product-block.fixed .sort-table{
  height: 52%;
  max-height:52%;
  margin-top: 2%;
}
.menu-maxbox .menu-right .sort-table::-webkit-scrollbar{width:9px;height:9px;display: block}
.menu-maxbox .menu-right .sort-table::-webkit-scrollbar-track{width:4px;background-color:#fff}
.menu-maxbox .menu-right .sort-table::-webkit-scrollbar-thumb{background-color:#BAB6B6;background-clip:padding-box;min-height:28px}
.menu-maxbox .menu-right .sort-table::-webkit-scrollbar-thumb:hover{background-color:#E0E4DF}
.menu-maxbox .menu-right .sort-table .table{
  width: auto;
    table-layout: fixed;
    min-width: 100%;
}

.menu-maxbox .menu-right .sort-table .tbody tr:hover{
    background-color: #cfe9ff;
}

/*.menu-maxbox .menu-right .sort-table .tbody tr:hover td{*/
/*    color: #fff;*/
/*}*/
/*.menu-maxbox .menu-right .sort-table .tbody tr:hover a{*/
/*    color: #fff!important;*/
/*}*/
.menu-maxbox .menu-right .sort-table .table .thead .td{
  text-align: center;
  background-color: #E0E4DF;
  border-top: 2px #365DA2 solid;
height: 50px;
white-space:pre-wrap;
 word-break: break-all;
}
.menu-maxbox .menu-right .sort-table .table .thead,.menu-maxbox .menu-right .sort-table .table .tbody .tr{
  white-space: nowrap;
  font-size: 0px;
}
.menu-maxbox .menu-right .sort-table .table .tbody .tr{
  text-align: left;
  height: 120px;

}
.menu-maxbox .menu-right .sort-table .td{
  /*width: 220px;*/
    width:147px;
  height: 100%;
  font-size: 14px;
  line-height: 24px;

  text-align: left;
 word-break: break-all;
  padding:0 10px;
  border-bottom: 1px #F2F2F2 solid;
  border-left: 1px #F2F2F2 solid;
  box-sizing: border-box;

}
.menu-maxbox .menu-right .sort-table .td div{
    display: -webkit-box; 
      box-sizing: border-box;
  white-space:pre-wrap;
  -webkit-line-clamp: 5; /* 限制显示5行 */  
  -webkit-box-orient: vertical;  
    overflow: hidden;
  
}
.menu-maxbox .menu-right .sort-table .td:last-child{
  border-right: 1px #F2F2F2 solid;
}
.menu-maxbox .menu-right .sort-table .tbody .td.title a{
  color: #3D81A8;
}
.menu-maxbox .menu-right .sort-table .pic,.menu-maxbox .menu-right .sort-table .down{
  width: 100px;
  text-align: center;


}
.menu-maxbox .menu-right .sort-table .pic a,.menu-maxbox .menu-right .sort-table .down a{
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 auto 0 auto;
}
.menu-maxbox .menu-right .sort-table .td img{
  width: 100%;
  height: 100%;
}

.menu-maxbox .menu-right .sort-tableFooter{
  background-color:#F7F7F7;
  padding: 10px;
}
.menu-maxbox .menu-right .sort-tableFooter .tableFooter-btn{
  padding: 10px 30px;
  background-color: #96d0ff;
  color: #fff;
}
.menu-maxbox .menu-right .sort-tableFooter .tableFooter-clear{
  color: #007C8C;
  font-size: 15px;
  margin: 0 10px;
}
.menu-maxbox .menu-right .sort-tableFooter .tableFooter-scoll{
  overflow: hidden;
  overflow-x: auto;
}
.menu-maxbox .menu-right .sort-tableFooter .tableFooter-scoll::-webkit-scrollbar{width:6px;height:6px;display: block}
.menu-maxbox .menu-right .sort-tableFooter .tableFooter-scoll::-webkit-scrollbar-track{width:4px;background-color:#fff}
.menu-maxbox .menu-right .sort-tableFooter .tableFooter-scoll::-webkit-scrollbar-thumb{background-color:#BAB6B6;background-clip:padding-box;min-height:28px}
.menu-maxbox .menu-right .sort-tableFooter .tableFooter-scoll::-webkit-scrollbar-thumb:hover{background-color:#E0E4DF}
.menu-maxbox .menu-right .sort-tableFooter .tableFooter-scoll .scoll{
  white-space:nowrap;
  font-size: 0px;
  width: auto;
}
.menu-maxbox .menu-right .sort-tableFooter .tableFooter-scoll .scoll div{
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
  border: 1px #999999 solid;
  font-size: 14px;
  position: relative;
  padding:8px 30px 8px 20px;
  margin-right: 10px;
}
.menu-maxbox .menu-right .sort-tableFooter .tableFooter-scoll .scoll div img{
  width:25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and  (max-width: 1024px) {
  .menu-maxbox {
    padding: 5% 0;
}
.menu-maxbox .menu-left {
  width: 100%;
}
.menu-maxbox .menu-left .menu-nav .menu-sreach .sreach-box {
  padding:15px;
}
.menu-maxbox .menu-right {
  width:100%;
}
.menu-maxbox .menu-right .product-size h1 {
  font-weight: normal;
  font-size: 22px;
}
.menu-maxbox .menu-right .product-size dl {
  width:100%;
  margin-top: 10px;
  margin-bottom:10px;
}
.menu-maxbox .menu-right .product-name {
  font-size: 18px;

  padding: 4% 0;
}
.menu-maxbox .menu-right .tab-box div {
  border: 1px solid #e4e4e4;
  width: 25%;
  text-align: center;
  height:40px;
  font-size: 14px;
  line-height: 40px;
  margin-left: -1px;
  margin-bottom: -1px;
  cursor: pointer;
}
.menu-maxbox .menu-right .tab-plane .tab-item table {
  width: 950px;
}


.menu-maxbox .menu-right .tab-plane .tab-item table th {

  height: 40px;
  font-size: 14px;

}
.menu-maxbox .menu-right .tab-plane .tab-item table td {
  height: 40px;
}
.menu-maxbox .menu-right .product-tpl .tpl-item {
  border: 1px #E8E8E8 solid;
  margin-right: 8px;
  padding:2% 3%;
  cursor: pointer;
}

.menu-maxbox .menu-right .product-tpl .tpl-item div {
  font-size: 14px;
}
.menu-maxbox .menu-right .product-tpl .num {
  font-size: 14px;
  color: #676668;
  margin-top: 3%;
}
.menu-maxbox .menu-right .product-tpl .select{
  flex: auto;
  width: 100%;
  margin: 2% 0;
}
.menu-maxbox .menu-right .product-tpl .select div {
  border: 1px #E8E8E8 solid;
  margin-left:0;
  padding: 8px 10px;
  width: 95%;
}
.menu-maxbox .menu-right .sort-table .td {
  width: 200px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;

}
.menu-maxbox .menu-right .sort-tableFooter .tableFooter-btn {
  padding: 2% 5%;
}
.menu-maxbox .menu-right .sort-tableFooter .tableFooter-clear {
  color: #007C8C;
  font-size: 14px;
  margin: 0 3%;
}
.menu-maxbox .menu-right .sort-tableFooter .tableFooter-scoll .scoll div {
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
  border: 1px #999999 solid;
  font-size: 14px;
  position: relative;
  padding: 3% 10% 3% 4%;
  margin-right: 10px;
}
.menu-maxbox .menu-right .product-sort .sort-item .sort-plane {
  height: 160px;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 10px;
}
.menu-maxbox .menu-right .product-block.fixed .sort-table {
  height: 48%;
  max-height: 48%;
  margin-top: 2%;
}
}
.mask{
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  display: none;
}
.layer-box{
  width: 80%;
  position: fixed;
  z-index: 99999;
  top: 10%;
  background-color: #fff;
  left: 10%;
  overflow: hidden;
  display: none;
}
.layer-box .layer-title{
  border-bottom: 1px #E8E8E8 solid;
  padding: 15px;
}
.layer-box .layer-title h1{
  font-size: 16px;
  font-weight: normal;
}
.layer-box .layer-title img{
  width: 12px;
  height: 12px;
}
.layer-box .layer-contect{
  padding:2% 0;
}
.layer-pic{
  width: 50%;
  margin: 0 auto;
}
.layer-pic img{
  width: 100%;
}
.pic-list{
  margin: 5%;
}
.pic-list .pic-item{
  width: 120px;
  height: 60px;
  margin: 0 5px;
  overflow: hidden;
  border: 1px #fff solid;
}
.pic-list .pic-item.act{
  border: 1px #098DE2 solid;
}
.pic-list .pic-item img{
  width: 80%;
}

@media screen and  (max-width: 1024px) {
  .layer-box {
    width: 95%;
    left: 2.5%;
  }
  .layer-box .layer-contect {
    padding: 5% 0;
}

.layer-pic {
  width: 80%;
  margin: 0 auto;
}
.pic-list .pic-item {
  width: 120px;
  height: 40px;
  margin: 0 5px;;
}
}

.menu-maxbox .menu-right .pro-detail h1{
color: #666;
font-size: 24px;
font-weight: normal;
}
.menu-maxbox .menu-right .pro-detail .dec{
  color: #666;
font-size: 18px;
font-weight: normal;
margin-top:5px;
}
.menu-maxbox .menu-right .pro-detail .switch-nav{
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  background-color: #fff;
 
}
.menu-maxbox .menu-right .pro-detail .switch-nav .switch-tab{
  margin-top:20px;
}
.menu-maxbox .menu-right .pro-detail .switch-nav .switch-tab li{
  width:10%;
  text-align: center;
  border: 1px #E4E4E4 solid;
  box-sizing: border-box;
  transition: all 0.4s;
}
.menu-maxbox .menu-right .pro-detail .switch-nav .switch-tab li a{
  padding: 10px 0;
  display: block;
  font-size: 14px;
}
.menu-maxbox .menu-right .pro-detail .switch-nav .switch-tab li.active{
  border: 1px #96d0ff solid;
  background-color:#96d0ff;

}
.menu-maxbox .menu-right .pro-detail .switch-nav .switch-tab li:hover{
  border: 1px #96d0ff solid;
  background-color:#96d0ff;

}
.menu-maxbox .menu-right .pro-detail .switch-nav .switch-tab li.active a{
  color: #fff;
}
.menu-maxbox .menu-right .pro-detail .switch-nav .switch-tab li:hover a{
  color: #fff;

}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel{
  padding: 30px 0;
}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel h1{
  font-size: 22px;
  margin-bottom:10px;
  color: #3D81A8;
}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel p{
  font-size: 15px;
  color:#000;
  line-height: 25px;
}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .text{
  color: #000;
  font-size: 15px;
  line-height: 25px;
}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .tableBox{
  overflow: auto;
  width: 100%;
}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .tableBox::-webkit-scrollbar{width:6px;height:6px;display: block}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .tableBox::-webkit-scrollbar-track{width:4px;background-color:#fff}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .tableBox::-webkit-scrollbar-thumb{background-color:#BAB6B6;background-clip:padding-box;min-height:28px}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .tableBox::-webkit-scrollbar-thumb:hover{background-color:#E0E4DF}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .tableBox table{
  width: 100%;
}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .tableBox table th{
  background-color: #96d0ff;
  color: #fff;
  border: 1px #F0F0F0 solid;
  font-size: 15px;
  padding: 10px 0;
  font-weight: normal;
}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .tableBox table td{
  border: 1px #F0F0F0 solid;
  font-size: 15px;
  padding: 10px 0;
  text-align: center;
}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .tableBox .tableBoxm2{
margin-top: 20px;
}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .tableBox .picbox{
  width: 100%;
}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .tableBox .picbox img{
  width: 100%;
}

.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .picslist .picitem{
  width: calc(25% - 10px);
  border: 1px #EBEBEB solid;
  box-sizing: border-box;
  margin: 5px;
}

.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .picslist .picitem .img{
  width: 100%;
  height: 170px;
  overflow: hidden;
  text-align: center;
  padding: 20px 0;
}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .picslist .picitem .img img{
  width: 70%;
  transition: all 0.5s;
}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .picslist .picitem:hover .img img{
transform:scale(1.2);
}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .picslist .picitem .title{
  text-align: center;
  color: #4B4B4B;
  font-size: 15px;
  padding: 15px 0;
  position: relative;
}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .picslist .picitem .title::after{
  content: '';
  position: absolute;
  top:0;
  left: 50%;
  height: 1px;
  background-color: #E0E0E0;
  width: 80%;
  transform: translateX(-50%);
}

@media screen and  (max-width: 1024px) {
  .menu-maxbox .menu-right .pro-detail h1 {
    font-size: 22px;
    margin-top: 20px;
  }
  .menu-maxbox .menu-right .pro-detail .dec {

    font-size: 16px;
    margin-top: 5px;
}

.menu-maxbox .menu-right .pro-detail .switch-nav.fixed{
  top: 40px;
  position: fixed;
  width: 100%;
}
.menu-maxbox .menu-right .pro-detail .switch-nav .switch-tab li {
  width: 25%;
  text-align: center;
  border: 1px #E4E4E4 solid;
  box-sizing: border-box;
  transition: all 0.4s;
}


.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .tableBox table {
    width:800px;
}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .picslist .picitem{
  width: calc(50% - 10px);
  border: 1px #EBEBEB solid;
  box-sizing: border-box;
  margin: 5px;
}
.menu-maxbox .menu-right .pro-detail .tab-content .tab-panel .picslist .picitem .img {
  width: 100%;
  height: 130px;
  overflow: hidden;
  text-align: center;
  padding: 4% 0;
}
}
.pro-com{
 padding: 60px 0;
}

.pro-com h1{
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  color: #3D3D3D;
}
.pro-com .dec{
  font-size: 15px;
  text-align: center;
  margin: 15px 0;
 
}
.pro-com .dec a{
  color: #098DE2;
}
.pro-com .com-sortbox{

}
.pro-com .com-sortbox .com-left .title{
  color: #343432;
  font-size: 15px;

}
.pro-com .com-sortbox .com-left .tab{
  border:1px solid #CCCCCC;
  margin-right: 10px;
  border-radius: 8px;
}
.pro-com .com-sortbox .com-left .tab div{
  padding:8px 15px;
  border-radius: 8px;
  cursor: pointer;
}
.pro-com .com-sortbox .com-left .tab div.act{
  background-color: #96d0ff;
  color: #fff;
}
.pro-com .com-sortbox a{
  font-size: 16px;
  color: #0B78BE;
}
.pro-com .com-contect{
 margin-top: 10px;
 border: 1px #E2E2E2 solid;
 
}

.pro-com .com-contect .table-left{
  width: 200px;
  box-shadow: 5px 0 5px rgba(0,0,0,0.2);
  overflow: hidden;
  position: relative;
  
 z-index: 6;
}
.pro-com .com-contect .table-right{
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  font-size: 0;
}
.pro-com .com-contect .table-right::-webkit-scrollbar{width:6px;height:6px;display: block}
.pro-com .com-contect .table-right::-webkit-scrollbar-track{width:4px;background-color:#fff}
.pro-com .com-contect .table-right::-webkit-scrollbar-thumb{background-color:#BAB6B6;background-clip:padding-box;min-height:28px}
.pro-com .com-contect .table-right::-webkit-scrollbar-thumb:hover{background-color:#E0E4DF}
.pro-com .com-contect .table-right .tr{
  width: auto;
  display: inline-block;

}
.pro-com .com-contect .th{
  background-color: #F8F8F8;
  border-bottom: 1px #E2E2E2 solid;
  height: 80px;
  padding:0 15px;
  position: relative;
}
.pro-com .com-contect .table-right .th::before{
  content: '';
  position: absolute;
  right:0;
  width: 1px;
  height: 70%;
  background-color: #E6E6E7;
  top: 50%;
  transform: translateY(-50%);
}
.pro-com .com-contect .th .title{
  font-size: 14px;
  text-align: left;
  padding: 10px 0;
  color: #2991D3;
}
.pro-com .com-contect .th .decs{
  font-size: 13px;
  text-align: left;
  color: #2991D3;
}
.pro-com .com-contect .th .decs span{
  color: #333;
}
.pro-com .com-contect .th .decs a{
  color: #2991D3;
}
.pro-com .com-contect .td{
  border-bottom: 1px #E2E2E2 solid;
  padding:0 15px;
  color: #6F6F6F;
  font-size: 15px;
  height: auto;
  padding: 15px 10px;

  text-align: left;
}
@media screen and  (max-width: 1024px) {
  .pro-com {
    padding: 5% 0;
}
.pro-com h1 {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  color: #3D3D3D;
}
.pro-com .dec {
  font-size: 13px;
  text-align: center;
  margin: 2% 0;
}
.pro-com .com-contect .table-left {
  width: 28%;
  box-shadow: 5px 0 5px rgba(0,0,0,0.2);
  overflow: hidden;
  position: relative;
  z-index: 6;
}
}
.menu-maxbox .menu-right .menu-rightBox h1{
  color: #636666;
  font-size: 28px;
  padding: 10px 0;
}
.menu-maxbox .menu-right .menu-rightBox .dec{
  font-size: 14px;
  margin-top: 10px;
}
.app-list{
  margin-top: 30px;
}
.app-list .app-item{
background-color: #f1f1f1;
padding: 20px;
margin-top:20px;
  transition: all .5s ease;
}
.app-list .app-item:hover{
    background-color:rgba(9,141,226,0.1);
}
.app-list .app-item .app-tit{
background-color: #96d0ff;
color: #fff;
font-size: 16px;
padding: 70px 15px;
border-radius: 50px;
margin-right: 10px;
}
.app-list .app-item .app-right a{
  display: block;
  width:calc(33.33% - 10px);
  text-align: center;
  margin: 5px;
}
.app-list .app-item .app-right a .img{
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 148px;
}
.app-list .app-item .app-right a .img img{
  transition: all .5s ease;
}
.app-list .app-item .app-right a:hover .img img{

  -webkit-transform: scale(1.2) rotate(-6deg);
  -moz-transform: scale(1.2) rotate(-6deg);
  -o-transform: scale(1.2) rotate(-6deg);
  -ms-transform: scale(1.2) rotate(-6deg);
  transform: scale(1.2) rotate(-6deg);
}

.app-list .app-item .app-right a .name{
  padding: 10px 0;
}
.app-list .app-item .app-right a:hover .name{
  color: #0B78BE;
}
@media screen and  (max-width: 1024px) {
  .menu-maxbox .menu-right .menu-rightBox h1 {
    color: #636666;
    font-size: 22px;
    padding: 15px 0;
}
.menu-maxbox .menu-right .menu-rightBox .dec {
  font-size: 14px;
  margin-top: 5px;
}
.app-list .app-item .app-tit {
  background-color: #0B78BE;
  color: #fff;
  font-size: 16px;
  padding: 20% 15px;
  border-radius: 50px;
  margin-right: 3%;
}
.app-list .app-item .app-right a {
  display: block;
  width: calc(50% - 10px);
  text-align: center;
  margin: 5px;
}
.app-list .app-item .app-right a .img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 75px;
}
}
.serviceTab{
  border-bottom:1px #E4E4E4 solid;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background-color: #fff;
  z-index: 99;
}
.serviceTab a{
  width: 180px;
  height: 50px;
  line-height: 50px;
  border: 1px #E9E9E8 solid;
  text-align: center;
}
.serviceTab a.act{
  background-color: #96d0ff;
  color:#fff;
  border: 1px #96d0ff solid;
}
.servicePlane h1{
  text-align: center;
  color: #098DE2;
  font-size: 28px;
  font-weight: normal;
  padding: 30px 0;
}
.servicePlane .dec{
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}
.servicePlane .service-box{
  padding: 20px 0;
}
.servicePlane .service-box .left{
  width: 39%;
}
.servicePlane .service-box .left .item{
  border-bottom: 1px #636363 dashed;
  padding: 20px 0;
}
.servicePlane .service-box .left .item .icon{
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50px;
}
.servicePlane .service-box .left .item .name{
  font-size: 15px;
  margin-left: 10px;
}
.servicePlane .service-box .right{
  width: 58%;
  height: 350px;
}
.servicePlane .comany-box .comany-item{
  width: 49%;
  margin-bottom: 15px;
}
.servicePlane .comany-box .comany-item .title{
  background-color: #F7F7F7;
  color: #585858;
  font-size: 16px;
  padding: 10px;
}
.servicePlane .comany-box .comany-item .contect{
  padding:15px 10px;
  color: #585858;
}
.servicePlane .comany-box .comany-item .contect .name{
  font-size: 16px;
  padding: 8px 0;
}
.servicePlane .comany-box .comany-item .contect .text{
  font-size: 14px; 
  padding: 8px 0;
}
.servicePlane table{
  width: 100%;
}
.servicePlane th{
  font-size: 15px;
  border: 1px #D9D9D9 solid;
  font-weight: normal;
  height: 50px;
  text-align: center;
  color: #585858;
  background-color: #F7F7F7;
  width:33.33%;
}
.servicePlane td{
  font-size: 15px;
  border: 1px #D9D9D9 solid;
  height: 50px;
  text-align: center;
}
.servicePlane .tablebox1 table{
  border: 1px #D9D9D9 solid;
}
.servicePlane .tablebox1 th{
  font-size: 15px;
  border:none;
  font-weight: normal;
  height: 50px;
  text-align: center;
  color: #585858;
  background-color: #F7F7F7;
  width:50%;
}
.servicePlane .tablebox1 td{
  height: 60px;
}
.servicePlane .tablebox2 .title{
  font-size: 16px;
  background-color: #96d0ff;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
.servicePlane .tablebox2 .item{
  width: 50%;
  background-color: #fff;
text-align: left;
  padding: 15px 60px;
  border-bottom: 1px #D9D9D9 solid;
  box-sizing: border-box;
  font-size: 15px;
}
.servicePlane .tablebox2 .item:hover{
    /*#c9e4b4*/
      background-color: #c9e4b4;
  /*color:#fff;*/
  border: 1px #c9e4b4 solid;
}
.servicePlane .tablebox2 .item:nth-child(even){
  border-left:1px #D9D9D9 solid;
}
.servicePlane .form-box{
margin-top: 30px;
}
.servicePlane .form-box .form-item{
  width: 49.5%;
  margin-bottom: 10px;
}
.servicePlane .form-box .form-item .name{
  font-size: 15px;
  width: 30%;
  text-align: right;
}
.servicePlane .form-box .form-item .input{
  border:1px #D5D5D5 solid;
  padding: 15px;
  font-size: 15px;
}
.servicePlane .form-box .form-item .textarea{
  border:1px #D5D5D5 solid;
  padding: 15px;
  height: 100px;
  font-size: 15px;
}
.servicePlane .form-box .form-item select{
  border:1px #D5D5D5 solid;
  padding: 15px 20px 15px 15px;
  font-size: 15px;
   background: url("../images/a5.png")  95% center no-repeat;
}
.servicePlane .form-box .form-btn{
  width: 100%;
  padding: 30px 0;
}
.servicePlane .form-box .form-btn div{
  width:  120px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px #D5D5D5 solid;
  margin: 0 8px;
}
@media screen and  (max-width: 1024px) {
  

.serviceTab a {
    width: 33.33%;
    height: 50px;
    line-height: 50px;
    border: 1px #E9E9E8 solid;
    text-align: center;
}
.servicePlane h1 {
  text-align: center;
  color: #098DE2;
  font-size: 22px;
  font-weight: normal;
  padding: 5% 0 2% 0;
}
.servicePlane .service-box {
  padding: 3% 0;
}
.servicePlane .service-box .left {
  width: 100%;
}
.servicePlane .service-box .left .item .icon {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50px;
}
.servicePlane .service-box .right {
  width: 100%;
  height: 350px;
  margin-top: 2%;
}
.servicePlane .comany-box .comany-item {
  width: 100%;
  margin-bottom: 15px;
}
.servicePlane .tablebox2 .item {
  width: 100%;
  background-color: #fff;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px #D9D9D9 solid;
  box-sizing: border-box;
  font-size: 15px;
}
.servicePlane .form-box .form-item {
  width: 100%;
  margin-bottom: 10px;
}
.servicePlane .form-box .form-item .input {
  border: 1px #D5D5D5 solid;
  padding: 10px;
  font-size: 15px;
}
}
.newPlane{
  padding: 60px 0;
}
.newPlane .new-sort .sort-item{
  width: 240px;
  height: 45px;
  padding: 0 20px;
}
.newPlane .new-sort .sort{
    margin-left: 10px;
    font-size: 16px;
    cursor: pointer;
    color: #0B78BE;
}
.newPlane .new-sort .sort-item.search{
  background-color: #fff;
  border: 1px #DCDCDC solid;

}
.newPlane .new-sort .sort-item.search input{
  font-size: 15px;

}
.newPlane .new-sort .sort-item.search img{
  width: 20px;
  height: 20px;
}
.newPlane .new-sort .sort-item.year-select{
  background-color: #0B78BE;
  color: #fff;
  border: 1px #0B78BE solid;
  width:140px;
}
.newPlane .new-sort .sort-item.year-select select{
  color: #fff;
  font-size: 15px;
}
.newPlane .new-top{
  padding: 30px 0;
}
.newPlane .new-top .left,.newPlane .new-top .right{
  width: 48%;
  position: relative;
}
.newPlane .new-top .left{
  overflow: hidden;
}
.newPlane .new-top .left img{
  width: 100%;
  transition: all 0.8s;
}
.newPlane .new-top .left:hover img{
    transform: scale(1.1);
}
.newPlane .new-top .left .pic-text{
    position: absolute;
    bottom: 0;
    left:0;
    color: #fff;
    padding:20px 20px 40px 20px;
    width: calc(100% - 60px);
}
.newPlane .new-top .left .pic-text .time{
  font-size: 16px;
  margin-top: 15px;
}
.newPlane .new-top .right{
  background-color: #fff;
  border: 1px #EBEBEB solid;
  padding: 30px;
  width: calc(48% - 60px);
}
.newPlane .new-top .right h1{
  color: #424242;
  font-size: 22px;
}
.newPlane .new-top .right .time{
  font-size: 14px;
  margin: 15px 0;
}
.newPlane .new-top .right p{
  font-size: 15px;
  line-height: 25px;
}
.newPlane .new-top .right .btn{
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #efefef;
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
  transition: all 0.5s;
}
.newPlane .new-top .right:hover .btn{
  border: 1px solid #0B78BE;
  font-size: 14px;
  color: #fff;
  background-color: #0B78BE;
}
.newPlane .new-bottom .item{
  width:100%;
  border: 1px #EBEBEB solid;
  padding: 15px;
  background-color: #fff;
  box-sizing: border-box;
  margin-top:1%;
}
/*.newPlane .new-bottom .item:nth-child(3n+1){*/
/*  margin-right:1%;*/

 
/*}*/
/*.newPlane .new-bottom .item:nth-child(3n){*/
/*  margin-left:1%;*/


/*}*/
.newPlane .new-bottom .item .time{
  color: #595959;
  font-size: 15px;
     margin-top:10px;
  /*margin-bottom: 15px;*/
}
.newPlane .new-bottom .item .pic{
  overflow: hidden;
  width: 182px;
  max-height: 182px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newPlane .new-bottom .item .pic img{
  width: 100%;
  transition: all .5s ease;
}
.newPlane .new-bottom .item:hover .pic img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.newPlane .new-bottom .item .boxs{
  transition: all .5s ease;
  position: relative;
  z-index: 9;
  padding: 15px 0;
  width:calc(100% - 184px);
  background-color: #fff;
}
/*.newPlane .new-bottom .item:hover .boxs{*/
/*  transform: translateY(-20px);*/
/*}*/
.newPlane .new-bottom .item .tit{
  font-size: 18px;
  font-weight: bold;
  color: #424242;
  /*line-height: 25px;*/
  /*height: 64px;*/
  /*margin-top: 0;*/

}
.newPlane .new-bottom .item .p{
  font-size: 15px;
  line-height: 25px;
  color: #5E5E5E;
  /*height: 56px;*/
  margin-top:10px;
}
.pagebox{
  padding: 30px 0;

}
.pagebox a{
  width: 50px;
  height: 40px;
  background-color: #fff;
  line-height: 40px;
  text-align: center;
  color: #666;
  transition: .5s ease-in-out;
  margin: 0 3px;
}
.pagebox a:hover{
  background-color: #0B78BE;
  color: #fff;
}
.pagebox a.act{
  background-color: #0B78BE;
  color: #fff;
}
@media screen and  (max-width: 1024px) {
  .newPlane{
    padding: 5% 0;
  }
  .newPlane .new-sort .sort-item {
    width: 46%;
    height: 50px;
    padding: 0 2%;
}
.newPlane .new-sort .sort-item.search input {
  font-size: 15px;
  width: 70%;
}
.newPlane .new-top {
  padding: 3% 0;
}
.newPlane .new-top .left, .newPlane .new-top .right {
  width: 100%;
  position: relative;
}
.newPlane .new-top .left{
  margin-bottom:10px;
}
.newPlane .new-top .left .pic-text {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 2% 2% 5% 2%;
  width:96%;
}
.newPlane .new-top .left .pic-text h1{
  font-size: 18px;
}
.newPlane .new-top .left .pic-text .time {
  font-size: 14px;
  margin-top: 2%;
}
.newPlane .new-top .right {
  background-color: #fff;
  border: 1px #EBEBEB solid;
  padding:5% 3% 6% 3%;
  width:94%;
}
.newPlane .new-top .right h1 {
  color: #424242;
  font-size: 18px;
}
.newPlane .new-top .right .time {
  font-size: 14px;
  margin: 2% 0;
}
.newPlane .new-bottom .item {
  width: 100%;
  border: 1px #EBEBEB solid;
  padding: 4%;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 2%;
  margin-left: 0!important;
  margin-right: 0!important;
}
}
.newDetail .newDetail-left{
  width: calc(100% - 370px);
}
.newDetail .newDetail-left h1{
  text-align: center;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
}
.newDetail .newDetail-left .time{
  padding: 20px 0;
  color: #666666;
}
.newDetail .newDetail-left .inline{
  width: 100%;
  height: 1px;
  background-color:#E3E3E3;
  margin-top: 15px;
}
.newDetail .newDetail-left .contect{
  font-size: 15px;
  line-height: 25px;
  margin-top: 20px;
}
.newDetail .newDetail-right{
  width: 350px;
  margin-top: 5%;

}
.newDetail .newDetail-right .newDetail-hot{
  background-color: #fff;
  padding: 30px;
}
.newDetail .newDetail-right .newDetail-hot h1{
  color: #333;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px #ECECEC solid;
  padding: 20px 0;
}
.newDetail .newDetail-right .newDetail-hot li{
  position: relative;
  padding: 12px;
}
.newDetail .newDetail-right .newDetail-hot li::before{
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #CCCCCC;
  border-radius: 50px;
}
.newDetail .newdetail-menu{
  margin-top:30px;
}
.newDetail .newdetail-menu .left a{
    font-size: 15px;
    display: block;
    padding:8px 0;
}
.newDetail .newdetail-menu .right{
  width: 48px;
    height: 48px;
    border-radius: 48px;
    transition: .5s ease-in-out;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    position: relative;
}
.newDetail .newdetail-menu .right:hover{
  border: 1px solid #0B78BE;
  background-color: #0B78BE;
}
.newDetail .newdetail-menu .right::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 18px;
  height: 18px;
  background:url('../images/back.png') no-repeat center center;
  background-size:100% 100%;
}
.newDetail .newdetail-menu .right:hover::after{
  content: '';
  background:url('../images/back1.png') no-repeat center center;
  background-size:100% 100%;
}
 
@media screen and  (max-width: 1024px) {
  .newDetail .newDetail-left {
    width: 100%;
}
.newDetail .newDetail-left h1 {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: normal;
}
.newDetail .newDetail-left .time {
  padding: 2% 0;
  color: #666666;
}
.newDetail .newDetail-left .inline {
  width: 100%;
  height: 1px;
  background-color: #E3E3E3;
  margin-top: 2%;
}
.newDetail .newdetail-menu {
  margin-top: 3%;
}
.newDetail .newDetail-right .newDetail-hot {
  background-color: #fff;
  padding: 5%;
}
.newDetail .newDetail-right .newDetail-hot h1 {
  color: #333;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px #ECECEC solid;
  padding: 3% 0;
}
}

.quality-sort .sort-name{
  font-size: 18px;
  color:#0B78BE;
  margin-right: 8px;
}
.quality-sort .sort-input{
  border: 1px #E6E6E6 solid;
  padding: 8px 10px;
  width: 30%;

}
.quality-sort .sort-input img{
  width: 20px;
  height: 20px;
}
.quality-sort .sort-select{
  border: 1px #E6E6E6 solid;
  padding: 8px 10px;
  width: 30%;
  margin-right: 1%;
}
.quality-sort .sort-select img{
  width: 10px;
  height: 5px;
}
.quality-sort .sort-px{
  border: 1px #E6E6E6 solid;
  padding: 8px 10px;
  width:15%;
  margin-left: 1%;

}
.quality-sort .sort-px img{
  width: 20px;
  height: 16px;
}
.quality-list{
  margin: 30px 0;
}
.quality-list .item{
  width: 49%;
  box-sizing: border-box;
  border: 1px #DFDFDF solid;
  padding: 15px 20px;
  margin-bottom: 15px;
  transition: all .5s ease;
}
.quality-list .item:hover{
  border: 1px #96d0ff solid;
  color: #fff;
  background-color: #96d0ff;
}
.quality-list .item:nth-child(even){
  margin-left: 2%;
}
.quality-list .item .time{
  color: #BCBCBC;
  /*margin-left:1%;*/
  margin-top: 2%;
}
.quality-list .item:hover .time{
  color: #fff;
}
.tabledd{
  border: 1px #666 solid;
  width: 80%;
  margin-top: 10px;
}
.tabledd th{
  background-color: #fafafa;
  color: #666;
  padding: 10px;
  text-align: center;
  border: 1px #999 solid;
}
.tabledd td{
  border: 1px #999 solid;
  padding: 10px;
}
.pageboxs{
  padding: 30px 0;

}
.pageboxs a{
  width: 50px;
  height: 40px;
  background-color: #F3F3F3;
  line-height: 40px;
  text-align: center;
  color: #555555;
  transition: .5s ease-in-out;
  margin: 0 3px;
}
.pageboxs a.yun{
  background-color: #fff;
}
.pageboxs a.act{
  background-color: #D7D7D7;
  color: #555555;
}
.pageboxs a.next,.pageboxs a.prev{
  width: 100px;
}
.pageboxs a.prev.act,.pageboxs a.next.act{
  background-color: #0B78BE;
  color:#fff;
}
@media screen and  (max-width: 1024px) {
  .quality-sort .sort-name {
    font-size: 18px;
    color: #0B78BE;
    margin-right: 0;
    width: 100%;
}
.quality-sort .sort-input {
  border: 1px #E6E6E6 solid;
  padding: 8px 10px;
  width: 100%;
  margin-top: 2%;
}
.quality-sort .sort-select {
  border: 1px #E6E6E6 solid;
  padding: 8px 10px;
  width: 100%;
  margin-top: 2%;
}
.quality-sort .sort-px{
  border: 1px #E6E6E6 solid;
  padding: 8px 10px;
  width:40%;
  margin-left:0;
  margin-right: 1%;
  margin-top: 2%;

}
  .quality-list .item {
    width: 100%;
    box-sizing: border-box;
    border: 1px #DFDFDF solid;
    height: 70px;
    padding: 0 4%;
    margin-bottom: 15px;
    margin-left: 0px;
    transition: all .5s ease;
}
.tabledd{
  border: 1px #666 solid;
  width: 100%;
  margin-top: 10px;
}
}
.download{
  position: relative;
  display: block;
  padding:10px 28px;
  color: #0B78BE;
  font-size: 14px;
}
.download:hover{
  color: #0064A5;
}
.download::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
 
}
.download.p::before{
  background: url('../images/i33.png') no-repeat center center;
  background-size: 100% 100%;
}
.download.x::before{
  background: url('../images/i34.png') no-repeat center center;
  background-size: 100% 100%;
}
.search-mianx{
  padding: 60px 0;
}
.search-mianx .search-left{
  width: 230px;
}
.search-mianx .search-left h1{
  font-weight: normal;
  padding: 15px 0;
  font-size: 22px;
  color: #000;
}
.search-mianx .search-left .searh-li{
  margin-bottom: 15px;
  border: #E2E2E2 1px solid;
}
.search-mianx .search-left .searh-li .title{
  background-color: #F7F7F7;
  padding:10px 15px;
  color: #000;
  font-size: 15px;
}
.search-mianx .search-left .searh-li .search-sub{
  padding: 10px;
}
.search-mianx .search-left .searh-li .search-sub a{
  padding: 10px 0;
}
.search-mianx .search-right{
  width: calc(100% - 250px);
  border: 1px #E2E2E2 solid;
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
}
.search-mianx .search-right .search-lang div{
  color: #6F6F6F;
  font-size: 16px;
}
.search-mianx .search-right li{
  padding: 15px 0;
  border-bottom: 1px #E2E2E2 solid;
}
.search-mianx .search-right li .tag{
  font-size: 14px;
}
.search-mianx .search-right li .title{
  margin: 10px 0;
  font-size: 16px;
  color: #098DE2;
}
.search-mianx .search-right li .dec{
  font-size: 14px;
  color: #4B4B4B;
}
.menu-maxbox .menu-right .tab-plane .tab-item.tabs table tbody tr:hover{
    background-color: #cfe9ff!important;
}
/*.menu-maxbox .menu-right .tab-plane .tab-item.tabs table tbody tr:hover td{*/
/*    color: #fff!important;*/
/*}*/
/*.menu-maxbox .menu-right .tab-plane .tab-item.tabs table tbody tr:hover a{*/
/*    color: #fff!important;*/
/*}*/
@media screen and  (max-width: 1024px) {
  .search-mianx {
    padding: 5% 0;
}

  .search-mianx .search-left {
    width: 100%;
}
.search-mianx .search-right {
  width:100%;
  border: 1px #E2E2E2 solid;
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;

}
}