﻿/* 全局  */
/*
@2016-8-12
@zhengxue
*/
@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	border: none;
	margin: 0;
	padding: 0;
}
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow: hidden;
}
body {
	font-family: "microsoft yahei";
	background:##E2E3E6;
	font-size: 12px;
	color: #666;
	overflow:hidden;
}

i{
	font-style:normal;
	}
a {
	outline: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	font-family: "microsoft yahei";
	text-decoration: none;
	color: #666;
}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
input, textarea {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	box-shadow:none;
	appearance:button;
   -moz-appearance:button; /* Firefox */
   -webkit-appearance:button; /* Safari 和 Chrome */
}
a:visited {
	color: #666;
	outline: none;
}
a:hover {
	color: #e40010;
	outline: none;
}
a:active {
	color: #666;
	outline: none;
}
ul, ol {
	list-style: none;
	vertical-align: middle;
}
img {
	border: 0px;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.clear{ clear:both; overflow:hidden;}
.h5{ clear:both; overflow:hidden; height:5px;}
.h10{ clear:both; overflow:hidden; height:10px;}
.h30{ clear:both; overflow:hidden; height:30px;}
#mobileWrap {
	max-width:100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
#pagebody {
	position: relative;
	left: 0;
	min-width: 320px;
	z-index:0;
	overflow: hidden;
}
#mobileContent{
	display:block;
	clear:both;
	overflow-x:hidden;
	overflow-y:scroll;
-webkit-overflow-scrolling: touch;
	}
/**
 * 头部 
 * @author zhengxue
 * @return
 */	
.indexTop{
	padding:0 5px;
	height:45px;
	position: relative;
	color:#fff;
	background:#fff;	
}
.indexTop .logo{ height:28px; padding-top:10px; width:110px;}
.indexTop .logo a{ height:28px; display:block;}
.indexTop .logo img{ height:28px;}
.search{ float:left; display:inline; height:30px; line-height:30px; background:#e8e8e8; border-radius:5px; margin-top:8px; overflow:hidden;}
.search .input{ line-height:30px; height:30px; border:none; background:none; padding-left:5px;}
.search .searchbtn{ line-height:30px; height:30px; border:none; width:25px; background:url(../images/searchbtn.png) no-repeat center center; background-size:16px 16px;}
.indexTop h1 {
	text-align: center;
	display: block;
	line-height:45px;
	color: #444444;
	font-size:16px;
	float:left;
	height:45px;
	overflow:hidden;
	font-weight:normal;
}
.indexTop #go-back {
	width: 40px;
	height:45px;
	display:inline;
	float:left;
}
.indexTop #go-back span{
	color:#cb0515;
	font-size:28px;
	display:block;
	height:45px;
	line-height:45px;
	}
.indexTop #menu-btn{
	display: block;
	width: 40px;
	height: 45px;
	position: absolute;
	right:0;
	top:0;
}
.indexTop #menu-btn span {
	font-size:34px;
	color: #cb0515;
	margin:6px 0 0 4px;
	display: block;
}		
/**
 * @author zhengxue
 * @return
 */	
