/*单篇+文章页start*/
.singleArticle{
	padding:40px 50px ;
	border-radius: 5px;
}
.articleTitle{
	font-size: 30px;
	text-align: center;
	color: #333;
	margin: 0 100px;
}
.articleTime{
    line-height:36px;
    text-align:center;
    font-size:0px;
}
.articleTime .center{
    display: inline-block;
    overflow: hidden;
}
.articleTimeTxt{
    font-size: 14px;
}
.newsShare{
    padding-left: 15px;
    margin-top: 2px;
}
.newsShare span{
    font-size: 14px;
}
.pageUp{
	clear:both;
	overflow:hidden;
	line-height:35px;
	font-size:16px;
	padding:20px 0 0 0;
	color: #858585;
}
.pageUp a{
	color: #858585;
}
.pageUp a:hover{
	color: #D0000D;
}
/* 文章阅读页——*/

#play {
	width: 785px;
	height: 525px;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 5px;
	margin: 0 auto;
}

#play .change_a {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
}

#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/view/article_icon.png) no-repeat 0px -50px;
	left: 15px;
}

#play .next_a span {
	background: url(../images/view/article_icon.png) no-repeat -30px -50px;
	right: 15px;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 785px;
	height: 525px;
}

#play .img_ul li {
	position: relative;
	z-index: 1;
	width: 785px;
	height: 525px;
	background: #fff;
	margin: 0 0 5px 0;
}

#play .img_ul li img {
	position: absolute;
}

.imgMove {
	width: 797px;
	clear: both;
	margin: 20px auto;
	position: relative;
}

.img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 90px;
	position: relative;
}

.img_hd ul {
	position: absolute;
	z-index: 1
}

.img_hd ul li {
	float: left;
	width: 124px;
	height: 82px;
	padding: 3px;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #d4d4d4;
	position: relative;
}

.img_hd ul li p {
	width: 124px;
	height: 82px;
	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;
	width: 90px;
	width: 124px;
	height: 82px;
}

.img_hd ul li.on {
	border: 1px solid #d0000d;
	background: #d0000d;
}

.imgMove .prev_a {
	display: block;
	width: 30px;
	height: 90px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/view/prev6.png) no-repeat center center;
	background-color: #e5e5e5;
}

.imgMove .next_a {
	display: block;
	width: 30px;
	height: 90px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/view/next6.png) no-repeat center center;
	background-color: #e5e5e5;
}

.article_pageUp {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	padding-left: 20px
}

.article_pageUp a {
	color: #666
}

.article_pageUp a:hover {
	color: #317f37
}

.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #d0000d;
}

.articlePage a.hover {
	color: #fff;
	background: #d0000d;
}

.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 20px 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	float: left;
	background: url(../images/view/file.png) no-repeat left center;
}

.articleHand a:hover {
	color: #d0000d;
}

