body{
    width: 1190px;
    margin: auto;
}
.topWrap{
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #4d4d4d;
	-webkit-box-shadow: 0 1px 3px #4d4d4d;
	-moz-box-shadow: 0 1px 3px #4d4d4d;
	box-shadow: 0 1px 3px #4d4d4d;
}
.top{
	width: 1190px;
	margin: 0 auto;
}
.top span{
	display: block;
	float: left;
	color: #a7a7a7;
	font-size: 14px;
}
.topR {
	font-size: 0;
	*word-spacing: -1px;
	text-align: right;
	height: 36px;
	float: right;
}
.topR a {
	color: #a7a7a7;
}
.topR a.cur {
	color: #6ec47c;
}
.topR dl {
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	*display: inline;
	width: 90px;
	height: 36px;
	position: relative;
	z-index: 999;
	*zoom: 1;
}
.topR .xian {
	width: 1px;
	height: 16px;
	background: #a7a7a7;
	top: -10px;
	*left: 40px;
	position: relative;
}
.topR dl dt {
	font-size: 14px;
	position: absolute;
	z-index: 2;
	top: 0px;
	display: block;
	width: 100%;
}
.topR dl dt:hover a {
	color: #6ec47c;
}
.topR dl dt i {
	background: url(../images/ico1.png) no-repeat 0 0;
	vertical-align: middle;
	display: inline-block;
	width: 9px;
	height: 5px;
	margin-left: 9px;
	_margin-top: 14px;
	-webkit-transition: .2s ease-in;
	-moz-transition: -webkit-transform .2s ease-in;
	-o-transition: -webkit-transform .2s ease-in;
	transition: .2s ease-in;
}
.topR dl.hover dt i {
	FILTER: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
	-moz-transform: rotate(180deg);
	-moz-transform-origin: 50% 30%;
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: 50% 30%;
	-o-transform: rotate(180deg);
	-o-transform-origin: 50% 30%;
	transform: rotate(180deg);
	transform-origin: 50% 30%;
}
.topR dl dd {
	background-color: #555;
	display: none;
	width: 90px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 3px;
	*left: 50px;
}
.topR dl.hover dd {
	display: block;
}
.topR dl dd ul {
	width: 90px;
	margin: 30px 0 0 0;
}
.topR dl dd ul li a {
	font-size: 14px;
	line-height: 32px;
	_height: 32px;
	display: block;
	clear: both;
}
.topR dl dd ul li a:hover {
	text-decoration: none;
	background-color: #333;
}

/*header*/
.headerWrap{
	width: 100%;
	padding-bottom: 210px;
}
.headerWraps{
}
.header {
	width: 1190px;
	height: 200px;
	margin: 0 auto;
        background-image: url("../images/bg-d.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
}
.logo {
	
	height: 80px;
	float: left;
	margin-top:60px;
	display: block;
}
.search {
	width: 275px;
	height: 35px;
	border: 1px solid #eeeeee;
	border-radius: 25px;
	margin-top: 82px;
	background: #fff;
}
.search span {
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	margin: 8px 8px 0 16px;
	_margin: 8px 8px 0 6px;
}
.search .searchText {
	width: 220px;
	_width: 210px;
	height: 31px;
	font-size: 14px;
	color: #a2a2a2;
	outline: none;
	line-height: 31px;
	margin-top: 2px;
	font-family: "微软雅黑";
	float: left;
	border-radius: 25px;
}
/*nav*/
.nav {
	width: 1190px;
	height: 90px;
	margin: 0 auto;
	height: 50px;
	position: relative;
	z-index: 9;
}
.innav {
	width: 1190px;
	height: 50px;
	margin: 0 auto;
}
.innav ul li {
	width: 108px;
	display: block;
	float: left;
	padding: 1px 0;
	text-align: center;
	position:relative;
}
.innav ul li.mainmenu1 {
	width: 210px;
}
.innav ul li:hover>a{
	color: #ffcf46;
}
.innav ul>li>a {
	width: 100%;
	font-size: 16px;
        padding: 14px 0;
	display: block;
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
}
.innav ul>li.cur>a{
	background: #6ec47c;
        color: #fff;
}
#nav{
	
	line-height: 40px;
	background: rgba(255,255,255,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaffffff',endColorstr='#aaffffff');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaffffff', endColorstr='#aaffffff')";      /*IE8*/
	position:absolute;
	top:50px;
	left:0px;
	display: none;
	z-index: 99999;
}
.innav ul li #nav a{
	    font-size: 14px;
    line-height: 30px;
    width: 100px;
    padding: 5px 0;
    border-bottom: 1px solid #b5b5b5;
    margin: 0 6px;
    display: block;
    color: #464646;
    width: 190px;
    text-align: left;
padding-left:15px;
}
.innav ul li #nav a.marr{
	border-bottom: 0;
}
.innav ul li #nav a:hover{
	color: #6ec47c;
}

