/*轮播图*/

.lunbo-slide {
	width: 100%;
}
.lunbo-list {
	width: 100%;
}
.lunbo-list a {
	display: block;
	width: 100%;
}
.lunbo-list a img {
	display: block;
	width: 100%;
	height: 500px;
}
.lunbo-prev {
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
	background-image: linear-gradient(to right, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-size: auto auto;
	margin-top: 0;
	opacity: 0.3;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.lunbo-next {
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	background-image: linear-gradient(to right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-size: auto auto;
	margin-top: 0;
	opacity: 0.3;
}
.lunbo-prev:hover {
	opacity: 1;
}
.lunbo-next:hover {
	opacity: 1;
}
.lunbo-box span {
	width: 15px;
	height: 15px;
	background: #666;
	opacity: 1;
	margin: 0 10px!important;
}
.lunbo-box .swiper-pagination-bullet-active {
	background: #f4a814;
}
/* 搜索 */

.ss-wai {
	height: 90px;
	padding: 27px 0;
}
.ss-wai .container {
	overflow: hidden;
}
.ss-left {
	float: left;
}
.ss-left ul {
	overflow: hidden;
}
.ss-list {
	float: left;
}
.ss-list a {
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 36px;
	padding-right: 35px;
}
.ss-list:first-child a {
	font-size: 16px;
	font-weight: bold;
	padding-right: 5px;
	color: #3e9f36;
}
.ss-right {
	overflow: hidden;
	float: right;
}
.ss-input {
	float: left;
}
.ss-input input {
	display: inline-block;
	width: 235px;
	height: 36px;
	text-indent: 2em;
	background: #f5f5f5;
	border-radius: 30px 0 0 30px;
}
.ss-img {
	float: left;
	text-align: center;
	border-radius: 0 30px 30px 0;
	background: #f5f5f5;
}
.ss-img a {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 35px;
}
.ss-img img {
	display: inline-block;
}
/*产品*/

.product-wai {
	background: #f5f5f5;
	padding-top: 50px;
	padding-bottom: 50px;
}
.product-wai .container {
}
.product-left {
	width: 300px;
	float: left;
}
.pro-top {
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.pro-top h1 {
	color: #222;
	font-size: 24px;
	text-align: left;
	font-weight: normal;
	letter-spacing: 2px;
	position: relative;
}
.pro-top h1:after {
	content: '';
	display: block;
	width: 22px;
	height: 1px;
	background: #222;
	position: absolute;
	top: 50%;
	left: -35px;
}
.pro-top p {
	color: #444;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 4px;
}
.pro-ul1 {
	margin-top: 22px;
	width: 100%;
}
.pro-list1 {
	color: #fff;
	background: #333;
	font-size: 18px;
	line-height: 39px;
	cursor: pointer;
}
.pro-ul2 {
	padding-right: 80px;
	background: #fff;
	/*padding-left: 50px;*/

	padding-top: 15px;
	padding-bottom: 10px;
	display: none;
}
.pro-list2 {
	width: 100%;
	/*list-style: disc;*/

	border-radius: 0 30px 30px 0;
	color: #666;/*font-size: 14px;*/

}
.pro-list2 a {
	display: block;
	text-align: left;
	color: #666;
	font-size: 14px;
	padding-left: 50px;
	position: relative;
}
.pro-list2 a:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #666;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 35px;
	border-radius: 50%;
}
.pro-active {
	background: #3e9f36;
}
.pro-active .pro-ul2 {
	display: block;
}
.pro-list2:hover {
	color: #fff;
	background: #f4a814;
}
.pro-list2:hover a {
	color: #fff;
}
.pro-list2:hover a:after {
	background: #fff;
}
.product-right {
	width: 870px;
	float: right;
}
.product-right ul {
	overflow: hidden;
	width: 100%;
}
.product-right ul li {
	width: 280px;
	margin-right: 15px;
	background: #fff;
	float: left;
}
.product-right ul li:nth-child(-n+3) {
	margin-bottom: 35px;
}
.product-right ul li:nth-child(3n) {
	margin-right: 0;
}
.product-right ul li a {
	display: block;
	padding-bottom: 30px;
}
.product-right ul li a span {
	display: block;
}
.product-right ul li a span img {
	display: block;
	width: 100%;
	height: 188px;
}
.product-right ul li a h3 {
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	height: 46px;
	padding: 8px 20px;
	font-weight: normal;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product-right ul li a p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	padding: 5px 20px 0px;
	height: 53px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.product-right ul li:hover {
	background: #f4a814;
}
.product-right ul li:hover h3, .product-right ul li:hover p {
	color: #fff;
}
/*s产品*/

.spro-wai {
	padding-top: 40px;
}
.spro-wai h3{
	font-size:36px;
	color:#3e9f36;
	text-align:center;	
}
.spr-s{
	font-size:16px;
	color:#888;
	text-align:center
}
.spro-ul {
	overflow: hidden;
	padding-top:20px;
}
.spro-ul li {
	width: 580px;
	height: 208px;
	float: left;
	margin-right: 40px;
	background: #f5f5f5;
}
.spro-ul li:nth-child(-n+2) {
	margin-bottom: 20px;
}
.spro-ul li:nth-child(2n) {
	margin-right: 0;
}
.spro-ul li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.spro-ul li a>span {
	display: block;
	padding: 10px 22px 10px 10px;
	float: left;
}
.spro-ul li a span img {
	display: block;
	width: 232px;
	height: 189px;
}
.spri-right {
	float: left;
	padding: 20px 17px 0 0;
	width: 316px;
}
.spri-right span:first-child {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	margin-bottom: 5px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 30px;
}
.spri-right p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.spri-right span:last-child {
	display: block;
	width: 108px;
	height: 27px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background: #3e9f36;
	border-radius: 5px;
	margin-top: 30px;
}
.spro-ul li:hover {
	background: #3e9f36;
}
.spro-ul li:hover .spri-right span {
	color: #fff;
}
.spro-ul li:hover .spri-right p {
	color: #fff;
}
.spro-ul li:hover .spri-right span:last-child {
	background: #f4a814;
}
/*选择禾聚*/

.xzhj-wai {
	padding-top: 40px;
	padding-bottom: 45px;
	position: relative;
	height: 580px;
}
.xzhj-left {
	width: 600px;
	position: absolute;
	right: 50%;
}
.xzhj-left-top h1 {
	color: #3e9f36;
	font-size: 42px;
}
.xzhj-left-top {
	position: relative;
}
.xzhj-left-top h1 b {
	color: #f4a814;
}
.xzhj-left-top h1 span {
	display: inline-block;
	font-size: 42px;
	color: #dadada;
	text-transform: uppercase;
	font-weight: 500;
}
.xzhj-left-top p {
	font-size: 30px;
	color: #6c6c6c;
	letter-spacing: 8px;
}
.xzhj-left-top img {
	position: absolute;
	right: 50px;
	top: 30px;
}
.xzhj-left-center {
	margin-top: 40px;
	margin-bottom: 55px;
}
.xzhj-left-center ul li {
	overflow: hidden;
	margin-bottom: 25px;
}
.question-left {
	float: left;
	width: 170px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #c3c3c3;
	font-size: 14px;
	color: #333;
	padding-left: 50px;
	position: relative;
}
.xzhj-left-center ul li:nth-child(1) .question-left {
	background: url("../images/jdbdb.png") no-repeat 13px 7px;
}
.xzhj-left-center ul li:nth-child(2) .question-left {
	background: url("../images/xjbd.png") no-repeat 13px 7px;
}
.xzhj-left-center ul li:nth-child(3) .question-left {
	background: url("../images/pzmbz.png") no-repeat 13px 7px;
}
.xzhj-left-center ul li:nth-child(4) .question-left {
	background: url("../images/fyxlm.png") no-repeat 13px 7px;
}
.question-right {
	float: left;
	margin-left: 18px;
	font-size: 15px;
	color: #252525;
	line-height: 39px;
}
.question-right b {
	font-size: 18px;
}
.question-right u {
	text-decoration: none;
	color: #f4a814;
}
.xzhj-left>a {
	width: 93%;
	height: 46px;
	line-height: 44px;
	/*background-color: ;*/

	border-radius: 30px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background: url("../images/xzhj-jt.png") no-repeat 85% 9px #3e9f36;
}
.xzhj-right {
	width: 50%;
	background: url("../images/renwu-bj.png") no-repeat 563px 57px #3e9f36;
	position: absolute;
	left: 50%;
	height: 495px;
}
.xzhj-slide {
	/*padding: 30px 0 0 26px;*/

	width: 507px;
	margin: 0 0 0 26px;
}
.xzhj-slide ul {
	width: 507px;
	margin-top: 99px;
}
.xzhj-list {
	width: 241px;
	height: 355px;
	background: #fff;
}
.xzhj-list a {
	display: block;
	position: relative;
	padding: 88px 12px 12px;
}
.xzhj-list a span:first-child {
	display: block;
	width: 153px;
	height: 153px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -76px;
}
.xzhj-list a span img {
	display: block;
	width: 100%;
	height: 100%;
}
.xzhj-list a h3 {
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}
.xzhj-list:hover a h3 {
	color: #3e9f36;
}
.xzhj-list a p {
	color: #999;
	font-size: 14px;
	line-height: 28px;
	margin-top: 15px;
	height: 140px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.xzhj-list a span:last-child {
	display: block;
	margin: 15px auto 0;
	width: 100px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	color: #999;
	font-size: 14px;
	border: 1px solid #eee;
	border-radius: 30px;
}
.choose-next {
	left: 548px;
	right: auto;
	top: auto;
	bottom: 41px;
	width: 37px;
	height: 37px;
	background-image: url(../images/yjt.png);
	background-color: #333;
	background-size: auto;
}
.choose-prev {
	left: 548px;
	top: auto;
	bottom: 78px;
	width: 37px;
	height: 37px;
	background-image: url(../images/zjt.png);
	background-color: #f4a814;
	background-size: auto;
}.choose-next:hover {
	background-color: #f4a814;
}
/*新标准*/

.xbz-wai {
	background: url("../images/xbz-bj.png") no-repeat;
	padding-top: 47px;
	padding-bottom: 60px;
}
.xbz-tit {
	text-align: center;
}
.xbz-tit h1 {
	font-size: 36px;
	color: #333;
}
.xbz-tit h1 b {
	color: #3e9f36;
}
.xbz-tit h1 u {
	color: #f4a814;
	text-decoration: none;
}
.xbz-tit p {
	color: #999;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 6px;
}
.xbz-body {
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 20px;
}
.xbz-left {
	width: 50%;
	float: left;
	position: relative;
}
.xbz-left-bj {
	width: 500px;
	height: 290px;
	background: #3e9f36;
	position: relative;
	top: 20px;
	left: 0;
}
.xbz-left-slide {
	position: relative;
	top: -20px;
	left: 20px;
}
.xbz-left-list {
	width: 500px;
	height: 290px;
}
.xbz-left-list img {
	display: block;
	width: 100%;
	height: 55%;
}
.xbz-left-box span {
	background: #fff;
}
.xbz-left-box .swiper-pagination-bullet-active {
	background-color: #f4a814;
}
.xbz-right {
	width: 50%;
	float: left;
}
.xbz-right-list-top {
	overflow: hidden;
	position: relative;
}
.xbz-right-list-top>span {
	float: left;
	font-size: 30px;
	color: #999;
	font-family: Impact;
	position: relative;
}
/*.xbz-right-list-top>span:after{*/

    /*content: '';*/

    /*display: block;*/

    /*width: 15px;*/

    /*height: 15px;*/

    /*background: #f0f0f0;*/

    /*transform: rotate(45deg);*/

    /*position: absolute;*/

    /*bottom: -4px;*/

    /*right: -6px;*/

/*}*/

.xbz-right-list h1 {
	color: #3e9f36;
	font-size: 24px;
	padding: 10px 0 15px;
	border-bottom: 1px solid #ddd;
}
.xbz-right-body {
	margin-top: 20px;
	margin-bottom: 50px;
}
.xbz-right-body p {
	font-size: 14px;
	color: #666;
	position: relative;
	line-height: 26px;
	padding-left: 20px;
	height: 78px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.xbz-right-body p:after {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	background: url("../images/xbz-d.png") no-repeat center;
	position: absolute;
	left: 0;
	top: 9px;
}
.xbz-prev {
	background-image: url(../images/xbz-left.png);
	background-size: auto;
	left: auto;
	right: 47px;
}
.xbz-next {
	background-image: url(../images/xbz-right.png);
	background-size: auto;
}
.xbz-right-bottom a {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 39px;
	margin-right: 13px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #3e9f36;
}
.xbz-right-bottom a:last-child {
	background: #f4a814;
}
/*点赞*/

.dz-wai {
	padding-top: 40px;
	padding-bottom: 40px;
}
.dz-wai .xbz-tit h1 {
	position: relative;
}
.dz-wai .xbz-tit h1:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 12px;
	right: 110px;
	background: url("../images/dz-tit.png") no-repeat;
}
.dz-wai .xbz-tit p {
	letter-spacing: 4px;
}
.dz-body {
	margin-top: 20px;/*overflow: hidden;*/

}
.dz-left {
	float: left;
	width: 300px;
}
.dz-left h2 {
	font-size: 24px;
	color: #222;
	position: relative;
	text-align: left;
	font-weight: normal;
	letter-spacing: 2px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.dz-left h2:after {
	content: '';
	display: block;
	width: 22px;
	height: 1px;
	background: #222;
	position: absolute;
	top: 50%;
	left: -35px;
}
.dz-left-slide {
	margin-top: 15px;
}
.dz-left-slide ul {
}
.dzl-slide {
	width: 145px;
	/*margin-right: 10px;*/

    /*margin-bottom: 10px;*/

	height: 120px;
	background: #eee;/*float: left;*/

}
.dzl-slide:nth-child(2n) {
	margin-right: 0;
}
.dzl-slide:nth-last-child(-n+1) {
	margin-bottom: 11px;
}
.dzl-slide span {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	width: 100%;
	height: 63px;
}
.dzl-slide:nth-child(1) span {
	background: url("../images/hzkh.png") no-repeat center 25px;
}
.dzl-slide:nth-child(2) span {
	background: url("../images/qcdz.png") no-repeat center 25px;
}
.dzl-slide:nth-child(3) span {
	background: url("../images/sjdz.png") no-repeat center 25px;
}
.dzl-slide:nth-child(4) span {
	background: url("../images/jddz.png") no-repeat center 25px;
}
.dzl-slide:nth-child(5) span {
	background: url("../images/pcldz.png") no-repeat center 25px;
}
.dzl-slide:nth-child(6) span {
	background: url("../images/hk.png") no-repeat center 25px;
}
.dzl-slide p {
	font-size: 16px;
	color: #222;
	text-align: center;
}
.dz-left-bottom {
	width: 100%;
	height: 75px;
	background: #3e9f36;
	padding: 15px 0 0 25px;
}
.dz-left-bottom p:first-child {
	color: #fff;
	font-size: 14px;
	position: relative;
}
/*.dz-left-bottom p:first-child:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	background: url("../images/dz-dh.png") no-repeat center;
	position: absolute;
	bottom: 2px;
	left: 95px;
}*/
.dz-left-bottom:last-child {
	color: #fff;
	font-size: 24px;
}
.dz-right {
	float: right;
	width: 850px;
}
.dz-right-slide {
	width: 100%;
}
.dzr-list span {
	display: block;
}
.dzr-list img {
	display: block;
	width:850px;
	height: 440px;
}
.dzr-list p {
	padding: 20px 23px;
	background: #eee;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 88px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dzr-list p a {
	display: inline-block;
	color: #f4a814;
	font-size: 14px;
}
.dzr-list p , .dzr-list a{z-index:0; position: relative;}

.dz-prev , .dz-next{display: none;}
.dz-left-slide .swiper-slide-thumb-active {
	background: #f4a814;
}
.dz-left-slide .swiper-slide-thumb-active p {
	color: #fff;
}
.dz-left-slide .swiper-slide-thumb-active:nth-child(1) span {
	background: url("../images/hzkh-h.png") no-repeat center 25px;
}
.dz-left-slide .swiper-slide-thumb-active:nth-child(2) span {
	background: url("../images/qcdz-h.png") no-repeat center 25px;
}
.dz-left-slide .swiper-slide-thumb-active:nth-child(3) span {
	background: url("../images/sjdz-h.png") no-repeat center 25px;
}
.dz-left-slide .swiper-slide-thumb-active:nth-child(4) span {
	background: url("../images/jddz-h.png") no-repeat center 25px;
}
.dz-left-slide .swiper-slide-thumb-active:nth-child(5) span {
	background: url("../images/pcldz-h.png") no-repeat center 25px;
}
.dz-left-slide .swiper-slide-thumb-active:nth-child(6) span {
	background: url("../images/hk-h.png") no-repeat center 25px;
}
.dz-prev {
	background-image: url("../images/dz-zjt.png");
	background-size: auto;
	width: 39px;
	height: 70px;
	background-color: #5f5f5e;
	left: 0;
	top: 264px;
	transform: translateY(-50%);
}
.dz-next {
	background-image: url("../images/dz-yjt.png");
	background-size: auto;
	width: 39px;
	height: 70px;
	background-color: #5f5f5e;
	right: 0;
	top: 264px;
	transform: translateY(-50%);
}
/*.dz-prev:hover,.dz-next:hover{*/

    /*background-color: #3e9f36;*/

/*}*/



/*精密冲压*/

.jmcy-wai {
	background: #f5f5f5;
	padding-top: 40px;
	padding-bottom: 45px;
}
.jmcy-body {
	overflow: hidden;
}
.jmcy-left {
	width: 500px;
	height: 447px;
	float: left;
	position:relative;
}
.jmcy-img{
	width:500px;
	height:447px;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/video-img.jpg) no-repeat 0 0;
	cursor:pointer;
}
.jmcy-right {
	width: 655px;
	float: right;
}
.jmcy-right h3 {
	font-family: Myriad Pro;
	text-transform: uppercase;
	color: #dddddd;
	font-size: 30px;
}
.jmcy-right h1 {
	font-size: 30px;
	color: #333;
}
.jmcy-right h1 b {
	color: #3e9f36;
}
.jmcy-right h1 u {
	color: #f4a814;
	text-decoration: none;
}
.jmcy-right h2 {
	font-size: 20px;
	color: #666;
	margin-top: 10px;
}
.jmcy-right h2 b {
	color: #3e9f36;
}
.jmcy-right h2 u {
	color: #f4a814;
	text-decoration: none;
}
.jmcy-heng {
	width: 40px;
	height: 3px;
	background: #999;
	margin-top: 20px;
	margin-bottom: 28px;
}
.jmcy-right p {
	font-size: 15px;
	color: #666;
	line-height: 30px;
	height: 120px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.jmcy-right a {
	text-decoration: underline;
	color: #4c4c4c;
	font-size: 14px;
	margin-top: 35px;
	margin-bottom: 35px;
}
.jmcy-right-ul {
	overflow: hidden;
}
.jmcy-right-ul li {
	width: 200px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #333;
	font-size: 15px;
	position: relative;
	float: left;
}
.jmcy-right-ul li:nth-child(1):after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/jmgy.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.jmcy-right-ul li:before {
	content: '';
	display: block;
	width: 5px;
	height: 9px;
	background: url("../images/jmcy-jt.png") no-repeat;
	position: absolute;
	top: 11px;
	right: 50px;
}
.jmcy-right-ul li:nth-child(2):after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/zj.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.jmcy-right-ul li:nth-child(3):after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/brtd.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.jmcy-right-ul li:nth-child(4):after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/xjsb.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.jmcy-right-ul li:nth-child(5):after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/pzbz.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.jmcy-right-ul li:nth-child(6):after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/ryzz.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.jmcy-right-ul li a {
	display: block;
	padding-left: 50px;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 50px;
}
/*about*/

.about-wai {
	padding-top: 37px;
	padding-bottom: 45px;
}
.about-wai .container {
	position: relative;
}
.about-list a {
	display: block;
}
.about-list a span {
	display: block;
}
.about-list a span img {
	display: block;
	width: 280px;
	height: 175px;
}
.about-list a p {
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 36px;
}
.about-list:hover p {
	color: #f4a814;
}
.about-prev {
	background-image: url(../images/about-left.png);
	background-size: auto;
	left: -40px;
	width: 30px;
	margin-top: -37px;
}
.about-next {
	background-image: url(../images/about-right.png);
	background-size: auto;
	width: 30px;
	right: -40px;
	margin-top: -37px;
}
/*news*/

.news-wai {
	padding-bottom: 40px;
	padding-top:40px;
}
.news {
	overflow: hidden;
}
.news-left {
	width: 705px;
	float: left;
}
.news-tit {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.hjdt-tit, .hyzx-tit {
	color: #333;
	font-size: 18px;
	margin-right: 40px;
	float: left;
	font-weight: bold;
	cursor: pointer;
	line-height: 40px;
}
.news-left-body {
	margin-top: 25px;
}
.news-left-first {
	width: 100%;
	overflow: hidden;
}
.news-first-left {
	width: 410px;
	float: left;
}
.news-first-left h2 {
	font-size: 14px;
	color: #333;
	font-weight: 500;
	line-height: 30px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 30px;
}
.news-first-left p {
	font-size: 14px;
	color: #999;
	line-height: 28px;
	height: 112px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.news-first-left a {
	display: block;
	margin-top: 15px;
	font-size: 12px;
	color: #333;
}
.news-left-first>span {
	display: block;
	float: right;
}
.news-left-first span img {
	display: block;
	width: 282px;
	height: 181px;
}
.news-ul {
	overflow: hidden;
}
.news-list {
	width: 342px;
	float: left;
	position: relative;
	padding-left: 25px;
	overflow: hidden;
	margin-right: 20px;
}
.news-list:nth-child(2n) {
	margin-right: 0;
}
.news-list:after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 0;
}
.news-list a {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 50px;
	overflow: hidden;
}
.news-list a span:first-child {
	float: left;
	color: #333;
	font-size: 14px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 239px;
	height: 50px;
}
.news-list a span:last-child {
	float: right;
	color: #999;
	font-size: 14px;
}
.news-list:hover a {
	color: #f4a814;
}
.news-list:hover a span {
	color: #f4a814;
}
.hyzx {
	display: none;
}
.news-active {
	color: #3e9f36;
	border-bottom: 1px solid #3e9f36;
}
.news-right {
	width: 450px;
	float: right;
}
.news-right-tit {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.news-right-tit .ywjd-tit {
	font-size: 18px;
	color: #333;
	line-height: 40px;
	float: left;
}
.news-right-tit a {
	display: inline-block;
	float: right;
	line-height: 40px;
}
.news-rlist {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.news-rlist a {
	display: block;
}
.news-rlist a h3 {
	font-size: 14px;
	color: #333;
	line-height: 30px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 30px;
	padding-left: 30px;
	font-weight: 500;
	position: relative;
}
.news-rlist a h3:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url("../images/wenhao.png") no-repeat;
	position: absolute;
	left: 0;
	top: 8px;
}
.news-rlist a p {
	color: #666;
	font-size: 14px;
	padding-left: 30px;
	line-height: 26px;
	position: relative;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-rlist a p:before {
	content: '';
	display: block;
	width: 18px;
	height: 14px;
	background: url("../images/huida.png") no-repeat;
	position: absolute;
	left: 0;
	top: 4px;
}
.news-rlist:hover h3 {
	color: #f4a814;
}
/*友情链接*/

.friend-wai {
	background: #3e9f36;
	padding-top: 25px;
	padding-bottom: 25px;
}
.friend {
	overflow: hidden;
}
.friend-list {
	float: left;
	color: #fff;
	font-size: 18px;
	text-align: center;
	position: relative;
	margin-left: 10px;
}
.friend-list:first-child {
	padding-left: 20px;
}
.friend-list:first-child:before {
	content: '';
	display: block;
	width: 16px;
	height: 18px;
	background: url("../images/yqlj.png") no-repeat center;
	position: absolute;
	left: 0;
	top: 4px;
}
.friend-list a {
	color: #fff;
	font-size: 14px;
}

/*-----------网站地图-------------*/
.wz-map{
	overflow:hidden;
	margin-top:10px;
}
.map-list{
	float:left;
	color:#fff;
	font-size:18px;
	margin-right:25px;
}
.map-list:first-child{
	padding-left:26px;
}
.map-list a{
	color:#fff;
	font-size:14px;
}





