/*top*/
.topWrap{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #fafafa;
}
.top{
	width: 1180px;
	margin: 0 auto;
}
.top span{
	display: block;
	float: left;
	color: #909090;
	font-size: 14px;
}
.topRight {
	text-align: right;
	float: right;
}
.topRight a {
	color: #464646;
	display: inline-block;
	padding-left: 20px;
}
.topRight a.cur,
.topRight a:hover {
	color: #b2b2b2;
}
/*header*/
.header {
	width: 1180px;
	height: 95px;
	margin: 0 auto;
}
.logo {
	float: left;
	margin-top: 3px;
	display: block;
}
.search {
	width: 100%;
	height: 32px;
	float: right;
	width: 300px;
	border: 1px solid #d2d2d2;
	border-radius: 25px;
	margin-top: 31.5px;
}
.search span {
	width: 24px;
	height: 24px;
	margin-top: 4px;
	margin-right: 12px;
	display: block;
	float: right;
}
.search .searchText {
	width: 230px;
	height: 22px;
	font-size: 14px;
	color: #c6c6c6;
	margin-top: 5px;
	margin-left: 16px;
	outline: none;
	line-height: 22px;
	font-family: "微软雅黑";
}

/*nav*/
.nav {
	width: 100%;
	height: 50px;
	background: #df403a;
	position: relative;
	z-index: 9;
}
.innav {
	width: 1180px;
	height: 50px;
	margin: 0 auto;
}
.innav ul li {
	height: 50px;
	display: block;
	float: left;
	text-align: center;
	line-height: 50px;
	position:relative;
    margin: 0 35px;
}
.innav ul li.marr{
	margin-right: 0;
}
.innav ul li:hover,
.innav ul li a.cur {
	background: rgba(0, 0, 0, 0.4);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#44000000', endColorstr='#44000000');	/*IE6,IE7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#44000000', endColorstr='#44000000')";	/*IE8*/
}
.innav ul li a {
	color: #ffffff;
	padding: 0 16px;
	font-size: 16px;
	display: block;
}
#nav{
	width:100%;
	line-height: 40px;
	font-size:16px;
	background: rgba(0,0,0,0.4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44000000',endColorstr='#44000000');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#44000000', endColorstr='#44000000')";      /*IE8*/
	position:absolute;
	top:50px;
	left:0px;
	display: none;
	z-index: 10;
}
.innav ul li #nav a{
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}
#nav a:hover{
	background: #df403a;
}

/*banner*/
.main{
	width: 1180px;
	margin: 0 auto;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.slideBox1{
	height: 460px;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
/*前/后按钮代码 */
.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;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -36px;
	width: 37px;
	height: 72px;
	background: url(../images/btn1.png) 0 0 no-repeat;
}
.slideBox1 .next {
	right: 0;
	left: auto;
	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: 42px;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 24px;
	line-height: 42px;
	text-align: center;
}
.slideBox1 .bd li .tit span {
    display: inline-block;
    padding: 0 16px;
    margin: 0 auto;
	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*/
}

/*banner2*/
.slideBox2 .hd {
	overflow:hidden;
	position:absolute;
	bottom: 13.5px;
	z-index:1;
	right: 0;
}
.slideBox2 .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox2 .hd ul li {
	float:left;
	margin-right: 36px;
	width: 9px;
	height: 9px;
	_height: 4px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	border: 3px solid #fff;
	border-radius: 50%;
}
.slideBox2 .hd ul li.on {
	background: #9fcf25;
}
.slideBox2 .bd li .tit{
	_height: 42px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: #fff;
	font-size: 24px;
	text-indent: 14px;
	line-height: 42px;
	width: 100%;
	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*/
}
.slideBox2 .bd li .tit p {
    width: 1180px;
    margin: 0 auto;
}

/*banner3*/
.slideBox3 .hd {
	overflow:hidden;
	position:absolute;
	bottom: 12px;
	z-index:1;
	text-align: center;
	width: 100%;
	*left: 50%;
	*margin-left: -195px;
}
.slideBox3 .hd ul {
	overflow:hidden;
	zoom:1;
	margin: 0 auto;
	display: inline-block;
}
.slideBox3 .hd ul li {
	float:left;
	margin: 0 15px;
	width: 100px;
	height: 3px;
	text-align: center;
	cursor: pointer;
	background: #fff;
}
.slideBox3 .hd ul li.on {
	background: #9fcf25;
}
.slideBox3 .bd li .tit{
	_height: 42px;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 24px;
	line-height: 42px;
	text-align: center;
}
.slideBox3 .bd li .tit span {
    display: inline-block;
    padding: 0 16px;
    margin: 0 auto;
	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*/
}

/*banner4*/
.slideBox4 .prev,
.slideBox4 .next {
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background: url(../images/btn2.png) 0 0 no-repeat;
}
.slideBox4 .next {
	right: 20px;
	left: auto;
	background-position: right 0; 
}
.slideBox4 .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;
}
.slideBox4 .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;
}
.slideBox4 .bd li .tit{
	_height: 42px;
	position: absolute;
	bottom: 138px;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 24px;
	line-height: 42px;
}
.slideBox4 .bd li .tit span {
    display: inline-block;
    padding: 0 16px;
    margin-left: 104px;
	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*/
}