/*banner*/
.main{
	width: 1170px;
	margin: 0 auto;
}
.mainone{
}
.mainones{
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.slideBox1{
	height:390px;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
/*前/后按钮代码 */
.slideBox .btn1{
	width: 1190px;
	bottom: 9px;
	left: 50%;
	margin-left: -595px;
	position: absolute;
}
.slideBox .prev,
.slideBox .next {
	display: block;
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
}
.slideBox1 .prev,
.slideBox1 .next {
	display: block;
	float: right;
	margin-right: 14px;
}
.slideBox1 .prev,
.slideBox1 .next {
	width: 42px;
	height: 42px;
	background: url(../images/btn.png) 0 0 no-repeat;
}
.slideBox1 .next {
	background-position: right 0; 
}
.slideBox1 .prev:hover{
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
	background-position: 0 bottom;
}
.slideBox1 .next:hover{
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
	background-position: right bottom;
}
.slideBox1 .bd li .tit{
	height: 58px;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-indent: 14px;
	line-height: 58px;
	background: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#66000000');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000')";      /*IE8*/
}
.slideBox1 .bd li .tit p {
    width: 1190px;
    margin: 0 auto;
}

/*banner2*/
.slideBox2 .prev,
.slideBox2 .next {
	position: absolute;
	left: 8px;
	top: 50%;
	display: block;
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
}
.slideBox2 .prev,
.slideBox2 .next {
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background: url(../images/btn2.png) 0 0 no-repeat;
}
.slideBox2 .next {
	left: auto;
	right: 8px;
	background-position: right 0; 
}

/*banner3*/
.slideBox3 .bd li .tit{
	width: 1150px;
	top: 210px;
	left: 50%;
	margin-left: -575px;
	position: absolute;
    color: #fff;
}
.slideBox3 .bd li .tit span{
    background: #7ea02a;
    font-size: 24px;
    padding: 0 10px;
    height: 56px;
    line-height: 56px;
    display: inline-block;
}
.slideBox3 .bd li .tit h3{
    font-size: 16px;
    margin-top: 2px;
    width: 496px;
    padding: 12px 10px;
    line-height: 26px;
    color: #383838;
    background: rgba(255,255,255,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaffffff',endColorstr='#aaffffff');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaffffff', endColorstr='#aaffffff')";      /*IE8*/
}
/*banner4*/
.slideBox4 .hd {
	overflow:hidden;
	position:absolute;
	bottom:20px;
	z-index:1;
	left: 50%;
	margin-left: -54px;
}
.slideBox4 .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox4 .hd ul li {
	float:left;
	margin: 0 7px;
	width: 18px;
	height: 18px;
	text-align: center;
	cursor: pointer;
	background: url(../images/ico1.png) no-repeat;
}
.slideBox4 .hd ul li.on {
	
}
/*banner5*/
.slideBox5 .hd {
	overflow:hidden;
	position:absolute;
	bottom:0px;
	z-index:1;
	left: 50%;
	margin-left: -84px;
}
.slideBox5 .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
	height: 16px;
	position: relative;
}
.slideBox5 .hd ul li {
	float:left;
	margin: 0 5px;
	width: 32px;
	height: 8px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	position: relative;
	margin-top: 8px;
}
.slideBox5 .hd ul li.on {
	background: #7ea02a;
	height: 16px;
	margin-top: 0;
}
.slideBox5{
	margin-bottom: 0;
}

/*页面主体部分*/
.Maincon{
	width: 1170px;
	margin: 0 auto;
	height: auto;
	
        padding-bottom:10px;
        padding-top: 10px;
}
/*main_one*/
.oneLeft, .threeLeft, .fourLeft, .tenRight, .elevenLeft{
	width: 780px;
	float: left;
	}
.threeLeft{
	_padding: 0;
}
.oneRight, .twoLeft, .threeRight, .twoRight, .sevenLeft, .sevenMiddle, .sevenRight, .eightRight, .tenLeft, .elevenRight{
	width: 370px;
	float: left;
        padding-left: 20px;
}
.eightMiddle{
	width: 370px;
	float: left;
}
.fourRight{
width: 370px;
	float: left;
}
.oneLisImg {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
.oneLisImg .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: 16px;
	z-index: 1;
}
.oneLisImg .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.oneLisImg .hd ul li {
	float: left;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	text-align: center;
	background: #7a7a7a;
	cursor: pointer;
	border-radius: 50%;
}
.oneLisImg .hd ul li.on {
	background: #f7931e;
}
.oneLisImg .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.oneLisImg .bd li {
	zoom: 1;
	vertical-align: middle;
}
.oneLisImg .bd img {
	width: 100%;
	display: block;
	position: relative;
}
.oneLisImg .bd li p{
	font-size: 18px;
	color: #fff;
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000',endColorstr='#55000000');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000', endColorstr='#55000000')";      /*IE8*/
	position: absolute;
	text-indent: 10px;
	bottom: 0;
}
.day_new{
	width: 100%;
	position: relative;
	height: 20px;
}
.day_new span{
	font-size: 14px;
	color: #fff;
	height: 20px;
	display: inline-block;
	line-height: 20px;
	padding: 0 4px;
	background: #f7931e;
}
.day_new i{
	display: inline-block;
	width: 0px;
	height: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #f7931e;
	font-size: 0px;
	line-height: 0px;
}
.oner_list{
	width: 100%;
	margin-top: -2px;
}
.oner_list li{
	margin-top: 16px;
}
.oner_list li a{
	font-size: 16px;
	color: #323232;
	font-weight: bold;
}
.oner_list li a:hover{
	color: #7ea02a;
	text-decoration: underline;
}
.oner_list li p{
	font-size: 14px;
	color: #969696;
}


/*main_two*/
.listl_two{
	width: 100%;
	height: auto;
}
.listl_two li a{
	font-size: 14px;
	color: #323232;
	line-height: 28px;
	_height: 28px;
	padding-left: 12px;
	display: block;
	background: url(../images/ico3.png) no-repeat left;
}
.listl_two li a:hover{
	color: #7ea02a;
	text-decoration: underline;
}
.listm_two{
	width: 100%;
	height: auto;
}
.listm_two li{
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.listm_two li.marr{
	margin-bottom: 0;
}
.listm_two li .img{
	display: block;
	width: 153px;
	margin-right: 20px;
}
.listm_two li .wen{
	width: 417px;
	font-size: 14px;
	color: #787878;
}
.listm_two li .wen a{
	color: #323232;
	font-size: 16px;
	padding-top: 6px;
	font-weight: bold;
	display: block;
}
.listm_two li .wen a:hover{
	color: #7ea02a;
	text-decoration: underline;
}
.listm_two li .wen p{
	text-indent: 2em;
	line-height: 22px;
	padding-top: 8px;
}
.picScroll-top{
	width: 100%;
	height: 254px;
	overflow: hidden;
}
.picScroll-top .bd{
	width: 100%;
}
.picScroll-top .bd .picList{
	width: 100%;
	position: relative;
}
.picScroll-top .bd .picList li{
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.picScroll-top .bd .picList li .pic{
	display: block;
	width: 93px;
	height: 95px;
}
.picScroll-top .bd .picList li .pic img{
	width: 100%;
}
.picScroll-top .bd .picList li .wen{
	width: 183px;
	padding-left: 14px;
}
.picScroll-top .bd .picList li .wen h2{
	font-weight: bold;
	padding: 8px 0;
	font-size: 16px;
	color: #323232;
}
.picScroll-top .bd .picList li .wen p{
	color: #787878;
}

/*main_three*/
.box_three{
	margin-top: 16px;
}
.tab_box .box a.more {
    position: absolute;
    top: -48px;
    right: 0;
    font-size: 18px;
    color: #464646;
}
.box_fcon{
	width: 100%;
	padding-bottom: 16px;
	border-bottom: 1px dotted #ccc;
}
.box_fcon .img{
	width: 280px;
	margin-right: 16px;
}
.box_fcon .wen{
	width: 590px;
	_width: 570px;
}
.box_fcon .wen a.tit{
	font-size: 16px;
	color: #323232;
	font-weight: bold;
	line-height: 30px;
	display: block;
	padding-top: 9px;
}
.box_fcon .wen a.tit:hover{
	color: #7ea02a;
	text-decoration: underline;
}
.box_fcon .wen p{
	font-size: 14px;
	text-indent: 2em;
	color: #787878;
	line-height: 26px;
	margin-top: 6px;
}
.box_fcon .wen span.time{
	display: block;
	text-align: left;
	color: #c9c9c9;
	font-size: 14px;
	margin-top: 8px;
}
.threem_list{
	width: 100%;
	height: auto;
	padding-top: 7px;
	font-size: 14px;
}
.threem_list li a{
	display: block;
	background: url(../images/ico3.png) no-repeat left;
	text-indent: 12px;
	_padding-left: 12px;
	height: 28px;
	line-height: 28px;
	color: #323232;
}
.threem_list li a:hover{
	color: #7ea02a;
	text-decoration: underline;
}
.threem_list li a span{
	float: right;
	display: block;
	color: #c8c8c8;
}
.threem_list li a:hover span{
	text-decoration: none;
}
.login{
      margin-bottom:10px;
	width: 100%;
}
.login .tit_lo{
	text-align: center;
	width: 100%;
	background: url(../images/ico5.png) no-repeat center;
	color: #7ea02a;
	font-size: 18px;
}
.login .lo_con{
	padding: 32px 22px;
	height: auto;
	border: 1px solid #ccc;
	border-top: 0;
	margin-top: -13px;
}
.login .lo_con dl{
	padding-bottom: 12px;
	overflow: hidden;
	color: #555;
	font-size: 14px;
}
.login .lo_con dl dt{
	line-height: 32px;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	text-align: right;
	display: inline-block;
	float: left;
	width: 42px;
}
.login .lo_con dl dd{
	float: left;
	width: 200px;
}
.login .lo_con dl dd input{
	width: 200px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #555;
	text-indent: 8px;
	float: left;
	border: 1px solid #d0d0d0;
}
.login .lo_con .forget{
	display: block;
	text-align: right;
	color: #1e7bdb;
}
.login .lo_con .forget:hover{
	color: #4596ea;
}
.login .lo_con .log{
	width: 100%;
	display: block;
	color: #fff;
	border-radius: 3px;
	background: #7ea02a;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin-top: 8px;
	text-align: center;
}
.zxdc{
	margin-top: 27px;
}
.zxdc ul{
	padding: 20px 10px 10px;
	height: auto;
	border: 1px solid #ccc;
	border-top: 0;
	margin-top: -13px;
}
.zxdc ul li a,
.sixr_con ul li a{
	display: block;
	background: url(../images/ico3.png) no-repeat left;
	text-indent: 12px;
	height: 28px;
	line-height: 28px;
}
.zxdc ul li a:hover,
.sixr_con ul li a:hover{
	color: #7ea02a;
	text-decoration: underline;
}

/*广告*/
.adv {
	width: 1190PX;
	height: 92px;
	}
.Title {
	width: 100%;
	height: 36px;
	display: block;
	text-align: right;
	margin-bottom: 4px;
}
.Title span {
	padding-left: 20px;
	padding-right: 20px;
	height: 20px;
	line-height: 20px;
	display: block;
	float: left;
	font-size: 20px;
	color: #1b1b1b;
	border-left: 4px solid #7ea02a;
}
.Title a {
	font-size: 14px;
	color: #a2a2a2;
}
.fourl_list{
	width: 100%;
}
.fourl_list li{
	width: 188px;
	float: left;
	margin-right: 46px;
	margin-bottom: 25px;
}
.fourl_list li.marr{
	margin-right: 0;
}
.fourl_list li.mar{
	margin-bottom: 0;
}
.fourl_list li a.img{
	width: 100%;
	display: block;
}
.fourl_list li a.tit{
	width: 100%;
	color: #323232;
	font-size: 16px;
	padding-top: 6px;
	font-weight: bold;
	display: block;
}
.fourl_list li a.tit:hover{
	color: #7ea02a;
	text-decoration: underline;
}
.fourl_list li p{
	padding-top: 2px;
	font-size: 14px;
	color: #787878;
	line-height: 24px;
}
.Title1{
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #6ec47c;
	font-size: 18px;
	color: #fff;
	margin-bottom: 2px;
        display: flex;
        align-items: center;
}
.Title1 img{
	width: 24px;
        height: 24px;
        margin-left: 10px;
        margin-right: 5px;
}
.Title1 span{
	float: left;
	display: inline-block;
        flex: 1;
}
.Title1 a{
	float: right;
	color: #fff;
	padding-right: 10px;
}
.Title1 a:hover{
	color: #ffc52a;
}
.fourr_list {
	width: 100%;
}
.fourr_list li{
	padding: 5px 0;
	border-bottom: 1px dotted #cdcdcd;
}
.fourr_list li a{
	display: block;
	font-size: 14px;
	color: #323232;
	line-height: 28px;
	background: url(../images/ico3.png) no-repeat left;
	text-indent: 10px;
        display: flex;
        justify-content: space-between;
}
.fourr_list li a:hover{
	color: #6ec47c;
	text-decoration: underline;
}

/*main_five*/
.twoMiddle, .fiveLeft, .fiveRight, .sixLeft, .sixRight, .eightLeft{
	width: 390px;
	float: left;
	padding:0 20px;
}
.fivel1{
	width: 290px;
	margin-right: 10px;
	float: left;
}
.fivel1 img{
	width: 100%;
}
.fivel1 a.tit{
	width: 100%;
	color: #323232;
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 30px;
	padding: 11px 0 3px;
}
.fivel1 a.tit:hover, .fivel2 li a.tit:hover{
	color: #7ea02a;
	text-decoration: underline;
}
.fivel1 p{
	font-size: 14px;
	color: #787878;
	line-height: 24px;
	text-indent: 2em;
}
.fivel2{
	width: 290px;
	float: left;
}
.fivel2 li{
	padding-bottom: 13px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #cdcdcd;
}
.fivel2 li.marr{
	margin-bottom: 0;
}
.fivel2 li a.tit{
	display: block;
	color: #323232;
	font-size: 16px;
	font-weight: bold;
}
.fivel2 li p{
	font-size: 14px;
	color: #787878;
	line-height: 24px;
	text-indent: 2em;
	padding-top: 2px;
}
.fiver_list{
	width: 100%;
	height: auto;
}
.fiver_list li{
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.fiver_list li.marr{
	margin-bottom: 0;
}
.fiver_list li .img{
	display: block;
	width: 153px;
	margin-right: 16px;
}
.fiver_list li .wen{
	width: 421px;
	font-size: 14px;
	color: #787878;
}
.fiver_list li .wen a{
	color: #323232;
	font-size: 16px;
	padding-top: 6px;
	font-weight: bold;
	display: block;
}
.fiver_list li .wen a:hover{
	color: #7ea02a;
	text-decoration: underline;
}
.fiver_list li .wen p{
	text-indent: 2em;
	line-height: 22px;
	padding-top: 8px;
}

/*main_six*/
.sixl_list{
	width: 100%;
	height: auto;
}
.sixl_list li{
	padding-bottom: 17px;
	margin-bottom: 18px;
	border-bottom: 1px dotted #ccc;
}
.sixl_list li.marr{
	margin-bottom: 0;
}
.sixl_list li .time{
	width: 50px;
	text-align: center;
	margin-right: 16px;
	background: #f7f7f7;
}
.sixl_list li .time h3{
	height: 22px;
	background: #7ea02a;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}
.sixl_list li .time h4{
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #323232;
	border: 1px solid #ccc;
	border-top: 0;
}
.sixl_list li .time h4 span{
	font-size: 14px;
}
.sixl_list li .wen{
	width: 524px;
	color: #787878;
	font-size: 14px;
}
.sixl_list li .wen a{
	color: #323232;
	font-weight: bold;
	font-size: 16px;
}
.sixl_list li .wen a:hover{
	color: #7ea02a;
	text-decoration: underline;
}
.sixl_list li .wen p{
	line-height: 24px;
	padding-top: 6px;
	text-indent: 2em;
}
.sixr_list{
	width: 100%;
	height: auto;
}
.sixr_list li{
	float: left;
	width: 183px;
	height: 153px;
	margin-right: 20px;
	margin-bottom: 18px;
}
.sixr_list li.marr{
	margin-right: 0;
}
.sixr_list li.mar{
	margin-bottom: 0;
}
.sixr_list li a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-kthml-opacity: 0.8;
}

/*main_seven*/
/*tab切换*/
#tab {
	width: 100%;
	_width: 98%
}
#tab .tab_menu {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#tab .tab_menu li {
	float: left;
	padding: 0 26px;
	height: 34px;
	line-height: 34px;
	border-bottom: 0px;
	cursor: pointer;
	font-size: 18px;
	color: #8b8b8b;
	text-align: center;
	background: #fff;
	color: #323232;
	border: 1px solid #ccc;
	border-left: 0;
	border-bottom: 0;
}
#tab .tab_box {
	height: auto;
	position: relative;
}
#tab .tab_menu .selected {
	background: #7ea02a;
	cursor: pointer;
	color: #fff;
}
.hide {
	display: none;
}
.tab_box .box{position: relative;} 
#tab .menu_seven {
    border-right: 1px solid #ccc;
}
#tab .tab_menu.menu_nine {
    margin-bottom: 0;
}
#tab .menu_seven li {
    padding: 0;
    width: 50%;
    border-right: 0;
}
.box_seven {
    border: 1px solid #ebebeb;
    border-top: 0;
}
.box_seven .box {
    width: 100%;
    height: auto;
    padding-top: 13px;
}
.box_seven .box li {
    width: 100%;
    padding-bottom: 18px;
    position: relative;
}
.box_seven .box li .box_tp i.ico {
    display: inline-block;
    width: 23px;
    height: 20px;
    position: relative;
    margin-left: -5px;
    float: left;
    background: url(../images/ico4.png) no-repeat center;
}
.box_seven .box li .box_tp span {
    display: inline-block;
    background: #4e8fd6;
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
    color: #fff;
    float: left;
    font-size: 12px;
}
.box_seven .box li .box_bm .img {
    width: 104px;
    margin: 8px 8px 0 18px;
}
.box_seven .box li .box_bm .tit {
    width: 140px;
    display: block;
    color: #787878;
    line-height: 24px;
    padding-top: 10px;
    font-size: 14px;
}
.box_seven .box li .box_bm .tit:hover{
	color: #7ea02a;
	text-decoration: underline;
}
.fourr_list.sevenl_list li {
    padding-bottom: 5px;
    padding-top: 0;
    margin-bottom: 5px;
}
.fourr_list.sevenl_list li.marr{
	margin-bottom: 0;
}
.sixr_con .sixm_con {
    padding-bottom: 12px;
}
.sevenm_con .sevenm_tp img {
    width: 148px;
    height: 100px;
    padding-right: 15px;
    display: block;
    float: left;
}
.sevenm_con .sevenm_tp p {
    font-size: 14px;
    color: #787878;
    text-indent: 2em;
    line-height: 25px;
}
.sevenm_con ul {
	margin-top: 10px;
}
.sevenm_con ul li a {
    display: block;
    background: url(../images/ico3.png) no-repeat left;
    text-indent: 12px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
}
.sevenm_con ul li a:hover{
	color: #7ea02a;
	text-decoration: underline;
}
.sevenRight img{
	margin-top: 18px;
}
.sevenRight p {
    text-indent: 2em;
    background: #f5f5f5;
    line-height: 24px;
    padding: 10px 16px 18px;
    color: #323232;
    font-size: 14px;
}
.sevenRight p a{
	color: #f7931e;
}
.sevenRight p a:hover{
	color: #f7a647;
}

