/*公共列表*/
.inproLists a.item{
  display: block;
  width: 100%;
  color: #333;
  margin-bottom: 25px;
  border:1px solid #d9d9d9;
  border-radius: 15px;
  padding: 25px 25px 15px 25px;
}

.inproLists a.item .div-text{
  background: #fff;
  color: #434343;
  text-align: center;
}

.inproLists a.item p.title{
  transition: all .3s;
  margin-top: 35px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #434343;
  padding: 10px 5px;
}


.inproLists a.item p.des{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #888;
  font-size: 14px;
}

.inproLists a.item .div-img{
  position: relative;
}

.inproLists a.item:hover{
  border: 1px solid var(--primary);
}

.inproLists a.item .div-img img{
  transform: scale(.9);
}



.inproLists a.item:hover .div-img img{
  transform: scale(1);
}

.inproLists a.item:hover .div-text p.title{
    color: #fff;
    background: var(--primary);
}

/*行业应用*/
.appLists .item{
  background-color: #f5f5f5;
  font-size: 20px;
  color: #888;
  padding: 25px 10px;
  cursor: pointer;
  position: relative;
}

.appLists .item .tb{
  text-align: center;
  margin-right: 5px;
}

.appLists .item .tb svg{
  fill: #4a4a4a;
  width: 40px;
  height: 40px;
}

.appLists .swiper-slide.swiper-slide-thumb-active .item{
  background-color: var(--primary);
  color: #fff;
}


.appLists .swiper-slide.swiper-slide-thumb-active .item .tb svg{
  fill: #fff;
}

.appLists .swiper-slide{
  position: relative;
  padding-bottom: 35px;
}

.appLists .swiper-slide.swiper-slide-thumb-active:after{
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom:20px solid transparent;
  border-left:20px solid transparent;
  border-right:20px solid transparent;
  border-top: 20px solid var(--primary);
}




/*新闻中心*/
.newsLists .item{
  margin-bottom: 25px;
}

.newsLists .item a{
  display: block;
  border:1px solid #f5f5f5;
  background-color: #fafafa;
}

.newsLists .item .div-text{
  padding: 35px 20px;
}

.newsLists .item p.title{
  font-size: 18px;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.newsLists .item .des p{
  font-size: 14px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.8;
}

.newsLists .item .time{
  text-align: right;
}

.newsLists .item .time span{
  display: inline-block;
  color: #888;
  vertical-align: middle;
  font-size: 14px;
}

.newsLists .item .time span.tb{
  margin-right: 2px;
}

.newsLists .item .time svg{
    width: 20px;
    height: 20px;
    fill: #888;
    margin-top: -3px;
}

.newsLists .item:hover .div-img img{
  transform: scale(1.1);
}

.newsLists .item:hover .div-text p.title{
  color: var(--primary);
}

/*内页开始*/

.mbxDh{
	border-bottom: 1px solid #f5f5f5;
}

.mbxDh .main{
	background-color: #fff;
}

.mbxDh .item{
	width: 15%;
  text-align: center;
}

.mbxDh .item{
	border-right: 1px solid #f5f5f5;
}

.mbxDh .item a{
	display: block;
	padding: 25px 15px 25px 30px;
	position: relative;
	z-index: 1;
}

.mbxDh .item a:after{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: 100% 0;
    background-color: var(--primary);
    z-index: -1;
}



.mbxDh .item svg{
	width: 28px;
	height: 28px;
	fill: #ababab;
	margin-bottom: 20px;
	transition: fill .1s;
} 



.mbxDh .item .title{
	font-size: 18px;
	transition: color .1s;
}

.mbxDh .item.active a:after,.mbxDh .item a:hover:after{
	transform:scaleX(1);
	transform-origin:0 0;
}

.mbxDh .item.active svg,.mbxDh .item a:hover svg{
	fill: #fff;
}

.mbxDh .item.active .title,.mbxDh .item a:hover .title{
	color: #fff;
}

.banner {
  position: relative;
}

.banner .nyBt{
  position: absolute;
  width: 100%;
  top: 35%;
  left: 0;
  text-align: center;
  color: #fff;
}

.banner .nyBt p.p1{
  font-size: 46px;
  font-weight: bold;
  text-transform: uppercase;
}

.banner .nyBt p.p2{
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.fstHis{
  background-size: cover;
  background-position: center;
}

.his{
  color: #fff;
  cursor: pointer;
}

.his .year{
  font-size: 100px;
  font-weight: bold;
  margin-right: 45px;
  font-family: 'DINPRO-BOLD';
} 

.his .ms{
  max-width: 300px;
  font-weight: lighter;
}

.his .p1{
  font-size: 20px;
  margin-bottom: 10px;
}


.his .swiper-button-prev:after, .his .swiper-rtl .swiper-button-next:after, .his .swiper-button-next:after, .his .swiper-rtl .swiper-button-prev:after{
    font-size: 20px;
    min-width: 45px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    color: #333;
    text-align: center;
    border-radius: 50%;
}

.his .swiper-button-prev:hover:after, .his .swiper-rtl .swiper-button-next:hover:after, .his .swiper-button-next:hover:after, .his .swiper-rtl .swiper-button-prev:hover:after{
  background: var(--primary);
  color: #fff;
}

.hisTime{
  position: relative;
  cursor: pointer;
  margin-top: 65px;
  margin-bottom: 45px;
}

.hisTime:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  top: 10px;
  left: 0;
}

.hisTime .time span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255,255,255,0);
  position: relative;

}

