@charset "utf-8";
body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #575757;
}
ul, li, dl, dt, dd, p {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
a {
	text-decoration: none;
}
img {
	border: 0px;
}
h1, h2 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
.clear {
	padding: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
/*头部样式*/
.stick {
	width: 100%;
	height: 8px;
	background: #ac201f;
}
.header {
	width: 1190px;
	height: 100px;
	margin: 0 auto;
}
.logo {
	width: 450px;
	height: 80px;
	float: left;
	display: block;
	margin-top: 15px;
}
.search {
	width: 275px;
	height: 35px;
	margin-top: 14px;
	border: 1px solid #fff;
	-webkit-box-shadow: inset 0 1px 2px #eeeeee;
	-moz-box-shadow: inset 0 1px 2px #eeeeee;
	box-shadow: inset 0 1px 2px #eeeeee;
	border-radius: 25px;
	margin-top: 30px;
	background-color: #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;
	background-color: transparent;
	border-radius: 25px;
}
/*nav*/
.nav {
	width: 100%;
	height: 50px;
	border-top: 1px solid #eeeeee;
	position: relative;
	z-index: 9;
	box-shadow: 0 3px 3px #c0c0c0;
}
.innav {
	width: 1190px;
	height: 50px;
	margin: 0 auto;
}
.innav ul li {
	width: 196px;
	height: 22px;
	display: block;
	float: left;
	padding: 14px 0;
	text-align: center;
	line-height: 22px;
	position: relative;
}
.innav ul li.mainmenu1 {
	width: 210px;
}
.innav ul li:hover {
	background: #ac201f;
}
.innav ul li:hover>a {
	color: #ffcf46;
}
.innav ul>li>a {
	color: #464646;
	width: 100%;
	font-size: 14px;
	border-right: 1px solid #eee;
	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 {
	background: #ac201f;
}
.innav ul>li.cur>a {
	color: #ffcf46;
}
#nav {
	width: 100%;
	line-height: 40px;
	background: #ffffff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');      /*ie6,ie7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff')";      /*ie8*/
	position: absolute;
	top: 50px;
	left: 0px;
	display: none;
	z-index: 99999;
}
.innav ul li #nav a {
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #b5b5b5;
	margin: 0 6px;
	display: block;
}
.innav ul li #nav a.marr {
	border-bottom: 0;
}
#nav a:hover {
	color: #ac201f;
}
/*banner*/
.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideBox1 {
	height: 100%;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd li img {
	width: 100%;
}
/*前/后按钮代码 */
.slideBox .btn1 {
	width: 1190px;
	bottom: 10px;
	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: 0 5px;
}
.slideBox1 .prev, .slideBox1 .next {
	width: 42px;
	height: 42px;
	background: url(../images/btn1.jpg) 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 {
	left: 0;
	height: 58px;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 16px;
	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')";
}
.slideBox1 .bd li .tit p {
	width: 1190px;
	margin: 0 auto;
}
/*banner2*/
.slideBox2 .prev, .slideBox2 .next {
	position: absolute;
	left: 16.5%;
	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.jpg) 0 0 no-repeat;
}
.slideBox2 .next {
	left: auto;
	right: 16.5%;
	background-position: right 0;
}
/*banner3*/
.slideBox3 .bd li .tit {
	width: 1190px;
	top: 210px;
	left: 50%;
	margin-left: -595px;
	position: absolute;
	color: #fff;
}
.slideBox3 .bd li .tit span {
	background: #ac201f;
	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;
	background: rgba(0,0,0,0.7);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');      /*ie6,ie7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000')";
}
/*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.jpg) no-repeat;
}
.slideBox4 .hd ul li.on {
	background: url(../images/ico1_h.jpg) no-repeat;
}
/*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: #ac201f;
	height: 16px;
	margin-top: 0;
}
.slideBox5 {
	margin-bottom: 0;
}
/*页面主体部分*/
/*main_one*/
.main_qp {
	width: 100%;
	height: 480px;
	background: url(../images/main_bg.jpg) no-repeat center;
	background-size: cover;
}
.oneMain {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}
.slideBox6 {
	height: 400px;
	margin-bottom: 0;
}
.slideBox6 .bd ul li {
	width: 100%;
}
.slideBox6 .bd ul li .one_list {
	float: left;
	width: 260px;
	border: 1px solid #e6e4e0;
	margin: 0 5px;
	padding: 12px 14px;
	_padding: 12px 12px;
	background: #fff;
}
.slideBox6 .bd ul li .one_list img {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.slideBox6 .bd ul li .one_list a.tit {
	font-size: 16px;
	font-weight: bold;
	color: #323232;
	line-height: 24px;
	padding: 14px 0 8px;
	display: block;
	text-align: center;
}
.slideBox6 .bd ul li .one_list a.tit:hover {
	color: #ac201f;
	text-decoration: underline;
}
.slideBox6 .bd ul li .one_list p {
	font-size: 14px;
	color: #787878;
	text-indent: 2em;
	line-height: 24px;
}
.slideBox6 .bd ul li .one_list p a.detail {
	color: #faa209;
}
.slideBox6 .bd ul li .one_list p a.detail:hover {
	color: #fdbf53;
}
.slideBox6 .bd ul li .one_list span {
	color: #c9c9c9;
	text-align: right;
	display: block;
	line-height: 26px;
	padding: 12px 0 2px;
}
.slideBox6 .hd {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	z-index: 1;
}
.slideBox6 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	height: 12px;
	position: relative;
	width: 1190px;
	background: #e6e4df;
	border-radius: 25px;
}
.slideBox6 .hd ul li {
	float: left;
	width: 50%;
	height: 12px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.slideBox6 .hd ul li.on {
	background: #afada9;
	border-radius: 25px;
}
/*main_two*/
.main {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
.twoLeft, .ninetRight, .twelveLeft {
	width: 890px;
	padding: 0 5px;
	float: left;
	margin-top: 30px;
}
.twoRight, .threeLeft, .threeRight, .fiveLeft, .fiveRight, .sixLeft, .sixMiddle, .sixRight, .sevenLeft, .sevenRight, .nineLeft, .elevenLeft, .elevenRight, .twelveRight {
	width: 290px;
	padding: 0 5px;
	margin-top: 30px;
	float: left;
}
.fiveRight_l {
	width: 290px;
	padding: 0 5px;
	float: left;
}
.fiveRight, fiveRight_l, .sevenRight, .nineLeft {
	_padding: 0;
}
.Title {
	width: 100%;
	height: 36px;
	margin-bottom: 10px;
	display: block;
	line-height: 36px;
	background: url(../images/ico2.jpg) no-repeat left;
	_position: relative;
}
.Title span {
	float: left;
	display: block;
	_position: absolute;
}
.Title span.tit {
	font-size: 20px;
	color: #ac201f;
	padding: 0 12px;
	_left: 0;
}
.Title span.tit em {
	color: #1b1b1b;
}
.Title span.line {
	/*width: 716px;*/
	_left: 100px;
	_top: -20px;
}
.Title span.line b {
	display: block;
	height: 1px;
}
.Title span.line .line_l {
	padding-top: 16px;
	_padding-top: 0px;
	border-bottom: 1px solid #546b28;
}
.Title span.line .line_s {
	padding-top: 4px;
	/*width: 684px;*/
	_padding-top: 0px;
	_margin-top: -30px;
}
.Title a {
	font-size: 18px;
	float: right;
	color: #464646;
}
.Title a:hover {
	color: #ac201f;
}
.Title a font {
	font: 16px/18px consolas;
}
.twoLis {
	width: 100%;
	height: auto;
}
.twoLisImg {
	width: 545px;
	height: auto;
	float: left;
	position: relative;
}
.twoLisImg .hd {
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 16px;
	bottom: 9px;
	z-index: 1;
}
.twoLisImg .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.twoLisImg .hd ul li {
	float: left;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #7c7c7c;
	cursor: pointer;
}
.twoLisImg .hd ul li.on {
	background: #faa209;
}
.twoLisImg .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.twoLisImg .bd li {
	zoom: 1;
	vertical-align: middle;
}
.twoLisImg .bd img {
	width: 100%;
	display: block;
	position: relative;
}
.twoLisImg .bd li p {
	font-size: 16px;
	color: #fff;
	width: 100%;
	height: 38px;
	line-height: 38px;
	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;
}
.twoLis .new_list {
	width: 320px;
	height: auto;
	display: block;
	float: left;
	margin-left: 20px;
}
.twoLis .new_list li {
	padding-left: 8px;
}
.twoLis .new_list li a {
	display: block;
	padding: 15px 16px 16px 8px;
	_padding: 7px 16px 8px 8px;
	font-size: 16px;
	color: #323232;
	border-bottom: 1px solid #ededed;
}
.twoLis .new_list li:hover {
	background: #f2efe8 url(../images/ico4.jpg) no-repeat left;
}
.twoLis .new_list li a span {
	float: right;
}
.Title2 {
	width: 100%;
	height: 45px;
	line-height: 45px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #ffffff;
	background-color: #ac201f;
}
.Title2 span {
	display: block;
	float: left;
	padding: 0 12px;
}
.Title2 a {
	float: right;
	color: #fff;
	font-size: 12px;
	display: block;
	padding: 0 12px;
}
.Title2 a:hover {
	color: #ac201f;
}
.twoRight img {
	width: 100%;
	height: auto;
}
.twoRight p {
	text-indent: 2em;
	background: #282a2e;
	line-height: 24px;
	padding: 20px 16px 27px;
	color: #fff;
}
.twoRight p a {
	color: #fcc70e;
}
.twoRight p a:hover {
	color: #fdd751;
}
/*main_three*/
.threeMiddle, .fiveMiddle, .sevenMiddle, .eightLeft, .eightRight, .elevenMiddle {
	width: 590px;
	padding: 0 5px;
	margin-top: 30px;
	float: left;
}
.Title span.line_Ls {
	width: 116px;
}
.Title span.line_Ls .line_s {
	padding-top: 4px;
	width: 88px;
	border-bottom: 1px solid #e2e2e2;
}
.Title span.line_Ms {
	width: 414px;
}
.Title span.line_Ms .line_s {
	padding-top: 4px;
	width: 384px;
	border-bottom: 1px solid #e2e2e2;
}
.listl_thr {
	width: 100%;
	height: auto;
}
.listl_thr li a {
	font-size: 14px;
	color: #323232;
	line-height: 28px;
	_height: 28px;
	padding-left: 12px;
	display: block;
	background: url(../images/ico5.jpg) no-repeat left;
}
.listl_thr li a:hover {
	color: #ac201f;
	text-decoration: underline;
}
.listm_thr {
	width: 100%;
	height: auto;
}
.listm_thr li {
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.listm_thr li.marr {
	margin-bottom: 0;
}
.listm_thr li .img {
	display: block;
	width: 153px;
	margin-right: 20px;
}
.listm_thr li .wen {
	width: 417px;
	font-size: 14px;
	color: #787878;
}
.listm_thr li .wen a {
	color: #323232;
	font-size: 16px;
	padding-top: 6px;
	font-weight: bold;
	display: block;
}
.listm_thr li .wen a:hover {
	color: #ac201f;
	text-decoration: underline;
}
.listm_thr li .wen p {
	text-indent: 2em;
	line-height: 22px;
	padding-top: 8px;
}
.picScroll-top {
	width: 100%;
	height: 252px;
	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_four*/
.fourMain {
	width: 1190px;
	padding: 0 5px;
	margin-top: 30px;
}
.picScroll-left {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.picScroll-left .hd {
	overflow: hidden;
}
.picScroll-left .hd a {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	top: 50%;
	margin-top: -15px;
	position: absolute;
	cursor: pointer;
	background: url(../images/btn3.jpg) no-repeat;
}
.picScroll-left .hd .prev {
	left: 183px;
	background-position: 0 0;
}
.picScroll-left .hd .next {
	right: 20px;
	z-index: 999;
	background-position: right 0;
}
.picScroll-left .hd .zhut {
	position: absolute;
	top: 0px;
	width: 217px;
	height: 170px;
	left: 0px;
	background: url(../images/ico6.jpg) no-repeat;
}
.picScroll-left .hd .zhut span {
	border: 2px solid #fff;
	display: inline-block;
	width: 118px;
	height: 122px;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	margin-top: 22px;
	margin-left: 21px;
}
.picScroll-left .bd {
	padding: 18px 0 18px 230px;
	background: #5e5e5e;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 14px;
	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: 148px;
	height: 128px;
	display: block;
	border: 2px solid #fff;
}
.picScroll-left .bd ul li .pic img:hover {
	border: 2px solid #ac201f;
}
/*main_five*/
.login {
	width: 100%;
}
.login .tit_lo {
	text-align: center;
	width: 100%;
	color: #ac201f;
	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: #ac201f;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin-top: 8px;
	text-align: center;
}
.zxdc {
	margin-top: 27px;
}
.zxdc ul {
	padding: 0px 10px 0px 0px;
	height: auto;
	border-top: 0;
	margin-top: -26px;
}
.zxdc ul li a, .sixr_con ul li a {
	display: block;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ac201f;
	text-align: center;
	font-size: 18px;
}
.zxdc ul li a:hover, .sixr_con ul li a:hover {
	color: #ac201f;
	text-decoration: underline;
}
/*tab切换*/
#tab {
	width: 100%;
}
#tab .tab_menu {
	width: 100%;
	margin-bottom: 16px;
	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 {
	width: 100%;
	height: auto;
	position: relative;
}
#tab .tab_menu .selected {
	background: #ac201f;
	cursor: pointer;
	color: #fff;
}
.hide {
	display: none;
}
.tab_box .box {
	position: relative;
}
.tab_box .box a.more {
	position: absolute;
	top: -48px;
	right: 0;
	font-size: 12px;
	color: #464646;
}
.tab_box .box a.more:hover {
	color: #ac201f;
}
.tab_box .box a.more font {
	font: 400 16px/18px consolas;
}
.box_fcon {
	width: 100%;
	padding-bottom: 16px;
	border-bottom: 1px dotted #ccc;
}
.box_fcon .img {
	width: 280px;
	margin-right: 16px;
}
.box_fcon .wen {
	width: 290px;
}
.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: #ac201f;
	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;
}
.fivem_list {
	width: 100%;
	height: auto;
	padding-top: 7px;
	font-size: 14px;
}
.fivem_list li a {
	display: block;
	background: url(../images/ico5.jpg) no-repeat left;
	text-indent: 12px;
	_padding-left: 12px;
	height: 28px;
	line-height: 28px;
	color: #323232;
}
.fivem_list li a:hover {
	color: #ac201f;
	text-decoration: underline;
}
.fivem_list li a span {
	float: right;
	display: block;
	color: #c8c8c8;
}
.fivem_list li a:hover span {
	text-decoration: none;
}
.fiver_list {
	width: 100%;
}
.fiver_list li {
	margin-bottom: 10px;
 *padding: 8px 0 18px 0;
 *margin-bottom: 8px;
	border-bottom: 1px dotted #ccc;
}
.fiver_list li.marr {
	margin-bottom: 0;
}
.fiver_list li .img {
	width: 114px;
	margin-right: 16px;
}
.fiver_list li .wen {
}
.fiver_list li .wen a {
	font-size: 14px;
	color: #323232;
	font-weight: bold;
	line-height: 25px;
	display: block;
}
.fiver_list li .wen a:hover {
	color: #ac201f;
	text-decoration: underline;
}
.fiver_list li .wen p {
	font-size: 14px;
	text-indent: 2em;
	color: #787878;
	line-height: 26px;
}
/*广告*/
.adv {
	width: 1190PX;
	height: 92px;
	padding: 0 5px;
	margin-top: 30px;
}
/*six_main*/
.sixr_con {
	width: 100%;
	height: auto;
}
.sixr_con img.img {
	width: 100%;
	margin-bottom: 7px;
}
.sixr_con .sixm_con {
	padding-bottom: 12px;
}
.sixr_con .sixm_con img {
	width: 148px;
	height: 100px;
	padding-right: 15px;
	display: block;
	float: left;
}
.sixr_con .sixm_con p {
	font-size: 14px;
	color: #787878;
	text-indent: 2em;
	line-height: 25px;
}
.sixr_list {
	width: 100%;
}
.sixr_list li {
	padding-bottom: 9px;
}
.sixr_list li.marr {
	padding-bottom: 0;
}
.sixr_list li a {
	display: block;
	background: #f7f7f7;
	border: 1px solid #ccc;
}
.sixr_list li a .img {
	width: 77px;
	margin-right: 10px;
}
.sixr_list li a .wen {
	width: 200px;
	padding: 9px 0;
	font-size: 14px;
	color: #ac201f;
}
.sixr_list li a .wen h2 {
	font-size: 18px;
}
/*main_seven*/
.sevenL_con {
	width: 100%;
	height: auto;
}
.sevenL_con li {
	padding-bottom: 19px;
	margin-bottom: 19px;
	border-bottom: 1px dotted #ccc;
}
.sevenL_con li.marr {
	margin-bottom: 0;
}
.sevenL_con li .time {
	width: 50px;
	text-align: center;
	margin-right: 12px;
	background: #f7f7f7;
}
.sevenL_con li .time h3 {
	height: 22px;
	background: #ac201f;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}
.sevenL_con li .time h4 {
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #323232;
	border: 1px solid #ccc;
	border-top: 0;
}
.sevenL_con li .time h4 span {
	font-size: 14px;
}
.sevenL_con li .wen {
	width: 228px;
	color: #787878;
	font-size: 14px;
}
.sevenL_con li .wen a {
	color: #323232;
	font-weight: bold;
	font-size: 16px;
}
.sevenL_con li .wen a:hover {
	color: #ac201f;
	text-decoration: underline;
}
.sevenL_con li .wen p {
	line-height: 22px;
	padding-top: 6px;
}
.sevenm_list {
	width: 100%;
	height: auto;
}
.sevenm_list li {
	float: left;
	width: 183px;
	height: 153px;
	margin-right: 20px;
	margin-bottom: 14px;
}
.sevenm_list li.marr {
	margin-right: 0;
}
.sevenm_list li.mar {
	margin-bottom: 0;
}
.sevenm_list li a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-kthml-opacity: 0.8;
}
#tab .menu_seven {
	border-right: 1px solid #ccc;
}
#tab .menu_seven li {
	padding: 0;
	width: 50%;
	border-right: 0;
}
.box_seven {
	width: 100%;
	height: auto;
}
.box_seven li {
}
.box_seven li a {
	display: block;
	padding-bottom: 7.5px;
	margin-bottom: 8px;
	_margin-bottom: 0px;
	_padding-bottom: 4px;
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
	color: #323232;
	line-height: 24px;
	_line-height: 20px;
	padding-left: 12px;
	background: url(../images/ico5.jpg) no-repeat left 10px;
}
.box_seven li.marr a {
	margin-bottom: 0;
}
.box_seven li a:hover {
	color: #ac201f;
	text-decoration: underline;
}
/*main_eight*/
.eightr {
	width: 100%;
}
.eightr .eightr_l {
	width: 290px;
}
.eightr .eightr_l a.img img {
	width: 100%;
}
.eightr .eightr_l a.tit {
	color: #323232;
	font-size: 16px;
	padding-top: 6px;
	font-weight: bold;
	display: block;
	padding: 14px 0 6px;
}
.eightr .eightr_l a.tit:hover, .eightr .eightr_r li a:hover {
	color: #ac201f;
	text-decoration: underline;
}
.eightr .eightr_l p {
	font-size: 14px;
	color: #787878;
	text-indent: 2em;
	line-height: 24px;
}
.eightr .eightr_r {
	width: 290px;
}
.eightr .eightr_r li a {
	color: #323232;
	font-size: 16px;
	padding-top: 6px;
	font-weight: bold;
	display: block;
}
.eightr .eightr_r li p {
	font-size: 14px;
	color: #787878;
	line-height: 24px;
}
.eightr .eightr_r li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.eightr .eightr_r li.marr {
	margin-bottom: 0;
}
/*main_nine*/
#tab .tab_menu.menu_nine {
	margin-bottom: 0;
}
.box_nine {
	border: 1px solid #ebebeb;
	border-top: 0;
}
.box_nine .box {
	width: 100%;
	height: auto;
	padding-top: 16px;
}
.box_nine .box li {
	width: 100%;
	padding-bottom: 18px;
	position: relative;
}
.box_nine .box li .box_tp i.ico {
	display: inline-block;
	width: 23px;
	height: 20px;
	position: relative;
	margin-left: -5px;
	float: left;
	background: url(../images/ico8.jpg) no-repeat center;
}
.box_nine .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_nine .box li .box_bm .img {
	width: 104px;
	margin: 10px 8px 0 18px;
}
.box_nine .box li .box_bm .tit {
	width: 140px;
	display: block;
	color: #787878;
	line-height: 24px;
	padding-top: 10px;
}
.box_nine .box li .box_bm .tit:hover {
	color: #ac201f;
	text-decoration: underline;
}
.niner_list {
	width: 100%;
}
.niner_list li {
	width: 188px;
	float: left;
	margin-right: 46px;
	margin-bottom: 16px;
}
.niner_list li.marr {
	margin-right: 0;
}
.niner_list li.mar {
	margin-bottom: 0;
}
.niner_list li a.img {
	width: 100%;
	display: block;
}
.niner_list li a.tit {
	width: 100%;
	color: #323232;
	font-size: 16px;
	padding-top: 6px;
	font-weight: bold;
	display: block;
}
.niner_list li a.tit:hover {
	color: #ac201f;
	text-decoration: underline;
}
.niner_list li p {
	padding-top: 2px;
	font-size: 14px;
	color: #787878;
	line-height: 24px;
}
/*main_ten*/
.tenMain {
	width: 1190px;
	padding: 0 5px;
	float: left;
	margin-top: 30px;
}
.Title span.line_Bs {
	width: 1014px;
}
.Title span.line_Bs .line_s {
	padding-top: 4px;
	width: 984px;
	border-bottom: 1px solid #e2e2e2;
}
.ten {
	width: 100%;
	background: #282a2e;
}
.ten .ten_img {
	width: 890px;
}
.ten .ten_wen {
	width: 300px;
}
.ten .ten_wen p {
	color: #fff;
	padding: 60px 20px 26px;
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
}
.ten .ten_wen p a {
	color: #fcc70e;
}
.ten .ten_wen span {
	display: inline-block;
	padding: 0 20px;
}
/*main_eleven*/
.ele_l {
	width: 100%;
}
.ele_l img {
	width: 131px;
	height: 132px;
	padding-right: 16px;
	padding-bottom: 5px;
	display: block;
	float: left;
}
.ele_l p {
	text-indent: 2em;
	color: #787878;
	line-height: 23px;
}
.ele_list {
	width: 100%;
}
.ele_list li {
	float: left;
	width: 180px;
	margin-right: 25px;
}
.ele_list li.marr {
	margin-right: 0;
}
.ele_list li a {
	display: block;
	text-align: center;
	color: #323232;
}
.ele_list li a:hover {
	color: #ac201f;
}
.ele_list li a p {
	line-height: 30px;
}
.ele_listbm {
	width: 100%;
	margin-top: 4px;
}
.ele_listbm li {
	float: left;
	width: 50%;
}
.ele_listbm li a {
	display: block;
	width: 94%;
	background: url(../images/ico5.jpg) no-repeat left;
	text-indent: 12px;
	height: 28px;
	line-height: 28px;
	color: #323232;
}
.elevenRight {
	background: #f7f7f7;
}
.eler_list {
	width: 100%;
	padding-bottom: 6px;
}
.eler_list li a {
	display: block;
	color: #323232;
	line-height: 32px;
	_height: 32px;
}
/*main_twelve*/
.twe_tit {
	width: 100%;
	color: #ac201f;
	font-size: 18px;
	text-align: center;
	background: url(../images/ico9.jpg) no-repeat center;
}
.twe_con {
	padding: 21px 0 16px;
	height: auto;
	border: 1px solid #ccc;
	border-top: 0;
	margin-top: -13px;
}
.twe_con a {
	display: inline-block;
	padding: 0 12px;
	font-size: 14px;
	color: #323232;
	line-height: 28px;
}
/*下拉选框*/
.links {
	width: 100%;
	padding-bottom: 8px;
	position: relative;
}
.links.marr {
	padding-bottom: 0;
}
.select {
	width: 100%;
	height: 40px;
	position: relative;
}
.select dt {
	width: 99.2%;
	height: 38px;
	display: inline-block;
	border: 1px solid #cccccc;
	background: url(../images/ico10.jpg) no-repeat right;
	line-height: 38px;
	font-size: 14px;
	cursor: pointer;
	text-indent: 20px;
	color: #323232;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
}
.select dd {
	position: absolute;
	left: 0;
	top: 33px;
	border: 1px solid #cccccc;
	background: #fff;
	display: none;
	font-size: 14px;
	z-index: 100;
	width: 99.2%;
}
.select dd ul {
	max-height: 250px;
	background: #fff;
}
.select dd ul li a {
	line-height: 38px;
	display: block;
	color: #323232;
	text-indent: 20px;
}
.select dd ul li a:hover {
	background: #f3f3f3;
}
/*footer*/
.footer {
	width: 100%;
}
.footone {
	width: 100%;
	background: #ac201f;
	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;
}
.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.jpg) no-repeat left center;
}
.ftone_rlist li i.ico2 {
	background: url(../images/ico12.jpg) no-repeat left center;
}
.ftone_rlist li i.ico3 {
	background: url(../images/ico13.jpg) no-repeat left center;
}
.ftone_rlist li i.ico4 {
	background: url(../images/ico14.jpg) no-repeat left center;
}
.footone_bm {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #282a2e;
	color: #ababac;
	font-size: 14px;
}
/*foottwo*/
.foottwo {
	margin-top: 40px;
	background: #ac201f;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	font-size: 14px;
}
.foottwo p {
	line-height: 26px;
}
/*footthree*/
.footthree {
	width: 100%;
	margin-top: 40px;
	background: #ac201f;
	color: #fff;
	padding: 16px 0;
	font-size: 14px;
}
.footthree p {
	line-height: 26px;
	padding-top: 12.5px;
}
/*内页主体部分*/
/*标题列表页*/
.n_left {
	width: 300px;
	padding: 0 5px;
	margin-top: 30px;
	float: left;
}
.n_left h2 {
	font-size: 18px;
	text-align: center;
	color: #ffcf46;
	background: #ac201f;
	height: 50px;
	line-height: 50px;
}
.n_left .n_nav {
	width: 100%;
	background: #fcfcfc;
	font-size: 16px;
	padding: 6px 0;
}
.n_left .n_nav li a {
	display: block;
	padding: 0 6px;
	line-height: 46px;
	_height: 46px;
	text-indent: 36px;
	color: #333;
	font-size: 12px;
	background: url(../images/ico15.jpg) no-repeat 20px center;
}
.n_left .n_nav .nav-wrap li .sub-nav{
	display: none;
}
.n_left .n_nav .nav-wrap li.active {
	background-color:#f3f3f3;
}
.n_left .n_nav .nav-wrap li.active .sub-nav{
	display: block;
	padding-left: 15px;
}
.n_left .n_nav .nav-wrap li.active .sub-nav .sub-item{
	padding: 0 6px 0 6px;
	text-indent: 46px;
	background: url(../images/ico15.jpg) no-repeat 30px center;
}