/*main_eight*/
.eightl_list {
    width: 100%;
}
.eightl_list li {
    float: left;
    width: 180px;
    margin-right: 25px;
}
.eightl_list li a {
    display: block;
    text-align: center;
    color: #323232;
}
.eightl_list li a p {
    line-height: 30px;
}
.eightl_list li a:hover p {
    color: #6ec47c;
	text-decoration: underline;
}
.eightl_list li.marr {
    margin-right: 0;
}
.eightl_listbm {
    width: 100%;
    margin-top: 4px;
}
.eightl_listbm li {
    float: left;
    margin-right: 50px;
}
.eightl_listbm li a {
    display: block;
    background: url(../images/ico3.png) no-repeat left;
    text-indent: 12px;
    height: 28px;
    line-height: 28px;
    color: #323232;
}
.eightl_listbm li a:hover{
	color: #6ec47c;
	text-decoration: underline;
}
.eightm_list {
    width: 100%;
    padding-bottom: 2px;
}
.eightm_list li a {
    display: block;
    color: #323232;
    padding: 4px 0;
    line-height: 30px;
    _height: 30px;
}
.eightm_list li a.marr{
	background: #f0f0f0;
}
.eightm_list li a:hover{
	color: #6ec47c;
}
.eightr {
	margin-top: 18px;
}
.eightr img {
    width: 131px;
    height: 132px;
    padding-right: 16px;
    padding-bottom: 5px;
    display: block;
    float: left;
}
.eightr p {
    text-indent: 2em;
    color: #787878;
    line-height: 24px;
}