/*********banner*********/
.slideBox{ position:relative; overflow:hidden; margin:0px auto; /* 设置焦点图最大宽度 */ }
.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; text-align:center; width:100%;}
.slideBox .hd li{ display:inline-block; width:10px; height:10px; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; background:#fff; text-indent:-9999px; overflow:hidden; margin:0 6px;}
.slideBox .hd li.on{ background:#cb0515;  }
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;}
.slideBox .bd li img{ display:block;width:100%;}
.slideBox .bd li a{ height:100%; display:block;}  /* 去掉链接触摸高亮 */
/************首页菜单******************/
.indexMenu_ul{
	clear:both;
	overflow:hidden;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:10px;
	}
.indexMenu_ul li{
	float:left;
	overflow:hidden;
	width:33.333%;
	text-align: center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px;
	}
.indexMenu_ul li a{
	display:block;
	padding:6px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	}
.indexMenu_ul li p{text-align:center;display:block;text-align:center; max-width:120px; width:auto !important; width:100%; margin:0 auto;}
.indexMenu_ul li a img{
	width:100%;
}

/**
 * 二级页面左侧一级导航
 * @author 
 * @return
 */	
#mobileMenu {
	height: 100%;
	display: block;
	position: fixed;
	width: 200px;
	z-index: 99;
	background:#fff;
	right:-250px;
}
#mobileMenu_c {
	clear: both;
	overflow: hidden;
	overflow-y: auto;
}
#mobileMenu header {
	display:block;
	background:#000;
	height:40px;
}
#mobileMenu header h1 {
	text-align: center;
	padding-top: 10px;
	color: #401f0e;
	font-size: 16px;
	text-shadow: 1px 1px 0px #313131;
}
#mobileMenu ul {
	height: 100%;
}
#mobileMenu ul li {
	display: block;
}
#mobileMenu ul li a {
	display: block;
	border-bottom: 1px solid #f4f4f4;
	font-size: 15px;
	height: 45px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#mobileMenu ul li a em {
	display: block;
	width:5px;
	height:100%;
	float: left;
}
#mobileMenu ul li a span {
	display: block;
	line-height: 43px;
	float: left;
	padding:0 0 0 15px;
}
#mobileMenu ul li.hover em{
	background:#79171c;
}
/**
 * 二级页面二级导航
 * @author zhengxue
 * @return
 */	
#mobileSubNav{
	height:40px;
	position:relative;
	z-index:2;
	margin:0 auto;
	}
.mobileSubNav_title{
	height:40px;
	overflow:hidden;
	position:absolute;
	overflow:hidden;
	z-index:10;
	background:#0762b3;
	width:100%;
	}
.SubNav_open{
	width:30px;
	height:30px;
	line-height:40px;
	display:block;
	color:#fff;
	font-size:30px;
	position:absolute;
	right:5px;
	top:3px;
	}
.mobileSubNav_title ul{
	display:block;
	float:left;
	height:40px;
	width:100%;
	padding-right:35px;
	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
.mobileSubNav_title ul li{
	width:33%;
	display:block;
	height:40px;
	float:left;
	font-size:14px;
	}
.mobileSubNav_title ul li.hover{ background:#cb0515;}	
.mobileSubNav_title ul li.hover a{color:#fff;}
.mobileSubNav_title ul li a{
	display:block;
	line-height:40px;
	text-align:center;
	color:#fff;
	}
#mobileSubBg{
	width:100%;
	position:fixed;
	background:rgba(0,0,0,0.3);
	z-index:50;
	left:0;
	top:45px;
	display:none;
	}	
#mobileSubNav dl{
	width:100%;
	position:absolute;
	z-index:90;
	padding:6px 0;
	overflow:hidden;
	background:rgba(7,98,179,0.4);
	margin-top:40px;
	display:none;
	}
#mobileSubNav dl dt{
	display:block;
	clear:both;
	line-height:30px;
	padding:0 0 0 5px;
	font-size:16px;
	margin:0 0 5px 0;
	text-align:center;
	}
#mobileSubNav dl dd{
	width:33.3%;
	display:block;
	float:left;
	}
#mobileSubNav dl dd a{
	display:block;
	color: #fff;
	margin:5px;
	line-height:30px;
	text-align:center;
	}
#mobileSubNav dl dd.hover a{ color:#cb0515;}

