﻿/* 全局  */
@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: medium none;
	margin: 0;
	padding: 0;
}
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-x: hidden;
}
body {
	font-family: "microsoft yahei";
	background:##E2E3E6;
	font-size: 12px;
	color: #666;
}
input, textarea {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}
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;
}
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;
}
/*==进度条==*/
#loading {
	position: fixed;
	z-index: 999999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#fff url(../images/preloader.gif) no-repeat center center;
}
#mobileWrap {
	max-width:100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

/**
 * 二级页面左侧一级导航
 * @author 杨朝杰
 * @return
 */	
#mobileMenu {
	height: 100%;
	display: block;
	position: fixed;
	width: 250px;
	z-index: 0;
	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;
	color: #401f0e;
	font-size: 16px;
	height: 43px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#mobileMenu ul li a em {
	display: block;
	width: 10px;
	margin-left:15px;
	line-height:43px;
	height: 43px;
	float: left;
}
#mobileMenu ul li a span {
	display: block;
	line-height: 43px;
	float: left;
	padding:0 0 0 15px;
}
#mobileMenu ul li a i {
	width: 30px;
	height: 30px;
	text-align: center;
	display: block;
	line-height: 43px;
	float: right;
	color: #fff;
	display:none;
}

#mobileMenu ul li.hover a{
	background:#401f0e;
	color:#fff;
}
/**
 * 二级页面右侧二级导航
 * @author 杨朝杰
 * @return
 */	
#mobileSubNav{
	height:45px;
	position:relative;
	z-index:999999999999999;
	margin:0 auto;
	}
.mobileSubNav_title{
	height:45px;
	background:#e1e1e1;
	position:relative;
	z-index:999999999999999999;
	}
.SubNav_open{
	width:50px;
	height:45px;
	display:block;
	float:right;
	color:#666666;
	font-size:22px;
	position:absolute;
	top:0;
	left:0;
	z-index:999999999999999999999999999999;
	border-right:1px solid #e7e7e7;
	}
.SubNav_open span{
	clear:both;
	margin:5px 0 0 6px;
	display:block;
	font-size:40px;
	}
.mobileSubNav_title ul{
	width:101%;
	display:block;
	height:45px;
	overflow:hidden;
	margin:0 0 0 50px;
	}
.mobileSubNav_title ul li{
	width:33%;
	display:block;
	height:45px;
	float:left;
	font-size:14px;
	border-right:1px solid #e7e7e7;
	}
.mobileSubNav_title ul li.hover a{
	color:#401f0e;
	}
.mobileSubNav_title ul li a{
	display:block;
	line-height:45px;
	text-align:center;
	}
#mobileSubBg{
	width:100%;
	position:fixed;
	background:rgba(0,0,0,0.3);
	z-index:50;
	left:0;
	top:-40px;
	display:none;
	}	
#mobileSubNav dl{
	width:100%;
	top:0;
	position:absolute;
	z-index:90;
	padding:6px 0;
	overflow:hidden;
	background:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,0.9);
	display:none;
	z-index:999999999999999999;
	}
#mobileSubNav dl dt{
	display:block;
	clear:both;
	line-height:30px;
	border-bottom:1px dotted #ccc;
	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;
	background: #F6F6F6;
	border: 1px solid #DEDEDE;
	color: #333;
	margin:5px;
	line-height:30px;
	text-align:center;
	}
#mobileSubNav dl dd.hover a{ color:#1370a5;}
/**
 * 框架部分 right begin
 * @author 杨朝杰
 * @return
 */	
#pagebody {
	position: relative;
	left: 0;
	max-width:100%;
	min-width: 320px;
	z-index: 99999;
	overflow: hidden;
}
#pagebody header#toolbarnav{
	display: block;
	height:50px;
	width: 100%;
	max-width:100%;
	position: relative;
	color:#fff;
	background:#401f0e;
	
}
#pagebody header#toolbarnav h1 {
	text-align: center;
	display: block;
	line-height: 50px;
	color: #fff;
	font-size:24px;
	padding:0 0px 0 0;
	font-weight:100;
	text-indent:2em;
	background:url(../images/s-logo.jpg) no-repeat 37% center;
}