/*main_nine*/
.nineMain, .twelveMain, .link_one{
	width: 1190px;
	padding: 0 5px;
	
}
.nine_list{
	width: 100%;
}
.nine_list li{
	float: left;
	width: 288px;
	border: 1px solid #e6e4e0;
	margin-right: 10px;
	background: #fff;
}
.nine_list li.marr{
	margin-right: 0;
}
.nine_list li img {
    text-align: center;
    margin: 16px auto 0;
    display: block;
}
.nine_list li a.tit {
    font-size: 16px;
    font-weight: bold;
    color: #323232;
    line-height: 24px;
    padding: 14px 14px 8px;
    display: block;
    text-align: center;
}
.nine_list li a.tit:hover{
	color: #7ea02a;
	text-decoration: underline;
}
.nine_list li p {
    font-size: 14px;
    padding: 0 14px;
    color: #787878;
    text-indent: 2em;
    line-height: 24px;
}
.nine_list li p a.detail {
    color: #faa209;
}
.nine_list li p a.detail:hover{
	color: #fcb841;
}
.nine_list li span {
    color: #c9c9c9;
    text-align: right;
    display: block;
    line-height: 26px;
    padding: 12px 14px 14px;
}

/*main_ten*/
.tenl_list {
    width: 100%;
}
.tenl_list li {
    padding: 10px 0 20px 0;
    margin-bottom: 10px;
    *padding: 10px 0 18px 0;
    *margin-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}