.articleHand a.word {
	background: url(../images/view/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/view/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/view/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/view/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/view/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}
.articleBox{
	font-size: 16px;
	line-height: 40px;
}
.articleBox em,
.articleBox i{
	font-style: italic;
}
.articleBox img{
    max-width: 100%;
}
/* 分享 */
.ShareBox {
	overflow: hidden;
	clear:both;
}
.ShareBox p {
	display: block;
	overflow: hidden;
	float: left;
}
.ShareBox i {
	clear:both;
	display: block;
	font-size:12px;
	color:#666;
	text-align: center;
	overflow: hidden;
	margin:5px 0px;
	display:none;
}
.ShareBox span {
    font-size: 14px;
    line-height: 30px;
	float:left;
}
.ShareBox a{
	padding: 0 !important;
    width: 25px !important;
    height: 25px !important;
    margin: 0 7px 0 0 !important;
	}
.ShareBox .bds_weChat{background: url(../images/share/shareBt5.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tsina{background: url(../images/share/shareBt1.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_tqq{background: url(../images/share/shareBt2.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_qzone{background: url(../images/share/shareBt3.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_douban{background: url(../images/share/shareBt4.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .bds_sqq{background: url(../images/share/shareBt6.png) no-repeat center center !important;background-size:100%!important;}
.ShareBox .f_more{background:url(../images/footShare.png) no-repeat -111px 0px !important;}
/*单篇+文章页end*/
/* 发展历程 start */

.eventBox {
	background: url(../images/culBg2.jpg) center center no-repeat;
	background-size: cover;
	padding: 65px 0;
	height: 614px;
}
.event .myslide {
	width: 33.333%;
	float: left;
	display: inline;
	padding-top: 46px;
	background: url(../images/his.png) no-repeat;
	background-position: 27px top;
	outline: none;
	position: relative;
}

.event .myslide:before {
	display: block;
	content: '';
	position: absolute;
	top: 221px;
	/* left: 0; */
	left: 17px;
	width: 29px;
	height: 2px;
	background: #e9e9e9;
	z-index: 1;
}

.event .myslide:after {
	display: block;
	content: '';
	position: absolute;
	top: 221px;
	/* left: 46px; */
	left: 63px;
	width: 354px;
	height: 2px;
	background: #e9e9e9;
	z-index: 1;
}

.event .con span {
	display: block;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 18px;
	position: relative;
	z-index: 5;
	background: #455a78;
	top: -16px;
	left: 36px;
}

.event .con span:after {
	display: block;
	content: '';
	width: 1px;
	height: 175px;
	background: #fff;
	position: absolute;
	top: 18px;
	left: 50%;

}

.event .hisTime {
	position: absolute;
	height: 40px;
	line-height: 40px;
	font-size: 32px;
	color: #fff;
	padding-top: 200px;
	text-align: left;
	position: relative;
}

.event .hisTime:before {
	display: block;
	content: "";
	overflow: hidden;
	width: 11px;
	height: 11px;
	border: 3px solid #fff;
	position: absolute;
	left: 50%;
	bottom: 55px;
	margin-left: -8px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.event .hisTime:after {
	display: block;
	content: "";
	overflow: hidden;
	height: 160px;
	width: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 72px;
}

.event .down .con {
	padding-top: 112px;
}

.event .down .hisTime {
	padding-bottom: 200px;
	padding-top: 0px;
}

.event .down .hisTime:before {
	top: 55px;
	bottom: auto;
}

.event .down .hisTime:after {
	bottom: auto;
	top: 72px;
}

.event .down .hisC {
	position: absolute;
	bottom: 24px;
}

/* .event .down .hisC {
    padding-top: 110px;
} */
.event .up .con span {
	display: block;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 18px;
	position: relative;
	z-index: 5;
	background: #455a78;
	top: 22px;
	left: 36px;
}

.event .up .con span:after {
	display: block;
	content: '';
	width: 1px;
	height: 175px;
	background: #fff;
	position: absolute;
	top: -176px;
	left: 50%;
}


.event .hisC {
	line-height: 27px;
	overflow: hidden;
	position: absolute;
	bottom: 100px;
	font-size: 14px;
	color: #fff;
	left: 70px;
	padding-right: 75px;
}


.event .prev {
	display: block;
	width: 45px;
	height: 30px;
	cursor: pointer;
	border-radius: 15px;
	background:  url(../images/prev.png) no-repeat center center;
	position: absolute;
	left: -44px;
	top: 206px;
	z-index: 1;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}

.event .next {
	display: block;
	width: 45px;
	height: 30px;
	cursor: pointer;
	border-radius: 15px;
	background:  url(../images/next.png) no-repeat center center;
	position: absolute;
	right: -44px;
	top: 206px;
	z-index: 1;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.event .prev:hover {
	background:  url(../images/prev_h.png) no-repeat center center;
}

.event .next:hover {
	background:  url(../images/next_h.png) no-repeat center center;
}
/* 发展历程 end */

/* 企业文化 start */
.culture dd{
	padding: 0 50px;
	margin-bottom: 30px;
	height: 435px;
	background-size: cover;
	background-position: center center;
}
.culture dd.even .data{
	width: 50%;
	float: right;
	display: inline;
}
.culture .title{
	font-size: 36px;
	color: #dc870e;
}
.culture .title span{
	font-size: 24px;
	padding-left: 10px;
	font-weight: lighter;
	text-transform: uppercase;
}
.culture .info{
	font-size: 20px;
	color: #666666;
	line-height: 40px;
}
.culture  dd.dd4 .title,
.culture  dd.dd5 .title{
	color: #fff;
}
.culture  dd.dd4 .info,
.culture  dd.dd5 .info{
	color: #fff;
}
/* 企业文化 end */

/* 领导 start */
.leader{
	margin: 0 -15px;
}
.leader dd{
	float: left;
	display: inline;
	width:25%;
	margin-bottom: 20px;
}
.leader a{
	display: block;
	margin: 0 15px;
	border-radius: 3px;
	overflow: hidden;
}
.leader .pic:before,
.leaderView .pic:before{
	padding-top: 142.0863%;
}
.leader .title{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
}
.leaderView{
	padding:40px 50px;
	display: none;
}
.leaderView .pic{
	width: 280px;
	margin-right: 35px;
}
.leaderView .info{
	font-size: 16px;
	color: #333;
	line-height: 36px;
	height: 420px;
	overflow-y: auto;
}
.leaderView .info{
	
}
.leaderView .info::-webkit-scrollbar {width:5px;background:#ebebeb;}
.leaderView .info::-webkit-scrollbar-button {display: none;}
.leaderView .info::-webkit-scrollbar-thumb {width:5px;background:#999;border-radius: 5px;}
.leaderView .info::-webkit-scrollbar-corner {background:none;}
/* 领导 end */
/* 全图1 start */
.imgList1{
	margin: 0 -15px;
}
.imgList1 dd{
	float: left;
	display: inline;
	width:33.33333%;
	margin-bottom: 20px;
}
.imgList1 a{
	display: block;
	margin: 0 15px;
	border-radius: 3px;
	overflow: hidden;
}
.imgList1 .pic:before{
	padding-top: 66.66666%;
}
.imgList1 .title{
	font-size: 16px;
	color: #333;
	line-height: 50px;
	text-align: center;
	background: #fff;
}
.imgList1 .title span{
	display: block;
}
.viewer-canvas>img{
    padding: 20px;
    background: #fff;
    border-radius: 3px;
}
.viewer-toolbar li.viewer-prev{
    position: fixed;
    top: 50%;
    left: 30px;
    width: 40px;
    height: 80px;
    border-radius: 0;
    background: #999 url(../images/arrowL.png) center center no-repeat;
}
.viewer-toolbar li.viewer-next{
    position: fixed;
    top: 50%;
    right: 30px;
    width: 40px;
    height: 80px;
    border-radius: 0;
    background: #999 url(../images/arrowR.png) center center no-repeat;
}
.viewer-toolbar li.viewer-prev:before,
.viewer-toolbar li.viewer-next:before{
    display: none;
}

.viewer-play,
.viewer-flip-horizontal,
.viewer-flip-vertical{
    display: none;
}
.viewer-toolbar{
    width: 150px !important;
}
/* 全图1 end */
/* 视频列表 start */
.videoList1{
	margin: 0 -15px;
}
.videoList1 dd{
	float: left;
	display: inline;
	width:33.33333%;
	margin-bottom: 20px;
}
.videoList1 a{
	display: block;
	margin: 0 15px;
	border-radius: 3px;
	overflow: hidden;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.videoList1 .pic:before{
	padding-top: 56.25%;
}
.videoList1 .ico{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	background: rgba(0,0,0,0.3) url(../images/play.png) center center no-repeat;
}
.videoList1 .title{
	font-size: 16px;
	color: #333;
	line-height: 50px;
	text-align: center;
	background: #fff;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.videoList1 .title span{
	display: block;
}
.videoList1 a:hover {
	transform: translateY(-4px);
	box-shadow: 0 1px 14px 0 rgba(0,0,0,0.1);
}
.videoList1 a:hover .ico{
	background-color: rgba(0,0,0,0);
}
.videoList1 a:hover .title{
	color: #D0000D;
}
/* 视频列表 end */

/* 全文1 start */
.textList1 a{
	display: block;
	padding: 35px 0;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	background-color: transparent;
}
.textList1 .time{
	padding-right: 30px;
	margin-right: 30px;
	position: relative;
	text-align: center;
	width: 85px;
}
.textList1 .time:after{
	content: '';
	display: block;
	border-left: 1px solid #e5e5e5;
	height: 46px;
	margin-top: -23px;
	position: absolute;
	top: 50%;
	right: 0;
}
.textList1 .time em{
	display: block;
	font-size: 30px;
	color: #333;
	line-height: 46px;
}
.textList1 .time span{
	display: block;
	font-size: 15px;
	color: #B2B2B2;
	line-height: 30px;
}
.textList1 .data{
	overflow: hidden;
}
.textList1 .title{
	font-size: 22px;
	color: #333;
	line-height: 40px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.textList1 .info{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding-top: 5px;
}
.textList1 a:hover{
	background-color: #f6eff0;
}
.textList1 a:hover .title{
	color: #D0000D;
}
/* 全文1 end */
/*图文1 start*/
.textImg1 dd{
	margin-bottom: 20px;
}
.textImg1 a{
	display: block;
	padding: 20px;
	background: #fff;
	border-radius: 3px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.textImg1 dd .pic{
    display:block;
    width:300px;
	margin-right: 30px;
	border-radius: 3px;
}
.textImg1 dd .pic:before{
	padding-top: 66.66666%;
}
.textImg1 .data{
	overflow: hidden;
}
.textImg1 .title{
    font-size:20px;
    color:#333;
    padding: 10px 0 0 0;
	line-height: 36px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.textImg1 .time{
    font-size:14px;
    color:#999999;
	line-height: 30px;
	padding: 10px 0;
	overflow: hidden;
}
.textImg1 .time span{
	float: left;
	padding-left: 25px;
	background: url(../images/time.png) left center no-repeat;
}
.textImg1 .time em{
	float: left;
	padding-left: 25px;
	margin-left: 30px;
	background: url(../images/browse.png) left center no-repeat;
}
.textImg1 .info{
    line-height:30px;
    overflow:hidden;
    font-size:14px;
    color:#666;
    height: 60px;
}
.textImg1 a:hover{
	background: #fdf2f3;
}
.textImg1 a:hover .title{
	color: #d0000d;
}
/*图文1 end*/
/* 联系我们 start */
.contact{
	overflow: hidden;
	border-radius: 3px;
}
.contactDeta_ul{
    overflow: hidden;
	padding: 35px 35px 30px 35px;
}
.contactDeta_ul li{
    line-height: 30px;
    font-size: 14px;
    color:#666;
	width: 280px;
    padding: 15px 0px 15px 45px;
}
.contactDeta_ul li+li{
	border-top: 1px solid #e5e5e5;
}
.contactDeta_ul .li1{
    background: url(../images/contactIco1.png) no-repeat left center;
}
.contactDeta_ul .li2{
    background: url(../images/contactIco2.png) no-repeat left center;
}
.contactDeta_ul .li3{
    background: url(../images/contactIco3.png) no-repeat left center;
}
.contactDeta_ul .li4{
    background: url(../images/contactIco4.png) no-repeat left center;
}
.contactDeta_ul .li5{
    background: url(../images/contactIco5.png) no-repeat left center;
}
.contactDeta_ul span{
	display: block;
}
.contactMap{
	height: 425px;
}

/* 联系我们 end */

/* 留言 start */
.msgForm{
	padding:20px 50px 35px 50px;
}
.msgForm dl{ overflow:hidden;margin: 0px -35px;}
.msgForm dl dd{ float:left; width:50%; padding: 15px 0; display:block}
.msgForm dl dt{ display: block; padding: 15px 0; width:100%; float:left}
.msgForm dl dd .msgLabel, .msgForm dl dt .msgLabel{text-align: right; font-size:16px; line-height:40px; color:#555; width:100px}
.msgIcon{height:40px;line-height:40px;font-size:18px;font-family:'microsoft yahei';color:#d6000f;overflow:hidden;padding-left: 10px;}
.msg_box{overflow: hidden;margin: 0px 35px;}
.msgPadding{ overflow:hidden; padding-left:10px}
.msgPadding img{ height: 40px;float: left;display: block;}
.msgPadding a{ display:block;height: 40px;font-size: 14px;line-height: 40px;text-decoration: underline;}
.msgPadding a i{display: block;float: left;padding-left: 10px;font-style: normal}
.msgCenter,.msgForm dl dt .msgCenter{ overflow:hidden; border: 1px solid #dedede; padding: 0 10px;border-radius: 3px;}
.msgInput{ width:100%; height:38px; line-height:38px; border:0; font-size:14px;color: #555; background: transparent;}
.msgCenter .msgTextarea{ background: transparent; height: 170px;line-height: 26px; font-size:14px; width:100%;color: #555; border:0; padding:5px 0px;outline: none;font-family: "microsoft yahei";resize: none;}

.msgSex{ text-align: left}
/*.msgSex input.inputradio { width: 18px;height: 18px;margin: 0 6px 0 0;}*/
.msgSex input.inputradio{
   width: 18px;
   height:18px;
   appearance: none;/*清楚默认样式*/
   -webkit-appearance: none;
   position: relative;
}
.msgSex input.inputradio:before{
   content: '';
   width: 14px;
   height: 14px;
   border: 1px solid #D0000D;
   display: inline-block;
   border-radius: 50%;
   vertical-align: middle;
}
.msgSex input.inputradio:checked:before{
   content: '';
   width: 14px;
   height: 14px;
   border: 1px solid #D0000D;
   display: inline-block;
   border-radius: 50%;
   vertical-align: middle;
}
.msgSex input.inputradio:checked:after{
   content: '';
   width: 8px;
   height: 8px;
   text-align: center;
   background:#D0000D;
   border-radius: 50%;
   display: block;
   position: absolute;
   top: 4px;
   left: 4px;
}


.msgSex em {display: inline;line-height: 36px;font-style: normal;font-size: 14px;color: #666666;margin-right: 20px;}


.messageBtn{ overflow: hidden; }
.messageBtn a{ 
	width: 155px; 
	height: 50px; 
	text-align: center; 
	line-height: 50px; 
	overflow: hidden; 
	display: block; 
	background: #D0000D; 
	color: #FFF; 
	font-size: 18px; 
	border-radius:3px;
	margin: 0 auto;
}
.messageBtn a:hover{ opacity: 0.9;}
/* 留言 end */

/* 留言列表 start */
.msgReply{
	margin: 0 50px;
	border-top: 1px solid #E5E5E5;
}
.msgReply dd{
	border-bottom: 1px solid #E5E5E5;
	padding: 30px 0;
}
.msgReply .wen{
	padding: 10px 0;
	font-size: 14px;
	color: #333;
	line-height: 28px;
}
.msgReply .da{
	padding: 10px 0;
	font-size: 14px;
	color: #999;
	line-height: 28px;
}
.msgReply .da span{
	color: #D0000D;
}
/* 留言列表 end */
.recruitList {
    overflow: hidden;
}

.recruitList .title {
    height: 50px;
    line-height: 50px;
    font-size: 0;
	background:#cccccc;
	margin-bottom: 20px;
}

.recruitList .title span {
    display: inline-block;
    width: 190px;
    text-align: center;
    font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.recruitList dd {
    overflow: hidden;
	background: #fff;
	margin-bottom: 20px;
}

.recruitList dd .recruitT {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: #656565;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.recruitList dd .recruitT .text {
    font-size: 0px;
    overflow: hidden;
}

.recruitList dd .recruitT .text .textName {
    width: 190px;
    display: inline-block;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.recruitList dd .recruitT .btn {
    float: right;
    display: inline;
    height: 50px;
    width: 190px;
    background: url(../images/arrow3.png) no-repeat center center;
    transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
}
.recruitList dd:hover .recruitT .btn{
	background-image: url(../images/arrow3_h.png);
}
.recruitList dd.active .recruitT .btn{
	transform: rotate(180deg);
	background-image: url(../images/arrow3_h.png);
}
.recruitList dd .recruitC {
    overflow: hidden;
    font-size: 14px;
    color: #888;
    line-height: 28px;
    display: none;
    background: #FFF;
    padding-top: 12px;
	padding: 15px 40px 40px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.11);
	margin: 2px;
}

.recruitTable {
    font-size: 14px;
    color: #555555;
    border-bottom: 1px solid #ddd;
}

.recruitList dd .recruitC .recruitText_title {
    font-size: 16px;
    color: #343434;
    line-height: 35px;
}

.recruitList dd .recruitC .tel {
    padding-top: 23px;
    display: block;
}


.recruitText {
    overflow: hidden;
	line-height: 34px;
	font-size: 14px;
	color: #858585;
}
.recruitText div{
	padding: 10px 0 25px;
}
.recruitBtn {
    overflow: hidden;
    width: 150px;
	height: 48px;
}

.recruitBtn a {
    overflow: hidden;
    display: block;
    height: 48px;
    line-height: 48px;
    float: left;
    display: inline;
    padding: 0 40px;
    background: #d0000d;
    color: #FFF;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.recruitBtn a:hover {
    opacity: 0.9
}

.recruitList dd:hover .recruitT {
    background: #d0000d;
    color: #FFF;
}

.recruitList dd:hover .recruitT .text .textName {
    color: #FFF;
}

.recruitList dd:hover .recruitT .btn {
   color: #fff;
}

.recruitList dd.active .recruitT {
    background: #d0000d;
    color: #FFF;
}

.recruitList dd.active .recruitT .text .textName {
    color: #FFF;
}

.recruitList dd.active .recruitT .btn {
   color:#fff;
}

.subPopBox {
	display: none;
}

.subPopCont {
	border-radius: 3px;
	background: #fff;
	padding: 0 50px 0 10px;
}

.joinForm {
	overflow: hidden;
}

.joinFormTit {
	display: block;
	font-size: 30px;
	color: #333;
	text-align: center;
	overflow: hidden;
	height: 76px;
	line-height: 76px;
}

.h20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}

.joinForm_dl {
	overflow: hidden;
}

.joinForm_dl dd {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.joinForm_dl dd .formBox {
	overflow: hidden;
}

.joinForm_dl dt {
	position: relative;
	margin-bottom: 20px;
}

.joinFormName {
	float: left;
	display: inline;
	width: 100px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	text-align: right;
	font-size: 15px;
	color: #666;
}

.formDiv {
	width: 400px;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}

.joinFormInp {
	display: block;
	width: 398px;
	height: 38px;
	overflow: hidden;
	padding: 0px 10px;
	font-size: 14px;
	background: transparent;
	border-radius: 3px;
	color: #666;
	font-family: "microsoft yahei";
	line-height: 38px;
	border: none;
	box-sizing: border-box;
}
.dutyTitle{
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #343434;
}
.joinForm_dl dd label {
	margin-right: 15px;
}

.joinForm_dl dt .formAbox {
	overflow: hidden;
	
	border: 1px solid #e6e6e6;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	border-radius: 3px;
}

.joinForm_dl dt .formAbox .formArea {
	width: 100%;
	height: 100%;
	border: none;
	padding: 5px 10px;
	height: 150px;
	line-height: 30px;
	box-sizing: border-box;
	outline: none;

}

.joinFile {
	display: inline-block;
	width: 80px;
	height: 28px;
	border-radius: 3px;
	border-style: none;
	overflow: hidden;
	background: #00b7ee;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}

.formDiv.w_100 {
	width: 245px;
}

a.joinCode {
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}

.joinCode img {
	display: block;
	height: 40px;
	float: left;
}

.joinCode i {
	display: block;
	height: 32px;
	overflow: hidden;
	float: left;
	padding-left: 10px;
}

.h10 {
	clear: both;
	height: 10px;
	overflow: hidden;
}

.contactBt {
	margin-left: 95px;
}

.contactBt a {
	display: inline-block;
	width: 150px;
	height: 48px;
	overflow: hidden;
	font-size: 16px;
	color: #999;
	text-align: center;
	line-height: 48px;
	border-radius: 3px;
	margin: 0px 5px;
}

.contactSubmit {
	background: #d0000d;
	color: #fff !important;
}

.contactReset {
	background: #e6e6e6;
	color: #999;
}

.closeSubPop {
	width: 30px;
	height: 28px;
	overflow: hidden;
	background: url(../images/close.png) no-repeat center center;
	position: absolute;
	right: -30px;
	top: -30px;
}
/*招聘列表 end*/
/* 业务范围 start */

.business .pic{
	width:50%;
}
.business .pic:before{
	padding-top: 66.66666%;
}
.business .data{
	padding: 40px 0 0 60px;
	overflow: hidden;
}
.business dd.even .data{
	padding: 40px 60px 0 0 ;
}
.business .title{
	font-size: 24px;
	color: #444;
	line-height: 40px;
}
.business .title2{
	font-size: 18px;
	color: #b2b2b2;
	text-transform: uppercase;
	line-height: 30px;
}
.business .info{
	line-height: 28px;
	color: #333;
	font-size: 16px;
	height: 112px;
	overflow: hidden;
	margin-bottom: 30px;
	padding-top: 10px;
}
.business .more a{
	display: block;
	width: 118px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #333;
	font-size: 14px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}
.business .more a:hover{
	color: #fff;
	border: 1px solid #D0000D;
	background: #D0000D;
}
/* 业务范围 end */