#pagebody header #go-back {
	position: absolute;
	top:0;
	width: 50px;
	height:45px;
	display:block;
	left:0;
}
#pagebody header #go-back span{
	color:#fff;
	font-size:18px;
	display:block;
	margin:15px 0 0 12px;
	}
#pagebody header #menu-btn {
	display: block;
	width: 50px;
	height: 45px;
	position: absolute;
	right:0;
	top:0;
}
#pagebody header #menu-btn span {
	font-size: 28px;
	color: #fff;
	margin:10px 0 0 12px;
	display: block;
}
#pagebody header #sub-btn {
	display: block;
	width: 50px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
}
#pagebody header #sub-btn span {
	font-size: 20px;
	color: #fff;
	margin: 12px 0 0 16px;
	display: block;
}
#mobileContent {
	display: block;
	background:#f0efed;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	line-height: 25px;
}
/**
 * 固定的底部
 * @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:#401f0e;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	position: fixed;
	z-index:9999;
	left: 0;
	bottom: 0;
}
.footer div {
	height: 48px;
	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;
	border-left: 1px solid #262626;
	text-align: center;
}
.footer div a {
	display: block;
	height:38px;
	width: 100%;
	color: #fff;
	padding:10px 0 0 0;
}
.footer div a em {
	width: 15px;
	height: 15px;
	clear: both;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	padding:10px 0 3px 0;
}
.footer div a span {
	display: block;
	clear: both;
	font-size: 12px;
	text-align: center;
}
.footer div i {
	height: 15px;
	font-size: 20px;
	margin: 10px 0 0 0;
	display: block;
}
/**
 * 文章阅读页
 * @author 杨朝杰
 * @return
 */	
.articleBox {
	line-height: 25px;
	color:#202022;
	border: 0px solid #D1D1D1;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 5px 5px 10px 10px;
	-moz-border-radius: 5px 5px 10px 10px;
	border-radius: 5px 5px 10px 10px;
	background: url(../images/bottom.png) repeat-x scroll left bottom #FFFFFF;
	background-size: 2px auto;
	margin: 15px 10px;
	padding: 15px;
	font-size:14px;
}
.articleBox img{
	max-width:100%;
	}
.articleTitle {
	clear: both;
	text-align: center;
	padding:5px 10px 0 10px;
	line-height: 35px;
	font-size: 16px;
}
.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #999;
	font-size:11px;
	padding:0 0 5px 0;
}
.goTop {
	border: 0px solid #D1D1D1;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 5px 5px 10px 10px;
	-moz-border-radius: 5px 5px 10px 10px;
	border-radius: 5px 5px 10px 10px;
	background: url(../images/bottom.png) repeat-x scroll left bottom #FFFFFF;
	background-size: 2px auto;
	margin: 10px;
	padding: 15px;
	text-align: center;
	cursor: pointer;
	display: block;
}
.goTop span{
	background: url("../images/newstop.png") no-repeat scroll left center transparent;
	background-size: 11px auto;
	display: block;
	margin: 0 auto;
	text-indent: 15px;
	width: 85px;
}
#mess_share {
	margin: 15px 0 5px 0;
	display: block;
}
#mess_share img {
width: 22px;
height: 22px;
vertical-align: top;
border: 0;
}
#share_1 {
float: left;
width: 49%;
display: block;
}
#share_2 {
float: right;
width: 49%;
display: block;
}
.clr {
display: block;
clear: both;
height: 0;
overflow: hidden;
}
.button2 {
font-size: 14px;
padding: 8px 0;
color: #000000;
background-color: #FFFFFF;
background-image: linear-gradient(to top, #f9f9f9, #ffffff);
border: 1px solid #DDDDDD;
text-shadow: 0.5px 0.5px 1px #fff;
text-align: center;
border-radius: 6px;
width: 100%;
cursor: pointer;
}
#mcover {
	text-align:right;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
z-index:9990000;
display:none;
}
/**
 * 全文列表
 * @author 杨朝杰
 * @return
 */	