.tenl_list li.marr{
	margin-bottom: 0;
}
.tenl_list li .img {
    width: 114px;
    margin-right: 16px;
}
.tenl_list li .wen {
    width: 160px;
}
.tenl_list li .wen a {
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    line-height: 30px;
    display: block;
}
.tenl_list li .wen a:hover{
	color: #7ea02a;
	text-decoration: underline;
}
.tenl_list li .wen p {
    font-size: 14px;
    text-indent: 2em;
    color: #787878;
    line-height: 26px;
}
.tenLisImg {
    width: 545px;
    height: auto;
    float: left;
    position: relative;
}
.tenLisImg .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 16px;
    bottom: 10px;
    z-index: 1;
}
.tenLisImg .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.tenLisImg .hd ul li {
    float: left;
    margin-left: 6px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #7a7a7a;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
}
.tenLisImg .hd ul li.on{
	background: #faa209;
}
.tenLisImg .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.tenLisImg .bd li {
    zoom: 1;
    vertical-align: middle;
}
.tenLisImg .bd li p {
    font-size: 18px;
    color: #fff;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000',endColorstr='#55000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000', endColorstr='#55000000')";
    position: absolute;
    text-indent: 10px;
    bottom: 0;
    left: 0;
}
.tenr_r{
	width: 325px;
	float: right;
}
.tenr_r .tenr_tp{
	width: 100%;
	border-bottom: 1px dotted #EBEBEB;
}
.tenr_r .tenr_tp a.tit{
	width: 100%;
	color: #323232;
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 30px;
}
.tenr_r .tenr_tp a.tit:hover, .tenr_r ul li a:hover{
	color: #7ea02a;
	text-decoration: underline;
}
.tenr_r .tenr_tp p{
	font-size: 14px;
	color: #787878;
	line-height: 24px;
	text-indent: 2em;
	padding-top: 4px;
}
.tenr_r .tenr_tp span{
	color: #c9c9c9;
	text-align: left;
	display: block;
	line-height: 26px;
	padding: 6px 0 9px;
}
.tenr_r ul{
	padding-top: 6px;
}
.tenr_r ul li a{
	display: block;
	background: url(../images/ico3.png) no-repeat left;
	text-indent: 12px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
}

