/**
				
		 *             *    
	  *     *       *     *
	*         *   *         *
  *             *             * 
   *@description : main 
   *@authro      : zhengxue
   *@created     : 2016-3-29
/*==================================================全局==========================================================================*/
@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: hidden;
	overflow-y: auto;
} /*始终让 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: #4f4f4f;
}/* 未访问的链接 */
a:visited {
	color: #4f4f4f;
}/* 已访问的链接 */
a:hover {
	color: #cd2212;
}/* 鼠标在链接上 */
a:active {
	color: #4f4f4f;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
body {
	font-family: "microsoft yahei";
	font-size: 12px;
	color: #979998;
	background: #ffffff;
}
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
}
.h10 {
	clear: both;
	height: 10px;
	overflow: hidden;
}

.h15 {
	clear: both;
	height: 15px;
	overflow: hidden;
}
.h20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}
.h25 {
	clear: both;
	height: 25px;
	overflow: hidden;
}
.h30 {
	clear: both;
	height: 30px;
	overflow: hidden;
}
.h40 {
	clear: both;
	height: 40px;
	overflow: hidden;
}
.h45 {
	clear: both;
	height: 45px;
	overflow: hidden;
}

.h55 {
	clear: both;
	height: 55px;
	overflow: hidden;
}
.h60 {
	clear: both;
	height: 60px;
	overflow: hidden;
}
.h70 {
	clear: both;
	height: 70px;
	overflow: hidden;
}
.h90 {
	clear: both;
	height: 90px;
	overflow: hidden;
}
.clear {
	clear: both;
	overflow: hidden;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
/*^
 * 框架
 * @created 2015.1.9
 * @return
 */	
.wrap {
	width: 1025px;
	clear: both;
	margin: 0 auto;
}
/*===========================头部begin===========================*/
.top {
	width: 100%;
	clear: both;
	height:125px;
}
/*logo*/
.logo {
	width:165px;
	height:70px;
	overflow: hidden;
	padding:27px 0;
}
.logo a{ display:block;}
.logo img{ height:70px; width:164px; display:block;}
.menubox{ width:860px; overflow:hidden; height:125px;}
.searchBox{ height:30px; padding:16px 0; overflow:hidden;}
/*搜索*/
.index_search{ width:171px; height:28px;position:relative;text-align:right; overflow:hidden}
.index_search span{ display:inline-block;background:url(../images/index_searchIcn.png) no-repeat center center; width:16px; height:28px; cursor:pointer; position:relative; z-index:1; margin-right:8px;}
.index_search span a{ display:block;width:14px; height:28px;}
.index_search span.hover{ background:url(../images/index_searchIcnhover.png) no-repeat center center;}
.index_search div{width:171px; height:28px; background:url(../images/index_search.jpg) no-repeat center center; position:absolute; top:0px;right:-171px; z-index:0}
.index_search input{ width:130px; height:28px; background:none; border:none; padding:0 0 0 10px;}
.index_search div a{ display:block; width:31px; height:28px;}
.searchBox a{ height:30px; line-height:30px; width:70px; padding-right:5px; float:left; display:inline; text-align:right; color:#989898;}
.searchBox a:visited{color:#989898;}
.searchBox a:hover{color:#cd2212;}
.searchBox a:active{color:#989898;}
/*导航*/
.menu {height:50px;overflow:hidden;}
.menu dd {float: left;height: 50px;display:inline;}
.menu dd a {display: block;font-size: 15px;padding-left:46px;height:50px;line-height:50px;color: #898989;text-align:right;}
.menu dd:hover a {color: #cd2212;}
.menu dd.hover a {color: #cd2212;}
.menu dd a:visited{color: #898989;}
.menu dd a:hover{color: #cd2212;}
.menu dd a:active{color: #898989;}
/*===========================头部end===========================*/
/*^
 * bannerSlide css
 * @created 2015.3.2
 * 以下涉及到的宽度不需要修改（宽度只是为了实现居中，并不代表具体宽度），高可以修改
 * end
 */	
 /*---------------------------banner--------------------------------*/
.bannerSlide {position: relative;background: #fff; overflow:hidden; height:500px;}
.bannerSlide .hd {width: 100%;position: absolute;z-index: 1;bottom:10%;left: 0;height: 10px;line-height: 30px;}
.bannerSlide .hd ul {text-align: center;height: 10px;}
.bannerSlide .hd ul li {cursor: pointer;display: inline-block;*display:inline;zoom: 1;overflow: hidden;line-height: 999px;margin-left: 20px;height: 10px;width: 10px;border-radius: 10px;background: #b58d95;}
.bannerSlide .hd ul li.on {background: #fedb4e}
/*---------------------------footer--------------------------------*/
.foot1{ padding:10px 0;background:#f9f9f9; width:100%;overflow:hidden; clear:both;}
.foot1 dl dd{ float:left; display:inline; overflow:hidden;}
.foot1 dl dd span{ height:35px; line-height:35px; border-bottom:1px solid #e0e0e0; font-size:16px; color:#4d4d4d; padding-left:15px; display:block; margin-bottom:10px;}
.foot1 dl dd a{ display:block; height:32px; line-height:32px; overflow:hidden; color:#a9a9a9; font-size:14px; padding-left:15px;}
.foot1 dl dd a:visited{ color:#a9a9a9;}
.foot1 dl dd a:hover{ color:#cd2212;}
.foot1 dl dd a:active{ color:#a9a9a9;}
.foot1 dl dd .ewmbox{ height:140px; width:140px; overflow:hidden; margin-left:15px;}
.foot1 dl dd .ewmbox img{ height:140px; width:140px;}
.foot1 dl dd em{ font-size:14px; color:#868686; line-height:30px; height:30px; display:block; text-align:center; width:140px; padding-left:15px;}
.foot1 dl dd.dd1{ width:185px;}
.foot1 dl dd.dd2{ width:135px; margin:0 28px;}
.foot1 dl dd.dd3{ width:270px;}
/*foot2*/
.foot2{ padding:10px 0;background:#28282d; width:100%; overflow:hidden; clear:both;}
.foot2 .divleft{position: relative; width:600px;overflow:hidden; font-size:14px; color:#868686; line-height:32px; padding-top:10px;}
.foot2 .divleft em,.foot2 .divleft span,.foot2 .divleft a{
	float: left;
	display: inline;
	height: 32px;
}
.foot2 .divleft span{
	padding-left: 30px;
	background: url(../images/gaba.png) left center no-repeat;
}
.foot2 .divleft a{ color:#868686; margin-right:10px;}
.foot2 .divleft a:visited{ color:#868686;}
.foot2 .divleft a:hover{ color:#cd2212;}
.foot2 .divleft a:active{ color:#868686;}
.foot2 .foot2Pic{position: absolute;top: 15px;right: 326px;}
.foot2 .foot2Pic img{width: 21px;height: 29px;}

.foot2 .divright{ width:180px; height:90px; overflow:hidden; font-size:14px;}
.foot2 .divright span{ height:30px; line-height:30px; color:#dbdbdb; display:block;}
.fshare a{margin: 15px 12px 6px 0 !important; }
.fshare .fx1{ background:url(../images/fx.png) no-repeat 0 0;width:25px; height:42px;}
.fshare .fx2{ background:url(../images/fx.png) no-repeat -60px 0;width:25px; height:42px;}
.fshare .fx3{ background:url(../images/fx.png) no-repeat -119px 0;width:25px; height:42px;}

/*---------------------------content--------------------------------*/
/*图片放大效果*/
.imghover{
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}
.imghover:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);}
/*con1*/
.con1_l{ width:255px; height:330px; overflow:hidden;}
.con1_l .box{ height:165px; width:255px;position:relative;background:#e5e5e5;
	-webkit-transition: 1s all;
	-moz-transition:1s all;
	-ms-transition: 1s all;
	-o-transition: 1s all;
	transition: 1s all;
}
.con1_l .box a{ display:block;height:165px; width:255px; overflow:hidden}
.con1_l .box img{ height:165px; width:255px; display:block;}
.con1_l .box span{ height:30px; line-height:30px; font-size:16px; color:#7c7c7c; text-align:center; display:block;}
.con1_l .box em{ height:24px; line-height:24px;color:#7c7c7c; text-align:center; display:block;}
.con1_l .box i{ height:24px; width:24px; display:block; margin:8px auto; background:url(../images/more.png) no-repeat center center;}
.con1_l .box b{ height:12px; width:25px;  display:block; z-index:9;position:absolute;
-webkit-transition: 1s all;
	-moz-transition:1s all;
	-ms-transition: 1s all;
	-o-transition: 1s all;
	transition: 1s all;}
.con1_l .box b.b1{background:url(../images/sj.png) no-repeat top center;  top:-12px; left:22px;}
.con1_l .box b.b2{background:url(../images/sj2.png) no-repeat top center;bottom:-12px; right:22px;}
.con1_l:hover .box{ background:#c80000}
.con1_l:hover .box span{ color:#fff}
.con1_l:hover .box em{ color:#fff}
.con1_l:hover .box i{background:url(../images/more_h.png) no-repeat center center;}
.con1_l:hover b.b1{background:url(../images/sj_h.png) no-repeat top center;}
.con1_l:hover b.b2{background:url(../images/sj2_h.png) no-repeat top center;}
.mapbox{ width:515px; height:330px; overflow:hidden;}
/*con2*/
.con2{ padding:25px 0 50px 0; background:#f2f2f2; clear:both; overflow:hidden;}
.index_title{ height:63px; background:url(../images/border.png) repeat-x left 17px; clear:both; overflow:hidden;}
.index_title span{ height:35px; line-height:35px; width:88px; text-align:center; font-size:18px; color:#707070; display:block; margin:0 auto;}
.index_title em{ height:28px; line-height:28px;text-align:center;color:#707070; display:block;}
.con2 dl{ width:1035px;overflow:hidden;}
.con2 dl dd{ width:335px; height:195px; overflow:hidden; margin:9px 9px 0 0; float:left; display:inline;}
.con2 dl dd a{width:335px; height:195px; display:block; position:relative;}
.con2 dl dd a img{width:335px; height:195px;}
.con2 dl dd .divtext{width:231px; height:95px; padding:60px 52px 40px 52px; position:absolute; top:-195px; left:0; background:url(../images/mc.png) repeat left top; color:#fff;}
.con2 dl dd .divtext span{ height:30px; line-height:30px; border-bottom:1px dotted #b5b5b5; display:block; text-align:center; font-size:16px;}
.con2 dl dd .divtext em{ height:60px; line-height:30px; display:block; text-align:center; color:#ebeaea}
/*con3*/
.indexVideo{ height:220px; width:360px; overflow:hidden;}
.con3_m{ height:170px; width:235px; background:#cf0202; padding:30px 35px 20px 35px; overflow:hidden; color:#fff;}
.con3_m span{ height:40px; line-height:40px; text-align:center; font-size:18px; display:block;}
.con3_m b{ height:2px; width:17px; background:#db7b7b; margin:5px auto; display:block;}
.con3_m em{ height:110px; line-height:28px; color:#f7c9c9; display:block; overflow:hidden;}
.con3_r{ height:220px; width:360px; overflow:hidden;}
.con3_r a{height:220px; width:360px; display:block; position:relative;}
.con3_r img{height:220px; width:360px;}
.con3_r b{ width:52px; height:123px; background:url(../images/ms.jpg) no-repeat center center; display:block; position:absolute; top:0; right:-52px;}
/*con4*/
.con4{ padding:25px 0 40px 0;clear:both; overflow:hidden;}
.con4 dl{ width:1080px; overflow:hidden; clear:both;}
.con4 dl dd{ width:300px; height:315px; overflow:hidden; float:left; display:inline; margin-right:60px;}
.con4 dl dd .a1{ height:165px; width:300px; overflow:hidden; display:block;}
.con4 dl dd .a1 img{height:165px; width:300px; }
.con4 dl dd .a2{ height:30px; line-height:30px; font-size:16px; color:#505050; display:block; padding-top:20px;}
.con4 dl dd .a2:visited{ color:#505050}
.con4 dl dd .a2:hover{ color:#cd2212; text-decoration:underline;}
.con4 dl dd .a2:active{ color:#505050}
.con4 dl dd span{ height:70px; line-height:35px; color:#acacac; display:block; overflow:hidden;}
.con4 dl dd .a3{ height:25px; line-height:25px;color:#8d8d8d; display:block;}
.con4 dl dd .a3:visited{ color:#8d8d8d}
.con4 dl dd .a3:hover{ color:#cd2212; text-decoration:underline;}
.con4 dl dd .a3:active{ color:#8d8d8d}
/*返回顶部*/
.totopbox{ height:40px; background:url(../images/border.png) repeat-x left center; clear:both; overflow:hidden;}
.totop{ height:40px; width:40px; background:url(../images/totop.png) no-repeat center center; margin:0 auto; cursor:pointer}
/*==============首页代码完==================*/
.subbanner {
	height: 360px;
	position: relative;
	background: #fff;
	overflow:hidden;
}
.subbanner .center {
	width: 1025px;
	height: 360px;
	margin: 0 auto;
	position: relative;
}
.subbanner .center .relative {
	position: absolute;
	left: -448px;
	top: 0px;
	height: 360px;
}
.subbanner .center .relative a{ display:block;}
.subbanner .center .relative img{ height:360px; width:1920px;
	animation:subbanner 10s 1 linear;
	-moz-animation:subbanner 10s 1 linear; /* Firefox */
	-webkit-animation:subbanner 10s 1 linear; /* Safari and Chrome */
	-o-animation:subbanner 10s 1 linear; /* Opera */
	}
@keyframes subbanner
{
0%  {transform: scale(1.0);}
50%  {transform: scale(1.1);}
100%  {transform: scale(1.0);}
}
/* Firefox */
@-moz-keyframes subbanner 
{
0%  {transform: scale(1.0);}
50%  {transform: scale(1.1);}
100%  {transform: scale(1.0);}
}
/* Safari and Chrome */
@-webkit-keyframes subbanner 
{
0%  {transform: scale(1.0);}
50%  {transform: scale(1.1);}
100%  {transform: scale(1.0);}
}
/* Opera */
 @-o-keyframes subbanner 
{
0%  {transform: scale(1.0);}
50%  {transform: scale(1.1);}
100%  {transform: scale(1.0);}
} 


/*===========================leftnav begin===========================*/
.subcontent{ clear:both; overflow:hidden; min-height:500px; height:auto !important;}
.leftnav_box{ width:250px; height:auto; overflow:hidden;}
.leftnav_box .tittel{ height:70px;background:url(../images/leftbg.jpg) repeat left top; position:relative;}
.leftnav_box .tittel span{ display:block;height:70px; width:250px;}
.leftnav_box .tittel i{ background:url(../images/left_ico1.png) no-repeat center center; width:14px; height:10px; position:absolute; bottom:-10px; right:0;}
.leftNav{clear:both;overflow:hidden;width:170px;border-top:none;border:1px solid #e3e3e3;padding:8px 34px 8px 30px;}
.leftNav dd{clear:both;overflow:hidden;height:50px;background:url(../images/left_ico3.jpg) no-repeat center bottom;}
.leftNav dd a{height:50px;display:block; line-height:50px;text-align:center;color:#646464; font-size:16px;}
.leftNav dd a:visited{ color:#646464}
.leftNav dd a:hover{ color:#d6100f;}	
.leftNav dd a:active{ color:#646464}		
.leftNav dd:hover a{ color:#d6100f;}
.leftNav dd.hover a{ color:#d6100f;}
.leftNav2{clear:both;border-top:none;border:1px solid #e3e3e3;padding:8px 20px 8px 20px;}
.leftNav2 dd span{height:50px;background:url(../images/left_ico3.jpg) no-repeat center bottom; display:block; position:relative; padding-left:17px;}
.leftNav2 dd span i{ width:14px; display:block; position:absolute; left:0; top:0; height:50px;}
.leftNav2 dd span a{height:50px;display:block; line-height:50px;color:#646464; font-size:16px;}
.leftNav2 dd .div{overflow:hidden;display:none;background:url(../images/left_ico3.jpg) no-repeat center bottom;padding:5px 0}
.leftNav2 dd.hover .div{display:block;}
.leftNav2 dd .div a{display:block;line-height:35px;padding:0 0 0 13px; font-size:14px;}
.leftNav2 dd a:visited{ color:#646464}
.leftNav2 dd a:hover{ color:#d6100f;}
.leftNav2 dd a.hover{ color:#d6100f;}
.leftNav2 dd a:active{ color:#646464}		
.leftNav2 dd.hover span a{ color:#d6100f;}

.leftnav_box .tittel2{ height:50px; line-height:50px; font-size:20px; text-align:center; color:#fff;background:url(../images/leftbg.jpg) repeat left top; position:relative;}
.leftnav_box .tittel2 i{ background:url(../images/left_ico1.png) no-repeat center center; width:14px; height:10px; position:absolute; bottom:-10px; right:0;}
.leftnav_box .tittel2 b{ background:url(../images/left_ico2.png) no-repeat center center; width:14px; height:10px; position:absolute; bottom:-10px; left:0;}
.leftnav_box .contactBox{ padding:10px 13px; width:194px; margin:0 auto; overflow:hidden;border:1px solid #e3e3e3; border-top:none; font-size:14px; line-height:32px; color:#535353;}
/*=============================leftnav end===========================*/


/*===========================当前位置 begin===========================*/
.rightBox{
	width:700px;
	overflow:hidden;
	border:1px solid #e3e3e3;
	margin-right:14px;
	padding:5px 14px;
	margin-bottom:25px;
	min-height:555px;
	height:auto !important;
	height:555px;
	}

.location{
	width:100%;
	height:37px;
	clear:both;
	padding:4px 0px 0px 0px ;
	background:url(../images/leftbg.jpg) repeat-x left bottom;
	background-size:auto 1px;
	position:relative;
	}
.location span{ height:38px; line-height:35px; font-size:16px; color:#b20d0c;background:url(../images/leftbg.jpg) repeat-x left bottom;
background-size:auto 3px; padding:0 20px;text-align:center;}	
.location em{ height:20px; line-height:20px; margin-top:10px; color:#707070; font-size:11px;}
.location p{
	line-height:35px;
	height:35px;
	color:#696969;
	font-family:"songti";
	padding:0 15px 0 25px;
	background:url(../images/location.png) no-repeat left center;
	}
.location p a{color:#696969;}
.location p a:visited{color:#696969;}
.location p a:hover{color:#b20d0c;}
.location p a:active{color:#696969;}
.location p a.on{color:#b20d0c;}
.content_R{ padding:10px;  min-height:700px; height:auto !important; height:700px; overflow:hidden; _overflow:visible; }

/*===========================当前位置 end===========================*/

/*===========================新闻详细页 begin===========================*/

.articleBox {
	line-height:30px;
	color: #707375;
	min-height:250px;
	height: auto !important;
	font-family: "宋体";
	margin:20px 0px 20px  0px;
}

.articleBox img{
	max-width:100%;
	}
.articleTitle {
	clear: both;
	text-align: center;
	padding:20px 10px 0 10px;
	line-height: 35px;
	font-size:18px;
	color:#757575;
}
.articleTime {
	clear: both;
	text-align: center;
	color: #757575;
	font-size: 12px;
	height:20px;
	line-height:20px;
	font-family: "宋体";
	background:url(../images/border2.png) no-repeat center bottom;
	padding:15px 0px 15px 0px;
}
.articleTime span{
	display:inline-block;
	height:30px;
	padding:0 5px; 
	cursor: pointer;
	}
.articleTime span.hover{
	color: #ff0303;
}
.articleVideo{ width:625px; margin:0 auto; height:350px; overflow:hidden;}
.articlePage{
	clear:both;
	height:30px;
	text-align:center;
	font-family:Arial;
	margin-top:20px;
	}
.articlePage a{
	margin:0 1px;
	background:#fff;
	padding:5px 10px;
	border:1px solid #eaeaea;
	}
.articlePage a:hover{
	color:#fff;
	background:#c2c2c2;
	}
.articlePage a.hover{
	color:#fff;
	background:#c2c2c2;
	}

.pageUp{
	display:block;
	line-height:30px;
	color:#737373;
	padding:10px 0 0px 0;
	font-family: "宋体";

	}
.pageUp a{
	color:#666;
	}
.pageUp a:visited{
	color:#666;
	}
.pageUp a:hover{
	color:#0d83c0;
	text-decoration: underline;
	}
.pageUp a:hover{
	color:#0d83c0;
	}
.share{
	display:block;
	clear:both;
	color: #737373;
	padding:10px 10px;
	}
.tags{height:40px; line-height:40px; border-bottom:1px dotted #b3b3b3;font-size:14px; color:#707375;} 
.tags span{ padding-right:10px;}
.tags a{
	color: #707375;
	height:40px;
	background:url(../images/down.png) no-repeat left center;
	padding-left:25px;
}
.tags a:visited{
	color: #707375;
}
.tags a:hover{
	color: #b91719;
}
.tags a:active{
	color: #707375;
}
.download{
	clear:both;
	height:32px;
	font-size:18px;
	padding:10px 0 0 0;
	}
.download a{
	display:block;
	line-height:32px;
	float:left;
	padding:0 0 0 40px;
	color:#d30000;
	font-family:"microsoft yahei";
	margin:0 10px 0 0;
	background:url(../images/download.png) no-repeat left center;
	_background:url(../images/download.gif) no-repeat left center;
	}	

/* 文章阅读页-内容上部大图 */
#play{
	width:625px;
	height:375px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	margin:20px auto 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.gif) no-repeat 0px -50px;_background: url(../images/article_icon.gif) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.gif) no-repeat -30px -50px; _background: url(../images/article_icon.gif) no-repeat -30px -50px;right: 0;}
#play .img_ul {
	position: relative;
	z-index: 1;
	width:625px;
	height:375px;
	overflow:hidden;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:625px;
	height:375px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:625px;clear:both;margin:20px auto;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:100px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height:85px;
	width:145px;
	margin-right:10px;
	cursor: pointer;
	border:2px solid #ddd;
	position:relative;
}
.img_hd ul li p{
	height:85px;
	width:145px;
	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;}
.img_hd ul li.on {border:2px solid #a00404;}
.imgMove .bottom_a {
	width:25px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:35px;
	position:absolute;
	z-index:9999999999999;
	background:url(../images/article_icon2.png) no-repeat;
	_background:url(../images/article_icon2.gif) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:-35px;}
.imgMove .next_a {background-position:right top;right:-35px;}
.imgMove .prev_a:hover{background-position:left bottom;}
.imgMove .next_a:hover{background-position:right bottom;}
/*===========================新闻详细页 end===========================*/

/*===========================图文列表 begin===========================*/

.newsImgList{
	clear: both;
	overflow: hidden;
	padding-right:20px;
	min-height:300px;
	height:auto !important;
}
.newsImgList dd{
	clear: both;
	overflow: hidden;
	height: 165px;
	padding:20px 0;
	border-bottom:1px solid #ccc;
}
.newsImgList dd .a1{
	width:260px;
	height:165px;
	display:block;
	overflow: hidden;
}
.newsImgList dd .a1 img{
	display: block;
	width:260px;
	height:165px;
}
.newsImgList dd div{
	width:395px;
	height:165px;
}
.newsImgList dd div .a2{
	display: block;
	height: 35px;
	line-height:35px;
	color:#d6100f;
	font-size: 16px;
	font-weight:bold;
}

.newsImgList dd div .a2:visited{
	color: #d6100f;
}
.newsImgList dd div .a2:hover{
	color: #d6100f; text-decoration:underline
}
.newsImgList dd div .a2:active{
	color: #d6100f;
}

.newsImgList dd div em{
	display: block;
	height:120px;
	line-height:32px;
	color:#666666;
	font-size:14px;
	padding-top:5px;
}
.newsImgList dd div em .a3{
	color: #666666;
}
.newsImgList dd div em .a3:visited{
	color: #666666;
}
.newsImgList dd div em .a3:hover{
	color: #d6100f;text-decoration:underline
}
.newsImgList dd div em .a3:active{
	color: #666666;
}
/*===========================图文列表 end===========================*/


/*^
 * 文字列表
 * @author 郑雪
 * @created 2015.6.18
 */

.textList{
	min-height:300px;
	height:auto !important;
	clear:both;
	overflow:hidden;
	padding:5px 0px 20px 0px;
	}
.textList dd{
	display:block;
	clear:both;
	height:30px;
	padding:10px 0 9px 0;
	border-bottom:1px dotted #c5c5c5;
	}
.textList dd a{
	display:block;
	line-height:30px;
	float:left;
	}
.textList dd span{
	display:block;
	line-height:30px;
	float:right;
	}

/*全图列表*/
.ImgList{
	clear:both;
	overflow:hidden;
	min-height:300px;
	height:auto !important;
	width:718px;
	padding:30px 0 0 0px;
	}
.ImgList dd{ float:left; display:inline; width:335px; margin-right:24px; margin-bottom:5px; height:245px;overflow:hidden;}
.ImgList dd a{ display:block;}
.ImgList dd img{ width:335px; height:195px; display:block; }	
.ImgList dd .a1{ display:block; height:50px; line-height:50px; text-align:center; color:#555555; font-size:16px;}
.ImgList dd .a1:visited{color:#555555;}
.ImgList dd .a1:hover{color:#b20d0c;}
.ImgList dd .a1:active{color:#555555;}

/*^^^^^^^^^^^^^^^^^^^^^ 分页 begin ^^^^^^^^^^^^^^^^^^^^^*/
.page {
	padding:25px 0 35px 0;
	overflow: hidden;
	text-align: center;
	clear: both;
}
.page code, .page a {
	padding:2px 8px;
	background: #fff;
	color:#4f4f4f;
	border: 1px solid #cecece;
	font-size:18px;
}
.page a:hover {
	background: #b60000;
	color: #fff;
}
.page a.hover {
	background: #b60000;
	color: #fff;
}
.page input {
	vertical-align: middle;
	height: 18px;
	border: 1px solid #efefef;
}
.page input.pageDetail {
	width: 30px;
	height:20px;
	line-height:23px;
	text-align: center;
}
.page input.page_bnt{
	border: none;
	width: 58px;
	height:22px;
	cursor:pointer;
	color:#6f6f6f;
    }
/*^^^^^^留言^^^^^^^^^^*/
.msgForm{
	clear: both;
	overflow:hidden;
	}
.msgForm dd{
	display:block;
	clear:both;
	padding:7px 0 7px 0px;
	overflow:hidden;
	}
.msgForm dt{
	display:block;
	clear:both;
	overflow:hidden;
	height:36px;
	padding:15px 0 0 90px;
	}
.msgForm_left{
	width:90px;
	line-height:30px;
	float:left;
	display:inline;
	text-align:right;
	}
.msgForm_right{
	float:left;
	display:inline;
	}
.form1_right select{
	padding:2px;
	}
.msgForm_input{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #cccccc;
	padding:0 0 0 5px;
	}
.msgForm_input.w155{ width:155px;}
.msgForm_input_bt{
	width:90px;
	height:30px;
	float:left;
	background:#d6100f;
	cursor:pointer;
	border-radius:2px;
	border:none;
	font-family:"microsoft yahei";
	color:#ffffff;
	}
.msgForm_input_bt:hover{ color:#FFF;background:#a70706;}
.msgForm_span{
	display:block;
	line-height:30px;
	float:left;
	}
.msgForm_textarea{
	width:450px;
	height:135px;
	display:block;
	line-height:25px;
	float:left;
	border:1px solid #cccccc;
	outline:none;
	color:#949494;
	padding:5px;
	}
.div30{ height:20px; border-bottom:1px solid #ccc; clear:both; overflow:hidden;}
.msgList{
	clear:both;
	border-bottom:1px dotted #ccc;
	margin:0 auto 5px auto;
	padding:5px 0;
	font-family:"songti";
	color:#666;
	}
.msgList dt{
	display:block;
	height:30px;
	padding:0 10px;
	line-height:30px;
	color:#e60a14;
	}
.msgList dd{
	line-height:30px;
	padding:0px 10px;
	}
.msgList dd.reply{
	line-height:30px;
	padding:0px 10px;
	}
/**/
.msgForm_left1{
	width:90px;
	line-height:30px;
	float:left;
	display:inline;
	text-align:right;
	}
.msgForm dd em{
	line-height:30px;
	float:left;
	display:inline;
	text-align:center;
	font-weight:bold;
	color:#666666;
	}
.msgForm dd i{
	line-height:30px;
	color:#c91e1e;
	padding:0 0 0 10px;
	}
/*招聘列表页*/
.recruitListDl{
	clear:both;
	overflow:hidden;
	min-height:300px;
	height: auto !important;
	}
.recruitListDl dt{
	clear:both;
	overflow:hidden;
	height:50px;
	line-height:50px;
	background:#eeeeee;
	color:#808080;
	font-size:14px;
	}
.recruitListDl span{
	float:left;
	display:inline;
	text-align:center;
	height:35px;
	}
.recruitListDl span.span1{width:204px; border-right:1px solid #d9d9d9;}
.recruitListDl span.span2{width:144px;border-right:1px solid #d9d9d9;}
.recruitListDl dd{
	clear:both;
	overflow:hidden;
	height:35px;
	line-height:35px;
	background:#eeeeee;
	color:#808080;
	}
.recruitListDl dd a{
	color:#808080;
	}
.recruitListDl dd a:visited{
	color:#808080;
	}
.recruitListDl dd a:hover{
	color:#b20d0c;
	text-decoration:underline;
	}
.recruitListDl dd a:active{
	color:#808080;
	}
/*招聘详细页*/
.recruitView{
	clear:both;
	overflow:hidden;
	background:#fff;
	font-family:"微软雅黑";
	min-height: 300px;
	height: auto !important;
	}
.recruitViewB{
	clear:both;
	overflow:hidden;
	line-height:24px;
	color:#666;
	}	
.recruitViewbtn{ width:110px; height:35px; line-height:35px; text-align:center; font-size:14px; color:#fff; background:#b20d0c; margin:30px 0 100px}
.recruitViewbtn:visited{color:#fff;}
.recruitViewbtn:hover{ background:#7e0504;color:#fff;}
.recruitViewbtn:active{color:#fff;}
/*联系我们*/
.c_title{ height:65px; width:100%; background:url(../images/contactus.jpg) no-repeat center top; overflow:hidden;clear:both; margin:20px 0 10px}
.c_mapbox{ height:260px; width:690px; margin:0 auto; clear:both; overflow:hidden; border:1px solid #eee;}
.c_text{ font-size:16px; color:#7a7a7a; line-height:36px; margin:30px 0 50px; overflow:hidden; padding-left:5px;}