.hisTime .time span:after{
  width: 10px;
  height: 10px;
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #fff;
  top: 5px;
  left: 5px;
}

.hisTime .swiper-slide.swiper-slide-thumb-active .time span{
  background: rgba(255,255,255,.6);
}

.hisTime .time{
  font-size: 20px;
  font-family: 'DINPRO-BOLD';
  color: #fff;
}

.fstHis .commonTit{
  margin-bottom: 45px;
}

.fstHis .commonTit p.p2{
  color: #fff;
}

.fstHonor{
  position: relative;
}

.fstHonor .commonTit {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
}

.fstHonor .commonTit p.p1{
  color: #6c6c6c;
  opacity: .2;
}
.fstHonor .commonTit p.p2{
  color: #313131;
}





/*图片集*/
.imgLists{
  
}
.imgLists a.item{
    display: block;
    margin-bottom: 25px;
    background-color: #fff;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.06);
 }


.imgLists .item .div-img{
  position: relative;
  overflow: hidden;
}

.imgLists .item .mask{
  cursor: pointer;
  position: absolute;
  background-color: rgba(0,0,0,.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .3s;
}

.imgLists .item .mask span{
  display: inline-block;
  transition: all .3s .1s;
  opacity: 0;
  transform: translateY(100%);
}

.imgLists .item .mask svg{
  width: 35px;
  height: 35px;
  fill: #fff;
}

.imgLists .item:hover .mask{
  opacity: 1;
}

.imgLists .item:hover .mask span{
  opacity: 1;
  transform: translateY(0);
}

.imgLists .item:hover .div-img img{
  transform: scale(1.1);
}


.imgLists .item .div-text{
  padding: 15px;
  text-align: center;
}

.imgLists .item .div-text p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ImgsSec{
	padding-bottom: 65px;
}

.ImgsSec .commonTit{
	margin-bottom: 45px;
}


.nypro .item{
  background-color: #fff;
}

.nycaseLists a.item{
    display: block;
    margin-bottom: 25px;
 }


.nycaseLists .item .div-img{
  position: relative;
  overflow: hidden;
}

.nycaseLists .item .mask{
  cursor: pointer;
  position: absolute;
  background-color: rgba(0,0,0,.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .3s;
}

.nycaseLists .item .mask span{
  display: inline-block;
  transition: all .3s .1s;
  opacity: 0;
  transform: translateY(100%);
}

.nycaseLists .item .mask svg{
  width: 35px;
  height: 35px;
  fill: #fff;
}

.nycaseLists .item:hover .mask{
  opacity: 1;
}

.nycaseLists .item:hover .mask span{
  opacity: 1;
  transform: translateY(0);
}

.nycaseLists .item:hover .div-img img{
  transform: scale(1.1);
}


.honorLists a.item{
	display: block;
	padding: 15px;
	background-color: #f5f5f5;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all .3s ease;
}


.honorLists a.item .div-img{
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;

}

.honorLists a.item .div-img img{
	max-width: 100%;
	max-height: 100%;
	transition: all .3s;
}

.honorLists a.item .div-text{
	padding: 15px;
	border-top:1px solid #ccc;
	margin-top: 25px;
}

.honorLists a.item .div-text p{
	text-align: center;
}

.honorLists a.item:hover .div-img img{
	transform: scale(1.1);
}


.honorLists a.item:hover{
	color: var(--primary);
}

.honorLists a.item:hover .div-text{
	border-top: 1px solid var(--primary);
}


/*工程案例*/
.breadDh{
	border-bottom: 1px solid #f5f5f5;
}
.breadDh a{
	font-size: 18px;
	padding: 25px 45px;
	border-right: 1px solid #f5f5f5;
	position: relative;
	z-index: 1;
}

.breadDh a:after{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: 100% 0;
    background-color: var(--primary);
    z-index: -1;
}

.breadDh a.cur,.breadDh a:hover{
	color: #fff;
}

.breadDh a.cur:after,.breadDh a:hover:after{
	transform: scaleX(1);
    transform-origin: 0 0;
}
.nycaseLists a.item{
    display: block;
    margin-bottom: 25px;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
 }

 .nycaseLists a.item .div-text{
 	padding: 15px 20px;
 	text-align: center;
 	transition: all .1s;
 }


.nycaseLists .item .div-img{
  position: relative;
}

.nycaseLists .item .mask{
  cursor: pointer;
  position: absolute;
  background-color: rgba(0,0,0,.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .3s;
}

.nycaseLists .item .mask span{
  display: inline-block;
  transition: all .3s .1s;
  opacity: 0;
  transform: translateY(100%);
}

.nycaseLists .item .mask svg{
  width: 35px;
  height: 35px;
  fill: #fff;
}

.nycaseLists .item:hover .mask{
  opacity: 1;
}

.nycaseLists .item:hover .mask span{
  opacity: 1;
  transform: translateY(0);
}

.nycaseLists .item:hover .div-img img{
  transform: scale(1.1);
}

.nycaseLists .item:hover .div-text{
	background-color: var(--primary);
	color: #fff;
}


.pmbxDh{
	background-color: #fff;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}

.pmbxDh span{
	display: inline-block;
    vertical-align: text-bottom;
    margin-right: 3px;
}

.pmbxDh span svg{
	width: 20px;
	height: 20px;
	fill: var(--primary);
}

.pmbxDh i{
	display: inline-block;
  margin: 0 5px;
  line-height: 1;
  vertical-align: baseline;
}


.nyDetail{
	background-color: #f7f7f7;
}

.nyDetail .top .div-text p.title{
  font-size: 20px;
  margin: 15px 0;
}

.nyDetail .proxqImgs{
	border: 1px solid #eeeeee8f;
	max-width: 800px;
	/*margin-left: 45px;*/
}

.nyDetail .proxqImgs .swiperBth{
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #eeeeeebd;
	border-radius: 50%;
}

.nyDetail .proxqImgs .swiperBth:after{
	font-size: 18px;
	color: #fff;
}

.nyDetail .proxqImgs .swiperBth:hover{
	background-color: var(--primary);
}

.nyDetail .fw p.p1{
	display: block;
  margin-top: 25px;
  font-size: 14px;
  color: #888;
}

.nyDetail .fw p.p2{
  font-size: 30px;
  font-family: 'SourceHanSansCN-Bold';
  color: var(--primary);
}

.nyDetail .appMore{
  margin-top: 25px;

}

.nyDetail h2.title{
	font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 25px;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 14px;
    margin-bottom: 45px;
}

.nyDetail .des p{
      color: #888;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.nyDetail .nrContent{
	/*background-color: #ffff;*/
	padding-top: 45px;
	padding-bottom: 25px;
}

.nyDetail .nrContent h3.title{
	font-weight: bold;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 25px;
    color: #333;
}

.nyDetail .thumbs{
  margin-top: 15px;
}

.nyDetail .thumbs .thbtn:after{
  font-size: 24px;
  color: #000;
}

 .newsDetail{
      background-color: #fff;
    }

    .newsDetail .main{
      padding: 65px 45px;
      box-shadow: 0 0 15px rgba(0,0,0,0.08);
    }

     .newsDetail .main h2.title{
      font-size: 24px;
      color: #000;
      margin-bottom: 15px;
     }


     .newsDetail .main .meta{
      font-size: 14px;
      padding-bottom: 15px;
      margin-bottom: 25px;
      border-bottom: 1px solid #eee;
     }

     .newsDetail .main .meta span{
      display: inline-block;
      margin: 0 10px;
     }

      .newsDetail .main .meta span.s1{
        color: var(--primary);
      }
   

    .newsDetail .main .content{
      min-height: 300px;
      margin-bottom: 25px;
    }

.bgTb{
	margin-top: 25px;
}

.bgTb table td{
	vertical-align: middle;
}

.bgTb table tr.firstRow{

    text-align: center;
}


.newsDetail{
	background-color: #f5f5f5;
	padding: 45px 0;
}

.newsDetail .main{
	padding: 65px 45px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.08);
}

 .newsDetail .main h2.title{
 	font-size: 24px;
 	color: #000;
 	margin-bottom: 15px;
 	font-weight: bold;
 }


 .newsDetail .main .meta{
 	font-size: 14px;
 	padding-bottom: 15px;
 	margin-bottom: 25px;
 	border-bottom: 1px solid #eee;
 }

 .newsDetail .main .meta span{
 	display: inline-block;
 	margin: 0 10px;
 }

  .newsDetail .main .meta span.s1{
  	color: var(--primary);
  }


.newsDetail .main .content{
	min-height: 300px;
	margin-bottom: 25px;
}

/*联系我们*/
/*.divTit p.p1{
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #212121;
}*/

.nyContact{
  background-color: #f8f8f8;
}

.nyContact .cinfos{
  margin-top: 95px;
}

.nyContact .cinfos .item{
  padding: 0 25px 35px 25px;
  background-color: #fff;
  border-radius: 10px;
}

.nyContact .cinfos .item .tb{
  display: inline-block;
  background-color: var(--primary);
  padding: 15px;
  transform: translateY(-40%);
}

.nyContact .cinfos .item .tb svg{
  width: 45px;
  height: 45px;
  fill: #fff;
}

.nyContact .cinfos .item .title{
  font-size: 24px;
 font-family: 'SourceHanSansCN-Bold';
  margin-bottom: 10px;
  color: #333;
}

.nyContact .cinfos .item .info{
  min-height: 48px;
}

.nyContact .cinfos .item .info p{
  color: #666;
  font-size: 18px;
}

.divForm h4.title{
  font-size: 32px;
  color: var(--primary);
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

.divForm .tit{
  margin-bottom: 35px;
}

.form-box input{
    width: 100%;
    border: transparent;
    background: #F8F8F8;
    height: 54px;
    border-radius: 5px;
    margin-bottom: 28px;
    padding: 0 25px;
    outline: 0;
}

.form-box textarea{
  width: 100%;
    border: transparent;
    background: #F8F8F8;
    border-radius: 5px;
    margin-bottom: 28px;
    padding: 25px 25px;
    outline: 0;
}

.submit-button button {
    background: var(--primary);
    border: transparent;
    color: #fff;
    font-size: 14px;
    padding: 12px 36px;
    border: 1px solid var(--primary);
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.submit-button button:hover{
    color:var(--primary);
}

.submit-button button:before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#fff;
    transform: scale(0);
    transition: 0.5s;
    z-index: -1;
    border-radius: 5px;
}

.submit-button button:hover:before{
    transform: scale(1);
}

.nyCooperrate .div-img{
  max-width: 650px;
  min-width: 650px;
  width: 650px;
  margin-left: 45px;
}

.nyCooperrate{
  scroll-margin: 65px; 
}

.proLeft{
  position: sticky;
  top: 65px;
  left: 0;
  background: #fff;
}


.proLeft .title{
  padding: 0 15px;
  font-size: 30px;
  color: #000;
  margin-bottom: 25px;
}


/*搜索*/
.divSearch{
  padding: 25px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 35px;
  position: relative;
}

.divSearch form{
  display: block;
  position: relative;
}

.divSearch form input{
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  padding: 0 25px;
  background-color: #ececec;
  border-radius: 10px;
}

.divSearch form button{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: unset;
  border:none;
}

.divSearch form button svg{
  fill: #707070;
  width: 25px;
  height: 25px;
}

ul.xlcates li{
  display: block;
}

ul.xlcates li .cate{
  border-bottom: 1px solid #eee;
}

ul.xlcates li{
  width: 100%;
}

ul.xlcates li a{
  display: block;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 15px;
  transition: all .3s ease;
}



ul.xlcates li span{
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  transform-origin: center;
}

ul.xlcates li span svg{
  width: 20px;
  height: 20px;
  margin-right: 15px;
  fill: #333;
}

ul.xlcates li:hover a{
  background: var(--primary);
  color: #fff;
  padding: 20px 25px;
}

ul.xlcates li:hover span svg{
  fill: #fff;
}

ul.xlcates li .d1 a{
  display: block;
  line-height: 1;
  padding: 25px 20px;
  font-size: 18px;
}

ul.xlcates li .sub{
  display: none;
}

ul.xlcates li .sub a{
  display: block;
  border-bottom: 1px dashed #eee;
  padding: 15px 15px 15px 35px;
  position: relative;
  margin-top: 5px;
  transition: all .3s;
  font-size: 14px;
}

ul.xlcates li .sub a:after{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
  left: 15px;
  top: 23px;
}

ul.xlcates li .sub a:hover,ul.xlcates li .sub a.cur{
 /* background-color: var(--primary);*/
  color: var(--primary);
}

ul.xlcates li .sub a:hover:after,ul.xlcates li .sub a.cur:after{
  background-color:var(--primary);
}

ul.xlcates li.active .cate,ul.xlcates li.on .cate{
  /*background-color: #eee;*/
}

ul.xlcates li .d2 span svg{
  transition: all .4s;
}

/*ul.xlcates li.active .d2 span svg{
  transform: rotate(90deg);
}

ul.xlcates li.active .sub{
  display: block!important;
}*/

.bappLists.nybappLists .item{
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
  margin-bottom: 30px;
  color: #333;
}

.bappLists.nybappLists .item:hover .div-img img{
  transform: scale(1.1);
}


.bappLists.nybappLists .item .title{
  font-size: 30px;
  margin-bottom: 15px;
}

.bappLists.nybappLists .item .des p{
    font-size: 14px;
    line-height: 1.8;
    color: #888;
}

.bappLists.nybappLists .item .des{
  margin-bottom: 15px;
}

.appMore1 a{
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}

.hyList li a{
  display: block;
  border-bottom: 1px solid #eee;
  padding: 15px 15px 15px 35px;
  position: relative;
  margin-top: 5px;
  transition: all .3s;
  font-size: 16px;
}

.proLeft2{
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.06); 
}

.serviceSec .title{
    font-size: 26px;
    text-align: center;
    color: #212121;
    font-weight: bold;
}

.serviceSec .des1 p{
  max-width: 800px;
  text-align: center;
  margin: auto;
  color: #888;
  margin-top: 15px;
}

.seviceItem{
  margin-top: 45px;
}

.seviceItem .item{
  background-color: #f5f5f5; 
}

.seviceItem .item .div-text{
  padding: 10% 6%;
}

.seviceItem .item .div-text p.tit{
  font-size: 30px;
  margin-bottom: 15px;
}

.seviceItem .item .div-text .des{
  font-size: 14px;
  line-height: 1.8;
}


.seviceItem .item:nth-child(even){
  background-color: var(--primary);
  color: #fff;
}

.seviceItem .item:nth-child(even) .row{
  flex-direction: row-reverse;
}


.pagination{
    justify-content: center;
    margin-bottom: 45px;
    margin-top: 45px;
}

.pagination a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    border:1px solid #eee;
    margin: 0 3px;
}

.pagination a.page-num-current,.pagination a:hover{
    color: #fff;
    background-color: var(--primary);
}

.pagination a:nth-child(1) svg{
    transform: rotate(180deg);
}


.fstAbout1 .commonTit p.p2{
  font-size: 34px;
  font-weight: bold;
}

.fstAbout1 img{
  width: 520px;
  max-width: 100%;
}

.khfuLists .item .ktit{
  width: 300px;
  max-width: 100%;
  font-weight: 700;
  margin-bottom: 15px;
  align-items: baseline;
  line-height: 1;
}

.khfuLists .item p.des{
  min-height: 120px;
  margin-bottom: 25px;
  color: #474545;
  line-height: 1.8;
  font-size: 14px;
}

.khfuLists .item span{
  display: inline-block;
}

.khfuLists .item span.s1{
  font-size: 56px;
  color: var(--primary);

}

.khfuLists .item span.s2{
  font-size: 30px;
  color: #010101;
}

.sTit{
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 45px;
}

.sTit .d2{
  min-width: 178px;
}

.sTit .d2 .pmbxDh{
  border-bottom: unset;
}

.sTit .d3{
  font-size: 46px;
    font-weight: bold;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;   
}

.sTit .d3:after{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--primary);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.sTit .d3 span{
  color: var(--primary);
}

.serviceSp{
  padding-bottom: 125px;
}

.sTit .d4 p.p1{
  font-size: 20px;
}

.sTit .d4 p.p2{
  color: #999;
}


@media (max-width: 1099.98px) {
	.nyDetail .proxqImgs{
		max-width: 450px;
	}

	.nyDetail h2.title,.nyDetail .nrContent h3.title{
		font-size: 20px;
	}

	.nyDetail p.p1{
		margin-top: 20px;
	}

}


@media (max-width: 991.98px) {
	.mbxDh{
		display: none;
	}

	.nyDetail .div-text{
		margin-bottom: 35px;
	}

	.nyDetail .proxqImgs{
		max-width: 100%;
		margin-left: 0;
	}

	.conLy .divInfos{
		max-width: 100%;
		margin-bottom: 25px;
		margin-right: 0;
	}

	.ImgsSec{
		padding-top: 45px;
	}


  .nyContact .cinfos .item{
    margin-bottom: 65px;
  }

  .banner .nyBt{
    display: none;
  }


  .fstAbout1 .commonTit p.p2{
    font-size: 24px;
  }



}

@media (max-width: 767.98px) {
	.mbxDh .item .tb{
		display: none;
	}

	.mbxDh .item a{
		padding: 15px;
		text-align: center;
	}

	.mbxDh .item .title{
		font-size: 14px;
	}

  .hisTime .time{
    font-size: 12px;
  }


  .his .year{
    font-size: 30px;
  }
}

@media (max-width: 575.98px) { 
	.mbxDh .item a{
		padding: 15px 5px;
		text-align: center;
	}

	.mbxDh .item .title{
		font-size: 12px;
	}

	.breadDh{
		display: none;
	}

	.nyDetail .sp{
		padding: 35px 0;
	}

	.nyDetail p.p1{
		margin-top: 0;
	}

	.nyDetail .des p{
	
	}

	.pmbxDh{
		font-size: 12px;
	}

	.pmbxDh span svg{
		width: 16px;
		height: 16px;
	}


.khfuLists .item span.s1{
  font-size: 36px;

}

.khfuLists .item span.s2{
  font-size: 20px;
}

.khfuLists .item p.des{
  min-height: unset;
}

}





