@charset "UTF-8";
/*单篇+文章页start*/
.articleC {
	background: #FFFFFF;
	padding: 0 50px;
}
.articleTitle {
	clear: both;
	line-height: 43px;
	font-size: 24px;
	font-family:"microsoft yahei";
	color:#333333;
	text-align: center;
	position: relative;
}
.articleTime {
	display: block;
	clear: both;
	color: #666666;
	font-size: 14px;
	line-height: 32px;
	padding-bottom: 12px;

	overflow: hidden;
	text-align: center;
}
.articleTime span {
	padding-right: 16px;
	font-size: 14px;
	color: #999999;
}
.share{
	display:block;
	clear:both;
	padding:10px 0;
	}
.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:#2656af;
	}
.articlePage a.hover{
	color:#fff;
	background:#2656af;
	}

.articleBox {
	line-height:25px;
	padding:10px 0;
	color: #666666;
	font-size:14px;
}
.articleBox img{
	max-width:100%;
	}
.minH600{
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
/**
 * 文章阅读页-内容上部大图
 */
#play{
	width:600px;
	height:400px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	padding:5px;
	margin:20px auto 0 auto;
}
#play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {background: url(../images/file/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/file/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
	position: relative;
	z-index: 1;
	width:600px;
	height:400px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:600px;
	height:400px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:600px;clear:both;margin:20px auto;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:60px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	height:47px;
	width:70px;
	padding:3px;
	margin:0 7px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	height:47px;
	width:70px;
	display:block;
	background:#fff;
	position:relative;
	}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	}
