@charset "utf-8";

/* ==================== 新闻详情和单篇 start ==================== */
.articleC {
	background: #FFFFFF;
	padding: 0 90px;
}

.articleTitle {
	clear: both;
	line-height: 60px;
	font-size: 30px;
	font-family: "microsoft yahei";
	color: #333333;
	text-align: center;
	position: relative;
	font-weight: bold;
}

.articleTime {
	display: block;
	clear: both;
	color: #666666;
	font-size: 14px;
	line-height: 32px;
	padding-bottom: 12px;
	border-bottom: 1px solid #dddddd;
	overflow: hidden;
	text-align: center;
}

.articleTime span {
	padding-right: 16px;
	font-size: 14px;
	color: #666666;
}

.share {
	display: block;
	clear: both;
	padding: 10px 0;
}

.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
	padding: 30px 0 0;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover,
.articlePage a.hover {
	color: #fff;
	background: #0072c2;
}

.articleBox {
	line-height: 40px;
	padding: 10px 0;
	color: #666666;
	font-size: 16px;
}

.articleBox img {
	max-width: 100%;
}

.minH600 {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
div.video{
	width: 80%;
	height: 500px;
	margin: 0 auto;
}
/* 文章阅读页-内容上部大图 */
#play {
	width: 600px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #fff;
	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_iconh.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/file/article_iconh.png) no-repeat -30px -50px;
	right: 0;
}

#play .img_ul {
	position: relative;
	z-index: 1;
	width: 600px;
	height: 400px;
	border: 1px solid #f5f5f5;
}

#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 #0072c2;
	background: #0072c2;
}

.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;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.imgMove .bottom_a:hover {
	background: url(../images/file/article_iconh.png) no-repeat;
}

.imgMove .prev_a,
.imgMove .prev_a:hover {
	background-position: left top;
	left: 0;
}

.imgMove .next_a,
.imgMove .next_a:hover {
	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: #333333;
	font-size: 16px;
	border-top: 1px solid #ccc;
}

.pageUp a {
	font-size: 16px;
	color: #333333;
}

.articleShare {
	display: inline;
}

.articleShare .bshare-custom {
	display: inline;
}

.articleShare a {
	padding: 0 !important;
	height: 25px !important;
	width: 25px !important;
}

.articleShare a.bshare-qqim {
	background: url(../images/new/qq.png)no-repeat center center;
}

.articleShare a.bshare-weixin {
	background: url(../images/new/wx.png)no-repeat center center;
}

.articleShare a.bshare-sinaminiblog {
	background: url(../images/new/xl.png)no-repeat center center;
}

.articlePageBox:hover .pageF,
.articlePageBox:hover .pageL,
.pageUp a:hover {
	color: #0072c2;
}

.articleC .picBox {
	width: 71.4286%;
	margin: 0 auto;
}

.articleC .imgBox {
	padding: 10px 0;
}

.articleC .imgBox .img {
	height: 370px;
	overflow: hidden;
}

.articleC .imgBox .img:nth-child(2) {
	width: 25%;
}

.articleC .imgBox .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* ——————————  start —————————— */
/* ——————————  end —————————— */
/* ==================== 新闻详情和单篇 end ==================== */
/* ==================== 资质荣誉 start ==================== */
.honorList1Dl {
	overflow: hidden;
	margin-right: -20px;
	padding: 20px;
}

.honorList1Dl dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

.honorList1Dl dd .con {
	margin-right: 20px;
	position: relative;
	padding-top: 30px;
	border: 1px solid #dddddd;
}

.honorList1Dl dd .con .picBox {
	padding: 40px;
}

.honorList1Dl dd .con .picBox .pic:before {
	padding-top: 62.4204%;
}

