@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 {
	color:#666;
	text-decoration: none;
}/* 链接无下划线,有为underline;链接去框 */

a:hover {
	color: #b91226;
}/* 鼠标在链接上 */
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #666;
	background:#f6f6f6;
}
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 {
	height: 0px;
	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;
}
.h25 {
	clear: both;
	height: 25px;
	overflow:hidden;
}
.h30 {
	clear: both;
	overflow:hidden;
	height: 30px;
}
.h35{
	clear: both;
	overflow:hidden;
	height: 35px;
}
.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;
}
.h100 {
	clear: both;
	height: 100px;
	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;
}
.subCont{
	overflow: hidden;
}
.min_h400{
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

/*顶部开始*/
.top{
	height: 100px;
	position: relative;
	z-index: 9;
	background:#fff;
}
.logo{
	display: block;
	overflow: hidden;
	margin: 7px 0px;
}
.logo img{
	display: block;
	height: 86px;
}
.topR{
	height: 100px;
}
.topRCont{
	overflow: hidden;
	padding: 15px 0px;
}
.topRCont a{
	height: 15px;
	line-height: 15px;
	display: block;
	overflow: hidden;
	float: left;
	font-size: 12px;
	color:#5f5f5f;
	margin-left: 15px;
}
.topRCont a:hover{
	color:#cc0000;
	font-weight: bold;
}
.top720{
	padding-left: 36px;
	background: url(../images/top720.png) no-repeat left center;
}
.chinese{
	padding-left: 32px;
	background: url(../images/chinese.png) no-repeat left center;
}
.english{
	padding-left: 32px;
	background: url(../images/english.png) no-repeat left center;
}
/*顶部结束*/

/*
* nav 导航 begin
*/
.nav{
	height: 55px;
	position: relative;
	z-index: 3;
}
.nav_dl{
	position: relative;
	z-index: 3;
	right: -15px;
}
.nav_dl dd{
	width: 85px;
	float: left;
	display: inline;
	z-index: 2;
	position: relative;
	padding:0px 5px;
}
.nav_a{
	display: block;
	height: 55px;
	overflow: hidden;
	text-align: center;
	line-height: 55px;
	font-size:15px;
	color:#404040;
	position: relative;
	z-index: 2;
}
.nav_dl dd.hover .nav_a{
	color:#cf331b;
}
.nav_ul{
	overflow: hidden;
	position: absolute;
	top: 55px;
	padding: 10px 0px;
	display: none;
}
.nav_ul li{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	float: left;
	display: inline;
}
.nav_ul li:last-child i{
	display: none;
}
.nav_ul li a{
	display: block;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	padding: 0px 20px;
	float: left;
}
.nav_ul li a:hover{
	color:#cf331b;
}
.nav_ul li i{
	display: block;
	width: 2px;
	font-size: 14px;
	color:#888 !important;
	overflow: hidden;
	float: left;
}
.navIcon{
	width: 75px;
	height:7px;
	overflow: hidden;
	background: url(../images/navBg.png) no-repeat center bottom;
	position: absolute;
	left: 30px;
	bottom:0px;
	z-index: 2;
}
.navBg{
	display: none;
	width: 100%;
	height: 49px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:100px;
	z-index: 2;
	background: rgba(255,255,255,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80ffffff',endColorstr = '#80ffffff')\9;
}
/*banner开始*/
.banner{
	overflow:hidden;
	position: relative;
	z-index: 1;
}

.banner .hd{
	width:100%;
	position:absolute;
	z-index:1;
	bottom:55px;
	left:0;
	text-align: center;
	display: none;
}
.banner .hd ul {
	overflow: hidden;
	display: inline-block;
}
.banner .hd ul li {
	cursor:pointer;
	float: left;
	display:inline;
	zoom:1;
	width: 10px;
	height: 10px;
	border:1px solid #293893;
	overflow:hidden;
	text-indent: 100em;
	margin:0 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.banner .hd ul li.on {
	background: #293893;
}
.banner .center{
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.banner .bd{ position:relative; z-index:0;overflow:hidden;height: 630px;}
.banner .bd li{ overflow:hidden;zoom:1;width: 100%; vertical-align:middle;height: 630px;position: relative;}
.banner .bd li a{ display:block; width:100%;height: 100%;position: absolute;left: 0px;top:0px;}
.banner .bt{
	display: block;
	width: 34px;
	height: 34px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}

.banner:hover .bt{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

.banner .prev{
	position: absolute;
	left: 55px;
	top:50%;
	margin-top:-17px;
	background: url(../images/bannerSlide.png) no-repeat left top;
}
.banner .next{
	position: absolute;
	right: 55px;
	top:50%;
	margin-top:-17px;
	background: url(../images/bannerSlide.png) no-repeat right top;
	float: right;
}
.bannerCont{
	width: 700px;
	height: 130px;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	padding:15px 100px;
	position: relative;
	left: 50%;
	top:50%;
	margin: -80px 0px 0px -445px;
}
.bannerTit{
	font-size: 48px;
	color:#fff;
	font-family: "黑体";
	font-weight: bold;
}
.bannerTxt{
	height: 60px;
	overflow: hidden;
	font-size: 14px;
	color:#fff;
	font-family: "黑体";
	line-height: 30px;
	padding-top: 10px;
}
.bannerBd{
	display: block;
	width: 10px;
	height: 130px;
	overflow: hidden;
	background: #5bd28e;
	position: absolute;
	left: 50px;
	top:50%;
	margin-top: -65px;
}
.scrollBt{
	display: block;
	width: 30px;
	height: 45px;
	overflow: hidden;
	background: url(../images/scrollBt.png) no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom:90px;
}
/*banner结束*/

/*subBanner begin*/
.subBanner{
	width:100%;
	overflow: hidden;
	position: relative;
	background:#f2f2f2;
}
.subBanner_a{
	display: block;
	width:100%;
	height:300px;
	overflow: hidden;
}
.subBannerX{
	width:100%;
	height:300px;
	position:absolute;
	top:0;
	left:0;
	background:#000;
	opacity:0.5;
	display:none;
	}

/*
* subNav begin
*/
.subNav{
	height:50px;
	position:relative;
	background:#e4e4e6;
}
.subNav_dl{
	height:51px;
	overflow: hidden;
}
.subNav_dl dd{
	float: left;
	display: inline;
	margin: 0px 5px;
	position: relative;
}
.subNav_dl dd a{
	display: block;
	height:50px;
	line-height:50px;
	font-size: 15px;
	color:#666;
	padding: 0px 15px;
}
.subNav_dl dd em{
	display: none;
	width: 100%;
	height: 2px;
	overflow: hidden;
	background: #cf331b;
	position: absolute;
	left: 0px;
	bottom:-1px;
}
.subNav_dl dd.hover em,
.subNav_dl dd:hover em{
	display: block;
}
.subNav_dl dd.hover a,
.subNav_dl dd:hover a{
	color:#cf331b;
}
/*
* location
*/
.location{
    height: 50px;
    border-bottom: 1px solid #e3e3e3;
    position:relative;
    background: #ececec;
}
.locaCont{
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color:#333;
	padding-left: 20px;
	margin:10px 0 0 0;
	background: url(../images/location.png) no-repeat left center;
}
.locaCont a{
	font-size: 14px;
	color:#333;
}
.locaCont a:last-child{
	color:#cf331b;
}
.locaCont a:hover{
	color:#cf331b;
}
.locaStyle1 .locaCont{
	margin-top: 40px;
}
.locaStyle1 .locationMenu{
	display: block;
}
/*页码开始*/
.pageBox{
	padding:30px 0px;
	overflow: hidden;
}
.page {
	padding:7px 0px;
	overflow: hidden;
	text-align: center;
	clear: both;
}
.page code, .page a {
	padding:5px 13px;
	margin: 0px 3px;
	color:#818181;
	font-size: 14px;
	background: #fff;
	border:1px solid #e1e2e3;
	font-family: "microsoft yahei";
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.page a i{
	font-family: "宋体";
	font-size: 12px;
}
.page a:hover {
	background: #cf331b;
	color: #fff;
	border-color:#cf331b;
}
.page a.hover {
	background: #cf331b;
	color: #fff;
	border-color:#cf331b;
}
.page input {
	vertical-align: middle;
	height: 20px;
	border: 1px solid #e4e4e4;
	-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:25px;
	line-height:25px;
	text-align: center;
}
.page input.page_bnt{
	border: none;
	width: 58px;
	height:27px;
	cursor:pointer;
	color:#fff;
	background:#d32a35; 
    }
/*页码结束*/

/*底部开始*/
.foot{
	overflow: hidden;
	background:#e4e4e6;
	padding: 10px 0px;
}
.footR,
.footL{
	overflow: hidden;
	font-size: 12px;
	color:#555;
	line-height: 20px;
}
.footR a{
	color:#555;
}
.footR a:hover{
	color:#000;
	text-decoration: underline;
}
/*底部结束*/

/************************************二级页面 begin*************************************/
.con_dl{overflow: hidden;}
.con_dl dd{overflow: hidden; float:left;}

.list_a{display: block;overflow: hidden;position: relative;}
.listName{line-height: 25px;font-size:14px;color:#333;overflow:hidden;}
.listTime{height: 25px;overflow: hidden;line-height: 25px;font-size:13px;color:#666;padding-left: 20px;background:url(../images/time.png) no-repeat left center;}
.listIntr{height:75px;overflow: hidden;font-size:13px;color:#666;line-height:25px;}
.listMore{font-size: 12px;color:#666;overflow: hidden;text-align: right;}
.list_a:hover .listMore,
.list_a:hover .listName{color:#cf331b;}

.list_dl2{overflow:hidden;}
.list_dl2 dd{
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	border-bottom:1px dotted #ddd;
	padding: 10px 0px;
}
.list_dl2 dd .listName{
	padding-left:16px;
	background: url(../images/icon1.gif) no-repeat 3px center;
}



/*
* 全图 begin
*/
.img_dl{margin: 0px -15px;}
.img_dl dd{width: 33.33333333333%;margin-bottom: 30px;}
.img_dl dd .listName{text-align: center;}
.img_dl dd .list_a{padding: 0px 15px;}
.img_dl dd .imgDiv{padding-top: 75%;}

/*全文列表*/
.list_dl{margin: 0px -10px;overflow: visible;}
.list_dl dd{width: 33.333333333333%;overflow: visible;margin-bottom:20px;}
.list_dl dd .list_a{margin: 0px 10px;padding:15px;-webkit-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;background:#fff;position:relative;top:0;}
.list_dl dd .list_a:hover{top:-10px;}
.list_dl dd .listName{padding-bottom: 10px;border-bottom:1px solid #dbdbdb;font-weight:bold;}
.list_dl dd .listTime{padding-left: 0px;background: none;}
.list_dl dd .listMore{width: 100px;height: 28px;text-align: center;line-height: 28px;border:1px solid #e5e5e5;float: right;}
.list_dl dd .list_a:hover .listMore{border-color:#cf331b;}
.list_dl dd .list_a:hover{-webkit-box-shadow: 0px 5px 12px rgba(0,0,0,0.15);box-shadow: 0px 5px 12px rgba(0,0,0,0.15);}

/*
* 图文 begin
*/
.listHot{overflow: hidden;padding:30px 0 0 0;}
.listSlide{width: 525px;overflow: hidden;position: relative;}
.listSlide .bd{height: 350px;overflow: hidden;}
.listSlide_dl{overflow: hidden;}
.listSlide_dl dd{overflow: hidden;}
.listSlide_dl dd a{display: block;overflow: hidden;}
.listSlide_dl dd a img{display: block;width: 525px;height: 350px;}
.listSlide .hd{overflow: hidden;position: absolute;right: 5px;bottom:20px;z-index: 3;}
.listSlide .hd ul{
	overflow: hidden;
}
.listSlide .hd ul li{
	width: 10px;
	height: 10px;
	overflow: hidden;
	float: left;
	display: inline;
	margin:0px 5px;
	text-indent: 100em;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.listSlide .hd ul li.on{
	background: #cf331b;
}
.listHotName{
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom:0px;
	z-index: 2;
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#50000000',endColorstr = '#50000000')\9;
}
.listHotName a{
	display: block;
	padding: 0px 15px;
	overflow: hidden;
	font-size: 16px;
	color:#fff;
}
.listHotR{
	width:650px;
	height: 350px;
	overflow: hidden;
}
.listHot_dl .listIntr{
	height: 40px;
}
.listHot_dl dd{
	border-bottom:1px dashed #e4e4e4;
	padding-bottom: 12px;
	margin-bottom: 13px;
}

.textImg_dl{
	margin: 0px -6px;
	overflow: visible;
}
.textImg_dl dd{
	width: 25%;
	margin-bottom: 12px;
	overflow: visible;
	float:left;
}
.textImg_dl dd .imgDiv{
	padding-top: 67.3076923%;
}
.textImg_dl dd .list_a{
	height:320px;
	overflow:hidden;
	margin:0px 6px;
	padding:15px;
	background: #fff;
	-webkit-transition: box-shadow 0.3s linear;
	-o-transition: box-shadow 0.3s linear;
	transition: box-shadow 0.3s linear;
}
.textImg_dl dd .list_a:hover{
	background: #fff;
	-webkit-box-shadow: 0px 5px 12px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 12px rgba(0,0,0,0.15);
}
.textImg_dl dd .listName{padding:10px 0 !important;}


/*^
 * 专家工作站
 */	
.team_dl{
	margin: 0px -10px;
	overflow: visible;
}
.team_dl dd{
	width:33.33333%;
	margin-bottom:20px;
	overflow:visible;
	float:left;
}
.team_dl dd .imgDiv{
	padding-top:75%;
}
.team_dl dd .list_a{
	overflow:hidden;
	margin:0px 10px;
	padding:15px;
	background: #fff;
	-webkit-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;
	position:relative;
	top:0;
}
.team_dl dd .list_a:hover{
	background: #fff;
	top:-10px;
	-webkit-box-shadow: 0px 5px 12px rgba(0,0,0,0.15);
	box-shadow: 0px 5px 12px rgba(0,0,0,0.15);
}
.team_dl dd .listName{font-size:15px; font-weight:bold;padding:10px 0;}
.team_info{
	color:#666;
	font-size:13px;
	line-height:25px;
	height:125px;
	overflow:hidden;
	margin:0 0 10px 0;
	}

/*^
 * 新闻阅读页
 */	
.articleBox{line-height:35px;color: #666;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;overflow:hidden;margin:0 auto;}
.mapBox{clear:both;width:1200px;height:500px;overflow:hidden;}
.articleHead{overflow: hidden;margin-bottom:30px;}
.articleTitle{
	clear: both;
	text-align: center;
	line-height: 35px;
	font-size:24px;
	color:#666;
	font-family:"microsoft yahei";
	padding:30px 0 0 0;
}
.articleTime{
	display: block;
	clear: both;
	overflow: hidden;
	text-align: center;
	color: #666;
	font-size:12px;
	line-height:20px;
	padding:20px 340px 20px 450px;
	border-bottom: 1px dotted #d8d8d8;
}
.artTimeIcon{
	padding-left: 18px;
	background: url(../images/time.png) no-repeat left center;
	background-size: 12px 12px;
}
.lookNum{
	padding-left: 18px;
	background: url(../images/look.png) no-repeat left center;
	margin-left: 40px;
}
.jiathis_style span{
	color:#666;
	font-family: "microsoft YaHei";
}

.share{display:block;clear:both;padding:10px 0;}
.pageUp{clear:both;text-align:center;line-height: 30px;font-size: 14px;color:#999;border-top:1px dotted #bdbdbd;padding:10px 0 0 0;overflow:hidden;}
.pageUp a{font-size: 14px;color:#666;}
.pageUp p{clear: both;}
.pageUp a:hover{color:#b91226;}
.pageUp a.hover{color:#b91226;}
.articleMore{overflow: hidden;}
.articleMore .jiathis_style{margin-top: 4px;}
.good{
	display: block;
	height: 25px;
	overflow: hidden;
	padding: 0px 10px 0px 30px;
	text-align: center;
	font-size: 12px;
	color:#999;
	line-height: 25px;
	border:1px solid #dadada;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: url(../images/good.png) no-repeat 7px 3px;
}
/**
 * 文章阅读页-内容上部大图
 */
#play{
	width:950px;
	height:580px;
	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:950px;
	height:580px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:950px;
	height:580px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:1100px;clear:both;margin:20px auto 0px;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:140px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height:130px;
	width:220px;
	padding:1px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	height:130px;
	width:220px;
	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:70px;width:120px;}
.img_hd ul li.on {border:1px solid #b91719;background:#b91719;}
.imgMove .bottom_a {
	width:45px;
	height:45px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:50%;
	margin-top: -22px;
	position:absolute;
	z-index:9999999999999;
	background:url(../images/article_icon2.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 bottom;}
.imgMove .next_a:hover {background-position:right bottom;}

/********************************此处首页样式开始*********************************/
/*
* 通知公告
*/
.indNotice{
	height: 50px;
	overflow: hidden;
	background: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#60000000',endColorstr = '#60000000')\9;
	position: absolute;
	left: 0px;
	bottom:0px;
	z-index: 9;
	width: 100%;
}
.noticeTit{
	overflow: hidden;
	font-size: 14px;
	color:#fff;
	line-height: 50px;
	padding-left: 23px;
	background: url(../images/noticeIcon.png) no-repeat left center;
}
.noticeSlide{
	overflow: hidden;
	position: relative;
	margin-left: 15px;
}
.noticeSlide .bd{
	width: 1080px;
	overflow: hidden;
	padding: 10px 0px;
}
.notice_dl{
	width: 1125px;
	overflow: hidden;
}
.notice_dl dd{
	width: 345px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	margin-right: 30px;
	float: left;
	display: inline;
}
.notice_dl dd a{
	font-size: 14px;
	color:#fff;
}
.notice_dl dd a:hover{
	text-decoration:underline;
}
/*
* 第一通栏 begin
*/
.indBox{
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.indCont{
	overflow: hidden;
}
.indBoxL{
	width: 310px;
	overflow: hidden;
}
.indTitBox{
	height: 40px;
	overflow: hidden;
	line-height: 40px;
}
.indTit{
	font-size: 16px;
	color:#333;
	overflow: hidden;
}
.indTit i{
	font-size: 12px;
}
.indTitMore{
	overflow: hidden;
	font-size: 12px;
	color:#333;
}
.indHotDeta{
	overflow: hidden;
	height: 40px;
	line-height: 20px;
	font-size: 12px;
	padding-top: 5px;
}
.indL_dl{
	overflow: hidden;
}
.indL_dl dt{
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom: 5px;
}
a.indHotTit{
	display: block;
	font-size: 14px;
	color:#cf331b;
	overflow: hidden;
}
.indL_dl dd{
	height: 25px;
	overflow: hidden;
	line-height: 25px;
}
.indL_dl dd a{
	display: block;
	overflow: hidden;
	font-size: 12px;
	padding-left: 10px;
	background: url(../images/indListIcon.png) no-repeat left center;
}
.indL_dl dd a:hover{
	color:#000;
}
.indL_dl dd i{
	display: block;
	overflow: hidden;
	height: 22px;
	font-size: 12px;
	color:#bbcae8;
}
.indBoxC{
	width: 560px;
	overflow: hidden;
	margin:0px 25px;
}
.c_cf331b{
	color: #cf331b;
	background: none;
	padding: 0px;
}
.indBoxSlide{
	padding: 0px 35px;
	overflow: hidden;
	position: relative;
}
.indBoxSlide .bd{
	height: 150px;
	overflow: hidden;
}
.indC_dl{
	width: 510px;
	overflow: hidden;
}
.indC_dl dd{
	width: 150px;
	overflow: hidden;
	float: left;
	display: inline;
	margin-right: 20px;
}
.img_a{
	display: block;
	overflow: hidden;
}
.imgDiv{
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-top: 66.6666666667%;
}
.imgDiv img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top:0px;
}
.indC_dl .imgDiv{
	padding-top:66.6666666%;
}
.imgName{
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color:#666;
	text-align: center;
	padding-top: 5px;
}
.img_a:hover .imgName{
	color:#cf331b;
}
.indBoxSlide .bt{
	display: block;
	width: 13px;
	height: 24px;
	overflow: hidden;
}
.indBoxSlide .prev{
	position: absolute;
	left: -15px;
	top:45px;
	background: url(../images/slideBt.png) no-repeat left top;
}
.indBoxSlide .next{
	position: absolute;
	right: -15px;
	top:45px;
	background: url(../images/slideBt.png) no-repeat right top;
}

.indBoxR{
	width: 280px;
	overflow: hidden;
}
.indRCont{
	overflow: hidden;
}
.indR_a{
	display: block;
	overflow: hidden;
}
.indR_a img{
	display: block;
	width: 280px;
	height: 115px;
}
.indRIntr{
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	font-size: 12px;
	color:#666;
	padding-top: 10px;
}
.indRIntr a{
	color:#cf331b;
}
.indRIntr a:hover{
	text-decoration: underline;
}
/*
* 当前栏目
*/
.thisMenu{
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
	border-bottom:1px solid #e6e6e6;
	display:none;
}
.menuEn{
	height: 60px;
	line-height: 60px;
	font-size:24px;
	color:#e5e5e5;
	font-weight: bold;
	overflow: hidden;
}
.menuCh{
	font-size:20px;
	color:#333;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom:25px;
	padding-left: 5px;
}

/*
* 产品频道页
*/
.productType_dl{
	overflow: hidden;
}
.productType_dl dd{
	clear: both;
	overflow: hidden;
}
.productType_dl dd .list_a{
	padding: 40px 0px;
}
.proTypeTxt{
	width: 750px;
	overflow: hidden;
	padding: 16px 0px;
}
.proTypeName{
	font-size:22px;
	color:#333;
	overflow: hidden;
	font-weight: bold;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.proTypeIntr{
	overflow: hidden;
	font-size:15px;
	color:#666;
	line-height: 32px;
	padding:30px 0px 30px;
}
.proTypeMore{
	width: 176px;
	height: 46px;
	overflow: hidden;
	text-align: center;
	line-height: 46px;
	font-size:14px;
	color:#000;
	border:2px solid #eaeaea;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background:#fff;
}
.proTypeImg{
	width: 400px;
	overflow: hidden;
}
.proTypeImg .imgDiv{
	padding-top: 76%;
}
.productType_dl dd.style1{
	background: #f5f5f5;
}
.productType_dl dd.style1 .proTypeTxt{
	float: right;
}
.productType_dl dd.style1 .proTypeImg{
	float: left;
}
.list_a:hover .proTypeName{
	color:#cf331b;
}
.productType_dl dd .img_a:hover .proTypeMore{
	color:#fff;
	background: #cf331b;
	border-color:#cf331b;
}
.productType_dl dd .list_a:hover .proTypeMore{
	background:#cf331b;
	color:#fff;
	border:2px solid #cf331b;
	}
/*
* 产品列表
*/
.prolistType{
	font-size:36px;
	color:#454545;
	overflow: hidden;
	font-weight: bold;
	text-align: center;
}
.proListIntr{
	overflow: hidden;
	font-size: 16px;
	color:#545454;
	text-align:left;
	line-height:35px;
	padding:0 0 30px 0;
}
.proListSlide{
	position: relative;
}
.proListSlide .bd{
	height: 225px;
	overflow: hidden;
}
.proList_dl{
	width: 1200px;
	overflow: hidden;
}
.proList_dl dd{
	width: 300px;
	overflow: hidden;
	float: left;
	display: inline;
}
.proListImg{
	padding: 0px 25px;
	overflow: hidden;
}
.proListImg .imgDiv{
	padding-top:66.6666666%;
}
.proListSlide .bt{
	display: none;
	width: 28px;
	height: 49px;
	overflow: hidden;
}
.proListSlide .prev{
	background: url(../images/proSlideBt.png) no-repeat left top;
	position: absolute;
	left: -38px;
	top: 70px;
}
.proListSlide .prev:hover{
	background: url(../images/proSlideBt.png) no-repeat left bottom;
}
.proListSlide .next{
	background: url(../images/proSlideBt.png) no-repeat right top;
	position: absolute;
	right: -38px;
	top: 70px;
}
.proListSlide .next:hover{
	background: url(../images/proSlideBt.png) no-repeat right bottom;
}
.proListDeta{
	overflow: hidden;
	background: #f5f5f5;
}

/*
* 产品详情 begin
*/
.productViewBox{
	overflow: hidden;
	background: #ebecf0;
	position: relative;
}
.productViewBox .center{
	width: 1920px;
	overflow: hidden;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.productViewBox .bd{
	height: 400px;
	overflow: hidden;
}
.proView_dl{
	overflow: hidden;
}
.proView_dl dd{
	overflow: hidden;
}
.proViewImg{
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.productViewBox .hd{
	width: 100%;
	position: absolute;
	left: 0px;
	bottom:30px;
	overflow: hidden;
	text-align: center;
	display: none;
}
.productViewBox .hd ul{
	display: inline-block;
	overflow: hidden;
}
.productViewBox .hd ul li{
	width: 10px;
	height: 10px;
	overflow: hidden;
	float: left;
	display: inline;
	margin:0px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	text-indent: 100em;
	background: #fff;
	cursor: pointer;
}
.productViewBox .hd ul li.on{
	background: #cc0000;
}

/*
* 联系我们
*/
.contact{
	width: 550px;
	overflow: hidden;
	font-size: 16px;
	color:#666;
	line-height: 35px;
	padding:0 0 20px 0;
}
.contact.contact2{
	width:100%;
	border-bottom:1px dotted #ccc;
	margin:0 0 20px 0;
	}
.map{
	overflow-y: hidden;
	position: relative;
}
.mapCont{
	/* width: 825px; */
	height:350px;
	overflow: hidden;
}
.contactSelf{
	width: 315px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top:0px;
	background: #f5f5f5;
	padding:0px 30px;
}
.contactTit{
	overflow: hidden;
	padding: 20px 0px;
	border-bottom:1px solid #999;
	font-size: 18px;
	color:#666;
	font-weight: bold;
}
.contact_dl{
	overflow: hidden;
}
.contact_dl dd{
	padding: 0px 0px 0px 25px;
	overflow: hidden;
	font-size:14px;
	color:#666;
	line-height: 30px;
}
.address{
	background: url(../images/address.png) no-repeat left 7px;
}
.tel{
	background: url(../images/tel.png) no-repeat left 7px;
}
.tel3{
	background: url(../images/tel3.png) no-repeat left 7px;
}
.fax{
	background: url(../images/fax.png) no-repeat left 7px;
}
.post{
	background: url(../images/post.png) no-repeat left 7px;
}

/*
* 留言
*/
.msgTit{
	overflow: hidden;
	font-size:26px;
	color:#666;
	text-align: center;
}
.msg_dl{
	overflow: hidden;
	margin: 0px -20px;
}
.msg_dl dd{
	width: 33.33333333%;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 15px 0px;
}
.msgDiv{
	overflow: hidden;
	border:1px solid #bfbfbf;
	background: #f5f5f5;
	margin:0px 20px;
	padding: 0px 50px 0px 10px;
	position: relative;
}
.msgDiv input{
	width: 100%;
	height: 53px;
	overflow: hidden;
	line-height: 53px;
	font-size: 16px;
	color:#666;
	font-family: "microsoft YaHei";
	background: none;
	border:none;
	outline: none;
}
.msgDiv em{
	display: block;
	width: 53px;
	height: 53px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top:0px;
}
.user{
	background: url(../images/user.png) no-repeat center center;
}
.tel2{
	background: url(../images/tel2.png) no-repeat center center;
}
.email{
	background: url(../images/email.png) no-repeat center center;
}
.message{
	background: url(../images/message.png) no-repeat center center;
}
.msg_dl dt{
	width: 100%;
	overflow: hidden;
	padding: 15px 0px;
}
.msgDiv textarea{
	width: 100%;
	height: 180px;
	overflow-x: hidden;
	overflow-y: auto;
	background: none;
	outline: none;
	border:none;
	font-size: 16px;
	color:#666;
	font-family: "microsoft YaHei";
	outline: none;
}
.msg_dl dt .msgDiv{
	padding: 10px;
}
.msgBt{
	display: block;
	width: 355px;
	height: 60px;
	overflow: hidden;
	margin:0px auto;
	background: #666;
	text-align: center;
	line-height: 60px;
	font-size:18px;
	color:#fff !important;
}

/*
* 下属公司
*/
.subCompany_dl{
	overflow: hidden;
}
.subCompany_dl dd{
	overflow: hidden;
}
.subCompany_dl dd .list_a{
	padding: 15px 0px;
}
.subCompTxt{
	width:580px;
	height: 370px;
	overflow: hidden;
	padding: 0px 10px 0px 0px;
	position: relative;
	display: table;
}
.tableCell{
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
}
.subCompImg{
	width: 550px;
	overflow: hidden;
}
.subCompImg .imgDiv{
	padding-top: 67.2727273%;
}
.subCompany_dl dd.style1{
	background:#f5f5f5;
}

.style1 .subCompTxt{
	float: right !important;
}
.style1 .subCompImg{
	float: left !important;
}
.subCompMore{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color:#666;
	overflow: hidden;
	padding-right: 45px;
	position: absolute;
	right: 10px;
	bottom:10px;
	background: url(../images/subCompMore.png) no-repeat right center;
}
.list_a:hover .subCompMore{
	color:#cf331b;
	background: url(../images/subCompMore_h.png) no-repeat right center;
}

/*
* 工作站详情
*/
.artTit3{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color:#000;
	overflow: hidden;
	font-weight: bold;
	border-bottom:1px solid #d9d9d9;
}
.workTxt{
	overflow: hidden;
	background: #f4f4f4;
}

/*
* 大事件
*/
.bigThingsImg{
	overflow: hidden;
}
.bigThingsImg img{
	display: block;
	width: 1920px;
	height: 395px;
}
.bigThingsSlide{
	padding: 0px 115px;
	overflow: hidden;
	position: relative;
}
.bigThingsSlide .center{
	position: relative;
	padding: 0px 20px;
}
.bigThingsSlide .bd{
	width: 930px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.bigThings_dl{
	padding: 250px 0px !important;
	position: relative;
}
.bigThings_dl dd{
	width: 310px;
	height: 14px;
	float: left;
	display: inline;
	position: relative;
	background: url(../images/bigThingsIcon.png) no-repeat center center;
}
.bigThingsBox{
	width: 310px;
	max-height: 245px;
	position: absolute;
	left: 0px;
	bottom:24px;
}
.bigThingsCont{
	overflow: hidden;
}
.bigThingsTime{
	height: 45px;
	overflow: hidden;
	line-height: 45px;
	font-size: 16px;
	color:#333;
	text-align: center;
	padding-bottom: 14px;
	background: url(../images/bigThingsIcon2.png) no-repeat center bottom;
}
.bigThingsTxt{
	max-height: 155px;
	overflow-x: hidden;
	overflow-y: auto;
	border:1px solid #ccc;
	border-bottom:none;
	padding: 10px 20px;
}
.bigThingsDeta{
	overflow: hidden;
	font-size: 16px;
	color:#666;
	line-height: 25px;
}
.style1 .bigThingsBox{
	top:24px;
}
.style1 .bigThingsTime{
	padding-top: 14px;
	padding-bottom: 0px;
	background: url(../images/bigThingsIcon3.png) no-repeat center bottom;
}
.style1 .bigThingsTxt{
	border-bottom:1px solid #ddd;
	border-top:none;
}
.bigThingsSlide .bt{
	display: block;
	width: 45px;
	height: 45px;
	overflow: hidden;
}
.bigThingsSlide .prev{
	position: absolute;
	left: 0px;
	top:50%;
	margin-top: -22px;
	background: url(../images/article_icon2.png) no-repeat left top;
}
.bigThingsSlide .prev:hover{
	background: url(../images/article_icon2.png) no-repeat left bottom;
}
.bigThingsSlide .next{
	position: absolute;
	right: 0px;
	top:50%;
	margin-top: -22px;
	background: url(../images/article_icon2.png) no-repeat right top;
}
.bigThingsSlide .next:hover{
	background: url(../images/article_icon2.png) no-repeat right bottom;
}
.bigThinsBd{
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: #ddd;
	position: absolute;
	left: 0px;
	top:50%;
}
.next.nextStop{
	cursor: default;
	background: url(../images/article_icon2.png) no-repeat right top !important;
}
.prev.prevStop{
	cursor: default;
	background: url(../images/article_icon2.png) no-repeat left top !important;
}

/*
* 走进云锗频道页
*/
.intoBox{
	width: 100%;
	height: 800px;
	overflow: hidden;
	display: table;
}
.intoTit{
	overflow: hidden;
	font-size: 30px;
	color:#fff;
	text-align: center;
	font-weight: bold;
}
.intoTit span{
	display: block;
	position: relative;
	padding-bottom: 15px;
}
.intoTit span em{
	display: block;
	height: 3px;
	width: 75px;
	background: #fff;
	position: absolute;
	bottom:0px;
	left: 50%;
	margin-left: -37px;
}
.into_dl{
	overflow: hidden;
	margin-top: 60px;
}
.into_dl dd{
	height: 260px;
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.into_dl dd .list_a{
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
}
.w395{
	width: 395px;
}
.w260{
	width: 260px;
	margin:0px 10px 10px 10px;
}
.w525{
	width: 525px;
}
.intoCont{
	padding: 30px;
	overflow: hidden;
}
.intoName{
	font-size: 24px;
	color:#fff;
	overflow: hidden;
	-webkit-text-shadow: 0px 0px 3px rgba(0,0,0,0.7);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.7);
	color:#666\9;
}
.w395 .intoName{
	text-align: center;
}
.w395 .intoMore{
	margin:0px auto;
}
.intoMore{
	display: block;
	font-size: 16px;
	color:#fff;
	width: 90px;
	height: 30px;
	/*background: #cf331b;
	border:1px solid #cf331b;*/
	text-align: center;
	line-height: 30px;
}
.dd2{
	background: rgba(255,255,255,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80ffffff',endColorstr = '#80ffffff')\9;
}
.dd2 .intoName{
	color:#666;
	text-shadow: none;
	height: 80px;
	line-height: 80px;
	padding-left: 85px;
	background: url(../images/group.png) no-repeat 5px center;
	border-bottom:1px solid #ccc;
	margin-top: 30px;
}
.dd2 .intoName span{
	padding-right: 15px;
	background: url(../images/trangle.png) no-repeat right center;
}
.dd2 .intoMore{
	background: none;
	border:1px solid #666;
	color:#666;
	margin: 0px auto;
}
.dd3{
	background: #fff;
}
.dd3 .intoName{
	color:#666;
	text-align: center;
	text-shadow: none;
}
.dd3 .intoIntr{
	color:#666;
}
.intoIntr{
	height: 84px;
	overflow: hidden;
	font-size: 16px;
	color:#fff;
	line-height: 28px;
}
.dd3 .intoMore{
	/*width: 155px;
	height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #e19c59;
	border-color:#e19c59;
	line-height: 40px;
	margin: 0px auto;*/
	background: none;
    border: 1px solid #666;
    color: #666;
    margin: 0px auto;
}

.dd5{
	background: rgba(28,75,171,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#801c4bab',endColorstr = '#801c4bab')\9;
}
.dd5 .intoIntr{
	height: 112px;
}
.dd5 .intoMore{
	background: none;
	border: 1px solid #fff;
	margin:0px auto;
}
.dd6 .intoName{
	text-align: center;
	color:#666;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	-ms-text-shadow: none;
	-o-text-shadow: none;
	text-shadow: none;
}
.dd6 .intoMore{
	background: none;
	/*border:1px solid #666;*/
	color:#666;
	margin:0px auto;
}

.dd5 .intoName{
	color:#fff;
	text-shadow: none;
	height: 80px;
	line-height: 80px;
	padding-left: 75px;
	background: url(../images/header.png) no-repeat 5px center;
	border-bottom:1px solid #ccc;
	margin-top: 30px;
}
.dd1 .list_a:hover .intoMore,
.dd4 .list_a:hover .intoMore,
.dd6 .list_a:hover .intoMore{
	text-decoration: underline;
}
.dd2 .list_a:hover .intoMore,
.dd3 .list_a:hover .intoMore,
.dd5 .list_a:hover .intoMore{
	border-color:#cf331b;
	background: #cf331b;
	color:#fff;
}
/*
* 招聘
*/
.recruitment_dl{
	overflow: hidden;
}
.recruitment_dl dt{
	overflow: hidden;
	background: #f2f2f2;
}
.recruitment_dl dt span{
	display: block;
	width: 240px;
	height:50px;
	overflow: hidden;
	float: left;
	display: inline;
	font-size:15px;
	color:#333;
	text-align: left;
	line-height:50px;
	text-align: center;
}
.recruitment_dl dd{
	overflow: hidden;
	border-bottom:1px dotted #e1e1e1;
}
.recruitment_dl dd.hover{
	border:none;
}
.recruitment_dl dd span.span_1,
.recruitment_dl dt span.span_1{
	width: 180px;
	padding-left: 20px;
	text-align: left;
}
.recruitment_dl dd span.span_3,
.recruitment_dl dt span.span_3{
	width: 150px;
}
.recruitment_dl dd span.span_4,
.recruitment_dl dt span.span_4{
	width: 560px;
	text-align: left;
}
/*.recruitment_dl dt span.span_4{
	text-align: center !important;
}*/
.recruitment_dl dd span.span_2,
.recruitment_dl dt span.span_2{
	width: 120px;
	padding-left: 0px;
	text-align: right;
	padding-right: 20px;
}
.recruHead{
	overflow: hidden;
}
.recruHead span{
	display: block;
	width: 240px;
	height:50px;
	overflow: hidden;
	float: left;
	display: inline;
	font-size:15px;
	color:#545454;
	text-align: center;
	line-height:50px;
}
.recruHead span i{
	padding-left: 30px;
}
.recruHead span a{
	color:#cf331b !important;
}
.recruHead span a:hover{
	color:#cf331b !important;
}
.recruBody{
	display: none;
	overflow: hidden;
	padding: 7px 20px 0px;
	position: relative;
	background: url(../images/recruIcon.png) no-repeat 60px top;
}
.recruCont{
	overflow: hidden;
	padding: 15px 30px 30px;
	overflow: hidden;
	background:#f6f6f6;
}
.recru_ul{
	overflow: hidden;
	padding-bottom: 15px;
}
.recru_ul li{
	width: 200px;
	overflow: hidden;
	line-height: 35px;
	height: 35px;
	font-size: 14px;
	color:#333;
	float: left;
	display: inline;
}
.recru_ul li:nth-child(5),
.recru_ul li:nth-child(1){
	width: 500px;
}
.recruDeta{
	overflow: hidden;
	padding: 20px 0px;
	position: relative;
	border:dashed #dadada;
	border-width: 1px 0px 1px 0px;
}
.recruDeta div{
	width: 480px;
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 30px;
}
.recruBd{
	display: block;
	width: 1px;
	overflow: hidden;
	background: #dadada;
	position: absolute;
	left: 50%;
	top:60px;
	bottom:20px;
}
.recruBt{
	overflow: hidden;
	display: block;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #ccb281;
	font-size: 14px;
	color:#fff !important;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.recruBt:hover{background:#cf331b; color:#fff !important;}


.subPopBox{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: fixed;
	left: 0px;
	top:0px;
	background: rgba(0,0,0,0.65);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#65000000',endColorstr = '#65000000')\9;
	z-index: 999999;
	display: none;
}
.subPopCont{
	width: 790px;
	height: 555px;
	/*overflow: hidden;*/
	border:10px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	position: relative;
	left: 50%;
	top:50%;
	margin-left: -395px;
	margin-top: -277px;
}

.joinForm{
	overflow: hidden;
	padding: 20px 40px;
}

.joinFormTit{
	display: block;
	font-size: 24px;
	color:#333;
	text-align: center;
	overflow: hidden;
}

.joinForm_dl{
	overflow: hidden;
}

.joinForm_dl dd{
	clear: both;
	/*height: 32px;
	line-height: 32px;*/
	/*overflow: hidden;*/
	padding-left: 70px;
	position: relative;
	margin-bottom: 10px;
}

.joinFormName{
	display: block;
	width: 70px;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	text-align: right;
	font-size: 12px;
	color:#444;
	position: absolute;
	left: 0px;
	top:0px;
}

.joinFormInp{
	display: block;
	width: 203px;
	height: 30px;
	overflow: hidden;
	border:1px solid #abadb3;
	padding: 0px 5px;
	font-size: 12px;
	color:#666;
	font-family: "microsoft yahei";
	line-height: 30px;
}

.joinForm_dl dd label{
	margin-right: 15px;
}

.joinForm_dl dd label span{
	padding-left: 6px;
}

.joinFormInp[disabled="disabled"]{
	background: #fff;
}

.joinForm_dl dt{
	overflow: hidden;
	position: relative;
	padding-left: 70px;
	margin-bottom: 10px;
}

.joinForm_dl dt textarea{
	width: 580px;
	height: 140px;
	overflow-x: hidden;
	overflow-y: auto;
	border:1px solid #abadb3;
	padding: 5px 10px;
	font-size: 12px;
	color:#666;
	line-height: 20px;
}

.joinFile{
	display: block;
	width: 110px;
	height: 30px;
	overflow: hidden;
	background: #535353;
	font-size: 14px;
	color:#fff;
	line-height: 30px;
	text-align: center;
}

input.w_100{
	width: 100px;
}

.joinCode{
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	margin-left: 10px;
}

.joinCode img{
	display: block;
	height: 32px;
	float: left;
}

.joinCode i{
	display: block;
	height: 32px;
	overflow: hidden;
	float: left;
	padding-left: 10px;
	color:#666;
}
.joinCode i:hover{
	color:#d70112;
}
.closeSubPop{
	width: 30px;
	height: 28px;
	overflow: hidden;
	background: url(../images/closeVideoPop.png) no-repeat center center;
	position: absolute;
	right: -50px;
	top:-10px;
}
.bbsBt{
	display: block;
	width: 90px;
	height: 40px;
	overflow: hidden;
	margin:0px auto;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color:#fff !important;
	background: #e75a19;
}

/*
* 文章详细页的表格
*/
.articleTab{
	}
.articleTab td, .articleTab th{
	line-height:25px;
	padding:5px 10px;
	border:1px solid #e4e4e6;
	}
.articleTab th{background:#e5e4e4;padding:10px 10px; font-weight:bold; border:1px solid #d3d3d4; color:#000;}

.trBg1 td{background:#f5f5f5;}


.productTab{
	}
.productTab td, .productTab th{
	line-height:25px;
	padding:5px 0;
	border-bottom:1px solid #e4e4e6;
	}
.productTab th{background:#e5e4e4;padding:10px 10px; font-weight:bold; border:1px solid #d3d3d4; color:#000;}



/*留言内容*/
.messageShowList {
	display: block;
	overflow: hidden;
	padding: 0px 10px;
	border-top:1px solid #abadb3;
	border-bottom:1px solid #abadb3;
}
.messageShowList dd {
	display: block;
	padding: 10px;
	border-bottom: 1px dotted #cacaca;
}

.messageShowList dd div{
	min-height: 25px;
	height: auto !important;
	height: 25px;
	overflow: hidden;
	font-size: 12px;
	color:#555555;
	line-height: 25px;
	position: relative;
}

.messageShowList dd div.msgDeta{
	padding-left: 70px;
}

.messageShowList dd div.msgUser{
	color:#cf331b;
	/*border-bottom:1px dashed #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;*/
}

.messageShowList dd:last-child{
	border:none;
}

.messageShowList dd div span{
	display: block;
	width: 70px;
	height: 25px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:0px;
	color:#cf331b;
}
.msgUser i{
	color:#999;
}