.newsList {
	display: block;
	clear: both;
	overflow: hidden;
}
.newsList dd {
	display: block;
	overflow: hidden;
}
.newsList dd a {
	display: block;
	clear: both;
	padding: 5px 0 0 10px;
	background: #fff;
	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');
	border-bottom: 1px solid #E2E2E2;
}
.newsList dd a p {
	display: block;
	height: 20px;
	overflow: hidden;
}
.newsList dd a span {
	color: #D4D4D4;
	font-size: 10px;
	overflow: hidden;
	height: 15px;
}
/**
 * 全图列表 newsAllImg 左、右
 * @author 杨朝杰
 * @return
 */	
.newsAllImg {
	clear: both;
	overflow: hidden;
	padding:3px 3px 10px 3px;
}
.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 {
	padding: 5px;
	border-radius: 3px;
	background: #fff;
	display: block;
	box-shadow: 0px 0px 5px rgba(153,153,153,0.5);
}
.newsAllImg dd p {
	width: 100%;
	overflow: hidden;
	display: block;
}
.newsAllImg dd p img {
	width: 100%;
}
.newsAllImg dd span {
	display: block;
	clear: both;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	padding:0 0 3px 0;
}
/**
 * 全图列表2
 * @author 杨朝杰
 * @return
 */	
.newsAllImg2 {
	clear: both;
	overflow: hidden;
	padding: 5px;
}
.newsAllImg2 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;
}
.newsAllImg2 dd a {
	padding: 5px;
	border-radius: 3px;
	background: #fff;
	display: block;
	box-shadow: 0px 0px 5px rgba(153,153,153,0.3);
}
.newsAllImg2 dd p {
	width: 100%;
	overflow: hidden;
	display: block;
}
.newsAllImg2 dd p img {
	width: 100%;
}
.newsAllImg2 dd span {
	display: block;
	clear: both;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-align: left;
	padding: 0 0 5px 10px;
}
.newsAllImg2 div {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	overflow: hidden;
}
.newsAllImg2 div b {
	display: block;
	float: left;
	font-weight: normal;
}
.newsAllImg2 div em {
	display: block;
	float: right;
	font-style: normal;
	color: #ff0000;
}
/**
 * 全图列表3
 * @author 杨朝杰
 * @return
 */
.newsAllImg2 {
	clear: both;
	overflow: hidden;
	padding: 5px;
}
.newsAllImg3 dd {
	line-height: 25px;
	color: #202022;
	border: 0px solid #D1D1D1;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 5px 5px 10px 10px;
	-moz-border-radius: 5px 5px 10px 10px;
	border-radius: 5px 5px 10px 10px;
	background: url(../images/bottom.png) repeat-x scroll left bottom #FFFFFF;
	background-size: 2px auto;
	margin: 15px 10px;
	padding: 15px;
	font-size: 14px;
}
.newsAllImg3 dd a {
	padding: 5px;
	border-radius: 3px;
	background: #fff;
	display: block;
}
.newsAllImg3 dd p {
	width: 100%;
	overflow: hidden;
	display: block;
}
.newsAllImg3 dd p img {
	width: 100%;
}
.newsAllImg3 dd span {
	display: block;
	clear: both;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-align: left;
	padding: 0 0 5px 10px;
}
.newsAllImg3 div {
	display: block;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	overflow: hidden;
}
.newsAllImg3 div b {
	display: block;
	float: left;
	font-weight: normal;
}
.newsAllImg3 div em {
	display: block;
	float: right;
	font-style: normal;
	color: #ff0000;
}	

/**
 * 图文列表
 * @author 杨朝杰
 * @return
 */	
.newsImgList{
	width: 100%;
	overflow: hidden;
}
.newsImgList dd{
	display:block;
	padding:8px 0 0 0;
	position:relative;
}
.newsImgList dd a{
	display:block;
	padding:5px;
	overflow:hidden;
	border-bottom:1px solid #ededed;
	background:#f9f9f9;
	box-shadow:0px 0px 5px rgba(153,153,153,0.4);
	}
