@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, b {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow: hidden;
	overflow-y:auto;
	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: #828282
}/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #828282;
}/* 未访问的链接 */
a:visited {
	color: #828282;
}/* 已访问的链接 */
a:hover {
	color: #c1333e;
}/* 鼠标在链接上 */
a:active {
	color: #828282;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #828282;
	background: #f0f0f0;
}
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;
}
textarea{outline: none;}
input {
	outline: none;
	border: none;
}

.clear {
	clear: both;
}
.h10 {
	clear: both;
	height: 10px;
}
.h15 {
	clear: both;
	height: 16px;
}
.h20 {
	clear: both;
	height: 20px;
}
.h25 {
	clear: both;
	height: 25px;
}
.h30 {
	clear: both;
	height: 30px;
}
.h35 {
	clear: both;
	height: 35px;
}
.h40 {
	clear: both;
	height: 40px;
}
.h60 {
	clear: both;
	height: 60px;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}

/*公共部分结束*/
/*^
 * 框架
 * @created 2015.1.9
 * @return
 */	
.wrap{
	clear:both;
	width:1005px;
	margin:0 auto;
	}
/********************========引导页=======================*/
.guide_logoBox{
	clear:both;
	width:100%;
	height:325px;
	}
.guide_logo{
	width:1250px;
	height:325px;
	background:url(../images/guide_logo.png) no-repeat center center;
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -625px;
	}
.guide_pic{
	clear:both;
	width:100%;
	height:346px;
	border-top:4px solid #b3b2b2;
	border-bottom:4px solid #b3b2b2;
	}
.guide_footer{
	width:100%;
	clear:both;
	overflow:hidden;
	height:280px;
	background:url(../images/guide_footerBg.png) no-repeat center top;
	position:relative;
	}
.guide_btBox{
	clear:both;
	width:1195px;
	height:144px;
	background:url(../images/guide_bg1.png) no-repeat center bottom;
	position:absolute;
	left:50%;
	top:0;
	margin:0 0 0 -598px;
	}
.guide_btBox a{
	display:inline;
	float:left;
	width:189px;
	height:40px;
	}
.guide_btBox a.bt1{background:url(../images/guide_bt.png) no-repeat left center; margin:63px 0 0 316px;}
.guide_btBox a.bt2{background:url(../images/guide_bt.png) no-repeat right center; margin:63px 0 0 181px;}

.guide_footerBox{
	color:#cccccc;
	text-align:center;
	line-height:45px;
	overflow:hidden;
	margin:144px 0 0 0;
	padding:20px 0 0 0;
	}
