@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
address,caption,cite,code,dfn,em,th,var,i,b{font-style:normal;font-weight:normal}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit; border:none;}
input,button{overflow: visible;vertical-align:middle;outline:none}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a:focus,a:hover,a:active{outline:none;blr:expression(this.onFocus=this.blur())}
sub,sup{vertical-align:baseline}
table{border-collapse:collapse;border-spacing:0}
textarea { resize:none} 
input[type="submit"],input[type="button"]{ cursor:pointer;}
img{border:0;vertical-align:middle;}
a img,img{-ms-interpolation-mode:bicubic}
a{text-decoration:none;cursor: pointer; color:#999}
a:hover{text-decoration:none}
body,th,td,button,input,select,textarea{  font-family:Arial, "微软雅黑"; font-size:12px;color:#666;}
.layout{ width:1200px; margin:0 auto;}
.l,.left{ float:left}
.r,.right{ float:right}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden; font-size:0; line-height:0}
.clearfix{*zoom:1}
body{ min-width:1200px; overflow:auto;}
.blank5{ height:5px;}
.blank10{ height:10px;}
.blank20{ height:20px;}
.blank30{ height:30px;}
.blank40{ height:40px;}
.blank50{ height:50px;}
.blank60{ height:60px;}
.blank70{ height:70px;}
.blank80{ height:80px;}
.blank90{ height:90px;}

/*slick*/
.slick-slider{position: relative;outline: none;display: block; -moz-box-sizing: border-box;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer; cursor: hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;}
.slick-track:before,.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none; float: left;outline: 0 none;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-arrow.slick-hidden { display: none;}
.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; padding: 0px; cursor: pointer; }
.slick-dots button{display: none;}
/*slick*/
.lazybg{
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 100%;
}
.pic{
	overflow: hidden;
}
.pic img{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
}
.pic:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.htop{
	height: 45px;
	background: #24793e;
}
.lan{
	float: right;
	line-height: 45px;
	color: #ffffff;
	text-transform: uppercase;
	padding-left: 25px;
	background: url(../images/lan.png) left center no-repeat;
	position: relative;
}
.lan p{
	cursor: pointer;
}
.lan p i{
	display: block;
	width: 65px;
	vertical-align: top;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lan p em{
	float: right;
	width: 8px;
	height: 4px;
	display: block;
	margin-top: 20px;
	background: url(../images/arrow1.png) no-repeat;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
}
.lan ul{
	position: absolute;
	left: 0;
	top: 45px;
	width: 100%;
	text-indent: 25px;
	background: #ffffff;
	padding: 10px 0;
	line-height: 30px;
	display: none;
}
.lan ul li a{
	color: #666666;
}
.lan ul li:hover{
	background: #cccccc;
}
.search{
	float: right;
	/* margin-right: 26px;
	padding-right: 19px; */
	background: url(../images/shuxian.png) right center no-repeat;
	margin-top: 12px;
}
.search form{
	width: 122px;
	height: 23px;
	background: #ffffff;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	overflow: hidden;
}
.search .text{
	float: left;
	width: 100px;
	height: 23px;
	font-size: 14px;
	color: #666666;
	line-height: 23px;
	text-indent: 10px;
}
.search .button{
	width: 22px;
	height: 23px;
	background: url(../images/fdj.png) center no-repeat;
	float: left;
}
.header{
	border-bottom: 1px #eeeeee solid;
	background: #ffffff;
}
.logo{
	display: block;
	width: 157px;
	height: 47px;
	background: url(../images/logo.jpg) no-repeat;
	float: left;
	margin-top: 20px;
}
.menu{
	float: right;
}
.menu li{
	float: left;
	line-height: 88px;
	margin-left: 60px;
	border-bottom: 2px #FFFFFF solid;
}
.menu li a{
	display: block;
	font-size: 14px;
	color: #333333;
}
.menu li.on,
.menu li:hover{
	border-color: #24793e;
}
.menu li.on a,
.menu li:hover a{
	color: #24793e;
}
.banner a{
	height: 559px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}
.banner .slick-dots{
	bottom: 29px;
	height: 15px;
}
.banner .slick-dots li{
	width: 15px;
	height: 15px;
	margin: 0 5px;
	background: #24793e;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	filter:alpha(opacity=20);   
	-moz-opacity:0.2;   
	-khtml-opacity: 0.2;   
	opacity: 0.2; 
}
.banner .slick-dots li.slick-active{
	filter:alpha(opacity=100);   
	-moz-opacity:1;   
	-khtml-opacity: 1;   
	opacity: 1; 
}
.indexbox1{
	height: 442px;
	margin-top: 50px;
	background-position: center;
	background-repeat: no-repeat;
}
.indexbox1 .word{
	float: right;
	width: 490px;
	height: 288px;
	box-shadow: 0 0 20px rgba(137,137,137,.2);
	-moz-box-shadow: 0 0 20px rgba(137,137,137,.2);
	-webkit-box-shadow: 0 0 20px rgba(137,137,137,.2);
	margin-top: 58px;
	margin-right: 22px;
	position: relative;
	padding: 15px 40px 0;
}
.indexbox1 h3{
	font-size: 22px;
	color: #000000;
	line-height: 66px;
}
.indexbox1 p{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	height: 110px;
	overflow: hidden;
	padding-top: 8px;
}
.indexbox1 .more{
	color: #24793E;
	display: block;
	line-height: 22px;
	margin-top: 20px;
}
.indexbox1 .more:hover{
	text-decoration: underline;
}
.indexbox1 .yinhao{
	width: 68px;
	height: 31px;
	background: url(../images/yinhao.jpg) no-repeat;
	position: absolute;
	left: 40px;
	top: -16px;
}
.indexbox2{
	padding-top: 33px;
}
.indexbox2 .tit{
	text-align: center;
}
.indexbox2 .tit h3{
	font-size: 22px;
	color: #000000;
	line-height: 54px;
	background: url(../images/hengxian.png) center bottom no-repeat;
	position: relative;
}
.indexbox2 .tit a{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #24793e;
	text-transform: uppercase;
}
.indexbox2 .tit a:hover{
	text-decoration: underline;
}
.indexbox2 .tit p{
	font-size: 14px;
	color: #999999;
	line-height: 44px;
}
.indexbox2 ul{
	padding-top: 49px;
	padding-bottom: 68px;
}
.indexbox2 ul li{
	float: left;
	width: 360px;
	height: 242px;
	position: relative;
	margin-right: 60px;
}
.indexbox2 ul li .pic{
	width: 360px;
	height: 242px;
}
.indexbox2 ul li .num{
	font-size: 30px;
	color: #FFFFFF;
	width: 54px;
	height: 67px;
	text-align: center;
	line-height: 67px;
	background: #24793e;
	position: absolute;
	right: 9px;
	bottom: -7px;
}
.indexbox2 ul li.last{
	margin-right: 0;
}
.foot{
	background: #f6f6f6;
}
.ftop{
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 70px;
}
.ftop dl{
	float: left;
	padding-left: 30px;
	width: 120px;
	padding-right: 10px;
	border-right: 1px #ededed solid;
	min-height: 115px;
}
.ftop dt{
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	padding-bottom: 15px;
}
.ftop dd{
	font-size: 14px;
	line-height: 26px;
}
.ftop dd a{
	color: #666666;
}
.ftop dd a:hover{
	text-decoration: underline;
}
.ftop .ewm{
	float: right;
	width: 128px;
	height: 128px;
	overflow: hidden;
	margin-left: 25px;
}
.copyright{
	background: #24793e;
	height: 86px;
}
.copyright .left{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
	margin-top: 13px;
}
.copyright .left h3 a{
	color: #FFFFFF;
	display: inline-block;
	vertical-align: top;
}
.copyright .left h3 a:hover{
	text-decoration: underline;
}
.copyright .left h3 em{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}
.copyright .shabox{
	float: right;
	margin-top: 28px;
}
.copyright .shabox a{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/icon1.png) 0 0 no-repeat;
	float: left;
	margin-left: 10px;
}
.copyright .shabox a.a2{
	background-position: -30px 0;
}
.copyright .shabox a.a3{
	background-position: -60px 0;
}
.inbanner{
	height: 560px;
	background-position: center;
	background-repeat: no-repeat;
}
.kf{
	position: fixed;
	right: 5%;
	top: 80%;
	z-index: 99;
}
.kf .icon{
	width: 64px;
	height: 64px;
	display: block;
	background: url(../images/qq.jpg) no-repeat;
}
.main{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 40px;
}
.lnav{
	float: left;
	width: 250px;
}
.lnav .tit{
	height: 120px;
	background: url(../images/navbg.jpg) no-repeat;
	color: #FFFFFF;
	font-size: 26px;
	padding: 0 20px;
	line-height: 104px;
}
.lnav ul{
	background: #fafafa;
}
.lnav li h3{
	font-size: 14px;
	color: #000000;
	padding: 0 20px 0 25px;
	line-height: 50px;
	cursor: pointer;
}
.lnav li h3 em{
	float: right;
	font-family: "宋体";
	color: #6c6c6c;
	font-size: 18px;
	font-weight: bold;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	margin-top: 15px;
}
.lnav li dl{
	display: none;
}
.lnav li dd{
	padding: 0 20px 0 55px;
	line-height: 50px;
}
.lnav li dd a{
	font-size: 14px;
	color: #000000;
}
.lnav li.on h3{
	background: #f1f1f1;
	color: #24793e;
}
.lnav li.on h3 em{
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	color: #24793e;
}
.lnav li.on dl{
	display: block;
}
.lnav .tit2{
	margin-top: 58px;
	line-height: 55px;
	color: #FFFFFF;
	font-size: 20px;
	padding: 0 20px;
	background: #24793e;
}
.lnav .cbox{
	margin-top: 1px;
	background: #f6f6f6;
	padding: 14px 30px;
}
.lnav .cbox h3{
	font-size: 15px;
	color: #333333;
	line-height: 27px;
	padding-top: 48px;
	background: url(../images/icon2.png) left top no-repeat;
}
.lnav .cbox p{
	font-size: 13px;
	color: #999999;
	line-height: 16px;
}
.lnav .num{
	color: #666666;
	text-indent: 28px;
	line-height: 26px;
	padding-top: 16px;
}
.lnav .num p{
	font-size: 24px;
	color: #24793e;
	font-weight: bold;
	line-height: 30px;
	border-top: 3px #24793e solid;
}
.mainright{
	float: right;
	width: 935px;
}
.loca{
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	border-bottom: 1px #cccccc solid;
}
.loca span{
	float: left;
	display: block;
	font-size: 30px;
	color: #24793e;
}
.loca span em{
	text-transform: uppercase;
	font-size: 14px;
	color: #999999;
	padding-left: 15px;
}
.loca h3{
	float: right;
	font-size: 14px;
	color: #666666;
}
.loca h3 a{
	display: inline-block;
	vertical-align: top;
	color: #666666;
}
.loca h3 em{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.product li{
	float: left;
	width: 217px;
	font-size: 14px;
	line-height: 20px;
	height: 295px;
	overflow: hidden;
	margin-top: 25px;
	margin-right: 20px;
}
.product li .pic{
	width: 215px;
	height: 245px;
	border: 1px #c5bfbd solid;
}
.product li h3{
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-top: 8px;
}
.product li p{
	color: #999999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product li:hover h3{
	color: #24793e;
}
.product li:hover .pic{
	border-color: #24793e;
}
.product ul{
	padding-bottom: 30px;
}
.page{
	text-align: center;
}
.dis{
	display: inline-block;
	*display: inline
	vertical-align: top;
	zoom: 1;
}
.page .dis a{
	float: left;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: #f8f8f8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	color: #666666;
	margin: 0 6px;
}
.page .dis a.on,
.page .dis a:hover{
	color: #FFFFFF;
	background: #24793e;
}
.base li{
	float: left;
	width: 289px;
	height: 409px;
	border: 1px #eaeaea solid;
	background: #fcfcfc;
	margin: 38px 31px 0 0;
}
.base li .pic{
	width: 289px;
	height: 302px;
	border-bottom: 1px #EEEEEE solid;
}
.base li .word{
	padding: 17px 20px 0;
}
.base li h3{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.base li p{
	padding-left: 18px;
	background: url(../images/rili.png) left center no-repeat;
	color: #797979;
	line-height: 32px;
}
.base li p b{
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
	background: url(../images/shuxian2.jpg) right center no-repeat;
}
.base li p em{
	display: inline-block;
	vertical-align: top;
	margin-left: 13px;
	padding-left: 18px;
	background: url(../images/eye.png) left center no-repeat;
}
.base li a{
	display: block;
	width: 100%;
	height: 100%;
}
.base li:hover h3{
	color: #24793e;
}
.base li.last{
	margin-right: 0;
}
.base li:hover{
	box-shadow: 5px 5px 0 rgba(241,242,241,1);
	-moz-box-shadow: 5px 5px 0 rgba(241,242,241,1);
	-webkit-box-shadow: 5px 5px 0 rgba(241,242,241,1);
}
.newsbox{
	padding-top: 38px;
}
.newsbox .tit{
	font-size: 30px;
	color: #24793e;
	height: 76px;
	line-height: 76px;
	overflow: hidden;
	border-bottom: 1px #dfdfdf solid;
}
.newsbox .tit span{
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
	padding-left: 10px;
}
.newsbox .tit a{
	float: right;
	font-size: 14px;
	color: #999999;
}
.newsbox li{
	padding: 30px 0;
	border-bottom: 1px #a3a3a3 dashed;
}
.newsbox li .img{
	float: left;
	width: 204px;
	height: 122px;
	border: 1px #eaeaea solid;
	overflow: hidden;
}
.newsbox li .word{
	float: left;
	width: 650px;
	margin-left: 35px;
}
.newsbox li h3{
	font-size: 16px;
	color: #24793e;
	line-height: 26px;
}
.number{
	font-size: 14px;
	color: #797979;
	line-height: 42px;
	padding-left: 25px;
	background: url(../images/rili2.png) left center no-repeat;
}
.number b{
	display: inline-block;
	/* vertical-align: top; */
	padding-right: 20px;
	background: url(../images/shuxian2.jpg) right center no-repeat;
}
.number em{
	display: inline-block;
	/* vertical-align: top; */
	padding-left: 27px;
	background: url(../images/eye2.png) left center no-repeat;
	margin-left: 15px;
}
.newsbox li p{
	font-size: 14px;
	color: #5a5a5a;
	line-height: 24px;
	padding-top: 5px;
	height: 48px;
	overflow: hidden;
}
.newsbox li.on p{
	height: auto;
}
.newsbox li .clickbtn{
	float: right;
	width: 26px;
	height: 26px;
	background: url(../images/jiahao.png) no-repeat;
	margin-top: 44px;
	cursor: pointer;
}
.newsbox ul{
	padding-bottom: 45px;
}
.page2 a{
	float: left;
	height: 40px;
	display: block;
	border: 1px #dddddd solid;
	font-size: 14px;
	color: #5a5a64;
	font-weight: bold;
	padding: 0 15px;
	line-height: 40px;
	margin-right: -1px;
}
.page2 a.a1{
	margin-right: 9px;
}
.page2 a.a2{
	margin-left: 9px;
	margin-right: 0;
}
.page2 a.on{
	color: #FFFFFF;
	background: #2eaf4a;
	border-color: #2eaf4a;
}
.intro {
	color: #666666;
	/* text-indent: 2em; */
	/* line-height: 24px; */
	line-height: 2;
	/* padding-top: 35px; */
}
.intro *{
	line-height: inherit;
}
.intro .img{
	float: left;
	margin-right: 55px;
}
.intro .img2{
	padding-top: 50px;
}
.havebg{
	background: url(../images/bg2.jpg) right bottom no-repeat;
}
.culture{
	margin-top: 50px;
	background: center top no-repeat;
	padding: 350px 30px 0;
	line-height: 30px;
	min-height: 452px;
	font-size: 14px;
	color: #333333;
}
.above dl{
	padding-top: 20px;
}
.above dt{
	float: left;
	width: 627px;
}
.above dt .box{
	height: 266px;
	background: center no-repeat;
	margin-top: 20px;
}
.above dt a{
	display: block;
	padding: 44px 25px 0;
	height: 222px;
	overflow: hidden;
}
.above dl .tit{
	color: #FFFFFF;
	text-align: center;
	width: 147px;
	height: 20px;
	line-height: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #0060a7;
}
.above dl h3{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	padding-top: 8px;
}
.above dl p{
	color: #747474;
	line-height: 20px;
	padding-top: 5px;
}
.above dd{
	float: right;
	width: 289px;
	height: 547px;
	margin-top: 22px;
}
.above dd a{
	display: block;
	height: 515px;
	padding: 32px 20px 0;
}
.above .word{
	font-size: 14px;
	color: #5a5a5a;
	line-height: 24px;
	padding: 35px 0;
}
.sharebox{
	border-top: 1px #dfdfdf solid;
	color: #00ac97;
	padding: 23px 0;
	line-height: 20px;
}
.sharebox a{
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	background: url(../images/icon3.png);
	margin-left: 10px;
}
.abovelist .tit{
	font-size: 30px;
	color: #24793e;
	height: 62px;
	line-height: 62px;
	overflow: hidden;
	border-bottom: 1px #dfdfdf solid;
}
.abovelist .tit span{
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
	padding-left: 10px;
}
.abovelist li{
	line-height: 60px;
	border-bottom: 1px #dfdfdf solid;
}
.abovelist li .number{
	float: right;
	line-height: 60px;
}
.abovelist li h3{
	font-size: 16px;
	color: #333333;
	width: 700px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 60px;
}
.abovelist li a:hover h3{
	color: #24793e;
}
.team li{
	margin-top: 45px;
}
.team li a{
	display: block;
}
.team li .img{
	width: 436px;
	height: 278px;
	overflow: hidden;
	float: left;
}
.team li .word{
	width: 450px;
	margin-top: 10px;
	float: right;
}
.team li h3{
	font-size: 40px;
	color: #0060a7;
	line-height: 114px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.team li p{
	font-size: 16px;
	color: #5a5a5a;
	line-height: 24px;
	height: 144px;
	overflow: hidden;
}
.team li.li2 .img{
	float: right;
}
.team li.li2 .word{
	float: left;
}
.contact{
	padding: 0 50px;
}
.contact .tit{
	font-size: 24px;
	color: #333333;
	line-height: 68px;
	background: url(../images/hengxian2.png) left bottom no-repeat;
	font-weight: bold;
}
.contact ul{
	padding-top: 15px;
	padding-bottom: 50px;
}
.contact li{
	float: left;
	width: 490px;
	margin-right: 30px;
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
	background: left top no-repeat;
	margin: 8px 0;
}
.job .tit{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	padding: 0 28px;
	line-height: 60px;
	background: #eeeeee;
}
.job .jianz{
	padding: 7px 28px 90px;
}
.job .jianz h3{
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	line-height: 56px;
}
.job .jianz p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.gretit{
	font-size: 16px;
	color: #ffffff;
	background: #287840;
	line-height: 60px;
}
.gretit li{
	float: left;
	width: 20%;
	text-align: center;
	position: relative;
	line-height: 60px;
}
.gretit li.first{
	text-indent: 28px;
	text-align: left;
}
.zhiwei{
	padding-bottom: 50px;
}
.zhiwei .gretit{
	border-bottom: 1px #efefef solid;
	background: #ffffff;
	color: #666666;
	cursor: pointer;
}
.zhiwei .gretit i{
	width: 11px;
	height: 6px;
	display: block;
	background: url(../images/arrow2.png) no-repeat;
	position: absolute;
	top: 27px;
	right: 30px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
}
.zhiwei .con{
	display: none;
}
.zhiwei .con .box{
	padding: 12px 28px;
	border-bottom: 1px #efefef solid;
}
.zhiwei .con h3{
	font-size: 14px;
	color: #287840;
	font-weight: bold;
	color: #287840;
	line-height: 30px;
}
.zhiwei .con p{
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}
.zhiwei dt.on ul{
	background: #efefef;
}
.zhiwei dt.on ul i{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
}
.zhiwei dt.on .con{
	display: block;
}
.lnav dl{
	background: #fafafa;
	font-size: 14px;
}
.lnav dl dd a{
	display: block;
	color: #000000;
	padding: 0 20px 0 25px;
	line-height: 50px;
}
.lnav dl dd i{
	float: right;
	font-family: "宋体";
	font-weight: bold;
	color: #24793e;
	display: none;
	margin-top: 17px;
}
.lnav dl dd.on a{
	color: #24793e;
	background: #f1f1f1;
}
.lnav dl dd.on i{
	display: block;
}



