.newsImgList p {
	width:150px;
	height:100px;
	display:block;
	position:absolute;
}
.newsImgList p img {
	width:150px;
	height:100px;
}
.newsImgList_c {
	height:100px;
	padding:0 0 0 160px;
	overflow:hidden;
}
.newsImgList_c strong {
	clear: both;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-family: "Microsoft Yahei";
	color:#096193;
}
.newsImgList_c div {
	clear: both;
	float: left;
	font-size:12px;
	color: #939393;
	line-height:22px;
	height:66px;
	overflow: hidden;
	font-family: "Microsoft Yahei"
} 
/**
 * 图文列表2
 * @author 杨朝杰
 * @return
 */	
.newsImgList2{
	display:block;
	clear:both;
	padding:0 0 5px 0
	}
.newsImgList2 dd{
	display:block;
	padding:5px 0 0 0;
	}
.newsImgList2 dd a{
	display:block;
	padding:2px 5px 6px 5px;
	overflow:hidden;
	border-bottom:1px solid #ededed;
	background:#f9f9f9;
	}
.newsImgList2 dd a:hover{
	background:#ebebeb;
	color:#000;
	}
.newsImgList2_t{
	clear:both;
	line-height:16px;
	font-size:14px;
	font-family:"microsoft yahei";
	padding:3px 0;
	color:#000;
	overflow:hidden;
	}
.newsImgList2 dd span{
	display:block;
	clear:both;
	color:#dcdcdc;
	color:#D4D4D4; font-size:10px; overflow:hidden;
	line-height:16px;
	padding:0 0 3px 0;
	}
.newsImgList2_c{
	clear:both;
	overflow:hidden;
	position:relative;
	}
.newsImgList2_c p{
	width:120px;
	height:80px;
	display:block;
	position:absolute;
	}
.newsImgList2_c p img{
	width:120px;
	height:80px;
	}
.newsImgList2_c div{
	height:80px;
	overflow:hidden;
	padding:0 0 0 130px;
	}
/**
 * 瀑布流布局
 * @author 杨朝杰
 * @return
 */	
#container{
	position:relative;
	width:100%;
	margin:5px auto 0 auto;
}
.grid{
	margin:0 5px;
	width:178px;
	min-height:100px;
	font-size:12px;
	float:left;
	font-family:"microsoft yahei";
}
.grid a{
	padding: 5px;
	border-radius: 3px;
	background:#fff;
	display: block;
	box-shadow:0px 0px 5px rgba(153,153,153,0.3);
	}