.guide_footerBox a{color:#cccccc;}
.guide_footerBox a:hover{color:#fff;}
/*===========================头部begin===========================*/
.topBox{
	clear:both;
	width:100%;
	height:140px;
	background:#fff url(../images/top_bg1.jpg) repeat-x left top;
	box-shadow:0 0 10px rgb(177, 176, 176);
	}
.logo{
	width:501px;
	height:76px;
	margin:10px 0 0 0;
	overflow:hidden;
	background:url(../images/logo.jpg) no-repeat center center;
	}
.logo a{
	display:block;
	width:501px;
	height:76px;
	}
.topBoxRight{
	overflow:hidden;
	height:80px;
	margin:10px 0 0 0;
	}
.topBoxRight_bt{
	clear:both;
	height:50px;
	overflow:hidden;
	color:#ebe8e8;
	line-height:30px;
	}
.topBoxRight_bt a{
	color:#c5c5c5;
	line-height:30px;
	padding:0 10px 0 10px;
	}
.topBoxRight_bt a:hover{color:#970611;}
.topShare{
	clear:both;
	overflow:hidden;
	}
.bdsharebuttonbox1 a{
	width:30px !important;
	height:30px !important;
	margin:0 5px 0 0 !important;
	padding-left:0px !important;
	}
.bdsharebuttonbox1 a.icon1{background:url(../images/qq.jpg) no-repeat center center}
.bdsharebuttonbox1 a.icon2{background:url(../images/xl.jpg) no-repeat center center}
.bdsharebuttonbox1 a.icon3{background:url(../images/wx.jpg) no-repeat center center}

.bdsharebuttonbox1 a.icon1:hover{background:url(../images/qq_1.jpg) no-repeat center center}
.bdsharebuttonbox1 a.icon2:hover{background:url(../images/xl_1.jpg) no-repeat center center}
.bdsharebuttonbox1 a.icon3:hover{background:url(../images/wx_1.jpg) no-repeat center center}

.index_search{
	width:210px;
	height:30px;
	background:url(../images/search_bg.jpg) no-repeat center center;
	}
.index_search input.text{
	width:161px;
	height:30px;
	padding:0 5px 0 5px;
	line-height:30px;
	background:none;
	border:none;
	color:#b9b9b9;
	}
.index_search input.button{
	width:35px;
	height:30px;
	background:none;
	border:none;
	cursor:pointer;
	}
/*===========================头部end===========================*/
/*===========================menu begin===========================*/
.menuBox{
	clear:both;
	overflow:hidden;
	height:50px;
	background:url(../images/menu_bg.jpg) repeat-x left bottom;
	border-bottom:1px solid #f3efef;
	}
.menu_dl{
	display:block;
	clear:both;
	overflow:hidden;
	margin:16px 0 0 0;
	}
.menu_dl dd{
	display:inline;
	float:left;
	width:95px;
	}
.menu_dl dd a{
	display:block;
	color:#8d8d8d;
	font-size:15px;
	line-height:20px;
	background:url(../images/menu_icon1.jpg) no-repeat left center;
	padding:0 0 0 6px;
	}
.menu_dl dd a:hover{background:url(../images/menu_icon2.jpg) no-repeat left center;color:#e60012;padding:0 0 0 8px;}
.menu_dl dd.hover a{background:url(../images/menu_icon2.jpg) no-repeat left center;color:#e60012;padding:0 0 0 8px;}

/*===========================menu end===========================*/
/*===========================banner begin===========================*/
.bannerSlide {
	height: 620px;
	position: relative;
	background: #C1C1C1;
	overflow: hidden;
}
.bannerSlide .center {
	width: 1000px;
	height: 620px;
	margin: 0 auto;
	position: relative;
}
.bannerSlide .center .relative {
	position: absolute;
	left: -460px;
	height: 620px;
} /*-460px=(1920px-1000px)/2*/
.bannerSlide .slide_ul li {
	width: 1920px;
	height: 620px;
}
.bannerSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.bannerSlide .hd ul {
	text-align: center;
}
.bannerSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	overflow: hidden;
	line-height: 999px;
	margin-left: 10px;
	height: 10px;
	width: 10px;
	background: #fff;
	cursor: pointer;
	border-radius: 10px;
}
.bannerSlide .hd ul li.on {
	background: #c1333e;
}
/*===========================banner end===========================*/
/*===========================footer begin===========================*/
.footer{
	clear:both;
	overflow:hidden;
	padding:15px 0 15px 0;
	background:#ffffff;
	}
.footerNavBox{
	clear:both;
	overflow:hidden;
	padding:0 0 7px 0;
	border-bottom:1px solid #ededed;
	}
.footer_logo{
	overflow:hidden;
	width:108px;
	height:84px;
	background:url(../images/logo2.jpg) no-repeat center center;
	}
.footer_logo a{
	display:block;
	width:108px;
	height:84px;
	}
.footerNav{
	overflow:hidden;
	padding:35px 0 0 60px;
	color:#efefef;
	}
.footerNav a{padding:0 15px 0 15px;}
.index_ewm{
	overflow:hidden;
	}
.index_ewm span{
	display:block;
	clear:both;
	width:152px;
	overflow:hidden;
	text-align:center;
	color:#970611;
	margin:0 0 10px 0;
	}
.index_ewm p{
	display:inline;
	float:right;
	width:72px;
	height:72px;
	margin:0 0 0 10px;
	}
.index_ewm p img{
	display:block;
	width:72px;
	height:72px;
	}
.footer_bottom{padding:15px 0 0 0;}
.footer_bottom i{color:#970611;}
/*===========================footer end===========================*/
/*===========================通栏公共部分===========================*/
.indexBox{
	clear:both;
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	border:1px solid #f5f5f5;
	}
.indexBox1{
	clear:both;
	width:1198px;
	margin:0 auto;
	overflow:hidden;
	background:#f7f7f7;
	border:1px solid #e4e4e4;
	}
.indexTitle{
	clear:both;
	overflow:hidden;
	height:60px;
	margin:34px 0 0 0;
	}
.indexTitle span{
	display:block;
	height:30px;
	overflow:hidden;
	}
.indexTitle span a{
	display:block;
	color:#970611;
	font-size:20px;
	line-height:30px;
	text-align:left;
	}
.more{
	display:block;
	float:left;
	overflow:hidden;
	min-width:30px;
	padding:0 10px 0 10px;
	background:#970611;
	height:38px;
	color:#fffefe;
	line-height:38px;
	text-align:center;
	font-size:14px;
	margin:25px 0 0 0;
	}
.more i{color: #e3e3e3; font-size:16px;font-family:"宋体"; font-weight:bold; padding:0 0 0 5px;}
a.more {
	text-decoration: none;
	color: #fffefe
}/* 链接无下划线,有为underline;链接去框 */
a.more:link {
	color: #fffefe;
}/* 未访问的链接 */
a.more:visited {
	color: #fffefe;
}/* 已访问的链接 */
a.more:hover {
	color: #fffefe;
}/* 鼠标在链接上 */
a.more:active {
	color: #fffefe;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
/*===========================第一通栏===========================*/
.indexBox1.h_337{ height:337px;}
.h_337Left{
	width:640px;
	overflow:hidden;
	height:337px;
	border-right:1px solid #e1e1e1;
	}
.h_337Left_content{
	clear:both;
	overflow:hidden;
	height:140px;
	}
.h_337Left_content p{
	display:inline;
	float:left;
	width:250px;
	height:140px;
	overflow:hidden;
	}
.h_337Left_content p img{
	display:block;
	width:250px;
	height:140px;
	}
.h_337Left_contentTxt{
	overflow:hidden;
	height:140px;
	width:355px;
	color:#545454;
	line-height:28px;
	text-indent:2em;
	padding:0 20px 0 0;
	}
.h_337Right{
	overflow:hidden;
	width:335px;
	padding:0 0 0 27px;
	border-left:1px solid #ffffff;
	}
.indexList{
	clear:both;
	overflow:hidden;
	height:150px;
	margin:-10px 0 0 0;
	}
.indexList dd{
	clear:both;
	display:block;
	overflow:hidden;
	height:30px;
	}
.indexList dd a{
	display:inline;
	float:left;
	line-height:30px;
	color:#545454;
	padding:0 0 0 11px;
	background:url(../images/list_icon1.png) no-repeat left center;
	}
.indexList dd a:hover{color:#970611;}
.indexList dd span{
	display:inline;
	float:right;
	line-height:30px;
	color:#9b9b9b;
	}
/*********************第二通栏*************************/
.indexBox1.h_355{height:355px;}
.h_355Left{
	width:640px;
	overflow:hidden;
	height:355px;
	border-right:1px solid #e1e1e1;
	}
.indexLisdeTitle{
	width:250px;
	height:215px;
	background:#eaeaea;
	overflow:hidden;
	}
.indexLisdeTitle_slide{
	width:250px;
	height:184px;
	position:relative;
	}
.indexLisdeTitle_slide .bd{
	width:250px;
	height:184px;
	overflow:hidden;
	}
.indexLisdeTitle_slide .hd{
	overflow:hidden;
	width:100%;
	height:18px;
	position:absolute;
	left:0;
	bottom:-25px;
	z-index:9;
	}
.indexLisdeTitle_slide .hd ul{
	display:block;
	text-align:center;
	}
.indexLisdeTitle_slide .hd ul li{
	display:inline-block;
	width:6px;
	height:6px;
	border-radius:3px;
	background:#adadad;
	margin:0 5px 0 5px;
	overflow:hidden;
	line-height:999px;
	cursor:pointer;
	}
.indexLisdeTitle_slide .hd ul li.on{background:#c8000b;}
.indexLisdeTitle_ul{
	display:block;
	overflow:hidden;
	height:184px;
	}
.indexLisdeTitle_ul li{
	display:block;
	width:250px;
	height:184px;
	overflow:hidden;
	}
.indexLisdeTitle_dl{
	display:block;
	overflow:hidden;
	}
.indexLisdeTitle_dl dd{
	display:block;
	height:36px;
	line-height:36px;
	font-size:14px;
	color:#545454;
	padding:0 0 0 15px;
	cursor:pointer;
	}
.indexLisdeTitle_dl dd:hover{color:#970611;}
.indexLisdeTitle_dl dd.hover{color:#970611;}
.indexLisdeTitle a.more1{
	display:block;
	float:right;
	overflow:hidden;
	width:28px;
	height:23px;
	background:#970611;
	color:#e3e3e3;
	line-height:23px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	font-family:"宋体";
	margin:0 28px 0 0;
	position:relative;
	z-index:99;
	}
.h_355Pic{
	width:320px;
	height:215px;
	overflow:hidden;
	margin:0 0 0 45px;
	position:relative;
	}
.h_355Pic p{
	width:320px;
	height:215px;
	overflow:hidden;
	}
.h_355Pic p img{
	display:block;
	width:320px;
	height:215px;
	}
.h_355Pic em{
	display:block;
	width:320px;
	height:25px;
	position:absolute;
	left:0;
	bottom:0;
	background:#000;
	opacity:0.5;
	}
.h_355Pic span{
	display:block;
	width:320px;
	height:25px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:9;
	}
.h_355Pic span a{
	display:block;
	line-height:25px;
	text-align:center;
	color:#fff;
	}
.h_355Pic span a:hover{color:#c8000b;}
.h_355Right{
	overflow:hidden;
	width:328px;
	padding:0 0 0 27px;
	border-left:1px solid #ffffff;
	}
.h_355RightPic{
	width:150px;
	height:205px;
	margin:0 18px 0 0;
	}
.h_355RightPic img{
	display:block;
	width:150px;
	height:205px;
	}
.h_355RightTxt{
	width:160px;
	overflow:hidden;
	height:205px;
	color:#484848;
	line-height:32px;
	text-indent:2em;
	}
.h_355RightTxt .more{margin:10px 0 0 0;}
/***********************第三通栏**************************/
.indexBox1.h_820{height:820px;}
.h_820_dl{
	display:block;
	overflow:hidden;
	width:1100px;
	}
.h_820_dl dd{
	display:inline;
	float:left;
	width:300px;
	height:200px;
	overflow:hidden;
	margin:0 52px 40px  0;
	position:relative;
	}
.h_820_dl dd p{
	clear:both;
	width:300px;
	height:160px;
	}
.h_820_dl dd p img{
	display:block;
	width:300px;
	height:160px;
	}
.h_820_dl dd div{
	clear:both;
	height:40px;
	}
.h_820_dl dd div a{
	display:block;
	height:40px;
	overflow:hidden;
	background:#970611;
	}
.h_820_dl dd div a span{
	float:left;
	display:inline;
	overflow:hidden;
	padding:0 0 0 12px;
	line-height:40px;
	text-align:left;
	color:#ffffff;
	font-size:20px;
	}
.h_820_dl dd div a em{
	float:left;
	display:inline;
	overflow:hidden;
	line-height:50px;
	text-align:left;
	color:#cfcfcf;
	font-size:14px;
	padding:0 0 0 5px;
	}
.h_820_dl dd i{
	display:block;
	width:90px;
	height:90px;
	overflow:hidden;
	position:absolute;
	top:-90px;
	right:10px;
	z-index:1;
	border-radius:45px;
	}
.h_820_dl dd i img{
	display:block;
	width:90px;
	height:90px;
	}
/****************************************************内页********************************/
.subBanner{
	clear:both;
	width:100%;
	overflow:hidden;
	height:460px;
	}
/********左侧导航******/
.leftNav{
	width:220px;
	overflow:hidden;
	}
.leftNav_dl{
	display:block;
	clear:both;
	overflow:hidden;
	}
.leftNav_dl dd{
	display:block;
	clear:both;
	overflow:hidden;
	}
.leftNav_dl dt{
	display:block;
	clear:both;
	overflow:hidden;
	background:#c1333e;
	height:90px;
	padding:0 0 0 25px;
	}
.leftNav_dl dt span{
	display:block;
	clear:both;
	overflow:hidden;
	font-size:18px;
	line-height:20px;
	color:#ffffff;
	margin:25px 0 0 0;
	font-weight:bold;
	}
.leftNav_dl dt em{
	display:block;
	clear:both;
	overflow:hidden;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	}
.leftNav_dl dd{
	display:block;
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #e0e0e0;
	}
.leftNav_dl dd span{
	display:block;
	clear:both;
	background:#ffffff;
	overflow:hidden;
	height:50px;
	}
.leftNav_dl dd span a{
	display:block;
	line-height:50px;
	text-align:left;
	padding:0 0 0 35px;
	font-size:14px;
	color:#555555;
	}
.leftNav_dl dd div{
	clear:both;
	overflow:hidden;
	background:#f9f9f9;
	padding:10px 15px 10px 40px;
	display:none;
	}
.leftNav_dl dd div a{
	display:block;
	clear:both;
	height:25px;
	line-height:25px;
	text-align:left;
	color:#555555;
	}
.leftNav_dl dd div a:hover{color:#c1333e;}
.leftNav_dl dd span a:hover{color:#c1333e;}
.leftNav_dl dd.hover span a{color:#c1333e;}
.leftNav_dl dd.hover div{display:block;}
.leftNav_dl dd span.yy a{background:url(../images/nav_icon2.jpg) no-repeat 170px center;}
.leftNav_dl dd.hover span.yy a{background:url(../images/nav_icon2_h.jpg) no-repeat 170px center;}
.aboutUs{
	clear:both;
	overflow:hidden;
	}
.aboutUsTitle{
	clear:both;
	overflow:hidden;
	background:#c1333e url(../images/nav_icon1.jpg) no-repeat right top;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#fff;
	}
.aboutUsContent{
	clear:both;
	overflow:hidden;
	padding:10px 15px 30px 15px;
	background:#fff url(../images/nav_bg1.jpg) no-repeat right bottom;
	font-family:"宋体";
	line-height:25px;
	color:#5b5b5b;
	min-height:115px;
	}
/***********内页右侧**********/
.pageRightBox{
	width:735px;
	}
.pageCententBox{
	clear:both;
	overflow:hidden;
	min-height:500px;
	height:auto !important;
	height:500px;
	background:#fff;
	box-shadow:0 3px 3px #c9c9c9;
	padding:30px 20px 30px 20px;
	}
/*当前位置*/
.location{
	clear:both;
	height:33px;
	overflow:hidden;
	}
.locationL{
	height:21px;
	overflow:hidden;
	padding:0 0 0 35px;
	line-height:21px;
	font-size:16px;
	color:#c1333e;
	font-weight:bold;
	background:url(../images/page_icon1.jpg) no-repeat 5px center;
	}
.locationR{
	height:21px;
	overflow:hidden;
	padding:0 15px 0 17px;
	background:url(../images/page_icon2.jpg) no-repeat left center;
	font-family:"宋体";
	}
.locationR a{color:#666666;line-height:21px;}
.locationR a:hover{color:#c1333e;}
.locationR a.hover{color:#c1333e;}
/*页码*/
.page {
	padding: 10px 0 10px 0;
	overflow: hidden;
	text-align:center;
	clear: both;
}
.page code, .page a {
	border: 1px solid #eeeeee;
	padding: 2px 8px;
	background: #fff;
}
.page a:hover {
	background: #c1333e;
	color: #fff;
	border: 1px solid #c1333e;
}
.page a.hover {
	background: #c1333e;
	color: #fff;
	border: 1px solid #c1333e;
}
.page input {
	vertical-align: middle;
	height: 20px;
	border: 1px solid #efefef;
}
.page input.pageDetail {
	width: 30px;
	height: 18px;
	text-align: center;
}
.page input.page_bnt {
	border: none;
	width: 58px;
	height: 23px;
	cursor: pointer;
	font-family: "microsoft yahei";
	background: #c1333e;
	color: #FFF;
}
/********************列表页********************/
/*文字列表start*/
.newsList {
	overflow: hidden;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	_overflow: visible;
	margin-bottom: 20px;
}
.newsList dd {
	overflow: hidden;
	height: 50px;
	border-bottom: 1px dotted #dddddd;
	line-height: 50px;
}
.newsList dd em {
	float: left;
	display: inline;
}
.newsList dd em b{ font-weight:bold;}
.newsList dd em a {
	color: #606060;
	font-family: "宋体"
}
.newsList dd em a:visited {
	color: #606060;
}
.newsList dd em a:hover {
	color: #c1333e;
}
.newsList dd em a:active {
	color: #606060;
}
.newsList dd span {
	float: right;
	display: inline;
	color: #999999;
	font-family: "宋体"
}
/*全图列表start*/
.newsAllImg {
	min-height: 600px;
	height: auto !important;
	height: 600px;
	_overflow: visible;
	width: 786px;
}
.newsAllImg dd {
	width: 215px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-bottom: 18px;
	margin-right: 27px;
}
.newsAllImg dd p {
	width: 215px;
	height: 145px;
}
.newsAllImg dd p img {
	width: 215px;
	height: 145px;
}
.newsAllImg dd span {
	display: block;
	height: 55px;
	line-height: 55px;
	text-align: center;
}
.newsAllImg dd span a {
	color: #7d7d7d;
	font-size: 14px;
	font-family: "宋体";
}
.newsAllImg dd span a:visited {
	color: #7d7d7d;
}
.newsAllImg dd span a:hover {
	color: #c1333e;
}
.newsAllImg dd span a:active {
	color: #7d7d7d;
}
.newsAllImg2 {
	min-height: 600px;
	height: auto !important;
	height: 600px;
	_overflow: visible;
	width: 792px;
}
.newsAllImg2 dd {
	width: 160px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-right:20px;
}
.newsAllImg2 dd p {
	width: 160px;
	height: 240px;
}
.newsAllImg2 dd p img {
	width: 160px;
	height: 240px;
}
.newsAllImg2 dd span {
	display: block;
	height: 55px;
	line-height: 45px;
	text-align: center;
}
.newsAllImg2 dd span a {
	color: #7d7d7d;
	font-size: 14px;
	font-family: "宋体";
}
.newsAllImg2 dd span a:visited {
	color: #7d7d7d;
}
.newsAllImg2 dd span a:hover {
	color: #c1333e;
}
.newsAllImg2 dd span a:active {
	color: #7d7d7d;
}
/*全图列表end*/
/*图文列表start*/
.newsTextImg {
	min-height: 600px;
	height: auto !important;
	height: 600px;
	_overflow: visible;
	padding:0 0 20px 0;
}
.newsTextImg dd {
	overflow: hidden;
	padding:24px 0 24px 0;
	border-bottom:1px dotted #c1c1c1;
}
.newsTextImgPic {
	width: 230px;
	height: 160px;
	border:1px solid #d5d5d5;
}
.newsTextImgPic img {
	width: 230px;
	height: 160px;
}
.newsTextImgText {
	width: 450px;
	overflow: hidden;
	position:relative;
}
.newsTextImgText h1 {
	height: 38px;
	line-height: 38px;
	margin-bottom: 10px;
}
.newsTextImgText h1 a {
	color: #c1333e;
	font-size: 16px;
	font-weight:bold;
}
.newsTextImgText h1 a:visited {
	color: #c1333e;
}
.newsTextImgText h1 a:hover { text-decoration:underline;}
.newsTextImgText h1 a:active {
	color: #c1333e;
}
.newsTextImgTextCon {
	color: #757372;
	font-family: "宋体";
	line-height: 35px;
	height: 96px;
	overflow: hidden;
	margin-bottom: 15px;
}
.newsTextImgTextMore {
	width:42px;
	height:18px;
	position:absolute;
	top:8px;
	right:5px;
	z-index:1;
}
.newsTextImgTextMore a {
	display:block;
	width:42px;
	height:18px;
	background:url(../images/more.jpg) no-repeat center center;
	}

/*图文列表end*/
/*^
 * 文章阅读页
 */ 
.article{
	clear:both;
	line-height:30px;
	min-height:450px;
	height:auto !important;
	height:450px;
	padding:10px 15px 15px 15px;
}
.article img{ max-width:100%;}
.article_title{
	font-size:18px;
	text-align:center;
	font-family:"microsoft yahei";
	line-height:35px;
	padding:0 0 20px 0;
	color:#2d3a5b;
	}
.article_time{
	clear:both;
	height:30px;
	line-height:30px;
	margin:0 0 20px 0;
	text-align:center;
	}
.article_time span{ cursor:pointer;}
.article_time span.hover{ color:#c1333e; font-weight:bold;}
	
.article_page{padding:15px 0;text-align:center;}
.article_page a.hover{ color:#c1333e; font-weight:bold;}

.article_pageUp{
	clear:both;
	overflow:hidden;
	padding:10px 0 0 0;
	}
.article_pageUp dl dd{
	display:block;
	height:30px;
	clear:both;
	line-height:30px;
	}
.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;
	}
/*^
 * 文章阅读页——大图
 */
#play{
	width:600px;
	height:400px;
	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:600px;
	height:400px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:600px;
	height:400px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.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 #c1333e;background:#c1333e;}
.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;}
/*招聘页start*/
.recruitment {
	overflow: hidden;
	margin: 0 auto;
	min-height:420px;
	height:auto !important;
	height:420px;
	margin:0 0 20px 0;
	border: 1px solid #e4e4e4;
	border-bottom:none;
}
.recruitment span {
	float: left;
	display: inline;
	height: 45px;
	line-height: 45px;
	text-align: center;
	overflow: hidden;
}
.span1 {
	width: 150px;
}
.span2 {
	width: 140px;
}
.span3 {
	width:73px;
}
.span4 {
	width: 108px;
}
.span5 {
	width: 114px;
}
.span6 {
	width:102px;
}
.recruitment dt {
	height:40px;
	border-bottom:2px solid #eff9fb;
	overflow: hidden;
	background: #fafafa;
	margin:0 0 10px 0;
}
.recruitment dt span {
	border-right: 1px solid #e4e4e4;
	color: #666666;
	font-size: 12px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	text-align:center;
}
.recruitment dt span.last {
	border: none
}
.recruitment dd {
	height:45px;
	border-bottom:2px solid #eff9fb;
	overflow: hidden;
	background: #fff;
}
.recruitment dd span {
	border-right: 1px solid #fff;
	color: #333333;
	font-size: 12px;
	font-family: "宋体";
	text-align:center;
}
.recruitment dd span a{
	display:block;
	color: #fff;
	height:20px;
	width:70px;
	line-height:20px;
	border-radius:3px;
	font-size: 12px;
	font-family: "宋体";
	text-align:center;
	background:#c5271f;
	margin:12px auto;
	}
.recruitment dd span.last {
	border: none
}
/**/
.recruitment2{
	overflow:hidden;
	margin:0 auto;
	min-height:320px;
	height:auto !important;
	height:320px;
	margin:0 0 30px 0;
	}
.recruitment2 h3{
	display:block;
	clear:both;
	height:40px;
	text-align:center;
	line-height:40px;
	color:#666666;
	font-size:24px;
	margin:0 0 10px 0;
	}
.recruitment2_content{
	overflow:hidden;
	font-family:"宋体";
	color:#666666;
	text-align:left;
	line-height:25px;
	}
.recruitment2_bt{
	clear:both;
	overflow:hidden;
	height:35px;
	margin:20px 0 0 0;
	}
.recruitment2_bt a{
	display:block;
	float:left;
	overflow:hidden;
	width:95px;
	height:30px;
	background:#ca3238;
	color:#ffffff;
	font-size:14px;
	line-height:30px;
	border-radius:2px;
	text-align:center;
	margin:0 25px 0 0;
	}
.recruitment2_bt a:hover{background:#005ca7;}
.recruitment3{
	display:block;
	overflow:hidden;
	padding:0 0 0 70px;
	}
.recruitment3 dt{
	display:block;
	clear:both;
	color:#666666;
	line-height:45px;
	font-size:18px;
	text-align:left;
	font-family: "Microsoft YaHei";
	margin:0 0 20px 0;
	}
.recruitment3 dd{
	display:block;
	clear:both;
	overflow:hidden;
	font-family:"宋体";
	margin:0 0 15px 0;
	}
.rt_spanLeft{
	width:60px;
	height:30px;
	line-height:30px;
	color:#999999;
	text-align:right;
	}
.rt_input{
	display:block;
	overflow:hidden;
	height:28px;
	border:1px solid #e4e4e4;
	line-height:28px;
	background:#fafafa;
	color:#999999;
	} 
.rt_input.w_195{width:195px;}
.rt_input.w_120{width:120px;}
.rt_input.w_338{width:338px;}
.rt_input.w_178{width:178px;}
.rt_input.w_t83{width:83px;}

.rt_input.w_85{
	width:85px;
	background:#c1333e;
	color:#fff;
	}

.recruitment3 dd em{
	display:inline;
	float:left;
	height:30px;
	line-height:30px;
	color:#999999;
	text-align:left;
	padding:0 15px 0 10px;
	}
.recruitment3 dd em i{color:#cc3333; padding:0 5px 0 0;}
.recruitment3 dd textarea{
	display:inline;
	float:left;
	width:465px;
	height:155px;
	border:1px solid #e4e4e4;
	line-height:25px;
	background:#fafafa;
	color:#999999;
	padding:5px;
	}
.recruitment3 dd p{
	display:inline;
	float:left;
	width:188px;
	height:30px;
	line-height:30px;
	color:#999999;
	margin:0 0 0 5px;
	}
.recruitment3 dd p img{
	display:block;
	float:left;
	width:66px;
	height:30px;
	}
.recruitment3 dd p a{
	display:block;
	float:left;
	color:#999999;
	padding:0 0 0 5px;
	}
.recruitment3 dd p a:hover{ color:#0061af;}
.recruitment3_bt{
	display:block;
	float:left;
	width:80px;
	height:30px;
	background:#c1333e;
	margin:10px 0 0 60px;
	color:#fff;
	font-size:14px;
	text-align:center;
	line-height:30px;
	}
.recruitment3_bt:hover{background:#0061af;}
.recruitment3_bt:link {
	color: #fff;
}/* 未访问的链接 */
.recruitment3_bt:visited {
	color: #fff;
}/* 已访问的链接 */
.recruitment3_bt:hover {
	color: #fff;
}/* 鼠标在链接上 */
.recruitment3_bt:active {
	color: #fff;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
/*招聘页end*/
/*^^^^^^留言^^^^^^^^^^*/
.msgForm{
	clear: both;
	overflow:hidden;
	min-height:300px;
	height:auto !important;
	height:300px;
	margin:0 20px 0 20px;
	padding:0 0 20px 0;
	border-bottom:1px solid #dadada;
	}
.msgForm dd{
	display:block;
	clear:both;
	padding:7px 0;
	overflow:hidden;
	}
.msgForm dt{
	display:block;
	clear:both;
	overflow:hidden;
	height:36px;
	padding:15px 0 0 110px;
	}
.msgForm_left{
	width:110px;
	line-height:30px;
	float:left;
	display:inline;
	text-align:right;
	color:#c1333e;
	font-size:14px;
	}
.msgForm_right{
	float:left;
	display:inline;
	}
.form1_right select{
	padding:2px;
	}
.msgForm_input{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #aaacb2;
	padding:0 0 0 5px;
	}
.msgForm_input.w215{ width:215px;}
.msgForm_input.w125{ width:100px;}
.msgForm_input.w300{ width:300px;}
.msgForm_input_bt{
	width:90px;
	height:30px;
	float:left;
	background:#c1333e;
	cursor:pointer;
	border:none;
	font-size:14px;
	font-family:"microsoft yahei";
	color:#ffffff;
	border-radius:3px;
	}
.msgForm_input_bt:hover{ color:#FFF;background:#0061af;}
.msgForm_span{
	display:block;
	line-height:30px;
	float:left;
	}
.msgForm_textarea{
	width:475px;
	height:135px;
	display:block;
	line-height:25px;
	float:left;
	border:1px solid #cccccc;
	outline:none;
	color:#949494;
	padding:5px;
	}
.msgForm_contentDl{
	display:block;
	overflow:hidden;
	margin:0 20px 0 20px;
	font-family:"宋体";
	border-bottom:1px solid #cccccc;
	}
.msgForm_contentDl dd{
	display:block;
	clear:both;
	overflow:hidden;
	padding:10px 0 10px 0;
	border-bottom:1px dotted #cccccc;
	}
.msgForm_nickname{
	line-height:30px;
	clear:both;
	overflow:hidden;
	color:#e60a14;
	}
.msgForm_conten{
	clear:both;
	overflow:hidden;
	line-height:30px;
	color:#454545;
	}
.msgForm_contenTitle{
	line-height:30px;
	color:#454545;
	}
.msgForm_contenTitle.red{color:#e60a14;}
