.pageTit{
	position: relative;
	margin-top: 95px;
}

.pageTit .div-text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	color: #fff;
}

.pageTit .div-text p.p1{
	font-size: 36px;
	font-family: 'CNB';
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.pageTit .div-text p.p1:after{
	position: absolute;
	content: "";
	width: 45px;
	height: 2px;
	background-color: #fff;
	bottom: 0;
	left: 0;
}

.nyDh{
	background-color: #f5f5f5;
}

.nyDh .d1 ul li{
	display: inline-block;
}

.nyDh .d1 ul li a{
	display: block;
	position: relative;
	color: #333;
	padding: 0 30px;
	height: 70px;
	line-height: 70px;
}

.nyDh .d1 ul li a:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #ccc;
}

.nyDh .d1 ul li a:before{
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	left: 50%;
	bottom: 0;
	background-color: var(--primary);
	transition: all .6s ease;
}

.nyDh .d1 ul li a:hover:before,.nyDh .d1 ul li a.on:before{
	width: 100%;
	left: 0;
}

.nyDh .d1 ul li a:hover,.nyDh .d1 ul li a.on{
	color: var(--primary);
}

.nyDh .d2 svg{
	display: inline-block;
	width: 20px;
	height: 20px;
	fill: var(--primary);
	margin: 0 3px;
	vertical-align: text-bottom;
}

.nyDh .d2 i{
	display: inline-block;
	margin: 0 3px;
}

.commonTit2 {
	margin-bottom: 25px;
	color: #333;
}

.commonTit2 .title{
	font-size: 30px;
}

.commonTit2 .entit{
	font-size: 16px;
}

.nyAbout .con .div-img{
	min-width: 620px;
    max-width: 620px;
    margin-right: 35px;
}

.nyAbout .con .div-text .title{
	font-size: 30px;
	color: #333;
	font-family: 'CNB';
	margin-bottom: 15px;
	margin-top: 15px;
}

.nyAbout .con .div-text .des p{
	line-height: 30px;
} 

.nyAbout .syNum .item{
	text-align: center;
	border-right: 1px solid #eee;

}

.nyAbout .syNum{
	margin-top: 75px;
}

.nyAbout .syNum .item p.p1{
	font-size: 56px;
	font-family: 'CNB';
	color: var(--primary);
}

.nyAbout .syNum .item p.p2{
	color: #666;
	font-size: 18px;
}

.nyAbout .syNum .item i{
	font-size: 36px;
	color: #666;
	margin-left: 5px;
}

.nyAbout .comImgs{
	margin-top: 65px;
}

.nyAbout .comImgs .div-img{
	margin-bottom: 25px;
}



/*企业文化*/

.qywhSec{
  /*background-image: url(../images/culture-bg.jpg);*/
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
  margin-bottom: 65px;
}

.qywhSec .title{
  font-size: 36px;
  font-family: 'SB';
}

.qywhSec .qywhItems{
  margin-top: 45px;
}

.qywhSec .item{
  padding: 65px 35px;
  margin-bottom: 25px;
  cursor: pointer;
}