.grid strong {
	border-bottom:1px dotted #ccc;
	display:block;
	padding:5px 0;
	font-size:14px;
	font-family:"microsoft yahei";
}
.grid img{
	max-width:100%;
	background:#ccc;
	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 {
	height: 35px;
	padding: 5px 0;
	clear: both;
}
.message_dl dd span {
	width: 80px;
	text-align: right;
	display: block;
	line-height: 35px;
	float: left;
	padding: 0 5px 0 0;
}
.messageInput {
	width: 70%;
	display: block;
	float: left;
	line-height: 35px;
	height: 35px;
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	padding: 0 0 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	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 0 85px;
}
.mobile_btn1 {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: none;
	background: rgba(239,121,22,0.85);
	cursor: pointer;
	padding: 0 15px;
	margin: 0 5px;
    -moz-border-radius:2px;      
    -webkit-border-radius:2px;   
    border-radius:2px;            
}
.mobile_btn2{
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: none;
	background: rgba(0,118,191,0.85);
	cursor: pointer;
	padding: 0 15px;
	margin: 0 5px;
    -moz-border-radius:2px;      
    -webkit-border-radius:2px;   
    border-radius:2px;
}
.mobile_btn2:link{ color:#fff;}
.mobile_btn2:hover{ color:#fff;}
.mobile_btn2:active{ color:#fff;}

.messageList {
	clear: both;
	padding: 0 5px;
}
.messageList dd {
	overflow: hidden;
	margin: 5px 0;
	background: #ffffff;
	border: 1px solid #E6E6E6;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px rgba(153,153,153,0.2);
    -moz-border-radius:3px;      /* Gecko browsers */
    -webkit-border-radius:3px;   /* Webkit browsers */
    border-radius:3px;            /* W3C syntax */
}
.messageTitle {
	line-height: 30px;
	clear: both;
	height:30px;
	border-bottom:1px dotted #E6E6E6;
}
.messageTitle span{
	float:left;
	}
.messageTitle i{
	float:right;
	font-size:10px;
	}
.messageContent {
	line-height:20px;
	clear: both;
	padding:8px 0;
}
.messageReply {
	line-height:20px;
	clear: both;
	color: #cc0000;
	border:1px dotted #E6E6E6;
	padding:5px;
	background:#f8f8f8;
}
/**
 * 人才招聘 recruitment
 * @author 杨朝杰
 * @return
 */	
.recruitment_list {
	clear: both;
}
.recruitment_list dt {
	height: 40px;
	clear: both;
	background: #ececec;
	color: #0076bf;
	font-size: 14px;
	font-family: "microsoft yahei"
}
.recruitment_list dt p, .recruitment_list dd p {
	display: block;
	line-height: 40px;
	height: 40px;
	float: left;
	width: 42%;
	padding: 0 0 0 2%;
}
.recruitment_list dt span, .recruitment_list dd span {
	display: block;
	line-height: 40px;
	height: 40px;
	float: left;
	text-align: center;
	width: 20%;
}
.recruitment_list dt em, .recruitment_list dd em {
	display: block;
	line-height: 40px;
	height: 40px;
	float: left;
	font-style: normal;
	width: 15%;
	text-align: center;
}
.recruitment_list dt i, .recruitment_list dd i {
	display: block;
	line-height: 40px;
	height: 40px;
	float: left;
	font-style: normal;
	width: 21%;
	text-align: center;
}
.recruitment_list dd {
	height: 40px;
	clear: both;
	color: #666;
	background: #f8f8f8;
	border-bottom: 1px solid #E0E0E0;
}
.recruitment_list dd a {
	display: block;
	height: 40px;
}

/**
 * 在线预约
 * @author 杨朝杰
 * @return
 */	
.registrationBanner {
	clear: both;
	position: relative;
}
.registrationBanner img {
	display: block;
	width: 100%;
}
.registrationBanner span {
	width: 100%;
	display: block;
	line-height: 30px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
}
.registrationTitle {
	padding: 0.4em 0.5em;
	font-size: 1.1em;
	color: #333;
	text-shadow: 0 1px #FFF;
	border-bottom: 1px solid #C6C6C6;
	background-color: #E1E1E1;
	background-image: linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -o-linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -moz-linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -webkit-linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -ms-linear-gradient(bottom, #E7E7E7 0%, #f9f9f9 100%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #E7E7E7), color-stop(1, #f9f9f9) );
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.registrationTitle em {
	font: 18px;
	color: #888;
	padding: 3px 5px 0 5px;
}
.registrationBox {
	margin: 0 6px 0 6px;
	color: #333;
	border: 1px solid #C6C6C6;
	background: #fff;
	padding: 0 0 20px 0;
	-webkit-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
	-moz-box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 0 #EEEEEE;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
/**
 * 按钮
 * @author 杨朝杰
 * @return
 */	
.largeGreenBtn {
	z-index: 9999;
	width: 60%;
	text-align: center;
	background-image: -webkit-gradient(linear, 10% 0%, 10% 100%, from(#92611c), to(#391b00));
	border: 0;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	border-radius: 0.3em;
	padding: 5px 8px;
	font-size: 1.4em;
	text-shadow: 1px 1px 1px #555;
	border: 1px solid;
	border-color: #764d0f #764d0f #764d0f #764d0f;
	box-shadow: inset 0px 1px #ba781c;
	min-height: 640px;
}

.subBtn {
	width: 80px;
	height: 30px;
	background: rgba(239, 121, 22, 0.85);
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-family: "Microsoft yahei";
	border-radius: 3px;
}

/**
 * 会员登录
 * @author 杨朝杰
 * @return
 */	
.login_dl {
	clear: both;
	padding:20px 20px 20px 20px;
}
.login_dl dd {
	height:35px;
	padding:8px 0;
	clear: both;
}
.loginInput{
	width:100%;
	display: block;
	float: left;
	line-height: 35px;
	height: 35px;
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	padding: 0 0 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: medium;
}
.loginInput.code{
	width:40%;
}
.login_dl dd img{
	display:block;
	float:left;
	height:35px;
	margin:0 0 0 5px;
	border: 1px solid #e6e6e6;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	}
.loginBt{
	padding:0 16px;
	}
.loginBt input{
	width:100%;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: none;
	background: rgba(0,118,191,1);
	cursor: pointer;
	padding: 0 15px;
	color: #fff;
	clear:both;
	font-size:16px;
	}
.loginBt a{
	display:block;
	clear:both;
	font-size:14px;
	padding:15px 0 0 0;
	}
/**
 * 会员注册 register
 * @author 杨朝杰
 * @return
 */	
.register_dl {
	clear: both;
	padding: 10px 0;
}
.register_dl dd {
	height: 35px;
	padding: 5px 0;
	clear: both;
}
.register_dl dd span {
	width: 80px;
	text-align: right;
	display: block;
	line-height: 35px;
	float: left;
	padding: 0 5px 0 0;
}
.registerInput {
	width: 70%;
	display: block;
	float: left;
	line-height: 35px;
	height: 35px;
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	padding: 0 0 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: medium;
}
.register_dl dd select{
	min-width:60px;
	padding:5px;
	display:block;
	float:left;
	margin:6px 0 0 0;
	}
.service{
	clear:both;
	margin:8px 0 0 0;
	overflow:hidden;
	}
.service img{
	border:3px solid #fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	}
.copyright{
	clear: both;
	line-height:20px;
	text-align: center;
	padding:15px 0;
	font-size:10px;
	}
	

.page {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	padding:0 8px;
}
.page a, .page span {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius:3px;
	margin: 5px 5px;
	text-align: center;
	color: #7f8487;
	text-decoration: none;
	line-height: 40px;
	background:#fff;
}
.page .select-change-container {
	position: relative
}
.page .select-change-container select {
	position: absolute;
	width: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 45px
}
.page .select-change-container .select-page-num {
	display: block;
	height: 30px;
	line-height: 30px
}
.page .select-change-container .select-page-num::after {
	content: '';
	display: block;
	border-top: 5px solid #ddd;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 10px
}
.page .prev-page {
	margin-left: 0;
	color:#1370a5;
}
.page .next-page {
	margin-right: 0;
	color:#1370a5;
}
.page .disabled {
	color: #ddd!important
}
.page span {
	background: #fff;
	border: 0
}
.page .next {
	display: block;
	text-align: center
}
/*********banner*********/
.bxslider li{
	display:block;
	}
.bxslider li a{
	display:block;
	overflow:hidden;
	-webkit-background-size:cover;
	-moz-background-size: cover !important;
	-o-background-size: cover;
	background-size: cover !important;
	}
	
/***********************************************************************/
/*首页导航*/
.indexMenu{
	display:block;
	clear:both;
	overflow-x:hidden;
	overflow-y:auto;
	margin:0 auto;
	}
.indexMenu_ul{
	clear:both;
	overflow:hidden;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 10px 20px 10px;
	position:fixed;
	left:0;
	bottom:55px;
	z-index:1;
	}
.indexMenu_ul li{
	overflow:hidden;
	padding:2px 2px 0 2px;
	}
.indexMenu_ul li a{
	display:block;
	position:relative;
	font-size:14px;
	color:#fff;
	text-align:center;
	}
.indexMenu_ul li a div{
	display:block;
	background-color:#000;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	opacity:0.5;
	}
.indexMenu_ul li a em{
	display:block;
	font-size:22px;
	color:#fff;
	padding:10px 0 0 0;
	}
.indexMenu_ul li a span{
	display:block;
	font-size:12px;
	color:#fff;
	line-height:20px;
	padding:2px 0 0 0;
	}
/*****************/