﻿/* 全局  */
@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: #f9f9f9;
	font-size: 12px;
	color: #666;
}
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;
}
.h20 {
	height: 20px;
	clear: both;
	overflow: hidden
}
/*==进度条==*/
#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 zhengxue
 * @return
 */	
.subTop {
	height: 50px;
	clear: both;
	overflow: hidden;
	box-shadow: 5px 3px 5px #f1f1f1;
	background: #fff;
	position: absolute;
	padding: 0px 50px 0 0;
	top: 0px;
	z-index: 8;
}
.searchbox {
	height: 30px;
	line-height: 30px;
	border-radius: 60px;
	overflow: hidden;
	margin: 7px 10px;
	border: 1px solid #e8e8e8;
	background: #f9f9f9;
}
.subTop .input {
	display: block;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	background: #f9f9f9;
}
.subTop .inputbtn {
	height: 30px;
	width: 50px;
	background: url(../images/search2.png) no-repeat center center;
	background-size: 100% 100%;
}
.subTop .divtop {
	height: 50px;
	clear: both;
	overflow: hidden;
}
.subTop .logo {
	height: 40px;
	width: 180px;
	background: url(../images/logo.png) no-repeat left center;
	background-size: auto 65%;
	margin: 5px 0 5px 10px
}
.subTop .logo a {
	display: block;
}
.subTop .divright {
	height: 50px;
}
.subTop .topsearch {
	height: 30px;
	width: 30px;
	background: url(../images/search.png) no-repeat center center;
	background-size: 100% 100%;
	margin: 10px 10px 0 0
}
.subTop .divright .phone {
	height: 30px;
	width: 30px;
	background: url(../images/phone.png) no-repeat center center;
	background-size: 100% 100%;
	margin: 10px 0px 0 0;
	display: block;
}
.submenuBtn {
	height: 50px;
	width: 50px;
	background: url(../images/submenu.png) no-repeat center center;
	background-size: 60% 60%;
	position: fixed;
	top: 0px;
	right: 0;
	z-index: 10;
}
.close {
	height: 50px;
	width: 50px;
	background: url(../images/close.png) no-repeat center center;
	background-size: 60% 60%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9;
}
/*首页导航*/
.indexMenu {
	position: fixed;
	top: 0;
	right: 0;
	background: rgba(0,8,6,0.65);
	display: none;
	z-index: 8;
	overflow-y: auto
}
.indexMenu ul {
	width: 70%;
	margin: 20% auto;
	overflow: hidden;
}
.indexMenu li {
	overflow: hidden;
	width: 50%;
	float: left;
	display: inline;
	margin: 5px 0;
}
.indexMenu li a {
	display: block;
	position: relative;
	text-align: center;
}
.indexMenu li a em {
	display: block;
	margin: 0 auto;
	height: 60px;
}
.indexMenu li a em img {
	display:block;
	margin:0 auto;
	max-height: 100%;
}
.indexMenu li a span {
	display: block;
	color: #cfcfcf;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}
.indexContent {
	position: relative;
	z-index: 0;
}
/*****************/ 
/**banner
 * @author zhengxue
 * @return
 */	
.bxslider li {
	display: block;
}
.bxslider li .bannerBg{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	}
.bxslider li a {
	display: block;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover !important;
	-o-background-size: cover;
	background-size: cover !important;
}
.slideBox {
	position: relative;
}
.slideBox .hd {
	position: absolute;
	height: 20px;
	line-height: 20px;
	bottom: 25px;
	right: 0;
	z-index: 1;
	text-align: center;
	width: 100%;
	display: none
}
.slideBox .hd li {
	display: inline-block;
	width: 17px;
	height: 17px;
	line-height: 90px;
	background: url(../images/dot.png) no-repeat center center;
	overflow: hidden;
	margin: 0 6px;
}
.slideBox .hd li.on {
	background: url(../images/dot2.png) no-repeat center center;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
}
.slideBox .bd li img {
	width: 100%;
	display: block;
}
.slideBox .bd li a {
	display: block
}
/***********************************************************************/
#mobileContent {
	display: block;
	background: #f9f9f9;
	padding-top: 50px;
	height: 50px;
	position: relative;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.mohu {
	-webkit-filter: blur(5px);
	filter: Blur(strength=50)
}
/**
 * 固定的底部
 * @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;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	position: fixed;
	z-index: 9999;
	left: 0;
	bottom: 0;
}
.footer div {
	height: 50px;
	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;
	width: 25%;
}
.footer div.div1 {
	background: url(../images/f_ico1.png) no-repeat left bottom;
	background-size: 100% 100%;
	color: #eee8cf;
}
.footer div.div2 {
	background: url(../images/f_ico2.png) no-repeat left bottom;
	background-size: 100% 100%;
	color: #e8eec8
}
.footer div.div3 {
	background: url(../images/f_ico3.png) no-repeat left bottom;
	background-size: 100% 100%;
	color: #def8c3;
}
.footer div.div4 {
	background: url(../images/f_ico4.png) no-repeat left bottom;
	background-size: 100% 100%;
	color: #80bdaa;
}
.footer div a {
	display: block;
	height: 25px;
	width: 100%;
	color: #fff;
	padding: 15px 0 10px 0;
}
.footer div a span {
	display: block;
	clear: both;
	text-align: center;
	line-height: 25px;
	color: #daefff;
	font-size: 14px;
}
/**
 * 二级页面下拉导航
 * @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: #fff;
	width: 100%;
}
.SubNav_open {
	width: 25px;
	height: 40px;
	padding-right: 10px;
	display: block;
	float: right;
	color: #656565;
	font-size: 25px;
	background: url(../images/subnav.png) no-repeat left center;
}
.mobileSubNav_title ul {
	display: block;
	float: left;
	height: 40px;
	overflow: hidden;
}
.mobileSubNav_title ul li {
	width: 33%;
	display: block;
	height: 40px;
	float: left;
	font-size: 14px;
}
.mobileSubNav_title ul li.hover a {
	color: #056b4b;
}
.mobileSubNav_title ul li a {
	display: block;
	line-height: 40px;
	text-align: center;
	color: #666;
}
#mobileSubBg {
	width: 100%;
	position: fixed;
	background: rgba(0,0,0,0.3);
	z-index: 50;
	left: 0;
	top: 0;
	display: none;
}
#mobileSubNav dl {
	width: 100%;
	position: absolute;
	z-index: 90;
	padding: 6px 0;
	overflow: hidden;
	background: #fff;
	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: #656565;
	border-radius: 3px;
	margin: 5px;
	line-height: 30px;
	text-align: center;
}
#mobileSubNav dl dd.hover a {
	color: #056b4b;
}
.location {
	color: #056b4b;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	clear: both;
	overflow: hidden;
}
/**
 * 文章阅读页
 * @author zx
 * @return
 */	
.contentBox {
	margin: 0px 10px;
	clear: both;
	overflow: hidden;
	background: #fff;
}
.articleBox {
	line-height: 22px;
	color: #858585;
	background: #fff;
	padding: 10px;
}
.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;
}
.btnbox {
	margin: 0 40px 20px;
	clear: both;
	overflow: hidden;
}
.btnbox .btn {
	height: 40px;
	width: 60px;
	overflow: hidden;
	display: block;
	line-height: 40px;
	padding-left: 40px;
	color: #666
}
.btnbox .btn.btn1 {
	background: url(../images/btn1.png) no-repeat center center;
	background-size: 100% 100%;
}
.btnbox .btn.btn2 {
	background: url(../images/btn2.png) no-repeat center center;
	background-size: 100% 100%;
}
/**
 * 全文列表
 * @author zx
 * @return
 */	
