@charset "UTF-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;
}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/
a {
	text-decoration: none;
	color: #666666
}/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #666666;
}/* 未访问的链接 */
a:visited {
	color: #666666;
}/* 已访问的链接 */
a:hover {
	color: #b81c22;
}/* 鼠标在链接上 */
a:active {
	color: #666666;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
body {
	font-size: 12px;
	color: #666;
	background: #fff;
	font-family: "微软雅黑";
}
select, input {
	vertical-align: middle;
	outline: none;
}
em, i {
	font-style: normal;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
	border: none;
	}
input{outline: none;border: none;}
.wrap{width: 1200px;clear: both;margin: 0 auto;}
.clear{clear: both;}
.h5{ clear:both; height:5px; overflow:hidden;}
.h10{clear: both;height: 10px;overflow: hidden;}
.h13{clear: both;height: 13px;overflow: hidden;}
.h15{clear: both;height: 16px;overflow: hidden;}
.h20{clear: both;height: 20px;overflow: hidden;}
.h25{clear: both;height: 25px;overflow: hidden;}
.h30{clear: both;height: 30px;overflow: hidden;}
.h35{clear: both;height: 35px;overflow: hidden;}
.h40{clear: both;height: 40px;overflow: hidden;}
.h55{clear: both;height: 55px;overflow: hidden;}
.h60{clear: both;height: 60px;overflow: hidden;}
.fl {float: left;display: inline;}
.fr {float: right;display: inline;}
/*公共部分结束*/
.bgf {background: #fff;}
.bgf8 {background: #f8f8f8;}

.top{
	clear:both;
	height: 126px;
	background: url(../images/top_bg.jpg) repeat-x center top;
	border-bottom: 1px solid #fff;
}

.top_1{
	clear: both;
	height: 30px;
	padding-top: 20px;
	color: #8c8c8c;
}
.top_1_L a{
	line-height:14px;
	color: #8c8c8c;
	margin: 0 7px 0 3px;
}
.top_1_L a:hover{
	color:#4c4c4c;
}
.top_1_R{
	width: 196px;
	height: 28px;
	position: relative;
	background: url(../images/top_ico1.png) no-repeat center center;
	margin-right: 100px;
}
.top_1_R span{
	display: block;
	width: 141px;
	height:28px;
	line-height: 26px;
	padding:0 45px 0 10px;
}
.top_1_R select{
	position:absolute;
	top: 0px;
	left: 0;
	height: 26px;
	width: 100%;
	opacity: 0;
}
.top_2{
	clear:both;
	overflow: hidden;
}
.logo{
	height: 70px;
}
.logo a img{
	display: block;
	width: 207px;
	height: 49px;
}
.menu{
	width: 920px;
	padding-top: 15px;
	position: relative;
}
.menu_dl{
	width: 750px;
	margin: 0 auto;
}
.menu_dl dd{
	float:left;
	position: relative;
}
.menu_dl dd span{
	display: block;
	height: 30px;
}
.menu_dl dd span a{
	display: block;
	padding: 0 15px;
	color: #4c4c4c;
	font-size: 14px;
	background: url(../images/menu_ico2.png) no-repeat right center;
}
.menu_dl dd.hover span a{
	color: #ad0435;
}
.menu_down{
	display: none;
	position: absolute;
	top:32px;
	height: 25px;
}
.menu_downL{
	float: left;
	width: 12px;
	height: 25px;
	background: url(../images/menu_L.png) no-repeat center top;
}
.menu_downM{
	float: left;
	height: 25px;
	background: url(../images/menu_M.jpg) repeat-x center top;
	position: relative;
}
.menu_downR{
	float: left;
	width: 12px;
	height: 25px;
	background: url(../images/menu_R.png) no-repeat center top;
}
.menu_downM em{
	position: absolute;
	left: 20px;
	top: -5px;
	display: block;
	width:11px;
	height: 5px;
	background: url(../images/menu_ico1.png) no-repeat center top;
}
.menu_downM a{
	float: left;
	line-height: 22px;
	color: #fff;
	margin: 0 4px;
}


/*
 * banner 
 * author:lzf
 */
.banner{
	clear: both;
	height: 322px;
	overflow: hidden;
	position: relative;
}
.banner .hd{
	width: 100%;
	height: 15px;
	position: absolute;
	bottom: 25px;
	z-index: 2;
}
.banner .hd ul{
	width: 100%;
	text-align: center;
}
.banner .hd ul li{
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height: 999px;
	background: #275c87;
	border-radius: 15px;
	margin: 0 5px;
	cursor: pointer;
}
.banner .hd ul li.on{
	background: #a90433;
}
.banner .bd{
	width: 100%;
	height: 322px;
	position: relative;
}
.banner .bd ul li{
	float:left;
	width: 100%;
	height: 322px;
	vertical-align:middle;
}
.banner .bd ul li a{
	display: block;
	width: 100%;
	height: 322px;
}

.title1{
	clear: both;
	overflow: hidden;
	height:16px;
	line-height:14px;
	margin: 7px 0 9px 0;
}
.title1 i{
	float: left;
	height: 16px;
	width: 3px;
	background: #9f032e;
	margin: 0 5px 0 8px;
}
.title1 span{
	float: left;
	color: #404040;
	font-size: 14px;
}
.title1 em{
	float: left;
	color:#969696;
	line-height: 20px;
	font-family: arial;
	margin-left: 4px;
}
.title2{
	clear: both;
	height: 28px;
	border-bottom: 1px solid #ddd;
}
.title2 a{
	float: left;
	width:186px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: url(../images/title1_bg.jpg) repeat-x center center;
}
.title2 .a2{
	width: 187px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

.title2 a span{
	color: #404040;
	font-size: 14px;
}
.title2 a em{
	color: #969696;
	font-family: arial;
} 
.title2 a.hover{
	background: url(../images/title1_bg1H.jpg) repeat-x center center;
}



.box1{
	clear: both;
	overflow: hidden;
	height: 245px;
}
.box1L{
	width: 272px;
	height: 245px;
	overflow: hidden;
}
.box1LCon{
	clear: both;
	width: 256px;
	padding:7px;
	height: 196px;
	background: url(../images/bg1.jpg) repeat-x center bottom;
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow:hidden;
}
.box1LCon a img{
	display: block;
	width: 256px;
	height: 175px;
}
.box1LCon span{
	display: block;
	color:#808080;
	line-height:30px;
	text-align: center;
}
.box1M{
	width: 561px;
	height: 243px;
	border: 1px solid #ddd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	margin: 0 9px;
	background: url(../images/bg2.jpg) repeat-x center bottom;
}

.box1MCon{
	padding: 0 8px;
}

.box1MConDiv{
	clear: both;
	overflow: hidden;
}
.box1MConDiv_T{
	height: 80px;
	border-bottom: 1px dotted #848484;
}
.box1MConDiv_T a{
	display: block;
	height:30px;
	color: #b20437;
	font-size: 13px;
	line-height: 33px;
	text-align: center;
	overflow: hidden;
}
.box1MConDiv_T span{
	display: block;
	height: 40px;
	line-height: 20px;
	color: #666;
	font-family: "宋体";
}
.box1MConDiv_B{
	clear: both;
	overflow: hidden;
	padding-top: 5px;
}
.newsList1{
	clear: both;
	overflow: hidden;
}
.newsList1 dd{
	clear:both;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	font-family: "宋体";
}
.newsList1 dd a{
	float: left;
	color: #5c5c5c;
	padding-left: 1px;
}
.newsList1 dd a i{
	float: right;
	width: 23px;
	height: 13px;
	background: url(../images/hot.png) no-repeat center center;
}
.newsList1 dd span{
	float: right;
	color: #717171;
}
.newsList1 dd a:hover{
	color: #b20437;
}


.box1R{
	width: 338px;
	height: 245px;
	overflow: hidden;
}
.box1RCon{
	width:296px;
	height: 188px;
	padding: 12px 20px 10px 20px;
	border: 1px solid #ddd;
	position: relative;
}
.box1RCon .bd{
	position: absolute;
	left: 20px;
	top: 12px;
	width: 296px;
	height: 188px;
	overflow: hidden;
	box-shadow: 2px 2px 5px rgba(171,171,171,.4);
}
.box1RCon .bd ul li{
	float: left;
	width: 296px;
	height: 188px;
}
.box1RCon .bd ul li img{
	display: block;
	width: 296px;
	height: 188px;
}
.box1RCon .prev{
	position: absolute;
	left: 4px;
	top: 50%;
	margin: -11px 0 0 0;
	display: block;
	width: 11px;
	height: 23px;
	background: url(../images/bt1.png) no-repeat;
	background-position: 0 0;
}
.box1RCon .next{
	position: absolute;
	right: 4px;
	top: 50%;
	margin: -11px 0 0 0;
	display: block;
	width: 11px;
	height: 23px;
	background: url(../images/bt1.png) no-repeat;
	background-position: -11px 0;
}

.box1RCon .prev:hover{
	background-position: 0 -23px;
}
.box1RCon .next:hover{
	background-position: -11px -23px;
}

/*
 * 第二栏
 */
.box2{
	clear: both;
	overflow: hidden;
	height: 250px;
}

.box2L{
	width:272px;
	height: 250px;
}
.box2LCon{
	width: 256px;
	height: 202px;
	position: relative;
	padding: 7px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url(../images/bg1.jpg) repeat-x center bottom;
}
.box2LCon .hd{
	width:205px;
	height:22px;
	position: absolute;
	bottom: 28px;
	z-index: 2;
}
.box2LCon .hd ul li{
	float:left;
	width: 49px;
	height: 22px;
	line-height: 18px;
	color: #5c5b5b;
	margin-right: 2px;
	font-size: 14px;
	text-align: center;
	background: url(../images/ico-2.png) no-repeat center center;
	overflow: hidden;
	cursor: pointer;
}
.box2LCon .hd ul li.on{
	color: #fff;
	background: url(../images/ico-1.png) no-repeat center center;
}

.box2LCon .bd{
	width: 100%;
	height:202px;
	overflow: hidden;
}
.box2LCon .bd ul li{
	width:256px;
	height: 202px;
}
.box2LCon .bd ul li img{
	display: block;
	width: 256px;
	height: 154px;
}
.box2LCon .bd ul li span{
	display: block;
	line-height: 28px;
	color: #808080;
	text-align: center;
	padding-top: 28px;
}


.box2LCon_more{
	position: absolute;
	right: 8px;
	bottom:28px;
	display: block;
	width: 49px;
	height: 22px;
	color: #5c5b5b;
	background: url(../images/ico-2.png) no-repeat center center;
}


.box2M1{
	width: 340px;
	height: 250px;
	margin: 0 9px;
}
.box2M1Con{
	width: 324px;
	height:202px;
	padding: 7px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url(../images/bg2.jpg) repeat-x center bottom;
}
.box2M1ConT{
	clear:both;
	overflow: hidden;
	height: 75px;
}
.box2M1ConT .a1{
	float: left;
	width: 100px;
	height: 75px;
}
.box2M1ConT .a1 img{
	display: block;
	width: 100px;
	height: 75px;
}
.box2M1ConT .divR{
	float: right;
	width:215px;
	height: 75px;
}
.box2M1ConT .divR .a2{
	display: block;
	height: 20px;
	line-height: 16px;
	color: #424242;
	font-size: 13px;
}
.box2M1ConT .divR span{
	display: block;
	height:36px;
	line-height: 18px;
	color: #757575;
	font-family: "宋体";
	overflow: hidden;
	margin-bottom: 4px;
}
.box2M1ConT .divR .a3{
	display: block;
	height:15px;
	line-height: 15px;
	font-family: "宋体";
	color: #ad0435 !important;
}
.box2M1ConB{
	clear: both;
	padding: 8px 0 0 0;
}

.box2M2{
	width: 320px;
	height: 250px;
	
}
.box2M2Con{
	clear: both;
	overflow:hidden;
	width: 318px;
	height: 216px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url(../images/bg2.jpg) repeat-x center bottom;
}
.box2M2ConT{
	height: 54px;
	border-bottom: 1px solid #ddd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 3px 7px 0 7px;
	background: url(../images/bg3.jpg) repeat-x center bottom;
}
.box2M2Con_span{
	clear: both;
	line-height: 24px;
	color: #555;
	font-size: 14px;
}
.box2M2ConB{
	padding: 3px 7px 0 7px;
}
.box2M2ConB_more{
	display: block;
	line-height: 30px;
	text-align: right;
	color: #ad0435 !important;
	font-family: "宋体";
}

.box2R{
	width: 240px;
	height: 250px;
}
.box2RCon{
	clear: both;
	width: 188px;
	height: 190px;
	overflow: hidden;
	position: relative;
	padding: 25px 24px 0 24px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: url(../images/bg2.jpg) repeat-x center bottom;
}

.box2RCon .bd{
	width: 188px;
	height:190px;
}

.box2RCon .bd ul li{
	float: left;
	width: 188px;
	height: 190px;
	overflow: hidden;
}
.box2RCon .bd ul li img{
	display: block;
	width: 188px;
	height: 140px;
}
.box2RCon .bd ul li span{
	display: block;
	text-align: center;
	line-height: 50px;
	font-family: "宋体";
}

.box2RCon .prev{
	position: absolute;
	left: -1px;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 19px;
	height: 35px;
	background: url(../images/bt2.png) no-repeat;
	background-position: 0 0;
}
.box2RCon .next{
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 19px;
	height: 35px;
	background: url(../images/bt2.png) no-repeat;
	background-position: -19px 0;
}


/*
 * 第三栏
 */
.box3{
	text-align: center;
	height: 50px;
}

.box3 a{
	display: inline-block;
	width: 162px;
	height: 50px;
	text-align: left;
	margin: 0 9px;
}
.box3 a.a1{
	background: url(../images/footer_ico1.png) no-repeat center center;
}
.box3 a.a2{
	background: url(../images/footer_ico2.png) no-repeat center center;
}
.box3 a.a3{
	background: url(../images/footer_ico3.png) no-repeat center center;
}
.box3 a.a4{
	background: url(../images/footer_ico4.png) no-repeat center center;
}
.box3 a span{
	display: block;
	height: 14px;
	font-size: 14px;
	padding: 8px 0 5px 53px;
}
.box3 a em{
	display: block;
	padding: 0 0 0 53px;
}

/*
 * footer 
 */
.footer{
	height: 77px;
	background: url(../images/footer_bg.jpg) repeat-x center top;
	overflow: hidden;
}
.footerL{
	width: 800px;
	padding-top: 10px;
}
.footerLT{
	clear:both;
	height: 30px;
	line-height: 30px;
	color: #9f9f9f;
	font-family: "宋体";
}
.footerLT a{
	color: #9f9f9f;
	margin: 0 8px 0 4px;
}
.footerLT a:hover{
	color: #333;
}
.footerLB{
	clear:both;
	height:20px;
	line-height: 20px;
	color: #9f9f9f;
}
.footerR{
	width: 200px;
	height: 37px;
	color: #9f9f9f;
	background: url(../images/footer_loogo.png) no-repeat right 11px;
	padding-top: 40px;
	text-align: right;
}




/*
 * 二级页面左侧
 */
.mainL{
	float: left;
	width: 187px;
	margin-top: 11px;
}
.mainLT{
	width: 177px;
	padding: 10px 0;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 2px 2px 4px rgba(171,171,171,.4);
}
.mainLT1{
	height: 31px;
	line-height: 25px;
	padding-left: 42px;
	color: #fff;
	font-size: 14px;
	font-family: "宋体";
	font-weight: bold;
	background: url(../images/left_T.png) no-repeat center center;
}
.mainLT_dl{
	clear: both;
	overflow: hidden;
	padding: 5px 0;
}
.mainLT_dl dd{
	clear: both;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	font-family: "宋体";
	background:url(../images/left_ico5.png) no-repeat 20px 5px;
}
.mainLT_dl dd a{
	display: block;
	height: 24px;
	line-height: 24px;
	color: #000;
	padding-left: 35px;
}
.mainLT_dl dd.hover a{
	color: #a90433;
}
.mainLT_dl dd a:hover{
	color: #a90433;
}
.mainLB{
	clear:both;
}
.mainLB a{
	display: block;
	width: 187px;
	height: 50px;
	margin-bottom: 8px;
}
.mainLB a.a1{
	background: url(../images/left_ico1.png) no-repeat center center;
}
.mainLB a.a2{
	background: url(../images/left_ico2.png) no-repeat center center;
}
.mainLB a.a3{
	background: url(../images/left_ico3.png) no-repeat center center;
}
.mainLB a.a4{
	background: url(../images/left_ico4.png) no-repeat center center;
}
.mainLB a span{
	display: block;
	height: 14px;
	padding:8px 0 3px 80px;
	color: #757575;
	font-size: 14px;
}
.mainLB a em{
	display: block;
	height:12px;
	color: #757575;
	padding-left: 80px;
}

/*
*subBanner
*/
.subBanner{
	width: 100%;
	overflow: hidden;
}

.subBanner_a{
	display: block;
	width: 985px;
	height:175px;
	overflow: hidden;
	position:relative;
	left: 50%;
	margin-left:-490px;
}

.subBanner_a img{
	width: 985px;
	height:175px;
}

/*
*左边内容框架
*/

.subContR{
	width: 987px;
	overflow: hidden;
}

.subContBox{
	width: 945px;
	border:1px solid #ddd;
	padding:20px;
	overflow: hidden;
	min-height: 400px;
}

/*
*location
*/

.location{
	width: 100%;
	overflow: hidden;
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #ddd;
}

.location_box{
	width: 100%;
	overflow: hidden;
	border-left:3px solid #a30330;
	font-size: 12px;
	font-family: "宋体";
}

.loca_span{
	color:#404040;
	font-weight: bold;
	padding-left: 10px;
}

.loca_a{
	color:#828282;
}

.loca_a:hover{
	color:#a90433;
}

.loca_i{
	color:#828282;
	padding:0px 8px;
}

/*
*全部列表
*/

.newsAllImgBox{
	width: 100%;
	overflow: hidden;
}

.newsAllImg_dl{
	width: 960px;
	overflow: hidden;
}

.newsAllImg_dl dd{
	width: 305px;
	height:225px;
	overflow: hidden;
	margin:0px 15px 25px 0px;
	float: left;
	display: inline;
}

.newsAllImg_img_a{
	display: block;
	width: 305px;
	height:180px;
	overflow: hidden;
}

.newsAllImg_img_a img{
	width: 305px;
	height:180px;
}

.newsAllImg_text_a{
	display: block;
	width: 100%;
	height:45px;
	line-height: 45px;
	font-size: 14px;
	color:#565656;
	text-align: center;
}

.newsAllImg_text_a:hover{
	color:#a90433;
}

/*^
 * 列表分页
 */
.page {
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	font-size:12px;
	height:25px;
	line-height: 25px;
	text-align: center;
}

.page a {
	font-family: "宋体";
	border: 1px solid #efefef;
	padding: 4px 7px;
	background: #fff;
	color: #b4b4b4;
	font-size: 12px;
}
.page a:hover {
	background: #c50404;
	color: #ffffff;
	border: 1px solid #c50404;
}
.page a.hover {
	background: #c50404;
	color: #ffffff;
	border: 1px solid #c50404;
}

.page .prev{
	margin:0px 10px 0px 0px;
}

.page .next{
	margin:0px 0px 0px 10px;
}

/*newsView begin*/

.article_box{
	width:100%;
	overflow: hidden;
}

.art_img{
	float: left;
	display: inline;
	padding:0px 20px 0px 10px;
}

.art_deta{
	font-size: 12px;
	color:#626262;
	line-height: 24px;
}
.article_title{
	width:100%;
	height:35px;
	line-height: 35px;
	font-size: 16px;
	font-family: "microsoft yahei";
	color:#a90433;
	text-align: center;
}

.article_time{
	width:100%;
	line-height: 35px;
	font-size: 12px;
	font-family: "宋体";
	color:#b2b2b2;
	text-align: center;
}

.article{
	width:100%;
	overflow: hidden;
	font-size: 12px;
	font-family: "宋体";
	color:#777777;
	line-height: 20px;
	padding:30px 0px 0px 0px;
}
.article img{
	max-width:100%;
	}
.videoPlay{
	width: 730px;
	overflow: hidden;
	margin:0px auto;
}

.video_name{
	width:100%;
	display:block;
	line-height:30px;
	font-size:16px;
	color:#a5a5a5;
	text-align:center;
	margin-top:20px;
}

.art_dowload{
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	font-family: "microsoft yahei";
	color:#707375;
	line-height: 20px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}

.art_dowload a{
	background: url(../images/art-dowload.png) no-repeat left 0px;
	padding:0px 0px 0px 20px;
	margin-left:10px;
	font-size: 14px;
	font-family: "microsoft yahei";
	color:#707375;
}

.art_dowload a:hover{
	color:#b91719;
}
.article_pageUp dl dd {
	font-size: 14px;
	font-family: "microsoft yahei";
	color:#999999;
	line-height: 30px;
}

.article_pageUp dl dd a{
	font-size: 14px;
	font-family: "microsoft yahei";
	color:#999999;
}

.article_pageUp dl dd a:hover{
	color:#9e032d;
}

.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #777;
	font-size: 12px;
	line-height:30px;
	padding:10px 0 5px 0;
	font-family: "宋体";
	background: url(../images/line1.jpg) no-repeat center bottom;
}
.article_time span{
	display:inline-block;
	height:30px;
	padding:0 5px; 
	cursor: pointer;
	}
.article_time span.hover{
	color: #9e032d;
}

.article_page{
	padding:15px 0;
	text-align:center;
}

.article_page a{
	padding:2px 6px;
	border: 1px solid #efefef;
	background: #fff;
}

.article_page a:hover{ 
	color:#fff;
	background: #c50404;
	border:1px solid #c50404;
}

.article_page a.hover{ 
	color:#fff;
	background: #c50404;
	border:1px solid #c50404;
}


.article_pageUp{
	clear:both;
	overflow:hidden;
	padding:10px 0 0 0;
	}
.article_pageUp dl dd{
	display:block;
	height:30px;
	clear:both;
	line-height:30px;
	}
.pageUp{
	display:block;
	line-height:30px;
	color:#999;
	padding:10px 0 20px 0;
	font-family: "宋体";
	}
.pageUp a{
	color:#555;
	}
.pageUp a:visited{
	color:#555;
	}
.pageUp a:hover{
	color:#777;
	text-decoration: underline;
	}
.pageUp a:hover{
	color:#555;
	}
.share{
	display:block;
	clear:both;
	color: #333;
	padding:10px 0;
	font-family: "宋体";
	}
.tags a{
	color: #333;
}
.tags a:visited{
	color: #333;
}
.tags a:hover{
	color: #333;
}
.tags a:active{
	color: #333;
}
.articlePage{
	clear:both;
	height:30px;
	text-align:center;
	font-family:Arial;
	}
.articlePage a{
	margin:0 1px;
	color: #888;
	background:#f1f1f1;
	padding:5px 10px;
	}
.articlePage a:hover{
	color:#fff;
	background:#c2c2c2;
	}
.articlePage a.hover{
	color:#fff;
	background:#c2c2c2;
	}
.share{
	clear:both;
	height:30px;
	border:1px solid #e8e8e8;
	background:#f7f7f7;
	}
.share_l{
	float:left;
	display:inline;
	padding:0 0 0 10px;
	}
.share_r{
	float:right;
	display:inline;
	line-height:30px;
	padding:0 10px 0 0;
	}
.share_ins{
	overflow: hidden;
	font-size: 14px;
	font-family: "Arial";
	color:#333333;
	line-height: 30px;
}

.share_ins span{
	font-size: 12px;
	font-family: "宋体";
	color:#333333;
}

/*^
 * 文章阅读页——大图
 * @created 2015.1.20
 */
#play{
	width:715px;
	height:450px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	padding:5px;
	margin:0 auto;
}
#play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
	position: relative;
	z-index: 1;
	width:715px;
	height:450px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:715px;
	height:450px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;width: 715px;height:450px;}
.imgMove{width:600px;clear:both;margin:20px auto;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:60px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height:47px;
	width:70px;
	padding:3px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	height:47px;
	width:70px;
	display:block;
	background:#fff;
	position:relative;
	}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	}
