/**
 * @description : srtx_public 重置样式、使用频率高、维护量少的样式
 * @authro      : 
 * @created     : 2014-3-23
 */	
/*==================================================全局==========================================================================*/
@charset "UTF-8";
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;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
} /*始终让 Firefox 显示滚动条*/
* {word-wrap: break-word;}/*文字强制换行word-break:keep-all;(Ff)*/
table {border-collapse: collapse;}/*细线表格*/
fieldset, img {border: none;}/*清除描边,块显示*/
ul, li {list-style-type: none;}/*无列表项目标记*/

a {text-decoration: none;}/* 链接无下划线,有为underline;链接去框 */
a:link {color: #656565;}/* 未访问的链接 */
a:visited {color: #656565;}/* 已访问的链接 */
a:hover {color: #007400;}/* 鼠标在链接上 */
a:active {color: #656565;}/* 点击激活链接 */

body {
	font-family:"microsoft yahei";
	font-size: 12px;
	color:#656565;
	background:#fff;
}
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}

.clear {clear:both;height: 10px;}
.h5{clear: both;height:5px;}
.h10{clear: both;height:10px;}
.h15{clear: both;height:15px;}
.h20{clear: both;height:20px;}
.h30{clear: both;height:30px;}
.h35{clear: both;height:35px;}
.h50{clear: both;height:50px;}

.border{ border:1px solid #dbdbdb;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}


/*^
 * 框架
 * * @created 2015.3.23
 * @return
 */	
.srtx_wrap{
	width:1004px;
	clear:both;
	margin:0 auto;
}
.srtx_box{
	width:730px;
	overflow:hidden;
	padding:0 15px 30px 15px;
	min-height:450px;
	height:auto !important;
	height:450px;
	}

/*头部*/
.srtx_header{
	clear:both;
	width:100%;
	height:6px;
	background:#fff;
	}
.srtx_header .srtx_wrap{position:relative;}
.srtx_header .srtx_header_box{
	display:block;
	width:120px;
	height:23px;
	background:url(../images/icon_3.png) no-repeat center center;
	position:absolute;
	right:0;
	top:6px;
	text-align:center;
	line-height:23px;
	color:#007400;
	}
.srtx_header .srtx_header_box a{
	display:inline-block;
	line-height:20px;
	color:#007400;
	}
.srtx_header_l{line-height:40px;padding:0 0 0 15px;}
.srtx_header_r{padding:10px 15px 0 0;}
.srtx_header_r a{
	float:left;
	padding:0 0 0 5px;
	}
/**/
.srtx_menuBox{
	clear:both;
	width:100%;
	overflow:hidden;
	background:#007400;
	}
/*logo*/
.srtx_logo{
	width:319px;
	height:88px;
	float:left;
	background:url(../images/logo.jpg) no-repeat;
	margin-left: -210px;
	}
.srtx_logo a{
	width:319px;
	height:88px;
	display:block;
	}
.srtx_logo a img{
	display:block;
	width:319px;
	height:88px;
	}
/*menu*/
.srtx_menudiv{
	display:block;
	width:890px;
	margin:33px 0 0 0;
	}
.srtx_menuBox_dl{
	display:block;
	float:right;
	}
.srtx_menuBox_dl dd{
	display:inline-block;
	float:left;
	margin:0 0 0 10px;
	position:relative;
	}
.srtx_menuBox_dl dd span{
	display:block;
	height:30px;
	position:relative;
	}
.srtx_menuBox_dl dd span a{
	display:block;
	overflow:hidden;
	height:30px;
	padding:0 10px;
	font-size:18px;
	color:#ffffff;
	text-align:center;
	line-height:30px;
	}
.srtx_menuBox_dl dd:hover span{ background:#ff9000;}
.srtx_menuBox_dl dd.hover span{ background:#ff9000;}
.srtx_menuBox_dl dd:hover .div{ display:block;}
.srtx_menuBox_dl dd .div{
	width:685px;
	height:25px;
	color:#5e5e5e;
	line-height:25px;
	position:absolute;
	top:13px;
	padding:25px 0 0 0;
	z-index:9;
	display:none;
	}
.srtx_menuBox_dl dd .div i{
	display:block;
	width:24px;
	height:13px;
	background:url(../images/icon_4.png) no-repeat center center;
	position:absolute;
	bottom:23px;
	}
.srtx_menuBox_dl dd .div a{
	display:inline-block;
	height:15px;
	color:#fff;
	line-height:15px;
	padding:0 5px 0 5px;
	font-size:14px;
	}
.srtx_menuBox_dl dd .div a:hover{color:#fff000;}		
/*^
 * banner
 * @created 2014.10.25
 * @return
 */	
.srtx_banner{
	width:100%;
	height:400px;
	overflow:hidden;
	clear:both;
	margin:0 auto;
	position:relative;
	background:url(../images/loading.gif) no-repeat center center;
	}
.srtx_banner .hd{
	width:500px;
	position:absolute;
	z-index:1;
	bottom:-40px;
	left:50%;
	margin:0 0 0 -6px;
	height:30px;
	line-height:30px;
}
.srtx_banner .hd ul {
	text-align:right;
	padding:0 10px 0 0;
}
.srtx_banner .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:14px;
	height:14px;
	line-height:15px;
	text-align:center;
	border-radius:7px;
	overflow:hidden;
	margin:0 5px;
	background:#bcbcbc;
	text-indent:-22222222222em;
}
.srtx_banner .hd ul .on {
	color:#fff;
	background:#009f00;
}	
.srtx_banner .bd{ position:relative; z-index:0; height:400px;}
.srtx_banner .bd li{ zoom:1; vertical-align:middle; height:400px;}
.srtx_banner .bd li a{
	display:block;
	width:100%;
	height:400px;
	}
.srtx_banner .prev{
	position:absolute;
	top:180px;
	left:50%;
	margin:0 0 0 -522px;
	display:block;
	width:32px;
	height:65px;
	background:url(../images/banner_bt.png) no-repeat left center;	
	z-index:99999;		    		
	}
.srtx_banner .next{
	position:absolute;
	top:180px;
	right:50%;
	margin:0 -522px 0 0;
	display:block;
	width:32px;
	height:65px;
	background:url(../images/banner_bt.png) no-repeat right center;
	z-index:99999;		    		
	}
/**/
.srtx_news_title{
	height:35px;
	overflow:hidden;
	background:#efefef;
	}
.srtx_news_slide{
	height:35px;
	padding:0 0 0 35px;
	background:url(../images/icon_5.png) no-repeat 5px center;
	}
.srtx_scrol dd a{
	line-height:35px;
	color:#007400;
	}
.srtx_scrol dd a:hover{ color:#ff9000;}
.srtx_scrol dd span{
	color:#007400;
	padding:0 0 0 30px;
	}
.srtx_content_top{
	clear:both;
	overflow:hidden;
	}
.srtx_contentTitle{
	display:block;
	height:25px;
	clear:both;
	}
.srtx_contentTitle a{
	display:block;
	font-size:18px;
	color:#009f00;
	text-align:left;
	font-weight:normal;
	}
.srtx_contentTitle a:hover{color:#ffa52f;}
.srtx_contentTitle1{
	display:block;
	height:25px;
	clear:both;
	}
.srtx_contentTitle1 a{
	display:block;
	height:25px;
	font-size:14px;
	color:#009f00;
	text-align:left;
	font-weight:normal;
	}
.srtx_contentTitle1 a:hover{color:#ff9000;}
.srtx_contentTitle1.red a{color:#1e9c2c;}
.srtx_more{
	display:block;
	clear:both;
	width:66px;
	height:24px;
	background:url(../images/more.png) no-repeat center center;
	}
.srtx_more:hover{background:url(../images/more_h.png) no-repeat center center;}
.srtx_ctTop_time{
	font-family:"Arial";
	color:#ffa52f;
	line-height:24px;
	text-align:left;
	font-weight:bold;
	}
.srtx_ctTop_L{
	width:325px;
	height:360px;
	overflow:hidden;
	margin:0 35px 0 0;
	}
.srtx_ctTop_txt{
	overflow:hidden;
	color:#5a5a5a;
	line-height:20px;
	}
.srtx_ctTop_C{
	width:265px;
	height:360px;
	border-left:3px solid #f5f5f5;
	border-right:3px solid #f5f5f5;
	padding:0 45px 0 30px 
	}
.srtx_ctTop_C1{
	clear:both;
	overflow:hidden;
	height:174px;
	border-bottom:1px dotted #f5f5f5;
	}
.srtx_ctTop_R{
	width:245px;
	height:360px;
	overflow:hidden;
	margin:0 0 0 35px;
	}
.srtx_ctTop_ul li{
	display:block;
	height:72px;
	margin:0 0 20px 0;
	}
.srtx_ctTop_ul li p{
	display:block;
	width:67px;
	height:72px;
	float:left;
	}
.srtx_ctTop_ul li p img{
	width:67px;
	height:72px;
	}
.srtx_ctTop_txtR{
	width:162px;
	height:42px;
	overflow:hidden;
	float:right;
	margin:15px 0 0 0;
	}
.srtx_ctTop_txtR a{
	color:#5a5a5a;
	line-height:20px;
	}
.srtx_ctTop_txtR a:hover{color:#1e9c2c;}
.srtx_content_bottom{
	clear:both;
	height:298px;
	overflow:hidden;
	position:relative;
	}
.srtx_content_bottom .bt1{
	display:block;
	width:24px;
	height:43px;
	position:absolute;
	left:0;
	top:50%;
	margin:-21px 0 0 0;
	z-index:9;
	}
.srtx_content_bottom .bt1:hover{ background:url(../images/article_icon.png) no-repeat 0px -50px;}
.srtx_content_bottom .bt2:hover{ background:url(../images/article_icon.png) no-repeat -30px -50px;}
.srtx_content_bottom .bt2{
	display:block;
	width:24px;
	height:43px;
	position:absolute;
	right:0;
	top:50%;
	margin:-21px 0 0 0;
	z-index:9;
	}
.srtx_ctb_ul li{
	display:block;
	width:318px;
	float:left;
	overflow:hidden;
	margin:0 25px 0 0;
	}
.srtx_ctb_ul li p{
	clear:both;
	display:block;
	width:318px;
	height:212px;
	overflow:hidden;
	}
.srtx_ctb_ul li p img{
	display:block;
	width:318px;
	height:212px;
	}
.srtx_ctb_div{
	width:266px;
	height:68px;
	padding:20px 26px 30px 22px;
	border:2px solid #f4f4f4;
	border-top:none;
	position:relative;
	}
.srtx_ctb_ul li:hover .srtx_ctb_div{
	border:2px solid #007400;
	border-top:none;
	background:#007400;
	}
.srtx_ctb_ul li:hover .srtx_ctb_div span a{color:#fff000;}
.srtx_ctb_ul li:hover .srtx_ctb_div div{color:#fff;}
.srtx_ctb_div span{
	display:block;
	height:20px;
	}
.srtx_ctb_div em{
	display:block;
	width:47px;
	height:47px;
	position:absolute;
	top:-23px;
	right:28px;
	display:none;
	}
.srtx_ctb_div em.bg1{ background:url(../images/icon_3_1.png) no-repeat center center;}
.srtx_ctb_div em.bg2{ background:url(../images/icon_3_2.png) no-repeat center center;}
.srtx_ctb_div em.bg3{ background:url(../images/icon_3_3.png) no-repeat center center;}
.srtx_ctb_div span a{
	color:#242323;
	font-size:15px;
	line-height:20px;
	text-align:left;
	}
.srtx_ctb_div span a:hover{color:#1e9c2c;}
.srtx_ctb_div div{
	color:#656565;
	line-height:20px;
	margin:5px 0 0 0;
	}
/**/
.movBox{
	width:315px;
	height:190px;
	}
/*
 * 侧导航
 * * @created 2015.3.23
 * @return
 */
 .srtx_leftNav{
	 width:210px;
	 }
.srtx_leftNav_dl{
	clear:both;
	overflow:hidden;
	background:#f5f5f5;
	padding:0 0 10px 0;
	}
.srtx_leftNav_dl dt{
	display:block;
	clear:both;
	line-height:56px;
	background:#dcdcdc;
	font-size:18px;
	color:#007400;
	text-align:center;
	border-top:6px solid #007400;
	}
.srtx_leftNav_dl dd{
	display:block;
	clear:both;
	overflow:hidden;
	margin:1px 0 0 0;
	}
.srtx_leftNav_dl dd span{
	display:block;
	clear:both;
	height:41px;
	overflow:hidden;
	}
.srtx_leftNav_dl dd span a{
	display:block;
	font-size:14px;
	line-height:41px;
	text-align:center;
	}
.srtx_leftNav_dl dd span a:link {color: #444;}/* 未访问的链接 */
.srtx_leftNav_dl dd span a{text-decoration: none;}/* 链接无下划线,有为underline;链接去框 */
.srtx_leftNav_dl dd span a:visited{ color:#444;}
.srtx_leftNav_dl dd span a:hover{ color:#fff; background:#ff9000;}
.srtx_leftNav_dl dd span a:active{ color:#444;}

.srtx_leftNav_dl dd.hover span a{ color:#fff; background:#ff9000;}

.srtx_leftNav_dl dd div{
	display:block;
	overflow:hidden;
	display:none;
	}
.srtx_leftNav_dl dd.hover div{display:block;}
.srtx_leftNav_dl dd div a{
	display:block;
	clear:both;
	overflow:hidden;
	line-height:30px;
	text-align:center;
	}
.srtx_message_bt{
	clear:both;
	width:210px;
	height:55px;
	}
.srtx_message_bt a{
	display:block;
	width:210px;
	height:55px;
	background:url(../images/message_bt.png) no-repeat center center;
	}
.srtx_partner_left{
	display:block;
	width:183px;
	height:90px;
	background:#f5f5f5;
	padding:0 10px 0 15px;
	}
.srtx_partner_left span{
	display:block;
	clear:both;
	font-size:14px;
	color:#007400;
	line-height:40px;
	text-align:left;
	}
.search_type {
	width:174px;
	height:21px;
	float: left;
	margin:2px 0 0 0;
	display: inline;
	position: relative;
	z-index: 9999;
	background:url(../images/search_type.png) no-repeat center center;
	}
.search_type em {
	width: 144px;
	display: block;
	line-height: 20px;
	text-align:left;
	cursor: pointer;
	color: #666666;
	padding: 0 23px 0 10px;
	}
.search_type div {
	width:170px;
	height:60px;
	overflow-y:auto;
	position: absolute;
	left: 1px;
	top: 20px;
	background: #efefef;
	display: none;
	border: 1px solid #d3d3d3;
	border-top: none;
	z-index: 99999999;
	}
.search_type div a {
	display: block;
	line-height: 20px;
	text-align:center;
	clear: both;
	background: #efefef;
	color: #666666;
	margin-top: 1px;
	}
.search_type div a:link {
	color: #666666;
	}/* 未访问的链接 */
.search_type div a:visited {
	color: #666666;
	}/* 已访问的链接 */
.search_type div a:hover {
	background: #595959;
	color: #ffffff;
	}/* 鼠标在链接上 */
.search_type div a:active {
	color: #666666;
blr:expression(this.onFocus=this.blur());
	}/* 点击激活链接 *
/*^
 * 当前位置
 */
.srtx_location{
	clear:both;
	height:37px;
	line-height:42px;
	font-family:"microsoft yahei";
	position:relative;
	border-bottom:3px solid #007400;
	}

.srtx_location strong{
	display:block;
	height:37px;
	line-height:30px;
	position:absolute;
	top:3px;
	left:0;
	color:#1e9c2c;
	font-size:14px;
	padding:0 15px;
	background:url(../images/icon1.jpg) no-repeat center bottom;
	}
.srtx_location p{
	float:right;
	display:block;
	}
.srtx_location span{ color:#1e9c2c;}
/*^
 * title
 * * @created 2015.3.23
 * @return
 */
.location{
	clear:both;
	height:42px;
	line-height:42px;
	}
.location p{
	float:right;
	display:block;
	}
.srtx_title{
	height:24px;
	font-size:14px;
	border-bottom:2px solid #008cd6;
	}
.srtx_title strong{
	width:96px;
	display:block;
	line-height:24px;
	color:#fff;
	text-align:center;
	font-weight:normal;
	float:left;
	background:url(../images/title1_bg.jpg) no-repeat left bottom;
	}

.srtx_title em{
	width:34px;
	display:block;
	height:24px;
	float:right;
	font-style:normal;
	background:url(../images/more.jpg) no-repeat left center;
	}
.srtx_title em a{
	display:block;
	width:34px;
	height:24px;
	}
.srtx_about_pic{
	width:225px;
	height:140px;
	float:left;
	padding:14px 0 0 0;
	}
.srtx_about_pic img{
	width:225px;
	height:140px;
	}
.srtx_about_text{
	width:520px;
	height:140px;
	float:left;
	display:inline;
	overflow:hidden;
	line-height:28px;
	padding:14px 0 0 15px;
	color:#6f6f6f;
	}
.srtx_about_text a{ color:#c80000;}
.srtx_about_text a:visited{ color:#c80000;}
.srtx_about_text a:hover{ color:#c80000;}
.srtx_about_text a:active{ color:#c80000;}

/*^
 * 推荐产品
 * * @created 2015.3.23
 * @return
 */
.srtx_product_list{
	width:773px;
	padding:18px 0 0 0;
	}
.srtx_product_list dd{
	width:180px;
	height:120px;
	float:left;
	display:inline;
	padding:0 13px 0 0;
	position:relative;
	}
.srtx_product_list p{
	width:180px;
	height:120px;
	display:block;
	}
.srtx_product_list p img{
	width:180px;
	height:120px;
	}
.srtx_product_list strong{
	width:180px;
	display:block;
	line-height:40px;
	text-align:center;
	position:absolute;
	z-index:9;
	background:#000;
	bottom:0;
	color:#fff;
	filter:alpha(opacity=80);
	 -moz-opacity:0.8;
	 -khtml-opacity: 0.8;
	 opacity: 0.8;
	 display:none;
	}
.srtx_product_list strong a{ color:#fff;}
/*^
 * 公司相册
 * @created 2015.3.23
 * @return
 */
.srtx_photo{
	clear:both;
	padding:20px 0 0 8px;
	}
.srtx_photo dd{
	width:128px;
	float:left;
	display:inline;
	padding:0 10px;
	}
.srtx_photo p{
	width:120px;
	height:90px;
	display:block;
	padding:3px;
	border:1px solid #cfcfcf;
	}
.srtx_photo p img{
	width:120px;
	height:90px;
	}
.srtx_photo strong{
	display:block;
	line-height:40px;
	text-align:center;
	}
	
/*^
 *  供求信息+新闻动态
* @author 赵卫平
 * @created 2015.3.23
 */
.srtx_w{
	width:370px;
	}
.srtx_supply{
	clear:both;
	padding:10px 0 0 20px;
	}
.srtx_supply dd{
	height:28px;
	clear:both;
	}
.srtx_supply dd span,.srtx_supply dd em{
	display:block;
	line-height:28px;
	float:left;
	padding:0 5px 0 0;
	color:#c80000;
	}
.srtx_supply dd em{
	font-style:normal;
	color:#ea5800;
	}
.srtx_supply dd a{
	display:block;
	line-height:28px;
	float:left;
	}
	
.srtx_index_news{
	clear:both;
	padding:10px 0 0 0;
	}
.srtx_index_news dd{
	height:30px;
	clear:both;
	}
.srtx_index_news dd a{
	display:block;
	line-height:30px;
	float:left;
	color:#6f6f6f;
	}
.srtx_index_news dd a:visited{color:#6f6f6f;}
.srtx_index_news dd a:hover{color:#bb0000;}
.srtx_index_news dd a:active{color:#6f6f6f;}


.srtx_index_news dd span{
	line-height:30px;
	float:right;
	color:#c8c8c8;
	font-family:"宋体";
	}
	
.srtx_index_news_hot{
	clear:both;
	height:80px;
	padding:18px 0 0 0;
	}
.srtx_index_news_hot p{
	width:140px;
	height:105px;
	display:block;
	float:left;
	}
.srtx_index_news_hot p img{
	width:140px;
	height:105px;
	}
.srtx_index_news_hot div{
	padding:0 0 0 10px;
	width:210px;
	height:105px;
	overflow: hidden;
	}
.srtx_index_news_hot div h3{
	display:block;
	clear:both;
	font-size:12px;
	padding:0 0 10px 0;
	font-size:14px;
	color:#008cd6;
	}
.srtx_index_news_hot div h3 a{ color:#008cd6;}
.srtx_index_news_hot div h3 a:visited{ color:#008cd6;}
.srtx_index_news_hot div h3 a:hover{ color:#008cd6; text-decoration:underline;}
.srtx_index_news_hot div h3 a:active{ color:#008cd6;}

.srtx_index_news_hot div span{
	line-height:25px;
	height:84px;
	overflow:hidden;
	display:block;
	}
/*
 * 站内搜索
* @author 赵卫平
 * @created 2015.3.23
 */
.srtx_search{
	clear:both;
	padding:10px 0 15px 10px;
	background:#f5f5f5;
	border:1px solid #efeded;
	}
.srtx_search dd{
	height:20px;
	clear:both;
	padding:7px 0;
	}
.srtx_search dd span{
	width:60px;
	display:block;
	line-height:20px;
	text-align:right;
	float:left;
	}
.srtx_search dt{
	height:28px;
	clear:both;
	padding:11px 0 0 60px;
	}
.srtx_search dt input{
	width:80px;
	height:26px;
	background:none;
	border:none;
	font-weight:bold;
	color:#fff;
	font-size:14px;
	text-align:center;
	background:url(../images/search.jpg) no-repeat left -73px;
	}
.srtx_search_input{
	width:111px;
	height:20px;
	line-height:20px;
	background:none;
	float:left;
	border:none;
	padding:0 1px;
	background:url(../images/search.jpg) no-repeat left -35px;
	}
.srtx_search_type{
	width:113px;
	height:20px;
	float:left;
	display:inline;
	position:relative;
	z-index:9999;
	background:url(../images/search.jpg) no-repeat left 0;
	}
.srtx_search_type em{
	width:93px;
	display:block;
	line-height:20px;
	text-align:center;
	padding:0 20px 0 0;
	cursor:pointer;
	}
.srtx_search_type div{
	width:93px;
	position:absolute;
	left:0;
	top:19px;
	border:1px solid #b4b4b4;
	background:#fff;
	display:none;
	}
.srtx_search_type div a{
	display:block;
	line-height:25px;
	text-align:center;
	clear:both;
	}
.srtx_search_type div a:hover{ background:#f5f5f5;}
	
 /*^
 * 友情链接
 * @author 赵卫平
 * @created 2015.3.23
 */ 
.srtx_linkTitle{
	height:36px;
	line-height:36px;
	clear:both;
	background:#dcdcdc;
	font-size:14px;
	color:#191919;
	padding:0 0 0 10px;
	}
.srtx_link{
	clear:both;
	height:75px;
	background:#f5f5f5;
	border:1px solid #efeded;
	}
.srtx_contact{
	line-height:28px;
	padding:13px 0 5px 20px;
	background:#f5f5f5;
	border:1px solid #efeded;
	}
.srtx_contact h3{
	clear:both;
	display:block;
	font-size:16px;
	text-align:left;
	padding:0 0 8px 52px;
	color:#007400;
	}
.srtx_link_type{
	width:167px;
	height:23px;
	position:relative;
	z-index:9999;
	margin:25px auto 0 auto;
	background:url(../images/linkBg.jpg) no-repeat left 0;
	}
.srtx_link_type em{
	width:147px;
	display:block;
	line-height:23px;
	text-align:center;
	padding:0 20px 0 0;
	cursor:pointer;
	}
.srtx_link_type div{
	width:165px;
	position:absolute;
	left:0;
	top:19px;
	border:1px solid #e1dede;
	background:#fff;
	display:none;
	}
.srtx_link_type div a{
	display:block;
	line-height:25px;
	text-align:center;
	clear:both;
	}
.srtx_link_type div a:hover{ background:#f5f5f5;}

	
/*^
 * 网页底部
 * @author 赵卫平
 * @created 2015.3.23
 */  
.srtx_footer{
	clear:both;
	width:100%;
	overflow:hidden;
	background:#007400;
	}
.srtx_footer_box1{
	clear:both;
	width:100%;
	background:#007400;
	overflow:hidden;
	padding:28px 0 28px 0;
	}
.srtx_footer_box1_dl dd{
	display:inline;
	overflow:hidden;
	float:left;
	width:167px;
	}
.srtx_footer_box1_dl dd h3{
	display:block;
	clear:both;
	height:30px;
	}
.srtx_footer_box1_dl dd h3 a{
	display:block;
	clear:both;
	height:30px;
	color:#fff;
	line-height:30px;
	text-align:left;
	font-size:12px;
	padding:0 0 0 50px;
	}
.srtx_footer_box1_dl dd h3 a:hover{color:#fff000;}
.srtx_footer_ddDiv{
	clear:both;
	overflow:hidden;
	min-height:113px;
	height:auto !important;
	height:113px;
	border-right:2px solid #d9d9d9;
	margin:10px 0 0 0;
	}
.srtx_footer_ddDiv a{
	display:block;
	clear:both;
	height:13px;
	line-height:13px;
	color:#656565;
	text-align:left;
	padding:0 0 0 63px;
	margin:0 0 12px 0;
	background:url(../images/icon_6.png) no-repeat 48px center;
	}
.srtx_footer_ddDiv a:hover{color:#a60100;}
.srtx_footer_ddDiv p{
	display:block;
	width:80px;
	height:80px;
	margin:0 auto;
	}
.srtx_footer_box2{
	clear:both;
	overflow:hidden;
	height:56px;
	background:#007400;
	line-height:28px;
	padding:10px 0 10px 0;
	color:#fff;
	}
.srtx_footer_box2 .fl{
	display:block;
	width:80px;
	height:76px;
	}

.srtx_footer_box2 .fl a img{
	display:block;
	width:80px;
	height:76px;
	}
.srtx_footer_box2 a{color:#fff;}
.srtx_footer_box2 a:hover{color:#fff000;}
.srtx_footer_box2 .fr{
	overflow:hidden;
	}
/*业务板块*/
.srtx_plate{
	clear:both;
	overflow:hidden;
	width:100%;
	height:100px;
	}
.srtx_plate_slide{
	position:relative;
	}
.srtx_plate_slide .bd{
	clear:both;
	overflow:hidden;
	width:1003px;
	height:100px;
	}
.srtx_plate_slide .bd .bd_dl{
	display:block;
	overflow:hidden;
	width:1100px;
	}
.srtx_plate_slide .bd .bd_dl dd{
	display:block;
	float:left;
	overflow:hidden;
	width:180px;
	height:100px;
	margin:0 26px 0 0;
	}
.srtx_plate_slide .bd .bd_dl dd a{
	display:block;
	width:180px;
	height:100px;
	position:relative;
	}
.srtx_plate_slide .bd .bd_dl dd a i{
	display:block;
	width:180px;
	height:100px;
	position:absolute;
	top:0;
	left:0;
	display:none;
	}
.srtx_plate_slide .bd .bd_dl dd:hover a i{display:block;}
.srtx_plate_slide .bd .bd_dl dd a i img{
	display:block;
	width:180px;
	height:100px;
	}
.srtx_plate_slide .bd .bd_dl dd img{
	display:block;
	width:180px;
	height:100px;
	}
/*.srtx_plate_slide .bt1{
	display:block;
	width:32px;
	height:65px;
	background:url(../images/banner_bt1.png) no-repeat left center;
	position:absolute;
	top:50%;
	margin:-32px 0 0 0;
	left:-42px;
	}
.srtx_plate_slide .bt2{
	display:block;
	width:32px;
	height:65px;
	background:url(../images/banner_bt1.png) no-repeat right center;
	position:absolute;
	top:50%;
	margin:-32px 0 0 0;
	right:-42px;
	}*/
.srtx_qualification{
	clear:both;
	overflow:hidden;
	width:1004px;
	margin:0 auto;
	}
.srtx_qlct_slide{
	clear:both;
	width:1004px;
	overflow:hidden;
	height:115px;
	margin:10px 0 0 0;
	position:relative;
	}
.srtx_qlct_slide .bd_dl{
	display:block;
	width:1100px;
	overflow:hidden;
	}
.srtx_qlct_slide .bd_dl dd{
	display:inline;
	float:left;
	width:178px;
	height:113px;
	border:1px solid #eeeeee;
	margin:0 26px 0 0;
	}
.srtx_qlct_slide .bd_dl dd a{
	display:block;
	overflow:hidden;
	width:174px;
	height:109px;
	margin:2px;
	position:relative;
	}
.srtx_qlct_slide .bd_dl dd a img{
	display:block;
	width:174px;
	height:109px;
	}
.srtx_qlct_slide .bd_dl dd a span{
	display:block;
	width:100%;
	height:24px;
	position:absolute;
	left:0;
	bottom:0;
	background:#000;
	opacity:0.4;
	}
.srtx_qlct_slide .bd_dl dd:hover a span{background:#1e9c2c;}
.srtx_qlct_slide .bd_dl dd a em{
	display:block;
	width:100%;
	height:24px;
	position:absolute;
	left:0;
	bottom:0;
	text-align:center;
	line-height:24px;
	color:#fff;
	}
.srtx_qlct_slide .bt1{
	display:block;
	width:32px;
	height:65px;
	position:absolute;
	top:50%;
	margin:-32px 0 0 0;
	left:0;
	}
.srtx_qlct_slide .bt2{
	display:block;
	width:32px;
	height:65px;
	position:absolute;
	top:50%;
	margin:-32px 0 0 0;
	right:0;
	}
.srtx_qlct_slide .bt1:hover{background:url(../images/banner_bt1.png) no-repeat left center;}
.srtx_qlct_slide .bt2:hover{background:url(../images/banner_bt1.png) no-repeat right center;}
.srtx_partner{
	clear:both;
	overflow:hidden;
	width:1003px;
	min-height:20px;
	height:auto !important;
	height:20px;
	margin:0 auto;
	background:#f5f5f5;
	position:relative;
	padding:10px 0 10px 0;
	}
.srtx_partner span{
	display:block;
	width:108px;
	height:96%;
	background:#fff;
	border:1px solid #e2e2e2;
	color:#444444;
	font-family:"宋体";
	line-height:38px;
	text-align:center;
	font-weight:bold;
	position:absolute;
	top:0;
	left:0;
	}

.srtx_partner_a{
	display:inline;
	float:right;
	width:883px;
	overflow:hidden;
	position:relative;
	padding:0 0 0 10px;
	}
.srtx_partner i{
	display:block;
	width:9px;
	height:20px;
	background:url(../images/icon3.jpg) no-repeat center center;
	position:absolute;
	top:10px;
	left:109px;
	}
.srtx_partner_a a{
	display:inline-block;
	line-height:24px;
	padding:0 10px 0 10px;
	}
/*^
 * 文章阅读页
 * @author 赵卫平
 * @created 2015.3.23
 */ 
.srtx_article{
	clear:both;
	overflow:hidden;
	line-height:30px;
	min-height:400px;
	height:auto !important;
	height:400px;
	}
.srtx_article img{ max-width:100%;}
.srtx_article_title{
	font-size:18px;
	text-align:center;
	font-family:"microsoft yahei";
	line-height:35px;
	padding:0 0 20px 0;
	}
.srtx_article_time{
	clear:both;
	height:30px;
	line-height:30px;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	margin:0 0 20px 0;
	text-align:center;
	}
.srtx_article_time span{ cursor:pointer;}
.srtx_article_time span.hover{ color:#c80000; font-weight:bold;}
	
.srtx_article_page{padding:15px 0;text-align:center;}
.srtx_article_page a.hover{ color:#c80000; font-weight:bold;}

.srtx_article_pageUp{
	clear:both;
	overflow:hidden;
	padding:10px 0 0 0;
	}
.srtx_article_pageUp dl dd{
	display:block;
	height:30px;
	clear:both;
	line-height:30px;
	}
.srtx_share{
	clear:both;
	height:30px;
	border:1px solid #e8e8e8;
	background:#f7f7f7;
	}
.srtx_share_l{
	float:left;
	display:inline;
	padding:0 0 0 10px;
	}
.srtx_share_r{
	float:right;
	display:inline;
	line-height:30px;
	padding:0 10px 0 0;
	}
.srtx_download{
	clear:both;
	height:32px;
	font-size:18px;
	padding:10px 0 20px 0;
	}
.srtx_download a{
	display:block;
	line-height:32px;
	float:left;
	padding:0 40px 0 0;
	color:#cc0000;
	font-family:"microsoft yahei";
	margin:0 10px 0 0;
	background:url(../images/download.png) no-repeat right center;
	}
/*^
 * 文章阅读页——大图
 * @author 赵卫平
 * @created 2015.3.23
 */
#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 #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;}

/*^
 * 列表分页
 * @author 赵卫平
 * @created 2015.3.23
 */
.page {
	padding:15px 0 10px 0;
	overflow: hidden;
	text-align: center;
	clear: both;
	border-top:1px solid #d8d8d8;
}
.page code, .page a {
	border: 1px solid #efefef;
	padding:5px 8px;
	background: #fff;
}
.page a:hover {
	background: #008939;
	color: #fff;
	border: 1px solid #007330;
}
.page a.hover {
	background: #008939;
	color: #fff;
	border: 1px solid #007330;
}
.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";
}

/*^
 * 文字列表
 * @author 赵卫平
 * @created 2015.3.23
 */
.srtx_textList{
	clear:both;
	overflow:hidden;
	min-height:400px;
	height:auto !important;
	height:400px;
	}
.srtx_textList dd{
	display:block;
	clear:both;
	height:37px;
	border-bottom:1px dotted #ccc;
	padding:0 0 0 10px;
	background:url(../images/icon2.jpg) no-repeat left center;
	}
.srtx_textList dd a{
	display:block;
	line-height:37px;
	float:left;
	}
.srtx_textList dd span{
	display:block;
	line-height:37px;
	float:right;
	}
/*^^^^^热门 begin^^^^^^**/
.srtx_hotNews{
	height:132px;
	clear:both;
	padding:0 0 20px 0;
	}
.srtx_hotNews p{
	width:210px;
	height:140px;
	display:block;
	float:left;
	background:#fff;
	}
.srtx_hotNews img{
	width:210px;
	height:140px;
	display:block;
	}
.srtx_hotNews_right{
	width:502px;
	height:140px;
	float:left;
	color:#666666;
	padding:0 0 0 15px;
	overflow:hidden;
	}
.srtx_hotNews_right h3{
	display:block;
	clear:both;
	height:25px;
	font-size:14px;
	}
.srtx_hotNews_right a{ color:#bb0000;}
.srtx_hotNews_right a:visited{ color:#bb0000;}
.srtx_hotNews_right a:hover{ color:#bb0000; text-decoration:underline;}
.srtx_hotNews_right a:active{ color:#bb0000;}
.srtx_hotNews_right div{
	clear:both;
	line-height:28px;
	text-indent:2em;
	}
/*^
 * 图文列表
 * @author 赵卫平
 * @created 2015.3.23
 */
.srtx_textImgList{
	clear:both;
	overflow:hidden;
	min-height:480px;
	height:auto !important;
	height:480px;
	}
.srtx_textImgList dd{
	height:158px;
	clear:both;
	padding:10px 0 40px 0;
	}
.srtx_textImgList dd p{
	width:210px;
	height:158px;
	display:block;
	float:left;
	background:#fff;
	}
.srtx_textImgList dd img{
	width:210px;
	height:158px;
	display:block;
	}
.srtx_textImgList_right{
	width:488px;
	height:153px;
	float:left;
	color:#666666;
	padding:5px 10px 0 20px;
	overflow:hidden;
	}
.srtx_textImgList_right.odd{background:#f4f4f4;}
.srtx_textImgList_right h3{
	display:block;
	clear:both;
	height:25px;
	font-size:14px;
	padding:5px 0 0 0;
	}
.srtx_textImgList_right a{ color:#c80000;}
.srtx_textImgList_right a:visited{ color:#c80000;}
.srtx_textImgList_right a:hover{ color:#c80000;text-decoration:underline;}
.srtx_textImgList_right a:active{ color:#c80000;}
.srtx_textImgList_right div{
	clear:both;
	line-height:25px;
	text-indent:2em;
	font-size:14px;
	}
/*^
 * 全图列表
 * @author 赵卫平
 * @created 2015.3.23
 */
.srtx_ImgList{
	clear:both;
	width:760px;
	overflow:hidden;
	min-height:480px;
	height:auto !important;
	height:480px;
	}
.srtx_ImgList dd{
	width:210px;
	display:block;
	float:left;
	display:inline;
	padding:0 43px 20px 0;
	overflow:hidden;
	}
.srtx_ImgList dd p{
	width:210px;
	height:140px;
	display:block;
	float:left;
	background:#fff;
	clear:both;
	}
.srtx_ImgList dd img{
	width:210px;
	height:140px;
	display:block;
	}
.srtx_ImgList dd span{
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
	clear:both;
	font-size:14px;
	}
/*^^^^^^留言^^^^^^^^^^*/
.srtx_msgForm{
	clear: both;
	overflow:hidden;
	padding:50px 0 0 0;
	min-height:200px;
	}
.srtx_msgForm dd{
	display:block;
	clear:both;
	padding:7px 0 0 0;
	overflow:hidden;
	}
.srtx_msgForm dt{
	display:block;
	clear:both;
	overflow:hidden;
	height:36px;
	padding:15px 0 0 0;
	}
.srtx_msgForm_left{
	width:110px;
	line-height:30px;
	float:left;
	display:inline;
	text-align:right;
	color:#4b4b4b;
	}
.srtx_msgForm_right{
	float:left;
	display:inline;
	}
.srtx_form1_right select{
	padding:2px;
	}
.srtx_msgForm_input{
	float:left;
	line-height:28px;
	height:28px;
	border:1px solid #999999;
	background:#f6f7f9;
	}
.srtx_msgForm_input.w215{ width:215px;}
.srtx_msgForm_input.w125{ width:100px;}
.srtx_msgForm_input.w300{ width:300px;}
.srtx_msgForm_input_bt{
	width:102px;
	height:36px;
	background:#bb0000;
	float:left;
	cursor:pointer;
	border:none;
	font-size:16px;
	font-family:"microsoft yahei";
	margin-left:330px;
	color:#fff;
	}
.srtx_msgForm_input_bt:hover{background:#e10000;}
.srtx_msgForm_span{
	display:block;
	line-height:30px;
	float:left;
	}
.srtx_msgForm_textarea{
	width:565px;
	height:135px;
	display:block;
	line-height:25px;
	float:left;
	border:1px solid #cccccc;
	background:#f6f7f9;
	outline:none;
	color:#949494;
	padding:5px;
	}
.srtx_msgTitle{
	width:100%;
	clear:both;
	line-height:30px;
	font-size:16px;
	clear:both;
	padding:40px 0 5px 0;
	border-bottom:1px solid #cccccc;
	margin:0 auto 10px auto;
	color:#4b4b4b;
	}
.srtx_msgList{
	width:698px;
	clear:both;
	border:1px dotted #ccc;
	margin:0 auto 5px auto;
	color:#4b4b4b;
	}
.srtx_msgList dt{
	display:block;
	height:30px;
	background:#f6f6f6;
	padding:0 10px;
	}
.srtx_msgList dt p{
	display:block;
	line-height:30px;
	float:left;
	}
.srtx_msgList dt span{
	display:block;
	line-height:30px;
	float:right;
	}
.srtx_msgList dd{
	line-height:25px;
	padding:5px 10px;
	}
.srtx_msgList dd.reply{
	line-height:25px;
	padding:5px 10px;
	color:#cf1308;
	}
	
/*===========================招聘页面1 begin===========================*/
.recruitment1{
	clear:both;
	overflow:hidden;
	border-top:1px solid #e6e6e6;
	}
.recruitment1 dt{
	clear:both;
	overflow:hidden;
	height:40px;
	line-height:40px;
	background:#c80000;
	color:#ffffff;
	text-align:center;
	font-size:16px;
	border-bottom:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	}
.recruitment1 dt span{
	float:left;
	width:55px;
	height:40px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dt em{
	float:left;
	width:150px;
	height:40px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dt i{
	float:left;
	width:129px;
	height:40px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dt b{
	float:left;
	width:83px;
	height:40px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	font-weight:normal;
	}
.recruitment1 dt p{
	float:left;
	width:100px;
	height:40px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dt a{
	float:left;
	width:105px;
	height:40px;
	color:#ffffff !important;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dd{
	clear:both;
	overflow:hidden;
	height:40px;
	line-height:40px;
	color:#5a5a5a;
	text-align:center;
	font-family:"宋体";
	font-size:14px;
	overflow:hidden;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dd span{
	float:left;
	width:55px;
	height:40px;
	border-left:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dd em{
	float:left;
	width:150px;
	height:40px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dd i{
	float:left;
	width:129px;
	height:40px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dd b{
	float:left;
	width:83px;
	height:40px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	font-weight:normal;
	}
.recruitment1 dd p{
	float:left;
	width:100px;
	height:40px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	}
.recruitment1 dd a{
	float:left;
	width:105px;
	height:40px;
	color:#5a5a5a;
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	}
.recruitment1 dd:hover{
	color:#8e8d8d;
	background:#c80000;
	}
.recruitment1 dd:hover a{
	color:#ffffff;
	}
.jobs{
	width:489px;
	height:70px;
	}
.jobs1{
	width:500px;
	font-size:16px;
	line-height:30px;
	color:#5a5a5a;
	text-align:left;
	border-bottom:1px solid #e6e6e6;
	padding-bottom:10px;
	overflow:hidden;
	}
.jobs1 a{ color:#20304a;}
/*===========================招聘页面1 end===========================*
/*===========================招聘页面2 begin===========================*/
.table1{
	clear:both;
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	text-align:center;
	font-family:"宋体";
	margin:0 auto;
	}
.table1 tr{
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	}
.table1 td{
	border-bottom:1px solid #e6e6e6;
	border-right:1px solid #e6e6e6;
	}
.tr1{
	height:34px;
	overflow:hidden;
	}
.tr3{
	width:100%;
	height:34px;
	background:#c80000;
	color:#ffffff;
	font-family:'微软雅黑';
	font-size:14px;
	}
.td1{
	width:99px;
	}
.td2{
	width:100px;
	height:34px;
	}
.td1_input[type=text]{
	float:left;
	width:120px;
	height:24px;
	line-height:24px;
	border:1px dotted #e6e6e6;
	margin:4px 4px 0 4px;
	background:none;
	color:#5a5a5a;
	}
.td2 input[type=text]{
	float:left;
	width:200px;
	height:24px;
	line-height:24px;
	border:1px dotted #e6e6e6;
	margin:4px 4px 0 4px;
	background:none;
	color:#5a5a5a;
	}
.td2 input[type=radio]{
	display:inline-block;
	margin:0 5px;
	}
.table_span{
	float:left;
	line-height:34px;
	color:#ff0000 !important;
	}
.tr2{
	overflow:hidden;
	}
.td3{
	width:100%
	color:#5a5a5a;
	overflow:hidden;
	line-height:34px;
	}
.td3 textarea{
	width:585px;
	height:370px;
	padding:10px;
	background:none;
	border:1px dotted #dedede;
	}
.tr1 img{
	float:left;
	width:102px;
	height:20px;
	margin:6px 8px 0 5px;
	} 
.recruitment_bt{
	float:left;
	clear:both;
	overflow:hidden;
	}
.recruitment_bt1{
	display:inline-block;
	width:91px;
	height:33px;
	color:#ffffff;
	font-family:"微软雅黑";
	font-size:14px;
	background:#c80000;
	border:none;
	margin:20px 20px 50px 250px;
	}
.recruitment_bt2{
	display:inline-block;
	width:91px;
	height:33px;
	color:#ffffff;
	font-family:"微软雅黑";
	font-size:14px;
	background:#c80000;
	border:none;
	margin:20px 20px 50px 0;
	}
.recruitment_bt3{
	display:inline-block;
	width:91px;
	height:33px;
	color:#ffffff;
	font-family:"微软雅黑";
	font-size:14px;
	background:#c80000;
	border:none;
	margin:20px 20px 50px 312px;
	}
.recruitment_bt1:hover{
	background:#e10000;
	}
.recruitment_bt2:hover{
	background:#e10000;
	}
.recruitment_bt3:hover{
	background:#e10000;
	}
/*===========================招聘页面2 end===========================*/
/*会员中心*/
.srtx_membertop{
	width:100%;
	height:93px;
	background:#f6f7f9;
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #d7d8da;
	}
.srtx_M_logo{
	width:286px;
	height:35px;
	overflow:hidden;
	float:left;
	margin-top:30px;
	}
.srtx_M_boxright{
	width:200px;
	height:35px;
	margin-top:50px;
	float:right;
	}
.srtx_M_boxright a{
	font-family:"宋体";
	font-size:12px;
	color:#787878;
	line-height:35px;
	text-align:center;
	padding-left:15px;
	}
.srtx_M_boxright a:link {color: #787878;}/* 未访问的链接 */
.srtx_M_boxright a:visited {color: #787878;}/* 已访问的链接 */
.srtx_M_boxright a:hover {color: #c80000;}/* 鼠标在链接上 */
.srtx_M_boxright a:active {color: #787878;}/* 点击激活链接 */
.srtx_memberbox1{
	width:100%;
	background:#f6f7f9;
	clear:both;
	overflow:hidden;
	border-top:1px solid #dfdfe1;
	padding:50px 0 100px 0;
	}
.srtx_memberbox1_left{
	width:538px;
	height:374px;
	float:left;
	overflow:hidden;
	margin:0 0 0 52px;
	}
.srtx_memberbox1_right{
	width:354px;
	height:317px;
	border:1px solid #dadbdd;
	border-radius:5px;
	float:right;
	box-shadow:1px #ecedef;
	margin:35px 10px 0 0;
	background:#ffffff;
	}
.srtx_memberbox1_input{
	width:100%;
	height:222px;
	}
.srtx_memberbox1_input .span1{
	display:block;
	width:100%;
	height:30px;
	font-size:14px;
	line-height:30px;
	color:#7d7d7d;
	text-align:left;
	padding:20px 0 0 39px;
	}
.srtx_memberbox1_input .input{
	display:block;
	width:272px;
	height:34px;
	border:1px solid #dadbdd;
	border-radius:4px;
	margin:5px 0 0 39px;
	}
.srtx_memberbox1_input .checkbox{margin:10px 5px 12px 39px;}
.srtx_memberbox1_input .span2{
	font-family:"宋体";
	font-size:12px;
	line-height:20px;
	color:#7d7d7d;
	text-align:left;
	}
.srtx_memberbox1_input .span3{
	font-family:"宋体";
	font-size:12px;
	line-height:20px;
	color:#b9b8b8;
	text-align:left;
	padding-left:152px;
	}

.srtx_memberbox1_button{
	width:100%;
	height:94px;
	border-top:1px solid #d7d7d7;
	background:#f9f9f9;
	border-radius:4px;
	}
.srtx_memberbox1_button input{
	width:102px;
	height:36px;
	background:url(../images/M_btn1.png) no-repeat center center;
	border:none;
	font-family:"黑体";
	font-size:16px;
	line-height:36px;
	text-align:center;
	color:#535353;
	margin-top:26px;
	}
.srtx_memberbox1_button .button1{ margin:26px 68px 0 42px;}
.srtx_memberbox1_button input.hover {color: #c80000;}
.srtx_memberbottom{
	width:100%;
	background:#f6f7f9;
	clear:both;
	overflow:hidden;
	border-top:1px solid #c5c5c5;
	padding-bottom:20px;
	}
.srtx_memberbottom h1{
	font-family:"Arial";
	font-size:12px;
	line-height:18px;
	color:#3a3731;
	text-align:center;
	font-weight:normal;
	margin-top:15px;
	}
.srtx_memberbottom h2{
	font-family:"Arial";
	font-size:12px;
	line-height:18px;
	color:#716c61;
	text-align:center;
	font-weight:normal;
	}
.srtx_paw_dl{
	display:block;
	width:202px;
	padding-bottom:72px;
	border:1px solid #e5e5e5;
	float:left;
	overflow:hidden;
	background:#f6f7f9;
	}
.srtx_paw_dl dt{
	display:block;
	width:100%;
	height:40px;
	background:url(../images/bg1.jpg) repeat-x center;
	font-size:18px;
	color:#757575;
	text-align:center;
	line-height:40px;
	border-bottom:1px solid #e5e5e5
	}
.srtx_paw_dl dd{
	display:block;
	width:100%;
	height:43px;
	margin:1px 0 0 0;
	border-bottom:1px solid #e5e5e5
	}
.srtx_paw_dl dd a{
	display:block;
	width:100%;
	height:43px;
	font-size:16px;
	color:#7b7b7b;
	line-height:43px;
	text-align:center;
	}
.srtx_paw_dl dd a:link {color: #7b7b7b;}/* 未访问的链接 */
.srtx_paw_dl dd a:visited {color: #7b7b7b;}/* 已访问的链接 */
.srtx_paw_dl dd a:hover {color: #d8271c; background:#e7e7e7;}/* 鼠标在链接上 */
.srtx_paw_dl dd a:active {color: #7b7b7b;}/* 点击激活链接 */

.srtx_paw_dl dd.hover a {color: #d8271c;background:#e7e7e7;}
.srtx_paw_dl dd.hover a:visited{color: #d8271c;background:#e7e7e7;}
.srtx_paw_dl dd.hover a:hover{color: #d8271c;background:#e7e7e7;}
.srtx_paw_dl dd.hover a:active{color: #d8271c;background:#e7e7e7;}

.srtx_paw_right{
	width:746px;
	float:right;
	overflow:hidden;
	border:1px solid #e5e5e5;
	padding-bottom:50px;
	background:#f6f7f9;
	}
.srtx_tab1_title{
	display:block;
	width:100%;
	height:42px;
	background:#eeeeee;
	}
.srtx_tab1_title dd{
	display:block;
	width:108px;
	height:42px;
	float:left;
	}
.srtx_tab1_title dd{
	display:block;
	width:108px;
	height:42px;
	color:#8b8b8b;
	font-size:16px;
	text-align:center;
	line-height:42px;
	}
.srtx_tab1_title dd.hover{ background:#f6f7f9; color:#d8271c;}

/*^^^^^^注册^^^^^^^^^^*/
.srtx_register_title{
	height:31px;
	clear:both;
	position:relative;
	border-bottom:1px solid #dbdbdb;
	}
.srtx_register_title p{
	width:130px;
	display:block;
	line-height:30px;
	text-align:center;
	font-size:16px;
	color:#989898;
	border:1px solid #dbdbdb;
	border-bottom:1px solid #f6f7f9;
	left:100px;
	position:absolute;
	}
.srtx_register_title span{
	display:block;
	float:right;
	line-height:30px;
	font-family:"宋体"
	}
.srtx_register_title span a{ color:#d8271c;}
.srtx_register_title span a:visited{ color:#d8271c;}
.srtx_register_title span a:hover{ color:#d8271c; text-decoration:underline;}
.srtx_register_title span a:active{ color:#d8271c;}
/*^^^^^^表单^^^^^^^^^^*/
.srtx_form1{
	clear: both;
	overflow:hidden;
	padding:50px 0 0 0;
	}
.srtx_form1 dd{
	display:block;
	clear:both;
	padding:7px 0;
	overflow:hidden;
	}
.srtx_form1 dt{
	display:block;
	clear:both;
	overflow:hidden;
	height:36px;
	padding:15px 0 0 110px;
	}
.srtx_form1_left{
	width:110px;
	line-height:30px;
	float:left;
	display:inline;
	text-align:right;
	}
.srtx_form1_right{
	float:left;
	display:inline;
	}
.srtx_form1_right select{
	padding:2px;
	}
.srtx_form1_input{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #999999;
	background:#f6f7f9;
	}
.srtx_form1_input.w215{ width:215px;}
.srtx_form1_input.w125{ width:100px;}
.srtx_form1_bt{
	width:102px;
	height:36px;
	float:left;
	cursor:pointer;
	border:none;
	font-size:16px;
	font-family:"microsoft yahei";
	background:url(../images/M_btn1.png) no-repeat;
	}
.srtx_form1_security{
	float:left;
	display:inline;
	height:10px;
	padding:10px 0 0 0;
	}
.srtx_form1_security em{
	display:block;
	width:45px;
	height:10px;
	background:#999999;
	margin:0 1px 0 0;
	float:left;
	}
.srtx_form1_security em.hover{
	background:#d8271c;
	}
.srtx_form1_security span{
	display:block;
	padding:0 0 0 10px;
	float:left;
	position:relative;
	margin:-3px 0 0 0;
	}
.srtx_form1_span{
	display:block;
	line-height:30px;
	float:left;
	}
.srtx_form1_textarea{
	width:565px;
	height:135px;
	display:block;
	line-height:25px;
	float:left;
	border:1px solid #cccccc;
	background:#f6f7f9;
	outline:none;
	color:#949494;
	padding:5px;
	}
/**/
.indexTitle{
	clear:both;
	overflow:hidden;
	height:50px;
	background:#007400;
	}
.indexTitle span{
	display:inline;
	float:left;
	width:167px;
	height:50px;
	background:url(../images/bg_title1.jpg) no-repeat center center;
	padding:0 0 0 45px;
	}
.indexTitle span a{
	display:block;
	color:#ffffff;
	font-size:18px;
	line-height:50px;
	text-align:left;
	font-family:"microsoft yahei";
	}
.indexTitle em{
	display:inline;
	float:right;
	width:62px;
	height:50px;
	line-height:50px;
	text-align:center;
	background:#ff9000;
	font-family:"microsoft yahei";
	color:#fff;
	}
.indexTitle em a{
	display:block;
	line-height:50px;
	text-align:center;
	font-family:"microsoft yahei";
	color:#fff;
	}		


/*
*底部修改
*时间：2015-11-03
*秦文
*/
.srtx_foot_com{
	width: 1004px;
	overflow: hidden;
	margin:0px auto;
	padding:10px 0px;
}

.foot_a{
	display: block;
	overflow: hidden;
}

.srtx_foot_code{
	display: block;
	overflow: hidden;
}

.weixin_code,
.web_code{
	width: 100px;
	height:120px;
	display: inline-block;;
	overflow: hidden;
	padding:0px 15px 0px 0px;
}

.weixin_code img,
.web_code img{
	width: 100px;
	height:100px;
}

.web_code span,
.weixin_code span{
	display: block;
	width: 100%;
	height:25px;
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	font-family: "microsoft yahei";
	font-size: 12px;
	color:#fff;
}