.newsList {
	display: block;
	clear: both;
	overflow: hidden;
	padding: 0 10px;
}
.newsList dd {
	display: block;
	overflow: hidden;
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #e9e9e9;
	padding: 0 1px 1px;
}
.border {
	border: 1px solid #e9e9e9;
	padding: 0 1px 1px;
}
.border1 {
	border: 1px solid #e9e9e9;
	border-top: none;
	padding: 0 1px 1px;
}
.border2 {
	border: 1px solid #e9e9e9;
	border-top: none;
}
.newsList dd a {
	display: block;
	clear: both;
	overflow: hidden;
}
.newsList dd .divright {
	height: 90px;
	width: 10%;
	background: #e9e9e9 url(../images/ddico1.png) no-repeat center center;
	overflow: hidden;
}
.newsList dd .divleft {
	height: 90px;
	width: 85%;
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 10px 0 10px;
}
.newsList dd a p {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #858585;
}
.newsList dd a em {
	color: #a1a1a1;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	font-style: normal;
}
.newsList dd span {
	height: 60px;
	line-height: 20px;
	color: #979797;
	overflow: hidden;
	clear: both;
	display: block;
}
/**
 * 全图列表 newsAllImg 左、右
 * @author zhengxue
 * @return
 */	
.newsAllImg {
	clear: both;
	overflow: hidden;
	padding: 0px 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;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	padding: 5px;
}
.newsAllImg dd a {
	padding: 5px;
	background: #fff;
	display: block;
}
.newsAllImg dd p {
	width: 100%;
	overflow: hidden;
	display: block;
	position:relative;
}
.newsAllImg dd p:after{
	content:"";
	display:block;
	width:100%;
	padding-top:75%;
	}
