@charset "utf-8";
#nbanner {
	width: 100%;
	position: relative;
}
#nbanner .hd {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	font-size: 0;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
}
#nbanner .hd li {
	width: 20px;
	height: 5px;
	background-color: #ffffff;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
	border-radius: 2px;
}
#nbanner .hd .on {
	background-color: #73a733;
}
#nbanner .bd a {
	display: block;
	width: 100%;
	height: 640px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media (min-width:1024px) and (max-width:1199px) {
	#nbanner .bd a{
		height: 400px;
	}
}
@media (min-width:768px) and (max-width:1023px) {
	#nbanner .bd a{
		height: 350px;
	}
}
@media screen and (max-width:767px) {
	#nbanner .bd a{
		height: 180px;
	}
}
.location{
	margin: 50px auto;
	margin-top: 170px;
}
.location .l{
	background: url(../images/wz.png) no-repeat left center;
	line-height: 30px;
}

.about{ margin-bottom: 200px; }
.about h2{ 
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
.about .about2{ width: 70%; margin: 0 auto; text-align: center; }
.about .about2{ line-height: 25px; }
.about .about2 ul{ text-align: center; margin-top: 50px;}
.about .about2 ul li{ display: inline-block; width: 33%; margin: 0px 0px; border-right: 1px solid #dddddd;}
.about .about2 ul li h2{ font-size: 48px; font-weight: bold; margin-bottom: 10px;}
.about .about2 ul li:last-child{ border:none; }
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 767px) and (max-width: 991px){
	.about .about2{ width: 100%; margin: 0 auto; text-align: center; }
	.about .about2 ul li{ display: inline-block; width: 30%; margin: 0px 0px; border-right: 1px solid #dddddd;}
}
@media screen and (max-width:767px) {	
	.about .about2{ width: 100%; margin: 0 auto; text-align: center; }
	.about .about2 ul li{ display: inline-block; width: 30%; margin: 0px 0px; border-right: 1px solid #dddddd;}
	.about .about2 ul li h2{ font-size: 24px; font-weight: bold;}
	.about .about2 ul li:last-child{ border:none; }
}


.service{ margin-bottom: 100px; }
.service ul li{
	overflow: hidden;
	margin-bottom: 30px;
}
.service ul li dd:nth-child(1){
	width: 400px;
	font-size: 0;
	float: left;
}
.service ul li dd:nth-child(2){
	float: right;
	width: calc(100% - 430px);
}
.service ul li dd:nth-child(2) h2{ font-size: 16px; margin-bottom: 20px; font-weight: bold;}
.service ul li dd:nth-child(2) h2 span{display: block; font-size: 18px; margin-bottom: 20px;}
.service ul li dd:nth-child(2) p{ line-height: 30px; }
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 767px) and (max-width: 991px){
	.service{ margin-bottom: 100px; }
	.service ul li{
		overflow: hidden;
		margin-bottom: 30px;
	}
	.service ul li dd:nth-child(1){
		width: 300px;
		font-size: 0;
		float: left;
	}
	.service ul li dd:nth-child(2){
		float: right;
		width: calc(100% - 330px);
	}

	
}
@media screen and (max-width:767px) {	
	.service{ margin-bottom: 100px; }

	.service ul li dd:nth-child(1){
		width: 100%;
		font-size: 0;
		float: left;
	}
	.service ul li dd:nth-child(2){
		float: right;
		width: 100%;
	}
	.service ul li dd:nth-child(2) h2{ font-size: 18px; margin-bottom: 20px; margin-top: 10px;}
	.service ul li dd:nth-child(2) h2 span{ font-size: 22px; margin-bottom: 20px;}
	.service ul li dd:nth-child(2) p{ line-height: 25px; }
}

.media{}
.media ul li{
	width: calc((100% - (40px * 2)) / 3);
	float: left;
	position: relative;
	margin-bottom: 40px;
	margin-right: 40px;
}
.media ul li:nth-child(3n){ margin-right: 0px; }
.media ul li dd{ font-size: 0; height: 240px;}
.media ul li dd img{border-radius: 10px; height: 100%; width: 100%;}
.media ul li h4{ bottom: 0; padding: 0px; margin-top: 20px; font-size: 16px; line-height: 25px; line-height: 50px;}
.media ul li p{ font-size: 16px; }

.mediainfo{
	margin-bottom: 100px;
}
.mediainfo .content{ 
	width: calc(100% - 330px); 
	line-height: 25px;
	min-height: 500px;
	word-break:break-all; /*支持IE，chrome，FF不支持*/
	word-wrap:break-word;/*支持IE，chrome，FF*/
}
.mediainfo .content h1{margin-bottom: 40px;font-weight: 600;}
.mediainfo .gongzhonghao{ width: 300px;border:solid 1px #e0e0e0; text-align: center;}
.mediainfo .gongzhonghao h3{ background: #333333; height: 50px; line-height: 50px; color: #d6d6d6; }
.mediainfo .gongzhonghao img{ width: 180px; margin: 45px 0px; }

.mediainfo .media-right{ width: 300px;}
.mediainfo .media-right h3{ background: #333333; height: 50px; line-height: 50px; color: #d6d6d6; text-align: center;}
.mediainfo .media-right ul { padding: 15px;border:solid 1px #e0e0e0;}
.mediainfo .media-right ul li{overflow: hidden; border-bottom: 1px solid #E7E7E7; margin-bottom: 10px; padding-bottom: 10px;}
.mediainfo .media-right ul li .img{ width: 40%;}
.mediainfo .media-right ul li .text{ width: 56%; text-align: left; margin-left: 4%;}
.mediainfo .media-right ul li .text h4{color: #333;}
.mediainfo .media-right ul li .text p{color: #999; text-align: justify; font-size: 12px; line-height: 24px;}


@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 767px) and (max-width: 991px){
	.media{}
	.mediainfo .media-right{display: none;}
	.media ul li{
		width: calc((100% - (40px * 2)) / 3);
		float: left;
		position: relative;
		margin-bottom: 40px;
		margin-right: 40px;
	}
	.media ul li:nth-child(3n){ margin-right: 0px; }
	.media ul li dd{ font-size: 0; height: 180px;}
	.mediainfo .content{
		width: 100%; 
		line-height: 25px;
		min-height: 500px;
		word-break:break-all; /*支持IE，chrome，FF不支持*/
		word-wrap:break-word;/*支持IE，chrome，FF*/
	}
	
}
@media screen and (max-width:767px) {	
	.mediainfo .media-right{display: none;}
	.media ul li{
		width: 100%;
		float: left;
		position: relative;
		margin-bottom: 40px;
		margin-right: 40px;
	}
	.media ul li h4{ bottom: 0; padding: 0px; margin-top: 10px; font-size: 16px; line-height: 25px; line-height: 50px;}
	.mediainfo .content{ 
		width: 100%; 
		line-height: 25px;
		min-height: 500px;
		word-break:break-all; /*支持IE，chrome，FF不支持*/
		word-wrap:break-word;/*支持IE，chrome，FF*/
	}
	.mediainfo .gongzhonghao{ 
		display: none;
	}
}


.material{
	
}
.material ul li{
	width: calc((100% - (40px * 2)) / 3);
	float: left;
	position: relative;
	margin-bottom: 40px;
	margin-right: 40px;
}
.material ul li:nth-child(3n){ margin-right: 0px; }
.material ul li dd{ font-size: 0; height: 240px;}
.material ul li dd img{height: 100%; width: auto;}
.material ul li h4{ bottom: 0; padding: 0px; 
	position: absolute; 
	padding: 0px 20px 10px 20px; margin-top: 20px; font-size: 16px; 
	line-height: 25px;
	color: #FFFFFF;
	font-weight: 600;
}
.material ul li dl{
	position: absolute; 
	top: 20px;
	left: 20px;
}
.material ul li dl span{ 
	background: #00000057; 
	color: #ffffff; 
	display: block;
	margin-bottom: 10px; 
	border-radius: 30px; 
	line-height: 30px;
	padding: 0 15px;
}


.materialinfo{ margin-bottom: 100px;}
.materialinfo .mat{width: 60%;}
.materialinfo .mat video{width: 100%;}
.materialinfo .tit{ width: calc(40% - 30px);}
.materialinfo .tit h2{ font-size: 26px; margin-bottom: 30px;}
.materialinfo .tit dl{ overflow: hidden; margin-bottom: 20px;}
.materialinfo .tit dl dd:nth-child(1){ width: 100px; margin-right: 50px; float: left; text-align: right;}
.materialinfo .tit dl dd:nth-child(2){ width: calc(100% - 150px); float: right;}
.materialinfo .tit a{ display: block; background: #333333; line-height: 40px; margin-top: 50px; color: #ffffff; text-align: center;}
.materialinfo .xuzhi{}
.materialinfo .xuzhi h2{ font-size: 26px; margin: 60px 0px 30px 0px;}
.materialinfo .xuzhi h2 span{ font-size: 24px;}
.materialinfo .xuzhi p{ line-height: 30px;}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 767px) and (max-width: 991px){
	.material ul li dd{ font-size: 0; height: 180px;}
	
	
	
	.materialinfo{ margin-bottom: 100px;}
	.materialinfo .mat{width: 60%;}
	.materialinfo .mat video{width: 100%;}
	.materialinfo .tit{ width: calc(40% - 30px);}
	.materialinfo .tit h2{ font-size: 26px; margin-bottom: 30px;}
	.materialinfo .tit dl{ overflow: hidden; margin-bottom: 20px;}
	.materialinfo .tit dl dd:nth-child(1){ width: 100px; margin-right: 50px; float: left; text-align: right;}
	.materialinfo .tit dl dd:nth-child(2){ width: calc(100% - 150px); float: right;}
	.materialinfo .tit a{ display: block; background: #333333; line-height: 40px; margin-top: 50px; color: #ffffff; text-align: center;}
	.materialinfo .xuzhi{}
	.materialinfo .xuzhi h2{ font-size: 36px; margin: 60px 0px 40px 0px;}
	.materialinfo .xuzhi h2 span{ font-size: 24px;}
	.materialinfo .xuzhi p{ line-height: 30px;}
}
@media screen and (max-width:767px) {	
	.material ul li{
		width: 100%;
		float: left;
		position: relative;
		margin-bottom: 40px;
		margin-right: 40px;
	}
	.materialinfo .mat{width: 100%;}
	.materialinfo .tit{ width:100%; margin-top: 20px;}
	.materialinfo .xuzhi h2{ font-size: 26px; margin: 60px 0px 40px 0px;}
	.materialinfo .xuzhi h2 span{ font-size: 20px;}
}

.xuanchuanpian{}
.xuanchuanpian ul li{
	float: left;
	position: relative;
	margin-bottom: 15px;
	    min-height: 160px;
	cursor: pointer;
	padding: 0 7.5px;
}
.xuanchuanpian ul li a{display: block;
	}
	.xuanchuanpian ul li a img {
	    min-height: 160px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}
.xuanchuanpian ul li h4{ bottom: 0; padding: 0px; 
	position: absolute; 
	padding: 0px 20px 10px 20px; margin-top: 20px; font-size: 16px; 
	line-height: 25px;
	color: #FFFFFF;
	font-weight: 600;
}
.xuanchuanpian ul li b{
	position:absolute; font-weight: 100; top: 10px; right: 10px; 
	padding: 0px 20px 0px 20px; font-size: 14px; color: #fff; line-height: 25px;
	border-radius: 25px; 
	/*background: #00000057; */
}
/*.xuanchuanpian ul li a:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(180,180,180,0) url(../images/bf.png) no-repeat center center;
}*/
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 767px) and (max-width: 991px){
	.xuanchuanpian ul li{
		width: calc((100% - (40px * 2)) / 3);
		float: left;
		position: relative;
		margin-bottom: 40px;
		margin-right: 40px;
		cursor: pointer;
	}
	.xuanchuanpian ul li:nth-child(3n){ margin-right: 0px; }
	.xuanchuanpian ul li dd{ font-size: 0; height: 240px;}
	.xuanchuanpian ul li dd img{height: 100%; width: auto;}
	.xuanchuanpian ul li h4{ bottom: 0; padding: 0px; 
		position: absolute; 
		padding: 0px 20px 20px 20px; margin-top: 20px; font-size: 24px; 
		line-height: 25px;
		color: #FFFFFF;
	}
	.xuanchuanpian ul li:before{
		content: '';
		width: 100%;
		height: 100%;
	
		position: absolute;
		background: rgba(180,180,180,0.5) url(../images/bf.png) no-repeat center center;
	}
}
@media screen and (max-width:767px) {
	.xuanchuanpian ul li{
		width: 100%;
		float: left;
		position: relative;
		margin-bottom: 40px;
		margin-right: 0;
		cursor: pointer;
		padding: 0;
	}
	.xuanchuanpian ul li:nth-child(3n){ margin-right: 0px; }
	.xuanchuanpian ul li dd{ font-size: 0; height: 240px;}
	.xuanchuanpian ul li dd img{height: 100%; width: auto;}
	.xuanchuanpian ul li h4{ bottom: 0; padding: 0px; 
		position: absolute; 
		padding: 0px 20px 20px 20px; margin-top: 20px; font-size: 24px; 
		line-height: 25px;
		color: #FFFFFF;
	}
	.xuanchuanpian ul li:before{
		content: '';
		width: 100%;
		height: 100%;
			left: 0;
		position: absolute;
		background: rgba(180,180,180,0.5) url(../images/bf.png) no-repeat center center;
		display: none;
	}
}


.project{}
.project h2{ font-size: 16px; margin-bottom: 30px;font-weight: 600; margin-left: 15px;}
.project h2 span{ font-size: 16px;}
.project h2 a{ float: right; font-size: 14px; padding-top:20px ;}
.project ul{ margin-bottom: 30px;}
.project ul li{float: left;position: relative;cursor: pointer; margin-bottom: 30px;}
.project ul li dd{overflow: hidden; height: 150px;}
.project ul li h4{ bottom: 0; padding: 0px; 
	position: absolute; 
	padding: 0px 20px 10px 20px; margin-top: 20px; font-size: 14px; 
	line-height: 25px;
	color: #FFFFFF;
}
/*.project ul li a:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(180,180,180,0) url(../images/bf.png) no-repeat center center;
}*/
.project ul li b{
	position:absolute; font-weight: 100; top: 10px; right: 10px; 
	padding: 0px 20px 0px 20px; font-size: 14px; color: #fff; line-height: 25px;
	border-radius: 25px; 
	/*background: #00000057; */
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 767px) and (max-width: 991px){
	.project ul li{ width: 33.33333%;}
	.project ul{ margin-bottom: 30px;}
}
@media screen and (max-width:767px) {	
	.location{ margin-top: 100px;}
	.project{}
	.project h2{ font-size: 16px; margin-bottom: 20px;}
	.project h2 span{ font-size: 24px;}
	.project h2 a{ float: right; font-size: 16px; padding-top:20px ;}
	.project ul{ margin-bottom: 20px;}
	.project ul li{width: 50%;margin-bottom: 20px;}
	.project ul li h4{ bottom: 0; padding: 0px; 
		position: absolute; 
		padding: 0px 20px 10px 20px; margin-top: 20px; font-size: 16px; 
		line-height: 25px;
		color: #FFFFFF;
	}
	/* .project ul li:before{
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		background: rgba(180,180,180,0.5) url(../images/bf.png) no-repeat center center;
	} */
}


.contact{ margin-bottom: 100px; }
.contact label span{  color: #f00; margin-right: 5px; }
.contact .frombut{ text-align: center;}
.contact .frombut button{background: #333333; color: #ffffff; width: 300px; height: 50px; line-height: 50px; }

.contact .contaces{ text-align: center; }
.contact .contaces p{ line-height: 25px; margin: 10px 0px; }
.contact .contaces dl{ font-size: 16px; line-height: 30px; }
.contact .contaces dl span{ font-size: 24px; }
.layui-form-label{ width: 80px!important; font-weight: bold!important; }
.layui-form-label span{ margin-left: 5px; }
.layui-input-block{ margin-left: 85px!important; }
.layui-form-item{ margin-bottom: 0px!important; }










