@charset "UTF-8";


/* 首页 */

.app{
  display: none !important;
}


/* 视屏 */
#publicity-video {
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#publicity-video video {
  display: block;
}
.msg-box-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 1001;
  background: rgba(0,0,0,0.8);
}
.msg-box {
  width: 60%;
  height: 70%;
  background: rgba(0,0,0,0.8);
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.msg-box .close-box {
  width: 30px;
  height: 30px;
  background: url("../images/btn-close-modal.png") no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.msg-box .close-box:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.abo_video {
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

/* banner */
.banner{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .swiper-slide{
  width: 100%;
  position: relative;
}
.banner .swiper-slide img{
  vertical-align: middle;
}
.banner .swiper-slide .bj{
  width: 100%;
  vertical-align: middle;
  transition: all 10s;
}
/* .banner .swiper-slide-active .bj{
  transform: scale(1.1);
} */
.banner .swiper-slide .rq{
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.banner .swiper-slide .rq h1{
  font-size: 64px;
  color: #fff;
}
.banner .swiper-slide .rq p{
  font-size: 20px;
  color: #fff;
  margin-top: 30px;
}
.banner .swiper-slide .rq-button{
  margin-top: 60px;

}
.banner .swiper-slide .rq-button a{
  font-size: 16px;
  width: 129px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #005ba8;
  border-radius: 60px;
  text-decoration: none;
  display: inline-block;
}
.banner .swiper-slide .rq-button .a1{
  width: 164px;
  margin-left: 10px;
}
.banner .swiper-slide .rq-button a:hover{
  background: #FF9351;
}
.banner  .rq-button .button-bc{
  margin-right: 10px;
}
.banner .swiper-container .swiper-button-next,
.banner .swiper-container .swiper-button-prev{
  background:url(../images/jt.png) no-repeat;
  background-size: contain;
}
.banner .swiper-container .swiper-button-prev{
  transform: rotate(180deg);
}
.banner .swiper-pagination-bullet:last-child::before{
  display: none;
}
.banner .swiper-pagination-bullet-active{
  width: 17px;
  height: 17px;
  background: #fff;
  border: 2px solid rgb(16,88,158);
  margin: 0 38px !important;
}
.banner .swiper-slide{
  width: 100%;
}
.banner .swiper-pagination{
  bottom: 90px;
  height: 17px;
  line-height: 17px;
}
.banner .swiper-pagination-bullet{
  width: 13px;
  height: 13px;
  border-radius: 0;
  background: #f6ab00;
  opacity: 1;
  display: inline-block;
  margin: 2px 38px !important;
  position: relative;
}
.banner .swiper-pagination-bullet::before{
  content: '';
  width: 45px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -59px;
  top: 50%;
  transform: translateY(-50%);
}

/* banner1 */
.content1{
  width: 100%;
  padding-top: 80px;
}
.banner1{
  position: relative;
}

.bt h1{
  text-align: center;
  font-size: 48px;
  color: #333333;
  margin-top: -37px;
  position: relative;
  padding-bottom: 24px;
}
.bt h1 span{
  width: 100%;
  font-size: 90px;
  color: #1e3b57;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -42px;
  transform: translateX(-50%);
  opacity: 0.06;
  z-index: 0;
}
.bt h1::before{
  content: '';
  width: 124px;
  height: 2px;
  background: #005ba8;
  position: absolute;
  left: 46%;
  bottom: 0px;
}
.banner1 .banner1-nr{
  /* width: 90%;
  margin: 0 auto; */
  /* overflow: hidden; */
  margin-top: 80px;

}
.banner1 .banner1-nr .nr-div{
  width: 25%;
  float: left;
}
.banner1 .banner1-nr .nr-div .div{
  width: 100%;
  transition: all .5s;
  height: 192px;
  padding-left: 110px;
  padding-top: 20px;
  position: relative;
}
.banner1 .banner1-nr .nr-div:hover .div{
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.banner1 .div-left{
  width: 50px;
  position: absolute;
  left: 30px;
  top: 20px;
}
.banner1 .div-left img{
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all .5s;
}
.banner1 .div-left .ig2{
  opacity: 0;
}
.banner1 .banner1-nr .nr-div:hover .div-left .ig2{
  opacity: 1;
}
.banner1 .banner1-nr .nr-div:hover .div-left .ig1{
  opacity: 0;
}
.banner1 .div-right{
  width: 80%;
  height: 100%;
  position: relative;
}
.banner1 .div-right p{
  font-size: 18px;
  color: #333333;
  font-weight:bold;
}
.banner1 .div-right .right-con{
  width: 100%;
  position: relative;
  margin-top: 13px;

  /* 控制行数2行 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;

  /* 一行
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; */
}
.banner1 .div-right .right-con a:hover{
  color: #005ba8;
}
.banner1 .banner1-nr .nr-div:hover .div-right .ig3{
  opacity: 1;
}
.banner1 .nr-div .ig3{
  position: absolute;
  bottom: 22px;
  left: 0;
  opacity: 0;
}
.banner1 .div-right .right-con a{
  position: relative;
  color: #666;
  font-size: 14px;
  line-height: 26px;
  padding-right: 12px;
  border-right: 1px solid #666;
}
.banner1 .div-right .right-con .con-a{
  border-right: none;
}
.banner1 .banner-an .an-button a{
  font-size: 16px;
  color: #fff;
  background-color: #005ba8;
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius:60px;
  text-decoration: none;
  display: inline-block;
  float: left;
}
.banner1 .banner-an .an-button .a1{
  width: 162px;
  margin-left: 10px;
}
.banner1 .banner-an .an-button a:hover{
  background: #FF9351;
}
.banner1 .banner-an{
  margin-top: 30px;
  padding-bottom: 95px;
  overflow: hidden;
}
.banner1 .banner-an .an-button{
  display: table;
  width: auto;
  margin: 0 auto;
}


/* banner2 */
.content3{
  background: #f5f5f5;
  width: 100%;
  padding: 80px 0;
}
.banner2{
  width: 100%;
  position: relative;
  /* display: flex; */
}
.banner2 .con_div{
  width: 100%;
  position: relative;
}
.banner2 .ig{
  width: 100%;
  vertical-align: middle;
}
.banner2 .div{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner2 .bj{
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s;
}
.banner2 .bj.on{
  opacity: 1;
}

.banner2 .banner2-wz{
  width: 590px;
  height: 100%;
  background: #1063a9;
  z-index: 10;
  position: absolute;
  left: 10%;
  top: 0;
}
.banner2 .banner2-wz h1{
  font-size: 48px;
  color: #fff;
  position: relative;
  margin-left: 67px;
  padding-top: 60px;
  padding-bottom: 24px;
  margin-bottom: 34px;
}
.banner2 .banner2-wz h1::before{
  content: '';
  width: 122px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0%;
  bottom: 0;
}
.banner2 .banner2-wz p{
  font-size: 16px;
  color: #fff;
  margin-left: 67px;
}
.banner2 .banner2-wz .wz-a{
  margin-left: 67px;
  float: none;
  margin-top: 40px;
}
.banner2 .banner2-wz .wz-a li{
  list-style: none;
  margin-bottom: 18px;
  cursor: pointer;
  background: url(../images/y.png) no-repeat  left 50%;
}
.banner2 .banner2-wz .wz-a p{
  font-size: 18px;
  color: #fff;
  /* margin-top: 10px; */
  margin-left: 12px;
  transition: all .5s;
  display: inline-block;
}
.banner2 .banner2-wz .wz-a i{
  display: inline-block;
  width: 0px;
  height: 1px;
  background: #fff;
  transition: all 0.5s;

  margin-bottom: 7px;
  margin-left: 18px;

}
.banner2 .banner2-wz .wz-a li.on1 i{
  width: 200px;
}

.banner2 .banner2-wz .wz-a li.on1 p{
  margin-left: 24px;
}
.banner2 .banner2-wz  .wz-button a{
  width: 130px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background: #FF9351;
  border-radius: 60px;
  text-decoration: none;
  position: absolute;
  bottom: 90px;
  left: 67px;
}


/* banner3 */
.banner3 .banner3-nav img{
  margin-top: 100px;
  margin-left: 521px;
}
.banner3 .banner3-nav h1{
  text-align: center;
  font-size: 48px;
  color: #333333;
  margin-top: -37px;
  position: relative;
}
.banner3 .banner3-nav h1::before{
  content: '';
  width: 124px;
  height: 2px;
  background: #005ba8;
  position: absolute;
  left: 46%;
  bottom: -30px;
}
.banner3 .banner3-con .con-wz{
  margin-top: 50px;
}
.banner3 .banner3-con .con-wz .box .img {
  width: 46%;
  float: left;
  max-height:450px;
      overflow: hidden;
} 

.banner3 .banner3-con .con-wz .box .img img {
  width: 100%;
}

.banner3 .banner3-con .con-wz .box .txt {
  width: 50%;
  float: right;
}

.banner3 .banner3-con .con-wz .box .txt p{
  color: #666;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 8px;
}


.banner3 .banner3-con .con-wz .ck {
  font-size: 16px;
  border-radius: 60px;
  background: #005ba8;
  color: #fff;
  width: 120px;
  line-height: 40px;
  text-align: center;
  margin-top: 40px;
}

.banner3 .banner3-con .con-wz .ck a {
  color: #fff;
}

.banner3 .banner3-con .con-wz .ck:hover{
  background: #FF9351;
}

.banner3 .banner3-con .con-wz .wz-1{
  /* width: 65%; */
  margin: 0 auto;
}
.banner3 .con-nr{
  margin-top: 60px;
  /* margin-bottom: 50px; */
}
.banner3 .con-nr .nr-div{
  width: 23%;
  margin: 0 auto;
  float: left;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  margin-right: 30px;
}
.banner3 .con-nr .nr-div .div-a{
  width: 100%;
  height: 209px;
  transition: all .5s;
  position: relative;
  text-align: center;
}
.banner3 .con-nr .nr-div:hover .div-a{
  transform: translateY(-10px);
}
.banner3 .con-nr .nr-div h1{
  font-size: 36px;
  color: #005ba8;
  line-height: 42px;
  transition: all .5s;
  padding-top: 70px;
  font-weight: bold;
}
.banner3 .con-nr .nr-div:hover h1{
  color: #FF9351;
}
.banner3 .con-nr .nr-div p{
  color: #333333;
  font-size: 20px;
  line-height: 32px;
}

/* banner4 */
.content4{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.banner4 .banner4-nav{
  margin-bottom: 30px;
}
.banner4 .banner4-nav img{
  margin-top: 100px;
  margin-left: 454px;
}
.banner4 .banner4-nav h1{
  text-align: center;
  font-size: 48px;
  color: #333333;
  margin-top: -37px;
  position: relative;
}
.banner4 .banner4-nav h1::before{
  content: '';
  width: 124px;
  height: 2px;
  background: #005ba8;
  position: absolute;
  left: 46%;
  bottom: -30px;
}
.banner4 .banner4-sy .sy-ul{
  margin:0px 120px;
  padding-bottom: 58px;
  padding-top: 44px;
}
.banner4 .banner4-sy .sy-ul li{
  width: 14%;
  float: left;
  margin-left: 10px;
}
.banner4 .banner4-sy .sy-ul li a{
  color: #333333;
  font-size: 16px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  /* border-radius: 60px; */
  display: inline-block;
  display: flex;
  justify-content: space-around;
  border: 1px solid #333333;
}
.banner4 .banner4-sy .sy-ul li a:hover{
  background-color: #005ba8;
  color: #fff;
}
.banner4 .banner4-sy .sy-ul .ul-a a:hover{
  background: none;
  color: #999999;
}
.banner4 .banner4-sy .sy-ul .ul-a{
  width: 8%;
}
.banner4 .banner4-sy .sy-ul .ul-a a{
  font-size: 16px;
  color: #999999;
  border: none;
  font-weight: bold;
}
.banner4  .swiper-slide .slide-p{
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-top: 16px;
  /* position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translatex(-50%);
  font-weight: bold; */
}
.banner4 .banner4-lb3 .swiper-slide img{
  vertical-align: middle;
  width: 100%;
  position: relative;
}

.banner4 .banner4-lb3 .swiper-slide:hover .slide-p{
  opacity: 0;
}
.banner4 .banner4-lb3 .swiper-slide .slide-hover {
  /* display: none; */
  text-align: center;
  padding: 32px 30px;
  height: 100%;
  background: #005ba8;
  color: #ffffff;
  position: absolute;
  left: 0px;
  top: 100%;
  opacity: 0;
  transition: all 1s;
}
.banner4 .banner4-lb3 .swiper-slide:hover .slide-hover{
  opacity: 0.84;
  top: 0;
}
.banner4 .banner4-lb3 .swiper-slide:hover .slide-hover a{
  color: #fff;
}
.banner4 .banner4-lb3  .slide-hover h1{
  font-size: 20px;
  position: relative;
  margin-bottom: 32px;
}
.banner4 .banner4-lb3  .slide-hover p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.banner4 .banner4-lb3  .slide-hover {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.banner4 .banner4-lb3  .slide-hover .p2{
  overflow-y: scroll;
  height: 65%;
}
.banner4 .banner4-lb3  .slide-hover h1::before{
  content: '';
  width: 62px;
  height: 2px;
  background: #FF9351;
  position: absolute;
  left: 50%;
  bottom: -50%;
  transform: translate(-50%,-50%);
}
.banner4 .banner4-lb3  .slide-hover{
  line-height: 32px;
}
.banner4 .banner4-lb3 .swiper-button-next,
.banner4 .banner4-lb3 .swiper-button-prev{
  background: url(../images/lb3jt.png) no-repeat;
  background-size: contain;
  width: 104px;
  height: 124px;
  top: 50%;
  transform: translateY(-50%);
}
.banner4 .banner4-lb3 .swiper-button-prev{
  transform: translateY(-50%) rotate(180deg);
}
.banner4 .banner4-lb3 .swiper-button-prev:hover,
.banner4 .banner4-lb3 .swiper-button-next:hover{
  background: url(../images/lbt3jt2.png) no-repeat;
  background-size: contain;
  width: 104px;
  height: 124px;
  top: 50%;
  transform: translateY(-50%);
}
.banner4 .banner4-lb3 .swiper-button-next:hover{
  transform: translateY(-50%) rotate(180deg);
}

/* con5 */
.content5{
  width: 100%;
  padding-top: 120px;
  padding-bottom: 95px;
}
.con5 .rq{
  color: #999999;
}
.con5 .con5-nav{
  margin-bottom: 30px;
}
.con5 .con5-nav img{
  /* width: 100%; */
  margin-top: 100px;
  margin-left: 627px;
}
.con5 .con5-nav h1{
  text-align: center;
  font-size: 48px;
  color: #333333;
  margin-top: -42px;
  position: relative;
}
.con5 .con5-nav h1::before{
  content: '';
  width: 124px;
  height: 2px;
  background: #005ba8;
  position: absolute;
  left: 46%;
  bottom: -30px;
}

.con5 .con_div1{
  display: table;
  width: auto;
  margin: 0 auto;
  padding:60px 0px;
  padding-bottom: 30px;
}
.con5 .con_div1 p{
  width: 120px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  color: #333333;
  border-radius: 60px;
  text-align: center;
  float: left;
  margin-right: 30px;
  cursor: pointer;
}
.con5 .con_div1 p::before{
  margin-right: 0;
}
/* .con5 .gallery-thumbs .swiper-wrapper .swiper-a{
  position: absolute;
  right: 8%;
  top: 0px;
}
.con5 .gallery-thumbs .swiper-wrapper .swiper-b{
  position: absolute;
  right: -1%;
  top: 0px;
} */

.con5 .con_div1 p.on,
.con5 .con_div1 p:hover{
  background: #005ba8;
  color: #fff;
}
.con5 .div .left-top img{
  vertical-align: middle;
  width: 100%;
}
.con5 .div{
  display: none;
}
.con5 .div.on1{
  display: block;
}
.con5 .div .slide-left{
  width: 32%;
  margin: 1%;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
  float: left;
}
.con5 .div .left-btm{
  width: 100%;
  height: 208px;
  padding: 20px 40px;
  position: relative;
}

.con5 .div .left-btm .btm-rq{
  color: #888888;
  line-height: 32px;
  font-size: 16px;
}
.con5 .div .left-btm a:hover{
  color: #005ba8;
}
.con5 .div .left-btm img{
  width: 30px;
  height: 14px;
  margin-top: 30px;
}
.con5 .div .left-btm img:hover{
  margin: 26px 5px;
  transition: all 1s;
}
.con5 .div .left-btm .p1{
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 16px;
  transition: all .5s;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.con5 .div .slide-left:hover .left-btm .p1{
  color: #005ba8;
}
.con5 .div .left-btm .p2{
  font-size: 16px;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.con5 .div .slide-right{
  width: 63%;
  margin: 1%;
  float: left;
}
.con5 .div .slide-right .top{
  display: flex;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}
.con5 .div .right-top{
  width: 100%;
}
.con5 .div .top-con {
  width: 100%;
  padding: 40px;
}
.con5 .div .top-con .con-a img{
  width: 30px;
  height: 14px;
  position: absolute;
  /* left: 41.6%; */
  right: 40px;
  top: 42px;
}
.con5 .div .top-con .con-a img:hover{
  transform: translateX(10px);
  transition: all 1s;
}
.con5 .div .top-con .con-a .img-a{
  right: 40px;
}
.con5 .div .top-con .con-a .img-a:hover{
  left: 93.6%;
  transition: all 1s;
}
.con5 .div .top-con .con-a h1{
  font-size: 20px;
  color: #333333;
  position: relative;
  font-weight: bold;
  width: 92%;
}
.con5 .div .top-con  .rq{
  color: #888888;
  margin-top: 16px;
}
.con5 .div .top-con a:hover h1{
  color: #005ba8;
}
/* .con5 .div .top-con .con-b{
  margin-top: 26px;
} */
.con5 .div .top-con .con-b{
  line-height: 24px;
  color: #666;
  margin-top: 47px;
  font-size: 16px;


  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;



}
.con5 .div .right-btm{
  display: flex;
  justify-content: space-between;
  margin-top: 32px;

}
.con5 .div .right-btm .btm-con{
  width: 48.5%;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}
.con5 .div  .btm-con .con-ul{
  width: 88%;
  margin: 27px auto;

}
.con5 .div .con-ul li{
  background: url(../images/con5y.png) no-repeat left 50%;
  line-height: 48px;
  text-overflow: ellipsis;

}
.con5 .div .con-ul li a{
  color: #666;
  margin-left: 14px;
  display: block;
  font-size: 16px;
  padding-right: 90px;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

  position: relative;

}
.con5 .div .con-ul li a span{
  position: absolute;
  right: 0;
  top: 0;
}
.con5 .div .con-ul li:hover{
  background: url(../images/con5y2.png) no-repeat left 50%;
}
.con5 .div .con-ul li:hover a{
  color: #FF9351;
}
.con5 .con5-btm{
  display: table;
  width: auto;
  margin: 0 auto;
  margin-top: 48px;
}
.con5 .con5-btm a{
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #005ba8;
  border-radius: 60px;
  display: inline-block;
}
.con5 .con5-btm a:hover{
  background: #FF9351;
}


/* con6 */

.con6 .con6-div{
  width: 61%;
  margin: 0 auto;
}
.con6 .div-top h1{
  color: #ffffff;
  font-size: 48px;
  text-align: center;
  margin-bottom: 68px;
}
.con6 .div-top .top-ul{
  display: flex;
  justify-content: space-around;
}
.con6 .div-top .top-ul img{
  margin: 20px 43px;
}
.con6 .div-top .top-ul p{
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.con6 .div-btm{
  margin-top: 50px;
}

.con6 .div-btm form input{
  background: #fff;
  color: #999999;
  font-size: 16px;
  border-radius: 3px;
}
.con6 .div-btm form .btn-inp{
  display: flex;
  justify-content: space-between
}
.con6 .div-btm form .btn-inp input{
  width: 100%;
  height: 44px;
  color: #999999;
  padding-left: 15px;
}
.con6 .div-btm form .btn-inp .a{
  width: 32%;
  height: auto;
  position: relative;
}
.con6 .div-btm form .btn-inp .a:nth-child(2):before,
.con6 .div-btm form .btn-inp .a:nth-child(3):before{
  content: '*';
  color: red;
  font-size: 16px;
  position: absolute;
  top: 32%;
  left: 3%;
  z-index: 10;
  transform: translate(-50%,-50%);
}
.con6 .div-btm form .btm-a{
  width: 100%;
  margin: 15px 0px;
  height: 120px;
  padding-bottom: 74px;
  padding-left: 15px;
}
.con6 .div-btm form .btm-b{
  width: 33%;
  position: relative;
  float: left;
  margin-left: 22%;
}
.con6 .div-btm form .btm-b input{
  width: 127px;
  height: 52px;
  border-radius: 25px 0px 0px 25px;
  padding-left: 23px;
}
.con6 .div-btm form .btm-b img{
  width: 128px;
  height: 52px;
  vertical-align: middle;
  margin-left: -5px;
}
.con6 .div-btm form .btn-c,
.con6 .div-btm form .btm-b{
  margin-top: 25px;
}
.con6 .div-btm form .btm-b button{
  width: 52px;
  height: 52px;
  background: url(../images/btm-b.png) no-repeat #ededed;
  background-size: contain;
  border-radius: 0px 25px 25px 0px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.con6 .div-btm form .btn-c{
  height: 52px;
  border-radius: 25px;
  padding: 0px 43px;
  color: #005ba8;
  margin-left: 50%;
  transform: translateX(-50%);
}

/* 荣誉资质 */
.honor {
  background: url(../images/02.jpg);
  padding: 80px 0;
}

.honor .bt {
  margin-bottom: 50px;
}

.honor .bt h1 {
  color: #fff;
}

.honor .col-6 a {
  display: block;
  margin-bottom: 40px;
}

.honor .col-6 a .img {
  overflow: hidden;
}

.honor .col-6 a .img img {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.honor .col-6 a:hover .img img {
  transform: scale(1.1);  
}

.honor a p {
  margin-top: 8px;
  text-align: center;
  color: #fff;
}

.honor-btm {
  display: table;
  width: auto;
  margin: 0 auto;
}

.honor-btm a{
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #005ba8;
  border-radius: 60px;
  display: inline-block;
}

.honor-btm a:hover{
  background: #FF9351;
}

/* 
.content7 {
  background: url(../images/02.jpg);
  padding: 50px 0 80px;
}

.content7 .bt h1 {
  color: #fff;
}

.content7 .banner7 {
  margin-top: 50px;
}

.content7 .swiper-slide a img {
  width: 100%;
}

.content7 .swiper-slide a p {
  margin-top: 12px;
  text-align: center;
  color: #fff;
} */



/* 新闻动态 */
.news {
  background: #f5f5f5;
  padding: 80px 0;
}
.news .bt {
  margin-bottom: 50px;
}

.col-item {
  position: relative;
  margin-bottom: 30px;
}

.col-item a {
  display: block;
  overflow: hidden;
}

/* .col-item .imgbox {
  overflow: hidden;
  position: relative;
}

.col-item .imgbox img {
  float: none;
  height: auto;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
} */

.col-item .imgbox {
  overflow: hidden;
}

.col-item .imgbox img {
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.col-item:hover .imgbox img {
  transform: scale(1.1);  
}

.col-item .photo {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.col-item .textbox {
  background: #fff;
  text-align: left;
  padding: 32px 28px 36px 28px;
}

.col-item .textbox .overtext {
  height: 9em;
  overflow: hidden;
}

.col-item .textbox .title {
  font-weight: bold;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 10px;
  color: #333;
}

.col-item:hover .textbox .title {
  color: #005ba8;
}

.col-item .textbox .info {
  font-size: 16px;
  height: auto;
  overflow: hidden;
  margin-bottom: 12px;
  color: #333;
}

.col-item .textbox .text {
  font-size: 16px;
  color: #666;
  clear: both;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-btm {
  display: table;
  width: auto;
  margin: 0 auto;
  margin-top: 48px;
}

.news-btm a{
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #005ba8;
  border-radius: 60px;
  display: inline-block;
}

.news-btm a:hover{
  background: #FF9351;
}

.news-item {
  overflow: hidden;
  position: relative;
  text-align: left;
  background: #fff;
}

.news-item .list-box {
  width: 100%;
  background: #fff;
  padding: 10px 30px;
}

.news-item a {
  margin: 20px 0;
}

.news-item a h4 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 8px;
}

.news-item a:hover h4 {
  color: #005ba8;
}

.news-item a .time {
  font-size: 14px;
  color: #666;
}
/* 
.content8 {
  background: #f5f5f5;
  padding: 80px 0;
}


.con8 .box {
  display: block;
  margin-top: 60px;
}

.con8 .box .left {
  float: left;
  width: 40%;
  background: #fff;
  position: relative;
}

.con8 .box .left .left-top img {
  vertical-align: middle;
  width: 100%;
  height: 410px;
}

.con8 .box .left .left-top .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, .6);
  display: block;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 16px 20px;
  color: #fff;
}

.con8 .box .right {
  float: right;
  width: 58%;
  background: #fff;
}

.con8 .box .right ul {
  width: 92%;
  margin: 29px auto;
}

.con8 .box .right ul li {
  background: url(../images/con5y.png) no-repeat left 50%;
  line-height: 44px;
  text-overflow: ellipsis;
}

.con8 .box .right ul li a {
  color: #666;
  margin-left: 14px;
  display: block;
  font-size: 16px;
  padding-right: 90px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.con8 .box .right ul li:hover a{
  color: #FF9351;
}

.con8 .box .right ul li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}

.con8 .con8-btm {
  display: table;
  width: auto;
  margin: 0 auto;
  margin-top: 48px;
}

.con8 .con8-btm a{
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #005ba8;
  border-radius: 60px;
  display: inline-block;
}

.con8 .con8-btm a:hover{
  background: #FF9351;
} */



@media (max-width: 1680px){
  .banner2 .banner2-wz .wz-button a{
    bottom: 14px;
  }
  .banner3 .con-nr .nr-div{
    margin-right: 20px;
  }
  .con5 .div .slide-left{
    height: 510px;
  }
  .banner4 .banner4-sy .sy-ul {
    margin:0px 0px;
    padding-bottom: 44px;
    padding-top: 34px;
  }

}
@media (max-width: 1459px){
  /* .banner */
  .banner .swiper-slide .rq h1 {
    font-size: 46px;
  }
  .banner .swiper-slide .rq p{
    font-size: 16px;
    margin-top: 23px;
  }
  .banner .swiper-slide .rq-button a {
    width: 99px;
    height: 46px;
    line-height: 46px;
    border-radius: 60px;
  }
  .banner .swiper-slide .rq-button .a1 {
    width: 123px;
    margin-left: 8px;
  }
  .bt h1 {
    font-size: 36px;
    margin-top: -28px;
    padding-bottom: 18px;
  }
  .bt h1 span{
    font-size: 70px;
    top: -32px;
  }
  .bt h1::before{
    content: '';
    width: 95px;
    height: 2px;
  }
  /* .banner1 */
  .content1 {
    padding-top: 50px;
  }
  .banner1 .banner1-nr {
    margin-top: 62px;
  }
  .banner1 .banner-an {
    margin-top: 23px;
    padding-bottom:73px;
  }
  .banner1 .div-left {
    width: 38px;
    left: 23px;
    top: 16px;
  }
  .banner1 .div-right p {
    font-size: 16px;
  }
  .banner1 .div-left img {
    width: 36px;
  }
  .banner1 .banner1-nr  .nr-div .div{
    height: 148px;
    padding-left: 84px;
    padding-top: 15px;
  }
  .banner1 .div-right .right-con a {
    font-size: 14px;
  }
  .banner1 .banner-an .an-button a {
    width: 100px;
    height: 46px;
    line-height: 46px;
  }
  .banner1 .banner-an .an-button .a1 {
    width: 123px;
    margin-left: 8px;
  }
  .banner1 .nr-div .ig3{
    width: 27px;
    height: 12px;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 20px;
    height: 44px;
  }
  /* .banner2 */
  .banner2 .banner2-wz h1 {
    font-size: 36px;
    margin-left: 51px;
    padding-top: 60px;
    padding-bottom: 18px;
    margin-bottom: 23px;
  }
  .banner2 .banner2-wz h1::before {
    width: 93px;
  }
  .banner2 .banner2-wz p {
    font-size: 14px;
    margin-left: 51px;
  }
  .banner2 .banner2-wz .wz-a p {
    font-size: 16px;
    margin-left: 9px;
  }
  .banner2 .banner2-wz .wz-a li.on1 p {
    margin-left: 18px;
  }
  .banner2 .banner2-wz .wz-a {
    margin-left: 51px;
    margin-top: 40px;
  }
  .banner2 .banner2-wz .wz-a li {
    margin-bottom: 14px;
  }
  .banner2 .banner2-wz .wz-button a {
    width: 100px;
    height: 35px;
    line-height: 35px;
    left: 51px;
  }
  .banner2 .banner2-wz {
    width: 544px;
  }
  .banner2 .banner2-wz .wz-a i {
    margin-bottom: 5px;
    margin-left: 14px;
  }
  .banner2 .banner2-wz .wz-a li.on1 i {
    width: 153px;
  }
  /* .banner3 */
  .banner3 .banner3-con .con-wz {
    margin-top: 38px;
  }
  .banner3 .con-nr {
    margin-top: 50px;
    margin-bottom: 38px;
  }
  .banner3 .banner3-con .con-wz p {
    font-size: 14px;
  }
  .banner3 .con-nr .nr-div p {
    font-size: 14px;
    line-height: 24px;
  }
  .banner3 .con-nr .nr-div {
    height: 160px;
    margin-right: 23px;
  }
  .banner3 .con-nr .nr-div h1 {
    font-size: 28px;
    line-height: 27px;
    padding-top: 54px;
  }
  .banner3 .con-nr .nr-div p {
    font-size: 15px;
    line-height: 24px;
  }
  .content3 {
    padding-top: 50px;
  }
  /* .banner4 */
  .content4 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  /* .banner4 .banner4-sy .sy-ul {
    margin:0px 172px;
    padding-bottom: 44px;
    padding-top: 34px;
  } */
  /* .banner4 .banner4-sy .sy-ul li {
    width: 33.3333%;
    margin: auto;
  } */
  .banner4 .banner4-sy .sy-ul li a {
    font-size: 15px;
  }
  /* .banner4 .banner4-sy .sy-ul .ul-a a {
    display: none;
  } */
  .banner4 .swiper-slide .slide-p {
    bottom: 23px;
    font-size: 16px;
  }
  .banner4 .banner4-lb3 .swiper-button-next,
  .banner4 .banner4-lb3 .swiper-button-prev {
    width: 80px;
    height: 95px;
    top: 61%;
  }
  .banner4 .banner4-lb3 .swiper-button-prev:hover,
  .banner4 .banner4-lb3 .swiper-button-next:hover{
    width: 80px;
    height: 95px;
    top: 61%;
  }
  .banner4 .banner4-lb3 .swiper-slide .slide-hover {
    padding:28px  23px;
    line-height: 20px;
    overflow: hidden;
    }
    .banner4 .banner4-lb3 .slide-hover h1 {
      font-size: 17px;
      position: relative;
      margin-bottom: 22px;
  }
    .banner4 .banner4-lb3 .slide-hover p{
      font-size: 13px;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
  .banner4 .banner4-lb3  .slide-hover h1::before{
    bottom: -10px;
  }
  /* .con5 */
  /* .content5 {
    padding-top: 50px;
    padding-bottom: 73px;
  }
  .con5 .con_div1{
    padding: 46px 0px;
    padding-bottom: 20px;
  }
  .con5 .con5-btm {
    margin-top: 36px;
  }
  .con5 .con_div1 p {
    width: 92px;
    height: 26px;
    line-height: 26px;
  }
  .con5 .div .left-btm .btm-rq {
    line-height: 24px;
  }
  .con5 .div .left-btm .p1 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .con5 .div .left-btm .p2 {
    font-size: 14px;
    line-height: 18px;
  }

  .con5 .div .left-btm {
    height: 160px;
    padding: 16px 30px;
  }
  .con5 .div .slide-left {
    height: 401px;
  }
  .con5 .div .top-con {
    padding: 30px;
  }
  .con5 .div .top-con .con-a h1 {
    font-size: 16px;
  }
  .con5 .div .left-btm img {
    width: 23px;
    height: 10px;
    margin-top: 24px;
  }
  .con5 .div .left-btm img:hover{
    margin: 24px 5px;
  }
  .con5 .div .left-btm img:hover{
    margin: 20px 5px;
  }
  .con5 .div .top-con .rq {
    margin-top: 14px;
  }
  .con5 .div .top-con .con-b {
    line-height: 18px;
    margin-top: 36px;
    font-size: 14px;
  }
  .con5 .div .con-ul li {
    line-height: 36px;
  }
  .con5 .div .con-ul li a{
    margin-left: 10px;
    font-size: 14px;
  }
  .con5 .div .btm-con .con-ul {
    margin: 20px auto;
  }
  .con5 .div .top-con .con-a img {
    width:23px;
    height: 10px;
    top: 33px;
  }

  .con5 .con5-btm a {
    width: 123px;
    height: 46px;
    line-height: 46px;
  } */

  /* .con6 */
  .content6 {
    padding: 61px 0px;
  }
  .con6 .div-top h1 {
    font-size: 36px;
    margin-bottom: 46px;
  }
  .con6 .div-btm {
    margin-top: 38px;
  }
  .con6 .div-btm form .btn-c, .con6 .div-btm form .btm-b {
    margin-top: 19px;
  }
  .con6 .div-top .top-ul img {
    margin: 16px 33px;
    width: 62px;
    height: 62px;
  }
  .con6 .div-top .top-ul p {
    font-size: 16px;
  }
  .con6 .div-btm form .btn-inp input {
    padding-left: 12px;
    font-size: 14px;
  }
  .con6 .div-btm form .btm-a {
    margin: 12px 0px;
    height: 92px;
    padding-bottom: 56px;
    padding-left: 12px;
    font-size: 12px;
  }
  .con6 .div-btm form .btm-b input {
    width: 98px;
    height:40px;
    padding-left: 17px;
  }
  .con6 .div-btm form .btm-b img {
    width: 98px;
    height: 40px;
  }
  .con6 .div-btm form .btm-b button {
    width:40px;
    height: 40px;
  }
  .con6 .div-btm form .btn-c {
    height: 40px;
    padding: 0px 33px;
  }
}
@media (max-width: 1259px){
  /* .banner */
  .banner .swiper-slide .rq h1 {
    font-size: 45px;
  }
  .banner .swiper-slide .rq p{
    font-size: 14px;
    margin-top: 21px;
  }

  .banner .swiper-slide .rq-button .a1 {
    width: 112px;
    margin-left: 7px;
  }
  .banner .swiper-slide .rq-button a{
    font-size: 10px;
    width: 90px;
    height: 42px;
    line-height: 42px;
  }
  /* .bt */
  .bt h1 {
    font-size: 32px;
    margin-top: -25px;
    padding-bottom: 16px;
  }
  .bt h1 span{
    font-size: 64px;
    top: -29px;
  }
  .bt h1::before{
    content: '';
    width: 86px;
    height: 2px;
  }
  /* .banner1 */
  .content1 {
    padding-top: 87px;
  }
  .banner1 .banner1-nr {
    margin-top: 56px;
  }
  .banner1 .banner-an {
    margin-top: 21px;
    padding-bottom:66px;
  }
  .banner1 .div-left {
    width: 35px;
    left: 21px;
    top: 15px;
  }
  .banner1 .div-right p {
    font-size: 14px;
  }
  .banner1 .div-right .right-con a {
    font-size: 14px;
  }
  .banner1 .div-left img {
    width: 36px;
  }
  .banner1 .banner1-nr  .nr-div .div{
    height: 135px;
    padding-left: 76px;
    padding-top: 14px;
  }
  .banner1 .banner-an .an-button a {
    font-size: 14px;
    width: 91px;
    height: 42px;
    line-height: 42px;
  }
  .banner1 .banner-an .an-button .a1 {
    width: 112px;
    margin-left: 7px;
  }
  .banner1 .nr-div .ig3{
    width: 24px;
    height: 10px;
  }
  /* .banner2 */
  .banner2 .banner2-wz h1::before {
    width: 85px;
  }
  .banner2 .banner2-wz h1 {
    font-size: 32px;
    margin-left: 46px;
    padding-top: 55px;
    padding-bottom: 16px;
    margin-bottom: 21px;
  }
  .banner2 .banner2-wz p {
    font-size: 10px;
    margin-left: 46px;
  }
  .banner2 .banner2-wz .wz-a p {
    font-size: 14px;
    margin-left: 8px;
  }
  .banner2 .banner2-wz .wz-a li.on1 p {
    margin-left: 20px;
  }
  .banner2 .banner2-wz .wz-a li {
    margin-bottom: 12px;
  }
  .banner2 .banner2-wz .wz-a {
    margin-left: 46px;
    margin-top: 36px;
  }
  .banner2 .banner2-wz .wz-button a {
    width: 91px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    bottom: 20px;
    left: 46px;
  }
  .banner2 .banner2-wz {
    width: 495px;
  }
  .banner2 .banner2-wz .wz-a i {
    margin-bottom: 4px;
    margin-left: 13px;
  }
  .banner2 .banner2-wz .wz-a li.on1 i {
    width: 139px;
  }
  /* .banner3 */
  .banner3 .banner3-con .con-wz {
    margin-top: 34px;
  }
  .banner3 .con-nr {
    margin-top: 56px;
    margin-bottom: 34px;
  }

  .banner3 .con-nr .nr-div h1 {
    font-size: 25px;
  }
  .banner3 .con-nr .nr-div p {
    font-size: 12px;
    line-height: 22px;
  }
  .banner3 .con-nr .nr-div {
    height: 145px;
    margin-right: 19px;
  }

  .banner3 .con-nr .nr-div p {
    font-size: 12px;
    line-height: 22px;
  }
  .content3 {
    padding-top: 91px;
  }
  /* .banner4 */
  .content4 {
    padding-top: 70px;
  }
  .banner4 .banner4-sy .sy-ul li a {
    font-size: 10px;
    width: 130px;
    height: 23px;
    line-height: 23px;
  }
  .banner4 .banner4-sy .sy-ul {
    margin:0px 0px;
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .banner4 .banner4-sy .sy-ul .ul-a a {
    font-size: 10px;
    width: 62px;
  }
  .banner4 .banner4-lb3 .swiper-button-next,
  .banner4 .banner4-lb3 .swiper-button-prev {
    width: 73px;
    height: 86px;
    top: 61%;
  }
  .banner4 .banner4-lb3 .swiper-button-prev:hover,
  .banner4 .banner4-lb3 .swiper-button-next:hover{
    width: 73px;
    height: 86px;
  }
  .banner4 .swiper-slide .slide-p {
    bottom: 20px;
  }
  .banner4 .swiper-slide .slide-p {
    font-size: 14px;
  }
  .banner4 .banner4-lb3 .swiper-slide .slide-hover {
    padding: 40px 19px;
    line-height: 21px;
  }
  .banner4 .banner4-lb3  .slide-hover h1::before{
    bottom: -8px;
  }

  /* .con5 */
  .content5 {
    padding-top: 98px;
    padding-bottom: 66px;
  }
  .con5 .con_div1{
    padding: 42px 0px;
    padding-bottom: 20px;
  }
  .con5 .con5-btm {
    margin-top: 32px;
  }
  .con5 .con_div1 p {
    font-size: 14px;
  }
  /* .con5 .gallery-thumbs .swiper-wrapper .swiper-a {
    right: 11%;
  }
  .con5 .gallery-thumbs .swiper-wrapper .swiper-b {
    right: -2%; */

  .con5 .div .left-btm .btm-rq {
    line-height: 22px;
    font-size: 14px;
  }
  .con5 .div .left-btm .p1 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .con5 .div .left-btm .p2 {
    font-size: 12px;
    line-height: 16px;
  }
  .con5 .div .left-btm {
    height: 145px;
    padding: 14px 27px;
  }
  .con5 .div .slide-left {
    height: 364px;
  }
  .con5 .div .top-con {
    padding: 27px;
  }
  .con5 .div .top-con .con-a h1 {
    font-size: 14px;
  }
  .con5 .div .left-btm img {
    width: 20px;
    height: 9px;
    margin-top: 22px;
  }
  .con5 .div .left-btm img:hover{
    margin: 22px 5px;
  }
  .con5 .div .top-con .con-b {
    line-height: 16px;
    margin-top: 32px;
    font-size: 10px;
  }
  .con5 .div .con-ul li {
    line-height: 32px;
  }
  .con5 .div .con-ul li a{
    margin-left: 9px;
    font-size: 14px;
  }
  .con5 .div .btm-con .con-ul {
    margin: 20px auto;
  }
  .con5 .div .top-con .con-a img {
    width:20px;
    height: 9px;
    top: 30px;
    right: 27px;
  }
  .con5 .div .top-con .con-a .img-a {
    right: 27px;
    top: 30px;
  }
  .con5 .con5-btm a {
    width: 112px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
  /* .con6 */
  .content6 {
    padding: 54px 0px;
  }
  .con6 .div-top h1 {
    font-size: 32px;
    margin-bottom: 42px;
  }
  .con6 .div-btm {
    margin-top: 34px;
  }
  .con6 .div-btm form .btn-c, .con6 .div-btm form .btm-b {
    margin-top: 17px;
  }
  .con6 .div-top .top-ul img {
    margin: 14px 30px;
    width: 56px;
    height: 56px;
  }
  .con6 .div-top .top-ul p {
    font-size: 14px;

  }
  .con6 .div-btm form .btn-inp input {
    padding-left: 10px;
    font-size: 10px;
  }
  .con6 .div-btm form .btm-a {
    margin: 10px 0px;
    height: 83px;
    padding-bottom: 51px;
    padding-left: 10px;
    font-size: 10px;
  }
  .con6 .div-btm form .btm-b input {
    width: 89px;
    height:36px;
    padding-left: 15px;
  }
  .con6 .div-btm form .btm-b img {
    width: 89px;
    height: 36px;
  }
  .con6 .div-btm form .btm-b button {
    width:36px;
    height: 36px;
  }
  .con6 .div-btm form .btn-c {
    height: 36px;
    padding: 0px 30px;
  }
}
@media (max-width: 991px){
  /* .banner */
  .banner .swiper-slide .rq h1 {
    font-size: 38px;
  }

  .banner .swiper-slide .rq p{
    font-size: 12px;
    margin-top: 13px;
  }

  .banner .swiper-slide .rq-button .a1 {
    width: 101px;
    margin-left: 6px;
  }
  .banner .swiper-slide .rq-button a{
    font-size: 8px;
    width: 75px;
    height: 38px;
    line-height: 38px;
  }
  /* .bt */
  .bt h1 {
    font-size: 26px;
    margin-top: -22px;
    padding-bottom: 14px;
  }
  .bt h1 span{
    font-size: 45px;
    top: -24px;
  }
  .bt h1::before{
    content: '';
    width: 71px;
    height: 2px;
  }
  /* .banner1 */
  .content1 {
    padding-top: 66px;
  }
  .banner2 .div {
    height: auto;
  }
  .banner1 .banner1-nr .nr-div {
    width: 50%;
    height: 142px;
  }
  /* .banner2 */
  .banner2 .banner2-wz {
    width: 100%;
    padding-bottom: 92px;
    position: static;
  }
  .banner3 .con-nr .nr-div {
    width: 22%;
  }
  .banner3 .banner3-con .con-wz .wz-1 {
    width: 100%;
  }

  .banner3 .banner3-con .con-wz .box .img {
    width: 100%;
  } 
  
  
  .banner3 .banner3-con .con-wz .box .txt {
    width: 100%;
  }


  .banner4 .banner4-sy .sy-ul li a {
    color: #333333;
    font-size: 16px;
    width: 100%;
    text-align: center;
    height: 34px;
    line-height: 34px;
    margin: 5px auto;
  }
  .banner4 .banner4-sy .sy-ul li {
    width: 32%;
    margin-right: 1.95%;
    margin-left: 0px;
  }
  .banner4 .banner4-sy .sy-ul .ul-a a {
    font-size: 16px;
    width: 100%;
  }
  .banner4 .banner4-sy .sy-ul .ul-a {
    width: 100%;
    margin-right: 0;
  }
  .banner4 .banner4-sy .sy-ul li:nth-child(3n){
    margin-right: 0%;
  }
  .banner4 .banner4-sy .sy-ul {
    width: 100%;
    margin: 0px;
  }

  .con6 .div-btm form .btm-b {
    float: unset;
    width: 46%;
    margin-left: 0;
  }
  .con6 .div-btm form .btn-c {
    margin-left: 0px;
    transform: translateX(0%);
  }
  .con6 .div-btm form .btm-b button {
    right: 131px;
  }
  .con5 .div .slide-left{
    width: 100%;
    margin: 0;
    height: auto;
  }
  .con5 .div .slide-right .top{
    display: none;
  }
  .con5 .div .slide-right{
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  .con5 .div .swiper-slide{
    padding: 0 20px;
    padding-bottom: 20px;
  }
  .con5 .con_div1 p {
    margin: auto;
  }
  /* .con5 .gallery-thumbs .swiper-wrapper .swiper-a {
    position: static;
}  */
  .con5 .div .top-con .con-a img {
    top: 64.5%;
    left: 42.6%;
  }
  .con5 .div .top-con .con-a img:hover{
    top: 64.5%;
    left: 44.6%;
  }
  .con5 .div .top-con .con-a .img-a {
    left: 88.6%;
  }
  .con5 .div .top-con .con-a .img-a:hover {
    left: 90.6%;
  }
  .con6 .con6-div {
    width: 100%;
  }

  .content8 {
    padding: 0 0 30px;
  }

  .con8 .box {
    margin-top: 30px;
  }

  .con8 .box .left {
    width: 100%;
    margin: 0;
    height: auto;
    margin-bottom: 20px;
  }

  .con8 .box .right {
    width: 100%;
    margin: 0;
    height: auto;
  }

  .con8 .con8-btm {
    margin-top: 24px;
  }


}
@media (max-width: 768px){
  .pc{
    display: none !important;
  }
  .app{
    display: block !important;
  }
  .banner .swiper-slide .rq {
    left: 50%;
  }
  .banner .swiper-slide .rq-button {
    margin-top: 40px;
  }
  .banner .swiper-slide .rq h1 {
    font-size: 30px;
  }
  .banner3 .con-nr {
    margin-left: 30px;
  }

  .honor {
    padding: 30px 0;
  }
  .news {
    padding: 30px 0;
  }

}
@media (max-width: 500px) {
  .banner .swiper-slide .rq h1 {
    font-size: 24px;
  }
  .con6 .div-top .top-ul p {
    font-size: 12px;

  }
  .con6 .div-btm form .btn-inp .a {
    width: 100%;
  }
  .con6 .div-btm form .btn-inp .a:nth-child(2):before, .con6 .div-btm form .btn-inp .a:nth-child(3):before {
    font-size: 14px;
  }
  .banner .swiper-slide .rq p {
    font-size: 14px;
    margin-top: 10px;
  }
  .banner1 .banner1-nr .nr-div {
    width: 100%;
    height: 142px;
  }
  .banner3 .con-nr .nr-div {
    width: 45%;
    margin-top: 20px;
  }
  .content1 {
    padding-top: 0px;
  }
  .bt h1 {
    font-size: 24px;
    margin-top: -22px;
    padding-bottom: 14px;
  }
  .bt h1::before {
    width: 50px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
  }

  .bt h1 span {
    font-size: 36px;
    top: -18px;
  }
  .banner1 .banner1-nr {
    margin-top: 24px;
  }
  .banner1 .banner1-nr .nr-div {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .banner1 .banner1-nr .nr-div .div{
    height: 148px;
    padding-left: 84px;
    padding-top: 15px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
  }
  .banner1 .div-left img {
    width: 30px;
  }
  .banner1 .nr-div .ig3 {
    position: absolute;
    bottom: 24px;
    left: 0;
    opacity: 1;
  }
  .banner1 .div-right {
    position: relative;
    padding-bottom: 20px;
  }
  .banner1 .banner-an {
    padding-bottom: 50px;
  }
  .banner2{
    display: flex;
    flex-wrap: wrap-reverse;
  }
  .banner2 .div{
    bottom: 0;
  }
  .banner2 .banner2-wz {
    width: 100%;
    padding-bottom: 92px;
    position: static;
    padding: 20px 15px;
    padding-bottom: 30px;
  }
  .banner2 .banner2-wz h1 {
    font-size: 24px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 16px;
    margin-bottom: 21px;
  }
  .banner2 .banner2-wz p {
    font-size: 14px;
    margin-left: 0;
    display: none;
  }
  .banner2 .banner2-wz .wz-a {
    margin-left: 0;
    margin-top: 20px;
  }
  .banner2 .banner2-wz .wz-a li {
    margin-bottom: 8px;
    width: 54%;
    margin-right: 2%;
    float: left;
  }
  .banner2 .banner2-wz .wz-a li:nth-child(2n){
    margin-right: 0;
    width: 44%;
  }
  .banner2 .banner2-wz .wz-a p {
    font-size: 16px;
    margin-left: 15px;
  }
  .banner2 .banner2-wz .wz-a li.on1 i {
    width: 24px;    margin-bottom: 5px;

    /* display: none; */
  }
  .banner2 .banner2-wz .wz-a i {
    margin-left: 4px;
  }
  .banner2 .banner2-wz .wz-button a {
    width: 91px;
    height: 32px;
    line-height: 32px;
    bottom: 17px;
    left: 15px;
    display: none;
  }

  .content3 {
    padding-top: 0px;
  }
  .banner3 .banner3-con .con-wz {
    margin-top: 22px;
  }
  .banner3 .banner3-con .con-wz p {
    line-height: 26px;
    display: none;
  }
  .banner3 .banner3-con .con-wz .ck{
    font-size: 14px;
    width: 100px;
    line-height: 24px;
    margin: 15px auto;
  }
  .banner3 .banner3-con .con-wz .wz-1{
    display: block;
  }
  .banner3 .con-nr {
    margin-top: 20px;
    margin-left: 15px;
  }
  .banner3 .con-nr .nr-div {
    width: 49%;
    margin-top: 10px;
    margin-right: 2%;
    height: 100px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 8%)
  }
  .banner3 .con-nr .nr-div:nth-child(2n){
    margin-right: 0;
  }
  .banner3 .con-nr {
    margin-bottom: 0;
    margin-top: 0px;
    margin-left: 0px;
  }
  .banner3 .con-nr .nr-div h1 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 23px;
  }
  .banner3 .con-nr .nr-div p {
    font-size: 14px;
  }
  .content4 {
    padding-top: 0px;
  }
  .banner4 .banner4-sy .sy-ul {
    margin: 0px;
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .banner4 .banner4-sy .sy-ul li {
    width: 50%;
    margin: auto;
  }
  .banner4 .banner4-lb3 .swiper-slide:hover .slide-hover{
    display: none;
  }
  .banner4 .banner4-lb3 .swiper-slide:hover .slide-p {
    opacity: 1;
  }
  .banner4 .banner4-lb3 .swiper-button-next, .banner4 .banner4-lb3 .swiper-button-prev {
    width: 60px;
    height: 72px;
  }
  .content5 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .con5 .div .swiper-slide {
    padding: 0px;
  }
  .con5 .div .slide-left {
    box-shadow: none;

  }
  .con5 .div .left-btm .p1 {
    font-size: 16px;
  }

  .con5 .div .left-btm .p2 {
    font-size: 14px;
  }
  .con5 .div .left-btm {
    width: 100%;
    background: #efefef;
    padding: 0px;
    height: auto;
  }
  .con5 .div .slide-right {
    margin-top: 10px;
    box-shadow: none;

  }
  .con5 .div .top-con {
    padding: 10px;
    width: 100%;
    padding-bottom: 20px;
  }
  .con5 .div .right-top {
    width: 100%;
    background: #efefef;
  }
  .con5 .div .slide-right .top{
    display: none;
  }

  .con5 .div .right-btm .btm-con {
    width: 100%;
    box-shadow: none;
    background: #efefef;
  }
  .con5 .div .right-btm .con-1{
    display: none;
  }

  .con5 .div .slide-right .top-a{
    margin-top: 10px;
  }
  .con5 .div .top-con .con-b {
    font-size: 14px;
    margin-top: 10px;
  }
  .con5 .con_div1{
    padding: 25px 0px;
  }
  .con5 .div .top-con .con-a h1 {
    font-size: 20px;
    margin-top: 10px;
  }
  .con5 .div .top-con .rq {
    margin-top: 14px;
    font-size: 14px;
  }
  .con5 .div .top-con .con-a img{
    display: none;
  }
  .con5 .div .right-btm {
    margin-top: 10px;
    display: block;
  }
  .con5 .div .left-btm {
    height: auto;
    padding: 14px 10px;
  }
  .con5 .div .btm-con .con-ul {
    margin: 10px auto;
    padding: 10px 0;
  }
  .con5 .con5-btm {
    margin-top: 20px;
    margin-bottom:50px;
  }

  .content6 {
    padding:0px 0px 30px 0px;
  }
  .con6 .div-top h1 {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .con6 .div-top .top-ul{
    width: 100%;
  }
  .con6 .div-top .top-ul img {
    margin: 0px;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  /* .con6 .div-top .top-ul p {
    font-size: 14px;
    width: 100%;
} */
  .con6 .div-btm form .btn-inp {
    display: block;
  }
  .con6 .div-btm form .btn-inp input {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
  }
  .con6 .div-btm form .btm-a {
    font-size: 14px;
  }
  .con6 .div-btm form .btm-b img {
    position: absolute;
    bottom: 0;
    left: 210px;
  }
  .con6 .div-btm form .btm-b button {
    right: -60px;
  }
  .banner4 .banner4-sy .sy-ul li a {
    font-size: 14px;
  }
  .con6 .div-btm form .btn-c {
    margin-left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
  }
  .con6 .div-btm form .btm-b {
    width: 100%;
  }
  .con6 .div-btm form .btm-b button {
    right: 0px;
  }
  .con6 .div-btm form .btm-b input {
    width: 62%;
    font-size: 14px;
  }
}











/* 内页 */
/* 新闻中心 */


/* .por4_con2 */
.por4_con2{
  width: 100%;
  background: rgb(248,248,248);
}
.por4_con2 .por_con2_lef{
  width: 100% !important;
}
.por4_con2 .por_con2_lef .rq3{
  width: 100%;
  background: #fff;

  display: flex;
  align-items: center;
}
.por4_con2 .por_con2_lef .rq3 .p{
  width: 24%;
  height: 150px;
  text-align: center;
  position: relative;
  background: #005ba8;
}
.por4_con2 .por_con2_lef .rq3 .p i{
  font-size: 30px;
  color: #ffffff;
  line-height: 67px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.por4_con2 .por_con2_lef .rq3 .p i::before,
.por4_con2 .por_con2_lef .rq3 .p i::after{
  content: '';
  width: 30px;
  height: 2px;
  background: rgba(255,255,255,.3);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.por4_con2 .por_con2_lef .rq3 .p i::after{
  top: 100%;
}
.por4_con2 .por_con2_lef .rq3 .p span{
  width: 100%;
  text-align: center;
  font-size: 44px;
  color: #ffffff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.por4_con2 .por_con2_lef .rq3 .div{
  width: 76%;
  width: 100%;
  padding: 10px 40px;
}
.por4_con2 .por_con2_lef .rq3 .div a{
  display: inline-block;
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  border: 1px solid rgb(209,210,211);
  border-radius: 5px;
  margin-bottom: 4px;
  margin-right: 5px;
  padding: 0 15px;
}
.por4_con2 .por_con2_lef .rq3 .div a:hover{
  color: #fff;
  background: #005ba8;
  border: 1px solid #005ba8;
}
@media(max-width:1459px){
  .por4_con2 .por_con2_lef .rq3 .p{
    height: 115px;
  }
  .por4_con2 .por_con2_lef .rq3 .p i{
    font-size: 22px;
    line-height: 50px;
  }
  .por4_con2 .por_con2_lef .rq3 .p span {
    font-size: 33px;
  }
  .por4_con2 .por_con2_lef .rq3 .div {
    padding: 10px 30px;
  }
  .por4_con2 .por_con2_lef .rq3 .div a {
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
  }
}
@media(max-width:991px){
  .por4_con2 .por_con2_lef .rq3{
    flex-wrap: wrap;
  }
  .por4_con2 .por_con2_lef .rq3 .p{
    width: 100%;
  }
  .por4_con2 .por_con2_lef .rq3 .p {
    height: 65px;
  }
  .por4_con2 .por_con2_lef .rq3 .p i {
    font-size: 20px;
    line-height: 36px;
  }
  .por4_con2 .por_con2_lef .rq3 .div {
    width: 100%;
  }
  .por4_con2 .por_con2_lef .rq3 .div {
    padding: 10px 10px;
  }
}




/* .por4_con3 */
.por4_con3{
  width: 100%;
  /* padding-bottom: 24px; */
  background: rgb(249,249,249);
}
.por4_con3 .por_con2_rig .rq2{
  width: 100%;
  height: 258px;
  background-image: url(../images/por1_con2_img13.jpg);
  background-size: cover;
}
.por4_con3 .por_con2_rig .rq2 .lef{
  width: 42%;
  float: left;
  padding-left: 100px;
  padding-top: 58px;
}
.por4_con3 .por_con2_rig .rq2 .lef span{
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  line-height: 34px;
  padding: 0 15px;
  background: #005ba8;
}
.por4_con3 .por_con2_rig .rq2 .lef p{
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 14px;
  padding-bottom: 35px;
  position: relative;
}
.por4_con3 .por_con2_rig .rq2 .lef p::before{
  content: '';
  width: 38px;
  height: 2px;
  background: rgb(143,147,150);
  position: absolute;
  bottom: 0;
  left: 0;
}
.por4_con3 .por_con2_rig .rq2 .rig{
  width: 58%;
  height: 100%;
  float: left;
  position: relative;
}
.por4_con3 .por_con2_rig .rq2 .rig img{
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.por4_con3 .por_con2_rig .rq2:hover .rig img{
  transform: translate(-50%,-50%) scale(1.08);
}

@media(max-width:1459px){
  .por4_con3 .por_con2_rig .rq2 {
    height: 196px;
  }
  .por4_con3 .por_con2_rig .rq2 .lef {
    padding-top: 44px;
  }
  .por4_con3 .por_con2_rig .rq2 .lef span {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
  }
  .por4_con3 .por_con2_rig .rq2 .lef p {
    font-size: 27px;
    margin-top: 12px;
    padding-bottom: 24px;
  }
  .por4_con3 .por_con2_rig .rq2 .rig img {
    max-width: 75%;
    max-height: 75%;
  }
}
@media(max-width:500px){
  .por4_con3 {
    padding-bottom: 20px;
  }
  .por4_con3 .por_con2_rig .rq2 .lef{
    width: 100%;
    padding-left: 30px;
    padding-top: 33px;
  }
  .por4_con3 .por_con2_rig .rq2 .rig{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .por4_con3 .por_con2_rig .rq2 .rig img {
    position: static;
    transform: translate(0%,0%);
  }
  .por4_con3 .por_con2_rig .rq2{
    height: auto;
    margin-bottom: 0;
  }
  .por4_con3 .por_con2_rig .rq2 .lef span {
    font-size: 12px;
    line-height: 26px;
    padding: 0 7px;
  }
  .por4_con3 .por_con2_rig .rq2 .lef p {
    font-size: 22px;
    margin-top: 10px;
    padding-bottom: 16px;
  }
  .por4_con3 .por_con2_rig .rq2 .rig img {
    max-width: 70%;
    max-height: 70%;
    display: block;
    margin: 0 auto;
  }
  .por4_con3 .por_lis4 {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}


.por4_con3 .por_con2_rig .rq3{
  width: 100%;
  background: rgba(0,0,0,0);
}
.por4_con3 .por_con2_rig .rq3 .div{
  padding: 23px 0;
}
.por4_con3 .por_con2_rig .rq3 .div .div1{
  width: 23.5%;
  height: 218px;
  margin-right: 2%;
  float: left;
  background: #fff;
  padding: 30px 23px;
  transition: all .5s;
}
.por4_con3 .por_con2_rig .rq3 .div .div1:hover{
  box-shadow: 0px 16px 22px 0px rgb(90,91,95,.2);
  transform: translate3d(0,-5px,0);
}
.por4_con3 .por_con2_rig .rq3 .div .div1:nth-child(4n){
  margin-right: 0;
}
.por4_con3 .por_con2_rig .rq3 .div .div1 img{
  width: 44px;
  display: block;
  margin: 0 auto;
}
.por4_con3 .por_con2_rig .rq3 .div .div1 .p1{
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid rgb(207,206,206);
  text-align: center;
  padding-top: 22px;
  padding-bottom: 9px;
  margin-bottom: 18px;
}
.por4_con3 .por_con2_rig .rq3 .div .div1 .p2{
  font-size: 16px;
  color: #333333;
  text-align: center;
  opacity: 0.7;
  font-family: "por4_din1";
}
.por4_con3 .por_con2_rig .rq3 .div .div1 .p3{
  font-size: 16px;
  color: #333333;
  text-align: center;
  opacity: 0.7;
  font-family: "por4_din1";
}

@media(max-width:1459px){
  .por_lis4 {
    padding-bottom: 10px;
  }
  .por4_con3 .por_con2_rig .rq3 .p {
    font-size: 20px;
    line-height: 54px;
    padding: 0 19px;
  }
  .por4_con3 .por_con2_rig .rq3 .p span {
    font-size: 18px;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1 {
    height: 165px;
    padding: 22px 18px;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1 img {
    width: 33px;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1 .p1 {
    font-size: 18px;
    padding-top: 18px;
    padding-bottom: 9px;
    margin-bottom: 10px;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1 .p2 {
    font-size: 16px;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1 .p3 {
    font-size: 14px;
  }
}
@media(max-width:768px){
  .por4_con3 .por_con2_rig .rq3 .div .div1{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1:nth-child(4n){
    margin-right: 2%;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1:nth-child(2n){
    margin-right: 0;
  }
}
@media(max-width:500px){
  .por4_con3 .por_con2_rig .rq3 {
    margin-bottom: 0px;
  }
  .por4_con3 .por_con2_rig .rq3 .p span {
    font-size: 16px;
  }
  .por4_con3 .por_con2_rig .rq3 .p {
    padding: 0 10px;
  }
  .por4_con3 .por_con2_rig .rq3 .div {
    padding: 20px 10px;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1 .p1 {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 9px;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1 .p2 {
    font-size: 14px;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1 .p3 {
    font-size: 12px;
  }
  .por4_con3 .por_con2_rig .rq3 .div .div1 {
    height: 158px;
    padding: 22px 10px;
  }
}


/* por_con3 */
.por_con3{
  width: 100%;
  padding-top: 20px;
  padding-bottom: 66px;
  background: rgb(248,248,248);
}
.por_con3 .lef{
  width: 67%;
  float: left;
}
.por_con3 .rq{
  border-bottom: 4px solid rgb(47,51,54);
}
.por_con3 .rq span{
  display: inline-block;
  font-size: 29px;
  color: #005ba8;
  margin-right: 45px;
  padding-bottom: 16px;
  position: relative;
  transition: all .5s;
  cursor: pointer;
}
.por_con3 .lef .rq span::before {
  content: '';
  width: 20px;
  height: 8px;
  background-image: url(https://www.ntek-testlab.com/wstmart/home/view/default/images/por1_con3_img1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .5s;
}
.por_con3 .rq .a{
  font-size: 18px;
  color: #2f3336;
  font-family: "por1_din2";
  text-transform: uppercase;
  margin-top: 18px;
  float: right;
  position: relative;
}
.por_con3 .rq .a::before {
  content: '';
  width: 20px;
  height: 2px;
  background: rgb(47,51,54);
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
.por_con3 .lef .rq1{
  width: 100%;
  padding: 15px 33px 25px 33px;
  background: #fff;
}
.por_con3 .lef .rq1 .bot a{
  display: block;
  line-height: 55px;
  font-size: 14px;
  color: #666666;
  padding-left: 27px;
  padding-right: 50px;
  width: 47%;
  float: left;
  border-bottom: 1px dashed rgb(222,222,222);
  position: relative;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.por_con3 .lef .rq1 .bot a:nth-child(2n) {
  float: right;
}
.por_con3 .lef .rq1 .bot a:hover {
  color: #005ba8;
  padding-left: 32px;
}
.por_con3 .lef .rq1 .bot a::before {
  content: '';
  width: 11px;
  height: 2px;
  background: #666666;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .5s;
}
.por_con3 .lef .rq1 .bot a span {
  font-size: 14px;
  color: #999999;
  position: absolute;
  right: 0;
}
.por_con3 .lef .rq1 .bot a:hover::before {
  background: #005ba8;
}

.por_con3 .rig {
  width: 28%;
  float: right;
}
.por_con3 .rig .rq{
  position: relative;
}
.por_con3 .rig .rq a {
  font-size: 36px;
  color: #2f3336;
  font-family: "bold";
  position: absolute;
  right: 0;
  top: 0;
}
.por_con3 .rig .bot{
  padding: 0 22px;
  background: #fff;
}
.por_con3 .rig .bot li a{
  display: block;
  height: 124px;
  border-bottom: 1px dashed rgb(222,222,222);
  padding-top: 24px;
  padding-bottom: 24px;
}
.por_con3 .rig .bot li .p1{
  font-size: 16px;
  color: #2f3336;
  padding-left: 14px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.por_con3 .rig .bot li:hover .p1{
  color: #005ba8;
}
.por_con3 .rig .bot li .p1::before{
  width: 3px;
  height: 16px;
  content: '';
  background: #005ba8;
  position: absolute;
  top: 53%;
  left: 0;
  transform: translateY(-50%);
}
.por_con3 .rig .bot li .p2{
  font-size: 14px;
  color: #999999;
  margin-top: 10px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media(max-width:1459px){
  .por_con3 {
    padding-top: 20px;
    padding-bottom: 53px;
  }
  .por_con3 .rq {
    border-bottom: 2px solid rgb(47,51,54);
  }
  .por_con3 .rq span {
    font-size: 22px;
    padding-bottom: 12px;
  }
  .por_con3 .rq .a {
    font-size: 15px;
    margin-top: 13px;
  }
  .por_con3 .rq .a::before {
    width: 17px;
    left: -25px;
  }
  .por_con3 .lef .rq1 {
    padding: 12px 22px 18px 22px;
  }
  .por_con3 .lef .rq1 .bot a {
    line-height: 48px;
  }
  .por_con3 .rig .bot {
    padding: 0 15px;
  }
  .por_con3 .rig .bot li a {
    height: 108px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .por_con3 .rig .rq a {
    font-size: 30px;
    font-family: "bold";
  }

}
@media(max-width:991px){
  .por_con3 .lef{
    width: 100%;
  }
  .por_con3 .rig{
    width: 100%;
    margin-top: 30px;
  }
  .por_con3 .rig .bot li a{
    height: auto;
  }
}
@media(max-width:500px){
  .por_con3 {
    padding-top: 8px;
    padding-bottom: 39px;
  }
  .por_con3 .rq span {
    font-size: 20px;
  }
  .por_con3 .lef .rq span::before {
    width: 16px;
    height: 6px;
  }
  .por_con3 .rq .a {
    font-size: 13px;
    margin-top: 13px;
  }
  .por_con3 .lef .rq1 .bot a{
    width: 100%;
  }
}



/* .new3_con2 */
.new3_con2{
  width: 100%;
  background: rgb(248,248,248);
}
.new3_con2_div{
  width: 100%;
  padding-bottom: 75px;
}
.new3_con2_div .p{
  font-size: 30px;
  color: #2f3336;
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(228,228,228);
}
.new3_con2_div .p span{
  display: inline-block;
  position: relative;
  font-weight: bold;
}
.new3_con2_div .p span::before{
  content: '';
  width: 100%;
  height: 3px;
  background: #005ba8;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.new3_con2_div .p a{
  font-size: 16px;
  color: #005ba8;
  float: right;
  padding-top: 10px;
}
.new3_con2_div .rq{
  width: 100%;
  padding-top: 35px;
}
.new3_con2_div .rq .div{
  width: 23.5%;
  margin-right: 2%;
  float: left;
  border: 1px solid rgb(225,225,225);
}
.new3_con2_div .rq .div:nth-child(4n){
  margin-right: 0;
}
.new3_con2_div .rq .div .top{
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.new3_con2_div .rq .div .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new3_con2_div .rq .div:hover .top img{
  transform: scale(1.05);
}
.new3_con2_div .rq .div p{
  font-size: 16px;
  color: #ffffff;
  line-height: 34px;
  padding-left: 14px;
  background: rgb(67,71,74);
  transition: all .5s;
}
.new3_con2_div .rq .div:hover p{
  background: #005ba8;
}

@media(max-width:1459px){
  .new3_con2_div .p {
    font-size: 22px;
    padding-bottom: 8px;
  }
  .new3_con2_div .p span::before {
    height: 2px;
    bottom: -9px;
  }
  .new3_con2_div .p a {
    font-size: 14px;
    padding-top: 8px;
  }
  .new3_con2_div .rq {
    padding-top: 24px;
  }
  .new3_con2_div {
    padding-bottom: 50px;
  }
  .new3_con2_div .rq .div p {
    font-size: 14px;
    line-height: 30px;
    padding-left: 14px;
  }

}
@media(max-width:991px){
  .new3_con2_div .rq .div{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .new3_con2_div .rq .div:nth-child(2n){
    margin-right: 0;
  }
}
@media(max-width:500px){
  .new3_con2_div .p {
    font-size: 18px;
  }
  .new3_con2_div {
    padding-bottom: 22px;
  }
  .new3_con2_div .rq .div p {
    font-size: 12px;
    padding-left: 12px;
  }

}


.new4_banner{
  width: 100%;
  position: relative;
}
.new4_banner .bj{
  width: 100%;
  vertical-align: middle;
}
.new4_banner .wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.new4_banner .div{
  float: right;
  width: 290px;
  padding: 13px;
  padding-bottom: 25px;
  background: #fff;
  border-radius: 5px;
}
.new4_banner .div .p{
  font-size: 24px;
  color: #005ba8;
  text-align: center;
  margin-bottom: 14px;
}
.new4_banner .div .p i{
  width: 20px;
  height: 2px;
  background: #005ba8;
  display: inline-block;
  margin: 0 10px;
  margin-bottom: 5px;
}
.new4_banner .div .div1{
  width: 100%;
  height: 36px;
  border: 1px solid rgb(221,221,221);
  padding-left: 37px;
  position: relative;
  margin-bottom: 6px;
}
.new4_banner .div .div1 img{
  width: 16px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.new4_banner .div input{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #999999;
}

.new4_banner input:-moz-placeholder,
.new4_banner textarea:-moz-placeholder {
  color: #999999;
}
.new4_banner input:-ms-input-placeholder,
.new4_banner textarea:-ms-input-placeholder {
  color: #999999;
}
.new4_banner input::-webkit-input-placeholder,
.new4_banner textarea::-webkit-input-placeholder {
  color: #999999;
}

.new4_banner .div textarea{
  display: block;
  width: 100%;
  height: 64px;
  border: 1px solid rgb(221,221,221);
  font-size: 14px;
  color: #999999;
  padding-left: 10px;
  padding-top: 10px;
  margin-bottom: 13px;
}

.new4_banner .div .div2{
  width: 100%;
}
.new4_banner .div .div2 button{
  width: 49%;
  height: 34px;
  float: left;
  margin-right: 2%;
  font-size: 14px;
  color: #ffffff;
  background: #005ba8;
}
.new4_banner .div .div2 button:nth-child(2){
  margin-right: 0;
  background: rgb(47,51,54);
}

@media(max-width:1459px){
  .new4_banner .div {
    width: 220px;
    padding: 8px;
    padding-bottom: 5px;
    border-radius: 5px;
  }
  .new4_banner .div .p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .new4_banner .div .div1 {
    height: 28px;
    padding-left: 30px;
    margin-bottom: 4px;
  }
  .new4_banner .div .div1 img {
    width: 14px;
    left: 8px;
  }
  .new4_banner .div textarea {
    height: 58px;
    font-size: 12px;
    padding-left: 8px;
    padding-top: 6px;
    margin-bottom: 8px;
  }
  .new4_banner .div input {
    font-size: 12px;
  }
  .new4_banner .div .div2 button {
    height: 30px;
    font-size: 12px;
  }

}
@media(max-width:768px){
  .new4_banner .wrap{
    width: 100%;
    position: static;
    transform: translate(0,0);
  }
  .new4_banner .div{
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media(max-width:500px){
  .new4_banner .div {
    display: none;
  }
}


/* new4_con3 */
.new4_con2{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  background: rgb(248,248,248);
}
.new4_con3{
  background: rgb(242,242,242);
}
.new4_con4{
  padding-top: 60px;
}
.new4_con2 .top{
  width: 100%;
  border-bottom: 1px solid rgb(223,223,223);
}
.new4_con2 .top .rig a {
  font-size: 16px;
  color: #005ba8;
  float: right;
  padding-top: 10px;
}
.new4_con2 .bot div.gd{
  display: none;
}
.new4_con2 .top span{
  font-size: 30px;
  color: #2f3336;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 3px solid #005ba8;
}
.new4_con2 .top .rig{
  float: right;
}
.new4_con2 .top .rig p{
  font-size: 18px;
  color: #2f3336;
  display: inline-block;
  margin-right: 30px;
  margin-top: 8px;
  cursor: pointer;
  transition: all .5s;
}
.new4_con2 .top .rig p:last-child{
  margin-right: 0;
}
.new4_con2 .top .rig p.on{
  color: #005ba8;
}
.new4_con2 .bot{
  width: 100%;
  padding-top: 32px;
}
.new4_con2 .bot .rq{
  width: 100%;
  display: none;
}
.new4_con2 .bot .rq.on1{
  display: block;
}
.new4_con2 .bot .rq .lef{
  width: 56%;
  float: left;
}
.new4_con2 .bot .rq .lef .div{
  width: 48%;
  float: left;
  margin-right: 4%;
}
.new4_con2 .bot .rq .lef .div:nth-child(2){
  margin-right: 0;
}
.new4_con2 .bot .rq .lef .div .div1{
  width: 100%;
  overflow: hidden;
}
.new4_con2 .bot .rq .lef .div .div1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new4_con2 .bot .rq .lef .div:hover .div1 img{
  transform: scale(1.05);
}
.new4_con2 .bot .rq .lef .div .div2{
  width: 100%;
  padding-top: 24px;
}
.new4_con2 .bot .rq .lef .div .div2 .p1{
  font-size: 18px;
  color: #333;
  margin-bottom: 16px;
  transition: all .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new4_con2 .bot .rq .lef .div:hover .div2 .p1{
  color: #005ba8;
}

.new4_con2 .bot .rq .lef .div .div2 .p2{
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 18px;
  /* border-bottom: 1px solid rgb(228,228,228); */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.new4_con2 .bot .rq .lef .div .div2 .p3{
  font-size: 16px;
  color: #2f3336;
  padding-top: 16px;
  border-top: 1px solid rgb(228,228,228);
}
.new4_con2 .bot .rq .lef .div .div2 .p3 img{
  width: 6px;
  display: inline-block;
  margin-left: 5px;
}
.new4_con2 .bot .rq .lef .div .div2 .p3 span{
  font-size: 16px;
  color: #999;
  float: right;
  font-family: "din2";
}

.new4_con2 .bot .rq .rig{
  width: 41.3%;
  float: right;
}
.new4_con2 .bot .rq .rig a{
  display: block;
  font-size: 16px;
  color: #666;
  padding-right: 85px;
  position: relative;
  margin-bottom: 20px;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.new4_con2 .bot .rq .rig a:hover{
  color: #005ba8;
  padding-left: 10px;
}
.new4_con2 .bot .rq .rig a span{
  font-size: 16px;
  color: #999;
  position: absolute;
  right: 0;
  font-family: "din2";
}

@media(max-width:1459px){
  .new4_con2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .new4_con2 .top span {
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 2px solid #005ba8;
  }
  .new4_con2 .top .rig p {
    font-size: 15px;
    margin-right: 22px;
    margin-top: 8px;
  }
  .new4_con2 .bot {
    padding-top: 24px;
  }
  .new4_con2 .bot .rq .lef .div .div2 {
    padding-top: 18px;
  }
  .new4_con2 .bot .rq .lef .div .div2 .p1 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .new4_con2 .bot .rq .lef .div .div2 .p2 {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 14px;
  }
  .new4_con2 .bot .rq .lef .div .div2 .p3 {
    font-size: 14px;
    padding-top: 12px;
  }
  .new4_con2 .bot .rq .lef .div .div2 .p3 img {
    width: 5px;
    margin-left: 5px;
  }
  .new4_con2 .bot .rq .lef .div .div2 .p3 span {
    font-size: 14px;
  }
  .new4_con2 .bot .rq .rig a {
    font-size: 14px;
    padding-right: 85px;
    margin-bottom: 15px;
  }
  .new4_con2 .bot .rq .rig a span {
    font-size: 14px;
  }
  .new4_con4 {
    padding-top: 40px;
  }

}
@media(max-width:991px){
  .new4_con2 .top{
    border-bottom: none;
  }
  .new4_con2 .bot .rq .lef .div .div2 .p3 span {
    display: none;
  }
  .new4_con2 .bot .rq .rig a span {
    display: none;
  }
  .new4_con2 .bot .rq .rig a {
    text-align: left;
    padding:0px;
  }
  .new4_con2 .bot .rq .lef .div .div2 .p3 {
    text-align: center;
  }
  .new4_con2 .bot .rq .lef .div .div2 .p2 {
    font-size: 14px;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
  .new4_con2 .bot .rq .rig a:nth-child(7),
  .new4_con2 .bot .rq .rig a:nth-child(8),
  .new4_con2 .bot .rq .rig a:nth-child(9),
  .new4_con2 .bot .rq .rig a:nth-child(10),
  .new4_con2 .bot .rq .rig a:nth-child(11){
    display: none;
  }
  .new4_con2 .top span{
    display: block;
    text-align: center;
  }
  .new4_con2 .top .rig{
    float: none;
    display: table;
    width: auto;
    margin: 0 auto;
    margin-top: 15px;
  }
  .new4_con2 .top .rig a {
    display: none;
  }
  .new4_con2 .bot {
    padding-top: 0px;
  }

  .new4_con2 .bot div.gd{
    float: none;
    display: table;
    width: auto;
    margin: 0 auto;
    margin-top: 15px;

  }
  .new4_con2 .bot a.gd{
    font-size: 16px;
    color: #005ba8;
    padding-top: 10px;
  }
  .new4_con2 .bot .rq .lef{
    width: 100%;
  }
  .new4_con2 .bot .rq .rig{
    width: 100%;
    margin-top: 40px;
  }
  .new4_con2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .new4_con2 .bot .rq .lef .div{
    width: 49%;
    margin-right: 2%;
  }
}
@media(max-width:500px){
  .new4_con2 .top .rig p {
    font-size: 14px;
    margin-right: 15px;
    margin-top: 8px;
  }
}





/* 新闻详情 */

.ca_dat .rq2{
  width: 100%;
  padding-top: 40px;
}
.ca_dat .rq2 .top{
  width: 100%;
  border-bottom: 1px solid rgb(214,214,214);
}
.ca_dat .rq2 .top .p{
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.ca_dat .rq2 .top .p2{
  padding-bottom: 25px;
  text-align: center;
  padding-top: 15px;
}
.ca_dat .rq2 .top .p2 span{
  font-size: 14px;
  color: #666666;
  margin-right: 15px;
}
.ca_dat .rq2 .top .p2 span:last-child{
  margin-right: 0;
}
.ca_dat .rq2 .bot{
  width: 100%;
  padding-top: 35px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgb(214,214,214);
}
.ca_dat .rq2 .bot sub{
  vertical-align: sub !important;
  font-size: smaller !important;
}
.ca_dat .rq2 .bot sup{
  vertical-align: super !important;
  font-size: smaller !important;
}
.ca_dat .rq2 .bot .p3{
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  margin-bottom: 30px;
}
.ca_dat .rq2 .bot img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.ca_dat .rq3{
  padding-top: 30px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.ca_dat .rq3 a{
  font-size: 16px;
  color: #333333;
  transition: all .5s;
}
.ca_dat .rq3 a:hover{
  color: #005ba8;
}
.ca_dat .rq3 a:nth-child(1){
  padding-left: 22px;
  position: relative;
}
.ca_dat .rq3 a:nth-child(1)::before{
  width: 7px;
  height: 13px;
  content: '';
  background-image: url(../images/img93.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  transition: all .5s;
}
.ca_dat .rq3 a:nth-child(1):hover::before{
  background-image: url(../images/img94.png);
}
.ca_dat .rq3 a:nth-child(2){
  padding-left: 40px;
  position: relative;
}
.ca_dat .rq3 a:nth-child(2)::before{
  width: 24px;
  height: 14px;
  content: '';
  background-image: url(../images/img95.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all .5s;
}
.ca_dat .rq3 a:nth-child(2):hover::before{
  background-image: url(../images/img96.png);
}
.ca_dat .rq3 a:nth-child(3){
  padding-right: 22px;
  position: relative;
}
.ca_dat .rq3 a:nth-child(3)::before{
  width: 7px;
  height: 13px;
  content: '';
  background-image: url(../images/img93.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all .5s;
}
.ca_dat .rq3 a:nth-child(3):hover::before{
  background-image: url(../images/img94.png);
}

/* 案例详情分辨率 */
@media(max-width:1459px){
  .ca_dat .rq2 .top .p {
    font-size: 22px;
  }
  .ca_dat .rq2 {
    padding-top: 25px;
  }
  .ca_dat .rq2 .top .p2 span {
    font-size: 14px;
    margin-right: 10px;
  }

}
@media(max-width:500px){
  .ca_dat .rq2 .top .p2 span {
    font-size: 12px;
    margin-right: 6px;
  }
  .ca_dat .rq2 .top .p {
    font-size: 20px;
  }
  .ca_dat .rq2 .top .p2 {
    padding-bottom: 15px;
    padding-top: 5px;
  }
  .ca_dat .rq2 .bot {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .ca_dat .rq3 a {
    font-size: 14px;
  }
  .ca_dat .rq3 a:nth-child(1)::before,
  .ca_dat .rq3 a:nth-child(3)::before {
    width: 7px;
    height: 11px;
  }
  .ca_dat .rq3 a:nth-child(2)::before {
    width: 18px;
    height: 10px;
  }
  .ca_dat .rq3 a:nth-child(2) {
    padding-left: 25px;
  }
  .ca_dat .rq3 {
    padding-top: 20px;
    padding-bottom: 35px;
  }

}
.news_con1{
  width: 100%;
  background: rgb(248,248,248);
}
.news_con1 .lef {
  width: 20%;
  float: left;
}
.news_con1 .rig {
  width: 77.5%;
  float: right;
  background: #fff;
}

.ny_dh{
  padding-top: 34px;
  padding-bottom: 43px;
}
.ny_dh span,
.ny_dh a{
  font-size: 14px;
  color: #999999;
}
.ny_dh a.on{
  color: #005ba8;
}
.ny_con2 .rq{
  width: 100%;
}
.ny_con2 .lef{
  width: 20%;
  float: left;
}
.job1{
  width: 100%;
}
.job1 .p1{
  font-size: 30px;
  color: #ffffff;
  line-height: 80px;
  text-align: center;
  background: rgb(47,51,54);
  position: relative;
}
.job1 .p1 span{
  width: 100%;
  text-align: center;
  font-size: 44px;
  color: #ffffff;
  opacity: 0.05;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-transform: uppercase;
  font-weight: bold;
}
.job1 .s_job{
  width: 100%;
  /* background: #fff; */
}
.job1 .s_job .S_jobitem{
  width: 100%;
  border-bottom: 1px dashed rgb(229,229,229);
}
.job1 .s_job .S_jobitem:last-child{
  border-bottom: none;
}
.job1 .s_job .S_jobhead{
  font-size: 16px;
  color: #333333;
  line-height: 50px;
  background: url(https://www.ntek-testlab.com/wstmart/home/view/default/images/img68.png) #fff;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 85%;
  transition: all .5s;
  padding-left: 30px;
  position: relative;
}
.job1 .s_job .S_jobhead a{
  display: block;
}
.job1 .s_job .open .S_jobhead{
  background: url(https://www.ntek-testlab.com/wstmart/home/view/default/images/img67.png) #005ba8;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 85%;
  color: #fff;
}
.job1 .s_job .open .S_jobhead a{
  color: #fff;
}

.job1 .s_job .S_jobcont{
  padding: 10px 0;
  padding-bottom: 20px;
  display: none;
  padding-left: 30px;
  background: #fff;
}
.job1 .s_job .open .S_jobcont{
  display: block;
}
.job1 .s_job .S_jobcont a{
  font-size: 14px;
  color: #666666;
  display: block;
  line-height: 30px;
  position: relative;
  padding-left: 12px;
  transition: all .5s;
}
.job1 .s_job .S_jobcont a:hover,
.job1 .s_job .S_jobcont a.on{
  color: #005ba8;
}
.job1 .s_job .S_jobcont a img{
  width: 6px;
  margin-left: 18px;
  opacity: 0;
  transition: all .5s;
}
.job1 .s_job .S_jobcont a.on img{
  opacity: 1;
}
.job2{
  width: 100%;
  margin-top: 25px;
}
.job2 .p1{
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  background: #005ba8;
  position: relative;
}
.job2 .p1 span{
  width: 100%;
  text-align: center;
  font-size: 44px;
  color: #fff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: bold;
}
.job2 .rq{
  width: 100%;
  background: #fff;
  padding: 12px;
}
.job2 .rq a{
  display: inline-block;
  line-height: 22px;
  border: 1px solid rgb(209,210,211);
  padding: 0 13px;
  font-size: 12px;
  color: #999999;
  border-radius: 3px;
  margin-bottom: 4px;
  transition: all .5s;
}
.job2 .rq a:hover{
  color: #fff;
  background: #005ba8;
  border: 1px solid #005ba8;
}

.job4,
.job3{
  width: 100%;
  margin-top: 25px;
}
.job4 .p1,
.job3 .p1 {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  background: #005ba8;
  position: relative;
}
.job4 .p1 span,
.job3 .p1 span {
  width: 100%;
  text-align: center;
  font-size: 44px;
  color: #fff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: bold;
}
.job3 .rq{
  width: 100%;
  padding: 10px 15px;
  background: #fff;
}
.job3 .rq .swiper-slide a{
  display: block;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px dashed rgb(229,229,229);
  display: flex;
}
.job3 .rq .swiper-slide a .lef{
  width: 39%;
}
.job3 .rq .swiper-slide a .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.job3 .rq .swiper-slide a:hover .lef img{
  transform: scale(1.05);
}
.job3 .rq .swiper-slide a .rig{
  width: 61%;
  padding-left: 19px;
  display: flex;
  flex-wrap: wrap;
  align-content:center;
  align-items:center;
}
.job3 .rq .swiper-slide a .rig .p2{
  font-size: 16px;
  color: #666666;
  transition: all .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.job3 .rq .swiper-slide a:hover .rig .p2{
  color: #005ba8;
}
/* job4 */
.job4 .rq{
  padding: 0 15px;
  padding-bottom: 25px;
  width: 100%;
  background: #ffffff;
}
.job4 .rq a{
  width: 100%;
  display: block;
  border-bottom: 1px dashed rgb(229,229,229);
  font-size: 14px;
  color: #666666;
  line-height: 45px;
  padding-left: 12px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.job4 .rq a::before{
  content: '';
  width: 5px;
  height: 5px;
  background: #005ba8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.job4 .rq a:hover{
  color: #005ba8;
  padding-left: 15px;
}
.news_con1 .job1 .rq {
  width: 100%;
  background: #fff;
}
.news_con1 .job1 .rq a.on{
  background: url(../images/img97.png) #005ba8;
  background-size: 8px 13px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 90%;
  color: #fff;
  border-bottom:none;
}
.news_con1 .job1 .rq a {
  display: block;
  font-size: 16px;
  color: #2f3336;
  line-height: 50px;
  padding-left: 32px;
  padding-right: 35px;
  border-bottom: 1px dashed rgb(229,229,229);
}
.news_con1 .job1 .rq a:last-child {
  border-bottom: none;
}
.news_con1 .rig .p1{
  font-size: 24px;
  line-height: 70px;
  padding-left: 25px;
  color: #005ba8;
  border-bottom: 2px solid rgb(47,51,54);
}
.news_con1 .rig .rq1{
  padding: 0 27px;
}
.news_con1 .rig .rq2{
  display: block;
  width: 100%;
  border-bottom: 1px dashed rgb(229,229,229);
  padding: 24px 0;
}
.news_con1 .rig .rq2 .lef{
  width: 27.3%;
  float: left;
}
.news_con1 .rig .rq2 .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.news_con1 .rig .rq2:hover .lef img{
  transform: scale(1.05);
}
.news_con1 .rig .rq2 .rig{
  width: 72.7%;
  float: left;
  padding-top: 18px;
  padding-left: 25px;
}
.news_con1 .rig .rq2 .rig .p2{
  font-size: 20px;
  color: #2f3336;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.news_con1 .rig .rq2:hover .rig .p2{
  color: #005ba8;
}
.news_con1 .rig .rq2 .rig .p3{
  font-size: 14px;
  color: #a8a8a8;
  margin-top: 3px;
}
.news_con1 .rig .rq2 .rig .p4{
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* news_con2 */
.news_con2{
  width: 100%;
  padding-top: 53px;
  padding-bottom: 60px;
  background: rgb(248,248,248);
}
.news_con2 .p1 {
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  background: rgb(47,51,54);
  padding-left: 37px;
  position: relative;
}
.news_con2 .p1::before {
  content: '';
  width: 4px;
  height: 25px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
}
.news_con2 .p1 a {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: "din";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.news_con2 .p1 a::before {
  content: '';
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.news_con2 .rq{
  width: 100%;
  background: #fff;
}
.news_con2 .rq1{
  width: 48%;
  height: 191px;
  float: left;
  margin-right: 4%;
  padding: 20px;
  border-bottom: 1px solid rgb(238,238,238);
}
.news_con2 .rq1:nth-child(2n){
  margin-right: 0;
}
.news_con2 .rq1 .p2 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.news_con2 .rq1 .p3 {
  font-size: 14px;
  color: #999999;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_con2 .rq1 button {
  font-size: 18px;
  color: #333333;
  width: 80px;
  height: 42px;
  background: rgb(221,221,221);
  transition: all .5s;
  margin-top: 20px;
}
.news_con2 .rq1:hover button {
  background: #005ba8;
  color: #fff;
}
@media(max-width:1459px){
  .ny_dh {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .job1 .p1 {
    font-size: 22px;
    line-height: 60px;
  }
  .job1 .p1 span {
    font-size: 30px;
  }
  .job1 .s_job .S_jobhead {
    font-size: 14px;
    line-height: 38px;
  }
  .job1 .s_job .S_jobcont {
    padding: 10px 0;
    padding-left: 30px;
  }
  .job1 .s_job .S_jobcont a {
    font-size: 12px;
    line-height: 26px;
    padding-left: 12px;
  }
  .job2 .p1 {
    font-size: 18px;
    line-height: 45px;
  }
  .job2 .p1 span {
    font-size: 28px;
  }
  .job2 .rq a {
    font-size: 12px;
  }
  .news_con1 .rig .p1 {
    font-size: 18px;
    line-height: 50px;
    padding-left: 25px;
  }
  .news_con1 .rig .rq2 .rig .p2 {
    font-size: 18px;
  }
  .news_con1 .rig .rq2 .rig {
    padding-top: 5px;
    padding-left: 18px;
  }
  .news_con2 .p1 a {
    font-size: 14px;
  }
  .news_con2 .p1 a::before {
    width: 15px;
    height: 1px;
    left: -22px;
    top: 48%;
  }
  .news_con2 .p1 {
    font-size: 18px;
    line-height: 45px;
    padding-left: 32px;
  }
  .news_con2 .p1::before {
    width: 2px;
    height: 17px;
    top: 52%;
    left: 22px;
  }
  .news_con2 .rq1 button {
    font-size: 14px;
    width: 70px;
    height: 32px;
    margin-top: 20px;
  }
  .news_con2 .rq1 {
    height: 181px;
  }
  .news_con1 .job1 .rq a {
    font-size: 14px;
    line-height: 38px;
  }
  .job4 .p1, .job3 .p1{
    font-size: 18px;
    line-height: 45px;
  }
  .job4 .p1 span,
  .job3 .p1 span {
    font-size: 28px;
  }
  .job3 .rq .swiper-slide a .rig {
    padding-left: 13px;
  }
  .job3 .rq .swiper-slide a .rig .p2 {
    font-size: 14px;
  }
  .job3 .rq .swiper-slide a {
    padding: 8px 0;
  }
  .job4 .rq a {
    font-size: 12px;
    line-height: 37px;
  }

}
@media(max-width:1259px){
  .job1 .s_job .S_jobhead {
    padding-left: 15px;
  }
  .job1 .s_job .S_jobcont {
    padding-left: 15px;
  }
  .job3 .rq .swiper-slide a .rig .p2 {
    font-size: 12px;
  }
  .news_con1 .rig .rq2 .rig .p4 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }
  .news_con1 .rig .rq2 .rig {
    padding-top: 0px;
    padding-left: 18px;
  }
  .news_con1 .rig .rq2 {
    padding: 15px 0;
  }

}
@media(max-width:991px){
  .news_con1 .lef{
    display: none;
  }
  .news_con1 .rig{
    width: 100%;
  }
  .news_con1 .rig .rq2 .lef{
    display: block;
  }

}
@media(max-width:768px){
  .ny_dh {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .news_con1 .rig .rq2 .lef{
    width: 100%;
  }
  .news_con1 .rig .rq2 .rig{
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
  .news_con1 .rig .rq2:hover .lef img {
    transform: scale(1);
  }
  .news_con2 .rq1{
    width: 100%;
    margin-right: 0;
  }
}
@media(max-width:500px){
  .news_con2 {
    padding-top: 36px;
  }
  .news_con1 .container{
    padding: 0;
  }
  .news_con1 .rig,
  .news_con1 .ny_dh .container{
    padding: 0 15px;
  }
  .news_con1 .rig .rq1 {
    padding: 0;
  }
  .news_con1 .rig .p1 {
    padding-left: 0px;
  }
  .news_con1 .rig .rq2 .rig .p3 {
    font-size: 12px;
  }
  .news_con2 .rq1 {
    padding: 10px;
    height: auto;
  }
  .news_con2 .rq1 .p2 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .news_con2 .rq1 .p3 {
    font-size: 12px;
    line-height: 20px;
  }
  .news_con2 .rq1 button {
    font-size: 12px;
    width: 64px;
    height: 26px;
  }

}

/* 新闻中心详情 */
.news_dat1 .rig {
  width: 77.5%;
  float: right;
  background: #fff;
  padding: 0 35px;
  padding-top: 10px;
}
.news_dat1 .rig .rq2{
  border-bottom: none;
}

/* 新闻中心详情分辨率 */
@media(max-width:991px){
  .news_dat1 .rig{
    width: 100%;
  }
}
@media(max-width:500px){
  .news_dat1 .rig{
    padding: 0 15px;
  }
  .news_dat1 .rq3 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}






















/* 我们的服务 */
/*==面包屑↓==*/
.site{padding:15px 0;color:#868686;font-size:14px; text-align: right; border-bottom:1px #ddd solid}
.site a{color:#868686;font-size:14px;}
.site a:hover{color:#005ba8}
/*===内页框↓==*/
.rack{width:100%;padding: 50px 0 100px 0;}
.rack .border{border:#ddd solid 1px;padding: 30px 30px 80px; overflow: hidden;}
.rack .righter{width: 75%;}
.rack .lefter{width: 22%;}
.searchBox .righter{width:100% !important}
.searchBox.NewsListBox{}



/*==左边↓==*/
.leftNav{ width: 100%;overflow: hidden;}
.leftNav .titleTop{ position:relative;padding:18px 35px;color:#fff;font-size:25px; background:#005ba8}
.leftNav .titleTop:before{content: "";float:right;width: 35px;height: 34px;background: url(../images/leftNav-ico-04.png) no-repeat center;}
.leftNav .oneN{ }
.leftNav .oneN > li{ margin-top: 1px;}
.leftNav .oneN > li > h3{position:relative;padding:15px 30px;display: block;/* line-height: 30px; */background: #888888;}
.leftNav .oneN > li > h3 a{color:#fff;font-size:16px;}
.leftNav .oneN > li > h3:before{float:right;margin-top: 5px;color:#fff;font-size:15px; font-weight: bold;transition: all .4s ease-in-out;}
.leftNav .oneNl.xz_av .oneNh{
  background: #005ba8;
}
.leftNav .oneN > li.active > h3,.leftNav .oneN > li > h3.on,.leftNav .oneN > li > h3:hover{background: #005ba8;}
.leftNav .oneN > li.active > h3:before,.leftNav .oneN > li > h3.on:before{ transform:rotate(180deg);}
.leftNav .oneN li.active > .twoN{ display: block;}
.leftNav .twoN{display: none;}
.leftNav .xz_av .twoN{
  display: block;
}
.leftNav .twoN > li{ margin-top: 1px;border:1px #ededed solid}
.leftNav .twoN > li > h3{padding: 15px 30px 15px 50px;background: #ededed;}
.leftNav .twoN > li > h3:before{float:right;margin-top: 5px;color: #8d8d8d;font-size:15px;font-weight: bold;transition: all .4s ease-in-out;}
.leftNav .twoN > li > h3 a{ font-size:14px;color:#535353;padding-left: 20px;background: url(../images/leftNav-ico-03.png) no-repeat left;}
.leftNav .twoN > li.active > h3{}
.leftNav .twoN > li.active > h3:before,.leftNav .twoN > li > h3.on:before{ transform:rotate(180deg);}
.leftNav .twoN > li.active > h3 a,.leftNav .twoN > li > h3.on a,.leftNav .twoN > li > h3 a:hover{color:#005ba8}
.leftNav .twoN > li.active > .threeN{display: block;}
.leftNav .threeN{display: none;;/*padding:20px 0;*/}
.leftNav .twoN .on .threeN{
  display: block;
}

.leftNav .threeN > li{padding:10px 10px 10px 80px;}
.leftNav .threeN > li a{display: block;color:#747474;font-size:14px;}
.leftNav .threeN > li > a:hover{color:#005ba8;transform:translateX(-10px)}
.lefter .contact{float: left;width: 100%;position:relative;margin-top:30px;padding:30px;border:1px #ddd solid;overflow: hidden;}
.lefter .contact:before{content: "";position: absolute;left:0;top:0;z-index: -1;width:100%;height: 140px;background: #005ba8;}
.lefter .contact .title{color:#fff;font-size:25px;margin-bottom: 25px;}
.lefter .contact .title .more{float:right;margin-top: 10px;color:#fff;font-size:14px;padding: 0px 3px;line-height: 18px;border:1px #fff solid;}
.lefter .contact .top{display: block;max-width:100%;margin: auto;}
.lefter .contact .tel{display: block;padding-left:50px;color: #aaa;font-size:14px;padding-bottom:20px;margin: 30px 0 10px 0;border-bottom: 1px #aaa dotted;background: url(../images/tel6_ico.png) no-repeat 0 8px;}
.lefter .contact .tel font{display: block;color:#005ba8;font-weight:bold;font-size: 28px;}
.lefter .contact .wx{margin-top: 30px;}
.lefter .contact .wx h5{margin-bottom:30px;font-size:18px;font-weight:bold;color:#005ba8}
.lefter .contact .wx span{position:relative;display: block;margin:3px 0;padding-left:18px;color: #868686;font-size: 14px;}
.lefter .contact .wx span:before{ content:""; position: absolute; left:0;top:8px;width:5px;height:5px; background: #ddd;}
.lefter .relevant{margin-top:30px;border:1px #dddd solid;overflow: hidden;clear: both;float: left;width: 100%;}
.lefter .relevant h3{position: relative;padding: 15px 15px 15px 20px;color:#fff;font-size:16px;font-weight: bold;background: #005ba8;}
.lefter .relevant h3 font{position: relative;padding-left: 20px;}
.lefter .relevant h3 font:before{content:"";position: absolute;left:0;top:5px;width:2px;height: 15px;background: #fff;}
.lefter .relevant .box{padding: 30px 25px;overflow: hidden;}
.lefter .relevant a.block{position: relative;display: block;color:#191919;padding-left: 20px;font-size:14px;float: left;clear: both;margin: 5px 0;line-height: 25px;}
.lefter .relevant a.block em{float: left;width: 25px;height: 25px;margin-right: 10px;background-repeat:no-repeat;background-position:0 0;background-size:100%;}
.lefter .relevant a.block:before{}



.lefter .relevant a.block:before{content:"";position: absolute;left:0;top: 10px;width:5px;height:5px;background: #ddd;transition: all .4s ease-in-out;}
.lefter .relevant a.block:hover{color:#005ba8}
.lefter .relevant a.block:hover:before{background:#005ba8}
.lefter .tab{float:left; width:100%; margin-top:30px;background: #fff;}
.lefter .tab .tone{}
.lefter .tab .tone li{ float:left;width:50%;padding:20px; text-align: center;color:#a3a3a3;font-size:16px; background:#ececec;cursor: pointer;}
.lefter .tab .tone li.active{color:#fff;background: #005ba8;}
.lefter .tab .down{border:1px #ddd solid; padding:20px 20px 50px 20px;overflow: hidden;}
.lefter .tab .list{}
.lefter .tab .list li{ display: block;clear: both;}
.lefter .tab .list li a{ position: relative; display: block;padding:5px 0 5px 18px;color:#191919;font-size:14px;width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.lefter .tab .list li a:before{ position: absolute; content: ""; left:0;top:11px; width: 5px;height:5px; background: #d4d4d4;transition: all .4s ease-in-out;}
.lefter .tab .list li:hover a{color:#005ba8}
.lefter .tab .list li:hover a:before{background: #005ba8;}
.lefter .tab .more{color:#9f9f9f;font-size:14px; margin-top:20px;display: block;}
.lefter .tab .more:hover{color:#005ba8}

/*分类样式*/
.subNavWap{display: none;overflow: hidden;padding: 15px 20px;margin:0 0 40px 0;background: #eee;}
.subNavWap .title{color:#005ba8;font-weight:bold;font-size:22px;}
.subNavWap .fenlei{margin-top:5px;font-size:16px;}
.subNavWap .fenlei:before{font-size:20px;margin:0px 5px 0 0;display: inline-block}
.subNavWap .fenlei a{cursor: pointer;}
.catalog{width: 100%;height:100%;position: absolute;left:0;top: 0;background-color: rgba(0,0,0,0.6);-webkit-transition:-webkit-transform .2s ease-in;display: none;z-index:100;padding:10px 0 0 0;overflow:hidden;}
.catalog>ul{width: 50%;background-color: #fff;position:absolute;top: 0;right: 0;padding-top:70px;}
.catbtn{font-size: 14px;position: fixed;top: 200px;left: 50%;display: block;width: 30px;margin-left: -30px;padding: 10px 0;text-align: center;color: #fff;border-radius: 6px 0 0 6px;background-color: #fff;}
.catalog ul li{width: 90%;margin: 0 auto;border-bottom: 1px solid rgba(255,255,255,.25);}
.catalog ul li a{font-size: 14px;line-height: 30px;display: block;overflow: hidden;width: 90%;white-space: nowrap;text-indent: 5px;text-overflow: ellipsis;}
.catalog > ul li a{
  /* background: url(https://www.ntek-testlab.com/wstmart/home/view/default/images/arrow2.png) no-repeat right center; */
  background-size: 5px;}
.catalog ul li ul li:last-child{border-bottom: none;}
.catalog > ul li a.title{font-weight:bold;}
.catalog ul li ul li{margin-left: 13px;}
.subcatalog{display: none;}
.catalog ul li a:first-child{
  /* background: url(https://www.ntek-testlab.com/wstmart/home/view/default/images/arrow3.png) no-repeat right center; */
  background-size: 8px;}
.catalog ul li a:nth-child(2),.catalog ul li a:nth-child(3){
  /* background: url(https://www.ntek-testlab.com/wstmart/home/view/default/images/arrow2.png) no-repeat right center; */
  background-size: 8px;}

/*导航弹出-我们的服务*/
.NavWap-bg{ display:none; position: fixed;left:0;top:0;z-index:9999; width:100%;height:100%; background:rgba(0,0,0,0.5)  }
.NavWap-popup{ display: none; position: fixed;top:10%;left:10%;right:10%; z-index:99999; width:80%;bottom:auto;}
.NavWap-popup .long {padding: 20px 20px;width:100%;height:400px;border-radius:5px;border:1px #ccc solid;box-shadow:0 0 10px #333;text-align:left;overflow-y: scroll;background:#fff;}
.NavWap-popup .close{position: absolute;right: 0px;top: 0px;width:20px;height:20px;line-height:20px;text-align: center;color:#fff;font-size:16px;background: #bbb;}
.NavWap-popup .close:hover{ background: #005ba8;}
.NavWap-popup .long .titleTop{color:#005ba8;font-size: 18px;margin-bottom:25px;padding-bottom: 10px;border-bottom:1px #005ba8 solid;text-align: center;}
.NavWap-popup .long .tit-1{position: relative;display: block;color:#333;font-size:16px;margin-bottom: 15px;padding: 0 0 0px 15px;/* border-bottom:1px #ddd solid; */}
.NavWap-popup .long .tit-1:before{ content: ""; position:absolute; left:0;top:5px;width:2px;height:15px;background:#005ba8;}
.NavWap-popup .long .tit-2{position: relative;color:#666;font-size: 15px;font-weight:bold;margin-bottom:15px;padding: 0 0 10px 25px;display:block;border-bottom: 1px #ddd solid;}
.NavWap-popup .long .tit-2 em{ position:absolute;left:0;top:0;width:20px;height:20px; background-position:0 0; background-repeat:no-repeat; background-size:20px ;}
/*.NavWap-popup .long .active{color:#005ba8}*/
.NavWap-popup .long > ul{}
.NavWap-popup .long > ul > li{ margin-bottom: 25px;}
.NavWap-popup .long > ul > li:last-child{margin-bottom:0px;}
.NavWap-popup .long > ul > li > ul{padding: 15px;overflow: hidden;background:#f5f5f5;}
.NavWap-popup .long > ul > li > ul > a{}
.NavWap-popup .long > ul > li > ul > li{clear: both;overflow: hidden;margin-bottom: 15px;}
.NavWap-popup .long > ul > li > ul > li:last-child{margin-bottom:0px;}
.NavWap-popup .long > ul > li > ul > li > ul{width:100%;/* margin-bottom:30px; */overflow: hidden;}
.NavWap-popup .long > ul > li > ul > li > ul > li{float:left;margin: 0 12px 10px 0;}
.NavWap-popup .long > ul > li > ul > li > ul > li a{display:block;color:#666;font-size: 13px;}
.scrollbar{float: left;height: 105px;width: 100%;/* background: #F5F5F5; */overflow-y: scroll;margin-bottom: 25px;}
.force-overflow{min-height: 80px;}
#style-3::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #F5F5F5;}
#style-3::-webkit-scrollbar{width: 6px;background-color: #F5F5F5;}
#style-3::-webkit-scrollbar-thumb{background-color: #000000;}


/*==我们服务综合↓==*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.multipleBox{}
.multipleBox .righter .list{ margin: 0; overflow: hidden;}
.multipleBox .righter .list .titleTop{

  font-size:25px;color:#005ba8;margin-bottom: 45px;/*! line-height: 23px; */}
.multipleBox .righter .list .titleTop:before{content: ""; float:left;width:2px; height:25px;margin:4px 20px 0 0; background: #005ba8;}
.multipleBox .righter .list .item{float:left;width:25%;padding: 0px 60px 0 0;margin-bottom:30px;height:200px; overflow:hidden;/*background:#eee;*/}
.multipleBox .righter .list .item:nth-child(4n){padding-right:0px;}
.multipleBox .righter .list .item h3{color:#000;font-size:16px;font-weight:bold; border-bottom:1px #ddd solid;padding-bottom:10px;margin:0 0 10px 0;line-height: 40px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.multipleBox .righter .list .item h3 em{display: inline-block;width: 40px;height: 40px;margin-right: 15px;float: left;background-position: 0px 0px;background-repeat:no-repeat; background-size:100%;}
.multipleBox .div{
  display: none;
}

.multipleBox .righter .list{
  display: none;
}
.multipleBox .righter .list.on {
  display: block;
}
.fw .multipleBox .righter .list {
  display: block;
}

.multipleBox .righter .list.on .div{
  display: block;
}




/*==服务列表↓==*/
.tag .slip{ display:block;width: 100%;}
.tag .slip a{/*! float:left; */ position: relative;padding-right:15px; max-width:48%;/*! min-width:48%; *//*! width:48%; */display:inline-block;color:#898989;font-size:14px;margin: 2px 0;overflow: hidden;}
.tag .slip a:last-child:after{ display:none;/*background: #ddd*/}
.tag .slip a font{ position: relative; float:left; /*! width: 100%; */max-width: 100%;/*! min-width: 100%; */ display: block; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;  transition: all .4s ease-in-out;}
.tag .slip a:after{content:""; position: absolute; top:0; right:5px;float:right;margin: 2px 0px 0 0px;display:block;width:1px;height: 12px;background: #898989;transition: all .4s ease-in-out;}
.tag .slip a:hover{color:#005ba8;text-decoration:underline}
.tag .slip a:hover font{text-decoration:underline}
.tag .more-2{ margin-top:5px; color:#555;font-size:12px; display: table;}
.tag .more-2:before{float:right;margin:2px 0 0 5px;}
.tag .more-2:hover{color:#005ba8;}

@media (max-width: 1459px){
  .lefter .contact .tel font {
    font-size: 20px;
}
.lefter .contact .tel {
  margin: 10px 0 10px 0;
}
  .multipleBox .righter .list .item {
    padding: 0px 20px 0 0;
  }
  .multipleBox .righter .list .item h3 {
    font-size: 14px;
  }
  .tag .slip a {
    font-size: 12px;
  }
}
@media (max-width: 1259px){
  .multipleBox .righter .list .item {
    width: 33.3%;
  }
  .leftNav .titleTop {
    padding: 15px 25px;
  }
  .leftNav .twoN > li > h3 {
    padding: 15px 22px 15px 22px;
  }
  .leftNav .twoN > li > h3:before {
    margin-top: 1px;
  }
  .leftNav .threeN > li {
    padding: 10px 10px 10px 50px;
  }
}
@media (max-width: 991px){
  .rack .lefter {
    display: none;
  }
  .subNavWap {
    display: block;
  }
  .rack .righter {
    width: 100%;
  }

  .rack .border{border:none;padding: 0px;}
}
@media (max-width: 768px){
  .multipleBox .righter .list .item {
    width: 100%;
    padding: 0px 0px 0 0;
    margin-bottom: 15px;
    height: initial;
  }
  .multipleBox .righter .list .titleTop {
    font-size: 22px;
    margin-bottom: 0px;
    background: #eee;
    line-height: 50px;
  }
  .multipleBox .righter .list .titleTop:before {
    height: 20px;
    margin: 16px 20px 0 2px;
  }
  .multipleBox .righter .on .titleTop {
    background: #005ba8;
    color: #fff;
  }
  .multipleBox .righter .on .titleTop:before {
    margin: 16px 20px 0px 2px;
    background: #fff;
  }
  .rack .border {
    padding: 0px 0px;
    border: none;
  }
  .multipleBox .div{
    padding: 20px 10px;
    border: #ddd solid 1px;
  }
  .rack {
    padding: 35px 0 50px 0;
  }
  .NavWap-popup {
    top: 18%;
  }
  .subNavWap .title {
    font-size: 16px;
  }
  .subNavWap {
    margin-bottom: 20px;
    padding: 10px 15px;
  }
  .subNavWap .fenlei {
    font-size: 14px;
    margin-top: 0;
  }
  .subNavWap .fenlei:before {
    font-size: 18px;
  }
  .site {
    display: none;
  }
  .multipleBox .list .titleTop i{
    width: 14px;
    height: 14px;
    background-image: url(../images/jh.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 10px;
  }
  .multipleBox .list.on .titleTop i{
    background-image: url(../images/jih.png);
  }
}
@media (max-width: 500px){
  .subNavWap {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
  }
  .subNavWap .title {
    line-height: 40px;
  }
  .subNavWap .fenlei {
    position: relative;
  }
  .subNavWap .fenlei:before {
    position: absolute;
    top: 52%;
    left: 0;
    transform: translateY(-50%);
  }
  .subNavWap .fenlei a {
    padding-left: 25px;
  }
}

/* 服务详情列表也 */
.list li {
  float: left;
  width: 50%;
}
 .list li a {
  display: block;
  padding: 30px;
  margin: 0 20px 20px 0;
  min-height: 130px;
  border: 1px #ddd solid;
  vertical-align: middle;
}
.list li:nth-child(2n) a {
  margin-right: 0;
}
.list li h4 {
  color: #000;
  font-size: 20px;
  margin: 0 0 10px 0;
}
 .list li p {
  color: #898989;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
 .fw .list li:hover a {
  background: #005ba8;
}
 .list li:hover h4, .list li:hover p {
  color: #fff;
}
.titleDx {
  font-size: 25px;
  color: #005ba8;
  margin-bottom: 40px;
}
.titleDx.tiBe:before {
  content: "";
  float: left;
  width: 3px;
  height: 23px;
  margin: 4px 20px 0 0;
  background: #005ba8;
}
#page-wrapper {
  float: left;
  width: 100%;
  margin: 40px 0 50px 0;
  text-align: center;
}
#page-wrapper a:nth-child(1),#page-wrapper a:nth-child(3), #page-wrapper a:nth-last-child(2) {
  /*display: none;*/
}
#page-wrapper a {
  border: 1px #ddd solid;
  padding: 8px 12px;
  color: #666;
  margin: 0 5px;
  background: #fff;
  transition: all .4s ease-in-out;
}
#page-wrapper span {
  border: 0px #ddd solid;
  padding: 8px 12px;
  margin: 0 5px;
  background: #005ba8;
  color: #fff;
  transition: all .4s ease-in-out;
}
#page-wrapper a:hover {
  color: #fff;
  background: #005ba8;
}
.slow, .slow a, .slow h4, .slow p {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
@media(max-width: 991px ) {
  .rack .border {
    border: #ddd solid 1px;
    padding: 20px;
  }
  #page-wrapper {
    float: left;
    width: 100%;
    margin: 0px 0 20px 0;
    text-align: center;
}
}
@media(max-width: 500px ){
  #page-wrapper {
    margin: 20px 0 20px 0;
}
#page-wrapper a:nth-child(2) {
  display: none;
}
.rack .border {
  border: #ddd solid 1px;
  padding: 15px;
}
.multipleBox .righter .list {
  margin: 0 0 10px 0;
  overflow: hidden;
}
#page-wrapper span {
  padding: 5px 10px;
  margin: 0 2px;
  font-size: 12px;
}
#page-wrapper a {
  padding: 5px 10px;
  margin: 0 2px;
  font-size: 12px;
}
  .list li {
    width: 100%;
}
.rack .border {
  padding: 20px;
}
.titleDx {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: auto;
}
 .list li a {
  padding: 20px;
  margin: 0 0px 10px 0;
  min-height: auto;
}
.list li h4 {
  font-size: 16px;
  margin: 0 0 10px 0;
}
}

/* 我们的服务详情 */
.titleDx{font-size:25px;color:#005ba8;margin-bottom: 40px;/*! line-height: 23px; */}
.titleDx.tiBe:before{ content: ""; float:left;width:3px; height:25px;margin:4px 20px 0 0; background: #005ba8;}

.detailPro{}
.detailPro img{max-width:100%;width:auto !important;height:auto !important;}
.detailPro .titleBx{margin-bottom: 15px;}
.detailPro .wor{font-size:16px; line-height:28px;color:#410d0d;margin-bottom:25px; overflow: hidden;}
.titleBx{display: inline-block;margin-bottom: 35px;height: 45px;overflow: hidden;background: #e9e9e9;}
.titleBx font{position: relative;z-index: 2;float: left;display:inline-block;color:#fff;font-size:16px;font-weight: bold;padding: 12px 20px;/* overflow-x: hidden; */background: #005ba8;}
.titleBx font:before{position: absolute;content: "";top: -35px;right: -15px;width: 80px;height: 80px;z-index: -1;transform: rotate(-69deg);background: #005ba8;}
.titleBx span{display: block;float: left;color:#7d7d7d;font-size:12px;line-height: 29px;padding: 10px 30px 10px 35px;background: #e9e9e9;display:none;}
.ProductShow{}
.ProductShow .titleBx{margin-bottom: 35px;}
.ProductShow .online{margin: 20px 0;text-align:center;}
.ProductShow .online a{display: inline-block;padding: 15px 40px;margin-right:10px;color:#fff;font-size:16px; cursor: pointer;background: #005ba8;}
.ProductShow .online a.offer{ background: #a7a7a7;}
.ProductShow .online a:hover{ background: #f60;}

/*==下级分页↓==*/
.sorter{margin-top: 50px;padding:30px 0 0 0;border-top:#ccc 1px dotted;}
.sorter a{position: relative;color:#727272;font-size:14px;padding:0 20px;}
.sorter a:before{ position: absolute;top:5px; color:#999;font-size:12px;}
.sorter a.next{float:right}
.sorter a.prev:before{left:0;}
.sorter a.next:before{right:0;float: right;}
.sorter a:hover,.sorter a:hover:before{color:#005ba8}


@media (max-width: 768px){
  .titleBx font {
    font-size: 16px;
    padding: 10px 15px;
  }
  .ProductShow .titleBx{
    height: 36px;
    margin-bottom: 20px;
  }
  .detailPro .wor {
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 14px;
  }
  .detailPro .wor td,
  .detailPro .wor {
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 14px;
  }
  .ProductShow .online a {
    padding: 10px 30px;
    margin-right: 10px;
    font-size: 14px;
  }
  .sorter {
    margin-top: 30px;
    padding: 15px 0 0 0;
  }
  .sorter a {
    width: 100%;
    font-size: 14px;
    padding: 0 20px;
  }
  .sorter a.next:before {
    left: 0;
    right: auto;
  }

}



/* 实验室中心 */
.titleDx{font-size:25px;color:#005ba8;margin-bottom: 40px;/*! line-height: 23px; */}
.titleDx.tiBe:before{ content: ""; float:left;width:3px; height:25px;margin:4px 20px 0 0; background: #005ba8;}

/*==实验室↓==*/
.ExperimentListBox{}
.ExperimentListBox .list{}
.ExperimentListBox .list li{float:left;width:50%;}
.ExperimentListBox .list li a{ display: block;padding:5px; border:#ddd solid 1px;margin:0 20px 20px 0}
/*.ExperimentListBox .list li:nth-child(2n) a{margin-right:0px;}*/
.ExperimentListBox .list li h4{color:#000000;font-size:16px;margin:20px 0; text-align: center;}
.ExperimentListBox .list li:hover a{border:#005ba8 solid 1px;}
.ExperimentListBox .list li:hover h4{color:#005ba8}

.ExperimentListBox .list li .pic{
  width: 100%;
}
.ExperimentListBox .list li .pic img{
  width: 100%;
  vertical-align: middle;
}
/*==分页↓==*/
#pages{float:left;width:100%; margin:20px 0 25px 0;text-align:center;}
#pages span{border:0px #ddd solid;padding:8px 12px;margin:0 5px; background:#005ba8; color:#fff;transition: all .4s ease-in-out;}
#pages a{border:1px #ddd solid;padding:8px 12px;color:#666; margin:0 5px;background:#fff;transition: all .4s ease-in-out;}
#pages a:hover{color:#fff; background:#005ba8;}

@media (max-width: 760px){
  #pages {
    margin: 20px 0 20px 0;
  }
  #pages span {
    padding: 5px 10px;
    margin: 0 2px;
    font-size: 12px;
  }
  #pages a {
    padding: 5px 10px;
    margin: 0 2px;
    font-size: 12px;
  }
  .ExperimentListBox .list li h4 {
    font-size: 12px;
    margin: 10px 0;
    -webkit-line-clamp: 1;
    white-space:nowrap;
    text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    overflow:hidden;
  }
  .ExperimentListBox .list li a {
    padding: 5px;
    margin: 0 10px 10px 0;
  }
  .titleDx {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .titleDx.tiBe:before {
    width: 2px;
    height: 15px;
    margin: 2px 10px 0 0;
  }
  .Last_page{display: none;}
}




/* 实验室中心详情 */
.ExperimentShow .content_1{}
.ExperimentShow .content_1 .unique{ margin-top:60px;}
.ExperimentShow .content_1 .unique li{float:left;width:26.6%;margin:0 10% 0 0}
.ExperimentShow .content_1 .unique li:last-child{margin-right:0}
.ExperimentShow .content_1 .unique li img{display: block; margin:auto;display: block;}
.ExperimentShow .content_1 .unique li h5{color:#000000;font-size:18px;margin:15px 0; text-align: center; font-weight:bold}
.ExperimentShow .content_1 .unique li p{color:#4d4d4d;font-size:14px;}

.ExperimentShow .items{}
.ExperimentShow .items ul{display: flex;list-style-type: none;flex-direction: row;flex-wrap: wrap;}
.ExperimentShow .items .unique{margin-top:10px;}
.ExperimentShow .items .unique li{width:32.3%;margin:0 1% 1% 0;text-align: center;padding:50px;background: #e9e9e9;}
/*.ExperimentShow .items .unique li{float:left;width:32.3%;margin:0 1% 1% 0;text-align: center;padding:50px; height:300px;background: #e9e9e9;}*/
.ExperimentShow .items .unique li:nth-child(3n){margin-right:0}
.ExperimentShow .items .unique li:last-child{margin-right:0}
.ExperimentShow .items .unique li img{display: block; margin:auto;display: block;}
.ExperimentShow .items .unique li h5{color:#000000;font-size:18px;margin:15px 0; text-align: center; font-weight:bold}

.ExperimentShow .advantages .mun{ margin-top:60px;}
.ExperimentShow .advantages .mun li{float:left;width:18%;margin-right:9.3%;}
.ExperimentShow .advantages .mun li:last-child{margin-right: 0;}
.ExperimentShow .advantages .mun li span{font-size:40px;color:#242424}
.ExperimentShow .advantages .mun li i{font-size:18px;color:#242424;font-style:normal; vertical-align:top;}
.ExperimentShow .advantages .mun li p{margin-top:10px;font-size:16px;color:#242424}

.ExperimentShow .equipment{}
.ExperimentShow .equipment .list{margin-top:60px}
.ExperimentShow .equipment .list li{float:left;width:32.3%;margin:0 1% 2% 0}
/* .ExperimentShow .equipment .list li:nth-child{3n}{} */
.ExperimentShow .equipment .list li .pic{}
.ExperimentShow .equipment .list li .pic img{max-width:100%}
.ExperimentShow .equipment .list li h5{color:#000000;font-size:14px;margin:10px 0 0 0;text-align: center;transition: all .4s ease-in-out;}
.ExperimentShow .equipment .list li:hover h5{color:#005ba8}

.ExperimentShow .groups{}
.ExperimentShow .groups .list{}
.ExperimentShow .groups .list li{float:left;width:15.4%; border:#ddd 1px solid; margin:0 1.5% 1.5% 0;transition: all .4s ease-in-out;}
.ExperimentShow .groups .list li:nth-child(6n){margin-right:0}
.ExperimentShow .groups .list li img{max-width:100%;width: 100% !important;height: 80px !important;}
.ExperimentShow .groups .list li:hover{border:1px #005ba8 solid}


@media (max-width: 1259px){
  .ExperimentShow .items .unique li {
    padding: 30px;
    height: 300px;
  }
}
@media (max-width: 768px){
  .titleBx {
    height: 36px;
  }
  .ExperimentShow .content_1 .unique {
    margin-top: 30px;
  }
  .ExperimentShow .content_1 .unique li {
    width: 100%;
    margin: 20px 0% 0 0;
  }
  .ExperimentShow .content_1 .unique li h5 {
    font-size: 14px;
    margin: 10px 0;
  }
  /* .ExperimentShow .content_1 .unique li p {
    font-size: 12px;
  } */
  /* .ExperimentShow .items .unique {
    margin-top: 30px;
  } */
  .ExperimentShow .items .unique li {
    width: 49%;
    margin: 0 2% 2% 0;
    padding: 20px 15px 15px;
  height: 300px;
  }
  .ExperimentShow .items .unique li:nth-child(3n) {
    margin-right: 2%;
  }
  .ExperimentShow .items .unique li:nth-child(2n) {
    margin-right: 0%;
  }
  .ExperimentShow .items .unique li h5 {
    font-size: 14px;
    margin: 10px 0;
  }
  .ExperimentShow .items .unique li p {
    font-size: 14px;
  }
  .ExperimentShow .advantages .mun {
    margin-top: 10px;
  }
  .ExperimentShow .advantages .mun li {
    width: 49%;
    margin: 20px 2% 0 0;
  }
  .ExperimentShow .advantages .mun li:nth-child(2n) {
    margin-right: 0;
  }
  .ExperimentShow .advantages .mun li p {
    font-size: 14px;
  }

  .ExperimentShow .equipment .list {
    margin-top: 30px;
  }
  .ExperimentShow .equipment .list li {
    width: 48%;
    margin: 0 4% 3% 0;
  }
  .ExperimentShow .equipment .list li:nth-child(2n) {
    margin-right: 0;
  }
  .ExperimentShow .equipment .list li h5 {
    font-size: 14px;
    margin: 10px 0 0 0;
  }
  .ExperimentShow .groups .list li {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  .ExperimentShow .groups .list li:nth-child(6n) {
    margin-right: 0;
  }
  .ExperimentShow .groups .list li:nth-child(3n) {
    margin-right: 0;
  }
  .ExperimentShow .groups .list li img {
    height: 50px !important;
  }

}







/* about */
/* content1 */
.abo_con1 .con1{
  padding-top: 60px;
  background: url(../images/a-imgbg.png) no-repeat;
    background-size: cover;
}

.abo_con1 .con1-top{
  padding-bottom: 200px;
}

.abo_con1 .con1-top .lef{
  float: left;
  width: 36.4%;
  position: relative;
}
.abo_con1 .con1-top .lef img{
  vertical-align: middle;
  width: 100%;
}
.abo_con1 .con1-top .lef p{
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  position: absolute;
  bottom: 90px;
  right: -110px;
  transform: rotate(90deg);
}




.abo_con1 .con1-top .rig{
  float: left;
  width: 63.6%;
  padding-left: 96px;
  position: relative;
}
.abo_con1 .con1-top .rig-top h1{
  font-size: 48px;
  color: #333333;
  padding-top: 50px;
}
.abo_con1 .con1-top .rig-top p{
  font-size: 16px;
  color: #333333;
  padding-top: 56px;
}
.abo_con1 .con1-top .rig-top .p1{
  color: #005ba8;
  font-size: 24px;
  line-height: 30px;
  padding-top: 12px;
}
.abo_con1 .con1-top .a{
  position: absolute;
  bottom: 30%;
  left: 11%;
}
.abo_con1 .con1-top .rig-btm{
  margin-top: 130px;
}
.abo_con1 .con1-top .rig-btm .div1{
  float: left;
  width: 25%;
}
.abo_con1 .con1-top .div1 .img{
  float: left;
  width: 56px;
  margin-right: 16px;
}
.abo_con1 .con1-top .div1 .img img{
  vertical-align: middle;
  width: 100%;
  padding-top: 10px;
}
.abo_con1 .con1-top .div1 .wz{
  float: left;
  width: 50%;
}
.abo_con1 .con1-top .div1 .wz p{
  color: #666666;
  font-size: 16px;
}
.abo_con1 .con1-top .div1 .wz span{
  color: #005ba8;
  font-size: 40px;
}


.abo_con1 .con1-btm{
  background: #b7d8e7;
  /* padding-bottom: 100px; */
  position: relative;
}
.abo_con1 .con1-btm .lef{
  background:url(../images/a-img4.png) no-repeat #ffffff;
  padding-left: 50px;
  padding-right: 350px;
  padding-bottom: 20px;
  width: 92.8%;
  transform: translatey(-100px);

}
.abo_con1 .con1-btm .lef h1 {
  font-size: 48px;
  color: #333333;
  padding-top: 50px;
}
.abo_con1 .con1-btm .lef p{
  font-size: 16px;
  color: #666666;
  padding-bottom: 30px;
  line-height: 30px;
}

.abo_con1 .con1-btm .lef .p1 {
  color: #005ba8;
  font-size: 24px;
  line-height: 30px;
  padding-top: 12px;
  padding-bottom: 50px;
}
.abo_con1 .con1-btm .lef .div{
  display: none;
}
.abo_con1 .con1-btm .lef p.ck{
  font-size: 14px;
  width: 91px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  background-color: #005ba8;
  text-align: center;
  border-radius: 60px;
  cursor: pointer;
}

.abo_con1 .con1-btm .rig{
  position: relative;
  position: absolute;
  top: 0%;
  right: 0%;
  transform: translateX(-50%);
}
.abo_con1 .con1-btm .rig .img{
  width: 100%;
}
.abo_con1 .con1-btm .rig img{
  vertical-align: middle;
  width: 100%;
}
.abo_con1 .con1-btm .rig .wz{
  position: absolute;
  top: 48px;
  left: 46px;
}
.abo_con1 .con1-btm .rig .wz p{
  font-size: 24px;
  color: #ffffff;
}
.abo_con1 .con1-btm .rig .wz h1{
  font-size: 100px;
  color: #ffffff;
}
@media (max-width: 1680px){
  .abo_con1 .con1 {
    padding-top: 90px;
  }
  .abo_con1 .con1-top {
    padding-bottom: 180px;
  }
  .abo_con1 .con1-top .rig {
    padding-left: 87px;
  }
  .abo_con1 .con1-top .rig-top h1 {
    font-size: 40px;
    padding-top: 45px;
  }
  .abo_con1 .con1-top .rig-top .p1 {
    font-size: 24px;
    line-height: 24px;
    padding-top: 10px;
  }
  .abo_con1 .con1-top .rig-top p {
    padding-top: 50px;
  }
  .abo_con1 .con1-top .div1 .img {
    width: 50px;
    margin-right: 14px;
  }
  .abo_con1 .con1-top  .div1 .wz span {
    font-size: 36px;
  }


  .abo_con1 .con1-top .rig-btm {
    margin-top: 118px;
  }
  .abo_con1 .con1-btm .lef {
    padding-left: 45px;
    padding-right: 318px;
    padding-bottom: 18px;
    transform: translatey(-90px);
  }
  .abo_con1 .con1-btm .lef h1 {
    font-size: 40px;
    padding-top:45px;
  }
  .abo_con1 .con1-btm .lef .p1 {
    font-size: 24px;
    line-height: 24px;
    padding-top: 10px
  }
  .abo_con1 .con1-btm .lef p {
    padding-bottom: 27px;
    line-height: 28px;
  }

  .abo_con1 .con1-btm {
    padding-bottom: 90px;
  }
  .abo_con1 .con1-btm .rig img {
    width: 363px;
  }
  .abo_con1 .con1-btm .rig {
    right: -4%;
  }
  .abo_con1 .con1-btm .rig .wz h1 {
    font-size: 90px;
  }
}
@media (max-width: 1459px){
  .abo_con1 .con1 {
    padding-top: 81px;
  }
  .abo_con1 .con1-top .lef p {
    font-size: 12px;
    bottom: 76px;
    right: -100px;
  }
  .abo_con1 .con1-top .rig {
    padding-left: 73px;
  }
  .abo_con1 .con1-top .rig-top h1 {
    font-size: 36px;
    padding-top: 40px;
  }
  .abo_con1 .con1-top .rig-top .p1 {
    font-size: 20px;
    line-height: 20px;
    padding-top: 10px;
  }
  .abo_con1 .con1-top .rig-top p {
    padding-top: 45px;
    font-size: 14px;
  }
  .abo_con1 .con1-top .a img{
    width: 14px;
  }
  .abo_con1 .con1-top .div1 .img {
    width: 45px;
  }
  .abo_con1 .con1-top .div1 .wz span {
    font-size: 32px;
  }
  .abo_con1 .con1-top .div1 .wz p {
    font-size: 14px;
  }
  .abo_con1 .con1-btm .lef {
    padding-left: 40px;
    padding-right: 289px;
    padding-bottom: 16px;
    transform: translatey(-81px);
  }
  .abo_con1 .con1-btm .lef h1 {
    font-size: 36px;
    padding-top: 40px;
  }
  .abo_con1 .con1-btm {
    padding-bottom: 81px;
  }
  .abo_con1 .con1-btm .lef .p1 {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 45px;
  }
  .abo_con1 .con1-btm .lef p {
    font-size: 14px;
    padding-bottom: 24px;
    line-height: 26px;
  }
  .abo_con1 .con1-btm .rig img {
    width: 330px;
  }
  .abo_con1 .con1-btm .rig .wz p {
    font-size: 20px;
  }
  .abo_con1 .con1-btm .rig .wz h1 {
    font-size: 80px;
  }
  .abo_con1 .con1-top {
    padding-bottom: 163px;
  }
}
@media (max-width: 1259px){
  .abo_con1 .con1-btm .lef {
    padding-left: 36px;
    padding-right: 170px;
    padding-bottom: 14px;
    transform: translatey(-73px);
  }
  .abo_con1 .con1 {
    padding-top: 73px;
  }
  .abo_con1 .con1-top .rig-top h1 {
    font-size: 32px;
    padding-top: 36px;
  }
  .abo_con1 .con1-top .rig {
    padding-left: 66px;
  }
  .abo_con1 .con1-top .rig-top .p1 {
    font-size: 18px;
    line-height: 18px;
    padding-top: 8px;
  }
  .abo_con1 .con1-top .rig-top p {
    padding-top: 40px;
  }
  .abo_con1 .con1-top .a img {
    width: 12px;
  }
  .abo_con1 .con1-top .div1 .img {
    width: 40px;
  }
  .abo_con1 .con1-top .div1 .wz span {
    font-size: 28px;
  }
  .abo_con1 .con1-top {
    padding-bottom: 148px;
  }
  .abo_con1 .con1-btm .lef h1 {
    font-size: 32px;
    padding-top: 36px;
  }
  .abo_con1 .con1-btm .lef .p1 {
    font-size: 18px;
    line-height: 18px;
    padding-top: 8px;
    padding-bottom: 40px;
  }
  .abo_con1 .con1-btm .lef p {
    padding-bottom: 21px;
  }
  /* .abo_con1 .con1-btm .lef p:nth-child(4),
  .abo_con1 .con1-btm .lef p:nth-child(5){
    display: none;
  } */

  .abo_con1 .con1-btm {
    padding-bottom: 30px;
  }
  .abo_con1 .con1-btm .rig img {
    width: 300px;
  }
  .abo_con1 .con1-btm .rig {
    right: -8%;
  }
}
@media (max-width: 991px){
  .abo_con1 .con1-top .lef{
    display: none;
  }
  .abo_con1 .con1-top .rig {
    width: 100%;
    padding-left: 0;
  }
  .abo_con1 .con1-top .rig-top h1 {
    padding-top: 0;
  }
  .abo_con1 .con1-top .a {
    display: none;
  }
  .abo_con1 .con1-top .rig-btm {
    margin-top: 62px;
  }
  .abo_con1 .con1-top {
    padding-bottom: 70px;
  }
  .abo_con1 .con1-btm .rig {
    display: none;
  }
  .abo_con1 .con1-btm .lef {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 14px;
    transform: translatey(0px);
    width: 100%;
  }
  .abo_con1 .con1-btm {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .abo_con1 .con1-btm .lef p:nth-child(5),
  .abo_con1 .con1-btm .lef p:nth-child(6){
    display: none;
  }
  .abo_con1 .con1-btm .lef a{
    display: block !important;
  }
}
@media (max-width: 768px){
  .abo_con1 .con1-btm .lef p {
    padding-bottom: 15px;
    line-height: 24px;
  }
  .abo_con1 .con1-btm .lef p:nth-child(3){
    display: none;
  }
  .abo_con1 .con1-btm .lef .p1 {
    padding-bottom: 30px;
    font-size: 16px;
  }
  .abo_con1 .con1-top .rig-top p {
    padding-top: 30px;
  }
  .abo_con1 .con1-top .rig-top h1 {
    font-size: 28px;
  }
  .abo_con1 .con1-top .rig-top .p1 {
    font-size: 16px;;
  }
  .abo_con1 .con1-top .rig-top p {
    padding-top: 20px;
  }
  .abo_con1 .con1-top .rig-btm {
    margin-top: 45px;
  }
  .abo_con1 .con1-btm {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .abo_con1 .con1-top {
    padding-bottom: 52px;
  }
  .abo_con1 .con1-btm .lef h1 {
    font-size: 28px;;
  }
  .abo_con1 .con1 {
    padding-top: 40px;
  }
}
@media(max-width:500px){
  .abo_con1 .con1 {
    padding-top: 15px;
  }
  .abo_con1 .con1-top .lef {
    display: block;
  }
  .abo_con1 .con1 {
    padding-top: 20px;
  }
  .abo_con1 .con1-top .rig-top h1 {
    font-size: 24px;
  }
  .abo_con1 .con1-top .lef {
    width: 90%;
  }
  .abo_con1 .con1-top .rig {
    padding-top: 15px;
  }
  .abo_con1 .con1-top .rig-top p {
    padding-top: 8px;
  }
  .abo_con1 .con1-top .rig-btm {
    margin-top: 15px;
  }
  .abo_con1 .con1-top .rig-btm .div1 {
    width: 50%;
  }
  .abo_con1 .con1-top {
    padding-bottom: 30px;
  }
  .abo_con1 .con1-btm {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .abo_con1 .con1-btm .lef h1 {
    font-size: 24px;
    padding-top: 15px;
  }
  .abo_con1 .con1-btm .lef .p1 {
    padding-bottom: 8px;
  }
  /* .abo_con1 .con1-btm .lef p:nth-child(4){
    display: none;
  } */
  .abo_con1 .con1-top .div1 .wz span {
    font-size: 24px;
  }
  .abo_con1 .con1-top .div1 .img {
    width: 36px;
  }
}







/* abo5_con2 */
.abo5_con2{
  width: 100%;
  padding-top: 120px;
  padding-bottom: 95px;
  background-image: url(../images/abo5_con2_img1.jpg);
  background-size: cover;
}
.abo5_con2 .rq1{
  width: 22%;
  float: left;
  position: relative;
}
.abo5_con2 .rq1::before{
  content: '';
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: rgb(63,63,63);
  position: absolute;
  top: -50px;
  left: -46px;
}
.abo5_con2 .rq1 .p1{
  font-size: 48px;
  color: #ffffff;
  position: relative;
}
.abo5_con2 .rq1 .p1 span{
  width: 50px;
  height: 6px;
  background-image: url(../images/abo5_con1_img3.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.abo5_con2 .rq1 .p1 .sp1{
  transform: translate(-70px,-50%);
}
.abo5_con2 .rq1 .p2{
  font-size: 24px;
  color: #ffffff;
  opacity: 0.5;
}
.abo5_con2 .rq2{
  width: 41.5%;
  float: left;
  padding-top: 10px;
}
.abo5_con2 .rq2 .div{
  margin-bottom: 43px;
  padding-left: 82px;
  position: relative;
}
.abo5_con2 .rq2 .div .div1{
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.abo5_con2 .rq2 .div .div1 img{
  width: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.abo5_con2 .rq2 .div .p3{
  font-size: 24px;
  color: #ffffff;
}
.abo5_con2 .rq2 .div .p4{
  font-size: 16px;
  color: #ffffff;
  margin-top: 5px;
  opacity: 0.5;
}
.abo5_con2 .rq3{
  width: 36.5%;
  float: left;
}
.abo5_con2 .rq3 img{
  width: 100%;
  vertical-align: middle;
}

@media(max-width:1459px){
  .abo5_con2 {
    padding-top: 90px;
    padding-bottom: 72px;
  }
  .abo5_con2 .rq1::before {
    width: 110px;
    height: 110px;
    top: -38px;
    left: -34px;
  }
  .abo5_con2 .rq1 .p1 {
    font-size: 36px;
  }
  .abo5_con2 .rq1 .p1 span {
    width: 38px;
    height: 5px;
  }
  .abo5_con2 .rq1 .p1 .sp1 {
    transform: translate(-53px,-50%);
  }
  .abo5_con2 .rq1 .p2 {
    font-size: 18px;
  }
  .abo5_con2 .rq2 .div {
    margin-bottom: 32px;
    padding-left: 62px;
  }
  .abo5_con2 .rq2 .div .div1 {
    width: 47px;
    height: 47px;
  }
  .abo5_con2 .rq2 .div .div1 img {
    width: 25px;
  }
  .abo5_con2 .rq2 .div .p3 {
    font-size: 18px;
  }
  .abo5_con2 .rq2 .div .p4 {
    font-size: 14px;
    margin-top: 2px;
  }


}
@media(max-width:991px){
  .abo5_con2 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .abo5_con2 .rq1::before {
    width: 76px;
    height: 76px;
    top: -23px;
    left: -24px;
  }
  .abo5_con2 .rq1 .p1 {
    font-size: 28px;
  }
  .abo5_con2 .rq1 .p1 span {
    width: 30px;
    height: 5px;
  }
  .abo5_con2 .rq1 .p1 .sp1 {
    transform: translate(-53px,-50%);
  }
  .abo5_con2 .rq1 .p2 {
    font-size: 16px;
  }
  .abo5_con2 .rq2 {
    padding-top: 0px;
  }
  .abo5_con2 .rq2 .div {
    margin-bottom: 19px;
    padding-left: 60px;
  }

}
@media(max-width:768px){
  .abo5_con2 .rq1{
    width: 100%;
    padding-left: 55px;
    margin-bottom: 20px;
  }
  .abo5_con2 .rq3,
  .abo5_con2 .rq2{
    width: 50%;
  }
}
@media(max-width:500px){
  .abo5_con2 {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .abo5_con2 .rq1 .p1 {
    font-size: 24px;
  }
  .abo5_con2 .rq1 .p2 {
    font-size: 14px;
  }
  .abo5_con2 .rq1::before {
    width: 69px;
    height: 65px;
    top: -10px;
    left: 17px;
  }
  .abo5_con2 .rq3, .abo5_con2 .rq2{
    width: 100%;
  }


}

/* ab2_con4 */
.ab2_con4{
  width: 100%;
  height: 730px;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  background: #005ba8;
  overflow: hidden;
}
.ab2_con4 .bj{
  width: 100%;
  height: 23px;
  background-image: url(../images/ab2_con4_img1.png);
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 35%;
}
.ab2_con4 .p1{
  font-size: 48px;
  color: #ffffff;
  text-align: center;
}
.ab2_con4 .p2{
  font-size: 24px;
  color: #ffffff;
  opacity: 0.7;
  text-align: center;
  text-transform: uppercase;
}
.ab2_con4 .rq{
  width: 100%;
  padding-top: 50px;
  position: relative;
}
.ab2_con4 .rq .div1{
  width: 185px;
  line-height: 185px;
  border-radius: 50%;
  font-size: 48px;
  color: #005ba8;
  background: #fff;
  text-align: center;
  font-family: "Impact";
  margin: 0 auto;
  margin-bottom: 90px;
  position: relative;
  background: url(../images/ab2_con4_img2.png)no-repeat;
  background-size: cover;
}
.ab2_con4 .rq .div1::before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ca3d2f;
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
}
.ab2_con4 .rq .div2{
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
}
.ab2_con4 .swiper-button-next,
.ab2_con4 .swiper-button-prev{
  background: none;
}



@media(max-width:1459px){
  .ab2_con4 {
    height: 555px;
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .ab2_con4 .p1 {
    font-size: 30px;
  }
  .ab2_con4 .p2 {
    font-size: 14px;
  }
  .ab2_con4 .rq {
    padding-top: 38px;
  }
  .ab2_con4 .rq .div1 {
    width: 140px;
    line-height: 140px;
    border-radius: 50%;
    font-size: 36px;
    margin-bottom: 65px;
  }
  .ab2_con4 .rq .div2 {
    font-size: 14px;
    line-height: 22px;
  }
  .ab2_con4 .swiper-button-next,
  .ab2_con4 .swiper-button-prev {
    width: 40px;
    height: 40px;
    right: -75px;
  }
  .ab2_con4 .swiper-button-prev{
    left: -75px;
  }
  .ab2_con4 .bj {
    height: 17px;
    bottom: 34%;
  }


}
@media(max-width:991px){
  .ab2_con4 .p1 {
    font-size: 28px;
  }
  .ab2_con4 {
    height: 500px;
    padding-top: 44px;
    padding-bottom: 45px;
  }
}
@media(max-width:768px){
  .ab2_con4 .rq .div1 {
    width: 88px;
    line-height: 88px;
    font-size: 25px;
    margin-bottom: 40px;
  }
  .ab2_con4 .rq .div1::before {
    width: 6px;
    height: 6px;
    bottom: -18px;
  }
  .ab2_con4 .rq .div2 {
    font-size: 13px;
    line-height: 20px;
  }
  .ab2_con4 {
    height: 410px;
    padding-top: 44px;
    padding-bottom: 45px;
  }
  .ab2_con4 .bj {
    height: 17px;
    bottom: 38%;
  }

}
@media(max-width:500px){
  .ab2_con4 .p1 {
    font-size: 24px;
  }
  .ab2_con4 .p2 {
    font-size: 13px;
  }
  .ab2_con4 .rq {
    padding-top: 28px;
  }
  .ab2_con4 {
    height: 361px;
    padding-top: 30px;
    padding-bottom: 34px;
  }
  .ab2_con4 .swiper-button-next, .ab2_con4 .swiper-button-prev {
    width: 34px;
    height: 34px;
    right: -10px;
    top: 45%;
  }
  .ab2_con4 .swiper-button-prev {
    left: -10px;
  }

}




/* ab2_con5 */
.ab2_con5{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.ab2_con5 .h1{
  text-align: center;
  font-size: 48px;
  color: #333333;
}
.ab2_con5 .h2{
  text-align: center;
  font-size: 24px;
  color: #999999;
}
.ab2_con5 .top{
  width: auto;
  display: table;
  margin: 0 auto;
  margin-top: 45px;
}
.ab2_con5 .top .div{
  width: 160px;
  line-height: 50px;
  border-radius: 50px;
  border: 1px solid #e1e1e1;
  text-align: center;
  font-size: 20px;
  color: #333;
  margin-left: 20px;
  float: left;
  cursor: pointer;
  transition: .5s all;
}
.ab2_con5 .top .div.on,.ab2_con5 .top .div:hover{
  background-color: #005ba8;
  border-color: #005ba8;
  color: #fff;
}
.ab2_con5 .top .div:nth-child(1){
  margin-left: 0px;
}
.ab2_con5 .bot{
  width: 100%;
  margin-top: 50px;
}
.ab2_con5 .bot .rq{
  width: 100%;
  position: relative;
  display: none;
}
.ab2_con5 .bot .rq.on1{
  display: block;
}
.ab2_con5 .bot .rq .swiper-slide{
  height: 270px;
  border: 1px solid rgb(225,225,225);
  position: relative;
}
.ab2_con5 .bot .rq .swiper-slide img{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}

.ab2_con5 .bot .rq .swiper-slide:hover img{
  transform:translate(-50%,-50%) scale(1.05);
}
.ab2_con5 .rq .swiper-button-next,
.ab2_con5 .rq .swiper-button-prev{
  width: 53px;
  height: 53px;
  background-image: url(../images/ab2_con5_img3.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -110px;
  transition: all .5s;
}
.ab2_con5 .rq .swiper-button-prev{
  left: -110px;
  transform: rotate(180deg);
}
.ab2_con5 .rq .swiper-button-next:hover,
.ab2_con5 .rq .swiper-button-prev:hover{
  background-image: url(../images/ab2_con5_img4.png);
}

@media(max-width:1459px){
  .ab2_con5 .h1{
    font-size: 30px;
  }
  .ab2_con5 .h2 {
    font-size: 14px
  }
  .ab2_con5 .top .div {
    width: 122px;
    line-height: 38px;
    font-size: 16px;
  }
  .ab2_con5 .rq .swiper-button-next, .ab2_con5 .rq .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .ab2_con5 {
    width: 100%;
    padding-top: 65px;
    padding-bottom: 60px;
  }
}
@media(max-width:991px){
  .ab2_con5 .h1 {
    font-size: 24px;
  }
  .ab2_con5 .rq .swiper-button-next, .ab2_con5 .rq .swiper-button-prev{
    display: none;
  }
}
@media(max-width:500px){
  .ab2_con5 .top{
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin-top: 25px;
    padding-bottom: 15px;
  }
  .ab2_con5 .bot .rq .swiper-slide {
    height: 200px;
  }
  .ab2_con5 .top .div{
    display: inline-block;
    float: none;
    width: 100px;
    line-height: 30px;
    font-size: 14px;
  }
  .ab2_con5 .top::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
  }
  .ab2_con5 .top::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background   : #005ba8;
  }
  .ab2_con5 .top::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background   : #ededed;
  }
}




/* ab1_con6 */
.ab1_con6{
  padding-top: 90px;
  padding-bottom: 90px;
}
.ab1_con6 .swiper-container {
  padding-bottom: 70px;
}
.ab1_con6 .swiper-container .swiper-pagination-bullet{
  width: 14px;
  height: 14px;
  background-color: #bbb6b6;
}
.ab1_con6 .swiper-container .swiper-pagination-bullet-active{
  background-color: #005ba8;
}
.ab1_con6 .h1{
  text-align: center;
  font-size: 48px;
  color: #333333;
}
.ab1_con6 .h2{
  text-align: center;
  font-size: 24px;
  color: #999999;
}
.ab1_con6 .rq1{
  margin-top: 45px;
}
.ab1_con6 .rq1 .swiper-slide{
  overflow: hidden;
}
.ab1_con6 .rq1 .swiper-slide img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.ab1_con6 .rq1 .swiper-slide:hover img{
  transform: scale(1.05);
}
.ab1_con6 .swiper-button-next,
.ab1_con6 .swiper-button-prev{
  width: 71px;
  height: 46px;
  background-image: url(https://www.ntek-testlab.com/wstmart/home/view/default/images/ab1_con7_img2.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 5px;
  left: 95%;
  margin-top: 0;
  transition: all .5s;
}
.ab1_con6 .swiper-button-prev{
  left: 89%;
  transform: rotate(180deg);
}
.ab1_con6 .swiper-button-next:hover,
.ab1_con6 .swiper-button-prev:hover{
  background-image: url(https://www.ntek-testlab.com/wstmart/home/view/default/images/ab1_con7_img3.png);
}
@media(max-width:1459px){
  .ab1_con6 .h1 {
    font-size: 30px;
  }
  .ab1_con6 .h2 {
    font-size: 14px;
  }
  .ab1_con6 {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .ab1_con6 .swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
@media(max-width:991px){
  .ab1_con6 .h1 {
    font-size: 24px;
  }
}
@media(max-width:500px){
  .ab1_con6 .rq1 {
    margin-top: 20px;
  }
}




/* ab2_con6 */
.ab2_con6{
  width: 100%;
  padding-bottom: 90px;
}
.ab2_con6 .p1{
  font-size: 48px;
  color: #333333;
  text-align: center;
}
.ab2_con6 .p1 span{
  color: #005ba8;
}
.ab2_con6 .p2{
  font-size: 24px;
  color: #d0d0d0;
  text-transform: uppercase;
  text-align: center;
}
.ab2_con6 .rq{
  width: 100%;
  padding-top: 40px;
}
.ab2_con6 .rq .div{
  width: 100%;
  display: flex;
  background: rgb(246,246,246);
  margin-bottom: 20px;
}
.ab2_con6 .rq .div .lef{
  width: 41.5%;
  overflow: hidden;
}
.ab2_con6 .rq .div .lef img{
  width: 100%;
  vertical-align: middle;
}
.ab2_con6 .rq .div .rig{
  width: 58.5%;
  padding: 110px 45px;
  padding-bottom: 0px;
  position: relative;
}
.ab2_con6 .rq .div .rig i{
  font-size: 72px;
  color: #2e3235;
  font-family: "Impact";
  opacity: 0.1;
  position: absolute;
  right: 45px;
  top: 54px;
}
.ab2_con6 .rq .div .rig .p3{
  font-size: 24px;
  color: #005ba8;
  padding-top: 24px;
  text-transform: uppercase;
}
.ab2_con6 .rq .div .rig .p4{
  font-size: 30px;
  color: #2e3235;

  position: relative;
}

/* .ab2_con6 .rq .div .rig .p4::before{
  content: '';
  width: 20px;
  height: 2px;
  background: rgb(196,196,196);
  position: absolute;
  bottom: 0;
  left: 0;
} */
.ab2_con6 .rq .div .rig .p5{
  font-size: 16px;
  color: #666666;
  padding-top: 33px;
  line-height: 28px;
}

@media(max-width:1459px){
  .ab2_con6 {
    padding-top: 64px;
    /* padding-bottom: 78px; */
  }
  .ab2_con6 .p1 {
    font-size: 38px;
  }
  .ab2_con6 .p2 {
    font-size: 14px;
  }
  .ab2_con6 .rq .div .rig {
    padding: 82px 34px;
    padding-bottom: 0px;
  }
  .ab2_con6 .rq .div .rig .p3 {
    font-size: 18px;
  }
  .ab2_con6 .rq .div .rig .p4 {
    font-size: 22px;
    padding-bottom: 18px;
  }
  .ab2_con6 .rq .div .rig .p5 {
    font-size: 14px;
    padding-top: 24px;
    line-height: 24px;
  }
  .ab2_con6 .rq .div .rig i {
    font-size: 54px;
    right: 34px;
    top: 40px;
  }
  .ab2_con6 .rq {
    padding-top: 34px;
  }

}
@media(max-width:1259px){
  .ab2_con6 .rq .div .rig {
    padding: 48px 30px;
    padding-bottom: 0px;
  }
  .ab2_con6 .rq .div .rig i {
    font-size: 54px;
    right: 34px;
    top: 25px;
  }
}
@media(max-width:991px){
  .ab2_con6 {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .ab2_con6 .p1 {
    font-size: 28px;
  }
  .ab2_con6 .rq .div{
    flex-wrap: wrap;
  }
  .ab2_con6 .rq .div:nth-child(2n){
    flex-wrap: wrap-reverse;
  }
  .ab2_con6 .rq .div .lef{
    width: 100%;
  }
  .ab2_con6 .rq .div .rig{
    width: 100%;
    padding: 25px 30px;
    padding-bottom: 20px;
  }


}
@media(max-width:500px){
  .ab2_con6 {
    padding-top: 45px;
    padding-bottom: 20px;
  }
  .ab2_con6 .p1 {
    font-size: 24px;
  }
  .ab2_con6 .p2 {
    font-size: 13px;
  }
  .ab2_con6 .rq {
    padding-top: 18px;
  }
  .ab2_con6 .rq .div .rig {
    padding: 21px 15px;
    padding-bottom: 20px;
  }
  .ab2_con6 .rq .div .rig .p3 {
    font-size: 14px;
    padding-top: 10px;
  }
  .ab2_con6 .rq .div .rig .p4 {
    font-size: 18px;

  }
  .ab2_con6 .rq .div .rig .p5 {
    font-size: 14px;
    padding-top: 13px;
    line-height: 24px;
  }
  .ab2_con6 .rq .div .rig i {
    font-size: 47px;
    right: 15px;
    top: 5px;
  }
}





/* ab3_con6 */
.ab3_con6{
  /* padding-top: 85px; */
  padding-bottom: 100px;
}
.ab3_con6 .h1{
  text-align: center;
  color: #333;
  font-size: 48px;
}
.ab3_con6 .h2{
  text-align: center;
  color: #888888;
  font-size: 18px;
}
.ab3_con6 .rq1{
  margin-top: 50px;
}
.ab3_con6 .rq1 .div{
  width: 32%;
  float: left;
  margin-left: 2%;
}
.ab3_con6 .rq1 .div:nth-child(1){
  margin-left: 0;
}
.ab3_con6 .rq1 .div .p1{
  width: 100%;
  line-height: 60px;
  text-align: center;
  color: #333;
  background-color: #f0f0f0;
  font-size: 24px;
  letter-spacing: 2px;
}
.ab3_con6 .rq1 .div .bot{
  width: 100%;
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.ab3_con6 .rq1 .div .bot .img{
  width: 33%;
  height: 108px;
  float: left;
  position: relative;
}
.ab3_con6 .rq1 .div .bot .img img{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .ab3_con6 .rq1 .div .bot img{
  display: table;
  max-width: 80%;
  margin: 0px auto;
  padding: 20px 0;
  vertical-align: middle;
} */
@media(max-width:1459px){
  .ab3_con6 .h1 {
    font-size: 34px;
  }
  .ab3_con6 .h2 {
    font-size: 14px;
  }
  .ab3_con6 .rq1 .div .p1 {
    line-height: 50px;
    font-size: 20px;
  }
  .ab3_con6 .rq1 .div .bot .img {

    height: 90px;
  }
  .ab3_con6 {
    padding-top: 55px;
    padding-bottom: 65px;
  }
}
@media(max-width:991px){
  .ab3_con6 .h1 {
    font-size: 24px;
  }
  .ab3_con6 .rq1 .div .bot .img {
    height: 80px;
  }
}
@media(max-width:500px){
  .ab3_con6 .rq1 .div .p1 {
    line-height: 35px;
    font-size: 16px;
  }
  .ab3_con6 .rq1 .div .bot .img {
    height: 60px;
  }
  .ab3_con6 .rq1 .div{
    width: 50%;
    margin-left: 0;
  }
  .ab3_con6 .rq1 {
    margin-top: 25px;
  }
  .ab3_con6 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}



/* 联系我们 */
.lx-con1{
  padding-top:80px;
  padding-bottom: 80px;
}

.map .cont_lef{
  width: 50%;
  height: auto;
  float: left;
}
.map .cont_lef img{
  width: 100%;
  height: auto;
}
.cont_rig{
  width: 47%;
  height: auto;
  float: right;
}
.cont_rig .p1{
  font-size: 26px;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
  background-image: url(../images/dw.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 40px;
  margin-bottom: 10px;
}
.cont_rig span{
  font-size: 16px;
  display: block;
  color: #777;
  text-indent: 40px;
  line-height: 30px;
}
.cont_erwm{
  width: 91px;
  height: 100%;
  margin-left: 40px;
  margin-top: 40px;
}
.cont_erwm p{
  width: 91px;
  font-size: 18px;
  color: #666666;
  text-align: center;
}
@media (max-width: 1459px){
  .cont_rig .p1 {
    font-size: 24px;
    margin-top: 0px;
  }
  .cont_rig span {
    font-size: 14px;
    line-height: 25px;
  }
  .cont_erwm {
    margin-top: 35px;
  }
}
@media (max-width: 1259px){
  .map .cont_rig {
    width: 43%;
  }
  .cont_rig .p1 {
    font-size: 24px;
    margin-top: 0px;
  }
  .cont_rig span {
    font-size: 13px;
    line-height: 20px;
  }
  .map{
    width: 95%;
  }
  .map .cont_lef {
    width: 55%;
  }
  .cont_erwm p {
    font-size: 16px;
  }
  .cont_erwm {
    margin-top: 25px;
  }

  .lx-con1{
    padding-top:121px;
    padding-bottom: 0px;
  }
}
@media (max-width: 991px){
  .map .cont_lef,  .map .cont_rig {
    width: 100%;
    padding-top: 20px;
  }
  .lx-con2 {
    margin-top: 0px;
  }
  .cont_rig span {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 592px){
  .map {
    padding: 40px 0 0;
  }
  .cont_rig .p1 {
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .cont_rig span {
    font-size: 14px;
    text-indent: 0%;
  }
  .cont_erwm {
    display: none;
  }
}






.bt {
  font-size: 36px;
  color: #222;
  margin-top: 60px;
  text-align: center;
  /* background-repeat: no-repeat;
  background-position: center;
  background-size: 221px 11px; */
}
.fy{
  width: 350px;
  height: 45px;
  margin: 0 auto;
  margin-top: 60px;
}
.fy li{
  float: left;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  text-align: center;
  line-height: 34px;
  margin: 0 6px;
}
.fy li a{
  font-size: 12px;
  color: #666;
}
.fy li a img{
  margin-bottom: 5px;
}
.fy .sy{
  background: #005ba8;

}
.fy .sy a{
  color: #fff;
}
.fy li:hover{
  background: #005ba8;
}
.fy li:hover> a{
  color: #fff;;
}
.fy .q:hover{
  background: none;
}
.fy .h:hover{
  background: none;
}
/* 人才招聘 */
.lx-con2{
  width: 100%;
  min-height: 500px;
  padding-bottom: 90px;
  overflow: hidden;
}
/* .lx-con2 .recru_jz{
  width: 1200px;
  margin: 0 auto;
} */
.lx-con2 .recru_jz .bt{
  margin-top: 60px;
  margin-bottom: 30px;
}
.lx-con2 .recru_jz .recru_1{
  width: 49%;
  height: 465px;
  float: left;
  margin-right: 2%;
  box-shadow: 0 0 10px 0 rgb(233,233,233);
  margin-top: 20px;
  padding: 35px 28px;
}
.lx-con2 .recru_jz .recru_1:nth-child(2n){
  margin-right: 0;
}
.lx-con2 .recru_1{
  font-size: 20px;
  color: #666;
}
.lx-con2 .recru_1 div{
  width: 100px;
  height: 30px;
  border: 1px solid rgb(232,232,232);
  font-size: 14px;
  color: #333;
  line-height: 30px;
  text-align: center;
  margin: 15px 0;
}
.lx-con2 .recru_1 .tj{
  width: 100%;
  border: none;
  height: 200px;
  text-align: left;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 5px;
}
.recru_1 .tj::-webkit-scrollbar {
  width: 2px;
  background-color: #136091;
  border-radius:50px;
}

.recru_1 .tj::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color:#dedede;
}

.recru_1 .tj::-webkit-scrollbar-thumb {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #479ad0;
}


.lx-con2 .recru_1 span{
  font-size: 14px;
  color: #777;
  display: block;
  line-height: 25px;
}
.lx-con2 .recru_1 .p1{
  font-size: 14px;
  color: #005ba8;
  margin: 25px 0;
}
.lx-con2 .recru_1 button{
  font-size: 14px;
  color: #fff;
  width: 130px;
  height: 40px;
  background: #005ba8;
  border-radius: 40px;
}
.lx-con2 .recru_1 button a{
  width: 100%;
  height: 100%;
  display: block;
  font-size: 14px;
  color: #fff;
  width: 130px;
  height: 40px;
  background: #005ba8;
  border-radius: 40px;
  line-height: 40px;
}
.relation{
  width: 100%;
  height: 308px;
  background-image: url(../images/hzhbbj.jpg);
  background-size: cover;
  padding: 50px 0;
}
.relation p{
  font-size: 36px;
  color: #fff;
  text-align: center;
  background-image: url(https://www.ntek-testlab.com/wstmart/home/view/default/images/btbj3.png);
  background-repeat: no-repeat;
  background-position: center;
}
.relation span{
  font-size: 20px;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 45px;
}
.relation .srk{
  margin: 0 auto;
  width: 1400px;
}
.relation .srk input{
  width: 388px;
  height: 48px;
  font-size: 16px;
  color: #333;
  background: #fff;
  text-indent: 2em;
  margin-right: 8px;
  border: none;
}
.relation .srk button{
  width: 185px;
  height: 48px;
  font-size: 16px;
  color: #333;
  background: #fff;
}

@media(max-width:1420px){
  .relation .srk{
    width: 95%;
  }
  .relation .srk input{
    width: 25%;
  }
  .relation .srk button{
    width: 19%;
  }
}
@media(max-width:1280px){
  .relation .srk input{
    height: 50px;
    font-size: 18px;
  }
  .relation .srk button{
    height: 50px;
    font-size: 18px;
  }
  .relation{
    height: auto;
  }
  .relation .srk input{
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .relation .srk button{
    width: 100%;
    display: block;
    margin: 0 auto;
  }

}
@media(max-width:1220px){
  .lx-con2 .recru_jz{
    width: 100%;
  }
}
@media(max-width:1130px){
  /* .lx-con2 {
      margin-top: 80px;
  } */
}
@media(max-width:768px){
  .lx-con2 .recru_jz .recru_1{
    width: 100%;
  }
  .relation p{
    font-size: 30px;
    background-size: 320px;
  }
  .relation span{
    font-size: 16px;
  }
  .relation .srk input {
    height: 60px;
    font-size: 18px;
  }
  .relation .srk button {
    height: 60px;
    font-size: 18px;
  }

}
@media(max-width:592px){
  .lx-con2 .products_navzd2 .products_nav .nei_anchor{
    float: right;
  }
  .relation span{
    padding: 0 15px;
    font-size: 14px;
  }
}
@media(max-width:414px){
  .lx-con2{
    padding-bottom: 20px;
    margin-top: 0px;
  }
  .fy {
    margin-top: 20px;
  }
  .lx-con2 .recru_jz .bt {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 30px;
  }
  .lx-con1 {
    padding-top: 46px;
    padding-bottom: 0px;
  }
}
/* .new1_con1 */

.new1_con1 {
  width: 100%;
  padding-top: 70px;
  background: rgb(248, 248, 248);
}

/* 复制 左边 */
.por_con2_lef {
  width: 19.7%;
  float: left;
}
.por_con2_lef .rq1 {
  width: 100%;
  margin-bottom: 22px;
}

.por_con2_lef .rq1 .p {
  font-size: 30px;
  color: #ffffff;
  line-height: 78px;
  background: rgb(47, 51, 54);
  text-align: center;
  position: relative;
}

.por_con2_lef .rq1 .p span {
  font-size: 44px;
  color: #ffffff;
  font-weight: bold;
  opacity: 0.05;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}

.por_con2_lef .rq1 .div {
  width: 100%;
  background: #fff;
}

.por_con2_lef .rq1 .div .div1 {
  width: 100%;
  border-bottom: 1px dashed rgb(208, 208, 208);
}

.por_con2_lef .rq1 .div .div1 .a {
  font-size: 16px;
  color: #333333;
  padding-left: 34px;
  line-height: 50px;
  display: block;
  position: relative;
}

.por_con2_lef .rq1 .div .div1.on .a {
  color: #fff;
  background: #005ba8;
}

.por_con2_lef .rq1 .div .div1 .a i {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 17%;
  transform: translateY(-50%);
  background-image: url(../images/por1_con2_img1.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .5s;
}

.por_con2_lef .rq1 .div .div1.on .a i {
  background-image: url(../images/por1_con2_img2.png);
}

.por_con2_lef .rq1 .div .div1 .div2 {
  width: 100%;
  padding: 0 47px;
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: all .5s;
  opacity: 0;
}

.por_con2_lef .rq1 .div .div1.on .div2 {
  opacity: 1;
  max-height: 300px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.por_con2_lef .rq1 .div .div1 .div2 p {
  margin-bottom: 12px;
}

.por_con2_lef .rq1 .div .div1 .div2 a {
  font-size: 14px;
  color: #666666;
  padding-right: 10px;
  position: relative;
  transition: all .6s;
}

.por_con2_lef .rq1 .div .div1 .div2 a.on1, .por_con2_lef .rq1 .div .div1 .div2 a:hover {
  padding-right: 20px;
  color: #005ba8;
}

.por_con2_lef .rq1 .div .div1 .div2 a::before {
  content: '';
  width: 6px;
  height: 11px;
  background-image: url(../images/por1_con2_img3.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .3s;
}

.por_con2_lef .rq1 .div .div1 .div2 a.on1::before, .por_con2_lef .rq1 .div .div1 .div2 a:hover::before {
  opacity: 1;
}

.por_con2_lef .rq2 {
  width: 100%;
  background: #fff;
  margin-bottom: 22px;
}

.por_con2_lef .rq2 .p {
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  position: relative;
  background: #005ba8;
}

.por_con2_lef .rq2 .p span {
  font-size: 44px;
  color: #ffffff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.por_con2_lef .rq2 .div {
  width: 100%;
  padding: 22px 13px;
  padding-bottom: 25px;
}

.por_con2_lef .rq2 .div .div1 {
  width: 100%;
  margin-bottom: 14px;
}

.por_con2_lef .rq2 .div .div1:last-child {
  margin-bottom: 0;
}

.por_con2_lef .rq2 .div .div1 .p1 {
  font-size: 14px;
  color: #2f3336;
  margin-bottom: 5px;
}

.por_con2_lef .rq2 .div .div1 .p2 {
  font-size: 14px;
  color: #666666;
}

.por_con2_lef .rq2 .div2 {
  width: 100%;
  position: relative;
}

.por_con2_lef .rq2 .div2 img {
  width: 100%;
  vertical-align: middle;
}

.por_con2_lef .rq2 .div2 div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 13px;
}

.por_con2_lef .rq2 .div2 div .p1 {
  font-size: 16px;
  color: #2f3336;
}

.por_con2_lef .rq2 .div2 div .p1 img {
  width: 20px;
}

.por_con2_lef .rq2 .div2 div .p2 {
  font-size: 30px;
  color: #005ba8;
  font-family: "por1_din2";
}

.por_con2_lef .rq3 {
  width: 100%;

  display: unset;
}

.por_con2_lef .rq3 .p {
  font-size: 24px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  position: relative;
  background: #005ba8;
  width: auto;
  height: auto;
}

.por_con2_lef .rq3 .p span {
  font-size: 44px;
  color: #ffffff;
  opacity: 0.05;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.por_con2_lef .rq3 .div {
  width: 100%;
  padding: 10px 20px;
  padding-bottom: 70px;
  background: #fff;
}

.por_con2_lef .rq3 .div a {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  line-height: 25px;
  border: 1px solid rgb(209, 210, 211);
  border-radius: 5px;
  margin-bottom: 4px;
  margin-right: 5px;
  padding: 0 15px;
}

.por_con2_lef .rq3 .div a:hover {
  color: #fff;
  background: #005ba8;
  border: 1px solid #005ba8;
}

@media(max-width:1459px) {
  .por_con2_lef .rq1 .p {
    font-size: 22px;
    line-height: 60px;
  }
  .por_con2_lef .rq1 .p span {
    font-size: 32px;
  }
  .por_con2_lef .rq1 .div .div1 .a {
    font-size: 14px;
    padding-left: 25px;
    line-height: 40px;
  }
  .por_con2_lef .rq1 .div .div1 .a i {
    width: 12px;
    height: 12px;
  }
  .por_con2_lef .rq1 .div .div1 .div2 {
    padding: 0 35px;
  }
  .por_con2_lef .rq1 .div .div1 .div2 a {
    font-size: 13px;
  }
  .por_con2_lef .rq1 .div .div1 .div2 p {
    margin-bottom: 8px;
  }
  .por_con2_lef .rq2 .p {
    font-size: 18px;
    line-height: 45px;
  }
  .por_con2_lef .rq2 .p span {
    font-size: 33px;
  }
  .por_con2_lef .rq2 .div {
    padding: 14px 13px;
    padding-bottom: 20px;
  }
  .por_con2_lef .rq2 .div2 div .p1 {
    font-size: 14px;
  }
  .por_con2_lef .rq2 .div2 div .p1 img {
    width: 16px;
    margin-bottom: 1px;
  }
  .por_con2_lef .rq2 .div2 div .p2 {
    font-size: 22px;
  }
  .por_con2_lef .rq3 .p {
    font-size: 18px;
    line-height: 45px;
  }
  .por_con2_lef .rq3 .p span {
    font-size: 33px;
  }
  .por_con2_lef .rq3 .div {
    padding: 10px 10px;
    padding-bottom: 35px;
  }
  .por_con2_lef .rq3 .div a {
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
  }
}

@media(max-width:991px) {
  .por_con2_lef {
    display: none;
  }
}

/* 复制 右边 */

/* new1_con1_rig */

.new1_con1_rig {
  width: 78%;
  float: right;
}

.por_con2_rig {
  width: 100%;
}

.por_con2_rig .rq1 {
  background: #fff;
  margin-bottom: 34px;
}

.por_con2_rig .rq1 .top {
  padding: 0 25px;
  line-height: 70px;
  border-bottom: 2px solid rgb(239, 239, 239);
}

.por_con2_rig .rq1 .top .p {
  font-size: 26px;
  color: #333333;
  float: left;
}

.por_con2_rig .rq1 .top .p span {
  font-size: 24px;
  color: #333333;
  opacity: 0.5;
  text-transform: uppercase;
}

.por_con2_rig .rq1 .top div {
  float: right;
  width: 40px;
  height: 40px;
  background: rgb(232, 232, 232);
  margin-left: 14px;
  margin-top: 15px;
  position: relative;
  transition: all .5s;
}

.por_con2_rig .rq1 .top div.on {
  background: #005ba8;
}

.por_con2_rig .rq1 .top .div1::before {
  content: '';
  width: 18px;
  height: 13px;
  background-image: url(https://www.ntek-testlab.com/wstmart/home/view/default/images/por1_con2_img9.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s;
}

.por_con2_rig .rq1 .top .div1.on::before {
  background-image: url(https://www.ntek-testlab.com/wstmart/home/view/default/images/por1_con2_img8.png);
}

.por_con2_rig .rq1 .top .div2::before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(https://www.ntek-testlab.com/wstmart/home/view/default/images/por1_con2_img7.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s;
}

.por_con2_rig .rq1 .top .div2.on::before {
  background-image: url(https://www.ntek-testlab.com/wstmart/home/view/default/images/por1_con2_img6.png);
}

.por_con2_rig .rq1 .bot {
  width: 100%;
  background: #fff;
  padding: 0 25px;
  padding-bottom: 38px;
}

.por_con2_rig .rq1 .bot .div {
  width: 100%;
  margin-bottom: 38px;
}

.por_con2_rig .rq1 .bot .div1 {
  width: 23.5%;
  height: 317px;
  float: left;
  margin-right: 2%;
  border: 1px solid rgb(227, 227, 227);
  margin-top: 15px;
  display: block;
}

.por_con2_rig .rq1 .bot .div1:nth-child(4n) {
  margin-right: 0;
}

.por_con2_rig .rq1 .bot .div1 .div2 {
  width: 100%;
  overflow: hidden;
}

.por_con2_rig .rq1 .bot .div1 .div2 img {
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}

.por_con2_rig .rq1 .bot .div1:hover .div2 img {
  transform: scale(1.1);
}

.por_con2_rig .rq1 .bot .div1 .div3 {
  width: 100%;
  padding: 12px;
  padding-top: 18px;
}

.por_con2_rig .rq1 .bot .div1 .div3 .p1 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 8px;
  transition: all .5s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.por_con2_rig .rq1 .bot .div1:hover .div3 .p1 {
  color: #005ba8;
}

.por_con2_rig .rq1 .bot .div1 .div3 .p2 {
  font-size: 14px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.por_con2_rig .rq1 .bot .div1 .div3 button {
  font-size: 12px;
  color: #999999;
  width: 90px;
  height: 27px;
  line-height: 25px;
  border: 1px solid rgb(227, 227, 227);
  margin-top: 15px;
  text-transform: uppercase;
  transition: all .5s;
}

.por_con2_rig .rq1 .bot .div1:hover .div3 button {
  background: #005ba8;
  border: 1px solid #005ba8;
  color: #fff;
}

.por_con2_rig .rq1 .bot .div1 .div3 .div4 {
  margin-top: 25px;
  margin-bottom: 10px;
  display: none;
}

.por_con2_rig .rq1 .bot .div1 .div3 .div4 p {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  display: inline-block;
  line-height: 22px;
}

.por_con2_rig .rq1 .bot .div1 .div3 .div4 span {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  padding: 0 7px;
  border: 1px solid rgb(209, 210, 211);
  border-radius: 3px;
  transition: all .5s;
}

.por_con2_rig .rq1 .bot .div1 .div3 .div4 span:hover {
  color: #fff;
  background: #005ba8;
  border: 1px solid #005ba8;
}

.fyq {
  display: table;
  width: auto;
  margin: 0 auto;
}

.fyq li {
  float: left;
  margin-right: 9px;
}

.fyq li a {
  display: block;
  width: 31px;
  line-height: 31px;
  border: 1px solid rgb(219, 219, 219);
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.fyq li.on a,
.fyq li.on a:hover, .fyq li a:hover {
  color: #fff;
  background: #005ba8;
  border: 1px solid #005ba8;
}

.fyq li:last-child a, .fyq li:first-child a {
  width: 47px;
  height: 33px;
  margin-right: 23px;
  position: relative;
}

.fyq li:last-child a {
  margin-right: 0;
  margin-left: 23px;
}

.fyq li:last-child a::before, .fyq li:first-child a::before {
  content: '';
  width: 8px;
  height: 14px;
  background-image: url(../images/por1_con2_img12.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s;
}

.fyq li:first-child a::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.fyq li:last-child a:hover::before, .fyq li:first-child a:hover::before {
  background-image: url(../images/por1_con2_img11.png);
}

.por_con2_rig .rq2 {
  width: 100%;
  height: 258px;
  margin-bottom: 32px;
  background-image: url(../images/por1_con2_img13.jpg);
  background-size: cover;
}

.por_con2_rig .rq2 .lef {
  width: 42%;
  float: left;
  padding-left: 53px;
  padding-top: 58px;
}

.por_con2_rig .rq2 .lef span {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  line-height: 34px;
  padding: 0 15px;
  background: #005ba8;
}

.por_con2_rig .rq2 .lef p {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 14px;
  padding-bottom: 35px;
  position: relative;
}

.por_con2_rig .rq2 .lef p::before {
  content: '';
  width: 38px;
  height: 2px;
  background: rgb(143, 147, 150);
  position: absolute;
  bottom: 0;
  left: 0;
}

.por_con2_rig .rq2 .rig {
  width: 58%;
  height: 100%;
  float: left;
  position: relative;
}

.por_con2_rig .rq2 .rig img {
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s;
}

.por_con2_rig .rq2:hover .rig img {
  transform: translate(-50%, -50%) scale(1.08);
}

.por_con2_rig .rq3 {
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
}

.por_con2_rig .rq3 .p {
  font-size: 26px;
  color: #333333;
  line-height: 77px;
  padding: 0 23px;
  border-bottom: 2px solid rgb(239, 239, 239);
}

.por_con2_rig .rq3 .p span {
  color: #333333;
  font-size: 24px;
  opacity: 0.5;
  text-transform: uppercase;
}

.por_con2_rig .rq3 .div {
  padding: 23px;
}

.por_con2_rig .rq3 .div .div1 {
  width: 23.5%;
  height: 218px;
  margin-right: 2%;
  float: left;
  background: rgb(246, 246, 246);
  padding: 30px 23px;
  transition: all .5s;
}

.por_con2_rig .rq3 .div .div1:hover {
  box-shadow: 0px 16px 22px 0px rgb(90, 91, 95, .2);
  transform: translate3d(0, -5px, 0);
}

.por_con2_rig .rq3 .div .div1:nth-child(4n) {
  margin-right: 0;
}

.por_con2_rig .rq3 .div .div1 img {
  width: 44px;
  display: block;
  margin: 0 auto;
}

.por_con2_rig .rq3 .div .div1 .p1 {
  font-size: 20px;
  color: #333333;
  border-bottom: 1px solid rgb(207, 206, 206);
  text-align: center;
  padding-top: 22px;
  padding-bottom: 9px;
  margin-bottom: 18px;
}

.por_con2_rig .rq3 .div .div1 .p2 {
  font-size: 20px;
  color: #333333;
  text-align: center;
}

.por_con2_rig .rq3 .div .div1 .p3 {
  font-size: 16px;
  color: #333333;
  text-align: center;
}

.por_con2_rig .rq1.rq4 .bot {
  padding-bottom: 20px;
}

.por_con2_rig .rq1.rq4 .bot .div {
  margin-bottom: 0;
}

@media(max-width:500px) {
  .fyq li a {
    width: 28px;
    line-height: 28px;
    font-size: 13px;
  }
  .fyq li:last-child a, .fyq li:first-child a {
    width: 40px;
    height: 30px;
    margin-right: 0px;
  }
  .fyq li:last-child a {
    margin-right: 0;
    margin-left: 0px;
  }
}

@media(max-width:1459px) {
  .por_con2 {
    padding-top: 65px;
  }
  .por_con2_lef .rq1 .p {
    font-size: 22px;
    line-height: 60px;
  }
  .por_con2_lef .rq1 .p span {
    font-size: 32px;
  }
  .por_con2_lef .rq1 .div .div1 .a {
    font-size: 14px;
    padding-left: 25px;
    line-height: 40px;
  }
  .por_con2_lef .rq1 .div .div1 .a i {
    width: 12px;
    height: 12px;
  }
  .por_con2_lef .rq1 .div .div1 .div2 {
    padding: 0 35px;
  }
  .por_con2_lef .rq1 .div .div1 .div2 a {
    font-size: 13px;
  }
  .por_con2_lef .rq1 .div .div1 .div2 p {
    margin-bottom: 8px;
  }
  .por_con2_lef .rq2 .p {
    font-size: 18px;
    line-height: 45px;
  }
  .por_con2_lef .rq2 .p span {
    font-size: 33px;
  }
  .por_con2_lef .rq2 .div {
    padding: 14px 13px;
    padding-bottom: 20px;
  }
  .por_con2_lef .rq2 .div2 div .p1 {
    font-size: 14px;
  }
  .por_con2_lef .rq2 .div2 div .p1 img {
    width: 16px;
    margin-bottom: 1px;
  }
  .por_con2_lef .rq2 .div2 div .p2 {
    font-size: 22px;
  }
  .por_con2_lef .rq3 .p {
    font-size: 18px;
    line-height: 45px;
  }
  .por_con2_lef .rq3 .p span {
    font-size: 33px;
  }
  .por_con2_lef .rq3 .div {
    padding: 10px 10px;
    padding-bottom: 35px;
  }
  .por_con2_lef .rq3 .div a {
    font-size: 12px;
    line-height: 22px;
    padding: 0 10px;
  }
  .por_con2_rig .rq1 .bot .div {
    margin-bottom: 30px;
  }
  .por_con2_rig .rq1 {
    margin-bottom: 24px;
  }
  .por_con2_rig .rq1 .top {
    padding: 0 19px;
    line-height: 54px;
  }
  .por_con2_rig .rq1 .top .p {
    font-size: 20px;
  }
  .por_con2_rig .rq1 .top .p span {
    font-size: 18px;
  }
  .por_con2_rig .rq1 .top div {
    width: 30px;
    height: 30px;
    margin-top: 14px;
  }
  .por_con2_rig .rq1 .top .div1::before {
    width: 14px;
    height: 10px;
  }
  .por_con2_rig .rq1 .top .div2::before {
    width: 11px;
    height: 11px;
  }
  .por_con2_rig .rq1 .bot {
    padding: 0 19px;
    padding-bottom: 30px;
  }
  .por_con2_rig .rq1 .bot .div1 {
    height: 240px;
  }
  .por_con2_rig .rq1 .bot .div1 .div3 {
    padding: 8px;
    padding-top: 10px;
  }
  .por_con2_rig .rq1 .bot .div1 .div3 .p1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .por_con2_rig .rq1 .bot .div1 .div3 .p2 {
    font-size: 13px;
  }
  .por_con2_rig .rq1 .bot .div1 .div3 button {
    margin-top: 7px;
  }
  .por_con2_rig .rq2 {
    height: 196px;
    margin-bottom: 32px;
  }
  .por_con2_rig .rq2 .lef {
    padding-left: 40px;
    padding-top: 44px;
  }
  .por_con2_rig .rq2 .lef span {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
  }
  .por_con2_rig .rq2 .lef p {
    font-size: 27px;
    margin-top: 12px;
    padding-bottom: 24px;
  }
  .por_con2_rig .rq2 .rig img {
    max-width: 75%;
    max-height: 75%;
  }
  .por_con2_rig .rq3 .p {
    font-size: 20px;
    line-height: 54px;
    padding: 0 19px;
  }
  .por_con2_rig .rq3 .p span {
    font-size: 18px;
  }
  .por_con2_rig .rq3 .div .div1 {
    height: 165px;
    padding: 22px 18px;
  }
  .por_con2_rig .rq3 .div .div1 img {
    width: 33px;
  }
  .por_con2_rig .rq3 .div .div1 .p1 {
    font-size: 18px;
    padding-top: 18px;
    padding-bottom: 9px;
    margin-bottom: 10px;
  }
  .por_con2_rig .rq3 .div .div1 .p2 {
    font-size: 16px;
  }
  .por_con2_rig .rq3 .div .div1 .p3 {
    font-size: 14px;
  }
}

@media(max-width:991px) {
  .fl {
    display: block;
  }
  .por_con2 {
    padding-top: 45px;
  }
  .por_con2_lef {
    display: none;
  }
  .new1_con1_rig {
    width: 100%;
  }
  .por_con2_rig .rq1 .bot .div1 {
    height: 230px;
  }
  .por_con2_rig .rq1 .bot .div1 .div3 .div4 {
    margin-top: 16px;
    margin-bottom: 5px;
  }
  .por_con2_rig .rq1 .bot .div1 .div3 .div4 span {
    font-size: 12px;
  }
}

@media(max-width:768px) {
  .por_con2_rig .rq1 .bot .div1 {
    width: 49%;
    height: 326px;
    margin-right: 2%;
  }
  .por_con2_rig .rq1 .bot .div1:nth-child(4n) {
    margin-right: 2%;
  }
  .por_con2_rig .rq1 .bot .div1:nth-child(2n) {
    margin-right: 0;
  }
  .por_con2_rig .rq3 .div .div1 {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .por_con2_rig .rq3 .div .div1:nth-child(4n) {
    margin-right: 2%;
  }
  .por_con2_rig .rq3 .div .div1:nth-child(2n) {
    margin-right: 0;
  }
}

@media(max-width:500px) {
  .por_con2_rig .rq1 .bot .div1 {
    height: 240px;
  }
  .por_con2_rig .rq1 .top div {
    margin-left: 8px;
  }
  .por_con2_rig .rq1 .top .p span {
    font-size: 16px;
  }
  .por_con2_rig .rq1 .top {
    padding: 0 10px;
  }
  .por_con2_rig .rq1 .bot {
    padding: 0 10px;
    padding-bottom: 30px;
  }
  .por_con2_rig .rq2 .lef {
    width: 100%;
    padding-left: 30px;
    padding-top: 33px;
  }
  .por_con2_rig .rq2 .rig {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .por_con2_rig .rq2 .rig img {
    position: static;
    transform: translate(0%, 0%);
  }
  .por_con2_rig .rq2 {
    height: auto;
  }
  .por_con2_rig .rq2 .lef span {
    font-size: 12px;
    line-height: 26px;
    padding: 0 7px;
  }
  .por_con2_rig .rq2 .lef p {
    font-size: 22px;
    margin-top: 10px;
    padding-bottom: 16px;
  }
  .por_con2_rig .rq2 .rig img {
    max-width: 70%;
    max-height: 70%;
    display: block;
    margin: 0 auto;
  }
  .por_con2_rig .rq3 .p span {
    font-size: 16px;
  }
  .por_con2_rig .rq3 .p {
    padding: 0 10px;
  }
  .por_con2_rig .rq3 .div {
    padding: 20px 10px;
  }
  .por_con2_rig .rq3 .div .div1 .p1 {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 9px;
  }
  .por_con2_rig .rq3 .div .div1 .p2 {
    font-size: 14px;
  }
  .por_con2_rig .rq3 .div .div1 .p3 {
    font-size: 12px;
  }
  .por_con2_rig .rq3 .div .div1 {
    height: 158px;
    padding: 22px 10px;
  }
}

@media(max-width:375px) {
  .por_con2_rig .rq1 .bot .div1 {
    height: 223px;
  }
}

/* 复制底部 */

/* pro_con3 */

.pro2_con1_bt {
  position: relative;
  padding-left: 24px;
}

.pro2_con1_bt .bt {
  font-size: 40px;
  color: #333333;
  transform: skewX(-10deg);
  margin-top: 0px;
  text-align: left;
}

.pro2_con1_bt::before {
  content: '';
  width: 4px;
  height: 85%;
  background: #005ba8;
  position: absolute;
  left: 0;
  top: 51%;
  transform: translateY(-50%);
}

.pro2_con1_bt .bt span {
  font-size: 40px;
  color: #005ba8;
}

.pro2_con1_bt .p1 {
  font-size: 18px;
  color: #666666;
  margin-top: 5px;
  text-transform: uppercase;
  font-family: "akz";
}

.pro2_con1 {
  width: 100%;
  background: rgb(248, 248, 248);
  padding-top: 85px;
  padding-bottom: 100px;
}

.pro2_con1 .wrap {
  position: relative;
}

.pro2_con1 .a {
  font-size: 14px;
  color: #999999;
  width: 140px;
  line-height: 44px;
  border-radius: 44px;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 0;
  border: 2px solid rgb(198, 198, 198);
}

.pro2_con1 .a:hover {
  background: #005ba8;
  border: 1px solid #005ba8;
  color: #fff;
}

.pro2_con1 .rq {
  width: 100%;
  padding-top: 37px;
}

.pro2_con1 .rq .lef {
  width: 27.5%;
  float: left;
  background: #fff;
}

.pro2_con1 .rq .lef .top {
  width: 100%;
  overflow: hidden;
}

.pro2_con1 .rq .lef .top img {
  width: 100%;
  vertical-align: middle;
}

.pro2_con1 .rq .lef .bot {
  width: 100%;
  margin-top: 15px;
  padding-left: 28px;
}

.pro2_con1 .rq .lef .bot a {
  display: block;
  margin-bottom: 15px;
}

.pro2_con1 .rq .lef .bot a .p1 {
  font-size: 16px;
  color: #666666;
  transition: all .5s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.pro2_con1 .rq .lef .bot a:hover .p1 {
  color: #005ba8;
  padding-left: 10px;
}

.pro2_con1 .rq .lef .bot a .p2 {
  font-size: 14px;
  color: #999999;
  font-family: "akz";
  margin-top: 5px;
}

.pro2_con1 .rq .lef .bot .a1 {
  display: inline-block;
  font-size: 15px;
  color: #666666;
  margin-top: 5px;
  padding-right: 15px;
  position: relative;
  transition: all .5s;
}

.pro2_con1 .rq .lef .bot .a1::before {
  content: '';
  width: 8px;
  height: 13px;
  background-image: url(https://www.ntek-testlab.com/wstmart/home/view/default/images/por2_con1_img2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}

.pro2_con1 .rq .lef .bot .a1:hover {
  color: #005ba8;
  padding-right: 25px;
}

.pro2_con1 .rq .lef .bot .a1:hover::before {
  background-image: url(https://www.ntek-testlab.com/wstmart/home/view/default/images/por2_con1_img3.png);
}

.pro2_con1 .rq .rig {
  width: 69%;
  float: right;
}

.pro2_con1 .rq .rig .top {
  width: 100%;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 40px;
}

.pro2_con1 .rq .rig .top .div {
  display: block;
  width: 50%;
  float: left;
  padding-left: 60px;
  padding-right: 30px;
}

.pro2_con1 .rq .rig .top .div .p1 {
  font-size: 20px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}

.pro2_con1 .rq .rig .top .div:hover .p1 {
  color: #005ba8;
}

.pro2_con1 .rq .rig .top .div .p2 {
  font-size: 16px;
  color: #666666;
  margin-top: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.pro2_con1 .rq .rig .top .div .p3 {
  font-size: 16px;
  color: #666666;
  font-family: "akz";
  text-align: right;
  margin-top: 40px;
  position: relative;
}

.pro2_con1 .rq .rig .top .div .p3::before {
  content: '';
  width: 90px;
  height: 1px;
  background: #666666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pro2_con1 .rq .rig .bot {
  width: 100%;
  margin-top: 15px;
}

.pro2_con1 .rq .rig .bot .div1 {
  width: 49%;
  float: left;
  margin-right: 2%;
  background: #fff;
  padding: 0 27px;
  padding-top: 35px;
}

.pro2_con1 .rq .rig .bot .div1:nth-child(2) {
  margin-right: 0;
}

.pro2_con1 .rq .rig .bot .div1 a {
  display: block;
  padding-left: 20px;
  padding-right: 75px;
  position: relative;
  font-size: 16px;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 25px;
}

.pro2_con1 .rq .rig .bot .div1 a::before {
  content: '';
  width: 3px;
  height: 3px;
  border: 2px solid #005ba8;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}

.pro2_con1 .rq .rig .bot .div1 a span {
  font-size: 14px;
  color: #666666;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "akz";
}

.pro2_con1 .rq .rig .bot .div1 a:hover {
  color: #005ba8;
}

@media(max-width:1459px) {
  .pro2_con1_bt {
    padding-left: 18px;
  }
  .pro2_con1_bt::before {
    width: 3px;
    height: 78%;
    top: 53%;
  }
  .pro2_con1_bt .bt span, .pro2_con1_bt .bt {
    font-size: 30px;
  }
  .pro2_con1_bt .p1 {
    font-size: 14px;
    margin-top: 3px;
  }
  .pro2_con1 {
    padding-top: 64px;
    padding-bottom: 75px;
  }
  .pro2_con1 .a {
    font-size: 12px;
    width: 105px;
    line-height: 35px;
    border-radius: 36px;
    top: 10px;
  }
  .pro2_con1 .rq {
    padding-top: 25px;
  }
  .pro2_con1 .rq .rig .top {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .pro2_con1 .rq .rig .top .div .p1 {
    font-size: 17px;
  }
  .pro2_con1 .rq .rig .top .div .p2 {
    font-size: 14px;
    margin-top: 8px;
  }
  .pro2_con1 .rq .rig .top .div .p3 {
    font-size: 14px;
    margin-top: 25px;
  }
  .pro2_con1 .rq .rig .bot .div1 {
    padding: 0 20px;
    padding-top: 24px;
  }
}
@media(max-width:1259px) {
  .pro2_con1_bt .bt span, .pro2_con1_bt .bt {
    font-size: 24px;
  }
  .pro2_con1_bt .p1 {
    font-size: 12px;
    margin-top: 3px;
  }
  .pro2_con1 .rq .rig .top {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .pro2_con1 .rq .rig .top .div {
    padding-left: 34px;
    padding-right: 30px;
  }
  .pro2_con1 .rq .rig .bot .div1 a {
    font-size: 14px;
  }
  .pro2_con1 .rq .rig .bot .div1 a span {
    font-size: 12px;
  }
}
@media(max-width:991px) {
  .pro2_con1 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .pro2_con1 .rq .lef {
    width: 100%;
  }
  .pro2_con1 .rq .rig {
    width: 100%;
  }
}
@media(max-width:768px) {
  .pro2_con1 .rq .rig .top .div {
    width: 100%;
    margin: 15px 0;
  }
  .pro2_con1 .rq .rig .top {
    padding-top: 16px;
    padding-bottom: 14px;
  }
  .pro2_con1 .rq .rig .bot .div1 {
    width: 100%;
    margin: 0;
  }
  .pro2_con1 .rq .rig .bot .div1:nth-child(2) {
    padding-top: 0;
  }
}
@media(max-width:414px) {
  .pro2_con1 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .pro2_con1 .rq .lef .bot {
    padding-left: 16px;
  }
  .pro2_con1 .a {
    display: none;
  }
  .pro2_con1 .rq .lef .bot {
    margin-top: 10px;
  }
  .pro2_con1 .rq .lef .bot a {
    margin-bottom: 10px;
  }
  .pro2_con1 .rq .rig .top .div {
    width: 100%;
    margin: 6px 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .pro2_con1 .rq .rig .bot .div1 a {
    margin-bottom: 18px;
  }
}

/* 新增左边 */
.new1_lef_div {
  width: 100%;
  background: #fff;
}

.new1_lef_div a {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 50px;
  padding-left: 34px;
  border-bottom: 1px dashed rgb(208, 208, 208);
  position: relative;
}

.new1_lef_div a:hover {
  color: #005ba8;
}

.new1_lef_div a.on {
  background: #005ba8;
  color: #fff;
  border-bottom: 1px dashed #005ba8;
}

.new1_lef_div a:last-child {
  border-bottom: none;
}

.new1_lef_div a::before {
  content: '';
  width: 8px;
  height: 15px;
  background-image: url(../images/new1_con1_img1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

@media(max-width:1459px) {
  .new1_lef_div a {
    font-size: 14px;
    padding-left: 25px;
    line-height: 40px;
  }
  .new1_lef_div a::before {
    width: 7px;
    height: 13px;
    right: 35px;
  }
}




/* 新增右边 */
/* new1_rig_div */
.new1_rig_div{
  width: 100%;
}
.new1_rig_div1{
  width: 100%;
  padding: 25px;
  background: #fff;
  margin-bottom: 27px;
}
.new1_rig_div1 .lef{
  width: 35%;
  float: left;
  overflow: hidden;
}
.new1_rig_div1 .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new1_rig_div1 .swiper-slide:hover .lef img{
  transform: scale(1.05);
}
.new1_rig_div1 .rig{
  width: 65%;
  float: left;
  padding-top: 28px;
  padding-left: 45px;
}
.new1_rig_div1 .rig .p1{
  font-size: 24px;
  color: #2f3336;
  margin-bottom: 22px;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.new1_rig_div1 .swiper-slide:hover .rig .p1{
  color: #005ba8;
}
.new1_rig_div1 .rig .p2{
  font-size: 16px;
  color: #666666;
  line-height: 28px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new1_rig_div1 .rig button{
  font-size: 16px;
  color: #ffffff;
  width: 120px;
  height: 41px;
  background: #005ba8;
  margin-top: 44px;
  display: block;
}
.new1_rig_div1 .swiper-pagination{
  bottom: 0;
  text-align: right;
}
.new1_rig_div1 .swiper-pagination-bullet{
  width: 26px;
  height: 2px;
  background: rgb(213,214,215);
  opacity: 1;
  border-radius: 0;
}
.new1_rig_div1 .swiper-pagination-bullet-active{
  background: #005ba8;
}



/* new1_rig_div2 */
.new1_rig_div2{
  width: 100%;
  padding: 0 25px;
  margin-bottom: 28px;
  background: #fff;
}
.new1_rig_div2 .div{
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dashed rgb(208, 208, 208);
}
.new1_rig_div2 .div a{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.new1_rig_div2 .div .lef{
  width: 24%;
}
.new1_rig_div2 .div .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new1_rig_div2 .div:hover .lef img{
  transform: scale(1.05);
}
.new1_rig_div2 .div .rig{
  width: 76%;
  padding-left: 38px;
  padding-right: 115px;
}
.new1_rig_div2 .div .rig .p1{
  font-size: 18px;
  color: #2f3336;
  margin-bottom: 22px;
  transition: all .5s;
}
.new1_rig_div2 .div:hover .rig .p1{
  color: #005ba8;
}
.new1_rig_div2 .div .rig .p2{
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.new1_rig_div2 .fyq{
  padding-top: 20px;
  padding-bottom: 28px;
}

@media(max-width:1459px){
  .new1_con1{
    padding-top: 50px;
  }
  .new1_rig_div1 .rig {
    padding-top: 12px;
    padding-left: 25px;
  }
  .new1_rig_div1 .rig .p1 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .new1_rig_div1 .rig .p2 {
    font-size: 15px;
    line-height: 26px;
  }
  .new1_rig_div1 .rig button {
    font-size: 14px;
    width: 100px;
    height: 35px;
    margin-top: 30px;
  }
  .new1_rig_div2 {
    padding: 0 18px;
  }
  .new1_rig_div2 .div {
    padding: 16px 0;
  }
  .new1_rig_div2 .div .rig .p1 {
    margin-bottom: 12px;
  }

}
@media(max-width:768px){
  .new1_rig_div1 .lef{
    width: 100%;
  }
  .new1_rig_div1 .rig{
    width: 100%;
    padding-left: 0;
  }
  .new1_rig_div2 .div .lef{
    width: 100%;
  }
  .new1_rig_div2 .div .rig{
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }
}
@media(max-width:500px){
  .new1_con1{
    padding-top: 40px;
  }
  .new1_rig_div1 {
    padding: 10px;
    margin-bottom: 17px;
    padding-bottom: 20px;
  }
  .new1_rig_div1 .rig .p1 {
    font-size: 18px;
    margin-bottom: 10px;
    white-space: inherit;
  }
  .new1_rig_div1 .rig .p2{
    -webkit-line-clamp: 20;
    font-size: 14px;
    line-height: 24px;
  }
  .new1_rig_div1 .rig button {
    margin-top: 20px;
  }
  .new1_rig_div2 {
    padding: 0 10px;
  }
  .new1_rig_div2 .div {
    padding: 15px 0;
  }

}


@media (min-width: 1200px){
  .container {
    max-width: 1520px;
  }
}


.leftNav .oneN>li>h3 a {
  display: block;
  padding: 15px 30px;
  text-align: center;
}

.leftNav .oneN>li>h3:before {
  display: none;
}
.leftNav .oneN > li > h3{
  padding: 0 !important;
}
.about img {
  max-width:100%;
  height: auto;
}
.about p {
  font-size: 16px;
  line-height: 30px;
}

.work .media {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.work .media .media-left {
  margin-right: 16px;
}

.work .media .media-left img {
  width: 120px;
  height: 80px;
}

.work .media .media-body h4 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 8px;
}

.work .media .media-body p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.work .media .media-body span {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 12px;
  display: none;
}

.work .media:hover .media-body h4 {
  color: #005ba8;
}

.workinfo {
  padding: 40px 0;
}

.workinfo .tit {
	text-align: center;
	margin-bottom: 20px;
}

.workinfo .tit h1 {
	color: #111;
  font-size: 24px;
  line-height: 40px;
	margin-top: 0;
  margin-bottom: 15px;
}

.workinfo .tit .date {
	font-size: 14px;
	color: #888888;
}

.workinfo .con img {
	display: block;
    max-width: 100%;
    margin: 20px auto;
    height: auto !important;
}

.workinfo .con p {
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 8px;
}

.nHonor .item {
  padding: 20px;
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.nHonor .item .info {
  text-align: center;
  font-size: 16px;
  margin-top: 12px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


/* 客户服务 */
.kefuDown a {
  padding: 16px 0;
  color: #333;
  margin-left: 14px;
  display: block;
  font-size: 16px;
  padding-right: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #eee;
}

.kefuDown a span {
  position: absolute;
  right: 0;
  top: 16px;
  color: #005ba8;
}

.kefuDown a:hover {
  color: #005ba8;
}

.kefuReport {
  padding-bottom: 40px;
}

.kefuReport form {
  width: 100%;
}

.kefuAdvice form {
  width: 100%;
}

.kefuFaq .faq-box {
	padding: 20px;
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #eee;
}

.kefuFaq .faq-box .faq1 {
	margin-bottom: 15px;
}

.kefuFaq .faq-box dl {
	margin-bottom: 0;
	position: relative;
}

.kefuFaq .faq-box dl dt,
.kefuFaq .faq-box dl dd {
	float: left;
}

.kefuFaq .faq-box dl dt {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background: #125DB4;
  border-radius: 3px;
	font-style: normal;
}

.kefuFaq .faq-box dl dd {
	font-size: 14px;
	line-height: 26px;
	padding-left: 36px;
}

.kefuFaq .faq-box dl.faq2 dt {
	background: #61646f;
}

.kefuFaq form {
  width: 100%;
}

.kefuMessage form {
  width: 100%;
}


.nCase .media {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.nCase .media .media-left {
  margin-right: 16px;
}

.nCase .media .media-left img {
  width: 120px;
  height: 80px;
}

.nCase .media .media-body h4 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 8px;
}

.nCase .media .media-body p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nCase .media .media-body span {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 12px;
  display: none;
}

.nCase .media:hover .media-body h4 {
  color: #005ba8;
}

.caseinfo .tit {
	text-align: center;
	margin-bottom: 20px;
}

.caseinfo .tit h1 {
	color: #111;
  font-size: 24px;
  line-height: 40px;
	margin-top: 0;
  margin-bottom: 15px;
}

.caseinfo .tit .date {
	font-size: 14px;
	color: #888888;
}

.caseinfo .con img {
	display: block;
    max-width: 100%;
    margin: 20px auto;
    height: auto !important;
}

.caseinfo .con p {
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 8px;
}

/* .aboutNews .media {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.aboutNews .media .media-left {
  margin-right: 16px;
}

.aboutNews .media .media-left img {
  width: 120px;
  height: 80px;
}

.aboutNews .media .media-body h4 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 8px;
}

.aboutNews .media .media-body p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.aboutNews .media .media-body span {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 12px;
  display: none;
}

.aboutNews .media:hover .media-body h4 {
  color: #005ba8;
} */

.nNewsinfo {
  padding: 40px 0;
}

.nNewsinfo .tit {
	text-align: center;
	margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.nNewsinfo .tit h1 {
	color: #111;
  font-size: 24px;
  line-height: 40px;
	margin-top: 0;
  margin-bottom: 15px;
}

.nNewsinfo  .tit .date {
	font-size: 14px;
	color: #888888;
}

.nNewsinfo  .con img {
	display: block;
    max-width: 100%;
    margin: 20px auto;
    height: auto !important;
}

.nNewsinfo  .con p {
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 8px;
}
 
/* .aboutYfcg .media {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.aboutYfcg .media .media-left {
  margin-right: 16px;
}

.aboutYfcg .media .media-left img {
  width: 120px;
  height: 80px;
}

.aboutYfcg .media .media-body h4 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 8px;
}

.aboutYfcg .media .media-body p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.aboutYfcg .media .media-body span {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 12px;
  display: none;
}

.aboutYfcg .media:hover .media-body h4 {
  color: #005ba8;
} */

.nlist .media {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.nlist .media .media-left {
  margin-right: 16px;
}

.nlist .media .media-left img {
  width: 120px;
  height: 80px;
}

.nlist .media .media-body h4 {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 8px;
}

.nlist .media .media-body p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nlist .media .media-body span {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 12px;
  display: none;
}

.nlist .media:hover .media-body h4 {
  color: #005ba8;
}

@media(min-width:768px) {

}

@media(min-width:992px) {
  .work .media .media-left {
    margin-right: 24px;
  }
  .work .media .media-left img {
    width: 180px;
    height: 120px;
    display: block;
  }
  .work .media .media-body span {
    display: block;
  }

  .kefuReport form {
    width: 60%;
    margin: 0 auto;
  }

  .kefuAdvice form {
    width: 60%;
    margin: 0 auto;
  }

  .kefuFaq form {
    width: 60%;
  }

  .kefuMessage form {
    width: 60%;
    margin: 0 auto;
  }

  .aboutNews .media .media-left {
    margin-right: 24px;
  }
  .aboutNews .media .media-left img {
    width: 180px;
    height: 120px;
    display: block;
  }
  .aboutNews .media .media-body span {
    display: block;
  }

  /* .aboutYfcg .media .media-left {
    margin-right: 24px;
  }
  .aboutYfcg .media .media-left img {
    width: 180px;
    height: 120px;
    display: block;
  }
  .aboutYfcg .media .media-body span {
    display: block;
  } */

  .nlist .media .media-left {
    margin-right: 24px;
  }
  .nlist .media .media-left img {
    width: 180px;
    height: 120px;
    display: block;
  }
  .nlist .media .media-body span {
    display: block;
  }

}

@media(min-width:1260px) {
  
}