.n_left .n_nav .nav-wrap li.active .sub-nav .sub-item:hover {
	color: #ac201f;
	background: #fff url(../images/ico16.jpg) no-repeat 36px center;
}
.n_left .n_nav li a.cur, .n_left .n_nav li a:hover {
	color: #ac201f;
	background: #fff url(../images/ico16.jpg) no-repeat 26px center;
}
.n_right {
	width: 870px;
	padding: 0 5px 0 15px;
	margin-top: 30px;
	float: left;
}
.n_tit {
	width: 100%;
	border-bottom: 1px solid #fafafa;
	height: 49px;
	line-height: 49px;
	color: #666666;
	font-size: 16px;
}
.n_tit a {
	color: #666;
}
.n_tit a:hover {
	color: #ac201f;
}
.n_tit font {
	padding: 0 6px;
	font: 400 14px/16px consolas;
}
.n_right .Title {
	margin-top: 16px;
}
.list_tit em {
	color: #1b1b1b;
}
.list {
	width: 100%;
	height: auto;
}
.list li a {
	display: block;
	width: 100%;
	color: #666;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	text-indent: 20px;
	background: url(../images/ico17.jpg) no-repeat left;
}
.list li a:hover {
	color: #ac201f;
	text-decoration: underline;
	background: url(../images/ico18.jpg) no-repeat left;
}
.list li a span {
	float: right;
	color: #666;
}
.pages {
	margin-top: 40px;
	width: 100%;
	font-size: 14px;
	color: #333333;
}
.pages span {
	font-weight: bold;
}
.pages a {
	display: inline-block;
	color: #333;
	padding: 0 4px;
}
.pages a.cur, .pages a:hover {
	color: #ac201f;
}
/*简介页*/
.brief {
	width: 100%;
	padding: 16px 0;
}
.brief p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-indent: 2em;
	padding-bottom: 20px;
}
.brief span {
	font-size: 16px;
	color: #666666;
	display: block;
	text-align: left;
}
/*列表页*/
.list_con {
	margin-top: 12px;
}
.list_con li {
	float: left;
	width: 300px;
	font-size: 16px;
	background: #fafafa;
	margin: 0 67.5px 28px;
	_margin: 0 33px 14px;
	padding-bottom: 30px;
}
.list_con li a.tit {
	display: block;
	padding: 16px;
	color: #ffcf46;
}
.list_con li .con {
	padding: 0 16px;
}
.list_con li .con a {
	display: inline-block;
	width: 111px;
	color: #666666;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px solid #c9c9c9;
}
.list_con li .con a:hover {
	color: #ac201f;
}
.list_con li .con font {
	width: 20px;
	display: inline-block;
	font: 400 12px/14px consolas;
}
/*内容页*/
.n_con{
	width: 1190px;
	padding: 0 5px;
	margin-top: 16px;
}
.contain_con{
	width: 100%;
}
.contain_con h2{
	font-size: 36px;
	text-align: center;
	color: #666;
	line-height: 40px;
	padding: 25px 0;
}
.contain_con span.news-msg{
	margin: 0 20px;
	display: block;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color: #666;
	background: #f5f5f5;
}
.contain_con .con_con{
	margin-top: 24px;
	padding: 0 20px;
}
.contain_con .con_con p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
    padding-bottom: 20px;
}
.contain_con .con_con .con_bm{
	margin-top: 30px;
	padding-top: 16px;
	height: 18px;
	line-height: 18px;
	padding-bottom: 30px;
	font-size: 16px;
	color: #878787;
	border-bottom: 1px solid #ccc;
}
.contain_con .con_con .con_bm span{
	float: right;
}
.contain_con .con_con .con_bm a{
	color: #878787;
	float: right;
	height: 24px;
	line-height: 22px;
	margin-left: 22px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 12px;
}
.contain_con .con_con .con_bm a:hover{
	color: #680043;
}
.contain_con .con_con .con_bm a.dy{
	background: url(../images/ico19.png) no-repeat 12px center;
	padding-left: 32px;
}
.contain_con .con_con .con_bm a.close{
	background: url(../images/ico20.png) no-repeat 12px center;
	padding-left: 32px;
}
/*搜索页*/
.sear_con {
	width: 100%;
}
.sear_con h3 {
	background: #dcdcdc;
	height: 50px;
	line-height: 50px;
	color: #333;
	padding-left: 60px;
	font-size: 16px;
}
.sear_con h3 span {
	color: #ac201f;
}
.sear_con ul {
	width: 100%;
	height: auto;
}
.sear_con ul li {
	padding: 20px 20px 8px;
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #f5f5f5;
}
.sear_con ul li a.tit {
	color: #333333;
	font-size: 16px;
	display: block;
}
.sear_con ul li a.tit:hover {
	color: #ffc52a;
	text-decoration: underline;
}
.sear_con ul li p {
	line-height: 28px;
	padding-top: 10px;
}
.sear_con ul li p a {
	color: #ffc52a;
}
.sear_con ul li p a:hover {
	color: #fbcf59;
}
.sear_con ul li i {
	display: block;
	text-align: right;
 *text-align: right;
	color: #999;
}