/*三级下拉导航*/
.thirdmenu{ border:1px solid #dbdbdb; margin:20px 10px 0;}
/**
 * 固定的底部
 * @author 
 * @return
 */	
.footer {
	overflow: hidden;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:50px;
	width: 100%;
	display: inline-block;
	background:#363636;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	position: fixed;
	z-index:9999;
	left: 0;
	bottom: 0;
}
.footer div {
	height:50px;
	width:25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	text-align: center;
}
.footer div a{
	display: block;
	width: 100%;
	color: #fff;
}
.footer div a em{
	height:20px;
	clear: both;
	text-align: center;
	display:block;
	padding:5px 0;
}
.footer div a em img{ height:100%;}
.footer div a span {
	display: block;
	clear: both;
	text-align: center;
}
.footer div.hover a{ color:#fff;}
.footer div.hover{ background:#79171c;}


/**
 * 文章阅读页
 * @author 
 * @return
 */	
.articleBox {
	line-height: 25px;
	color:#202022;
	background:#fff;
	padding:10px;
	font-size:14px;
}
.articleBox img{
	max-width:100%;
	}
.articleTitle {
	clear: both;
	text-align: center;
	padding:5px 0px 0 0px;
	line-height:35px;
	font-size: 16px;
	color:#323232;
	
}
.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #666;
	line-height:25px;
	font-size:12px;
	padding:0 0 5px 0;
	border-bottom:1px solid #b2b2b2;
	margin-bottom:20px;
}

/**
 * 全图列表 
 * @author 
 * @return
 */	
.newsAllImg {
	clear: both;
	overflow: hidden;
	padding:5px;
}
.newsAllImg dd {
	overflow: hidden;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	display: inline-block;
	float: left;
	padding:5px;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
}
.newsAllImg dd a {
	background: #fff;
	display: block;
}
.newsAllImg dd p{
	width: 100%;
	overflow: hidden;
	display: block;
	position:relative;
}
.newsAllImg dd p:after{ content:''; position:absolute; top:0; left:0; padding-top:74.14%; width:100%;}
.newsAllImg dd p img {
	width: 100%;
	display:block;
}
.newsAllImg dd span{ height:30px; line-height:30px; display:block; text-align:center; clear:both; overflow:hidden; font-size:14px;}
/**
 * 图文列表
 * @author 
 * @return
 */	
.newsImgList{
	width: 100%;
	overflow: hidden;
}
.newsImgList dd{
	display:block;
	padding:5px 0 0 0;
	position:relative;
}
.newsImgList dd a{
	display:block;
	padding:5px 10px;
	overflow:hidden;
	background:#fff;
	}
.newsImgList p {
	display:block;
	position:absolute;
	left:10px;
	top:10px;
	width:130px;
	height:98px;
}
.newsImgList p img {
	width:130px;
	height:98px;
	display:block;
}
.newsImgList_c {
	overflow:hidden;
	padding-left:135px;
	position:relative;
	height:98px;
}
.newsImgList_ccca {
	overflow:hidden;
	padding-left:135px;
	
	height:98px;
}
.newsImgList_c strong {
	clear: both;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-family: "Microsoft Yahei";
	display:block;
	color:#807e7e;
}
.newsImgList_c div {
	clear: both;
	float: left;
	font-size:12px;
	color: #939393;
	line-height:20px;
	overflow: hidden;
	font-family: "Microsoft Yahei";
	height:60px;
} 
.newsImgList_c i{ color:#ccc;height: 20px;line-height: 20px;overflow: hidden;clear: both;display:block;}
/**
 * 分享
 * @author 
 * @return
 */	
.mobileShare {
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.shareBnt {
	height: 40px;
	clear: both;
	padding: 15px 0 0 0;
}
.shareBnt a {
	color: #fff;
	display: block;
	clear: both;
	line-height: 40px;
	text-align: center;
	background: #457fc4;
	border-radius: 6px;
	font-size: 16px;
}
.share {
	clear: both;
	overflow: hidden;
	padding: 0 0 0px 0;
}
.share dl dd {
	overflow: hidden;
}
.share dl dd a {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFE), to(#F3F3F3));
	background: -moz-linear-gradient(#FEFEFE, #F3F3F3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3', endColorstr='#E8E8E8');
	display: block;
	overflow: hidden;
	text-decoration: none;
	height: 32px;
	clear: both;
	padding: 5px 0 5px 5px;
}
.share dl dd a span.jiathis_txt {
	width: 99%;
	background: none;
	display: block;
	clear: both;
	height: 32px;
	padding: 0;
}
.share dl dd em {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	overflow: hidden;
}
.share img {
	width: 32px;
	height: 32px;
}
.share dl dd a span.jiathis_txt p {
	line-height: 32px;
	display: block;
	float: left;
	color: #454545;
	font-size: 14px;
	padding: 0 0 0 6px;
}
.share dl dd a span.jiathis_txt i {
	line-height: 32px;
	display: block;
	float: right;
	color: #454545;
	font-size: 12px;
	padding: 0 10px 0 6px;
}

/**
 * 留言板 message
 * @author 
 * @return
 */	
.message_dl {
	clear: both;
	padding: 10px 0;
}
.message_dl dd {
	padding: 5px 0;
	clear: both;
}
.message_dl dd span {
	width: 80px;
	text-align: right;
	display: block;
	line-height: 30px;
	float: left;
	padding: 0 5px 0 0;
}
.message_dl .button{ height:30px; line-height:30px; color:#fff; text-align:center; width:90px; background:#737373; display:inline; float:left;}
.messageInput {
	width: 70%;
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	padding: 0 0 0 5px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	outline: medium;
}
.messageInput2 {
	width: 40%;
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	padding: 0 0 0 5px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	outline: medium;
}
.message_dl dd textarea {
	width: 70%;
	height: 150px;
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	padding: 0 0 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.message_btn {
	clear: both;
	height: 35px;
	padding:10px 0 20px 80px;
	height:35px;
}
.mobile_btn{
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	border: none;
	cursor: pointer;
	margin: 0 5px;
	width:100px;
	font-family:"微软雅黑"	  
}
.mobile_btn.bg1{background:#808080; color:#fff;}
.mobile_btn.bg2{background:#cb0515; color:#fff;}
.message_dl .code{ height:35px; width:70px; overflow:hidden; padding:5px 0 0 5px;}
.message_dl .code img{ width:100%; display:block;}
.message_dl .change{ font-size:14px; color:#c5a86e; padding-left:85px; text-decoration:underline; height:25px; line-height:25px;}
/*留言列表*/
.msgList{
	overflow:hidden;
	clear:both;
	border:1px solid #ccc;
	margin:10px;
	padding:5px 10px;
	color:#666;
	}
.msgList dt{
	display:block;
	height:25px;
	line-height:25px;
	}
.msgList dd{
	line-height:25px;
	}
.msgList dd.reply{
	line-height:25px;
	}
/**
 * 人才招聘 recruitment
 * @author 
 * @return
 */	
.recruitment{clear: both; overflow:hidden; padding:10px;}
.recruitment dd{ clear:both; overflow:hidden; background:#f1f1f1; margin-bottom:10px; height:110px; padding:0 10px;}
.recruitment p{
	display: block;
	line-height: 30px;
	height: 30px;
	overflow:hidden;
	color:#444;
	font-size:14px;
}
.recruitment p em{ height:15px; width:15px; background:#c62330; line-height:15px; color:#fff; text-align:center; float:left; display:inline; font-style:normal; border-radius:2px; margin:8px 5px 0 0;}
.recruitment span {
	display: block;
	line-height:25px;
	height: 50px;
	overflow:hidden;
	clear:both;
}
.recruitment b{ height:30px; line-height:30px; background:url(../images/ico1.png) no-repeat left center; padding:0 10px 0 25px; color:#a2a2a2; float:left; display:inline; font-weight:normal;}
.recruitment i{ height:30px; line-height:30px; background:url(../images/ico2.png) no-repeat left center; padding-left:20px; color:#a2a2a2; float:left; display:inline; font-weight:normal;}
.rec_btn{ height:35px; width:100px; line-height:35px; background:#d13333; color:#fff; text-align:center; margin:20px 10px; display:block; font-size:14px}
.rec_btn:visited{ color:#fff;}
.rec_btn:hover{ color:#fff;}
.rec_btn:active{ color:#fff;}
.page {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:url(../images/page.jpg) no-repeat center center;
	background-size:226px 35px;
	height:35px;
	width:226px;
	margin:20px auto 20px;
}
.page a{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:50%;
	height:100%;
	color:#fff;
	line-height:35px;
}
.page .prev-page { padding-left:40px;}
.page .next-page { padding-left:30px;}

/*视频页开始*/
.videoUp {overflow: hidden; padding:10px; clear:both; position:relative;}
.videoUpL{overflow: hidden;width:130px;height:98px;position:absolute; left:10px; top:10px;}
.videoUpL .videomc{width:100%; height:100%; position:absolute; top:0; left:0; background:url(../images/mc.png) repeat left top;}
.videoUpL i{width:25px;height:25px;background: url(../images/videobar.png) no-repeat center center; display:block; background-size:25px auto; position:absolute; left:50%; top:50%; margin-top:-12px; margin-left:-12px;}
.videoUpR {overflow: hidden; padding-left:140px; clear:both; height:98px;}
.videoUpR h1{ color:#454545;font-size:14px;font-weight:normal; height:25px; line-height:25px; display:block; clear:both; overflow:hidden;}
.videoUpR span{color:#949494;line-height:23px;height:47px;overflow: hidden; display:block; clear:both;}
.videoUpR a{ width:80px; height:25px; background:url(../images/more.png) no-repeat center center; text-align:center; line-height:25px; background-size:80px auto;}
.videoUpR a:hover{ color:#cb0515;}
.videoUpR em{height:25px;line-height:25px; color:#636363; font-style:normal;}

.videoList {overflow: hidden; clear:both; padding:5px;}
.videoList dd {overflow: hidden;width:50%;float: left; padding:5px; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box}
.videoImg {width:100%;position: relative;cursor: pointer}
.videoImg:after{ padding-top:75%;content:''; display:block; width:100%;}
.videoImg img{display:block;width:100%; height:100%; position:absolute; top:0; left:0;}
.videoList dd .videomc{width:100%; height:100%; position:absolute; top:0; left:0; background:url(../images/mc.png) repeat left top;}
.videoList dd i{width:25px;height:25px;background: url(../images/videobar.png) no-repeat center center; display:block; background-size:25px auto; position:absolute; left:50%; top:50%; margin-top:-25px; margin-left:-12px;}
.videoList dd span{ height:30px; width:100%; position:absolute; bottom:0; left:0; text-align:center; color:#cccccc; line-height:30px;background:url(../images/mc.png) repeat left top;}

/*大事记*/
.bigNews{clear:both; overflow:hidden; padding:20px 10px;}
.bigNews dd{clear:both; overflow:hidden; position:relative;}
.bigNews .date{width:60px; color:#0762b3; font-size:24px; text-align:right;overflow:hidden;position:absolute; top:0; height:30px; line-height:30px;}
.bigNews .divright{padding:0 0 0px 70px;}
.bigNews .divright .box{border-left:2px dashed #efefef; padding:2px 0 50px 10px; position:relative;}
.bigNews .divright i{ height:12px; width:12px; display:block; position:absolute; top:7px;left:-7px; background:url(../images/b1.jpg) no-repeat center center;}
.bigNews .divright .divtext{ display:block;clear:both; overflow:hidden; padding-left:40px; position:relative;}
.bigNews .divright a{line-height:22px; font-size:14px; color:#464545; float:left; display:inline;}
.bigNews .divright a:hover{ color:#225d8a; text-decoration:underline;}
.bigNews .divright span{line-height:22px;float:left; display:inline;font-size:16px; color:#808080;width:50px;position:absolute; top:0; left:0;}
/*联系我们*/
.contactUs{ clear:both; overflow:hidden; padding:20px 10px;}
.contactUs dl{ clear:both; overflow:hidden;}
.contactUs dd{clear:both; overflow:hidden; padding-left:35px;color:#414040; margin-bottom:10px; background-repeat:no-repeat; background-position: left center; background-size:25px auto;}
.contactUs dd.dd1{ background-image:url(../images/c1.png);}
.contactUs dd.dd2{ background-image:url(../images/c2.png);}
.contactUs dd.dd3{ background-image:url(../images/c3.png);}
.contactUs dd.dd4{ background-image:url(../images/c4.png);}
.contactUs dd span{width:70px; display:block;font-size:14px;}
.contactUs dd .text{ display:table-cell; vertical-align:middle; height:60px; overflow:hidden; }
.contactUs dd em{font-style:normal;}