.qywhSec .item p.p2{
  min-height: 130px;
  line-height: 26px;
  color: #666;
  font-family: 'SL';
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.qywhSec .item p.p2:after{
  position: absolute;
  content: "";
  width: 35px;
  height: 4px;
  background-color: var(--primary);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .4s ease;
}

.qywhSec .item.item1 p.p2:after{
  background-color: #fff;
}

.qywhSec .item .tb{
  margin-bottom: 20px;
}

.qywhSec .item .tb svg{
  width: 40px;
  height: 40px;
}

.qywhSec .item{
  text-align: center;
  background-color: #fff;
}

.qywhSec .item span svg{
  fill: #333;
}

.qywhSec .item.item1{
  background-color: var(--primary);
  color: #fff;
}


.qywhSec .item.item1 span svg{
  fill: #fff;
}

.qywhSec .item p.p1{
  font-size: 24px;
  margin: 15px 0;
}

.qywhSec .item p.p3{
  font-size: 40px;
  font-family: 'SB';
  text-transform: uppercase;
  color: var(--primary);
  line-height: 1;
}

.qywhSec .item1 p.p3,.qywhSec .item1 p.p2{
  color: #fff;
}

.qywhSec .item .tb span{
  display: inline-block;
  transition: all .4s ease;
}

.qywhSec .item:hover .tb span{
  transform: rotateY(180deg);
}

.qywhSec .item:hover p.p2:after{
    width: 30%;
}



.honorLists .item{
	overflow: hidden;
	padding: 20px;
	background-color: #f5f5f5;
	margin-bottom: 25px;
	text-align: center;
	cursor: pointer;
}

.honorLists .item .div-img{
	overflow: hidden;
}

.honorLists .item p{
	padding-top: 20px;
	margin-top: 25px;
	border-top: 1px solid #dbdbdb;
	color: #333; 
}

.honorLists .item:hover img{
	transform: scale(1.05);
}

/*新闻中心*/

.nynewsList .item{
	margin-bottom: 25px;
}

.nynewsList .item a{
	display: block;
	color: #333;
	padding: 35px 25px;
	/*border-radius: 10px;*/
	border:1px solid #eee;
	background: #f5f5f5;
}

.nynewsList .item p.title{
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #000;
	margin-top: 15px;
}

.nynewsList .item .time{
/*	margin: 10px 0;*/
	color: #888;

}

.nynewsList .item .div-img{
	overflow: hidden;
}

.nynewsList .item:hover .div-img img{
	transform: scale(1.1);
}

/*.nynewsList .item .time svg{
	width: 20px;
    height: 20px;
    fill: var(--primary);
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}*/

.nynewsList .item .des p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*.nynewsList .item a:hover p.title{
	color: var(--primary);
}*/

/*新闻详情*/
.newsDetail h2.title{
	font-size: 30px;
	text-align: center;
	color: #333;
	font-family: 'CNB';
}

.newsDetail .meta{
	text-align: center;
	color: #ccc;
	margin-top: 10px;
	margin-bottom: 25px;
}

.newsDetail .meta svg{
	width: 20px;
	height: 20px;
	fill: #ccc;
	display: inline-block;
	margin-right: 5px;
	vertical-align: sub;
}

.newsDetail .meta span{
	display: inline-block;
	margin:0 25px;
	font-family: 'CNS';
	font-weight: lighter;
}


.newsDetail .content{
	min-height: 260px;
	padding: 25px 0;
	margin-bottom: 25px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-family: 'CNS';
	color: #666;
}

.newsDetail .content p{
	text-indent: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

/*联系我们*/
.nyContact .cinfos{
	margin-top: 35px;	
}

.nyContact .cinfos .d1{
	min-width: 480px;
	max-width: 480px;
}

.nyContact .detail{
	background-color: #eee;
	padding: 55px 30px;
	color: #333;
}

.nyContact .detail p.p1{
	font-size: 26px;
	font-weight: bold;
}

.nyContact .detail p.p2{
	margin-top: 15px;
	margin-bottom: 10px;
}

.nyContact .detail p.p3{
	font-size: 26px;
    font-family: 'DINPRO';
    color: var(--primary);
    font-weight: bold;
}

.nyContact .detail .item{
	margin: 15px 0;
}

.nyContact .detail .item p{
	color: #393938;
    padding: 18px 15px;
    border-bottom: 1px solid #cccccc4a;
}

.nyContact .detail .item p span{
	display: inline-block;
}

.nyContact .detail .wx{
	margin-top: 35px;
}

.nyContact .detail .wx .div-img{
	margin-bottom: 10px;
}

.nyMsg{
	background-color: #bbbbbb17;
	scroll-margin: 65px; 
}


.div-form{
  	max-width: 1200px;
    margin: auto;
}

.div-form input,.div-form textarea{
    display: block;
    width: 100%;
    border: none;
    padding: 20px 25px;
    border-radius: 5px;
    margin-bottom: 15px;
    outline: none;
}

.div-form button{
  display: inline-block;
  padding: 10px 65px;
  background-color: var(--primary);
  color: #fff;
  border:none;

  transition: all .4s ease;
  margin: 15px auto;
}

.div-form button:hover{
  background-color: #32ac7c;
}

.mainSlider .item{
	margin-bottom: 35px;
}

.mainSlider .item .title{
	font-size: 26px;
	position: relative;
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
	color: #333;
}

.mainSlider .item ul{
	display: block;
	border:1px solid #eee;
}

.mainSlider .item ul li:last-child a{
	border-bottom: unset;
}

.mainSlider .item ul li a{
	display: block;
	padding: 20px 15px;
	border-bottom: 1px solid #eee;
}

.mainSlider .item ul li.on a{
	background-color: var(--primary);
	color: #fff;
}

.mainSlider .item .title span{
	display: inline-block;
	padding: 20px 15px;
	position: relative;
}

.mainSlider .item .title span:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background-color: var(--primary);
	bottom: 0;
	left: 0;
}

.mainSlider .infos{
	padding: 35px 25px;
	background-color: #f9f9f9;
}

.mainSlider .infos span{
	display: inline-block;
	word-break: break-all;
}

.mainSlider .infos p{
	margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.mainSlider .infos .tel{
	font-size: 26px;
	color: var(--primary);
	font-family: 'CNB';
	margin-bottom: 25px;
}

.proDetail .top>a{
	display: block;
	position: relative;
}

.proDetail .top .div-text{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	color: #fff;
	padding: 35px 40px;
}

.proDetail .top .div-text .title{
	font-size: 30px;
	line-height: 1.5;
	font-family: 'CNB';
	margin-bottom: 15px;
}

.proDetail .top .div-text .des p{
	line-height: 30px;
	max-width: 850px;
}

.nyproLists{
	margin-top: 45px;
}

.nyproLists .item{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.nyproLists .item>a{
	display: block;
	color: #333;
}

.nyproLists .item .div-img{
	min-width: 260px;
	max-width: 260px;
	margin-right: 25px;
	overflow: hidden;
}

.nyproLists .item p.title{
	font-size: 30px;
	margin: 15px 0;
}

.nyproLists .item:hover .div-img img{
	transform: scale(1.1);
}

.nyproLists .item:hover p.title{
	color: var(--primary);
}

.pagination{
  justify-content: center;
  margin-top: 25px;
}

.pagination a{
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border:1px solid #dbdbdb;
/*  background-color: #333;*/
  line-height: 48px;
  text-align: center;
  color: #808080;
  margin: 0 5px;
  border-radius: 2px;
  font-size: 16px;
}

.pagination a.page-item:first-child{
  transform: rotateY(180deg);
}

.pagination a.page-num.page-num-current,
.pagination a:hover{
  border-color: var(--primary) !important;
  background: var(--primary);
  color: #fff;
}
.pagination a.page-item:hover svg path{
  fill: #fff;
}





@media (max-width: 1299.98px) { 
	.nyAbout .con .div-text .des p{
		font-size: 14px;
		line-height: 24px;
	}

	.nyAbout .con .div-text .title{
		font-size: 20px;
	}
}
@media (max-width: 1199.98px) { 
	.nyAbout .con .div-img{
		min-width: 100%;
	    max-width: 100%;
	    margin-right: 35px;
	}

	.nyContact .detail p.p1{
		font-size: 20px;
	}

}

@media (max-width: 991.98px) { 
	.pageTit{
		margin-top: 65px;
	}

	.pageTit .div-text p.p1{
		font-size: 26px;
	}

	.pageTit .div-text p.p2{
		display: none;
	}

	.nyContact .cinfos .d1{
		min-width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 767.98px) { 
	.nyDh .d1 ul li a{
		padding: 0 15px;
	    height: 55px;
	    line-height: 55px;
	    font-size: 14px;
	}

	.nyDh .d2{
		display: none;
	}

	.nyAbout .syNum .item p.p1{
		font-size: 26px;
	}

	.nyAbout .syNum .item p.p2{
		font-size: 14px;
	}

	.nyAbout .syNum .item i{
		font-size: 12px;
	}

	.nyCulture .title p.entit{
		font-size: 26px;
	}

	.nyCulture .title .dh{
		font-size: 46px;
	}

	.nyCulture .title p.entit span{
		margin: 0 5px;
	}

	.nyCulture .title p.entit{
		padding: 0 15px;
	}


	.nyCulture .title .dh1{
		transform: translateY(0px);
	}

	.nyCulture .title .dh2{
		transform: translateY(18px);
	}

	.nyCulture .content{
		font-size: 16px;
	}

	.proDetail .top .div-text .des{
		display: none;
	}

	.nyproLists .item .div-img{
		min-width: 100%;
		max-width: 100%;
	}




}

@media (max-width: 575.98px) { 
	.pageTit .div-text p.p1{
		font-size: 20px;
	}

	.pageTit .div-text p.p1:after{
		width: 30px;
	}

	.nyCulture .content{
		font-size: 14px;
	}

	.nyAbout .syNum{
		margin-top: 55px;
	}
}



