@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: #fff;
	font-size: 13px;
	font-family: '微软雅黑';
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*后期添加*/
/*IE下，th默认为center*/
th {
	text-align: left;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	border: none;
}
.bo_float {
	width: 120px;
	height: 125px;
	position: fixed;
	right: 280px;
	bottom: 450px;
	z-index: 99999;
}
/*--------------------头部----------------------*/
#top {
	width: 100%;
	min-width: 1200px;
	height: 40px;
	background-color: #b30018;
}
#top .top_1200 {
	width: 1200px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	font-size: 12px;
}
#top .top_1200 ul {
	float: left;
}
#top .top_1200 ul a {
	color: #fff;
}
#top .top_1200 ul li {
	float: left;
	color: #fff;
	padding-right: 10px;
}
#top .top_right {
	float: right;
	color: #fff;
}
#top .top_right a {
	color: #fff;
	font-family: '华文行楷';
	font-size: 15px;
}
#header {
	width: 100%;
	min-width: 1200px;
	height: 110px;
	background: url(../images/top_bg.png) no-repeat right;
	z-index: 9999;
	position: relative;
}
#header .h_1200 {
	width: 1200px;
	height: 149px;
	margin: 0 auto;
}
#header .h_1200 .logo {
	float: left;
}
/*--------------------头部----------------------*/

/*--------------------导航nav----------------------*/
#nav {
	width: 516px;
	height: 50px;
	line-height: 50px;
	float: right;
	margin-top: 50px;
	z-index: 99999;
}
.tymb_nav .mn_ul {
	z-index: 9999;
}
.tymb_nav .mn_ul .mu_li {
	float: left;
	line-height: 50px;
	font-size: 16px;
	width: 85px;
	text-align: center;
	    position: relative;
}
.tymb_nav ul a:hover {
	text-decoration: underline;
}/* 12-08 */
.search_table{width: 214px; float: right;}
.tymb_nav .mn_ul ul {
	overflow: hidden;
	height: auto;
	z-index: 9999;
	position: absolute;
	text-align: center;
	width: 200px;
	right: 0;
	visibility:hidden;
}
.tymb_nav .mn_ul .mu_li li {
	height: 30px;
	line-height: 30px;
	z-index: 9999;
	overflow: hidden;
	padding: 0 7px;
    background: rgba(0,0,0,.7);
	font-size: 12px;
}

/* 12-08 */


#nav .mn_ul .mu_li img {
	position: relative;
	top: -3px;
	left: 5px;
}
#nav .active {
	background-color: #0d59a7;
}
#nav ul li .ml_a {
	color: #000;
	display: inline-block;
	width: 100px;
	height: 50px;
}
.tymb_nav .mn_ul ul a {
	color: #fff;
}
/*--------------------导航nav----------------------*/


/*-------------------------------------------------------------------首页-------------------------------------------------------------------*/

/*--------------------banner----------------------*/
.slider {
	width: 100%;
	min-width: 1200px;
	height: 450px;
	position: relative;
	overflow: hidden;
	background: #fff;
	text-align: center;
}
.slider .bd {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px
}
.slider .bd li {
	width: 1200px;
	overflow: hidden;
	position: relative;
}
.slider .bd li p {
	position: absolute;
	width: 405px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
	bottom: 20px;
	left: 76px;
	font-size: 24px;
	color: #fff;
}
.slider .bd li img {
	display: block;
	width: 1200px;
	height: 450px;
}
.slider .tempWrap {
	overflow: visible !important
}
.slider .tempWrap ul {
	margin-left: -1200px !important;
}
.slider .hd {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	height: 8px;
	bottom: 20px;
	text-align: center;
	display: none;
}
.slider .pnBtn {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 450px;
	cursor: pointer;
}
.slider .prev {
	left: -50%;
	margin-left: -600px;
}
.slider .next {
	left: 50%;
	margin-left: 600px;
}
.slider .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 450px;
	background: #fff;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.slider .pnBtn .arrow {
	display: inline !important;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 40px;
	height: 55px;
	margin-top: -30px;
}
.slider .pnBtn .arrow:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.slider .prev .arrow {
	right: 10px;
	background: #000 url(../images/slider-arrow.png) -124px -141px no-repeat;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.slider .next .arrow {
	left: 10px;
	background: #000 url(../images/slider-arrow.png) -9px -141px no-repeat;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
/*--------------------banner----------------------*/

/*--------------------main----------------------*/
#main {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0 0 40px 0px;
	overflow: hidden;
	background-color: #fff;
}
#main .block_a {
	min-height: 280px;
}
.block_a .ba_top {
	height: 48px;
	line-height: 48px;
	border-left: 3px solid #c70019;
	font-size: 24px;
	color: #c70019;
	padding-left: 10px;
}
.block_a .ba_top span {
	font-size: 16px;
	color: #999;
	margin-left: 38px;
}
.block_a .ba_top i, .block_a .ba_top a {
	font-size: 14px;
	color: #ccc;
	float: right;
}
.block_a .ba_top a:hover i {
	color: #c70019;
}
.block_a .pic_list {
	margin-top: 20px;
}
.block_a .pic_list li {
	width: 360px;
	text-align: center;
	font-size: 14px;
	float: left;
}
.block_a .pic_list li a {
	color: #666;
}
.block_a .pic_list li p {
	padding-top: 15px;
}
/*tab切换*/
#content {
	width: 390px;
	height: 213px;
	float: right;
}
div#feature_list {
	width: 390px;
	height: 213px;
	overflow: hidden;
	position: relative;
}
div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#tabs {
	left: 0;
	z-index: 2;
	width: 45px;
}
ul#tabs li {
	font-size: 14px;
	font-family: '微软雅黑';
	text-align: center;
	position: relative;
}
ul#tabs li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 45px;
	height: 68px;
	outline: none;
}
ul#tabs li a span {
	display: block;
	width: 18px;
	margin: 0 auto;
}
ul#tabs .sanjiao {
	border-width: 5px;
	border-style: dashed dashed dashed solid;
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	right: -10px;
	top: 50%;
	display: none;
}
ul#tabs li a.current {
	color: #FFF;
}
ul#tabs li a.current .sanjiao {
	display: block;
}
ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}
ul#output {
	right: 0;
	width: 335px;
	height: 213px;
	position: relative;
}
ul#output .ou_li {
	position: absolute;
	width: 335px;
	height: 213px;
}
ul#output .ou_li ul li {
	display: block !important;
	font-size: 14px;
	height: 27px;
	line-height: 26px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 320px;
}
ul#output .ou_li ul li a {
	color: #666;
}
ul#output .ou_li ul li a:hover {
	text-decoration: underline;
}
/*tab切换*/