.img_hd ul li img {position:absolute;height:47px;width:70px;}
.img_hd ul li.on {border:1px solid #c80000;background:#c80000;}
.imgMove .bottom_a {
	width:20px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:15px;
	position:absolute;
	z-index:9999999999999;
	background:url(../images/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}


/*列表页*/

.newsList3{
	clear:both;
	overflow:hidden;
}

.newsList3 dd{
	clear:both;
	overflow:hidden;
	height:35px;
	line-height:35px;
	border-bottom:1px dotted #c5c5c5;
	font-family:"宋体";
}

.newsList3 dd i{
	font-size: 16px;
	color:#c50404;
}

.newsList3 dd a{
	display: inline-block;
	font-size: 12px;
	color:#666;
}
.newsList3 dd span{
	float:right;
	color:#8a8a8a;
	padding:0px 7px 0px 0px;
}
.newsList3 dd a:hover{
	color:#c50404;
}

.pad_t0{
	padding:10px 20px 20px 20px !important;
}

/*
*图文列表
*/

.newsTextImg{
	width: 100%;
	overflow: hidden;
}

.newsTextImg_dl{
	width: 100%;
	overflow: hidden;
}

.newsTextImg_dl dd{
	width: 100%;
	height: 155px;
	overflow: hidden;
	margin:0px 0px 40px 0px;
}

.news_cen_img{
	display: block;
	width: 255px;
	height:155px;
	overflow: hidden;
}

.news_cen_img img{
	width: 255px;
	height:155px;
}

.news_cen_cont{
	width: 665px;
	overflow: hidden;
}

.news_cen_name{
	display: inline-block;
	font-size: 16px;
	color:#9b032c !important;
	line-height: 30px;
}

.news_cen_more:hover,
.news_cen_name:hover{
	text-decoration: underline;
}

.news_cen_time{
	font-size: 12px;
	color:#828282;
}

.news_cen_deta{
	text-indent: 2em;
	font-size: 12px;
	font-family: "宋体";
	color:#777777;
	line-height: 20px;
	padding:10px 0px 0px 0px;
}

.news_cen_more{
	color:#9b032c !important;
}

/*
*招聘
*/

.join{
	width: 100%;
	overflow: hidden;
	min-height:380px;
	height:auto !important;
	height:380px;
	padding:0px 0px 30px 0px;
}

.join .joinList dt{
	width: 100%;
	overflow: hidden;
}

.join .joinList dt span{
	font-size: 12px;
	font-family: "宋体";
	color:#666666;
	font-weight: bold;
	display: inline-block;
	width:16%;
	height:35px;
	text-align: center;;
	line-height: 35px;
}

.w_20{
	width: 20% !important;
	text-align: left !important;
}


.join .joinList dd span{
	font-size: 12px;
	font-family: "宋体";
	color:#666666;
	display: inline-block;
	width:16%;
	height:35px;
	text-align: center;;
	line-height: 35px;
}

.join .joinList dd span.w180{
	width:170px;
}

.join .joinList dd span a{
	font-size: 12px;
	font-family: "microsoft yahei";
	color:#737373;
	display: inline-block;
	text-align: center;;
	line-height: 35px;
}

.join .joinList dd span a:hover{
	color:#a90433;
}

/*
*joinView_title
*/

.joinView{
	width: 100%;
	overflow: hidden;
}

.join_deta{
	width: 100%;
	overflow: hidden;
}

.bor_bot{
	border-bottom:1px solid #e8e8e8;
	padding:0px 0px 10px 0px;
}

.join_tit{
	display: block;
	font-size: 16px;
	color: #4a4a4a;
	height:30px;
	line-height: 30px;
}

.join_welfare,
.join_need{
	display: block;
	font-size: 14px;
	color:#949494;
	line-height: 30px;
}

.join_name{
	display: block;
	font-size: 14px;
	border-left:3px solid #bc082b;
	color:#4a4a4a;
	padding:0px 0px 10px 5px;
}

.join_demand{
	overflow: hidden;
	font-size: 12px;
	font-family: "宋体";
	color:#acacac;
	line-height: 30px;
}

.join_sub{
	width: 100%;
	overflow: hidden;
	margin-top:30px;
}

.join_sub a{
	display: inline-block;
	width: 101px;
	height: 41px;
	font-size: 14px;
	color:#fff;
	text-align: center;
	line-height: 35px;
}

.join_prev{
	background: url(../images/join_prev.png) no-repeat center center;
	margin-right:20px;
}

.join_go{
	background: url(../images/join_go.png) no-repeat center center;
}

/*
*我要应聘
*/

.employ_div{
	width: 100%;
	overflow: hidden;
	margin-bottom:15px;
}

.employ_p{
	overflow: hidden;
	line-height: 30px;
	margin-right:15px;
}

.employ_tip,
.employ_name{
	display: inline-block;
	width: 65px;
	height:30px;
	text-align: 30px;
	font-size: 12px;
	color:#999999;
	font-family: "宋体";
}

.employ_inp{
	height:28px;
	border:1px solid #e4e4e4;
	outline: none;
	padding:0px 5px;
	line-height: 28px;
	color:#999999;
	font-size: 12px;
}

.employ_tip i{
	color:#cc3333;
	padding:0px 5px;
}

.w_180{
	width: 180px;
}

.w_120{
	width: 120px;
}

.w_330{
	width: 330px;
}

.employ_div textarea{
	width: 465px;
	height:90px;
	padding:5px;
	line-height: 25px;
	font-size: 12px;
	font-family: "宋体";
	color:#999999;
	outline: none;
	float: left;
	display: inline;
	border:1px solid #e4e4e4;
	margin-left:4px;
}

.w_75{
	width: 75px;
	background: #fafafa;
}

.employ_img{
	float:left;
	width: 70px;
	height:29px;
	overflow: hidden;
	margin:0px 10px 0px 10px;
}
.employ_img img{
	display:block;
	width:70px;
	height:29px;
}

.employ_bt{
	display: block;
	width: 95px;
	height:35px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color:#fff;
	background:#a0032e;
	margin-top:15px;
}

/*留言*/

.msgForm {
	clear: both;
	overflow:hidden;
}
.msgForm dd {
	display: block;
	clear: both;
	padding: 10px 0 0 0;
	overflow: hidden;
}
.msgForm dt {
	display: block;
	clear: both;
	overflow: hidden;
	height: 36px;
}
.msgForm_left {
	width: 65px;
	line-height: 30px;
	float: left;
	display: inline;
	text-align: right;
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
}
.msgForm_right {
	float: left;
	display: inline;
}
.form1_right select {
	padding: 2px;
}
.msgForm_input {
	float: left;
	line-height: 28px;
	height: 28px;
	border: 1px solid #e4e4e4;
	background: #fff;
	padding-left: 5px;
}
.msgForm_input.w193 {
	width: 193px;
}

.msgForm_input.w85 {
	width: 85px;
}

.msgForm dd i{
	display: block;
	float: left;
	font-size: 12px;
	font-family: "宋体";
	color:#666666;
	line-height: 30px;
	margin:0px 0px 0px 10px;
}

.msgForm dd i em{
	color:#ca3238;
}
.msgForm_span  .msgForm_input_bt {
	width: 79px;
	height: 37px;
	display: block;
	float: left;
	cursor: pointer;
	border: none;
	font-size: 16px;
	font-family: "microsoft yahei";
	margin-left: 120px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	background: url(../images/msgForm_input_bt.png) no-repeat center center;
}
.msgForm_span .msgForm_input_bt:hover{
	color:#fff !important;
}

.msgForm_span {
	display: block;
	line-height: 30px;
	float: left;
	margin:0px 0px 0px 10px;
}

.msgForm_span a{
	font-size: 12px;
	font-family: "宋体";
	color:#666666;
	float: left;
	display: block;
}

.msgForm_span a:hover{
	color:#a90433;
}

.bg_fafafa{
	background: #fafafa;
}

.msgForm_textarea {
	width: 473px;
	height: 163px;
	display: block;
	line-height: 25px;
	float: left;
	border: 1px solid #e4e4e4;
	outline: none;
	color: #000;
	padding: 5px;
}

/*留言内容*/
.messageShowList {
	display: block;
	overflow: hidden;
	margin: 0 10px 0 10px;
}
.messageShowList dd {
	display: block;
	border: 1px solid #e5e5e5;
	padding: 5px;
	margin: 10px 0;
}
.message_time{
	display:block;
	clear:both;
	height:30px;
	}
.message_time a {
	height: 30px;
	line-height: 30px;
	color: #e60a14;
	text-align: left;
	font-size: 12px;
	color:#666666;
	font-family: "宋体";
}
.message_centent {
	overflow: hidden;
	clear: both;
	font-size: 12px;
	color:#666666;
	font-size: 12px;
	font-family: "宋体";
}
.message_centent span {
	display: block;
	height: 30px;
	overflow: hidden;
	color: #454545;
	line-height: 30px;
	text-align: left;
	float: left;
}
.message_centent_txt {
	width: 600px;
	float: left;
	overflow: hidden;
	line-height: 30px;
	font-size: 12px !important;
	color:#666666;
	font-family: "宋体";
}
.message_reply {
	overflow: hidden;
	clear: both;
}
.message_reply span {
	display: block;
	overflow: hidden;
	height: 30px;
	color: #666666;
	line-height: 30px;
	text-align: left;
	float: left;
	font-family: "宋体";
}
.message_reply span a {
	color: #666666;
}
.message_reply_txt {
	width: 600px;
	float: left;
	overflow: hidden;
	line-height: 30px;
	color: #454545;
	font-family: "宋体";
}
/*message end*/


/*引导页*/
.f_guidePage{ position:relative; overflow:hidden;}
.f_guidePage .zoom1{ position:absolute;}
.f_guideText{ position:absolute; left:-100%; top:0px;}
.f_guideLogo{ position:absolute; right:-100%; bottom:70px;}
.f_guideBtn{ position:absolute; right:-100%; bottom:0;}
.w1200{width:1200px; margin:0 auto;}
.f_guideBox{ position:relative; width:1200px; height:525px; margin:0 auto; top:50%; margin-top:-262px;}