/*main_eleven*/
.box_elel .box {
    width: 100%;
    height: auto;
}
.box_elel .box ul li{
	padding: 13px 0;
	border-bottom: 1px dotted #EBEBEB;
}
.box_elel .box ul li a.img{
	display: block;
	width: 200px;
	margin-right: 16px;
}
.box_elel .box ul li .wen{
	width: 674px;
	_width: 650px;
}
.box_elel .box ul li .wen a.tit{
	font-size: 16px;
	color: #323232;
	font-weight: bold;
	line-height: 30px;
	display: block;
}
.box_elel .box ul li .wen a.tit:hover{
	color: #7ea02a;
	text-decoration: underline;
}
.box_elel .box ul li .wen p{
	line-height: 24px;
	padding-top: 6px;
	text-indent: 2em;
	color: #787878;
}
.box_elel .box ul li .wen span{
	color: #c9c9c9;
	text-align: left;
	display: block;
	line-height: 26px;
	padding-top: 16px;
}
#tab .menu_eler {
    border: none;
}
#tab .menu_eler li {
    padding: 0;
    width: 49%;
    border: 1px solid #fff;
}
#tab .menu_eler .selected {
    background: none;
    cursor: pointer;
    color: #666;
    border: 1px solid #ccc;
}
.box_eler .box {
    width: 100%;
    height: auto;
}
.box_eler .box li {
    width: 100%;
    padding: 11px 0;
    border-bottom: 1px dotted #EBEBEB;
    position: relative;
}
.box_eler .box li a{
	color: #323232;
}
.box_eler .box li a:hover{
	color: #7ea02a;
	text-decoration: underline;
}
#tab .menu_elel {
    border: none;
    border-bottom: 1px solid #ccc;
}
#tab .menu_elel li {
    padding: 0 12px;
    border: none;
    margin: 0 14px;
    border-bottom: 2px solid #fff;
}
#tab .menu_elel .selected {
    background: none;
    cursor: pointer;
    color: #666;
    border-bottom-color: #7ea02a;
}