/*专题*/
#main .block_b {
	min-height: 170px;
}
.block_b .ba_top {
	height: 48px;
	line-height: 48px;
	border-left: 3px solid #c70019;
	font-size: 24px;
	color: #c70019;
	padding-left: 10px;
}
.block_b .ba_top span {
	font-size: 16px;
	color: #999;
	margin-left: 38px;
}
.block_b .ba_top i, .block_b .ba_top a {
	font-size: 14px;
	color: #ccc;
	float: right;
}
.block_b .ba_top a:hover i {
	color: #c70019;
}
.block_b ul {
	margin-top: 20px;
}
.block_b ul li {
	position: relative;
	width: 193px;
	float: left;
}
.block_b ul li a {
	color: #333;
}
.block_b ul li p {
	position: absolute;
	width: 193px;
	bottom: 0px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background: rgba(0,0,0,.3);
 filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#3F000000, endcolorstr=#3F000000);
}
/*专题*/

/*--------------------main----------------------*/
/*-------------------------------------------------------------------首页-------------------------------------------------------------------*/


/*--------------------footer----------------------*/
#footer {
	width: 100%;
	min-width: 1200px;
	background-size: cover;
}
#footer .foot_bgc {
	width: 100%;
	min-width: 1200px;
	height: 195px;
	background: rgba(153,12,31,.9);
 filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#9F990c1f, endcolorstr=#9F990c1f);
}
.foot_bgc .fb_1200 {
	width: 1200px;
	margin: 0 auto;
}
#footer .foot_bgc .f_ul {
	width: 195px;
	height: 98px;
	padding-top: 46px;
	font-size: 14px;
	margin-left: 110px;
	float: left;
}
#footer .foot_bgc ul li {
	float: left;
	margin-right: 20px;
	height: 30px;
	line-height: 30px;
}
#footer .foot_bgc ul li a {
	color: #fff;
}
#footer .foot_bgc ul li img {
	margin-left: 8px;
}
.foot_bgc .f_xx {
	float: left;
	margin-left: 184px;
	padding-top: 46px;
}
.foot_bgc .f_xx p, .foot_bgc .f_yx p {
	margin-bottom: 18px;
}
.foot_bgc .f_yx {
	float: right;
	margin-right: 95px;
	padding-top: 46px;
}
.foot_bgc .f_yx span {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	border-radius: 50px;
	margin-right: 10px;
}
.foot_bgc .f_yx a {
	color: #fff;
}
#footer .wi_100 {
	width: 100%;
	min-width: 1200px;
	height: 40px;
	background: rgba(0,0,0,.6);
 filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#6F000000, endcolorstr=#6F000000);
}
#footer .f_1200 {
	width: 1200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	font-size: 12px;
	font-family: '宋体';
}
.s_w193 {
	position: relative;
	width: 72px;
	height: 30px;
	color: #fff;
	margin-right: 20px;
}
.s_w193 input.s_inpuox1 {
	position: absolute;
	top: 0;
	width: 57px;
	height: 25px;
	line-height: 25px;
	border: none;
	outline: none;
	color: #fff;
	z-index: 9999;
	background: none;
	font-size: 14px;
	font-family: '微软雅黑';
}
.s_line {
	position: absolute;
	top: 6px;
	right: 22px;
	width: 1px;
	height: 15px;
}
.s_sj1 {
	position: absolute;
	top: 12px;
	right: 0px;
	width: 8px;
	height: 6px;
	background: url(../images/down_w.png) no-repeat;
	cursor: pointer;
	z-index: 9999;
}
.s_posb {
	overflow: hidden;
	background-color: #fff;
	top: 30px;
	position: relative;
	z-index: 999999;
}
.s_posb li {
	margin-right: 0px !important;
	width: 72px;
	text-align: center;
	height: 24px !important;
	line-height: 24px !important;
}
.s_posb li a {
	color: #000 !important;
	display: inline-block;
	width: 100%;
	font-size: 12px;
}
.s_posb li a:hover {
	color: #a32334 !important;
}
/*--------------------footer----------------------*/


#pages {
	width: 100%;
	clear: both;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #8d8d8d;
}

#pages a, #pages span {
	margin-left: 3px;
	margin-right: 3px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #e0e0e0;
	color: #aaa;
	display: inline-block;
}

#pages a:hover{
	border: 1px solid #a0a0a0;
}

#pages span {
	background: #f0f0f0;
	color: #ffffff;
}

#pages span {
	font-weight: bold;
	position: relative;
	top: 0px;
}

#pages a.previous {
	width: 25px;
	position: relative;
	top: 0px;
}

#pages a.next {
	width: 25px;
	position: relative;
	top: 0px;
}