.honorList1Dl dd .con .text {
	width: 100.4%;
	height: 60px;
	line-height: 60px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	left: -0.2%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.viewer-number span,
.viewer-number i {
	font-style: normal;
}

/* ==================== 资质荣誉 end ==================== */
/* ==================== 图文列表 start ==================== */
/* —————————— 新闻列表 start —————————— */
.imgText1Dl {
	overflow: hidden;
	padding-bottom: 20px;
}

.imgText1Dl dd {
	padding: 20px;
	border: 1px solid #e6e6e6;
}

.imgText1Dl dd .con {
	overflow: hidden;
}

.imgText1Dl dd .con .pic {
	width: 300px;
	float: left;
	display: inline;
	margin-right: 30px;
}

.imgText1Dl dd .con .pic:before {
	padding-top: 66.6667%;
}

.imgText1Dl dd .con .text {
	overflow: hidden;
	padding: 20px 0;
}

.imgText1Dl dd .con .text .title {
	height: 40px;
	line-height: 40px;
}

.imgText1Dl dd .con .text .title a {
	font-size: 20px;
	color: #4c4c4c;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgText1Dl dd .con .text .time {
	font-size: 14px;
	color: #999999;
	height: 40px;
	line-height: 40px;
}

.imgText1Dl dd .con .text .info {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}

.imgText1Dl dd .con:hover .text .title a {
	color: #0072c2;
	letter-spacing: 1px;
}

/* —————————— 新闻列表 end —————————— */
/* —————————— 社会责任 start —————————— */
.imgText2Dl {
	overflow: hidden;
	margin-right: -20px;
	padding: 20px;
}

.imgText2Dl dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

.imgText2Dl dd .con {
	margin-right: 20px;
}

.imgText2Dl dd .con .pic:before {
	padding-top: 56.1404%;
}

.imgText2Dl dd .con .text {
	background: #f5f5f5;
	padding: 0 30px;
	height: 80px;
	overflow: hidden;
}

.imgText2Dl dd .con .text .title {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.imgText2Dl dd .con .text .info {
	font-size: 14px;
	color: #666666;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* —————————— 社会责任 end —————————— */
/* —————————— 产品列表 start —————————— */
.productTitle {
	padding: 50px 100px 65px;
	text-align: center;
}

.productTitle .title {
	font-size: 36px;
	color: #333333;
	height: 75px;
	line-height: 75px;
	position: relative;
	margin-bottom: 20px;
}

.productTitle .title:before {
	display: block;
	content: '';
	width: 22px;
	height: 2px;
	background: #0072c2;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -11px;
}

.productTitle .info {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

.productListDl {
	overflow: hidden;
	margin-right: -80px;
}

.productListDl dd {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 80px;
}

.productListDl dd .con {
	margin-right: 80px;
}

.productListDl dd .con .pic:before {
	padding-top: 100%;
}

.productListDl dd .con .text {
	background: #f5f5f5;
	padding: 0 30px;
	height: 130px;
	overflow: hidden;
	text-align: center;
}

.productListDl dd .con .text .title {
	font-size: 30px;
	color: #333333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.productListDl dd .con .text .info {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}

/* —————————— 产品列表 end —————————— */
/* ==================== 图文列表 end ==================== */
/* ==================== 产品详情 start ==================== */
.productViewOne {
	height: 815px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 96px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.productBanner {
	width: 535px;
	height: 502px;
	background: #ccc;
	margin-right: 110px;
}

.productBanner .bd,
.productBanner .bd * {
	height: 100%;
}

.productBanner .mySlide {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
}

.productBanner .slick-dots {
	text-align: center;
	padding-top: 25px;
	height: 50px;
	overflow: hidden;
}

.productBanner .slick-dots li {
	display: inline-block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: rgba(0, 117, 193, 0.5);
	position: relative;
	top: -8px;
	margin: 0 5px;
	margin-bottom: 10px;
}

.productBanner .slick-dots li:before {
	content: '';
	position: absolute;
	left: -8px;
	top: 8px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: rgba(0, 117, 193, 0.5);
}

.productBanner .slick-dots li.slick-active {
	border-bottom-color: rgba(0, 117, 193, 1);
}

.productBanner .slick-dots li.slick-active:before {
	border-top-color: rgba(0, 117, 193, 1);
}

.productBannerCon {
	overflow: hidden;
	height: 502px;
}

.productBanner .mySlide .con .proTitleBox,
.productBannerCon .proTitleBox {
	margin-bottom: 20px;
}

.productBanner .mySlide .con .proTitleBox .title,
.productBannerCon .proTitleBox .title {
	font-size: 27px;
	color: #3f3f3f;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.productBanner .mySlide .con .proTitleBox .subTitle,
.productBannerCon .proTitleBox .subTitle {
	font-size: 16px;
	color: #888888;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.productBanner .mySlide .con .text,
.productBannerCon .text {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}

.productBanner .mySlide .con .text span,
.productBannerCon .text span {
	color: #0075c1;
}

.productViewInfo {
	min-height: 885px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	margin-top: -185px;
}

.productViewTitle {
	padding-top: 170px;
	margin-bottom: 60px;
}

.productViewTitle .title {
	text-align: center;
}

.productViewTitle .title span {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100%;
	border: 1px solid #0075c1;
	font-size: 24px;
	color: #0075c1;
	overflow: hidden;
}

.productViewTitle .subTitle {
	text-align: center;
}

.productViewTitle .subTitle span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	color: #0075c1;
	padding: 0 125px;
	position: relative;
}

.productViewTitle .subTitle span:before,
.productViewTitle .subTitle span:after {
	display: block;
	content: '';
	width: 85px;
	height: 1px;
	background: #0075c1;
	position: absolute;
	top: 50%;
}

.productViewTitle .subTitle span:before {
	left: 0;
}

.productViewTitle .subTitle span:after {
	right: 0;
}

.productInfoCon {
	padding-bottom: 80px;
}

.productInfoCon img {
	object-fit: contain;
}

/* ==================== 产品详情 end ==================== */
/* ==================== 公司简介 start ==================== */
.gsInfo .imgBox {
	width: 100%;
	height: 384px;
	overflow: hidden;
}

.gsInfo .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gsInfoCon {
	padding: 30px 20px;
}

.gsInfoTitleBox {
	padding: 35px 0 30px;
}

.gsInfoTitleBox .title {
	font-size: 36px;
	color: #0072c2;
	height: 40px;
	line-height: 40px;
	margin-top: -25px;
}

.gsInfoTitleBox .subTitle {
	font-size: 36px;
	color: rgba(34, 24, 21, 0.1);
	height: 40px;
	line-height: 40px;
}

.gsInfoCon .text {
	font-size: 14px;
	color: #221815;
	line-height: 28px;
}

/* ==================== 公司简介 end ==================== */
/* ==================== 企业文化 start ==================== */
.cultureBox {
	padding: 30px 20px 20px;
}

.cultureCon {
	padding-bottom: 30px;
}

.cultureCon .title {
	font-size: 24px;
	color: #0075c1;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 20px;
}

.cultureCon .title span {
	font-size: 16px;
	color: #666666;
}

.cultureCon .text {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}

.cultureCon .text span {
	color: #0075c1;
}

.cultureCon .smallTitle {
	font-size: 18px;
	color: #0075c1;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.cultureCon .imgBox {
	padding-top: 30px;
}

/* ==================== 企业文化 end ==================== */
/* ==================== 联系方式 start ==================== */
/* —————————— 联系我们 start —————————— */
.contactUsBox {
	overflow: hidden;
}

.contactUsT {
	background: #fff;
	padding-bottom: 70px;
}

.contactTitle {
	padding: 45px 0 60px;
}

.contactTitle .title {
	font-size: 36px;
	color: #333333;
	height: 80px;
	line-height: 80px;
	position: relative;
	text-align: center;
}

.contactTitle .title:before {
	display: block;
	content: '';
	width: 22px;
	height: 2px;
	background: #0072c2;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -11px;
	margin-top: -1px;
}

.contactUsCon {
	overflow: hidden;
}

.contactUsCon .con {
	width: 33.3333%;
	float: left;
	display: inline;
	text-align: center;
}

.contactUsCon .con .icn {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background-color: #0075c1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 30px;
	margin: 0 auto;
}

.contactUsCon .con .icn.tel {
	background-image: url(../images/common/telIcn.png);
}

.contactUsCon .con .icn.email {
	background-image: url(../images/common/emailIcn.png);
}

.contactUsCon .con .icn.add {
	background-image: url(../images/common/addIcn.png);
}

.contactUsCon .con .title {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}

.contactUsCon .con .info {
	font-size: 18px;
	color: #0075c1;
	padding: 0 20px;
	line-height: 30px;
}

.contactUsB {
	background: #fff;
	padding-bottom: 115px;
}

.mapBox {
	width: 100%;
	height: 520px;
}

#allmap {
	width: 100%;
	height: 100%;
}

/* —————————— 联系我们 end —————————— */
/* —————————— 在线留言 start —————————— */
.messageBox {
	background: #f1f1f1;
	padding-bottom: 85px;
}

.messageForm {
	margin-right: -60px;
}

.messageForm .messageCon {
	width: 50%;
	margin-bottom: 50px;
	float: left;
	display: inline;
}

.messageForm .messageCon.bz {
	width: 100%;
}

.messageCon .formCon {
	margin-right: 60px;
}

.messageCon .formCon .title {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666666;
}

.formCon .inputDiv {
	width: 100%;
	height: 60px;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 20px;
}

.formCon .inputDiv span {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #999999;
}

.messageCon.bz .formCon .inputDiv {
	height: 240px;
}

.formCon .inputDiv.phone {
	background: #fff url(../images/common/phoneIcn.png)no-repeat center left 10px;
	background-size: auto 18px;
	padding-left: 35px;
}

.formCon .inputDiv.geren {
	background: #fff url(../images/common/gerenIcn.png)no-repeat center left 10px;
	background-size: auto 18px;
}

.formCon .inputDiv.ly {
	background: #fff url(../images/common/lyIcn.png)no-repeat top 28px left 10px;
	background-size: auto 12px;
}

.formCon .inputDiv .formInput {
	width: 100%;
	height: 100%;
	outline: none;
	background: none;
	border: none;
	resize: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 15px;
	font-size: 14px;
	color: #333333;
}

.formCon .inputDiv.phone .formInput {
	width: 94%;
}

.formCon .inputDiv.ly .formInput {
	padding-top: 22px;
	padding-bottom: 22px;
}

.formYzmBox {
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}

.formYzmBox .formYzmCon {
	display: inline-block;
}

.formYzmBox .Con {
	float: left;
	display: inline;
	margin: 0 20px;
}

.formYzmBox .Con .inputDiv {
	background: #fff;
	border-radius: 10px;
	height: 60px;
	line-height: 60px;
}

.formYzmBox .Con .inputDiv .formInput {
	overflow: hidden;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
	background: none;
	border: none;
	padding: 0 20px;
}

.formYzmBox .Con .inputDiv .imgBox {
	float: right;
	display: inline;
	width: 80px;
	height: 100%;
	cursor: pointer;
	position: relative;
	padding: 0 10px;
}

.formYzmBox .Con .inputDiv .imgBox::before {
	display: block;
	content: '';
	width: 1px;
	height: 80%;
	background: #eaeaea;
	position: absolute;
	left: 0;
	top: 10%;
}

.formYzmBox .Con .inputDiv .imgBox img {
	width: 100%;
	height: 100%;
}

.formYzmBox .Con a.submit {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0 60px;
	font-size: 14px;
	color: #ffffff;
	background: #0075c1;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.formYzmBox .Con a.submit:hover {
	opacity: 0.9;
}

/* —————————— 在线留言 end —————————— */
/* ==================== 联系方式 end ==================== */
/* ==================== 在线招聘 start ==================== */
/* —————————— 招聘列表 start —————————— */
.recruitListBox {
	overflow: hidden;
	background: #fff;
	padding-bottom: 60px;
}

.recruitTitle {
	height: 60px;
	line-height: 60px;
	background: #0075c1;
}

.recruitTitle .text {
	color: #fff;
	font-size: 0;
}

.recruitTitle .text span {
	width: 20%;
	display: inline-block;
	text-align: center;
	font-size: 16px;
}

.recruitListDl {
	overflow: hidden;
}

.recruitListDl dd {
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}

.recruitListDl dd .recruitT {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.recruitListDl dd .recruitT .text {
	background: #FFF;
	font-size: 0;
	color: #858585;
	overflow: hidden;
}

.recruitListDl dd .recruitT .text span.recruitIcon {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	background: url(../images/common/rightIcn.png)no-repeat center center;
	background-size: 10px auto;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.recruitListDl dd.active .recruitT .text span.recruitIcon {
	background: url(../images/common/downIcn.png)no-repeat center center;
	background-size: 24px auto;
}

.recruitListDl dd .recruitT .text span {
	width: 20%;
	display: inline-block;
	text-align: center;
	height: 60px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
}

.recruitListDl dd .recruitT .text span.money {
	color: #e89214;
}

.recruitListDl dd.active .recruitT .text span.money {
	color: #fff;
}

.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: #f9f9f9;
	padding: 10px 0 0;
}

.recruitText {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	-webkitbox-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}

.recruitText.one {
	width: 46%;
	padding-right: 100px;
}

.recruitText.two {
	width: 54%;
	padding-left: 100px;
}

.recruitText.two:before {
	display: block;
	content: '';
	width: 1px;
	height: 230px;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -115px;
}

.recruitText .rectitle {
	font-size: 18px;
	color: #444444;
	line-height: 50px;
}

.recruitText .rectext {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 20px;
}

.recruitText .rectext:last-child {
	margin-bottom: 0;
}

.recruitBtn {
	overflow: hidden;
	padding: 30px;
}

.recruitBtn a {
	display: block;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	float: left;
	display: inline;
	padding: 0 45px;
	background: #eea705;
	font-size: 14px;
	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: #0075c1;
	color: #FFF; */
}

.recruitTitleDl {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #999999;
}

.recruitTitleDl li {
	width: 20%;
	float: left;
	display: inline;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-size: 12px;
	color: #333333;
	text-align: center;
}

.recruitInfo {
	padding: 30px;
	border-bottom: 1px dashed #999999;
}

/* —————————— 招聘列表 end —————————— */
/* —————————— 招聘表单 start —————————— */
.recruitFormPopBox {
	width: 1000px;
	height: 766px;
	padding: 0 30px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -383px;
	z-index: 21;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	border-radius: 10px;
	overflow: hidden;
}

.recruitFormPopBox.show {
	visibility: visible;
	opacity: 1;
}

.recruitFormPopBg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	background: rgba(0, 0, 0, 0.5);
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	z-index: 21;
}

.recruitFormPopBg.show {
	visibility: visible;
	opacity: 1;
}

.recruitFormPop {
	padding: 30px 0;
	position: relative;
}

.recruitFormPop .formColse {
	position: absolute;
	top: 20px;
	right: -5px;
}

.recruitFormPop .formColse a {
	padding: 10px;
	margin: auto;
	position: relative;
}

.recruitFormPop .formColse a::before,
.recruitFormPop .formColse a::after {
	content: "";
	position: absolute;
	/*方便进行定位*/
	height: 30px;
	width: 1.5px;
	top: 2px;
	right: 9px;
	background: #eea705;
}

.recruitFormPop .formColse a::before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.recruitFormPop .formColse a::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.popFormTitleBox {
	margin-bottom: 20px;
}

.popFormTitleBox .title {
	height: 50px;
	line-height: 50px;
	font-size: 30px;
	color: rgb(0, 117, 193);
	text-align: center;
}

.popFormBtn {
	font-size: 0;
	padding: 30px 0;
	padding-left: 95px;
}

.popFormBtn a {
	display: inline-block;
	width: 216px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 10px;
	font-size: 16px;
	border: 1px solid rgb(0, 117, 193);
}

.popFormBtn a.submit {
	background-color: rgb(0, 117, 193);
	color: #fff;
	margin-right: 20px;
}

.popFormBtn a.reset {
	background: #fff;
	color: #0075c1;
}

.popFormBtn a:hover {
	opacity: 0.9;
}

.popForm {
	height: 500px;
	overflow-y: auto;
}

.popbdAll {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	overflow: hidden;
}

.must {
	font-size: 14px;
	color: #ff0000;
	padding-left: 10px;
	height: 60px;
	line-height: 60px;
}

.popFormCon {
	width: 100%;
	height: 40px;
	margin-bottom: 18px;
}

.popFormCon.bz {
	height: 120px;
}

.popFormCon .popFormDiv {
	width: 87%;
	height: 100%;
}

.inputTitle {
	width: 85px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	font-size: 15px;
	color: rgb(102, 102, 102);
	text-align: right;

}

.popFormDiv .inputWidth {
	width: 100%;
	height: 100%;
}

.popFormDiv .inputWidth .formInput {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	resize: none;
	font-size: 14px;
	color: #333333;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.popFormCon.bz .formInput {
	padding-top: 20px;
}

.radioBox {
	line-height: 60px;
	font-size: 0
}

.radioCon {
	position: relative;
	overflow: hidden;
	display: inline-block;
	font-size: 16px;
	margin-right: 20px;
}

.radioCon label {
	line-height: 60px;
	height: 60px;
	display: block;
	position: relative;
	padding-left: 30px;
	color: #333;
}

.radioCon label:first-child {
	padding-left: 0;
}

.radioCon input {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
}

.radioCon input[type="radio"]+label span {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 1px solid #999999;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.radioCon input[type="radio"]:checked+label span {
	background-color: #0596ff;
	border-color: #0596ff;
	background-clip: content-box;
	padding: 3px;
}

.radioCon.hover input[type="radio"]:checked+label span {
	background-color: #999999;
	border-color: #999999;
}

.popFormDiv.yzm .inputWidth {
	width: 30%;
	border-radius: 5px;
}

.popFormDiv input::-webkit-input-placeholder,
.popFormDiv textarea::-webkit-input-placeholder {
	color: #cccccc;
	font-size: 14px;
}

.popFormDiv.yzm .picBox {
	width: 135px;
	height: 40px;
	border-radius: 5px;
	margin: 0 10px;
	cursor: pointer;
}

.popFormDiv.yzm .picBox img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.popFormDiv.yzm .text {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #4c4c4c;
}

.formUploadBox {
	margin-bottom: 18px;
	min-height: 30px;
	line-height: 30px;
	font-size: 0;
	padding-left: 85px;
}

.formUploadBox a {
	display: inline-block;
	height: 30px;
	padding: 0 15px;
	font-size: 14px;
	border-radius: 10px;
	color: rgb(255, 255, 255);
}

.formUploadBox a.down {
	background-color: rgb(238, 167, 5);
}

.formUploadBox a.up {
	background-color: rgb(238, 167, 5, 0.5);
	margin: 0 10px;
}

.formUploadBox span {
	display: block;
	height: 30px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	margin: 0 10px;
}

.formUploadBox a:hover {
	opacity: 0.9;
}

/* —————————— 招聘表单 end —————————— */
/* ==================== 在线招聘 end ==================== */
/* ==================== 发展历程 start ==================== */
.event {
	height: 1040px;
	background: url(../images/eventBg1.png) center top no-repeat;
}

.event .wrap {
	position: relative;
	height: 100%;
}

.eventBg {
	position: absolute;
	top: 270px;
	right: 30px;
	width: 938px;
	height: 145px;
	background: url(../images/eventBg2.png) center top no-repeat;
}

.eventTitleBg {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 180px;
	height: 100%;
	z-index: 20;
}

.eventTitleBg img {
	width: 180px;
}

.eventIcn {
	width: 140px;
	height: 140px;
	border-radius: 100%;
	background-color: #0071b6;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 76px;
	position: absolute;
	top: 280px;
	left: 190px;
	z-index: 20;
}

.eventBtn {
	width: 100%;
	height: 45px;
	position: absolute;
	bottom: 160px;
	font-size: 0;
	text-align: center;
	z-index: 20;
}

.eventNext,
.eventPrev {
	display: inline-block;
	height: 45px;
	width: 45px;
	border-radius: 100%;
	z-index: 99;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	margin: 0 15px;
}

.eventNext {
	background: #0072c2 url(../images/hnewsnext.png) center center no-repeat;
}

.eventPrev {
	background: #0072c2 url(../images/hnewsprve.png) center center no-repeat;

}

.eventNext:hover,
.eventPrev:hover {
	background-color: #f6ab00;

}

.eventCon {
	position: relative;
	z-index: 9;
	height: 100%;
	margin-left: 315px;
}

.eventCon .slick-list {
	height: 100%;
}

.eventSlide {
	width: 16.6667%;
	float: left;
	display: inline;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
}

.eventSlide.slick-active {
	opacity: 1;
	visibility: visible;
}

.eventYear {
	height: 82px;
	width: 82px;
	border-radius: 50%;
	background: #0071b6;
	text-align: center;
	line-height: 82px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-left: 60px;
	position: relative;
	z-index: 9;
	cursor: pointer;
	transition: 1s;
	-webkit-transition: 1s;
	border: 8px solid rgba(246, 171, 0, 0);
}

.eventTit {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding: 10px 10px 0;
}

.eventInfo {
	font-size: 14px;
	height: 96px;
	overflow-y: auto;
	color: #666;
	line-height: 24px;
	padding: 0px 10px 0;
}

.eventBox {
	top: 230px;
	position: relative;
	transition: 1s;
	-webkit-transition: 1s;
}

.eventSlide.slide1 .eventBox,
.eventSlide.slide3 .eventBox,
.eventSlide.slide5 .eventBox {
	top: 230px;
}

.eventSlide.slide2 .eventBox,
.eventSlide.slide4 .eventBox,
.eventSlide.slide6 .eventBox {
	top: 360px;
}

.eventSlide.slide6 .eventBox {
	left: -20px;
}

.eventIco {
	position: absolute;
	left: 0;
	top: 52px;
	height: 369px;
	width: 97px;
	opacity: 0;
	visibility: hidden;
	transition: 1s ease;
	-webkit-transition: 1s ease;
}

.eventSlide.slide1 .eventIco,
.eventSlide.slide3 .eventIco,
.eventSlide.slide5 .eventIco,
.eventSlide.slide2 .eventIco,
.eventSlide.slide4 .eventIco,
.eventSlide.slide6 .eventIco {
	height: 369px;
	width: 97px;
	background: url(../images/eventIco1.png) left top no-repeat;
}

.eventSlide.slide1 .eventIco {
	left: 25px;
	top: 50px;
}

.eventSlide.slide2 .eventIco {
	left: 0;
	top: 30px;
}

.eventSlide.slide3 .eventIco {
	left: 20px;
	top: 70px;
}

.eventSlide.slide4 .eventIco {
	left: 0;
	top: 20px;
}

.eventSlide.slide5 .eventIco {
	left: 50px;
	top: 30px;
}

.eventSlide.slide6 .eventIco {
	left: 25px;
	top: 0px;
}

.eventIco span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 0;
	transition: 1s ease;
	-webkit-transition: 1s ease;
}

.eventSlide.slide1 .eventIco span,
.eventSlide.slide3 .eventIco span,
.eventSlide.slide5 .eventIco span,
.eventSlide.slide2 .eventIco span,
.eventSlide.slide4 .eventIco span,
.eventSlide.slide6 .eventIco span {
	background: url(../images/eventIco1_h.png) left top no-repeat;
}

.eventData {
	opacity: 0;
	visibility: hidden;
	transition: 0.7s ease;
	-webkit-transition: 0.7s ease;
	position: relative;
	width: 195px;
	background: #eee;
	z-index: 20;
}

.eventData img {
	width: 100%;
}

.eventSlide.slide1 .eventData {
	left: 0px;
	top: 100px;
}

.eventSlide.slide2 .eventData {
	left: 20px;
	top: 40px;
}

.eventSlide.slide3 .eventData {
	left: 10px;
	top: 100px;
}

.eventSlide.slide4 .eventData {
	left: 20px;
	top: 30px;
}

.eventSlide.slide5 .eventData {
	left: 0px;
	top: 130px;
}

.eventSlide.slide6 .eventData {
	left: -40px;
	top: 65px;
}

.eventBox:hover .eventIco {
	opacity: 1;
	visibility: visible;
}

.eventBox:hover .eventIco span {
	height: 100%;
}

.eventBox:hover .eventData {
	opacity: 1;
	visibility: visible;
}

.eventBox:hover .eventYear {
	border: 8px solid rgba(246, 171, 0, 1);
	color: #f6ab00;
	background: #fff;
}

/* 鼠标经过 */
.eventSlide.slick-active.hover .eventIco,
.eventSlide.slick-active.hover .eventData {
	opacity: 1;
	visibility: visible;
}

/* ==================== 发展历程 end ==================== */
/* ==================== 媒体聚焦 start ==================== */
.videoListBox {
	padding: 0 30px;
}

.videoList {
	overflow: hidden;
	margin-right: -30px;
}

.videoList dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.videoList dd a {
	display: block;
	margin-right: 30px;
	background: #fff;
	overflow: hidden;
}

.videoList dd .pic::before {
	padding-top: 60.2273%;
}

.videoList dd a .pic span {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3) url(../images/mvp.png) no-repeat center center;
	z-index: 1;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.videoList dd a .text {
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	background: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.videoList dd a:hover .text {
	color: #fff;
	background: #1488cc;
}

.videoList dd a:hover .pic span {
	opacity: 1;
}

/* ==================== 媒体聚焦 end ==================== */
/* ==================== 全图列表 start ==================== */
.imgListTwoBox {
	padding: 0 30px;
}

.imgList2 {
	overflow: hidden;
	margin-right: -30px;
}

.imgList2 dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.imgList2 dd a {
	display: block;
	margin-right: 30px;
	background: #fff;
	overflow: hidden;
}

.imgList2 dd .pic::before {
	padding-top: 60.2273%;
}

.imgList2 dd a .pic span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgList2 dd a .pic span i {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #1488cc url(../images/jiaIcn.png) no-repeat center center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.imgList2 dd a .text {
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	background: #ffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgList2 dd a:hover .text {
	color: #fff;
	background: #1488cc;
}

.imgList2 dd a:hover .pic span {
	opacity: 1;
}

/* ==================== 全图列表 end ==================== */
