@charset "utf-8";
/* CSS Document */
*{ margin:0; padding: 0; font-family: Microsoft Yahei, "微软雅黑", Arial, "Times New Roman";}
body{ text-align: justify;  max-width: 1920px; margin: 0 auto;}
a{ text-decoration:none; font-size: 14px; color:#000;}
input,select,textarea{ outline:none;  border-radius: 0; -webkit-appearance:none;}

.clear{clear:both;}
.clearfix{ *zoom: 1;}
.clearfix:before{ content: ""; display: table;}
.clearfix:after{ content: ""; display: table; clear: both;}

.pic{ overflow: hidden;}
.pic img{ max-width: 100%; display: block; width: 100%; overflow: hidden;transition: all 0.5s;transform: scale(1); max-height:100%;}
.swiper-slide img{ width: 100%; display: block; margin: 0;}

.left{ float:left;}
.right{ float:right;}

.p10{ padding: 10px 0; }
.p20{ padding: 20px 0; }
.p30{ padding: 30px 0; }
.p40{ padding: 40px 0; }
.p50{ padding: 50px 0; }
.p60{ padding: 60px 0; }
.p70{ padding: 70px 0; }
.p80{ padding: 80px 0; }
.p90{ padding: 90px 0; }
.p100{ padding: 100px 0; }
.mt10{ margin-top: 10px !important; }
.mt20{ margin-top: 20px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }
.mt70{ margin-top: 70px !important; }
.mt80{ margin-top: 80px !important; }
.mt90{ margin-top: 90px !important; }
.mt100{ margin-top: 100px !important; }
.w1200{ width: 1200px; margin: 0 auto;}
.mx1200{ max-width: 1200px; width: 94%; margin: 0 auto;}

::-webkit-scrollbar {
	width : 5px;
	height: 1px;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	height: 15px;
	background: #a0a0a0;
}
::-webkit-scrollbar-track {
	background: #f6f8fb;
}


.aboutvideo{
	cursor: pointer;
}

.videoarea{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 99999999;
	left: 0;
	top: 0;
	display: none;
}
.videoarea .close{
	font-size: 30px;
	color: #fff;
	opacity: 0.8;
	position: fixed;
	right: 20px;
	top: 20px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 25px;
	border-radius: 10px;
	cursor: pointer;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.videoarea .close:hover{
	opacity: 1;
	background: rgba(0,0,0,.5);
}
.videoarea video{
	position: fixed;
	outline: none;
	border: none;
	width: 40%;
	left: 30%;
	top: 10%;
}




.topbg{
	background: #eeeeee;
}
.top{
	width: 73%;
	margin: 0 auto;
	line-height: 46px;
}
.top .kh{
	color: #666;
	font-size: 16px;
}
.top .kh span{
	color: #ea510d;
}
.top .toptel{
	color: #888;
	font-size: 16px;
}
.top .toptel strong{
	color: #129447;
	font-size: 22px;
	font-family: Arial;
	font-weight: bold;
	margin: 0 5px 0 0;
}
.top .toptel a{
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0 0 0;
}
.top .toptel img{
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 5px;
}

.header{
	width: 73%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.header .logo1{
	display: none;
}
.header .logo{
	width: 23%;
	min-width: 320px;
	word-break: keep-all;
}
.header .logo h1{
	font-size: 24px;
	color: #129447;
}
@font-face {
    font-family: 'monbaiti';
    src:url('../fonts/monbaiti.woff') format('woff'),
		url('../fonts/monbaiti.otf') format('postscript'),
		url('../fonts/monbaiti.ttf') format('truetype'),
		url('../fonts/monbaiti.svg') format('svg');
}
.header .logo p{
	font-size: 12px;
	color: #6e6e6e;
	letter-spacing: 1.25px;
	text-transform: uppercase;
	font-family: "monbaiti";
}
.header .menu{
	width: 72.5%;
	margin: 0 0 0 auto;
}
.header .menu ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header .menu li{
	display: block;
	width: 12%;
	float: left;
	position: relative;
	word-break: keep-all;
}
.header .menu li:nth-child(3),
.header .menu li:nth-child(4){
	width: 14%;
}
.header .menu li:after{
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	background: #e5e5e5;
	content: '';
	top: 0;
	right: 5%;
}
.header .menu li a{
	font-size: 17px;
	display: block;
	font-weight: bold;
	color: #282828;
	padding: 0 10%;
}
.header .menu li a p{
	font-size: 13px;
	font-weight: normal;
	color: #bababa;
	font-family: Arial;
	text-transform: uppercase;
	text-align: left;
	line-height: 20px;
	height: 40px;
	margin: 10px 0 0 0;
}

.page a{
	margin: 0 2px;
}

@media screen and (max-width: 414px) {

	.pagenum,
	.pageper{
		display: none;
	}
	.page{
		text-align: center;
	}
}

.container{
}

.banner.swiper-container{
	display: none;
}

.bannerarea{
	position: relative;
}
.banner.slide{
	height: 610px;
	z-index: 8;
}
.nbanner{
	height: 450px;
	background-size: cover !important;
	z-index: 8;
}
.nbanner img{
	display: none;
}
.procate_ban{
	width: 73%;
	position: absolute;
	height: 100%;
	z-index: 9;
	left: 13.5%;
	top: 0;
	overflow: hidden;
}
.procate_ban .bancatearea{
	width: 220px;
	position: absolute;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 46px;
	background-color: #fff;
	opacity: .9;
}
.procate_ban ul{
	padding: 5% 10%;
}
.procate_ban ul li{
	display: block;
	line-height: 67px;
	padding: 0 0 0 40px;
}
.procate_ban ul li:nth-child(1){ background: url("../images/icon_cate_1.png") center left no-repeat;}
.procate_ban ul li:nth-child(2){ background: url("../images/icon_cate_2.png") center left no-repeat;}
.procate_ban ul li:nth-child(3){ background: url("../images/icon_cate_3.png") center left no-repeat;}
.procate_ban ul li:nth-child(4){ background: url("../images/icon_cate_4.png") center left no-repeat;}
.procate_ban ul li:nth-child(5){ background: url("../images/icon_cate_5.png") center left no-repeat;}
.procate_ban ul li:nth-child(6){ background: url("../images/icon_cate_6.png") center left no-repeat;}
.procate_ban ul li:nth-child(7){ background: url("../images/icon_cate_7.png") center left no-repeat;}
.procate_ban ul li:nth-child(8){ background: url("../images/icon_cate_8.png") center left no-repeat;}
.procate_ban ul li a{
	color: #111;
	font-size: 16px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.procate_ban ul li a span{
	position: relative;
}
.procate_ban ul li:nth-child(1) a span:after,
.procate_ban ul li:nth-child(2) a span:after{
	width: 25px;
	height: 18px;
	content: '';
	display: block;
	position: absolute;
	right: -20px;
	top: -20px;
	background: url("../images/icon_hot.gif");
}




.search{
	line-height: 58px;
}

.search .hotkey{
	width: 50%;
}
.search .hotkey span{
	color: #282828;
	font-size: 14px;
}
.search .hotkey a{
	color: #909090;
	font-size: 14px;
	margin: 0 10px 0 0;
}

.searform{
	font-size: 14px;
	color: #a0a0a0;
	margin: 10px 0 0 0;
}
.searform .stext{
	width: 270px;
	padding: 0 25px;
	background: #f1f1f1;
	height: 40px;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	border: none;
}
.searform .sbut{
	width: 40px;
	background: url("../images/sbut.png") #f1f1f1 center no-repeat;
	height: 40px;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	border: none;
}



.stitle{
	text-align: center;
}
.stitle h2{
	font-size: 40px;
	color: #101010;
	line-height: 40px;
}
.stitle p{
	font-size: 16px;
	color: #888888;
	line-height: 16px;
	margin: 10px auto 0 auto;
	position: relative;
	display: table;
}
.stitle p:before,
.stitle p:after{
	content: '';
	display: block;
	width: 70px;
	height: 1px;
	background: #e5e5e5;
	top: 50%;
	position: absolute;
}
.stitle p:before{
	left: -80px;
}
.stitle p:after{
	right: -80px;
}



.sprocate li{
	position: relative;
	float: left;
	display: block;
	width: 32.5%;
	margin: 0 1.25% 1.25% 0;
}
.sprocate li:nth-child(3n){
	margin: 0 0 1.25% 0;
}
.sprocate li .text{
	position: absolute;
	left: 0;
	top: 0;
	padding: 10% 15%;
	width: 70%;
	background: url("../images/arrow_sprocate.png") center right 15% no-repeat;
}
.sprocate li .text span{
	font-size: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.sprocate li .text p{
	font-size: 12px;
	color: #888888;
	transform: scale(0.9);
	transform-origin: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}




.jjfa{
	background: #f3f3f3;
}
.jjfaul{
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 2% 1% 2% 9%;
}
.jjfaul li{
	display: block;
	float: left;
	width: 25%;
	line-height: 44px;
}
.jjfaul li img{
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}




.process{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.processtitle{
	width: 32%;
}
.processtitle h2{
	font-size: 36px;
	font-weight: normal;
}
.processtitle h2 strong{
	color: #299e59;
}
.processtitle p{
	font-size: 22px;
	color: #4a4a4a;
}

.processtitle2{
	margin: 0 4%;
	width: 5%;
}
.processtitle2 span{
	display: block;
	float: left;
	font-size: 20px;
	font-weight: bold;
	width: 20px;
	line-height: 22px;
}
.processtitle2 p{
	float: left;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	text-transform: uppercase;
	color: #bebebe;
	transform: rotate(90deg) scale(.77);
	letter-spacing: 0.5px;
	transform-origin: left top;
	margin: 4px 0 0 35px;
}


.processul{
	width: 55%;
}
.processul li{
	display: block;
	float: left;
	width: 16.666%;
	text-align: center;
}
.processul li img{
	display: block;
	margin: 0 auto;
}
.processul li p{
	font-size: 16px;
	color: #282828;
	line-height: 40px;
}



.adv .advtext{
	width: 50%;
	border-top: 3px solid #a0a0a0;
}
.adv .pic{
	width: 50%;
}


.advtext h3{
	margin: 5% 0 0 0;
	font-size: 48px;
	width: 90%;
	background: url("../images/arrow_shonoe.png") center right no-repeat;
}

.advtext h4{
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	width: 80%;
	color: #141414;
	margin: 11% 0;
}

.honornum li{
	border: 3px solid #d8d8d8;
	width: 90px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 15px;
	color: #141414;
	background: #f9f9f9;
}
.honornum li span{
	font-family: Arial;
	font-size: 60px;
	display: inline-block;
	vertical-align: baseline;
}
.honornum li font{
	font-size: 17px;
	display: inline-block;
	vertical-align: baseline;
	font-weight: bold;
}
.honornum li p{
	font-size: 17px;
	font-weight: bold;
}


.advtext h5{
	font-size: 17px;
	color: #141414;
	margin: 3% 0 0 0;
}




.zlbz{
	background: url("../images/bg_zlbz.jpg") center no-repeat;
	background-size: cover;
}
.zlbz .mx1200{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.zlbztitle{
	width: 2%;
	padding: 30px 1.2%;
	text-align: center;
	background: #239853;
	color: #fff;
	font-size: 24px;
	line-height: 26px;
}

.zlbzul{
	width: 92.5%;
	margin: 0 0 0 auto;
	height: 356px;
}
.zlbzul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0 0 20px 0;
	width: 20%;
	height: 158px;
}
.zlbzul li a{
	display: block;
	border-left: 1px solid #c9c9c9;
}
.zlbzul li .pic{
	width: 81%;
	margin: 0 auto;
	background-size: contain !important;
    background-blend-mode: multiply;
}
.zlbzul li .pic img{
	opacity: 0;
}
.zlbzul li span{
	display: block;
	font-weight: bold;
	font-size: 17px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 20px 0 10px 0;
}
.zlbzul li p{
	font-size: 12px;
	color: #a1a1a1;
	width: 94%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 3%;
}


.aboutbg{
	position: relative;
}
.swiper_button_prev_about,
.swiper_button_next_about{
	width: 44px;
	height: 44px;
	position: absolute;
	top: 43%;
	z-index: 999;
	outline: none;
	cursor: pointer;
	background: url("../images/arrow_about.png") center no-repeat;
}
.swiper_button_prev_about{ left: -60px;}
.swiper_button_next_about{ right: -60px; transform: rotate(180deg);}
.about{}
.about li{
	display: block;
	float: left;
	width: 32%;
}
.about li:hover .pic img{
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}

.about li .text{
	background: #f4f4f4;
	padding: 7% 20% 7% 10%;
	position: relative;
}
.about li .text span{
	color: #282828;
	font-size: 24px;
}
.about li .text p{
	color: #666666;
	font-size: 14px;
	margin: 5px 0 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.about li .icon{
	position: absolute;
	right: 4%;
	width: 13%;
	top: 50%;
	margin-top: -25px;
}



.aboutnews{
	padding: 0 5% 0 3%;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	line-height: 38px;
	background: url("../images/icon_aboutnews.png") center left no-repeat;
}
.aboutnews li{
	display: block;
}
.aboutnews li a{
	color: #898989;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.aboutnews li span{
	color: #666;
	padding: 0 2% 0 0;
}


.swiper_button_prev_aboutnews,
.swiper_button_next_aboutnews{
	width: 44px;
	height: 38px;
	position: absolute;
	top: 0;
	z-index: 999;
	outline: none;
	cursor: pointer;
	background: url("../images/arrow_aboutnews.png") #fff center no-repeat;
}
.swiper_button_prev_aboutnews{ right: 44px;}
.swiper_button_next_aboutnews{ right: 0; transform: rotate(180deg);}

.corpbg{
	background: #f6f6f6;
}
.corp{
	height: 416px;
	padding: 20px 10px;
}
.corp li{
	display: block;
	float: left;
	height: 92px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.corp li .pic{
	border: 1px solid #e5e5e5;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.corp li:hover{
	transform: scale(1.11);
	position: relative;
	z-index: 3;
}
.corp li:hover .pic{
	border: 1px solid #707070;
}


.dev{
	width: 75%;
	margin: 0 auto;
	position: relative;
}
.swiper_button_prev_dev,
.swiper_button_next_dev{
	width: 44px;
	height: 38px;
	position: absolute;
	top: 54%;
	z-index: 999;
	outline: none;
	cursor: pointer;
	background: url("../images/arrow_dev.png") #fff center no-repeat;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.swiper_button_prev_dev:hover,
.swiper_button_next_dev:hover{
	background: url("../images/arrow_dev_1.png") #fff center no-repeat;
}
.swiper_button_prev_dev{ left: 0;}
.swiper_button_next_dev{ right: 0; transform: rotate(180deg);}

.dev .stitle h3{
	font-size: 20px;
	font-weight: normal;
	margin: 3% 0 0 0;
}
.devul{
	position: relative;
}
.devul:before{
	position: absolute;
	width: 50%;
	height: 2px;
	content: '';
	display: block;
	left: 0;
	top: 5px;
	background-color: #989898; /* 浏览器不支持的时候显示 */
	background-image: linear-gradient(to right, #ffffff 5%, #989898 95%);
}
.devul:after{
	position: absolute;
	width: 50%;
	height: 2px;
	content: '';
	display: block;
	right: 0;
	top: 5px;
	background-color: #989898; /* 浏览器不支持的时候显示 */
	background-image: linear-gradient(to left, #ffffff 5%, #989898 95%);
}
.devul li{
	display: block;
	float: left;
	text-align: center;
}
.devul li .dot{
	width: 12px;
	height: 12px;
	background: #299e59;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
.devul li .year{
	font-weight: bold;
	font-size: 18px;
	margin: 15px 0 10px 0;
}
.devul li p{
	color: #666666;
	line-height: 26px;
	font-size: 16px;
	max-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}



.newsbg{
	background: #f6f6f6;
}
.newscate{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.newscate li{
	display: block;
	line-height: 36px;
	width: 128px;
	text-align: center;
	border: 1px solid #e5e5e5;
	margin: 0 10px;
}
.newscate li a{
	color: #282828;
	display: block;
	background: #fff;
	font-size: 16px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newscate li:hover a{
	color: #fff;
	background: #299e59;
}



.news .picnews{
	width: 62%;
}
.news .picnews li{
	display: block;
	float: left;
	width: 48.5%;
}
.news .picnews li:nth-child(1){
	width: 48.5%;
	margin: 0 3% 0 0;
}
.news .picnews li p{
	line-height: 46px;
	color: #282828;
	padding: 0 5%;
	background: #fff;
	position: relative;
	z-index: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.news .picnews li p:after{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 100%;
	background: #299e59;
	left: -10%;
	top: 0;
	z-index: -1;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.news .picnews li:hover p{
	color: #fff;
}
.news .picnews li:hover p:after{
	width: 110%;
}



.news .newsul{
	width: 35%;
}
.news .newsul li{
	display: block;
}
.news .newsul li:nth-child(1){
	margin: 0 0 7% 0;
}
.news .newsul li span{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #282828;
	font-size: 17px;
	display: block;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.news .newsul li p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin: 15px 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	max-height: 48px;
}
.news .newsul li font{
	color: #299e59;
	font-size: 14px;
}
.news .newsul li:hover span{
	color: #299e59;
}


.fadv{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fadv li{
	float: left;
	width: 21%;
	padding: 2% 2%;
	border: 1px solid #dcdcdc;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fadv li .pic{
	width: 23.5%;
}
.fadv li .text{
	width: 70%;
	margin: 0 0 0 auto;
}
.fadv li span{
	font-size: 24px;
	color: #282828;
	margin: 0 0 10px 0;
	display: block;
}
.fadv li p{
	font-size: 14px;
	line-height: 22px;
	color: #767676;
}

.contactbg{
	background: #f4f4f4;
}
.contactbg .mx1200{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contactbg li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 24px;
	padding: 0 60px 0 0;
	position: relative;
}
.contactbg li:after{
	content: '';
	display: block;
	height: 90%;
	width: 1px;
	background: #d2d2d2;
	position: absolute;
	right: 10%;
	top: 0;
}
.contactbg li:last-child:after{
	display: none;
}
.contactbg li .text{
	margin: 0 0 0 10px;
}
.contactbg li .text span{
	display: block;
	font-size: 24px;
	color: #282828;
}

.contactbg li .text p,
.contactbg li .text p a{
	font-size: 14px;
	margin: 5px 0 0 0;
	color: #666666;
}
.contactbg li:last-child{
	padding: 0;
	align-items: flex-start;
}
.contactbg li:last-child .text{
	margin: -9px 0 0 0;
}
.contactbg li:last-child img{
	margin: 0 0 0 10px;
}




.footerbg{
	background: #f4f4f4;
}
.ftitle{
	color: #282828;
	font-size: 16px;
	margin: 0 0 15px 0;
}
.fprocate{
	width: 22%;
}
.fprocate li{
	display: block;
	line-height: 28px;
}
.fprocate li a{
	display: block;
	color: #666666;
}
.fmenu{
	width: 27%;
}
.fmenu li{
	display: block;
	line-height: 28px;
}
.fmenu li a{
	display: block;
	color: #666666;
}
.fcontact{
	width: 37%;
}
.fcontact h2{
	font-size: 18px;
	color: #282828;
}
.fcontact h3{
	font-size: 12px;
	color: #adadad;
	font-weight: normal;
	transform: scale(.85);
	transform-origin: left;
}
.fcontact .text{
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	margin: 15px 0 15px 0;
}
.fcontact .cr{
	font-size: 13px;
	line-height: 24px;
	color: #3e3e3e;
}
.fcontact .cr a{
	font-size: 13px;
	color: #3e3e3e;
}
.fewm{
	width: 14%;
	text-align: center;
	font-size: 14px;
	color: #282828;
	line-height: 40px;
}
.fewm .ftitle{
	line-height: normal;
}
.fewm img{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 119px;
}


.flink{
	background: #dcdcdc;
	line-height: 40px;
	font-size: 14px;
	color: #0f0f0f;
}
.flink a{
	margin: 0 0 0 30px;
	color: #484848;
}



.bancatetitle{
	line-height: 46px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background: #129447;
	width: 220px;
}
.bancatetitle span{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -2px 15px 0 0;
	width: 20px;
	height: 2px;
	background: #fff;
	position: relative;
}
.bancatetitle span:before{
	content: '';
	display: block;
	vertical-align: middle;
	margin: 0 15px 0 0;
	width: 20px;
	height: 2px;
	position: absolute;
	left: 0;
	top: -6px;
	background: #fff;
}
.bancatetitle span:after{
	content: '';
	display: block;
	vertical-align: middle;
	margin: 0 15px 0 0;
	width: 20px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -6px;
	background: #fff;
}


.nbannerarea .procate_ban .bancatearea{
	top: 46px;
	display: none;
}
.nbannerarea .procate_ban .bancatearea ul{
	display: block;
}
.nbannerarea .procate_ban .bancatearea ul li{
	line-height: 48px;
}
.nbannerarea .procate_ban .bancatearea ul li a{
	font-size: 15px;
}



.bnav{
	line-height: 46px;
	font-size: 14px;
	color: #666666;
	background: #eeeeee;
}
.bnav img{
	display: inline-block;
	vertical-align: middle;
	margin: -2px 8px 0 0;
}
.bnav a{
	font-size: 14px;
	color: #666666;
}


.naboutcate{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.naboutcate li{
	display: block;
	float: left;
	margin: 0 0.95% 0 0;
	width: 11.666%;
	line-height: 44px;
	text-align: center;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.07);
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.naboutcate li.this,
.naboutcate li:hover{
	background: #299e59;
	box-shadow: none;
}
.naboutcate li:last-child{
	margin: 0;
}
.naboutcate li a{
	font-size: 16px;
	color: #484848;
	display: block;
	border: 1px solid #dcdcdc;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.naboutcate li.this a,
.naboutcate li:hover a{
	color: #fff;
	border: 1px solid #299e59;
}


.nabout h1{
	color: #299e59;
	font-size: 24px;
	text-align: center;
}
.nabout .text{
	font-size: 16px;
	color: #888888;
	line-height: 30px;
}



.num{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.num li{
	width: 20%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	color: #282828;
	position: relative;
}
.num li:last-child:after{
	display: none;
}
.num li:after{
	width: 1px;
	height: 50%;
	top: 25%;
	background: #d2d2d2;
	display: block;
	content: '';
	position: absolute;
	right: 0;
}
.num li strong{
	font-size: 60px;
	font-family: Arial;
}
.num li font{
	font-size: 16px;
}
.num li p{
	font-size: 18px;
	margin: 5px 0 0 0;
}
.num li p span{
	display: block;
	font-size: 12px;
	color: #acacac;
	transform: scale(.8);
}


.naboutpic img:nth-child(1){
	width: 41.25%;
}
.naboutpic img:nth-child(2){
	width: 58.75%;
}



.culture li{
	display: block;
	background: #f6f6f6;
}
.culture li .text{
	width:40%;
	padding: 2% 5% 0 5%;
}
.culture li .text .culnum{
	font-size: 78px;
	color: #e5e5e5;
	font-weight: bold;
}
.culture li .text span{
	display: block;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
}
.culture li .text p{
	color: #666666;
	font-size: 18px;
	line-height: 36px;
}
.culture li .pic{
	width: 50%;
}






.ndevul{
	overflow: hidden;
}
.ndevul li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 10% 0;
	width: 100%;
}
.ndevul li:last-child{
	margin: 0;
}
.ndevul li .year{
	width: 40%;
	word-break: keep-all;
	font-family: Arial;
	font-size: 36px;
	color: #299e59;
	line-height: 46px;
	text-align: right;
}
.ndevul li .circle{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid #c9c9c9;
	position: relative;
	margin: 0 5%;
}
.ndevul li .circle:before,
.ndevul li .circle:after{
	content: '';
	display: block;
	position: absolute;
	border: 1px solid #c9c9c9;
	border-radius: 50%;
	top: 50%;
	left: 50%;
}
.ndevul li .circle:before{
	width: 38px;
	height: 38px;
	margin-left: -20px;
	margin-top: -20px;
}
.ndevul li .circle:after{
	width: 30px;
	height: 30px;
	margin-left: -16px;
	margin-top: -16px;
}
.ndevul li .circle div{
	position: absolute;
	border: 1px solid #c9c9c9;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 22px;
	margin-left: -12px;
	margin-top: -12px;
}
.ndevul li .circle div:after{
	content: '';
	display: block;
	position: absolute;
	background: #959595;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
	z-index: 2;
}
.ndevul li:hover .circle div:after{
	animation: Circle 1s infinite linear;
	background: #299e59;
}
@keyframes Circle{
	0%{
		transform:scale(1);
	}
	50%{
		transform:scale(1.55);
	}
	100%{
		transform:scale(1);
	}
}
.ndevul li .circle div:before{
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 50%;
	width: 0;
	height: 1000%;
	border-left: 1px dashed #c9c9c9;
	z-index: 1;
}
.ndevul li .text{
	color: #484848;
	font-size: 17px;
	line-height: 30px;
	width: 40%;
}
.ndevul li:nth-child(2n) .text{
	text-align: right;
}
.ndevul li:nth-child(2n) .year{
	text-align: left;
}



.nhonor li{
	display: block;
	float: left;
	width: 24%;
	background: #eeeeee;
	margin: 0 1.333% 1.333% 0;
}
.nhonor li:nth-child(4n){
	margin: 0 0 1.333% 0;
}
.nhonor li .pic{
	margin: 15px;
}
.nhonor li:hover .pic img{
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}


.ncert li .pic{
	margin: 1px;
}


.nequ li .pic{
	margin: 0;
}
.nequ li p{
	background: #fff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 5%;
	border: 1px solid #e5e5e5;
	border-top: none;
	line-height: 40px;
}


.cuslogo li,
.cuslogo li:nth-child(4n){
	width: 15.8%;
	margin: 0 1.04% 1.04% 0;
}
.cuslogo li:nth-child(6n){
	width: 15.8%;
	margin: 0 0 1.04% 0;
}
.cuslogo li .pic{
	margin: 1px;
}




.ncontact{}
.ncontact li{
	display: block;
	float: left;
	width: 23.666%;
	text-align: center;
	line-height: 28px;
	margin: 0 1.778% 0 0;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.08);
}
.ncontact li:last-child{
	margin: 0;
}
.ncontact li a{
	padding: 30px 0;
	display: block;
	border: 1px solid #dcdcdc;
}
.ncontact li img{
	display: block;
	margin: 0 auto 15px auto;
}
.ncontact li span{
	color: #888888;
	font-size: 16px;
	display: block;
}
.ncontact li p{
	font-weight: bold;
	color: #242424;
	font-size: 18px;
}


.map{
	overflow: hidden;
}
.map iframe{
	position: relative;
	left: 50%;
	margin-left: -600px;
}


.npro li{
	display: block;
	float: left;
}
.npro li .pic{
	background: #f2f2f2;
}



.nprocate{
	width: 20%;
}
.nprocate .ncatetitle{
	background: #299e59;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 15px 0;
}
.nprocate .ncatetitle p{
	font-size: 12px;
	text-transform: uppercase;
	transform: scale(.8);
}
.nprocate .ncateul li a{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.nprocate .ncateul>li{
	display: block;
	margin: 3px 0 0 0;
	line-height: 46px;
	position: relative;
}
.nprocate .ncateul>li>a{
	display: block;
	background: #e5e5e5;
	padding: 0 15%;
	font-size: 17px;
	color: #484848;
}
.nprocate .ncateul>li:hover>a{
	background: #299e59;
	color: #fff;
}
.nprocate .ncateul>li>span{
	width: 46px;
	height: 46px;
	position: absolute;
	z-index: 99;
	display: block;
	right: 0;
	top: 0;
	background: url("../images/icon_nprocate.png") center no-repeat;
	cursor: pointer;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nprocate .ncateul>li.this>a{
	background: #535353;
	color: #fff;
}
.nprocate .ncateul>li.this>span{
	background: url("../images/icon_nprocate_1.png") center no-repeat;
}
.nprocate .ncateul>li:hover>span{
	transform: rotate(180deg);
}

.nprocate .ncateul>li.this>ul{
	display: block;
}
.nprocate .ncateul>li>ul{
	display: none;
}
.nprocate .ncateul>li>ul li{
	display: block;
	border-bottom: 1px dashed #dcdcdc;
}
.nprocate .ncateul>li>ul li a{
	display: block;
	padding: 0 20%;
	font-size: 16px;
	color: #666666;
	background: #f7f7f7;
	background: url("../images/icon_nprocate_2.png") center right 15% no-repeat;
}


.ncontainer,
.npro{
	width: 77%;
}
.npro li{
	display: block;
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
}
.npro li:nth-child(3n){
	margin: 0 0 2% 0;
}
.npro li .pic{
	border: 1px solid #dcdcdc;
}
.npro li:hover .pic img{
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}
.npro li .text{
	border: 1px solid #dcdcdc;
	border-top: none;
	padding: 3% 8%;
	line-height: 30px;
}
.npro li .text span{
	font-size: 17px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.npro li:hover .text span{
	color: #299e59;
	font-weight: bold;
}
.npro li .text p{
	font-size: 14px;
	color: #888888;
	float: left;
	width: 90%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.npro li .text font{
	display: block;
	float: right;
	width: 10%;
	font-size: 14px;
	color: #299e59;
	word-break: keep-all;
}



.catecontact .text{
	background: #299e59;
	padding: 5% 10%;
	color: #fff;
}
.catecontact .text img{
	margin: 0 auto 10px auto;
	display: block;
}
.catecontact .text p{
	font-size: 16px;
	word-break: keep-all;
}
.catecontact .text p strong{
	font-size: 18px;
	letter-spacing: -0.5px;
}



.catename{
	display: table;
	font-size: 24px;
	color: #666666;
	border-bottom: 1px solid #000;
	padding: 0 0 5px 0;
	margin: 0 0 -1px 0;
	position: relative;
	z-index: 1;
}



.nnews{
	width: 77%;
}
.nnewsul li{
	display: block;
	padding: 25px 0;
	border-top: 1px solid #dcdcdc;
}
.nnewsul li:last-child{
	border-bottom: 1px solid #dcdcdc;
}
.nnewsul li a{
	display: block;
}
.nnewsul li .pic{
	float: left;
	width: 28%;
}
.nnewsul li .text{
	float: right;
	width: 67%;
}
.nnewsul li .text span{
	color: #484848;
	font-size: 18px;
	display: block;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnewsul li .text p{
	color: #888888;
	font-size: 14px;
	line-height: 24px;
	max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	margin: 10px 0 0 0;
}
.nnewsul li .text .more{
	width: 100px;
	line-height: 30px;
	background: #898989;
	text-align: center;
	color: #fff;
	margin: 15px 0 0 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnewsul li:hover .text span{
	color: #299e59;
	font-weight: bold;
}
.nnewsul li:hover .text .more{
	background: #299e59;
}

.fmenu_wap{
	display: none;
}





.prodetailslide{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px auto;
	max-width: 1000px;
}

.prodetailslide .detailslide{
	width: 50%;
	overflow: hidden;
}
.prodetailslide .detailslide li video{
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 0;
	height: 500px !important;
	margin-top: -250px;
	
}
.prodetailslide .detailtext{
	width: 40%;
	padding: 0 5%;
	font-size: 16px;
	line-height: 40px;
}
.prodetailslide .detailtext .text1{
	font-size: 26px;
	color: #333;
}
.prodetailslide .detailtext .text3{
	font-size: 14px;
	line-height: 26px;
	margin: 10px 0 0 0;
	color: #666;
}
.prodetailslide .detailtext .text2{
	margin: 5% 0 0 0;
	padding: 5% 0 0 0;
	border-top: 1px solid #ddd;
	line-height: 22px;
	color: #333;
	font-size: 18px;
}
.prodetailslide .detailtext .text2 img{
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.prodetailslide .detailtext .text2 p{
	float: left;
}
.prodetailslide .detailtext .text2 a{
	float: right;
	display: block;
	width: 114px;
	line-height: 40px;
	background: #299e59;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.swiper_button_prev_detailslide,
.swiper_button_next_detailslide{
	width: 40px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 9;
	cursor: pointer;
	outline: none;
	background: url("../images/arrow_detailslide.png") center no-repeat;
}
.swiper_button_prev_detailslide{
	left: 0;
}
.swiper_button_next_detailslide{
	right: 0;
	transform: rotate(180deg);
}

.protext .text img{
	display: block;
	margin: 0 auto;
}
.texttitle{
	margin: 0 auto 20px auto;
	max-width: 980px;
	border-bottom: 1px solid #ddd;
	font-size: 24px;
	line-height: 36px;
	padding: 0 0 0 20px;
	position: relative;
}
.texttitle:before{
	width: 10px;
	height: 10px;
	background: #299e59;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}
.texttitle span{
	font-size: 18px;
	text-transform: uppercase;
	color: #c2c2c1;
}




.sidebar{
	position:absolute;
	z-index:99999;
	top:30%;
}
.sidebar li{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 0 4px 0;
	position: relative;
	cursor: pointer;
	background-color: #353535;
	background-repeat: no-repeat;
	background-position: center top -3px;
}
.sidebar li.ewm  { background-image: url(../images/iconicon_1.png);}
.sidebar li.tel  { background-image: url(../images/iconicon_2.png);}
.sidebar li.qq   { background-image: url(../images/iconicon_4.png);}
.sidebar li.wap  { background-image: url(../images/iconicon_3.png);}
.sidebar li.toup { background-image: url(../images/iconicon_5.png); background-position: center;}

.sidebar li a{
	display: block;
	width: 60px;
	height: 60px;
}
.sidebar li span{
	display: block;
	font-size: 12px;
	width: 100%;
	position: absolute;
	bottom: 0;
	line-height: 18px;
	color: #fff;
	text-align: center;
	transform: scale(0.9);
}

.sidebar li img{
	border: 1px solid #e1e1e1;
	position: absolute;
	top: 0;
	right: 60px;
	display: none;
}
.sidebar li .text{
	border: 1px solid #e1e1e1;
	padding: 20px;
	position: absolute;
	top: 0;
	right: 60px;
	background: #fff;
	min-width: 140px;
	display: none;
	z-index: 9999999
}
.dtl{
	font-size: 14px;
	line-height: 28px;
	color: #282828;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #d2d2d2;
}
.dtl:last-child{
	margin: 0;
	padding: 0;
	border: none;
}
.sidebar li .dtl a{
	width: auto;
	height: auto;
}




@media screen and (max-width: 1660px) {
	.top,
	.header,
	.procate_ban,
	.contactbg .mx1200,
	.mx1200{
		width: 90%;
		max-width: none;
	}
	.procate_ban{
		left: 5%;
	}
}
@media screen and (max-width: 1500px) {
	.procate_ban ul li{
		line-height: 52px;
	}
	.procate_ban ul li a{
		font-size: 14px;
	}
}
@media screen and (max-width: 1440px) {
	.header .menu li:nth-child(3),
	.header .menu li:nth-child(4){
		width: 15%;
	}
	.stitle h2{
		font-size: 30px;
		line-height: 30px;
	}
	.stitle p{
		font-size: 14px;
		line-height: 14px;
	}
	.processtitle h2{
		font-size: 30px;
	}
	.processtitle p{
		font-size: 20px;
	}
	.advtext h3{
		font-size: 30px;
		background-size: contain !important;
	}
	.advtext h4{
		font-size: 16px;
	}
	.about li .text span{
		font-size: 20px;
	}
	.about li .text p{
		font-size: 12px;
	}
	.dev .stitle h3{
		font-size: 16px;
	}
	.devul li p{
		font-size: 14px;
	}
	.fadv li span{
		font-size: 20px;
	}
	.fadv li p{
		font-size: 12px;
		line-height: 20px;
	}
	.contactbg li .text span{
		font-size: 20px;
	}
	.contactbg li .text p,
	.contactbg li .text p a{
		font-size: 12px;
		line-height: 20px;
	}
	.contactbg li{
		padding: 0 80px 0 0;
	}
	.contactbg li:after{
		right: 14%;
	}
}
@media screen and (max-width: 1366px) {
	.aboutbg{
		width: 80%;
	}
}
@media screen and (max-width: 1280px) {
	.top,
	.header,
	.procate_ban,
	.contactbg .mx1200,
	.mx1200{
		width: 94%;
		max-width: none;
	}
	.dev{
		width: 94%;
	}
	.swiper_button_prev_dev, .swiper_button_next_dev{
		top: 51%;
	}
	.aboutbg{
		width: 80%;
	}
	.procate_ban{
		left: 3%;
	}
	.catecontact .text p strong{
		font-size: 17px;
	}
	.catecontact .text p{
		text-align: center;
	}
}
@media screen and (max-width: 1200px) {
	.header .menu{
		width: 69%;
	}
	.header .menu li:nth-child(3),
	.header .menu li:nth-child(4){
		width: 17%;
	}
	.header .menu li a p{
		font-size: 12px;
	}
	.header .menu li a{
		font-size: 15px;
	}
	.contactbg li{
		padding: 0 50px 0 0;
	}
	.contactbg li:after{
		right: 10%;
	}
	.nbanner{
		height: 380px;
	}
	.ncontact li p{
		padding: 0 5%;
		word-break: break-all;
		height: 36px;
		font-size: 16px;
	}
	.nnewsul li .text p{
		line-height: 22px;
	}
}
@media screen and (max-width: 1024px) {
	.header .menu li a{
		font-size: 13px;
	}
	.header .menu li a p{
		font-size: 12px;
		line-height: 15px;
		transform: scale(.9);
		transform-origin: left;
		height: 27px;
		margin: 5px 0 0 0;
	}
	.header .logo h1{
		font-size: 22px;
	}
	.header .logo p{
		letter-spacing: 0.55px;
	}
	.sprocate li .text span{
		font-size: 20px;
	}
	.sprocate li .text p{
		transform: scale(.8);
	}
	.processtitle h2{
		font-size: 26px;
	}
	.processtitle p{
		font-size: 18px;
	}
	.processul li p{
		font-size: 14px;
		line-height: 30px;
	}
	.processul li img{
		width: 90%;
	}
	.stitle h2{
		font-size: 26px;
	}
	.advtext h3{
		font-size: 28px;
	}
	.advtext h4{
		font-size: 14px;
		margin: 10% 0;
	}
	.honornum li{
		width: 78px;
		word-break: keep-all;
	}
	.honornum li span{
		font-size: 50px;
	}
	.honornum li p,
	.honornum li font{
		font-size: 15px;
	}
	.zlbztitle{
		font-size: 18px;
		line-height: 22px;
	}
	.zlbzul li p{
		transform: scale(.9);
	}
	.news .newsul li p{
		display: block;
		white-space: nowrap;
	}
	.fadv li{
		padding: 1%;
		width: 23%;
	}
	.fadv li .pic{
		width: 20%;
	}
	.fadv li .text{
		width: 75%;
	}
	.fadv li span{
		font-size: 18px;
		margin: 0 0 5px 0;
	}
	.fadv li p{
		line-height: 18px;
	}
	.contactbg li{
		padding: 0 25px 0 0;
	}
	.contactbg li:after{
		right: 5%;
	}
	.contactbg li .text span{
		font-size: 18px;
	}
	.fprocate li{
		line-height: 24px;
	}
	.fprocate li a{
		font-size: 12px;
	}
	.fmenu li{
		line-height: 24px;
	}
	.fmenu li a{
		font-size: 12px;
	}
	.fcontact .text{
		font-size: 12px;
		line-height: 22px;
	}
	.fcontact h2{
		font-size: 17px;
	}
	.fcontact h3{
		transform: scale(.8);
	}
	.fcontact .cr{
		font-size: 12px;
		line-height: 22px;
	}
	.fcontact .cr a{
		font-size: 12px;
	}
	.fewm img{
		max-width: 90px;
	}
	.fewm{
		font-size: 12px;
		line-height: 30px;
	}
	
	.flink{
		line-height: 30px;
		font-size: 12px;
	}
	.flink a{
		line-height: 30px;
		font-size: 12px;
	}
	.nbanner{
		height: 350px;
	}
	
	.culture li .text .culnum{
		font-size: 60px;
		line-height: 60px;
	}
	.culture li .text span{
		font-size: 20px;
	}
	.culture li .text p{
		font-size: 14px;
	}
	.ndevul li .year{
		font-size: 30px;
	}
	.ndevul li .text{
		font-size: 16px;
		line-height: 26px;
	}
	.nnewsul li{
		padding: 15px 0;
	}
	.nnewsul li .text p{
		line-height: 24px;
		max-height: 48px;
		-webkit-line-clamp: 2;
	}
	.nprocate .ncateul>li>a{
		font-size: 16px;
		padding: 0 10%;
	}
	.catecontact .text img{
		height: 36px;
	}
	.catecontact .text p{
		font-size: 14px;
	}
	.catecontact .text p strong{
		font-size: 15px;
	}
	.nprocate .ncateul>li{
		line-height: 40px;
	}

}
.shadow{
	background: #000;
	opacity: .5;
	z-index: 999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
@media screen and (max-width: 768px) {
	.p10{ padding: 1% 0; }
	.p20{ padding: 2% 0; }
	.p30{ padding: 3% 0; }
	.p40{ padding: 4% 0; }
	.p50{ padding: 5% 0; }
	.p60{ padding: 6% 0; }
	.p70{ padding: 7% 0; }
	.p80{ padding: 8% 0; }
	.p90{ padding: 9% 0; }
	.p100{ padding: 10% 0; }
	.mt10{ margin-top: 1% !important; }
	.mt20{ margin-top: 2% !important; }
	.mt30{ margin-top: 3% !important; }
	.mt40{ margin-top: 4% !important; }
	.mt50{ margin-top: 5% !important; }
	.mt60{ margin-top: 6% !important; }
	.mt70{ margin-top: 7% !important; }
	.mt80{ margin-top: 8% !important; }
	.mt90{ margin-top: 9% !important; }
	.mt100{ margin-top: 10% !important; }
	.header .menu{
		display: none;
		position: fixed;
		top: 73px;
		left: 0;
		width: 60%;
		background: #fff;
		height: 100%;
		overflow: scroll;
		z-index: 999;
	}
	.header .menu ul{
		display: block;
	}
	.header .menu li{
		width: 100% !important;
		float: none;
		border-bottom: 1px solid #eee;
		padding: 5px 0;
	}
	.header .menu li:after{
		display: none;
	}
	.header .menu li a p{
		height: auto;
	}
	.header .menu li a p br{
		display: none;
	}
	.header .logo{
		display: none;
	}
	.header .logo1{
		display: block;
		width: 66%;
		min-width: inherit;
		text-align: center;
		padding: 20px 0;
		float: none;
		margin: 0 auto;
	}
	.header .logo1 p{
		letter-spacing: 0;
		transform: scale(.9);
	}
	.top{
		line-height: 30px;
	}
	.top .kh{
		font-size: 12px;
	}
	.top .toptel{
		font-size: 12px;
	}
	.top .toptel strong{
		font-size: 14px;
	}
	.top .toptel img{
		height: 20px;
	}
	.menubut{
		width: 20px;
		height: 3px;
		background: #129447;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -1.5px;
	}
	.menubut:before{
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: -7px;
		width: 120%;
		height: 3px;
		background: #129447;
	}
	.menubut:after{
		content: '';
		display: block;
		position: absolute;
		left: 0;
		bottom: -7px;
		width: 120%;
		height: 3px;
		background: #129447;
	}
	.procate_ban .bancatearea{
		width: 30%;
	}
	.bancatetitle{
		width: 30%;
		font-size: 15px;
		line-height: 40px;
	}
	.procate_ban .bancatearea{
		top: 40px;
	}
	.bancatetitle span{
		margin: -2px 10px 0 0;
	}
	.bancatetitle span,
	.bancatetitle span:before,
	.bancatetitle span:after{
		width: 15px;
	}
	.procate_ban ul li{
		line-height: 50px;
	}
	.stitle h2{
		font-size: 20px;
		line-height: 20px;
	}
	.stitle p{
		font-size: 12px;
		line-height: 12px;
	}
	.sprocate li .text{
		padding: 10% 10%;
		width: 80%;
		background: url("../images/arrow_sprocate.png") center right 10% no-repeat;
		background-size: 10%;
	}
	.sprocate li .text span{
		font-size: 18px;
	}
	
	.processtitle h2{
		font-size: 22px;
	}
	.processtitle p{
		font-size: 14px;
	}
	.processtitle2 span{
		font-size: 17px;
		width: 17px;
	}
	.processtitle2 p{
		margin: 4px 0 0 30px;
	}
	.processtitle2{
		margin: 0 3%;
	}
	.processul{
		width: 57%;
	}
	.processul li p{
		font-size: 12px;
		line-height: 20px;
	}
	.advtext h3{
		font-size: 22px;
	}
	.advtext h4{
		font-size: 12px;
		line-height: 24px;
	}
	.honornum li{
		padding: 10px;
		width: 70px;
	}
	.honornum li span{
		font-size: 40px;
	}
	.honornum li p,
	.honornum li font{
		font-size: 14px;
	}
	.advtext h5{
		font-size: 14px;
	}
	.zlbztitle{
		width: 3%;
	}
	.about li .text span{
		font-size: 16px;
	}
	.dev .stitle h3{
		font-size: 14px;
	}
	.newscate li{
		width: 120px;
		line-height: 30px;
	}
	.newscate li a{
		font-size: 14px;
	}
	.fadv{
		display: block;
		text-align: center;
	}
	.fadv li{
		display: inline-block;
		width: 43%;
		float: none;
		margin: 1%;
	}
	.fadv li .text{
		width: 60%;
		text-align: left;
	}
	.fadv li .pic{
		margin: 0 0 0 15%;
	}
	
	.contactbg .mx1200{
		display: block;
	}
	.contactbg li{
		width: 50%;
		float: left;
		padding: 0;
		display: block;
	}
	
	.contactbg li:nth-child(1),
	.contactbg li:nth-child(2){
		margin: 0 0 20px 0;
	}
	.contactbg li img{
		float: left;
		height: 22px;
	}
	.contactbg li .text{
		line-height: 17.5px;
		float: left;
	}
	.contactbg li:nth-child(5){
		width: 66.666%;
	}
	.contactbg li .text span{
		font-size: 16px;
	}
	.contactbg li:nth-child(5){
		display: none;
	}
	.contactbg li:nth-child(5) .text{
		line-height: 22px;
		margin: 0;
	}
	.contactbg li:nth-child(5) img{
		height: 35px;
	}
	.contactbg li:nth-child(2n):after{
		display: none;
	}
	
	.fewm,
	.fmenu,
	.fcontact h2,
	.fcontact h3,
	.fcontact .text,
	.fprocate{
		display: none;
	}
	.fcontact{
		width: 100%;
	}
	
	.footerbg{
		padding: 20px 0;
	}
	
	.nbanner{
		height: 270px;
	}
	
	.naboutcate li{
		line-height: 40px;
	}
	.naboutcate li a{
		font-size: 14px;
	}
	
	.nabout .text{
		font-size: 14px;
	}
	.num li{
		width: 25%;
	}
	.num li strong{
		font-size: 50px;
	}
	.num li p{
		margin: 0;
		font-size: 16px;
	}
	.naboutcate{
		display: block;
	}
	.naboutcate li{
		width: 24.25%;
		margin: 0 1% 1% 0;
	}
	.naboutcate li:nth-child(4n){
		margin: 0 0 1% 0;
	}
	.nhonor li,
	.nhonor li:nth-child(4n){
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.nhonor li:nth-child(3n){
		margin: 0 0 2% 0;
	}
	
	.nprocate{
		width: 100%;
		float: none;
		margin: -10px 0 0 0;
	}
	.nprocate .ncatetitle,
	.catecontact{
		display: none;
	}
	.nprocate .ncateul>li{
		width: 25%;
		float: left;
		line-height: 40px;
		position: relative;
	}
	.nprocate .ncateul>li>a{
		font-size: 14px;
	}
	.nprocate .ncateul>li>span{
		width: 20px;
		height: 40px;
		border-right: 1px solid #fff;
	}
	.nprocate .ncateul>li:hover>span{
		border: none;
	}
	.nprocate .ncateul>li>ul li a{
		font-size: 12px;
		padding: 0 10%;
		background: url("../images/icon_nprocate_2.png") center right 5% no-repeat;
	}
	.nprocate .ncateul>li.this>ul,
	.nprocate .ncateul>li>ul{
		position: absolute;
		width: 100%;
		background: #fff;
		z-index: 9999;
		display: none;
	}
	.nnews{
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}
	.nnewsul li{
		padding: 10px 0;
	}
	.ncontainer,
	.npro{
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}
	.prodetailslide .detailtext .text2 img{
		height: 34px !important;
	}
	.prodetailslide .detailtext .text2 a{
		line-height: 30px;
		width: 100px;
		font-size: 14px;
	}
	.prodetailslide .detailtext .text2{
		font-sizE: 15px;
		line-height: 17px;
	}
}
@media screen and (max-width: 460px) {
	.banner.swiper-container{
		display: block;
	}
	.wrap.bann_ext,
	.banner.slide{
		display: none;
	}
	.search .hotkey,
	.top .kh,
	.procate_ban,
	.top{
		display: none;
	}
	.top .toptel{
		width: 100%;
		text-align: center;
	}
	.header{
		position: fixed;
		padding: 0 3%;
		z-index: 9999;
		background: #fff;
	}
	.menubut{
		left: 3%;
	}
	.menutel{
		width: 30px;
		height: 30px;
		position: absolute;
		right: 3%;
		top: 50%;
		margin-top: -15px;
		background: url("../images/icon_menutel.png") center no-repeat;
	}
	.header .logo1{
		padding: 15px 0;
	}
	.searform{
		margin: 5px 0;
		width: 100%;
	}
	.searform .stext{
		width: 75%;
		padding: 0 5%;
		height: 30px;
	}
	.searform .sbut{
		width: 15%;
		height: 30px;
	}
	.sprocate li,
	.sprocate li:nth-child(3n){
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.sprocate li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.sprocate li .text{
		padding: 7% 18% 7% 7%;
		width: 75%;
		background: url("../images/arrow_sprocate.png") center right 5% no-repeat;
		background-size: 10%;
	}
	.sprocate li .text span{
		font-size: 16px;
	}
	.sprocate li:nth-child(9){
		display: none;
	}
	.jjfaul li{
		width: 50%;
	}
	
	.process{
		display: block;
	}
	.processtitle{
		width: 100%;
		float: none;
		text-align: center;
	}
	.processtitle2{
		margin: 35px 3% 0 3%;
	}
	.processul{
		width: 89%;
	}
	.processul li{
		width: 33.333%;
		margin: 10px 0 0 0;
	}
	.processul li img{
		width: 45%;
	}
	.processul li p{
		font-size: 14px;
		line-height: 30px;
	}
	
	.adv .advtext{
		width: 100%;
		border-top: 1px solid #a0a0a0;
	}
	.advtext h3{
		width: 100%;
		font-size: 20px;
		line-height: 30px;
		background: url("../images/arrow_shonoe.png") center right 5px no-repeat;
	}
	.advtext h4{
		width: 100%;
		margin: 7% 0;
	}
	.adv .pic{
		width: 100%;
		margin: 20px 0 0 0;
	}
	
	.zlbz .mx1200{
		display: block;
	}
	.zlbztitle{
		width: 50%;
		float: none;
		margin: 0 auto;
		line-height: 40px;
		padding: 0 ;
	}
	.zlbzul{
		width: 100%;
		margin: 20px 0 0 0;
	}
	
	.news .picnews{
		width: 100%;
	}
	.news .newsul{
		width: 100%;
		margin: 20px 0 0 0;
	}
	.news .newsul li span{
		font-size: 14px;
	}
	.news .newsul li p{
		font-size: 12px;
		margin: 10px 0 5px 0;
	}
	.fadv li .pic{
		margin: 0 auto;
		float: none;
	}
	.fadv li .text{
		width: 100%;
		text-align: center;
		float: none;
	}
	.fadv li span{
		font-size: 16px;
	}
	.contactbg{
		display: none;
	}
	
	.flink{
		margin: 0 0 50px 0;
	}
	
	.fmenu_wap{
		display: none;
		background: #299e59;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 40px;
		padding: 5px 0;
		z-index: 99999;
	}
	.fmenu_wap li{
		display: block;
		float: left;
		text-align: center;
		width: 33.333%;
		position: relative;
	}
	.fmenu_wap li img{
		height: 20px;
	}
	.fmenu_wap li a{
		color: #fff;
		font-size: 12px;
	}
	.fmenu_wap li:nth-child(1):after,
	.fmenu_wap li:nth-child(2):after{
		position: absolute;
		display: block;
		content: '';
		right: 0;
		top: 20%;
		width: 1px;
		height: 60%;
		background: #fff;
		opacity: .4;
	}
	
	
	.bannerarea{
		margin: 73px 0 0 0;
	}
	
	.num{
		display: block;
	}
	.num li{
		width: 50%;
		float: left;
	}
	.nprocate .ncateul>li>span{
		width: 16px;
		background-size: 9px !important;
	}
	.infobannerarea{
		display: none;
	}
	.nbanner{
		width: 100% !important;
		background: none !important;
		height: auto;
	}
	.nbanner img {
		display: block;
		width: 100%;
	}
	.sidebar{
		display: none;
	}
	.margincontainer{
		margin: 70px 0 0 0;
	}
	.waph{
		display: none;
	}
	.culture li .text{
		padding: 5%;
		width: 90%;
		float: none;
	}
	.culture li .pic{
		width: 100%;
		float: none;
	}
	.ndevul li .year{
		font-size: 20px;
		font-weight: bold;
	}
	.ndevul li .text{
		font-size: 12px;
		line-height: 18px;
	}
	
	.bnav{
		line-height: 30px;
		font-size: 12px;
	}
	.bnav img{
		height: 15px;
	}
	.bnav a{
		font-size: 12px;
	}
	
	.nhonor li,
	.nhonor li:nth-child(4n),
	.nhonor li:nth-child(3n){
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.nhonor li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	
	.nequ li p{
		font-size: 14px;
		line-height: 32px;
	}
	
	.ncontact li{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.ncontact li img{
		height: 40px;
	}
	.ncontact li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.ncontact li p{
		font-size: 15px;
		height: auto;
	}
	
	.nprocate .ncateul>li>a{
		font-size: 12px;
		padding: 0 10% 0 5%;
	}
	.nnewsul li .pic{
		width: 45%;
	}
	.nnewsul li .text{
		width: 50%;
	}
	.nnewsul li .text span{
		font-size: 16px;
	}
	.nnewsul li .text p{
		font-size: 12px;
		line-height: 20px;
	}
	.nnewsul li .text .more{
		margin: 5px 0 0 0;
		line-height: 26px;
		font-size: 12px;
		width: 70px;
		opacity: .5;
	}
	.nprocate .ncateul>li{
		width: 33.333%;
		line-height: 30px;
	}
	.nprocate .ncateul>li>span{
		height: 30px;
	}
	.npro li,
	.npro li:nth-child(3n){
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.npro li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.npro li .text{
		padding: 3% 5%;
	}
	.npro li .text p{
		width: 80%;
		font-size: 12px;
		line-height: 16px;
		display: none;
	}
	.npro li .text span{
		font-size: 15px;
	}
	.npro li .text font{
		width: 20%;
		text-align: right;
		font-size: 12px;
		line-height: 16px;
		display: none;
	}
	.catename{
		font-size: 20px;
	}
	.about{
		width: 70%;
	}
	.swiper_button_prev_about{ left: 10px;}
	.swiper_button_next_about{ right: 10px;}
	
	.aboutnews{
		padding: 0 15% 0 8%;
	}
	.aboutbg{
		width: 94%;
	}
	.swiper_button_prev_about, .swiper_button_next_about{
		height: 30px;
		width: 30px;
		background-size: cover;
	}
	.corp{
		padding: 0;
		width: 94%;
		height: auto;
	}
	.dev .stitle h3 span{
		display: block;
	}
	.swiper_button_prev_dev, .swiper_button_next_dev{
		height: 30px;
		width: 30px;
		background-size: cover;
		top: 50%;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 10px;
	}
	.zlbzul,
	.zlbzul li{
		height: auto;
	}
	.nbanner{
		margin: 73px auto 0 auto;
	}
	.prodetailslide{
		display: block;
	}
	.prodetailslide .detailslide{
		width: 100%;
	}
	.prodetailslide .detailtext{
		width: 100%;
		padding: 0;
		margin: 20px 0 0 0;
	}
	.texttitle{
		margin: 20px auto;
		font-size: 20px;
		padding: 0 0 0 10px;
	}
	.texttitle span{
		font-size: 14px;
	}
	.texttitle:before{
		width: 6px;
		height: 6px;
		margin-top: -3px;
	}
	.newspagechange .pagechangel, .newspagechange .pagechanger{
		padding: 5px 10px;
		line-height: 20px;
	}
	.corp li{
		height: auto;
	}
	.zlbzul li span{
		padding: 0 5%;
		font-size: 13px;
		margin: 20px 0 0 0;
		font-weight: normal;
	}
	.videoarea video{
		width: 94%;
		left: 3%;
		top: 10%;
	}
	.fcontact .cr{
		text-align: center;
	}
	.flink a{
		margin: 0 0 0 5px;
	}
	.devul:before,
	.devul:after{
		height: 1px;
		top: 6px;
	}
	.menubut,
	.menubut:before,
	.menubut:after{
		height: 2px;
	}
	.header .logo p{
		font-family: Microsoft Yahei, "微软雅黑", Arial, "Times New Roman";
		transform: scale(.86);
	}
	.sidebar{
		right: auto !important;
		left: 0;
	}
	.sidebar li{
		font-size: 12px;
		background-size: 40px;
		padding: 0 0 5px 0;
	}
	.sidebar li span{
		font-size: 0.6rem;
		line-height: 12px;
		bottom: 5px;
	}
	.sidebar li{
		width: 40px;
		height: 40px;
	}
	.sidebar li .text,
	.sidebar li img{
		right: 40px;
	}
	.sidebar li .text, .sidebar li img{
		right: auto;
		left: 40px;
	}
}
.swiper-pagination-bullet-active{
	background: #299e59;
}
@media screen and (max-width: 375px) {
	.nbanner{
		margin: 75px auto 0 auto;
	}
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}




























