@charset "UTF-8";
/* CSS Document */
/*transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-webkit-transition: all 0.1s linear;
-o-transition: all 0.1s linear;*/
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-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;
}/* 链接无下划线,有为underline;链接去框 */

a:hover {
	color: #f80010;
}/* 鼠标在链接上 */
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #666;
	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;
	overflow:hidden;
}
.h5{
	clear: both;
	height: 5px;
	overflow:hidden;
}
.h6{
	clear: both;
	height: 6px;
	overflow:hidden;
}
.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;
	overflow:hidden;
	height: 30px;
}
.h40 {
	clear: both;
	height: 40px;
	overflow:hidden;
}
.h45{
	clear: both;
	height: 45px;
	overflow:hidden;
}
.h50 {
	clear: both;
	height: 50px;
	overflow:hidden;
}
.h55{
	clear: both;
	height: 55px;
	overflow:hidden;
}
.h60 {
	clear: both;
	height: 60px;
	overflow:hidden;
}
.h70 {
	clear: both;
	height: 70px;
	overflow:hidden;
}
.h80 {
	clear: both;
	height: 80px;
	overflow:hidden;
}
.h90 {
	clear: both;
	height: 90px;
	overflow:hidden;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
img {
	border: none;
}
/*公共部分结束*/

/*
* 框架
*/

.cont{
	overflow: hidden;
}

.contBox{
	width: 100%;
	overflow: hidden;
}

.wrap{
	width: 1200px;
	margin:0px auto;
}
.subWrap{
	width: 1150px;
	margin:0px auto;
	background: #fff;
	padding: 25px;
}

.min_h400{
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

.rightBox{
	width: 950px;
	overflow: hidden;
	background: #fff;
	padding: 20px 0px 0px 0px;
}

.subCont{
	overflow: hidden;
}

.bc_fff{
	background: #fff;
}

.pos_r{
	position: relative;
}

/*顶部开始*/
.top1st{
	height: 33px;
	overflow: hidden;
	line-height: 33px;
	background: #2e2e2e;
	font-size: 14px;
	color:#c8c8c8;
}

.top1stR{
	overflow: hidden;
}

.top1stR a{
	display: block;
	font-size: 14px;
	color:#fff;
	padding-left: 28px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	float: left;
	margin-left: 12px;
}
.topTel{
	background: url(../images/topIcon1.png) no-repeat left center;
}
.topOA{
	background: url(../images/topIcon2.png) no-repeat left center;
}
/*顶部结束*/

/*
* location
*/

.location{
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	color:#666;
	padding-top: 5px;
	padding-bottom: 10px;
	background:#fff url(../images/locationBg.png) repeat-x left bottom;
}

.locaCont{
	overflow: hidden;
	margin-right: 20px;
}

.locaCont span{
	font-size: 12px;
	color:#626262;
	padding-left: 25px;
	background: url(../images/location.png) no-repeat left center;
	padding: 5px 0px 5px 25px;
}

.locaCont a{
	font-size: 12px;
	color:#666;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.locaCont a:last-child,
.locaCont a:hover{
	color:#de012d;
}

.locaCont i{
	padding: 0px 5px;
}

/*页码开始*/
.page {
	padding:10px 0px;
	overflow: hidden;
	text-align: center;
	clear: both;
}
.page code, .page a {
	padding:8px 15px;
	background: #505050;
	color:#fff;
	font-size: 14px;
	/*border: 1px solid #e4e4e4;*/
	font-family: "microsoft yahei";
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;*/
}
.page a i{
	padding-top: 2px;
	font-family: "宋体";
	font-size: 18px;
}
.page a:hover {
	background: #dd0c0d;
	color: #fff;
	/*border: 1px solid #982d37;*/
}
.page a.hover {
	background: #dd0c0d;
	color: #fff;
	/*border: 1px solid #982d37;*/
}
.page input {
	vertical-align: middle;
	height: 20px;
	border: 1px solid #efefef;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.page input.pageDetail {
	width: 30px;
	height:30px;
	line-height:30px;
	text-align: center;
}
.page input.page_bnt{
	border: none;
	width: 58px;
	height:30px;
	cursor:pointer;
	color:#383737;
    }
/*页码结束*/

/*底部开始*/
.footer{
	height: 200px;
	background: #183705;
}
.footCont{
	position: relative;
	padding-top: 80px;
}
.footCode{
	display: block;
	width: 117px;
	height: 117px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -58px;
	top:-58px;
	padding-right: 30px;
	background: url(../images/footCode.png) no-repeat right center;
}
.footCode span{
	display: block;
	width: 110px;
	height: 110px;
	overflow: hidden;
	padding: 3px;
	background: #fff;
	border:1px solid #ddd;
}
.footCode span img{
	display: block;
	width: 110px;
	height: 110px;
}
.footMenu{
	overflow: hidden;
	text-align: center;
}
.footMenu a{
	display: inline-block;
	font-size: 12px;
	color:#fff;
	margin:0px 10px;
}
.footTxt{
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	color:#999;
}
.footShare{
	text-align: center;
	overflow: hidden;
	margin:15px 0px 10px;
}
.selfShare #ckepop{
	display: inline-block;
}
.selfShare #ckepop a span{
	margin-right: 10px;
}
/*底部结束*/

/*
* nav 导航 begin
*/
.topNav{
	width: 100%;
	height: 85px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.nav_dl{
	height: 35px;
	padding-top: 40px;
}

.topNavCont{
	position: relative;
	z-index: 2;
}

.nav_dl dd{
	width: 103px;
	float: left;
	display: inline;
	position: relative;
}
/*.nav_dl dd:nth-child(1),
.nav_dl dd:nth-child(2),
.nav_dl dd:nth-child(3),
.nav_dl dd:nth-child(4){
	float: left;
}

.nav_dl dd:nth-child(5),
.nav_dl dd:nth-child(6),
.nav_dl dd:nth-child(7),
.nav_dl dd:nth-child(8){
	float: right;
}*/

.nav_dl dd:nth-child(6){
	margin-left: 160px;
}

.nav_a{
	display: block;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.nav_a span{
	overflow: hidden;
	font-size: 16px;
	color:#707070;
	padding-right: 12px;
}

.nav_a span.navIcon{
	background: url(../images/navIcon.png) no-repeat right center;
}

.nav_a span{
	color:#f80010;
}
.nav_dl dd.hover .nav_a span.navIcon{
	background: url(../images/navIcon_h.png) no-repeat right center;
}
.subNavBox{
	width: 100%;
	overflow: hidden;
	/*padding-top: 20px;*/
	position: absolute;
	left: 0px;
	top:35px;
	display: none;
}
.nav_ul{
	overflow: hidden;
	margin-top: 20px;
}
.nav_ul.navRightBg{
	background: url(../images/navBgIcon.png) no-repeat right bottom;
}
.nav_ul li{
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	text-align: center;
}
.nav_ul li a{
	font-size: 15px;
	color:#777;
}
.nav_ul li a:hover{
	color:#f80010;
}

.nav_dl dt{
	width: 160px;
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top:-20px;
	height: 100%
}
.logo{
	display: block;
	width: 131px;
	height: 142px;
	overflow: hidden;
	margin: 0px auto;
	
}
.logo img{
	display: block;
	width: 131px;
	height: 142px;
}
.navBg{
	display: none;
	width: 100%;
	/*min-height: 100px;*/
	overflow: hidden;
	background: url(../images/navBg.png) no-repeat center bottom;
	position: absolute;
	left: 0px;
	top:85px;
}

/*banner开始*/
.banner{
	overflow:hidden;
	position: relative;
	padding-top: 44.2708333%;
}

.banner .hd{
	width:100%;
	position:absolute;
	z-index:1;
	bottom:30px;
	left:0;
	height:15px;
	text-align: center;
}
.banner .hd ul {
	overflow: hidden;
	display: inline-block;
}
.banner .hd ul li {
	cursor:pointer;
	float: left;
	display:inline;
	zoom:1;
	width: 15px;
	height: 15px;
	overflow:hidden;
	line-height:999px;
	margin:0 5px;
	background: rgba(255,255,255,0.5);
	background: #fff\9;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.banner .hd ul .on {
	background: #fff;
	background: #e60012\9;
}
.banner .center{
	width: 100%;
	overflow: hidden;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
	
.banner .bd{ position:relative;height: 100%; z-index:0;overflow:hidden;}
.banner .bd li{ zoom:1; vertical-align:middle;}
.banner .bd li a{ display:block; width:100%; height:100%;padding-top: 44.2708333%;}

.banner .bt{
	display: block;
	width: 43px;
	height: 72px;
	overflow: hidden;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	line-height: 72px;
	font-size: 12px;
	color:#c1d5ea;
}

.banner:hover .bt{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.banner .prev{
	background: url(../images/bannerPrev.png) no-repeat center left;
	position: absolute;
	left: 50px;
	top:50%;
	margin-top: -36px;
	-webkit-transform: translateX(-110px);
	-ms-transform: translateX(-110px);
	-o-transform: translateX(-110px);
	transform: translateX(-110px);
	text-align: right;
}

.banner .next{
	background: url(../images/bannerNext.png) no-repeat center right;
	position: absolute;
	right: 50px;
	top:50%;
	margin-top: -36px;
	-webkit-transform: translateX(110px);
	-ms-transform: translateX(110px);
	-o-transform: translateX(110px);
	transform: translateX(110px);
}

/*banner结束*/

/*subBanner begin*/
.subBanner{
	width: 1920px;
	height: 405px;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.subBanner_a{
	display: block;
	width: 100%;
	height: 405px;
	overflow: hidden;
}

.subMenu{
	width: 1200px;
	height: 60px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom:10px;
	margin-left: -600px;
	background: rgba(240,240,240,0.85);
	background: #f0f0f0\9;
}
.subMenuCont{
	overflow: hidden;
	position: relative;
}
.localMenu{
	height: 60px;
	overflow: hidden;
	background: #fff;
	padding: 0px 10px;
	line-height: 60px;
}
.localMenu span{
	font-size: 26px;
	color:#000;
}

.localMenu i{
	font-size: 16px;
	color:#7f7f7f;
	padding-left: 10px;
}
.subMenuCont em{
	display: block;
	width: 23px;
	height: 27px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom:0px;
	z-index: 2;
	background: url(../images/subMenuIcon.png) no-repeat center center;
}
.subMenu_dl{
	overflow: hidden;
}
.subMenu_dl dd{
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	float: left;
	display: inline;
}
.subMenu_dl dd a{
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color:#343434;
}
.subMenu_dl dd a:hover,
.subMenu_dl dd.hover a{
	color:#fff;
	background: url(../images/subMenu_h.png) repeat-x left center;
}

/************************************二级页面 begin*************************************/
/*
* 全图列表 begin
*/
.newsAllImg_dl{
	width: 1220px;
	overflow: hidden;
	border-bottom:1px solid #f0f0f0;
}

.newsAllImg_dl dd{
	width: 367px;
	height: 367px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 24px 24px 0px;
	background: #f4f4f4;
}

.newsAllImg_a{
	display: block;
	overflow: hidden;
	position: relative;
}

.newsAllImg_a img{
	display: block;
	width: 367px;
	height: 367px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.newsAllImg_a:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.newsAllImg_aDiv{
	display: block;
	width: 100%;
	height: 87px;
	position:absolute;
	left:0;
	bottom:-88px;
	overflow: hidden;
	background:rgba(230,0,18,0.9);
	transition: all 0.2s ease-in-out 0.01s;
	-moz-transition: all 0.2s ease-in-out 0.01s;
	-ms-transition: all 0.2s ease-in-out 0.01s;
	-webkit-transition: all 0.2s ease-in-out 0.01s;
}
.newsAllImg_aDiv span{
	display:block;
	clear:both;
	overflow:hidden;
	height:28px;
	line-height:28px;
	padding:0 20px 0 10px;
	margin-top:15px;
	text-align:left;
	color:#f0f0f0;
	font-size:16px;
	}
.newsAllImg_aDiv i{
	display:block;
	clear:both;
	overflow:hidden;
	height:26px;
	line-height:26px;
	padding:0 20px 0 10px;
	text-align:left;
	color:#f0f0f0;
	font-size:14px;
	}
.newsAllImg_a:hover .newsAllImg_aDiv{bottom:0}


/*
* 全图列表 begin
*/
.newsAllImg2_dl{
	width: 1220px;
	overflow: hidden;
	border-bottom:1px solid #f0f0f0;
}

.newsAllImg2_dl dd{
	width: 367px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 24px 7px 0px;
}

.newsAllImg2_a{
	display: block;
	overflow: hidden;
	position: relative;
}
.newsAllImg2_a i{
	display: block;
	width: 367px;
	height: 247px;
	overflow:hidden;
	clear:both;
	}
.newsAllImg2_a i img{
	display: block;
	width: 367px;
	height: 247px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.newsAllImg2_a:hover i img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.newsAllImg2_a span{
	display:block;
	clear:both;
	overflow:hidden;
	height:48px;
	line-height:48px;
	text-align:center;
	color:#241b26;
	font-size:16px;
	}
.newsAllImg2_a:hover span{color:#dd0c0d}
/*全图列表2*/
.hotList{
	display:block;
	clear:both;
	width:1300px;
	}
.hotList dd{
	display:inline;
	float:left;
	width:368px;
	height:358px;
	overflow:hidden;
	margin-right:25px;
	border-radius:5px 5px 0 0;
	background:#ededed;
	transition: all 0.5s ease-in-out 0.01s;
	-moz-transition: all 0.5s ease-in-out 0.01s;
	-ms-transition: all 0.5s ease-in-out 0.01s;
	-webkit-transition: all 0.5s ease-in-out 0.01s;
	}
.hotList dd:hover{background:#e60012;box-shadow:0px 2px 5px #eaeaea;}
.hotList dd p{
	display:block;
	width:368px;
	height:190px;
	overflow:hidden;
	background:#fdfdfb;
	}
.hotList dd p img{
	display:block;
	width:368px;
	height:190px;
	}
.hotList dd .spanT{
	display:block;
	height:28px;
	overflow:hidden;
	line-height:28px;
	text-align:left;
	color:#434343;
	font-size:16px;
	padding:0 20px;
	margin:17px 0 0 0;
	}
.hotList dd .spanT a{
	color:#434343;
	transition: all 0.5s ease-in-out 0.01s;
	-moz-transition: all 0.5s ease-in-out 0.01s;
	-ms-transition: all 0.5s ease-in-out 0.01s;
	-webkit-transition: all 0.5s ease-in-out 0.01s;
	}
.hotList dd:hover .spanT a{color:#fff;}
.hotList dd .txt{
	display:block;
	clear:both;
	overflow:hidden;
	line-height:28px;
	text-align:left;
	color:#666666;
	height:56px;
	font-size:14px;
	padding:0 20px;
	margin:10px 0 0 0;
	transition: all 0.5s ease-in-out 0.01s;
	-moz-transition: all 0.5s ease-in-out 0.01s;
	-ms-transition: all 0.5s ease-in-out 0.01s;
	-webkit-transition: all 0.5s ease-in-out 0.01s;
	}
.hotList dd:hover .txt{color:#fff}
.hotList dd .bt{
	display:block;
	width:22px;
	height:13px;
	background:url(../images/list_icon22.png) no-repeat center center;
	margin:0 24px 0 0;
	}
.hotList dd:hover .bt{background:url(../images/list_icon22_h.png) no-repeat center center;}
/*全文列表*/
.newsList{
	display:block;
	overflow:hidden;
	}
.newsList dd{
	display:block;
	height:44px;
	border-bottom:1px dotted #999999;
	font-size:16px;
	}
.newsList dd a{
	display:inline;
	float:left;
	line-height:44px;
	text-align:left;
	color:#666666;
	}
.newsList dd:hover a{color:#e60012;}
.newsList dd span{
	display:inline;
	float:right;
	line-height:44px;
	text-align:right;
	color:#666666;
	}

/*^
 * 新闻阅读页
 */	
.articleBox {
	line-height:30px;
	padding:10px 0 15px 0;
	color: #888888;
	font-size:14px;
}
.articleBox img{
	max-width:100%;
	}
.articleFoot{
	border-top:1px solid #e4e4ee;
	overflow: hidden;
	padding: 15px 0px;
}
.articleBack{
	display: block;
	width: 90px;
	height: 35px;
	overflow: hidden;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color:#848484;
	background: #eee;
}
.articleMov{
	width:890px;
	height:430px;
	overflow:hidden;
	margin:0 auto;
	}
.articleMapC{
	width:1050px;
	height:430px;
	overflow:hidden;
	border:1px solid #e5e5e5;
	}
.articleTitle {
	clear: both;
	text-align: center;
	padding:0 10px;
	line-height: 35px;
	font-size:18px;
	color:#444444;
	font-family:"microsoft yahei";
}
.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #757575;
	font-size:11px;
	line-height:30px;
	padding:10px 0 5px 0;
	font-family:"宋体";
	border-bottom:1px dotted #ccc;
	margin:0 100px;
}
.articleTime span{cursor: pointer;}
.articleTime span.hover{color: #ff0303}
.articleTime span:hover{color: #ff0303}
.pageUp{
	height:40px;
	display:block;
	padding-top:10px;
	background:url(../images/pageUp_bg.png) no-repeat center top;
	}
.pageUp_left{
	float:left;
	display:inline;
	line-height:30px;
	}
.pageUp_left span{
	display:block;
	clear:both;
	height:30px;
	background:#f0f0f0;
	font-size:14px;
	color:#555555;
	margin:0 0 6px 0;
	line-height:30px;
	}
.pageUp_left span em{
	width:115px;
	text-align:center;
	}
.pageUp_left span a{
	width:285px;
	height:30px;
	overflow:hidden;
	background:#fff;
	color:#888888;
	padding:0 0 0 20px;
	}
.pageUp_left span a:hover{color:#de012d;}
.pageUp_bt{
	display:block;
	width:84px;
	height:32px;
	color:#a4a4a4;
	line-height:32px;
	text-align:center;
	background:#f4f4f4;
	margin:10px 0 0 0;
	}
.pageUp_right{
	float:right;
	display:inline;
	padding:15px 0 0 0;
 	}
.share{
	display:block;
	clear:both;
	padding:10px 0;
	}
.articlePage{
	clear:both;
	height:30px;
	text-align:center;
	font-family:Arial;
	}
.articlePage a{
	margin:0 1px;
	background:#ccc;
	padding:5px 10px;
	}
.articlePage a:hover{
	color:#fff;
	background:#de012d;
	}
.articlePage a.hover{
	color:#fff;
	background:#de012d;
	}	
/**
 * 文章阅读页-内容上部大图
 */
#play{
	width:880px;
	height:415px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	padding:5px;
	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.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:880px;
	height:415px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:880px;
	height:415px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:880px;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:90px;
	width:150px;
	padding:1px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	height:90px;
	width:150px;
	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:90px;width:150px;}
.img_hd ul li.on {border:1px solid #b91719;background:#b91719;}
.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_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}
.imgMove .prev_a:hover {background-position:left -24px;left:0;}
.imgMove .next_a:hover {background-position:right -24px;right:0;}

/*****留言****/
.pageBoxCT{
	clear:both;
	overflow:hidden;
	height:54px;
	text-align:center;
	line-height:54px;
	color:#de012d;
	font-size:24px;
	}
.msd_dl{
	display:block;
	clear:both;
	overflow:hidden;
	}
.msd_dl dd{
	display:block;
	clear:both;
	overflow:hidden;
	margin:0 0 15px 0;
	}
.msd_dl dd .span{
	display:inline;
	float:left;
	width:115px;
	height:33px;
	line-height:33px;
	text-align:right;
	font-size:16px;
	color:#8c8c8c;
	}
.msd_dl dd .inputT{
	display:inline;
	float:left;
	height:31px;
	overflow:hidden;
	line-height:31px;
	background:#fdfcfc;
	border:1px solid #e2e2e2;
	padding:0 5px;
	border-radius:2px;
	color:#8c8c8c;
	}
.msd_dl.rmt .inputT{border-radius:0px;}
.msd_dl dd .inputT.w_195{width:185px;}
.msd_dl dd .inputT.w_135{width:170px;}
.msd_dl dd .inputT.w_283{width:273px;}
.msd_dl dd .inputT.w_453{width:443px;}
.msd_dl dd .inputT.w_338{width:328px;}
.msd_dl dd textarea{
	display:inline;
	float:left;
	width:693px;
	height:253px;
	overflow:hidden;
	border:1px solid #e2e2e2;
	padding:5px;
	border-radius:2px;
	color:#8c8c8c;
	text-align:left;
	background:#fdfcfc;
	}
.msd_dl dd .bt{
	display:block;
	width:156px;
	height:42px;
	background:#de012d;
	line-height:42px;
	text-align:center;
	font-size:18px;
	color:#fff;
	margin:0 0 0 115px;
	}
.msd_dl dd .bt:hover{background:#fa0133;}
.msd_dl dd .code{
	height:32px;
	overflow:hidden;
	padding:0 0 0 5px;
	}
.msd_dl dd .code img{
	display:inline;
	float:left;
	width:90px;
	height:32px;
	}
.msd_dl dd .code i{
	display:inline;
	float:left;
	line-height:33px;
	font-size:14px;
	color:#056b4b;
	text-align:left;
	text-decoration:underline;
	padding:0 0 0 5px;
	}
.msd_dl dd .code:hover i{color:#6daf37}

.msg_list{
	display:block;
	clear:both;
	overflow:hidden;
	}
.msg_list dt{
	display:block;
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #dedede;
	padding:17px 0;
	color:#e60012;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	}
.msg_list dd{
	display:block;
	clear:both;
	overflow:hidden;
	border-bottom:1px solid #dedede;
	padding:25px 0;
	}
.msg_list dd .msgBox1{
	clear:both;
	overflow:hidden;
	}
.msg_list dd .msgBox1 span{
	display:inline;
	float:left;
	width:88px;
	height:28px;
	background:url(../images/msg_bg1.png) no-repeat center center;
	font-size:14px;
	color:#ffffff;
	line-height:28px;
	padding:0 0 0 19px;
	}
.msg_list dd .msgBox1 div{
	display:inline;
	float:right;
	width:1020px;
	overflow:hidden;
	font-size:14px;
	color:#909090;
	line-height:28px;
	text-align:left;
	}
.msg_list dd .msgBox2{
	clear:both;
	overflow:hidden;
	margin:18px 0 0 0;
	}
.msg_list dd .msgBox2 span{
	display:inline;
	float:left;
	width:88px;
	height:28px;
	background:url(../images/msg_bg2.png) no-repeat center center;
	font-size:14px;
	color:#585858;
	line-height:28px;
	padding:0 0 0 19px;
	}
.msg_list dd .msgBox2 div{
	display:inline;
	float:right;
	width:1020px;
	overflow:hidden;
	font-size:14px;
	color:#b4b4b4;
	line-height:28px;
	text-align:left;
	}
/**********************************/	
.mblSlide{
	clear:both;
	overflow:hidden;
	position:relative;
	width:1150px;
	height:60px;
	}
.mblSlideBox{
	width:1016px;
	overflow:hidden;
	height:72px;
	margin:0 auto;
	}
.mblSlide_hd{height:70px;overflow:hidden;background:url(../images/mbl_bg.png) repeat-x left center;}
.mblSlide_hd li{
	display:inline;
	float:left;
	width:75px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#555555;
	font-size:18px;
	margin:0 30px 0 0;
	cursor:pointer;
	}
.mblSlide_hd li.on{background:url(../images/mblSlide_icon.png) no-repeat center bottom;color:#de012d}
.mblBt{
	display:block;
	width:48px;
	height:48px;
	cursor:pointer;
	position:absolute;
	top:0;
	z-index:1;
	}
.mblBt.prev_a{left:0;background:url(../images/mbl_bt.png) no-repeat left top;}
.mblBt.next_a{right:0;background:url(../images/mbl_bt.png) no-repeat right top;}
.mblBt.prev_a:hover{left:0;background:url(../images/mbl_bt.png) no-repeat left bottom;}
.mblBt.next_a:hover{right:0;background:url(../images/mbl_bt.png) no-repeat right bottom;}

.mblSlideCBox{
	clear:both;
	overflow:hidden;
	width:1095px;
	margin:0 auto;
	}
.mblSlideCBox li{
	display:block;
	width:1095px;
	overflow:hidden;
	display:none;
	color:#777777;
	line-height:28px;
	font-size:16px;
	}
.mblSlideCBox li img{max-width:100%;}

.qftSlide{
	width:1160px;
	margin:0 auto;
	height:275px;
	overflow:hidden;
	position:relative;
	}
.qftSlide .bt{
	display:block;
	width:30px;
	height:72px;
	cursor:pointer;
	position:absolute;
	top:50%;
	margin-top:-36px;
	z-index:1;
	}
.qftSlide .bt.prev{left:0;background:url(../images/mbl_bt.png) no-repeat left center;}
.qftSlide .bt.next{right:0;background:url(../images/mbl_bt.png) no-repeat right center;}

.qftSlide .bd{
	width:1160px;
	overflow:hidden;
	height:275px;
	}
.qftSlide .bd dl{
	display:block;
	width:1200px;
	}
.qftSlide .bd dl dd{
	display:inline;
	float:left;
	width:275px;
	height:275px;
	overflow:hidden;
	margin:0 20px 0 0;
	}
.qftSlide .bd dl dd img{
	display:block;
	width:275px;
	height:275px;
	}
	
/******招聘*****/
.recruitment_spch{
	display:block;
	clear:both;
	width:1138px;
	margin:0 0 0 180px;
	}
.recruitment_spch dd{
	display:inline;
	float:left;
	margin:0 13px 0 0;
	}
.recruitment_spch dd .bt{
	display:block;
	width:120px;
	height:35px;
	background:#056b4b;
	text-align:center;
	line-height:35px;
	color:#ecfff9;
	font-size:16px;
	}
.recruitment_spch dd input{
	display:block;
	background:#fff;
	width: 188px;
	height: 33px;
	border:1px solid #dddddd;
	padding:0 5px;
	line-height:33px;
	text-align:left;
	color:#666666;
	font-size:14px;
	font-family:"microsoft yahei";
	}
.recruitment_spch dd input::input-placeholder{ color:#666666; }
.recruitment_spch dd input::-webkit-input-placeholder{ color:#666666; }
.search_type {
	width: 198px;
	height: 33px;
	border:1px solid #dddddd;
	position: relative;
	z-index: 9999;
	background:#fff url(../images/spy_bg.png) no-repeat 169px center;
}
.search_type em {
	width: 143px;
	display: block;
	height:33px;
	cursor: pointer;
	line-height:33px;
	text-align:left;
	color:#666666;
	font-size:14px;
	padding: 0 45px 0 10px;
}
.search_type div {
	width: 198px;
	position: absolute;
	top: 34px;
	left:-1px;
	background: #efefef;
	display: none;
	border: 1px solid #d3d3d3;
	border-top: none;
	z-index: 99999999;
}
.search_type div a {
	display: block;
	line-height: 24px;
	text-align: center;
	clear: both;
	background: #efefef;
	color: #666666;
	margin-top: 1px;
}
.search_type div a:hover {
	background: #595959;
	color: #ffffff;
}

.recruitment_dl{
	clear:both;
	display:block;
	overflow:hidden;
	}
.recruitment_dl dt{
	clear:both;
	display:block;
	height:50px;
	}
.recruitment_dl dt span{
	display:inline;
	float:left;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:16px;
	}
.recruitment_dl dt span.span1{background:#767676;width:260px}
.recruitment_dl dt span.span2{background:#6e6e6e;width:250px}
.recruitment_dl dt span.span3{background:#767676;width:402px}
.recruitment_dl dt span.span4{background:#6e6e6e;width:238px}

.recruitment_dl dd span.span1{width:259px}
.recruitment_dl dd span.span2{width:248px}
.recruitment_dl dd span.span3{width:401px}
.recruitment_dl dd span.span4{width:237px}

.recruitment_dl dd{
	clear:both;
	display:block;
	height:50px;
	border-bottom:1px dotted #888888;
	border-left:1px dotted #888888;
	}
.recruitment_dl dd span{
	display:inline;
	float:left;
	height:50px;
	border-right:1px dotted #888888;
	line-height:50px;
	text-align:center;
	color:#888888;
	font-size:14px;
	}
.recruitment_dl dd span a{color:#888888;}
.recruitment_dl dd span a:hover {color:#0c6538;}
.rmtBox{
	clear:both;
	overflow:hidden;
	font-size:14px;
	line-height:28px;
	color:#888888;
	text-align:left;
	padding:0 10px;
	}
.rmtBoxBt{
	clear:both;
	height:44px;
	}
.rmtBoxBt a{
	display:inline;
	float:left;
	width:135px;
	height:42px;
	background:#056b4b;
	font-size:14px;
	color:#c0ecde;
	text-align:center;
	line-height:42px;
	margin:0 56px 0 0;
	}
.rmtBoxBt a:hover{background:#067f59;}
.rmtContact{
	overflow: hidden;
	padding: 10px 20px;
	background: #eaeaea;
}
.rmtSpan{
	display: block;
	overflow: hidden;
	font-size: 18px;
	color:#888;
}
.rmtDiv{
	overflow: hidden;
	font-size: 18px;
	color:#888;
	line-height: 30px;
}
/********************************此处首页样式开始*********************************/
.titBox{
	overflow: hidden;
}
.titTxt{
	font-size: 34px;
	color:#5c5c5c;
	overflow: hidden;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
}
.titTxt em{
	display: block;
	width: 35px;
	height: 1px;
	overflow: hidden;
	background: #f10011;
	position: absolute;
	left: 50%;
	margin-left: -14px;
	bottom:0px;
}
.titIntr{
	width: 630px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	color:#5c5c5c;
	line-height: 28px;
	margin: 0px auto;
}
/*
* 第一通栏 1st begin
*/
.ind1st_dl{
	overflow: hidden;
	position: relative;
}
.ind1st_dl dd{
	overflow: hidden;
	position: relative;
}

.ind1stText{
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
.ind1stTextL{
	position: absolute;
	left: 0px;
	top:0px;
	background: #f9f9f9 url(../images/ind1stL_bg.png) no-repeat left center;
}
.ind1stTextR{
	position: absolute;
	right: 0px;
	bottom:0px;
	background: #fff url(../images/ind1stR_bg.png) no-repeat right center;
}
.ind1stImg{
	display: block;
	width: 100%;
	overflow: hidden;
}
.ind1stImg img{
	display: block;
	width: 100%;
}
.ind1stTxtDeta{
	width: 630px;
	height: 130px;
	overflow: hidden;
	position: relative;
	left: 50%;
	top:50%;
	margin-left: -315px;
	margin-top: -65px;
	z-index: 9;
}

.ind1stTxtDeta span{
	display: block;
	overflow: hidden;
	font-size: 22px;
	color:#595959;
}
.ind1stTxtDeta p{
	height: 90px;
	overflow: hidden;
	font-size: 14px;
	color:#606060;
	line-height: 30px;
	margin-top: 10px;
}
.ind1st_dl dt{
	width: 170px;
	height: 170px;
	overflow: hidden;
	padding: 10px;
	background: rgba(248,0,16,0.5);
	background: #fff\9;
	position: absolute;
	left: 50%;
	top:50%;
	margin-top: -95px;
	margin-left: -95px;
	z-index: 3;
	-webkit-border-radius: 190px;
	-moz-border-radius: 190px;
	-ms-border-radius: 190px;
	-o-border-radius: 190px;
	border-radius: 190px;
}

.ind1st_dl dt a{
	display: block;
	width: 170px;
	height: 170px;
	overflow: hidden;
	-webkit-border-radius: 170px;
	-moz-border-radius: 170px;
	-ms-border-radius: 170px;
	-o-border-radius: 170px;
	border-radius: 170px;
}

.ind1st_dl dt a img{
	display: block;
	width: 170px;
	height: 170px;
	-webkit-border-radius: 170px;
	-moz-border-radius: 170px;
	-ms-border-radius: 170px;
	-o-border-radius: 170px;
	border-radius: 170px;
}

@media screen and (max-width: 1366px) {
	.ind1stTxtDeta{
		width: 450px;
		margin-left: -225px;
	}

	.ind1st_dl dt{
		width: 120px;
		height: 120px;
		margin-top: -60px;
		margin-left: -60px;
	}
	.ind1st_dl dt a img,
	.ind1st_dl dt a{
		width: 120px;
		height: 120px;
	}
}

/*
* 第二通栏 2nd begin
*/
.ind2ndSlide{
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
}
.ind2ndSlide .bd{
	height: 344px;
	overflow: hidden;
}
.ind2nd_dl{
	width: 1210px;
	overflow: hidden;
}
.ind2nd_dl dd{
	width: 595px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: 10px;
}
.ind2ndImg{
	display: block;
	width: 595px;
	height: 230px;
	overflow: hidden;
}
.ind2ndImg img{
	display: block;
	width: 595px;
	height: 230px;
}
a.ind2ndName{
	display: inline-block;
	font-size: 16px;
	color:#555;
	overflow: hidden;
}
a.ind2ndName:hover{
	color:#f80010;
}
.ind2ndIntr{
	height: 60px;
	overflow: hidden;
	font-size: 14px;
	color:#777777;
	line-height: 30px;
}
.ind2ndSlide .hd{
	overflow: hidden;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom:0px;
}
.ind2ndSlide .hd ul{
	display: inline-block;
	overflow: hidden;
}
.ind2ndSlide .hd ul li{
	width: 30px;
	height: 5px;
	overflow: hidden;
	float: left;
	display: inline;
	line-height: 100px;
	background: #cacaca;
	margin:0px 5px;
	cursor: pointer;
}
.ind2ndSlide .hd ul li.on{
	background: #f80010;
}
/*
* 第三通栏 3rd begin
*/
.ind3rdCont{
	overflow: hidden;
}
.ind3rd_dl{
	overflow: hidden;
	margin-right: -5px;
}
.ind3rd_dl dd{
	width: 33%;
	overflow: hidden;
	float: left;
	display: inline;
	margin-bottom: 5px;
}
.ind3rd_dl dd a{
	display: block;
	margin-right: 5px;
	position: relative;
}
.ind3rd_dl dd a:after{
	display: block;
	content: "";
	overflow: hidden;
	width: 100%;
	padding-top: 100%;
}
.ind3rd_dl dd a img{
	display: block;
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
}
/*
* 第四通栏 4th begin
*/
.ind4th_dl{
	overflow: hidden;
}
.ind4th_dl dd{
	width: 33.33333333%;
	overflow: hidden;
	float: left;
	display: inline;
	padding-top: 100px;
	font-size: 16px;
	color:#555;
	text-align: center;
}
.ind4th_dl dd.indEmail{
	background: url(../images/indEmail.png) no-repeat center 25px;
}
.ind4th_dl dd.indTel{
	background: url(../images/indTel.png) no-repeat center 25px;
}
.ind4th_dl dd.indAddress{
	background: url(../images/indAddress.png) no-repeat center 25px;
}
/**********不常用二级页面 begin**************/
/*
* 产品详情页 begin
*/
.proBox{
	border:1px solid #e8e8e8;
	overflow: hidden;
}
.proBoxL{
	width: 829px;
	padding: 20px;
	overflow: hidden;
	border-right: 1px solid #e8e8e8;
}
.proViewIntr{
	width: 410px;
	overflow: hidden;
}
.proViewName{
	display: block;
	height: 30px;
	overflow: hidden;
	font-size: 18px;
	color:#3c3c3c;
	line-height: 30px;
}
.proViewDiv{
	padding: 10px 20px;
	overflow: hidden;
	background: #f7f9f5;
	min-height: 180px;
	font-size: 12px;
	color:#777;
	line-height: 28px;
}
a.proViewBt{
	display: block;
	width: 135px;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	color:#fff;
	background: #e60012;
	text-align: center;
	line-height: 40px;
	margin-top: 25px;
}
.proBoxR_dl{
	width: 200px;
	height: 480px;
	overflow: hidden;
	padding: 10px 39px;
}
.proBoxR_dl dt{
	height: 10px;
	border-bottom:1px solid #d8d8d8;
}
.proBoxR_dl dt span{
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	font-size: 12px;
	color:#9b9b9b;
	background: #fff;
	padding-right: 3px;
}
.proBoxR_dl dd{
	padding: 0px 10px;
	overflow: hidden;
	margin-top: 20px;
}
.proBoxR_dl dd a{
	display: block;
	overflow: hidden;
}
.proBoxR_dl dd a span{
	display: block;
	width: 180px;
	height: 100px;
	overflow: hidden;
}
.proBoxR_dl dd a img{
	display: block;
	width: 180px;
	height: 100px;
}
.proBoxR_dl dd a i{
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	color:#5f5f5f;
	overflow: hidden;
	text-align: center;
}
.proBoxR_dl dd a:hover i{
	color:#de012d;
}
/*产品相册展示 放大镜begin*/
.big_pic_show {
    width: 400px;
    z-index: 1;
    margin: 0 auto;
}
.bigpic {
    width: 400px;
    height:400px;
    overflow: hidden;
}
.bigpic img{
    width: 400px;
    height:400px;
}

.bigpic a {
    display: block;
}
div.zoomDiv {
    z-index: 999;
    position: absolute;
    border: solid 1px #eee;
    width: 420px !important;
    height: 400px !important;
    background: #ffffff;
    display: none;
    text-align: center;
    overflow: hidden;
}
div.zoomMask {
    position: absolute;
    background: url(../images/float_layer.png) repeat;
    cursor: move;
    z-index: 99;
}
.moveBox {
    width:400px;
    height:50px;
    margin:10px auto 0 auto;
    position: relative;
}
.pageLeft {
    width:10px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0px;
    display: inline;
    cursor: pointer;
    background: #f2f2f2 url(../images/knowIcnPrev.png) no-repeat center center;
}
.pageRight {
    width:10px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0px;
    background: #f2f2f2 url(../images/knowIcnNext.png) no-repeat center center;
}
.move_content {
    clear: both;
    width:350px;
    height: 50px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.rexiaoPic {
    overflow: hidden;
    height: 50px;
}
.sell_order {
    width: 9000px;
    position: absolute
}
.rexiaoPic li {
    width:50px;
    height:50px;
    float: left;
    display: block;
    /*padding:0 4px;*/
    background: #fff;
    color: #fff;
    cursor: pointer;
    position:relative;
    margin-right: 10px;
    overflow: hidden;
    /*padding-top:5px;*/
}
.rexiaoPic li.hover{
	border-color:#9da477;
}
.rexiaoPic li i{ height: 46px; width:46px;border:2px solid #e60012; display:none; position:absolute; top:0px; left:0px;}
.rexiaoPic li.hover i{ display:block;}
.rexiaoPic li img {
    width:50px;
    height:50px;
}
.proViewRIntr{
	overflow: hidden;
	width: 600px;
}
.proViewRTit{
	overflow: hidden;
	font-size: 24px;
	color:#333;
}
.proViewRole{
	font-size: 14px;
	color:#888;
	overflow: hidden;
	line-height: 28px;
	margin:10px 0px 15px;
}
.proViewRDeta{
	font-size: 14px;
	color:#888;
	line-height: 28px;
	overflow: hidden;
}
.proViewShareTit{
	font-size: 14px;
	color:#666;
}
.proViewTit{
	height: 39px;
	border-bottom:1px solid #ddd;
}
.proViewTit span{
	display: block;
	overflow: hidden;
	height: 38px;
	border-bottom:3px solid #253569;
	font-size: 18px;
	color:#333;
	float: left;
	padding: 0px 5px;
}

/*
* 视频列表 begin
*/
.videoList_dl{
	width: 1170px;
	overflow: hidden;
}
.videoList_dl dt{
	width: 760px;
	height: 520px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 20px 20px 0px;
}
.videoList_dl dd{
	width: 370px;
	height: 250px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 20px 20px 0px;
	position: relative;
}

.videoList_dl dd span{
	display: block;
	overflow: hidden;
}
.videoList_dl dd span img{
	display: block;
	width: 370px;
	height: 250px;
}
.videoList_dl dd i{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 1;
	background: url(../images/videoIcon.png) no-repeat center center;
}
.videoList_dl dd em{
	display: none;
	width: 366px;
	height: 246px;
	overflow: hidden;
	border:2px solid #e60012;
	position: absolute;
	left: 0px;
	top:0px;
	z-index: 3;
}

.videoList_dl dd.hover em{
	display: block;
}

/*
* 联系我们
*/
.mapBox{
	width: 1150px;
	height: 430px;
	overflow: hidden;
	padding-bottom: 40px;
	background: url(../images/mapBoxBg.png) no-repeat center bottom;
}

/*
* 公司文化
*/
.culture_dl{
	width: 1170px;
	overflow: hidden;
}
.culture_dl dt{
	width: 1150px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.culHotImg{
	display: block;
	height: 360px;
	overflow: hidden;
}
.culHotImg img{
	display: block;
	width: 1150px;
	height: 360px;
}
.culHotDeta{
	display: block;
	width: 340px;
	height: 200px;
	overflow: hidden;
	background: rgba(5,95,42,0.7);
	background: #055f2a\9;
	padding: 80px 25px;
	position: absolute;
	right: 0px;
	top:0px;
}
.culHotName{
	font-size: 26px;
	color:#fff;
}
.culHotIntr{
	font-size: 16px;
	color:#fff;
	line-height: 28px;
	overflow: hidden;
	height: 140px;
	margin-top: 10px;
}
.culture_dl dd{
	width: 370px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: 20px;
}
.culture_dl dd a{
	display: block;
	overflow: hidden;
	background: #e9e9e9;
	padding:30px 25px;
}
.culName{
	display: block;
	font-size: 18px;
	color:#666;
	overflow: hidden;
	text-align: center;
}
.culImg{
	display: block;
	width: 130px;
	height: 130px;
	overflow: hidden;
	border:5px solid #fff;
	-webkit-border-radius: 140px;
	-moz-border-radius: 140px;
	-ms-border-radius: 140px;
	-o-border-radius: 140px;
	border-radius: 140px;
	margin:20px auto;
}
.culImg img{
	display: block;
	width: 130px;
	height: 130px;
	-webkit-border-radius: 130px;
	-moz-border-radius: 130px;
	-ms-border-radius: 130px;
	-o-border-radius: 130px;
	border-radius: 130px;
}
.culIntr{
	height: 84px;
	overflow: hidden;
	font-size: 14px;
	color:#777;
	line-height: 28px;
}
/*
* 招聘顶部搜索
*/
.recruitmentSearch{
	text-align: center;
}
.recruitmentSearch .center{
	display: inline-block;
}
.recSearchInp{
	width: 180px;
	height: 33px;
	overflow: hidden;
	float: left;
	display: block;
	padding: 0px 10px;
	border:1px solid #ddd;	
	margin:0px 10px;
}
a.recSearchBt{
	display: block;
	width: 120px;
	height: 35px;
	overflow: hidden;
	font-size: 16px;
	color:#fff;
	text-align: center;
	line-height: 35px;
	background: #de012d;
	margin:0px 10px;
}
/*slelect.demo样式start*/
.demo{width:170px; height:33px; position:relative; padding-right:30px; border:1px solid #ddd;margin:0px 10px;}
.seljg{ text-align:left;padding-left:10px; line-height:33px; color:#666666; font-size:14px; cursor:pointer;}
.demo i{ display:block; width:30px; height:33px; background:url(../images/sel.jpg) no-repeat center center; position:absolute; right:0px; top:0px; cursor:pointer;}
.selTj{ width:100%; overflow:hidden; border:1px solid #ddd; border-top:none; max-height:240px; overflow-y:auto; position:absolute; left:-1px; top:34px; background:#fff; display:none;}
.selTj a{ text-align:left;display:block; height:30px; line-height:30px; padding-left:10px; color:#666666; margin-bottom:1px;}
.selTj a:hover{ background:#f8f8f8; color:#ff7800;}
.selTj a.hover{background:#f8f8f8; color:#ff7800;}
/*slelect.demo样式end*/
