*{
	margin:0px;
	padding:0px;
	}
ul{
	list-style-type:none;
	}
a{
	text-decoration:none;
	}
a:hover{
	text-decoration: none;
}
body img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border: 0; vertical-align: top;
}
a:active{
	star:expression_r(this.onFocus=this.blur());
}
:focus{
	outline:0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0px; 
}
input::-webkit-input-placeholder{
      color:#666;
}
html,body{
	width: 100%;
	min-width: 1200px;
	font-family: "微软雅黑";
}

.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }
.jssort01 .p {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background:rgba(0,0,0,0.3);
}
.jssort01 .pav .c {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FD8200;
}
.jssort01{
    display: inline-block;
    left: 50%;
    transition: translateX(-50%)
}
.header_top{
	width: 100%;
	overflow: hidden;
	background: #eee;
}
.header_top .con{
	width: 1200px;
	height: 30px;
	margin:0 auto;
}
.header_top .con p{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	float: left;
}
.header_top .con span{
	float: right;
	top:50%;
	position: relative;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.header_top .con span a{
	padding:0 10px;
	position: relative;
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	float: left;
}
.header_top .con span a:after{
	content:'';
	width: 1px;
	height: 14px;
	right:0;
	top:3px;
	position: absolute;
	background: #666;
}
.header_top .con span a:hover{
	color: #333;
	text-decoration: underline;
}
.header_top .con span a:last-child:after{
	width: 0;
}
.header{
	width: 1200px;
	overflow: hidden;
	padding:20px 0;
	margin:0 auto;
}
.header a img{
	float: left;
}
.header>img{
	float: right;
}
.nav{
	width: 100%;
	height: 50px;
	background:linear-gradient(to bottom,#82D043,#63B315);
	position: relative;
	z-index: 999;
}
.nav>ul{
	width: 1200px;
	height: 100%;
	margin:0 auto;
	position: relative;
	z-index: 1;
}
.nav>ul>li{
	width: 14%;
	height: 100%;
	float: left;
	position: relative;
	box-sizing: border-box;
}
.nav>ul>li:after{
	content:"";
	display: inline-block;
	position: absolute;
	right:0;
	width: 1px;
	height: 18px;
	top:17px;
	background: #fff;
}
.nav>ul>li:first-child:after,
.nav>ul>li:last-child:after{
	display: none;
}
.nav>ul>li>a{
	width: calc(100% + 2px);
	width: -webkit-calc(100% + 2px);
	position: relative;
	left:-1px;
	display: block;
	height: 36px;
	line-height: 36px;
	margin: 7px 0;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	z-index: 1;
}
.nav>ul>li a:hover,.nav>ul>li a.m_hover{
	background: #FDD100;
	color: #000;
}
.nav>ul>li ul{
	overflow: hidden;
	display: none;
	background:#63B315;
}
.nav>ul>li li a{
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	display: block;
}
.nav>ul>li:hover ul{display: block;}
.con{
	width: 1200px;
	overflow: hidden;
	margin:0 auto;
}
.about{
	margin:50px auto;
}
.about img{
	width: 545px;
	height: 360px;
	float: left;
}
.about .rig{
	width: 615px;
	float: right;
	overflow: hidden;
	padding-top:20px;
}
.about .rig>p:first-child{
	color: #00783d;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
.about .rig>p:nth-child(2){
	font-size: 14px;
	color: #666;
}
.about .rig>p:nth-child(3){
	height:0;
	border-top: 1px dotted #999;
	margin:20px 0;
}
.about .rig div{
	height: 150px;
	overflow: hidden;
	text-align: justify;
	line-height: 26px;
	font-size: 15px;
	color: #333;
	text-indent:2em;
}
.about .rig a{
	float: right;
	margin-top: 20px;
	width: 135px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333;
	background: #FDD100;
}
.service{
	overflow: hidden;
	background: #75C138;
	padding:50px  0;
}
.service h2{
	font-size: 48px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.service li,
.classify .ul2 li{
	float: left;
	width: 394px;
	margin-right: 9px;
	margin-bottom: 9px;
	overflow: hidden;
	background: #EAFFEB;
	box-sizing: border-box;
	padding:9px 9px 0;
}
.service li:nth-child(3n),
.classify .ul2 li:nth-child(3n){
	margin-right: 0;
}
.service li p:first-child,
.classify .ul2 li p:first-child{
	height: 230px;
	overflow: hidden;
}
.service li p:first-child img,
.classify .ul2 li p:first-child img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service li:hover p:first-child img,
.classify .ul2 li:hover p:first-child img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.service li p:last-child,
.classify .ul2 li p:last-child{
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.service li:hover,
.classify .ul2 li:hover{
	background: #FDD100;
}
.classify{
	padding:50px 0;
	position: relative;
}
.classify>img,.safe>img{
	display: block;
	margin:0 auto;
}
.classify .ul1{
	max-width: 1200px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	left:50%;
	margin:40px 0 30px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.classify .ul1 li{
	width: 160px;
	float: left;
	margin-right: 35px;
	overflow: hidden;
}
.classify .ul1 li a{
	display: block;
	height: 40px;
	line-height: 40px;
	background: #75C138;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 40px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.classify .ul1 li .active{
	background: #FDD100;
	color: #333;
}
.classify .ul2{
	overflow: hidden;
}
.classify .ul2 li{
	width: 386px;
	margin-right: 21px;
	margin-bottom:20px;
	padding:2px 2px 0;
	background: #75C138;
}
.classify .ul2 li p{color: #fff!important;}
.safe{
	overflow: hidden;
	background: #75C138;
	padding:30px 0 50px;
}
.safe .con{
	background: #fff;
	padding:30px;
	box-sizing: border-box;
	margin-top: 30px;
}
.safe .con .li{width: 100%;float: left}
.safe .con .li .lef{
	width: 570px;
	float: left;
	overflow: hidden;
}
.safe .con .li>img{
	float: right;
}
.safe .con .li .lef p{
	margin-left: 90px;
	border-top: 1px dashed #999;
	line-height: 25px;
	text-align: justify;
	font-size: 16px;
	color: #666;
	padding-top: 10px;
}
.safe .con .li:nth-child(1) .lef,
.safe .con .li:nth-child(3) .lef{
	margin-top: 50px;
}
.safe .con .li:nth-child(2) .lef{
	float: right;
	margin-top: 30px;
}
.safe .con .li:nth-child(2)>img{
	float: left;
	margin-top: -100px;
}
.news{
	margin:40px auto;
}
.news .lef{
	width: 380px;
	float: left;
	overflow: hidden;
}
.news .lef .top,
.news .rig .top{
	height: 40px;
	border-bottom: 1px solid #999;
	position: relative;
	margin-bottom: 20px;
}
.news .lef .top p,
.news .rig .top div p{
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 4px solid #75C138;
}
.news .lef .top a,
.news .rig .top a{
	height: 40px;
	line-height: 40px;
	float: right;
	display: block;
	font-size: 12px;
	color: #333;
	position: relative;
}
.news .lef .top a span,.news .rig .top a span{
	width: 15px;
	height: 15px;
	position: relative;
	top:12px;
	background: #75C138;
	border-radius: 50%;
	display: inline-block;
	margin-left: 5px;
}
.news .lef .top a span img,
.news .rig .top a span img{
	width: 100%;
	height: 100%;
}
.news .lef .top a:hover,
.news .rig .top a:hover{
	color: #000;
	text-decoration: underline;
}
.news .lef>img{
	width: 100%;
	height: 230px;
	margin-bottom: 5px;
}
.news .lef ul li{
	height: 30px;
	overflow: hidden;
}
.news .lef ul li a{
	width: 70%;
	float: left;
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #000;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .lef ul li span{
	float: right;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #666;
	font-size: 12px;
}
.news .lef ul li a:hover{
	color: #75C138;
}
.news .rig{
	width: 770px;
	float: right;
	overflow: hidden;
}
.news .rig .top div{
	float: left;
	height: 40px;
	cursor: default;
}
.news .rig .top div p{
	border-bottom: 0;
	margin-right: 30px;
}
.news .rig .top div .active{
	border-bottom: 4px solid #75C138;
	color: #75C138;
}
.news .rig ul{
	overflow: hidden;
}
.news .rig ul li{
	overflow: hidden;
	margin-bottom: 10px;
}
.news .rig ul li img{
	width: 250px;
	height: 150px;
	float: left;
}
.news .rig ul li dl{
	width: 500px;
	float: right;
	overflow: hidden;
}
.news .rig ul li dl dt{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:20px 0 15px;
}
.news .rig ul li dl dd{
	font-size: 14px;
	color: #666;
	line-height: 22px;
	height: 66px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news .rig ul li:hover dl dt{color: #75C138}
.footer{
	background: #75C138;
	color: #fff;
	font-size: 14px;
	padding-bottom: 50px;
}
.footer .lef{
	width: 200px;
	margin-top: 40px;
	float: left;
	padding:0 40px 40px;
	border-right: 1px solid #98DE5F;
	overflow: hidden;
	position: relative;
}
.footer .lef img{
	display: block;
	margin:0 auto 30px;
}
.footer .lef ul{
	width: 160px;
	overflow: hidden;
	margin:0 auto;
}
.footer .lef li{
	width: 50%;
	float: left;
	margin-bottom: 15px;
}
.footer .lef li a{
	color: #fff;
}
.footer .lef li a:hover{
	text-decoration: underline;
}
.footer .mid{
	width: 500px;
	float: left;
	margin:40px 0 0 150px;
}
.footer  .mid img{
	margin-bottom: 30px;
}
.footer .mid p{
	line-height: 30px;
}
.footer .rig{
	/*background: #FDD100;*/
	width: 103px;
	float: right;
	padding:70px 50px;
	text-align: center;
}
.footer .rig img{
	width: 103px;
	height: 103px;
	margin-bottom: 5px;
}
.links{
	background:#FDD100;
	overflow: hidden;
}
.link{
	padding:10px 0;
	position: relative;
	width: 1200px;
	margin:0 auto;
	height: 60px;
	box-sizing: border-box;
	overflow: hidden;
}
.link img{
	width: 170px;
	height: 26px;
	float: left;
	margin-top: 7px;
}
.link ul{
	display: inline-block;
	width: 1030px;
	top:55%;
	position: relative;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.link ul li{
	margin-left:20px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}
.link ul li a{
	font-size: 14px;
	color: #333;
}
.link ul li a:hover{
	text-decoration: underline;
}

/*内页部分*/
.case_title{
	border-bottom: 2px solid #ddd;
	margin:30px auto;
	position: relative;
}
.case_title p:first-child{
	line-height: 36px;
	height: 36px;
	color: #fff;
	background: url(../images/c_03.png) no-repeat;
	background-size: 100% 100%;
	font-size: 24px;
	font-weight: bold;
	float: left;
	text-align: center;
	padding:0 20px;
	position: relative;
}
.case_title p:last-child{
	float: right;
	height: 36px;
	line-height: 36px;
	color: #333;
	font-size: 14px;
	position: relative;
}
.case_title p:last-child img{
	vertical-align: middle;
	margin:-2px 3px 0 0 ;
}
.case_title p:last-child a{color: #333;}
.case_title p:last-child a:after{ content:">"; font-family:"宋体";color: #666; margin:0 8px;}
.case_title p:last-child a:last-child:after{ content:""; }
.case_list li{
	float: left;
	width: 394px;
	margin-right: 9px;
	margin-bottom: 9px;
	overflow: hidden;
	box-sizing: border-box;
	padding:9px 9px 0;
	background: #75C138;
	cursor: default;
}
.case_list li:nth-child(3n){
	margin-right: 0;
}
.case_list li p:first-child{
	height: 230px;
	overflow: hidden;
}
.case_list li p:first-child img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.case_list li:hover p:first-child img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.case_list li p:nth-child(2){
	font-size: 18px;
	text-align: center;
	margin:15px 0;
	box-sizing: border-box;
	padding:0 10px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case_list li p:nth-child(3){
	height: 75px;
	line-height: 25px;
	text-align: justify;
	font-size: 14px;
	box-sizing: border-box;
	padding:0 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.case_list li a{
	width: 160px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #75C138;
	background: #fff;
	border-radius: 45px;
	display: block;
	margin:20px auto 30px;
}
.case_list li:hover{
	background: #FDD100;
}
.case_list li:hover a{
	background: #75C138;
	color: #fff;
}
.pages{display: inline-block;max-width: 1200px;left:50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);position: relative;margin:30px 0;}
.pages li{overflow: hidden;float: left;margin-right:5px;border-radius: 3px;border:1px solid #ddd;}
.pages li a{display: block;height: 40px;line-height: 40px;text-align: center;color: #333;padding:0 15px;}
.pages .thisclass{background: #75C138;color: #fff;height: 40px;line-height: 40px;text-align: center;border-color: #75C138;padding:0 15px;}

.series_list,
.news_list1{
	position: relative;
	overflow: hidden;
	display: inline-block;
	max-width: 1200px;
	left:50%;
	margin-bottom:30px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.series_list li{
	width: 160px;
	float: left;
	margin-right: 35px;
	overflow: hidden;
}
.series_list li a{
	display: block;
	height: 40px;
	line-height: 40px;
	background: #75C138;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 40px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.series_list li .active{
	background: #FDD100;
	color: #333;
}
.series_con{position: relative;margin:0 auto 40px;}
.series_con .prev,
.series_con .next{
	width: 38px;
	height: 115px;
	overflow: hidden;
	border-radius: 3px;
	border:1px solid #ddd;
	background:linear-gradient(to right,#E8E8E8,#fff);
	position: absolute;
	top:260px;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}
.series_con .prev{left:0;}
.series_con .next{right:0;}
.series_con .prev img,
.series_con .next img{
	width: 30px;
	height: 30px;
	margin-top: 42px;
}
.series_con .prev:hover,
.series_con .next:hover{
	background:#E8E8E8;
}
.series_con div{
	width: 1000px;
	height: 640px;
	overflow: hidden;
	position: relative;
	margin:0 auto;
}
.series_con div ul{
	height: 100%;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.series_con div li{
	width: 1000px;
	height: 640px;
	float: left;
	box-sizing: border-box;
	border:1px solid #ddd;
}
.series_con div li img{
	width: 100%;
	height: 100%;
}
.news_list1 li{
	overflow: hidden;
	margin-right: 25px;
	float: left;
}
.news_list1 li a{
	display: block;
	height: 30px;
	line-height: 30px;
	border:1px solid #ddd;
	color: #000;
	padding:0 25px;
}
.news_list1 li .active,.news_list1 li .active{
	background: #75C138;
	color: #fff;
	border-color: #75C138;
}
.news_list1 li:last-child{margin-right: 0}
.news_list2 li{
	overflow: hidden;
	margin-bottom:20px;
}
.news_list2 li p{
	width: 110px;
	height: 110px;
	background: #999;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-right: 20px;
	float: left;
}
.news_list2 li p span:first-child{
	display: block;
	margin-top: 8px;
	font-size: 53px;
	font-weight: bold;
}
.news_list2 li div{
	width: 1065px;
	height: 110px;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	float: right;
}
.news_list2 li dl{
	width: 940px;
	float: left;
	overflow: hidden;
	padding-right:15px;
	border-right: 1px solid #ddd;
}
.news_list2 li dl a{
	display: block;
	margin:10px 0;
	font-size: 18px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_list2 li dl dd{
	color: #555;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_list2 li div>a{
	float: right;
	margin:30px 20px 0 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	color: #333;
	font-size: 14px;
}
.news_list2 li:hover a{
	color: #75C138;
	border-color: #75C138;
}
.news_list2 li:hover p{
	background: #75C138;
}


.index_newscont h4{ text-align:center; line-height:40px;}
/*.newscontent{text-align:center;}*/
.newscontent,.newscontent p{ font-size:16px; color:#555; line-height:30px; text-align:justify;}
.newscontent,.newscontent a{  color:#555555; }
.newscontent img{ max-width:100%; text-align:center; display: block;margin: 0 auto;}
.fy{width:99%; height:30px; line-height:30px; font-size:14px;text-align:center; float:left; margin-top:10px; margin-bottom:10px; border:1px solid #exlrd; color:#999;}
.fy a:link{ color:#999; text-decoration:none;}
.fy a:visited{ color:#999; text-decoration:none;}
.fy a:hover{ color:#4b9b04; text-decoration:none;}






.mssg-intro{
	width:1200px;
	margin: 0 auto;
	padding:auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	
	background: #eeeeee;
}

.mssg-intro img{
	display: block;
	float: left;
}

.mssg-intro form{
	width:460px;
	float: left;
	margin-left: 45px;
	margin-top: 30px;
}

.mssg-intro form ul li{
	width: 100%;
	height:auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 5px;
}
.mssg-intro form ul li input{
	height: 50px;
	border: none;
	width: 100%;
	outline: none;
	text-indent: 10px;
	color:#999999;
	font-size: 16px;
	background: none;
	font-family: '微软雅黑' ;
}

.mssg-intro form ul li textarea{
	width: 500px;
	height: 100px;
	border: none;
	outline: none;
	font-family: '微软雅黑' ;
	resize: none;
	background: none;
 	text-indent: 10px;
	padding-top: 10px;
	color:#999;
	font-size: 16px;
}

.mssg-intro form .btn input{
	width: 210px;
	display: block;
	height: 60px;
	float: left;
	margin-top: 20px;
	background: #009944;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.mssg-intro form .btn input:last-child{
	float: right;
	background: #999;
}