/*banner5*/
.slideBox5{
	margin-bottom: 0;
}
.slideBox5 .hd {
	overflow:hidden;
	position:absolute;
	bottom:14px;
	z-index:1;
	width: 100%;
	text-align: center;
	*left: 50%;
	*margin-left: -45px;
}
.slideBox5 .hd ul {
	overflow:hidden;
	zoom:1;
	height: 10px;
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
.slideBox5 .hd ul li {
	float:left;
	margin: 0 5px;
	width: 8px;
	height: 8px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	position: relative;
}
.slideBox5 .hd ul li.on {
	background: #df403a;
	height: 16px;
}
.slideBox5 .prev,
.slideBox5 .next {
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 27px;
	height: 50px;
	background: url(../images/btn3.png) 0 0 no-repeat;
}
.slideBox5 .next {
	right: 10px;
	left: auto;
	background-position: right 0; 
}
.slideBox5 .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;
}
.slideBox5 .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;
}
.slideBox5 .bd li .tit{
	position: absolute;
	bottom: 116px;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
}
.slideBox5 .bd li .tit span {
    display: inline-block;
    padding: 6px 16px;
	background:#df403a;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa8d44c',endColorstr='#aaa8d44c');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa8d44c', endColorstr='#aaa8d44c')";      /*IE8*/
}