.newsAllImg dd p img {
	width: 100%;
	height: 100%;
	display: block;
	position:absolute;
	top:0;
	left:0;
}
.newsAllImg dd span {
	display: block;
	clear: both;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.newsAllImg dd em {
	height: 20px;
	line-height: 18px;
	color: #979797;
	overflow: hidden;
	clear: both;
	display: none;
	font-style: normal
}
/**
 * 全图列表 newsAllImg2 左、右
 * @author zhengxue
 * @return
 */	
.newsAllImg2 {
	clear: both;
	overflow: hidden;
	padding: 0px 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;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	padding: 5px;
}
.newsAllImg2 dd a {
	background: #fff;
	display: block;
}
.newsAllImg2 dd p {
	width: 100%;
	overflow: hidden;
	display: block;
}
.newsAllImg2 dd p img {
	width: 100%;
	display: block;
}
.newsAllImg2 dd span {
	display: block;
	clear: both;
	line-height: 20px;
	padding-top: 5px;
	height: 20px;
	overflow: hidden;
	color: #666
}
.newsAllImg2 dd i {
	height: 20px;
	line-height: 20px;
	color: #979797;
	overflow: hidden;
	clear: both;
	display: block;
}
/*最简便的select*/
.fselect {
	width: 100%;
	margin: 10px 10px 5px;
	overflow: hidden;
	position: relative;
}
.fselect .selectText {
	width: 100%;
	height: 32px;
	color: #666;
	line-height: 35px;
	text-align: center
}
.fselect .selectText p {
	display: inline-block
}
.fselect .selectText i {
	background: url(../images/select.png) no-repeat center center;
	width: 15px;
	height: 15px;
	margin: 10px 0 0 10px;
}
.fselect select {
	width: 100%;
	height: 32px;
	color: #666;
	opacity: 0;
	position: absolute;
	top: 6px;
	left: 0;
	z-index: 1
}
/**
 * 图文列表
 * @author 
 * @return
 */	
.newsImgList {
	overflow: hidden;
	padding: 0 10px;
}
.newsImgList dd {
	display: block;
	padding: 10px 0 0 0;
	position: relative;
}
.newsImgList dd a {
	display: block;
	overflow: hidden;
	background: #fff;
}
.newsImgList p {
	display: block;
	float: left;
}
.newsImgList p img {
	max-width: 100%;
	display: block;
}
.newsImgList_c {
	overflow: hidden;
	float: right;
	display: inline;
	position: relative;
	padding: 0 10px 0 0;
}
.newsImgList_c span {
	clear: both;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #8d8d8d;
	display: block;
}
.newsImgList_c div {
	clear: both;
	float: left;
	font-size: 12px;
	color: #b0b0b0;
	line-height: 20px;
	overflow: hidden;
	height: 40px;
}
/**
 * 产品预定页
 * @author zx
 * @return
 */	
.product {
	margin: 10px;
	clear: both;
	overflow: hidden;
}
.productList {
	position: relative;
	clear: both;
	overflow: hidden;
}
.productList li {
	float: left;
	display: inline;
	overflow: hidden;
}
.productList li a {
	display: block;
	text-align: center;
}
.productList li img {
	max-width: 100%;
	display: block;
}
.productList .hd {
	display: none
}
.productList .pageState {
	position: absolute;
	bottom: 5px;
	left: 45%;
}
.product .divtext {
	padding: 10px;
	height: 80px;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #e8e8e8;
	background: #fff;
	position: relative;
}
.product .divtext .a1 {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #8d8d8d;
	display: block;
	overflow: hidden;
}
.product .divtext .a1:visited {
	color: #8d8d8d;
}
.product .divtext .a1:hover {
	color: #41aae4;
}
.product .divtext .a1:active {
	color: #8d8d8d;
}
.product .divtext em {
	height: 45px;
	line-height: 24px;
	color: #b0b0b0;
	display: block;
	overflow: hidden;
	font-style: normal;
	padding-right: 80px
}
.product .divtext .btn {
	height: 26px;
	width: 60px;
	background: #056b4b;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 26px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.productView {
	margin: 10px;
	clear: both;
	overflow: hidden;
}
.proTitle {
	width: 80px;
	line-height: 30px;
	text-align: center;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	padding: 0 1px 1px;
}
.b1 {
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	padding: 0 1px 1px 0;
}
.b2 {
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	padding: 0 1px 1px 0;
}
.proCon {
	padding: 10px;
	line-height: 24px;
	clear: both;
	overflow: hidden;
}
/**
 * 分享
 * @author zx
 * @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 zx
 * @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;
	background: #fff;
	padding: 0 0 0 5px;
	border-radius: 0;
}
.message_dl dd textarea {
	width: 70%;
	height: 150px;
	background: #fff;
	padding: 0 0 0 5px;
	border-radius: 0;
}
.message_btn {
	clear: both;
	height: 35px;
	padding: 10px 0 0 85px;
}
.mobile_btn1 {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #ecc11b;
	cursor: pointer;
	padding: 0 15px;
	margin: 0 5px;
	border-radius: 3px;
}
.mobile_btn2 {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #74b830;
	cursor: pointer;
	padding: 0 15px;
	margin: 0 5px;
	border-radius: 3px;
}
.mobile_btn2:link {
	color: #fff;
}
.mobile_btn2:hover {
	color: #fff;
}
.mobile_btn2:active {
	color: #fff;
}
.messageList {
	clear: both;
}
.messageList dd {
	overflow: hidden;
	margin: 10px 0;
	background: #ffffff;
	padding: 10px;         /* W3C syntax */
}
.messageTitle {
	line-height: 30px;
	clear: both;
	height: 30px;
}
.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: #117ed2;
	padding: 5px;
	background: #f8f8f8;
}
.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: #056b4b;
}
.page .next-page {
	margin-right: 0;
	color: #056b4b;
}
.page .disabled {
	color: #ddd!important
}
.page span {
	background: #fff;
	border: 0
}
.page .next {
	display: block;
	text-align: center
}
/**
 * 人才招聘 recruitment
 */	