/*main_twelve*/
.picScroll-left {
	width: 100%;
	position: relative;
}
.picScroll-left .hd {
	position: absolute;
	top: -36px;
	right: 0;
}
.picScroll-left .hd .prev,
.picScroll-left .hd .next {
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	margin-right: 5px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/btn3.png) no-repeat;
}
.picScroll-left .hd .next {
	background-position: right 0;
}
.picScroll-left .bd {
	padding: 0 10px;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
}
.picScroll-left .bd ul li .pic img {
	width: 217px;
	height: 159px;
	display: block;
}
.picScroll-left .bd ul li .title a{
	line-height: 30px;
	color: #323232;
}
.picScroll-left .bd ul li .title a:hover{
	color: #7ea02a;
}

/*link_one*/
.Title2{
	width: 100%;
	border-bottom: 1px solid #f3f3f3;
}
.Title2 span{
	display: inline-block;
	border-bottom: 2px solid #7ea02a;
	font-size: 16px;
	color: #464646;
	line-height: 36px;
}
.link_list1{
	width: 100%;
	margin-top: -20px;
}
.link_list1 a{
	display: inline-block;
	float: left;
	margin: 40px 85px 0 0;
	width: 170px;
}
.link_list1 a.marr{
	margin-right: 0;
}
.link_list1 a img{
	width: 100%;
}
/*link_two*/
.link_list2{
	*margin-top: 20px;
	width: 100%;
}
.link_list2 a{
	display: block;
	float: left;
	margin: 20px 38px 0 0;
	*margin: 0px 38px 0 0;
}
.link_list2 a:hover{
	color: #7ea02a;
}
/*link_three*/
.link_list3{
	width: 100%;
	margin-top: 20px;
}
.link_list3 li{
	float: left;
	width: 140px;
	margin-right: 35px;
}
.link_list3 li.marr{
	float: right;
	margin-right: 0;
}
.link_list3 li a{
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
}
.link_list3 li a img{
	width: 100%;
}
.link_list3 li a p{
	height: 24px;
	line-height: 24px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#66000000');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000')";      /*IE8*/
}
.link_list3 li a:hover p{
	background: rgba(159,207,37,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa9fcf25',endColorstr='#aa9fcf25');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa9fcf25', endColorstr='#aa9fcf25')";      /*IE8*/
}
.content_body{
    margin-top: -208px;
    padding: 10px;
    background: url(../images/bg-c.jpg) repeat-x #e4e4e4;
}
/*footer*/
.footer{
    text-align: center;
    line-height: 24px;
    padding: 20px 0px 15px;
    background: #6ec47c;
}
.footer_info{
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    justify-content: space-evenly;
}
.copyright{
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.footer_info img{
    width: 80px;
    height: 80px;
}
.footone{
	width: 100%;
	background: #4d4d4d;
	margin-top: 40px;
}
.foot{
	width: 1190px;
	padding: 0 5px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.footone .ftone_l{
	width: auto;
}
.footone .ftone_l li{
	float: left;
	margin-top: 36px;
	margin-right: 50px;
	padding-left: 28px;
	border-left: 1px solid #fff;
}
.footone .ftone_l li a{
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	padding-bottom: 12px;
}
.footone .ftone_l li a:hover{
	color: #f9f9f9;
	text-decoration: underline;
}
.ftone_r {
	font-size: 14px;
	color: #fff;
	margin-left: 80px;
	padding-bottom: 10px;
}
.ftone_r h2{
	font-size: 24px;
	padding-top: 20px;
	color: #7ea02a;
}
.ftone_rlist{
	width: 100%;
	margin-top: 20px;
}
.ftone_rlist li{
	width: 100%;
	line-height: 26px;
	height: 26px;
	margin-bottom: 6px;
}
.ftone_rlist li i{
	display: block;
	float: left;
	width: 26px;
	height: 26px;
}
.ftone_rlist li span{
	display: inline-block;
	float: left;
}
.ftone_rlist li i.ico1{
	background: url(../images/ico11.png) no-repeat left center;
}
.ftone_rlist li i.ico2{
	background: url(../images/ico12.png) no-repeat left center;
}
.ftone_rlist li i.ico3{
	background: url(../images/ico13.png) no-repeat left center;
}
.ftone_rlist li i.ico4{
	background: url(../images/ico14.png) no-repeat left center;
}
.footone_bm{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #4d4d4d;
	color: #ababac;
	font-size: 14px;
}
.footone_bm span{
	display: inline-block;
	font-size: 12px;
}

/*foottwo*/
.foottwo{

	background: #4d4d4d;
	text-align: center;
	color: #7ea02a;
	padding: 10px 0;
	font-size: 14px;
     padding:20px 0px;
}
.foottwo p{
	line-height: 26px;
}

/*footthree*/
.footthree{
	width: 100%;
	margin-top: 40px;
	background: #4d4d4d;
	color: #fff;
	padding: 16px 0;
	font-size: 14px;
}
.footthree p{
	line-height: 26px;
	padding-top: 12.5px;
}


/*内页主体部分*/
.footern{
	margin-top: 70px;
}
.bannei{
	width: 100%;
	position: relative;
       height:230px;
        background: url(../images/topbanner.jpg) no-repeat;
}
.bannei img{width:100%;height:230px !important;}
.bannei span{
	font-size: 24px;
	position: absolute;
	display: inline-block;
	left: 0;
	height: 100px;
	padding:0 20px;
	text-align: center;
	line-height: 100px;
	top: 50%;
	margin-top: -50px;
	color: #fff;
	background: #6ec47c;
}
.n_left{
	width: 290px;
	float: left;
}
.n_right{
	width: 870px;
	padding-left: 10px;
	float: left;
}
.n_tit {
	padding: 0 5px;
    height: 49px;
    line-height: 49px;
    color: #666666;
    text-align: right;
    font-size: 16px;
}
.n_tit a {
    color: #666;
}
.n_tit a:hover{
	color: #6ec47c;
}
.n_tit font {
    padding: 0 6px;
    font: 400 14px/16px consolas;
}
.n_left h2{
	background: #6ec47c;
	height: 100px;
	color: #fff;
	text-align: center;
}
.n_left h2 span{
	display: inline-block;
}
.n_left h2 .large{
	font-size: 60px;
	line-height: 100px;
	font-family: arial;
	margin-right: 6px;
} 
.n_left h2 .wen {
	margin-top: 22px;
}
.n_left h2 .wen span.ch{
	font-size: 24px;
}
.n_left h2 .wen span.en{
	font-size: 14px;
	font-family: arial;
	margin-top: -4px;
}
.n_left .n_list{
	width: 100%;
	margin-top: 6px;
}
.n_left .n_list li a{
	display: block;
	font-size: 16px;
	color: #333;
	padding: 8px 0;
	line-height: 30px;
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
	background: #fcfcfc no-repeat 86% center;
	text-indent: 14px;
}
.n_left .n_list li a:hover,.n_left .n_list li.cur a{
	color: #fff;
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
	background-color: #6ec47c;
        background-image: url(../images/icon_right.png);
        background-size: 20px;
        background-repeat: no-repeat;
}
.n_right h2{
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #1b1b1b;
	padding: 10px 0 0 18px;
	border-bottom: 1px dashed #EBEBEB;
}
.n_right .tit_list{
	padding-left: 18px;
	margin-top: 14px;
}
.n_right .tit_list li{
	border-bottom: 1px solid #f5f5f5;
}
.n_right .tit_list li a{
	display: block;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	color: #4c4c4c;
	text-indent: 22px;
	background: url(../images/ico8.png) no-repeat left center;
}
.n_right .tit_list li a:hover{
	text-decoration: underline;
	color: #6ec47c;
}
.n_right .tit_list li a span{
	float: right;
	font-size: 14px;
	color: #999;
}
.pages{
	width: 100%;
	text-align: center;
	margin-top: 50px;
	color: #666;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
.pages a{
	color: #666;
	background: #f2f2f2;
	display: inline-block;
	margin-left: 3px;
	padding: 0 10px;
}
.pages a:hover{
	background: #7ea02a;
	color: #fff;
}

/*简介页*/
.brief {
	margin-top: 8px;
}
.brief p{
	font-size: 16px;
	color: #4c4c4c;
	text-indent: 2em;
	line-height: 30px;
}

/*列表页*/
.n_right .kxyj{
	padding: 20px 0 10px;
	border-bottom: 1px solid #fafafa;
}
.n_right .kxyj span{
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	color: #1b1b1b;
	text-indent: 8px;
	border-left: 4px solid #7ea02a;
}
.n_right .kxyj a{
	float: right;
	display: block;
}
.list{
	width: 100%;
	height: auto;
}
.list li {
	margin-top: 8px;
}
.list li h4{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding: 0 10px;
	color: #fff;
	background: #7ea02a;
}
.list li h4 a.more{
	float: right;
	color: #fff;
	display: block;
}
.list li .li{
	padding: 12px 0 20px 36px;
}
.list li .li a{
	display: block;
	font-size: 14px;
	color: #666;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px dashed #ebebeb;
	text-indent: 14px;
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
	background: url(../images/ico9.png) no-repeat left center;
}
.list li .li a:hover{
	color: #ffc52a;
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
	background: url(../images/ico10.png) no-repeat left center;
}
.list li .li a span{
	float: right;
	color: #999;
	font-size: 14px;
	display: block;
}

/*内容页*/
.n_con{
	width: 1170px;
	margin: 0 auto;
	padding: 0 5px;
      min-height:400px;
      text-align:justify;
}
.n_con h2{
	font-size: 36px;
	text-align: center;
	color: #666;
	line-height: 46px;
	padding: 27px 0;
	border-top: 1px solid #dcdcdc;
}
.con_con{
	padding: 0 10px;
}
.con_con p{
	font-size: 16px;
	color: #4c4c4c;
	text-indent: 2em;
	line-height: 30px;
	padding: 10px 0;
}
.con_con .con_img{
	text-align: center;
}
.con_con .con_img img{
	display: inline-block;
	margin: 30px 50px;
}

/*搜索结果页*/
.n_con h3{
	font-size: 14px;
	color: #666;
	line-height: 36px;
	border-bottom: 1px solid #dcdcdc;
}
.sear{
	padding: 0 10px;
	margin-top: 14px;
}
.sear li{
	padding: 16px 0;
	font-size: 16px;
	color: #666666;
	border-bottom: 1px dashed #dcdcdc;
}
.sear li a{
	display: block;
	color: #333;
	font-size: 18px;
}
.sear li a:hover{
	color: #7ea02a;
	text-decoration: underline;
}
.sear li p{
	line-height: 30px;
	padding-top: 8px;
}
.sear li span{
	
	text-align: right;
	color: #999;
}