@charset "utf-8";
/* CSS Document */
*{ margin:0; padding: 0; font-family: Microsoft Yahei, "微软雅黑", Pingfang SC, Helvetica, Arial, "Times New Roman";}
body{ text-align: justify;  max-width: 1920px; margin: 0 auto;}
a{ text-decoration:none; font-size: 16px; color:#000;}
input,select,textarea{ outline:none;  border-radius: 0; -webkit-appearance:none;}
img{ border: 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%; height: 100%; object-fit: cover; overflow: hidden; transition: all 0.3s;transform: scale(1); max-height:100%;}
.swiper-slide img{ width: 100%; display: block;}

input::-webkit-input-placeholder{		color: #888; font-size: 14px; font-family: Microsoft Yahei, "微软雅黑";}
input::-moz-input-placeholder{			color: #888; font-size: 14px; font-family: Microsoft Yahei, "微软雅黑";}
input::-ms-input-placeholder{			color: #888; font-size: 14px; font-family: Microsoft Yahei, "微软雅黑";}
input::-o-input-placeholder{			color: #888; font-size: 14px; font-family: Microsoft Yahei, "微软雅黑";}
textarea::-webkit-input-placeholder{	color: #888; font-size: 14px; font-family: Microsoft Yahei, "微软雅黑";}
textarea::-moz-input-placeholder{		color: #888; font-size: 14px; font-family: Microsoft Yahei, "微软雅黑";}
textarea::-ms-input-placeholder{		color: #888; font-size: 14px; font-family: Microsoft Yahei, "微软雅黑";}
textarea::-o-input-placeholder{			color: #888; font-size: 14px; font-family: Microsoft Yahei, "微软雅黑";}

.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;
}


.swiper-slide{
	display: block;
	height: auto !important;
}
.swiper-container,
.swiper-wrapper{
	height: auto !important;
}



.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 12px;
	background: #fff;
	cursor: pointer;
	opacity: .5;
}

.swiper-active-switch {
	opacity: 1;
}

.pagination {
	position: absolute;
	z-index: 20;
	left: 0;
	width: 100%;
	bottom: 20px;
	text-align: center;
}
.ovh{
	overflow: hidden;
}

.container{
	width: 70%;
	margin: 0 auto;
}
.container img{
	max-width: 100%;
}


.headerbg{
	position: fixed;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}

.menu{
	margin: 0 0 0 5%;
}
.menu li{
	display: block;
	float: left;
	line-height: 100px;
	position: relative;
}
.menu li a{
	display: block;
	color: #282828;
	padding: 0 15px;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.menu>li>ul>li.this a,
.menu>li>ul>li:hover a,
.menu>li.this>a,
.menu>li:hover>a{
	color: #4cb034;
}

.menu>li>.iconfont{
	display: none;
}

.menu>li>ul{
	position: absolute;
	left: -25%;
	top: 100px;
	z-index: 9;
	width: 150%;
	background: #fff;
	display: none;
}
.menu>li>ul>li{
	margin: 0;
	float: none;
	text-align: center;
	line-height: 46px;
	border-bottom: 1px solid #dcdcdc;
}
.menu>li>ul>li:last-child{
	border: none;
}
.menu>li>ul>li a{
	color: #484848;
}
.menu>li>ul>li .iconfont{
	font-size: 20px;
	color: #4cb034;
	margin: 0 8px 0 0;
	display: inline-block;
	vertical-align: middle;
}


.top_tel{
	padding: 21px 0;
}
.top_tel .iconfont{
	font-size: 50px;
	color: #0092db;
	line-height: 56px;
	margin: 0 5px 0 0;
}
.top_tel p{
	font-size: 16px;
	color: #484848;
	line-height: 28px;
}
.top_tel p a{
	color: #4cb034;
	font-size: 22px;
	font-family: "Arial";
	font-weight: bold;
}

.menubut,
.menuclose{
	display: none;
}


.stitle{
	text-align: center;
}
.stitle span{
	display: block;
	font-size: 30px;
	line-height: 30px;
}
.stitle p{
	color: #666666;
	font-size: 16px;
	line-height: 16px;
	margin: 15px 0 0 0;
}


.zyywlist li{
	display: block;
	float: left;
	position: relative;
	width: 19%;
	margin: 0 1.25% 0 0;
}
.zyywlist li:last-child{
	margin: 0;
}
.zyywlist li .ywtext{
	position: absolute;
	width: 90%;
	left: 5%;
	bottom: 8%;
	text-align: center;
}
.zyywlist li .ywtext .iconfont{
	width: 60px;
	line-height: 60px;
	color: #fff;
	background: #4bb034;
	border-radius: 50%;
	text-align: center;
	font-size: 34px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
}
.zyywlist li:nth-child(1) .ywtext .iconfont{
	font-size: 28px;
}
.zyywlist li .ywtext .text{
	color: #fff;
	float: none;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.zyywlist li .ywtext .text strong{
	display: block;
	font-size: 22px;
}
.zyywlist li .ywtext .text p{
	font-size: 12px;
}



.zhstlist li{
	display: block;
	float: left;
	width: 16%;
	margin: 0 .8% 0 0;
}
.zhstlist li:last-child{
	margin: 0;
}
.zhstlist li .pic{
	position: relative;
}
.zhstlist li .pic .iconfont{
	width: 100%;
	line-height: 52px;
	font-size: 52px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -26px;
	color: #fff;
	text-align: center;
}
.zhstlist li:nth-child(2) .pic .iconfont{
	font-size: 60px;
}
.zhstlist li:nth-child(4) .pic .iconfont{
	font-size: 64px;
}
.zhstlist li:nth-child(6) .pic .iconfont{
	font-size: 56px;
}
.zhstlist li p{
	font-size: 18px;
	font-weight: bold;
	color: #282828;
	text-align: center;
	margin: 24px 0 0 0;
	line-height: 20px;
}

.glywlist li{
	display: block;
	float: left;
	width: 16.666%;
}
.glywlist li .pic{
	width: 36%;
	margin: 0 auto;
}
.glywlist li p{
	font-size: 22px;
	line-height: 22px;
	margin: 20px 0 0 0;
	text-align: center;
}


.aboutbg{
	background: #f4f4f4;
}

.about{
	width: 45%;
	margin: 20px 0 0 0;
}
.about h1{
	font-size: 18px;
	color: #282828;
	font-weight: normal;
}
.about .text{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	text-indent: 2em;
	margin: 15px 0 30px 0;
}
.about .more{
	display: block;
	width: 130px;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
	border-radius: 22px;
	background: #4cb034;
	text-align: center;
}

.aboutpic{
	width: 50%;
}


.aboutnum li{
	display: block;
	width: 20%;
	float: left;
	text-align: center;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.aboutnum li:last-child{
	border: none;
}
.aboutnum li .iconfont{
	display: inline-block;
	vertical-align: middle;
	font-size: 52px;
	margin: 0 20px 0 0;
	color: #4cb034;
	line-height: 56px;
}
.aboutnum li .text{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.aboutnum li .text .num{
	font-size: 34px;
	font-family: "Arial";
	color: #282828;
	line-height: 30px;
	height: 30px;
}
.aboutnum li .text .num font{
	font-size: 16px;
}
.aboutnum li .text p{
	font-size: 16px;
	color: #888888;
	line-height: 16px;
	margin: 10px 0 0 0;
}


.caselist li{
	display: block;
	float: left;
	width: 23.5%;
	margin: 0 2% 0 0;
}
.caselist li:last-child{
	margin: 0;
}
.caselist li p{
	color: #484848;
	font-size: 16px;
	text-align: center;
	margin: 10px 0 0 0;
}


.cuslogoslide li .pic{
	margin: 12px 6px;
	border: 1px solid #e5e5e5;
}



.newspic{
	width: 48.5%;
	position: relative;
}
.newspic .pic{
	height: 365px;
}
.newspic p{
	position: absolute;
	width: 90%;
	padding: 0 5%;
	left: 0;
	bottom: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	background: rgba(76,176,52,.9);
}




.newslist{
	width: 48.5%;
}

.newslist li{
	display: block;
	border-top: 1px solid #e5e5e5;
	padding: 28px 0;
}
.newslist li:last-child{
	border-bottom: 1px solid #e5e5e5;
}
.newslist li .date{
	width: 14%;
	float: left;
	text-align: center;
	border-right: 1px solid #eeeeee;
	box-sizing: border-box;
}
.newslist li .date span{
	display: block;
	color: #282828;
	font-size: 44px;
	font-family: "Arial";
}
.newslist li .date p{
	color: #666;
	font-size: 12px;
	font-family: "Arial";
}
.newslist li .text{
	width: 82%;
	float: left;
	padding: 0 0 0 3%;
}
.newslist li .text span{
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #282828;
	line-height: 34px;
}
.newslist li .text p{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}



.contactbg{
	padding: 80px 0 0 0;
	background: url("../images/bg_contact.jpg") #222222 center top no-repeat;
}
.contactbg .stitle *{
	color: #fff;
}

.contact{
	padding: 0 5%;
	width: 40%;
}
.contacttext{
	display: table;
	margin: 0 auto;
}


.contactbg1{
	background: #fff;
	padding: 50px 0;
}
.contacttext .pic{
	display: table;
	margin: 25px 0 0 0;
	border: 1px solid #e5e5e5;
}
.contacttext p{
	width: 110px;
	text-align: center;
	font-size: 14px;
	color: #777777;
	margin: 8px 0 0 0;
}

.contitle{
	font-size: 24px;
	margin: 0 0 25px 0;
}
.contacttext h3{
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 15px 0;
}
.contacttext li{
	line-height: 30px;
	font-size: 18px;
	color: #777777;
	display: block;
}
.contacttext li .iconfont{
	font-size: 17px;
	color: #000;
	margin: 0 10px 0 0;
}


.message{
	width: 45%;
	padding: 0 5% 0 0;
}
.message li{
	display: block;
	margin: 0 0 12px 0;
	position: relative;
}
.message li input[type="text"]{
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	height: 34px;
	border: 1px solid #dcdcdc;
}
.message li textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
	height: 120px;
	border: 1px solid #dcdcdc;
}

.message li input[type="button"]{
	width: 100%;
	height: 36px;
	background: #4cb034;
	color: #fff;
	border: none;
	font-size: 16px;
	cursor: pointer;
}
.message li img{
	position: absolute;
	width: 82px;
	height: 35px;
	right: 0;
	bottom: 0;
	background: #dcdcdc;
}


.footerbg{
	padding: 50px 0 0 0;
	background: #222222;
}
.fcontact{
}
.fcontact p{
	font-size: 22px;
	line-height: 32px;
	color: #cccccc;
}
.fcontact p a{
	font-size: 22px;
	color: #4cb034;
	font-family: "Arial";
}


.sharelink a{
	display: block;
	float: left;
	margin: 0 10px 0 0;
	background: #434343;
	border-radius: 50%;
	width: 44px;
	line-height: 44px;
}
.sharelink a .iconfont{
	font-size: 20px;
	color: #fff;
	text-align: center;
}


.fmenu{
	color: #fff;
	border-left: 1px solid #535353;
	padding: 0 0 0 5%;
}
.fmenu a{
	color: #bab9b9;
	font-size: 14px;
}
.fmenu ul{
	float: left;
	margin: 0 0 0 100px;
}
.fmenu ul li{
	display: block;
	line-height: 30px;
}


.cr{
	line-height: 40px;
	padding: 0 0 20px 0;
	font-size: 14px;
	color: #888;
	text-align: center;
	border-top: 1px solid #434343;
}
.cr a{
	font-size: 14px;
	color: #888;
}


.bannerbg,
.nbanner,
.listbanner{
	height: 400px;
	background-image: url("../images/banner_about.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bannertext{
	width: 100%;
	height: 400px;
	display: table;
}
.bannertext .text{
	display: table-cell;
	vertical-align: middle;
}
.bannertext .text h2{
	font-size: 46px;
	color: #fff;
	line-height: 46px;
	font-weight: normal;
}
.bannertext .text .bnav{
	margin: 15px 0 0 0;
}
.bannertext .text .bnav a{
	color: #fff;
	font-size: 16px;
}


.nabout{
	font-size: 16px;
	line-height: 30px;
	color: #282828;
}


.naboutpiclist li{
	display: block;
}
.naboutpiclist li .pic{
	height: 356px;
	width: 50%;
}
.naboutpiclist li .lntext{
	height: 356px;
	width: 50%;
	display: table;
}
.naboutpiclist li .lntext .text{
	display: table-cell;
	vertical-align: middle;
	padding: 0 10%;
	width: 80%;
}
.naboutpiclist li .lntext .text span{
	display: block;
	font-size: 24px;
	color: #4cb034;
	line-height: 30px;
	margin: 0 0 25px 0;
}
.naboutpiclist li .lntext .text p{
	font-size: 16px;
	line-height: 30px;
	color: #484848;
}
.naboutpiclist li:nth-child(2n) .lntext{
	float: left;
}
.naboutpiclist li:nth-child(2n) .pic{
	float: right;
}

.nzzjg img{
	max-width: 100%;
}


.nqywh li .lntext .text span .iconfont{
	color: #a7a7a7;
	font-size: 30px;
	margin: 0 0 0 5px;
	display: inline-block;
	vertical-align: text-bottom;
}
.nqywh li:nth-child(1) .lntext .text span .iconfont{
	font-size: 36px;
}

.nqywh li .lntext{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nqywh li .lntext .text{
	display: table;
	width: auto;
	margin: 0 auto;
}


@font-face {
  font-family: "pmzdbt";
  src: url('../fonts/pmzdbt.ttf') format('truetype');
}

.ndevul{
	overflow: hidden;
}
.ndevul li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 0 0 40px 0;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.ndevul li:last-child{
	padding: 0;
}
.ndevul li .year{
	width: 40%;
	word-break: keep-all;
	font-family: "pmzdbt";
	font-size: 38px;
	color: #333;
	line-height: 30px;
	text-align: left;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.ndevul li .circle{
	width: 17px;
	height: 17px;
	border-radius: 50%;
	border: 5px solid #5e5e5e;
	position: relative;
	margin: 0 1%;
	background: #fff;
	z-index: 2;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.ndevul li:hover .circle{
	border: 5px solid #4cb034;
}
.ndevul li:hover .text,
.ndevul li:hover .year{
	color: #4cb034;
}
.ndevul li:before{
	content: '';
	display: block;
	position: absolute;
	top: 23px;
	left: 50%;
	width: 3px;
	height: 1000%;
	margin-left: -1.5px;
	background: #dddddd;
	z-index: 1;
}
.ndevul li:last-child:before{
	display: none;
}
.ndevul li .text{
	color: #484848;
	font-size: 18px;
	line-height: 34px;
	width: 40%;
	margin: -6px 0 0 0;
	text-align: right;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.ndevul li:nth-child(2n) .text{
	text-align: left;
}
.ndevul li:nth-child(2n) .year{
	text-align: right;
}



.npiclist li{
	display: block;
	float: left;
	width: 31%;
	margin: 0 3.5% 2% 0;
}
.npiclist li:nth-child(3n){
	margin: 0 0 2% 0;
}
.npiclist li .pic{
	border: 10px solid #391d03;
}
.npiclist li p{
	color: #484848;
	font-size: 18px;
	text-align: center;
	margin: 15px 0 0 0;
}

.nequip li .pic{
	border: none;
}



.ncontacttext h1{
	font-size: 24px;
	color: #4cb034;
	line-height: 24px;
	margin: 60px 0 0 0;
}
.ncontacttext .text{
	font-size: 16px;
	line-height: 30px;
	color: #484848;
}



.nmap{
	overflow: hidden;
}
.nmap iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}




.ncate{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}
.ncate li{
	line-height: 80px;
	display: block;
	text-align: center;
	float: left;
}
.ncate li a{
	font-size: 16px;
	color: #484848;
	display: block;
}
.ncate li:hover a,
.ncate li.this a{
	color: #4cb034;
}
.ncate_one li  { width: 100%; }
.ncate_two li  { width: 50%; }
.ncate_three li{ width: 33.333%; }
.ncate_four li { width: 25%; }
.ncate_five li { width: 20%; }
.ncate_six li  { width: 16.666%; }


.nglyw li{
	display: block;
}
.nglyw li .ywtitle{
	display: table;
	margin: 0 auto;
	border-bottom: 1px solid #4cb034;
	line-height: 48px;
	font-size: 30px;
}
.nglyw li .text{
	font-size: 16px;
	color: #484848;
	line-height: 30px;
	text-align: center;
}



.ywpiclist .pic{
	float: left;
	width: 49%;
	margin: 0 2% 2% 0;
}
.ywpiclist .pic:nth-child(2n){
	margin: 0 0 2% 0;
}



.jdgl .jdli{
	width: 17%;
	float: left;
	text-align: center;
	margin: 0 3.75% 0 0;
}
.jdgl .jdli:last-child{
	margin: 0;
}
.jdgl .jdli .pic{
	width: 63%;
	margin: 0 auto;
}
.jdgl .jdli span{
	font-size: 18px;
	color: #333333;
	display: block;
	margin: 10px 0 15px 0;
}
.jdgl .jdli p{
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}



.xcgllist .pic{
	width: 24%;
	float: left;
	position: relative;
	margin: 0 1.333% 0 0;
}
.xcgllist .pic:last-child{
	margin: 0;
}
.xcgllist .pic .text{
	position: absolute;
	padding: 5%;
	left: 0;
	bottom: 0;
	color: #fff;
	width: 90%;
	text-align: left;
}
.xcgllist .pic .text span{
	font-size: 18px;
}
.xcgllist .pic .text p{
	font-size: 14px;
	line-height: 24px;
	margin: 5px 0 0 0;
}




.thyflist .pic{
	width: 30%;
	margin: 0 5% 0 0;
	float: left;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
}
.thyflist .pic:last-child{
	margin: 0;
}



.nnews li{
	display: block;
	margin: 0 0 40px 0;
}
.nnews li:last-child{
	margin: 0;
}
.nnews li .pic{
	width: 33%;
	height: 230px;
}
.nnews li .pic img{
	object-position: center;
}
.nnews li .text{
	width: 63%;
	margin: 30px 0 0 0;
}
.nnews li .text span{
	font-size: 20px;
	line-height: 24px;
	color: #282828;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nnews li .text p{
	font-size: 16px;
	line-height: 24px;
	color: #484848;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin: 20px 0;
}
.nnews li .text .date{
	font-size: 20px;
	color: #484848;
	padding: 25px 0 0 0;
	border-top: 2px solid #c8c8c8;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nnews li:hover .text span{
	color: #64bb4f;
}
.nnews li:hover .text .date{
	border-top: 2px solid #64bb4f;
}





.yjtype li{
	display: block;
	float: left;
	width: 20%;
}
.yjtype li .pic{
	width: 50%;
	margin: 0 auto;
	max-width: 130px;
}
.yjtype li p{
	font-size: 16px;
	color: #484848;
	text-align: center;
	margin: 20px 0 0 0;
}

.yjpic li{
	display: block;
	background-color: #f3f3f3;
}
.yjpic li .pic{
	float: left;
	width: 50%;
	height: 430px;
}
.yjpic li .yjtext{
	float: right;
	width: 50%;
	height: 430px;
	display: table;
}
.yjpic li:nth-child(2n) .pic{
	float: right;
}
.yjpic li:nth-child(2n) .yjtext{
	float: left;
}
.yjpic li .yjtext .text{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.yjpic li .yjtext .text .text1{
	display: table;
	margin: 0 auto;
}
.yjpic li .yjtext .text .text1 span{
	font-size: 24px;
	font-weight: bold;
	color: #4cb034;
	display: block;
	margin: 0 0 20px 0;
}
.yjpic li .yjtext .text .text1 p{
	font-size: 18px;
	line-height: 52px;
	color: #484848;
}



#wxcode{
	display: none;
	width: 200px;
	height: 230px;
	position: fixed;
	top: 50%;
	left:50%;
	margin-left: -116px;
	margin-top: -131px;
	z-index: 9;
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px;
}
#wxcode p{
	line-height: 14px;
	font-size: 14px;
	margin: 0 0 10px 0;
}
#wxcode .close{
	width: 20px;
	height: 20px;
	line-height: 16px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	right: 11px;
	top: 12px;
	cursor: pointer;
}
#wxcode1{
	display: none;
	width: 200px;
	height: 230px;
	position: fixed;
	top: 50%;
	left:50%;
	margin-left: -116px;
	margin-top: -131px;
	z-index: 9;
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px;
}
#wxcode1 p{
	line-height: 14px;
	font-size: 14px;
	margin: 0 0 10px 0;
}
#wxcode1 .close1{
	width: 20px;
	height: 20px;
	line-height: 16px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	right: 11px;
	top: 12px;
	cursor: pointer;
}







.glywlist li:hover .pic,
.jdgl .jdli:hover .pic,
.zyywlist li:hover .iconfont{
	-webkit-animation: 	icon-bounce 0.5s alternate;
	-moz-animation: 	icon-bounce 0.5s alternate;
	-ms-animation: 		icon-bounce 0.5s alternate;
	-o-animation: 		icon-bounce 0.5s alternate;
	animation: 			icon-bounce 0.5s alternate;
}




.nnews li:hover .pic img,
.zyywlist li:hover .pic img{
	-webkit-transform: 	scale(1.1);
	-moz-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}













@media screen and (max-width: 1750px) {
	.container{
		width: 80%;
	}
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1520px) {
	.container{
		width: 85%;
	}
}
@media screen and (max-width: 1440px) {
	.logo{
		width: 200px;
		height: 86px;
	}
	.top_tel .iconfont{
		font-size: 42px;
	}
	.top_tel{
		padding: 15px 0;
	}
	.top_tel p{
		font-size: 15px;
	}
	.top_tel p a{
		font-size: 18px;
	}
	.menu li{
		line-height: 86px;
	}
	.menu li a{
		padding: 0 10px;
	}
	.fmenu ul{
		margin: 0 0 0 70px;
	}
	.naboutpiclist li .lntext .text span{
		font-size: 22px;
	}
	.naboutpiclist li .lntext .text p{
		font-size: 14px;
	}
}
@media screen and (max-width: 1366px) {
	.naboutpiclist li .lntext .text{
		padding: 0 5%;
		width: 90%;
	}
	.nqywh li .lntext .text{
		width: auto;
	}
}
@media screen and (max-width: 1290px) {
	.container{
		width: 90%;
	}
}
@media screen and (max-width: 1250px) {
	.zyywlist li .ywtext .iconfont{
		width: 50px;
		line-height: 50px;
		font-size: 28px;
	}
	.zyywlist li:nth-child(1) .ywtext .iconfont{
		font-size: 24px;
	}
	.zyywlist li .ywtext{
		width: 96%;
		left: 2%;
	}
	.zyywlist li .ywtext .text strong{
		font-size: 17px;
	}
	.zyywlist li .ywtext .iconfont{
		width: 34px;
		line-height: 34px;
		margin: 0 5px 0 0;
		font-size: 20px;
	}
	.zyywlist li:nth-child(1) .ywtext .iconfont{
		font-size: 17px;
	}
}
@media screen and (max-width: 1200px) {
	.logo{
		width: 160px;
		height: 69px;
	}
	.menu{
		margin: 0 0 0 3%;
	}
	.menu li{
		line-height: 69px;
	}
	.menu li a{
		font-size: 14px;
	}
	.top_tel{
		padding: 11px 0;
	}
	.top_tel p{
		line-height: 24px;
		font-size: 14px;
	}
	.top_tel p a{
		font-size: 16px;
	}
	.top_tel .iconfont{
		line-height: 48px;
		font-size: 40px;
	}
	.fmenu ul{
		margin: 0 0 0 50px;
	}
	.fmenu{
		padding: 0;
	}
}
@media screen and (max-width: 1024px) {
	.zhstlist li p{
		font-size: 17px;
		margin: 10px 0 0 0;
	}
	.aboutnum li .iconfont{
		font-size: 40px;
		margin: 0 10px 0 0;
	}
	.aboutnum li .text .num{
		font-size: 28px;
	}
	.newspic .pic{
		height: 286px;
	}
	.newspic p{
		font-size: 16px;
		line-height: 50px;
	}
	.newslist li{
		padding: 15px 0;
	}
	.contacttext li{
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.header{
		position: fixed;
		left: 0;
		top: 0;
		background-color: #fff;
		margin: 0;
		padding: 10px 5%;
		z-index: 9999;
		box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	}
	.menu{
		display: none;
		position: fixed;
		right: 0;
		width: 30%;
		height: 100%;
		background-color: #fff;
		margin: 0;
		padding: 0;
		z-index: 9999;
		box-shadow: -5px 5px 12px 0 rgba(0,0,0,0.15);
	}
	.menu li{
		width: 100%;
		float: none;
		text-align: center;
		line-height: 40px;
		border-bottom: 1px solid #cecece;
	}
	.menu li a{
		padding: 0;
	}
	.top_tel{
		float: left;
		margin: 0 0 0 5%;
	}
	.menubut{
		display: block;
		font-size: 34px;
		position: absolute;
		right: 5%;
		top: 50%;
		margin-top: -17px;
		-webkit-transition: all 0.3s;
		-moz-transition: 	all 0.3s;
		-ms-transition: 	all 0.3s;
		-o-transition: 		all 0.3s;
		transition: 		all 0.3s;
	}
	.menuclose{
		display: block;
		font-size: 30px;
		position: absolute;
		right: 5%;
		top: 50%;
		margin-top: -15px;
		transform: scale(0);
		opacity: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: 	all 0.3s;
		-ms-transition: 	all 0.3s;
		-o-transition: 		all 0.3s;
		transition: 		all 0.3s;
	}
	.zhstlist li{
		width: 32%;
		margin: 0 2% 2% 0;
	}
	.zhstlist li:nth-child(3n){
		margin: 0 0 2% 0;
	}
	.zyywlist li{
		margin: 0 2% 2% 0;
		width: 23.5%;
	}
	.zyywlist li:nth-child(1){
		width: 49%;
	}
	.zyywlist li:nth-child(3){
		margin: 0 0 2% 0;
	}
	.glywlist li p{
		font-size: 18px;
	}
	.about{
		width: 100%;
		float: none;
		margin: 0;
	}
	.aboutpic{
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}
	.aboutnum li .iconfont{
		font-size: 34px;
		margin: 0 5px 0 0;
	}
	.aboutnum li .text .num{
		font-size: 20px;
	}
	.aboutnum li .text p{
		font-size: 14px;
		margin: 0;
	}
	.newslist li{
		padding: 10px 0;
	}
	.newslist li .date span{
		font-size: 30px;
	}
	.newslist li .date{
		width: 20%;
	}
	.newslist li .text{
		width: 77%;
	}
	.newslist li .text span{
		font-size: 14px;
		line-height: 28px;
	}
	.newslist li .text p{
		font-size: 12px;
	}
	.newspic .pic{
		height: 208px;
	}
	.newspic p{
		line-height: 40px;
		font-size: 14px;
	}
	.contacttext h3{
		font-size: 16px;
	}
	.contacttext li{
		font-size: 14px;
	}
	.contact{
		width: 44%;
		padding: 0 3%;
	}
	.message{
		padding: 0 3% 0 0;
		width: 47%;
	}
	.fmenu{
		display: none;
	}
	.fcontact{
		display: table;
		text-align: center;
		margin: 0 auto;
		float: none;
	}
	.menu>li>ul{
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
	}
	.menu>li>ul>li{
		line-height: 30px;
		border: none;
	}
	.menu>li>ul>li a{
		font-size: 12px;
	}
	.zyywlist li .ywtext{
		bottom: 20px;
	}
	.zyywlist li .ywtext .iconfont{
		float: none;
		margin: 0 auto;
		display: block;
	}
	.zyywlist li .ywtext .text{
		float: none;
		display: block;
		text-align: center;
	}


	.bannerbg,
	.nbanner,
	.listbanner,
	.bannertext{
		height: 300px;
	}
	
	.p60,
	.p70,
	.p80,
	.p90,
	.p100{
		padding: 40px 0;
	}

	.mt60,
	.mt70,
	.mt80,
	.mt90,
	.mt100{
		margin-top: 40px !important;
	}


	.menu li.this ul{
		display: block;
	}

	.naboutpiclist li .pic,
	.naboutpiclist li .lntext{
		height: 240px;
	}
	.naboutpiclist li .lntext .text span{
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	.naboutpiclist li .lntext .text p{
		line-height: 24px;
	}


	.ndevul li .year{
		font-size: 30px;
	}


	.ncate li{
		line-height: 60px;
	}

	.nglyw li .ywtitle{
		font-size: 26px;
	}
	.nglyw li .text{
		font-size: 14px;
	}

	.yjtype li p{
		font-size: 14px;
	}
	.yjpic li .pic,
	.yjpic li .yjtext{
		height: 230px;
	}
	.yjpic li .yjtext .text .text1 span{
		font-size: 20px;
	}
	.yjpic li .yjtext .text .text1 p{
		font-size: 16px;
		line-height: 36px;
	}
	.nnews li .text{
		margin: 10px 0 0 0;
	}
	.nnews li .text span{
		font-size: 18px;
	}
	.nnews li .text p{
		font-size: 14px;
		margin: 10px 0;
	}
	.nnews li .text .date{
		padding: 15px 0;
		font-size: 16px;
	}
	.nnews li .pic{
		height: 160px;
	}
	.ncontacttext h1{
		margin: 0;
	}
	.ncontact .pic{
		margin: 20px 0 0 0;
	}
	.jdgl .jdli span{
		font-size: 14px;
		margin: 10px 0;
	}
	.jdgl .jdli p{
		font-size: 12px;
		line-height: 20px;
	}

}
.pcv{}
.wapv{
	display: none;
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 460px) {
	.menu{
		width: 40%;
	}
	.top_tel{
		display: none;
	}
	.pcv{
		display: none;
	}
	.wapv{
		display: block;
	}
	.stitle span{
		font-size: 22px;
		line-height: 22px;
	}
	.stitle p{
		font-size: 12px;
		margin: 10px 5% 0 5%;
	}

	.zyywlist li:nth-child(1){
		width: 100%;
		margin: 0 0 2% 0;
	}
	.zyywlist li{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.zhstlist li p{
		font-size: 12px;
		margin: 5px 0 0 0;
	}
	.zhstlist li .pic .iconfont{
		font-size: 44px;
	}

	.glywlist li{
		width: 33.333%;
		margin: 0 0 20px 0;
	}
	.glywlist li p{
		font-size: 14px;
		line-height: 14px;
		margin: 10px 0 0 0;
	}
	.about h1{
		text-align: center;
	}
	.about .more{
		margin: 0 auto;
	}
	.aboutnum li .text p{
		font-size: 12px;
		text-align: center;
	}
	.aboutnum li .iconfont{
		display: block;
		line-height: 30px;
		font-size: 26px
	}
	.aboutnum li .text .num{
		font-size: 16px;
		line-height: 20px;
		height: 20px;
	}

	.caselist li{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.caselist li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.caselist li p{
		margin: 5px 0 10px 0;
		font-size: 14px;
	}

	.newspic{
		width: 100%;
	}
	.newslist{
		width: 100%;
		margin: 20px 0 0 0;
	}

	.mt40{
		margin-top: 20px !important;
	}
	.contact{
		width: 100%;
		padding: 0;
		float: none;
	}
	.contacttext{
		width: 90%;
		display: block;
	}
	.message{
		width: 90%;
		padding: 0;
		margin: 20px auto 0 auto;
		float: none;
	}
	.contactbg1{
		padding: 40px 0;
	}
	.cr{
		font-size: 12px;
		line-height: 20px;
		padding: 10px 0 20px 0;
	}
	.cr a{
		font-size: 12px;
	}
	.sharelink{
		display: none;
	}

	.bannerbg,
	.nbanner,
	.listbanner,
	.bannertext{
		height: 200px;
	}
	.logo{
		width: 140px;
		height: 60px;
	}
	.bannertext .text h2{
		font-size: 24px;
		line-height: 26px;
	}
	.bannertext .text .bnav{
		margin: 5px 0 0 0;
	}
	.bannertext .text .bnav a{
		font-size: 12px;
	}



	.naboutpiclist li .lntext{
		height: auto;
		width: 100%;
		float: none;
	}
	.naboutpiclist li .pic{
		height: auto;
		float: none;
		width: 100%;
	}
	.naboutpiclist li .lntext .text{
		width: 100%;
		padding: 20px 0;
	}
	.ndevul li{
	}
	.ndevul li .circle{
		width: 8px;
		height: 8px;
		border: 3px solid #5e5e5e;
		margin: 0 4%;
	}
	.ndevul li .text{
		width: 46%;
		font-size: 14px;
		line-height: 24px;
	}
	.ndevul li .year{
		width: 46%;
		font-size: 18px;
		line-height: 18px;
	}
	.ndevul li:before{
		top: 15px;
		margin-left: -1px;
		width: 2px;
	}

	.npiclist li,
	.npiclist li:nth-child(3){
		width: 49%;
		margin: 0 2% 3% 0;
	}
	.npiclist li:nth-child(2n){
		margin: 0 0 3% 0;
	}
	.npiclist li .pic{
		border: 5px solid #391d03;
	}
	.npiclist li p{
		margin: 5px 0 0 0;
		font-size: 14px;
	}

	.ncate .container{
		width: 96%;
	}
	.ncate li{
		line-height: 40px;
	}
	.ncate li a{
		font-size: 13px;
	}
	.mt60{
		margin-top: 20px !important;
	}
	.nglyw li .ywtitle{
		font-size: 20px;
		line-height: 22px;
		padding: 0 0 5px 0;
	}

	.nglyw li .text{
		text-align: left;
	}

	.jdgl .jdli{
		width: 32%;
		margin: 0 2% 5% 0;
	}
	.jdgl .jdli:nth-child(3){
		margin: 0 0 5% 0;
	}

	.jdgl .jdli:nth-child(4){
		width: 49%;
	}
	.jdgl .jdli:nth-child(5){
		width: 49%;
	}
	.jdgl .jdli:nth-child(4) .pic,
	.jdgl .jdli:nth-child(5) .pic{
		width: 41%;
	}

	.xcgllist .pic{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.xcgllist .pic:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.xcgllist .pic .text span{
		font-size: 14px;
	}
	.xcgllist .pic .text p{
		font-size: 12px;
		line-height: 17px;
		height: auto !important;
	}

	.yjtype li{
		width: 33.333%;
		margin: 0 0 5% 0;
	}
	.yjtype li:nth-child(3){
		margin: 0 0 5% 0;
	}

	.yjtype li:nth-child(4){
		width: 49%;
	}
	.yjtype li:nth-child(5){
		width: 49%;
	}
	.yjtype li:nth-child(4) .pic,
	.yjtype li:nth-child(5) .pic{
		width: 34%;
	}

	.yjtype li p{
		height: 38px;
		margin: 10px 0 0 0;
	}

	.yjpic li .pic{
		width: 100%;
		float: none;
		height: auto;
	}

	.yjpic li .yjtext{
		width: 100%;
		float: none;
		height: auto;
		padding: 20px 0;
	}
	.yjpic li .yjtext .text{
		text-align: center;
	}
	.yjpic li .yjtext .text .text1 span{
		font-size: 17px;
		margin: 0 0 10px 0;
	}
	.yjpic li .yjtext .text .text1 p{
		font-size: 12px;
		line-height: 20px;
	}

	.nequip li .pic {
		border: none;
	}
	.nnews li .text .date{
		display: none;
	}
	.nnews li .text span{
		font-size: 16px;
	}
	.nnews li .text p{
		font-size: 12px;
		margin: 5px 0 0 0;
		line-height: 20px;
	}

	.nnews li .pic{
		width: 42%;
		height: 90px;
	}
	.nnews li .text{
		width: 54%;
	}
	.nnews li{
		margin: 0 0 20px 0;
	}
	.ncontacttext h1{
		font-size: 20px;
	}




}
@media screen and (max-width: 428px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
	.nabout{
		font-size: 14px;
		line-height: 26px;
	}
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}

