.img_hd ul li img {position:absolute;height:47px;width:70px;}
.img_hd ul li.on {border:1px solid #da0100;background:#da0100;}
.imgMove .bottom_a {
	width:20px;
	height:25px;
	display: block;
	cursor: pointer;
	z-index: 10;
	float:left;
	top:15px;
	position:absolute;
	z-index:9999999999999;
	background:url(../images/file/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}
.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/file/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/file/word.png) no-repeat left 3px; color:#37a6ff !important; }
.articleHand a.ppt{background:url(../images/file/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/file/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/file/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(../images/file/zip.png) no-repeat left 3px; color:#ff9779 !important; }
.shareBox{
	height:40px;
	overflow:hidden;
	background:#f1f1f1;
	}
.shareBoxL{
	float:left;
	padding:0 0 0 20px;
	}
.shareBoxL B{
	display:block;
	line-height:40px;
	float:left;
	}
.bdsharebuttonbox{
	float:left;
	padding:6px 0 0 10px;
	}
.shareBoxR{
	line-height:40px;
	float:right;
	padding:0 20px 0 0;
	font-size:14px;
	color:#000;
	}
.pageUp{
	display:block;
	line-height:34px;
	padding:10px 0 20px 0;
	color: #999999;
	font-size:16px;
	border-top: 1px solid #E6E6E6;
	}
.pageUp a {
	font-size: 16px;
	color: #999999;
}
.articleShare {
	display: inline;
}
.articleShare .bshare-custom{
	display: inline;
}
.articleShare a {
	padding: 0 !important;
	height: 25px !important;
	width: 25px !important;

}
.articleShare .bshare-qqim {
	background: url(../images/atqq.png)no-repeat center center !important;
}
.articleShare .bshare-weixin {
	background: url(../images/atwx.png)no-repeat center center !important;
}
.articleShare .bshare-sinaminiblog {
	background: url(../images/atwb.png)no-repeat center center !important;
}
.articleShare .bshare-douban {
	background-position: -96px 0px !important;
}

.pageUp a:hover  {
	color: #2656af;
}
/*单篇+文章页end*/
/* 频道页开始 */
.chanel1{background: #FFFFFF; overflow: hidden;}
.chantitle{  text-align: center;}
.chantitle .titleBg{overflow: hidden;  height: 86px; background: url(../images/contitle.png)no-repeat center center; display: inline-block;}
.chantitle .title{color: #003eaf; font-size: 30px; overflow: hidden;	padding-top: 30px;}
.chantitle .title::before{width: 50px; height: 1px; content: ''; display: inline-block;background: rgba(0, 62, 175, 0.3); margin-bottom: 5px;}
.chantitle .title::after{width: 50px; height: 1px; content: ''; display: inline-block;background: rgba(0, 62, 175, 0.3);margin-bottom: 5px;}
.chantitle .title i{display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #af0000;}
.chantitle .title1{height: 20px; line-height: 20px;  color: #cbd7ff; font-size: 14px;}
.chaneDl{overflow: hidden; padding-top: 43px; margin-bottom: 44px;}
.chaneDl dd{float: left; width: 33.33%; overflow: hidden;  box-sizing: border-box; text-align: center;}
.chaneDl dd:nth-child(2){border-right: 1px solid #e6e6e6; border-left: 1px solid #E6E6E6;}
.chaneDl dd .title{color: #003b90; font-size: 16px;}
.chaneDl dd .title span{ font-size: 48px; font-weight: bold;}
.chaneDl dd .text{color: #666; font-size: 16px; height: 43px; line-height: 43px; overflow: hidden;}
.chane1Text{	font-size: 14px; color: #999; text-indent: 28px; line-height: 30px; overflow: hidden;}
.chanbut{padding: 38px 0; text-align: center;}
.chanbut a{display: inline-block; height: 40px; line-height: 40px; text-align: center; color: #FFFFFF; padding: 0 37px; background: #003EAF; border-radius: 5px;}
.chane-con{padding-bottom: 21px;}

/* 第二通栏开始 */
.channe2{background: url(../images/chanBg1.png)no-repeat center center;background-size: cover; padding: 55px 0;}
.channe2  .chantitle .titleBg{background: url(../images/contitle2.png)no-repeat center center;}
.channe2 .chantitle .title{color: #FFFFFF;}
.channe2 .chantitle .title1{color: rgba(255,255,255,0.3)}
.channe2  .chantitle .title::before{background: rgba(255,255,255,0.3);}
.channe2  .chantitle .title::after{background: rgba(255,255,255,0.3);}
.channe2 .chantitle{margin-bottom: 122px;}
.chane2Text{padding:0 190px;	font-size: 14px; color: #fff; text-indent: 28px; line-height: 30px; overflow: hidden; text-align: center;}
.chane2img{text-align: center; overflow: hidden; padding-top: 17px; margin-bottom: 115px;}
/* 第二通栏结束 */
/* 第三通栏开始 */
.channe3{width: 100%; background: url(../images/chanBg2.png)no-repeat center center ; background-size: cover; padding: 66px 0;}
.chan3img{padding-top: 60px; overflow: hidden;margin-bottom: 35px;}
/* 第三通栏结束 */
/* 第四通栏开始 */
.chan4-con{padding-top: 65px;}
.channe4{background: url(../images/chanBg3.png)no-repeat center center; background-size: cover; padding: 75px 0;}
.channe4  .chantitle .titleBg{background: url(../images/contitle2.png)no-repeat center center;}
.channe4 .chantitle .title{color: #FFFFFF;}
.channe4 .chantitle .title1{color: rgba(255,255,255,0.3)}
.channe4  .chantitle .title::before{background: rgba(255,255,255,0.3);}
.channe4  .chantitle .title::after{background: rgba(255,255,255,0.3);}
.chan4banner{position: relative; }
.chan4banner dd {transition: all 0.5s linear; -webkit-transition: all 0.5s linear; padding-bottom: 119px;}
.chan4banner dd .con{margin-right: 25px; overflow: hidden;}
.chan4banner dd .con .text{text-align: center; background: #FFFFFF; }
.chan4banner dd .con .text .title{ font-size: 18px; color: #333333; height: 50px; line-height: 50px;}
.chan4banner dd .con .text .title::after{display: block; content: ''; width: 26px; height: 1px; background: #c0c0c0; margin: 0 auto;}
.chan4banner dd .con .text .chanbut{padding: 24px 0}
.chan4banner dd .con .text .chanbut a{display: inline-block; height: 40px; line-height: 40px; text-align: center; color: #999999; padding: 0 37px; border: 1px solid #c0c0c0; border-radius: 5px; background: none; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.chan4banner dd .con .pic::before{padding-top: 121.7857%;}
.chan4banner .slick-arrow{width: 53px; height: 53px; border-radius: 50%; position: absolute; cursor: pointer; transition: all 0.3s linear; -wbekit-transition: all 0.3s linear;}
.chan4banner .slick-arrow.prev{background: url(../test/col4next.png)no-repeat center center rgba(255,255,255,0.5); position: absolute; top: 50%; left: -84px;}
.chan4banner .slick-arrow.next{background: url(../test/col4pext.png)no-repeat center center rgba(255,255,255,0.5); position: absolute; top: 50%; right: -84px;}
.chan4banner .slick-dots {position: absolute; left:50%; bottom: -20px;  transform: translateX(-50%); }
.chan4banner .slick-dots li {width: 14px; height: 14px; border-radius: 50%; background: #FFFFFF; float: left; margin-right: 15px;}
.chan4banner .slick-dots li.slick-active {background: #af0000;}
.chan4banner dd:hover{transform: translateY(58px);}
.chan4banner dd:hover .text .chanbut a{background: #2656af; color: #FFFFFF; border:1px solid #2656AF;}
.chan4banner .slick-arrow.prev:hover{background: url(../test/col4next.png)no-repeat center center #2656AF;}
.chan4banner .slick-arrow.next:hover{background: url(../test/col4pext.png)no-repeat center center #2656AF;}
/* 第四通栏结束 */
/* 第五通栏开始 */
.channe5{background: url(../images/chanBg4.png)no-repeat center center ; background-size: cover;}
.chan5-con{padding-top: 35px;}
.chan5-con  .text{overflow: hidden; line-height: 30px; text-align: center; font-size: 14px; color: #666666;text-indent: 28px; margin-bottom: 60px;}
.chan5Dl dd{transform: scale(0.8); margin:0 20px;}
.chan5Dl dd.slick-center{transform: scale(1.2); position: relative; z-index: 6; margin: 0;}
.chan5Dl dd .pic { -webkit-box-reflect: below 10px;}
.slider{
    position: relative;
    width:700px;
    margin: 0px auto;
    height: 480px;
}
.slider .bt{
    display: block;
    width: 53px;
    height: 53px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -24px;
	border-radius: 50%;
	
}
.slider .prev{
    left: -240px;
    background: url(../images/col5pext.png) no-repeat center center rgba(255,255,255,0.5);
}
.slider .prev:hover{
    background: url(../images/col5pextb.png) no-repeat center center #4a71bb;
}
.slider .next{
    right: -240px;
    background: url(../images/clo5nexl.png) no-repeat center center rgba(255,255,255,0.5);
}
.slider .next:hover{
    background: url(../images/clo5nex.png) no-repeat center center #4a71bb;
}
#img-slider{
    height: 365px;
}
#img-slider li{
    width:565px;
    height:365px;
    position:relative;
}
#img-slider a{
	display: block;
	width: 100%;
	height: 100%;
}
#img-slider a .honorImg{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#img-slider span{
	overflow: hidden;
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding-top: 10px;
	font-weight: bold;
	display: none;
}
#img-slider .roundabout-in-focus span{
	display: block;
}
#img-slider li img{
    display:block;
    width: 100%;
	height: 100%;
	object-fit: contain;
}
.roundabout-in-focus .honorName{
    display: block;
}
.honorName{
    display: none;
    overflow: hidden;
    font-size: 16px;
    color:#666;
    text-align: center;
    padding-top: 10px;
}

.dhjd_dl{
    overflow: visible !important;
}

#articleContent .center{
    width: 1920px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
/* 第五通栏结束 */
/* 第六通栏开始 */
.channe6{background: url(../images/chanBg5_09.png)no-repeat center center; background-size: cover; padding:  160px 0;}
.chan6Dl{overflow: hidden;}
.chan6Dl dd{float: left; width: 33.33%;overflow: hidden;}
.chan6Dl dd a{display: block; border-right: 1px solid rgba(255,255,255,0.3);}
.chan6Dl dd a i{display: block;width: 72px; height: 72px; margin: 0 auto; transition: all 0.3s linear;}
.chan6Dl dd a .text{color: #FFFFFF; text-align: center; height: 56px; line-height: 56px; font-size: 18px; }
.chan6Dl dd a i.junming{background: url(../images/junming.png)no-repeat center center;}
.chan6Dl dd a i.qiye{background: url(../images/qiye.png)no-repeat center center;}
.chan6Dl dd a i.ship{background: url(../images/ship.png)no-repeat center center; width: 95px;}
.chan6Dl dd:last-child a{border: none;}
.chan6Dl dd a:hover i{transform: scale(1.05);}
/* 第六通栏结束 */
/* 频道页结束 */

/*表单开始*/
.contactTitleBox {
	text-align: center;
	overflow: hidden;
}

.contactTitleBox .title {
	font-size: 30px;
	color: #333;
	height: 64px;
	line-height: 64px;
	overflow: hidden;
}
.contactTitleBox .title1 {
	height: 72px;
	line-height: 36px;
	width: 720px;
	font-size: 16px; 
	color: #666666;
	margin: 0 auto;
}
.messageFormDl{overflow: hidden; margin-right: -100px;}
.messageFormDl dd{overflow: hidden; float: left; width: 50%; margin-bottom: 30px;}
.messageFormDl  dd .con3{margin-right: 100px;}
.messageFormDl  dd .con3 .title{height: 36px;line-height: 36px; width: 74px;display: inline; color: #555555; font-size: 16px; float: left; text-align: right;margin-right: 10px;}
.messageFormDl  dd .con3 .formc{height: 36px; overflow: hidden; border: 1px solid #E6E6E6; box-sizing: border-box;-webkit-box-sizing: border-box;}
input.inpt1{display: block; border: none; outline: none; width: 100%; height: 100%; padding: 0 10px; line-height: 36px;}
.sex{border: 0;}
.sex div{display: inline-block; margin: 0 15px; cursor: pointer;}
.sex{height: 36px; font-size: 14px; color: #333333;line-height: 36px;}
.radio{width: 8px; height: 8px;border: 2px solid #cecece; border-radius: 50%;padding: 2px;position: relative;top: 3px;}
.selected{background: url(../images/radio.png) no-repeat center center;}
.forbut .webuploader-pick{background: none; padding: 0; }
.messageFormDl .dd1 {width: 100%;height: 197px;}
.messageFormDl .dd1 .con3 .formc{height:197px;}

.messageFormDl .dd2 .con3 .formc {width: 29%; margin-right: 24px;}
.messageFormDl dd textarea{outline: none; border: none; width: 100%; height: 100%; padding: 10px;}
.inptimg {height: 100%;width: 100px; overflow: hidden; border-radius: 5px; float: left; margin-right: 30px; }
.messkan{height: 36px; line-height: 36px; font-size: 16px; color: #666666; overflow: hidden;}
.messageFormDl dd .con3 .messbut a{ display: inline-block;height: 50px; line-height: 50px; padding: 0 62px; text-align: center; border: 1px solid #2656af; color: #2656af; font-size: 18px; border-radius: 5px; margin-right: 24px;}
.messageFormDl dd .con3 .messbut a.tijiao{background: #2656AF; color: #FFFFFF;}
.messageFormDl dd .con3 .messbut{margin-left: 84px; padding: 27px 0 20px;}
/* 表单结束 */
/* 联系我们开始 */
.cont-con{padding: 30px 0;}
.cont-Left{background: #fafafa;}
.contDl{padding: 0 20px;box-sizing: border-box;}
.contDl dd{line-height: 30px; font-size: 14px; color: #666666; padding: 20px 0; padding-left: 42px; width: 459px; box-sizing: border-box; border-bottom: 1px solid #E6E6E6;}
.contDl dd .title{color: #333333;}
.contDl dd span{color: #666666;}
.contDl .dd1{background: url(../images/dizhi.png)no-repeat top 25px left;}
.contDl .dd2{background: url(../images/dianhua.png)no-repeat top 25px left;}
.contDl .dd3{background: url(../images/chuanzhen.png)no-repeat top 25px left;}
.contDl .dd4{background: url(../images/youxiang.png)no-repeat top 25px left;}
#allmap{overflow: hidden;height: 494px; overflow: hidden;}
/* 联系我们结束 */

/* ==================== 招贤纳士 start ==================== */
/* 招聘列表 */
.recruitListBox {
	overflow: hidden;
}

.recruitTitle {
	height: 50px;
	line-height: 50px;
	background: #b3b3b3;
}

.recruitTitle .text {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.recruitTitle .text span {
	width: 16%;
	display: inline-block;
	text-align: center;
}

.recruitListDl {
	overflow: hidden;
	padding: 10px 0 0 0;
}

.recruitListDl dd {
	overflow: hidden;
	margin-bottom: 10px;
	
}

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

.recruitListDl dd .recruitT .text {
	background: #dfe6f3;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	padding: 0 60px;
}

.recruitListDl dd .recruitT .text span.recruitIcon {
	font-weight: bold;
	width: 50px;
	font-size: 20px;
	text-align: center;
	background: url(../images/showIcn.png) no-repeat center center;
}

.recruitListDl dd:hover .recruitT .text span.recruitIcon {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	background: url(../images/showIcnb.png) no-repeat center center;
	
}

.recruitListDl dd .recruitT .text span {
	
	display: inline-block;
	text-align: center;
	height: 50px;
	overflow: hidden;
}

.recruitListDl dd .recruitT .text span.money {
	color: #e89214;
}

.recruitListDl dd .recruitT .btn {
	float: right;
	display: inline;
	width: 60px;
	height: 60px;
	background: url(../images/zpShow.png) no-repeat center center;
}

.recruitListDl dd .recruitC {
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	display: none;
	background: #FFF;
	padding: 10px 0 0;
}
.recruitC .recuitmiao{padding: 28px 0; border-bottom: 1px solid #E6E6E6; padding-left: 54px;}
.recruitC .recuitmiao .recucon{float: left;width: 25%; }
.recruitC .recuitmiao .recucon span{font-size: 16px; color: #666666; font-weight: bold;margin-right: 25px; }
.recruitText {
	overflow: hidden;
	margin: 20px 30px 0;

	
}

.recruitText .rectitle {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 50px;
}

.recruitText .rectext {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding: 0 0 20px 10px;
}

.recruitBtn {
	overflow: hidden;
	padding: 30px 30px 30px 110px;
}

.recruitBtn a {
	display: block;
	height: 50px;
	line-height: 50px;
	float: left;
	display: inline;
	padding: 0 55px;
	background: #3b67b7;
	font-size: 16px;
	color: #FFF;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.recruitBtn a:hover {
	opacity: 0.9
}

.recruitListDl dd:hover .recruitT .text,
.recruitListDl dd.active .recruitT .text,
.recruitListDl dd:hover .recruitT .text span.money {
	background: #3b67b7;
	color: #FFF;
}

/* 招聘表单 */
.recruitFormBox {
	padding: 0 50px;
}

.recruitFormBox .recruitFormTitle {
	font-size: 30px;
	color: #333333;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.recruitFormBox .recruitFormBtn {
	padding-left: 10%;
	font-size: 0;
}

.recruitFormBox .recruitFormBtn a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0 75px;
	font-size: 16px;
}

.recruitFormBox .recruitFormBtn a.submit {
	color: #fff;
	background: #3b67b7;
	margin-right: 30px;
}

.recruitFormBox .recruitFormBtn a.reset {
	color: #999999;
	background: #e6e6e6;
}

.recruitFormBox .recruitFormBtn a:hover {
	opacity: 0.8;
}

.recruitForm {
	margin-right: -30px;
	overflow-y: auto;
	height: 480px;
}

.recruitForm .recruitFormConBox {
	width: 100%;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

.recruitFormConBox.year .recruitFormCon,
.recruitFormConBox.year .recruitFormDiv {
	overflow: unset !important;
}

.recruitFormConBox.select .recruitFormDiv {
	overflow: hidden;
}

.recruitFormConBox.select .recruitFormDiv .inputWidth {
	width: 30%;
}

.recruitFormConBox.select .recruitFormDiv .imgBox {
	width: 134px;
	height: 100%;
	overflow: hidden;
	margin: 0 20px;
	cursor: pointer;
}

.recruitFormConBox.select .recruitFormDiv .imgBox img {
	object-fit: cover;
}

.recruitFormConBox.select .recruitFormDiv .text {
	font-size: 16px;
	color: #555555;
}

.recruitFormConBox.year {
	margin-top: -90px;
	overflow: unset;
}

.recruitFormCon {
	margin-right: 30px;
	height: 40px;
	line-height: 40px;
}

.recruitFormCon.textarea {
	height: 100px;
}

.recruitFormCon>div {
	float: left;
	display: inline;
}

.recruitFormCon .title {
	font-size: 15px;
	color: #666666;
	width: 80px;
	overflow: hidden;
	text-align: right;
}

.recruitFormCon span.must {
	display: inline-block;
	font-size: 16px;
	color: #3b67b7;
	padding-left: 10px;
	line-height: 65px;
}

.recruitFormDiv {
	width: 85%;
	overflow: hidden;
	height: 100%;
}

.recruitFormDiv.other {
	width: 100%;
	height: auto;
	padding-left: 80px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
}

.recruitFormDiv.other .text {
	font-size: 14px;
	color: #666666;
}

.recruitFormDiv.other .otherBox {
	font-size: 0;
}

.recruitFormDiv.other .otherBox span {
	font-size: 14px;
	color: #999999;
}

.recruitFormDiv.other .otherBox a {
	display: inline-block;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
}

.recruitFormDiv.other .otherBox a.uploading {
	background: #92aad7 !important;
}

.recruitFormDiv.other .otherBox a.template {
	background: #2656af !important;
	margin: 0 10px;
}

.recruitFormDiv.other .otherBox a:hover {
	opacity: 0.8;
}

.recruitFormDiv .inputWidth {
	width: 50%;
	height: 100%;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.recruitFormCon.textarea .recruitFormDiv .inputWidth {
	width: 100%;
}

.recruitFormDiv .inputWidth.sex {
	width: auto;
	border: none;
	float: left;
	display: inline;
}

.recruitFormDiv .inputWidth.sex label {
	font-size: 16px;
	color: #555555;
	cursor: pointer;
}

.recruitFormDiv .inputWidth.sex label:first-child {
	margin-right: 30px;
}

.recruitFormDiv .inputWidth .formInput {
	width: 100%;
	height: 100%;
	font-size: 15px;
	color: #666666;
	padding: 0 25px;
	border: none;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.recruitFormCon.textarea .formInput {
	resize: none;
	padding: 18px 25px;
	line-height: 26px;
}

.recruitFormDiv input::-webkit-input-placeholder,
.recruitFormDiv textarea::-webkit-input-placeholder {
	color: #cccccc;
	font-size: 16px;
}

/* 弹窗 */
.recruitPop {
	width: 52.0833%;
	background: #ffffff;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 10001;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}

.recruitPop .colse {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 22px;
	height: 22px;
	background: #ffffff;
	cursor: pointer;
}

.recruitPop .colse img {
	width: 100%;
	height: 100%;
}

.recruitFormBg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	top: 0;
	z-index: 10000;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}

.recruitFormBg.show {
	visibility: visible;
	opacity: 1;
}

.recruitPop.show {
	visibility: visible;
	opacity: 1;
}
.webuploader-pick-hover{
	background: none !important;
}
.webuploader-pick{
	background: none !important;
	padding: 0 !important;
	display: block !important;
}
.uploader-img-list{
	width: auto !important;
	position: absolute !important;
	right: 0px !important;
	top: 0px;
}
.uploader-img-list div.imgWrap,
.uploader-img-list div.imgWrap p{
	width: 60px !important;
	height: 60px !important;
	padding: 0 !important;
}
/* ==================== 招贤纳士 end ==================== */

/*资质荣誉开始*/
#container{position:relative; margin: 40px 0;}
.gridCon .imgholder {padding: 18px 28px;}
.grid{display: block; width:25%;min-height:100px;  float:left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; cursor: pointer;}
.gridCon{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background:#fff;border-radius:2px; margin-right: 28px; margin-bottom: 30px; border: 1px solid #f5f5f5;}
.grid .text{width:100%;display:block;font-size:14px;text-align:center;line-height:58px;height: 58px; font-weight:normal;text-overflow: ellipsis;white-space: nowrap;overflow:hidden;padding:.25rem 0 0 0; border-top: 1px solid #F5F5F5; transition: all 0.3s linear;}
.grid img{max-width:100%;}
.gridCon:hover .text{background: #2656af; color: #FFFFFF;}
.gridCon:hover{box-shadow: 0 0  8px #d6d6d6;}
/* 资质荣誉结束 */

/* 图文列表开始 */
.imgTextDl dd{width: 100%; transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
.imgTextDl dd .con{padding: 20px 0; border-bottom: 1px solid #E6E6E6;}
.imgTextDl dd .con .pic::before{padding-top: 55.8823%;}
.imgTextDl dd .con .pic{width: 340px; overflow: hidden; margin-right: 50px;}
.imgTextDl dd .con .pic img{transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
.imgTextDl dd .con .text{overflow: hidden;}
.imgTextDl dd .con .text .det{height: 35px; line-height: 35px; color: #7fcf7a; font-size: 24px; padding-top: 21px;}
.imgTextDl dd .con .text .det a{display: block; float: right; width: 35px; height: 35px; background: url(../images/imgtextgenduo.png)no-repeat center center;}
.imgTextDl dd .con .text .title{height: 40px; line-height: 40px;}
.imgTextDl dd .con .text .title a{color: #2656af; font-size: 16px; font-weight: bold;}
.imgTextDl dd .con .text .textC{height: 75px; line-height: 25px; color: #5c5c5c; font-size: 14px;}
.imgTextDl dd:hover{box-shadow: 0 0 8px #D6D6D6;}
.imgTextDl dd:hover .pic img{transform: scale(1.05);}


/* 图文列表结束 */

/* 专家团队开始 */
.teamDl{overflow: hidden;}
.teamDl dd{width: 100%;border-bottom: 1px solid #E6E6E6;}
.teamDl dd .con{padding: 20px 0;}
.teamDl dd .con .pic{width: 156px; overflow: hidden; margin-right: 70px; }
.teamDl dd .con .pic::before{padding-top: 138.4615%; }
.teamDl dd .con .text{overflow: hidden; }
.teamDl dd .con .title{color: #2656af; font-size: 18px; height: 53px; line-height: 53px; padding-top: 40px;}
.teamDl dd .con .textC{line-height: 30px; color: #999999; font-size: 14px; margin-bottom: 20px; transition: all 0.3s line-height;-webkit-transition: all 0.3s linear;}
.teamDl dd .con .xiahua{height: 10px; display: block;width: 20px; background: url(../images/xiahua.png)no-repeat center center; margin: 0 auto;}
.teamDl dd .con .shanghua{height: 10px; display: block;width: 20px; background: url(../images/shanghua.png)no-repeat center center; margin: 0 auto;}
/* 专家团队介绍 */
.organ{padding: 40px 0;}