/*页面主体部分*/
.mainCon,
.mainShu{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.oneMain,
.twoMain,
.threeMain,
.fourMain,
.fiveMain,
.thirteenMain,
.fourteenMain{
	width: 1180px;
	padding: 0 10px;
	height: auto;
	margin: 20px auto 0;
}
.oneTitle{
	width: 100%;
	border-bottom: 1px solid #f3f3f3;
	text-align: right;
	margin-bottom: 20px;
}
.oneTitle span {
	display: inline-block;
	border-bottom: 2px solid #f26e0f;
	float: left;
	line-height: 32px;
	font-size: 16px;
	color: #464646;
}
.oneTitle a {
	font-size: 14px;
	color: #cccccc;
	line-height: 32px;
}
.oneTitle a:hover {
	color: #f26e0f;
}
.oneTitle a font {
	font: 12px/12px consolas;
}
.onel{
		float: left;
}
.onel img{
	display: block;
	width: 100%;
}
.onel a.tit{
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	padding: 6px 0;
}
.onel a.tit:hover,
.oner li a:hover {
	color: #f26e0f;
	text-decoration: underline;
}
.onel p{
	color: #9b9b9b;
	line-height: 24px;
	text-indent: 2em;
}
.oner{
	float: left;
	width: 900px;
	margin-top: -10px;
}
.oner li{
	float: left;
	width: 400px;
	margin-left: 50px;
	_margin-left: 30px;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 22px;
	margin-bottom: 22px;
}
.oner li a{
	display: block;
	color: #333;
	font-size: 16px;
	line-height: 36px;
}

/*main_two*/
.picScroll-left {
	width: 100%;
	position: relative;
}
.picScroll-left .hd {
	position: absolute;
	width: 100%;
	top: 50%;
	z-index: 9;
	margin-top: -40px;
}
.picScroll-left .hd .prev,
.picScroll-left .hd .next {
	display: block;
	width: 30px;
	height: 80px;
	margin-right: 5px;
	overflow: hidden;
	float: left;
	cursor: pointer;
	background: url(../images/btn4.png) no-repeat;
}
.picScroll-left .hd .next {
	background-position: right 0;
	float: right;
}
.picScroll-left .hd .prev:hover{
	background-position: 0 bottom;
}
.picScroll-left .hd .next:hover{
	background-position: right bottom;
}
.picScroll-left .bd {
	padding: 0 10px;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 42px;
	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: 300px;
	height: 300px;
	display: block;
}
.picScroll-left .bd ul li .title a{
	line-height: 30px;
	margin-top: 8px;
	color: #333;
	display: block;
	font-size: 16px;
}
.picScroll-left .bd ul li .title a:hover{
	color: #f26e0f;
	text-decoration: underline;
}

/*main_three*/
.three-list{
	width: 100%;
	height: auto;
}
.three-list li{
	float: left;
	width: 230px;
	margin-right: 86.66px;
	_margin-right: 82px;
}
.three-list li a.img{
	display: block;
}
.three-list li a.tit{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	padding-top: 8px;
}
.three-list li a.tit:hover{
	color: #f26e0f;
	text-decoration: underline;
}
.three-list li span{
	display: block;
	text-align: left;
	font-size: 14px;
	color: #9b9b9b;
	padding: 10px 0;
}
.three-list li a.know{
	display: block;
	text-align: center;
	width: 200px;
	height: 30px;
	line-height: 30px;
	background: #b8b8b8;
	margin: 8px auto 0;
	color: #fff;
}
.three-list li a.know:hover{
	background: #9fcf25;
}

/*main_four*/
.fourl{
	width: 380px;
	float: left;
	margin-right: 20px;
}
.fourl img{
	display: block;
	margin-bottom: 10px;
}
.fourl p{
	color: #333;
	line-height: 30px;
	text-indent: 2em;
}
.fourl p a.detail{
	color: #f26e0f;
}
.fourr-list{
	width: 780px;
	float: left;
}
.fourr-list li{
	float: left;
	width: 200px;
	margin-right: 90px;
}
.fourr-list li a.img{
	display: block;
	width: 100%;
}
.fourr-list li a.tit{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.fourr-list li a.tit:hover{
	color: #f26e0f;
}
.fourr-list li p{
	color: #9b9b9b;
	padding-bottom: 8px;
}

/*main_five*/
.three-list li p{
	text-indent: 2em;
	color: #9b9b9b;
	line-height: 24px;
	padding-top: 10px;
}

/*广告*/
.adv {
	width: 1180PX;
		padding: 0 10px;
	margin-top: 20px;
}

/*main_six*/
.sixLeft,
.sixRight,
.mainsLeft,
.eightLeft,
.eightRight,
.nineMiddle,
.tenMiddle,
.elevenMiddle,
.twelveMiddle,
.fifteenMiddle{
	width: 580px;
	padding: 0 10px;
	height: auto;
	float: left;
	margin: 20px auto 0;
}
.oneLisImg {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
.oneLisImg .hd {
	height: 18px;
	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: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	text-align: center;
	background: #7a7a7a;
	cursor: pointer;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
}
.oneLisImg .hd ul li.on {
	background: #f26e0f;
}
.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;
}
.sixRight img{
	width: 100%;
	margin-bottom: 2px;
}
.sixRight p{
	color: #333;
	line-height: 30px;
	text-indent: 2em;
}
.sixRight p a.detail{
	color: #f26e0f;
}

/*main部分-竖*/
.mainsMiddle,
.mainsRight,
.nineLeft,
.nineRight,
.tenLeft,
.tenRight,
.elevenLeft,
.elevenRight,
.twelveLeft,
.twelveRight,
.fifteenLeft,
.fifteenRight{
	width: 280px;
	padding: 0 10px;
	height: auto;
	float: left;
	margin: 20px auto 0;
}
/*tab切换*/
.tab-one{
	width: 100%;
	height: auto;
}
.tab-menu {
	border-bottom: 1px solid #e6e6e6;
}
.tab-menu li {
	float: left;
	cursor: pointer;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #9b9b9b;
	font-size: 16px;
}
.menu-one li{
	padding: 0 16px;
	margin-right: 10px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.tab-box {
	height: auto;
	position: relative;
}
.menu-one .selected {
	background: #f26e0f;
	border: 1px solid #f26e0f;
	color: #fff;
}
.hide {
	display: none;
}
.tabo-list li{
	width: 100%;
	margin-top: 20px;
}
.tabo-list li .img{
	float: left;
	width: 200px;
	margin-right: 20px;
}
.tabo-list li .wen{
	float: left;
	width: 360px;
}
.tabo-list li .wen .tit{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: -4px;
}
.tabo-list li .wen .tit:hover{
	color: #f26e0f;
	text-decoration: underline;
}
.tabo-list li .wen p{
	text-indent: 2em;
	color: #9b9b9b;
	line-height: 24px;
	padding-top: 20px;
}
.tabo-list li .wen p .detail,
.sevm p .detail{
	color: #f26e0f;
}
.seven-list{
	width: 100%;
	height: auto;
	margin-top: 32px;
	padding-top: 6px;
	border-top: 1px dotted #e6e6e6;
}
.seven-list li a{
	display: block;
	color: #464646;
	line-height: 34px;
	_height: 34px;
	text-indent: 10px;
	background: url(../images/ico1.png) no-repeat left center;
}
.seven-list li a:hover,
.eightr-list li .wen .tit:hover{
	color: #f26e0f;
	text-decoration: underline;
}
.seven-list li a span{
	float: right;
	color: #9b9b9b;
	font-size: 13px;
}
.sevm{
	width: 100%;
}
.sevm img{
	width: 106px;
	height: 145px;
	padding-right: 16px;
	padding-bottom: 5px;
	display: block;
	float: left;
}
.sevm1 img{
	width: 84px;
	height: 105px;
	padding-right: 16px;
	padding-bottom: 5px;
	display: block;
	float: left;
}
.sevm p,
.sevmf p{
	text-indent: 2em;
	color: #666;
	line-height: 25px;
}
.oneTitle1{
	margin-top: 16px;
}

/*main_eight*/
.eight-list{
	margin-top: 0;
	border-top: 0;
}
.menu-two li{
	margin-right: 30px;
	border-bottom: 2px solid #fff;
}
.menu-two .selected {
	border-color: #f26e0f;
	color: #464646;
}
.eightr-list li{
	padding-bottom: 5px;
	margin-bottom: 16px;
	border-bottom: 1px solid #f3f3f3;
}
.eightr-list li img{
	display: block;
	float: left;
	width: 88px;
	margin-right: 10px;
}
.eightr-list li .wen{
	float: left;
	width: 480px;
	color: #9b9b9b;
}
.eightr-list li .wen .tit{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: -4px;
}
.eightr-list li .wen p{
	line-height: 23px;
}
.eightr-list li .wen span{
	display: inline-block;
	font-size: 12px;
}

/*main_nine*/
.ninel-list{
	margin-top: -6px;
	padding-top: 0;
	border-top: 0;
}
.ninem .img{
	float: left;
	width: 180px;
	margin-right: 20px;
}
.ninem .wen{
	float: left;
	width: 380px;
}
.ninem .wen .tit{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: -4px;
}
.ninem .wen .tit:hover{
	color: #f26e0f;
	text-decoration: underline;
}
.ninem .wen p{
	text-indent: 2em;
	color: #9b9b9b;
	line-height: 22px;
}
.ninem .wen p .detail,
.tenRight p a.detail,
.twelveLeft p a.detail{
	color: #f26e0f;
}
.ninem-list{
	margin-top: 0;
	border-top: 0;
	padding-top: 3px;
}
.nineRight a.img{
	display: block;
	margin-bottom: 16px;
}

/*main_ten*/
.tenl-list{
	width: 100%;
	margin-top: -15px;
}
.tenl-list li a{
	display: block;
	background: url(../images/ico2.png) no-repeat right center;
	border-bottom: 1px solid #f3f3f3;
	height: 30px;
	line-height: 30px;
	padding: 3px 0;
	color: #464646;
}
.tenl-list li a:hover,
.eler-list li a:hover,
.twelveLeft a.tit:hover,
.twelveLeft ul li a:hover{
	color: #f26e0f;
	text-decoration: underline;
}
.tenMiddle .oneLisImg .hd {
	height: 10px;
}
.tenMiddle .oneLisImg .hd ul li {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: inherit;
}
.tenMiddle .oneLisImg .hd ul li.on {
	background: #9fcf25;
}
.tenRight img{
	display: block;
	width: 100%;
	margin-bottom: 9px;
}
.tenRight p{
	color: #464646;
	text-indent: 2em;
	line-height: 34px;
}

/*main_eleven*/
.elel-list{
	margin-top: 8px;
	border-top: 0;
}
.eler-list{
	width: 100%;
	height: auto;
	margin-top: -13px;
}
.eler-list li a{
	display: block;
	background: url(../images/ico3.png) no-repeat right center;
	border-bottom: 1px solid #f3f3f3;
	height: 30px;
	line-height: 30px;
	padding: 2px 0;
	color: #464646;
}

/*main_twelve*/
.twelveLeft a.tit{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 33px;
}
.twelveLeft p{
	text-indent: 2em;
	color: #9b9b9b;
	line-height: 22px;
}
.twelveLeft ul li a{
	display: block;
	color: #464646;
	line-height: 34px;
	_height: 34px;
	text-indent: 10px;
	background: url(../images/ico1.png) no-repeat left center;
}
.twelvem{
	width: 100%;
	height: auto;
}
.twelveml{
	width: 380px;
	float: left;
}
.twelveml .oneLisImg .hd {
	height: 6px;
}
.twelveml .oneLisImg .hd ul li {
	width: 18px;
	height: 3px;
	background: #8a8989;
	border-radius: inherit;
}
.twelveml .oneLisImg .hd ul li.on {
	background: #9fcf25;
}
.twelvemr{
	height: 294px;
	float: right;
	width: 200px;
	background: #9fcf25;
}
.twelvemr li{
	padding: 0 14px;
}
.twelvemr li a{
	color: #fff;
	font-size: 12px;
	display: block;
	_height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #fff;
}
.twelvemr li.marr a{
	border-bottom: 0;
}
.twel-list{
	margin-top: 2px;
	border-top: 0;
}
.twel-list li a{
	background: url(../images/ico4.png) no-repeat left center;
	text-indent: 12px;
}

/*main_thirteen*/
.thirteenMain ul li{
	float: left;
	width: 280px;
	margin-right: 20px;
}
.thirteenMain ul li.marr{
	float: right;
	margin-right: 0;
}
.thirteenMain ul li a{
	display: block;
	width: 100%;
	position: relative;
}
.thirteenMain ul li a p{
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 26px;
	line-height: 26px;
	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*/
}

/*main_fourteen*/
.fteenl{
	height: 400px;
	float: left;
	width: 400px;
	color: #fff;
	background: #9fcf25;
}
.fteenl a.tit{
	display: block;
	padding: 28px 10px;
	font-size: 18px;
	color: #fff;
}
.fteenl p{
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
	line-height: 30px;
	text-indent: 2em;
}
.fteenl a.detail{
	color: #fff;
	display: inline-block;
	width: 110px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-top: 36px;
	float: right;
	margin-right: 20px;
	background: #749708;
}
.fteenr{
	width: 780px;
	float: left;
}
.fteenr .oneLisImg .hd {
	height: 18px;
}
.fteenr .oneLisImg .hd ul li {
	width: 18px;
	height: 18px;
	background: #fff;
	color: #749708;
	text-align: center;
	border-radius: inherit;
}
.fteenr .oneLisImg .hd ul li.on {
	background: #749708;
	color: #fff;
}

/*main_fifteen*/
.fifteenMiddle .ninem .wen p{
	line-height: 24px;
}
.fifteenMiddle .ninem-list{
	padding-top: 4px;
}
.fifl h2{
	font-size: 14px;
	color: #464646;
	line-height: 24px;
}
/*Radio*/
.WellForm .WellRadio{
	float: left;
	width:16px;
	height:25px;
	cursor:pointer;
	overflow:hidden;
	margin: 22px 0 20px 0;
	_margin: 20px 0 2px 0;
	background: url(../images/ico5.png) no-repeat;
}
.WellForm .WellRadioH{background: url(../images/ico6.png) no-repeat;}
.WellForm .WellRadio input{margin-top:5px;display:none;}
form .item{
	width:100%;
	margin-bottom:10px;
}
form pre{
	height: 28px;
	line-height: 28px;
	margin: 15px 0;
	_margin: 15px 0 2px 0;
	display: block;
	font-size: 14px;
	color: #464646;
	float: left;
	margin-left: 10px;
	width: 250px;
	font-family: "微软雅黑";
}
form .item em{
	display: block;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ececec;
}
.fifl form .sub a {
	margin: 0 auto;
	display: block;
	width: 120px;
	height: 38px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    background: #9fcf25;
}

/*link-one*/
.link-one{
	width: 1180px;
	padding: 0 10px;
	margin-top: 30px;
}
.twoTitle{
	width: 100%;
	border-bottom: 1px solid #f3f3f3;
}
.twoTitle span{
	display: inline-block;
	border-bottom: 2px solid #f26e0f;
	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 82px 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 40px 0 0;
	*margin: 0px 38px 0 0;
}
.link-list2 a:hover{
	color: #f26e0f;
}

/*link_three*/
.link-list3{
	width: 100%;
	margin-top: 20px;
}
.link-list3 li{
	float: left;
	width: 140px;
	margin-right: 33px;
}
.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*/
}

/*footer*/
.footer{
	width: 100%;
	font-size: 16px;
	color: #fff;
}
.footOne,
.footThree,
.footfour{
	width: 100%;
	margin-top: 34px;
	padding: 20px 0;
	background: #df403a;
}
.footMain{
	width: 1180px;
	margin: 0 auto;
	height: auto;
}
.footo-logo{
	float: left;
}
.footo-logo a{
	display: block;
	margin-bottom: 14px;
}
.footOne ul{
	float: left;
}
.footOne ul li{
	float: left;
	padding: 0 100px;
}
.footOne ul li.marr{
	padding-right: 0;
}
.footOne ul li a{
	display: block;
	color: #fff;
	line-height: 30px;
	padding: 4px 0;
}
.footOne ul li a:hover,
.footThree .foottl li a:hover{
	text-decoration: underline;
}
.footTwo p{
	color: #464646;
	line-height: 40px;
	text-align: center;
	padding: 16px 0;
}
.footThree .foottl{
	float: left;
	width: 270px;
}
.footThree .foottl li{
	float: left;
	padding-right: 60px;
}
.footThree .foottl li a{
	display: block;
	color: #fff;
	line-height: 30px;
	padding: 4px 0;
}
.foott-logo{
	float: left;
	width: 610px;
	margin: 8px 0;
	text-align: center;
	border-left: 1px solid #e4f2c2;
	border-right: 1px solid #e4f2c2;
}
.foott-logo a{
	display: block;
	margin: 30px 0;
}
.foottr{
	float: left;
	line-height: 38px;
	margin-left: 55px;
}


/*内页主体部分*/
.n_ban{
	width: 1180px;
	margin: 0 auto;
	padding: 0 10px;	
}
.n_ban img{
	display: block;
}
.n_tit{
	padding: 0 10px;
	height: 49px;
	line-height: 49px;
	color: #909090;
	font-size: 14px;
	margin-bottom: 16px;
}
.n_tit img{
	display: inline-block;
	margin-top: 16px;
	margin-right: 4px;
}
.n_tit a{
	display: inline-block;
	color: #909090;
}
.n_tit a:hover,
.n_right h2 a:hover{
	color: #9fcf25;
}
.n_tit font{
	padding: 0 6px;
	font: 400 12px/14px consolas;
}
.n_left{
	width: 220px;
	padding: 0 10px;
	float: left;
}
.n_right{
	width: 940px;
	padding: 0 10px;
	float: left;
}
.sideMenu h3 {
	background: #df403a;
	cursor: pointer;
	font-size: 18px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	margin-bottom: 6px;
}
.sideMenu h3.on{ background: #d73d37; }
.sideMenu ul {
	color: #666666;
	font-size: 16px;
	text-align: center;
	display: none;
	padding: 10px 0;
	line-height: 40px;
}
.sideMenu ul li{
	cursor: pointer;
}
.sideMenu ul li:hover,
.sideMenu ul li.cur a{
	color: #9fcf25;
}



.n_right h2,
.n_con h3{
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #e6e6e6;
	color: #df403a;
	font-size: 18px;
}
.n_right h2 span,
.n_con h3 span{
	display: inline-block;
	padding: 0 6px;
	float: left;
	border-bottom: 2px solid #df403a;
}
.n_right h2 a {
    font-size: 14px;
    float: right;
    color: #cccccc;
}
.n_right h2 a font {
    font: 12px/12px consolas;
}
.brief{
	width: 100%;
	font-size: 16px;
	color: #333333;
	margin-top: 30px;
}
.brief p{
	text-indent: 2em;
	line-height: 36px;
}

/*标题列表页*/
.tit-list{
	width: 100%;
}
.tit-list li{
	height: 30px;
	line-height: 30px;
	padding: 8px 0;
	border-bottom: 1px dashed #e6e6e6;
}
.tit-list li a{
	color: #666;
	display: block;
}
.tit-list li a span{
	float: right;
}
.tit-list li a:hover{
	color: #df403a;
}
.pages{
	width: 100%;
	margin: 50px auto 0;
	font-size: 16px;
	text-align: center;
	color: #999;
}
.pages a{
	display: inline-block;
	padding: 0 12px;
	height: 30px;
	line-height: 30px;
	color: #666;
	border: 1px solid #e1e1e1;
}
.pages a.s{
	background: #9fcf25;
	color: #fff;
	font-weight: bold;
	margin: 0 8px;
	border: 1px solid #9fcf25;
}
.pages a.cur,
.pages a:hover{
	background: #9fcf25;
	color: #fff;
	border: 1px solid #9fcf25;
}
.pages input{
	display: inline-block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	margin-left: 8px;
	font-size: 16px;
	color: #666;
	text-indent: 10px;
	font-family: "微软雅黑";
	margin-top: 12px;
	border: 1px solid #e1e1e1;
}

/*列表页*/
.list{
	width: 100%;
}
.list li{
	margin-top: 30px;
}
.list li .list-con{
	width: 100%;
	margin-bottom: 20px;
}
.list li .list-con .img{
	float: left;
	width: 200px;
	display: block;
	margin-right: 20px;
}
.list li .list-con .wen{
	width: 720px;
	float: left;
}
.list li .list-con .wen .tit{
	font-size: 16px;
	line-height: 36px;
	color: #666666;display: block;
}
.list li .list-con .wen .tit span{
	float: right;
	font-size: 12px;
	color: #999;
	display: block;
}
.list li .list-con .wen p{
	text-indent: 2em;
	color: #464646;
	line-height: 32px;
	margin-top: 24px;
}
.list li .list-con .wen .tit:hover,
.list li .list-con .wen p a{
	color: #df403a;
}

/*内容页*/
.n_con{
	padding: 0 10px;
	height: auto;
}
.n_con h2{
	font-size: 24px;
	color: #666666;
	text-align: center;
	line-height: 40px;
}
.n_con p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 36px;
	margin-top: 30px;
	color: #808080;
}
.n_con img{
	text-align: center;
	margin: 30px auto 0;
	display: block;
}
.sx{
	padding: 0 10px;
	height: auto;
	margin: 50px auto 0;
}
.sx a{
	display: block;
	color: #808080;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.sx a:hover{
	color: #df403a;
}
.sx a.syp{
	float: left;
	padding-left: 40px;
	background: url(../images/ico8.png) no-repeat left center;
}
.sx a.xyp{
	float: right;
	padding-right: 40px;
	background: url(../images/ico9.png) no-repeat right center;
}

/*搜索结果页*/
.search-list{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.search-list li{
	border-bottom: 1px dashed #cfcfcf;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	padding: 12px 0;
}
.search-list li a{
	display: block;
	text-indent: 14px;
	color: #333;
	background: url(../images/ico10.png) no-repeat left center;
}
.search-list li a i{
	float: right; display:block; font-style:normal;
}
.search-list li a:hover{
	color: #df403a;
	background: url(../images/ico11.png) no-repeat left center;
}

.margin-top20{margin-top:20px;}
.margin-top20 td{padding:5px 0;}
#yanzheng127285{border:1px solid #ccc;vertical-align:middle;}
