/*内页样式*/
.pageTit{
	position: relative;
	margin-top: 95px;
}

.pageTit .div-text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 6%;
	display: flex;
	align-items: center;
	color: #fff;	
}

.pageTit .div-text p.p1{
	font-size: 36px;
	margin-bottom: 10px;
}

.pageTit .div-text p.p2{
	font-size: 18px;
}

.hr{
	padding-top: 35px;
	margin-top: 35px;
	border-top: 1px solid #eee;
}

.nyAbout .gsNum{
	
	margin-bottom: 25px;
}

.nyAbout .aboutContent{
	line-height: 36px;
	color: #888;
}

.companyImgs{
	margin-top: 35px;
}

.companyImgs img{
	width: 100%;
}

.companyImgs .div-img:hover img{
	transform: scale(1.1);
}

.mbxDh{
	padding: 15px 0;
	background-color: rgba(239,241,245,1);
	color: #666;
}

.mbxDh .d1 a{
	display: inline-block;
	padding: 15px 35px;
	background-color: #fff;
	margin: 5px 10px 5px 0;
}

.mbxDh .d1 a:hover,.mbxDh .d1 a.on{
	background-color: var(--primary);
	color: #fff;
}

.mbxDh .d2>svg{
	width: 14px;
	height: 14px;
	margin: 0 5px;
}

.mbxDh .d2 span{
	display: inline-block;
    vertical-align: bottom;
    color: #666;
}

.mbxDh .d2 span svg{
	width: 24px;
	height: 24px;
}

.nyHonor .item{
	display: block;
	margin-bottom: 25px;
}

.nyHonor .div-img{
	
	border:1px solid #eee;
	padding: 10px;
	background-color: #fafafa;
	cursor: pointer;
}

.nyHonor .div-img img{
	width: 100%;
	transform: scale(0.95);
}

.nyHonor .div-img:hover img{
	transform: scale(1);
}

.nyHonor p.title{
	text-align: center;
	margin-top: 10px;
}

.nyNewsList .item{
	margin-bottom: 25px;
}

.nyNewsList .item a{
	display: block;
	background-color: rgba(239,241,245,1);
	padding: 35px 25px;
}

.nyNewsList .item h2.title{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.nyNewsList .item .d2{
	width: 80px;
	min-width: 80px;
	margin-left: 25px;
	color: rgba(102,102,102,1);
	font-family: 'DINPRO';
	text-align: center;
}

.nyNewsList .item .d2 span{
	display: block;
}

.nyNewsList .item .d2 span.s1{
	font-size: 46px;
    font-family: 'DINPRO';
    font-weight: bold;
    line-height: 1.2;
}


.nyNewsList .item:hover{
	background-color: #fff;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.nyNewsList .item:hover .d2 span{
	color: var(--primary);
}

.nyNewsList .item:hover h2.title{
	color: var(--primary);
}


.newsDetail h2.title{
	font-size: 30px;
	text-align: center;
	margin-bottom: 25px;
	color: #262626;
}

.newsDetail .meta{
	padding-top: 25px;
	border-top: 1px solid #d9d9d9;
	margin-bottom: 30px;
}

.newsDetail .meta .d1 span{
	display: inline-block;
	margin-right: 15px;
}

.newsDetail .detailCon{
	min-height: 250px;
	margin-bottom: 30px;
	color: #333;
}

.prev-next{
	padding-top: 25px;
	border-top: 1px solid #d9d9d9;
}

/*联系我们*/
.companyInfos{
	margin-top: 25px;
}
.companyInfos .item{
	margin-bottom: 25px;
}

.companyInfos .item .d1{
	min-width: 65px;
	width: 65px;
	height: 65px;
	line-height: 60px;
	text-align: center;
	border:2px solid var(--primary);
	margin-right: 15px;
}
.companyInfos .item .d1 svg{
	width: 65%;
	margin: auto;
	fill: var(--primary);
}

.companyInfos .item .d2 .title{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.companyInfos .item .d2 p{
	word-break: break-all;
}

.div-form .fin{
  display: block;
  border: none;
  background: #99b5db30;
  margin-bottom: 15px;
  width: 100%;
  padding-left: 20px;
}

.div-form input{
  height: 45px;
  line-height: 45px;
}

.div-form textarea{
  padding-top: 15px;
}

.div-form .fbtn{
  color: #fff;
  background-color: var(--primary);
  border-color:var(--primary);
  border: 0px;
  border-radius: 0px;
  width: 100%;
  height: 42px;
  transition: 0.5s;
}

.div-form .fbtn:hover{
  background-color: var(--main);
  border-color: var(--main);
}

.pagination{
	margin-top: 25px;
	display: flex;
    justify-content: center;
}

.pagination a:first-child{
	transform: rotateY(180deg);
}

.pagination a{
	display: inline-block;
	padding: 5px 10px;
	border:1px solid #c5c5c5;
	margin: 0 5px;
}

.cinfos p.title{
	font-size: 30px;
	font-family: 'CNB';
	margin: 25px 0;
	color: #333;
}

.cinfos .item p{
	margin-bottom: 10px;
	line-height: 1.5;
}






@media (max-width: 1299.98px) { 

}
@media (max-width: 1199.98px) { 

}

@media (max-width: 991.98px) {
	.mbxDh .d2{
		display: none;
	} 

	.companyImgs .div-img{
		margin-bottom: 25px;
	}

	.nyAbout .gsNum{
		margin-top: 25px;
		padding-top: 25px;
	}

	.pageTit{
		margin-top: 60px;
	}

	.nyNewsList .item .d2{
		min-width: unset;
		width: auto;
		text-align: left;
		margin-left: 0;
		margin-top: 10px;
	}

	.nyNewsList .item .d2 span{
		display: inline-block;
	}

	.nyNewsList .item .d2 span.s1{
		font-size: 26px;
	}


}

@media (max-width: 767.98px) { 
	.div-form{
		margin-top: 25px;
	}

	.companyInfos .item .d1{
		min-width: 45px;
		width: 45px;
		line-height: 40px;
		height: 45px;
	}

	.companyInfos .item .d2 .title{
		font-size: 16px;
	}
}

@media (max-width: 575.98px) { 
	.mbxDh .d1 a{
		font-size: 14px;
		padding: 5px 15px;
	}

	.pageTit .div-text p.p1{
		display: none;
	}

	.pageTit .div-text p.p2{
		font-size: 14px;
	}
}