.recruitment_list {
	clear: both;
	margin: 0 5px;
}
.recruitment_list dt {
	height: 40px;
	clear: both;
	color: #fff;
	font-size: 14px;
	font-family: "microsoft yahei"
}
.recruitment_list span {
	height: 40px;
	float: left;
	display: inline;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.recruitment_list dt .span1 {
	width: 28%;
	background: #056b4b
}
.recruitment_list dt .span2 {
	width: 28%;
	background: #6daf37
}
.recruitment_list dt .span3 {
	width: 44%;
	background: #ffa01c
}
.recruitment_list dd {
	height: 40px;
	overflow:hidden;
	clear: both;
	color: #666;
	border-bottom: 1px dotted #e9e9e9;
}
.recruitment_list dd a {
	display: block;
	height: 40px;
}
.recruitment_list dd .span1 {
	width: 28%;
	border-right: 1px dotted #e9e9e9;
}
.recruitment_list dd .span2 {
	width: 28%;
	border-right: 1px dotted #e9e9e9;
}
.recruitment_list dd .span3 {
	width: 44%;
}

/********首页导航按钮**********/
.menuBox{
	overflow:hidden;
	position:fixed;
	bottom:0;
	left:0;
	padding:15px 10px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
.menuDl{
	display:block;
	overflow:hidden;
	margin:0 auto; 
	}
.menuDl dd{
	display:inline;
	float:left;
	width:25%;
	padding:5px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	}
.menuDl dd a{
	display:block;
	background:rgba(255,255,255,0.85);
	}
.menuDl dd a em{
	display:block;
	clear:both;
	height:35px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto 80%;
	}
.menuDl dd a span{
	display:block;
	clear:both;
	line-height:20px;
	text-align:center;
	color:#555555;
	}
/*发展历程*/
.course_dl{
	overflow:hidden;
	clear:both;
	background:url(../images/cur_bg.png) repeat-y 10px top;
	margin:10px;
	}
.course_dl dd{
	clear:both;
	overflow:hidden;
	position:relative;
	}
.course_dl dd .courseL{
	width:20px;
	height:100px;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/cur_bg2.png) no-repeat center 24px;
	background-size:85% auto;
	}
.course_dl dd.bg .courseL{background:url(../images/cur_bg3.png) no-repeat center top;background-size:85% auto}
.course_dl dd .courseR{
	clear:both;
	overflow:hidden;
	padding:10px 10px 10px 40px;
	position:relative;
	}
.course_dl dd .courseR i{
	display:block;
	width:12px;
	height:17px;
	background:url(../images/cur_bg4.png) no-repeat center center;
	position:absolute;
	top:22px;
	left:33px;
	}
.course_dl dd .courseR a{
	display:block;
	overflow:hidden;
	padding:10px;
	background:#fff;
	color:#959494;
	line-height:24px;
	text-align:left;
	}
.course_dl dd .courseR a img{
	display:inline;
	float:left;
	max-width:30%;
	margin:0 10px 0 0;
	}