@charset "UTF-8";

/* 集团简介start */
/* 集团简介end */
/* ========== 单篇+文章页 start ========== */
.articleC {
	background: #FFFFFF;
	padding: 0 50px 50px;
}

.articleC .pic {
	width: 880px;
	margin: 0 auto;
}

.articleC .pic::before {
	padding-top: 56.25%;
}

.articleBox {
	line-height: 28px;
	padding: 14px 0;
	color: #757575;
	font-size: 16px;
	text-indent: 2em;
}

.articleBox img {
	max-width: 100%;
}

/* ————— 标题 start ————— */
.articleTitle {
	clear: both;
	line-height: 35px;
	/* height: 35px; */
	font-size: 30px;
	font-family: "microsoft yahei";
	color: #333333;
	text-align: center;
	position: relative;
	margin-bottom: 27px;
}

.groupArticleTitle .articleTitle {
	line-height: 50px;
	padding: 12px 0 30px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {
	display: block;
	clear: both;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	padding-bottom: 27px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	text-align: center;
}

.articleTime span {
	padding-right: 20px;
	font-size: 14px;
	color: #999999;
}

/* ————— 发布信息 end ————— */
/* ————— 分享 start ————— */
.articleShare {
	display: inline-block;
	color: #999999 !important;
	font-size: 14px !important;
	line-height: 20px !important;
	height: 20px !important;
}

.newshare .shareParent .shareFont {
	border: none !important;
}

/* ————— 分享 end ————— */
/* ————— 大图 start ————— */
/* 文章阅读页-内容上部大图 */
#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/common/file/article_iconh.png) no-repeat 0px -50px;
	left: 0;
}

#play .next_a span {
	background: url(../images/common/file/article_iconh.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: 9;
	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: 9;
	background: url(../images/common/file/article_iconh.png) no-repeat;
}

.imgMove .prev_a {
	background-position: left top;
	left: 0;
}

.imgMove .next_a {
	background-position: right top;
	right: 0;
}

.bigImg img {
	object-fit: contain;
	object-position: center center;
	width: 100%;
	display: block;
	overflow: hidden;
}

.bigImgConBox .myPrev {
	background: rgba(0, 0, 0, 0.5) url(../images/column3Prev2.png) center center no-repeat;
	background-size: auto 16px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.bigImgConBox .myNext {
	background: rgba(0, 0, 0, 0.5) url(../images/column3Next2.png) center center no-repeat;
	background-size: auto 16px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.bigImgConBox .myPrev:hover {
	background: rgba(0, 0, 0, 0.5) url(../images/column3Prev2.png) center center no-repeat;
	background-size: auto 16px;
}

.bigImgConBox .myNext:hover {
	background: rgba(0, 0, 0, 0.5) url(../images/column3Next2.png) center center no-repeat;
	background-size: auto 16px;
}

.bigImgSlide {
	border-radius: 5px;
	overflow: hidden;
}

.bigImgSlideBox .bigMySlide .con {
	padding: 4px;
	background: #fff;
	border: 1px solid #d4d4d4;
	cursor: pointer;
}

.bigImgSlideBox .bigMySlide.active .con {
	border: 1px solid #c9a36f;
	background: #c9a36f;
}

.bigImgSlideBox .mySlidePrev {
	background: url(../images/column3Prev2.png) center center no-repeat;
	background-size: auto 20px;
}

.bigImgSlideBox .mySlideNext {
	background: url(../images/column3Next2.png) center center no-repeat;
	background-size: auto 20px;
}

/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.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/common/file/file.png) no-repeat left center;
}

.articleHand a.word {
	background: url(../images/common/file/word.png) no-repeat left 3px;
	color: #37a6ff !important;
}

.articleHand a.ppt {
	background: url(../images/common/file/ppt.png) no-repeat left center;
	color: #ff7735 !important;
}

.articleHand a.excel {
	background: url(../images/common/file/excel.png) no-repeat left center;
	color: #15bf44 !important;
}

.articleHand a.pdf {
	background: url(../images/common/file/pdf.png) no-repeat left center;
	color: #1369c0 !important;
}

.articleHand a.zip {
	background: url(../images/common/file/zip.png) no-repeat left 3px;
	color: #ff9779 !important;
}

/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {
	padding-top: 20px;
	display: block;
	line-height: 34px;
	color: #666666;
	font-size: 14px;
	border-top: 1px solid #e6e6e6;
}

.pageUp a {
	font-size: 14px;
	color: #666666;
}

.pageUp .articlePageBox:hover {
	color: #3a73b6;
}

.pageUp .articlePageBox:hover a {
	color: #3a73b6;
}

/* ————— 上一篇/下一篇 end ————— */
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {
	position: absolute;
	left: -1px;
	opacity: 0;
}

.newsAudio .audiojs {
	z-index: 99999;
	background: #fff;
	overflow: hidden;
	font-family: monospace;
	font-size: 12px;
	border-radius: 5px;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
	width: 400px;
	margin: 0 auto;
	border: 1px solid #e5e5e5\9;
}

.newsAudio .audiojs .play-pause {
	width: 25px;
	height: 27px;
	padding: 4px 6px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
}

.newsAudio .audiojs .play-pause:before {
	content: '';
	display: block;
	border-right: 1px solid #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.newsAudio .audiojs p {
	display: none;
	width: 25px;
	height: 27px;
	margin: 0px;
	cursor: pointer;
}

.newsAudio .audiojs .play {
	display: block;
}

.newsAudio .audiojs .scrubber {
	position: relative;
	float: left;
	width: 240px;
	background: #f5f5f5;
	height: 14px;
	margin: 10px;
	top: 1px;
	overflow: hidden;
}

.newsAudio .audiojs .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #fbbc05;
	z-index: 1;
}

.newsAudio .audiojs .loaded {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 14px;
	width: 0px;
	background: #ffeebb;
	cursor: pointer;
}

.newsAudio .audiojs .time {
	overflow: hidden;
	height: 35px;
	line-height: 36px;
	margin: 0px 0px 0px 6px;
	padding: 0px 6px 0px 12px;
	position: relative;
	color: #666;
}

.newsAudio .audiojs .time:before {
	content: '';
	display: block;
	border-left: 1px solid #e5e5e5;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	transform: scaleX(0.3);
}

.newsAudio .audiojs .time em {
	padding: 0px 2px 0px 0px;
	color: #666;
	font-style: normal;
}

.newsAudio .audiojs .time strong {
	padding: 0px 0px 0px 2px;
	font-weight: normal;
}

.newsAudio .audiojs .error-message {
	display: none;
	padding: 0px 10px;
	height: 35px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	color: #666;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.newsAudio .audiojs .error-message a {
	color: #666;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #999;
	white-space: wrap;
}

.newsAudio .audiojs .play {
	background: url(../components/audio/images/play.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .loading {
	background: url(../components/audio/images/loading.png) center center no-repeat;
	background-size: 14px;
	-webkit-animation: fa-rotating 2s infinite linear;
	animation: fa-rotating 2s infinite linear;
}

.newsAudio .audiojs .loading:before {
	content: '';
}

@keyframes fa-rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.newsAudio .audiojs .error {
	background: url(../components/audio/images/error.png) center center no-repeat;
	background-size: 14px;
}

.newsAudio .audiojs .pause {
	background: url(../components/audio/images/pause.png) center center no-repeat;
	background-size: 16px;
}

.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {
	display: none;
}

.newsAudio .playing .pause {
	display: block;
}

.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {
	display: none;
}

.newsAudio .loading .loading {
	display: block;
}

.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {
	display: none;
}

.newsAudio .error .error {
	display: block;
}

.newsAudio .error .play-pause p {
	cursor: auto;
}

.newsAudio .error .error-message {
	display: block;
}

/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.video {
	width: 600px;
	height: 400px;
	margin: 0 auto
}

/* ————— 视频 end ————— */
/* ========== 单篇+文章页 end ========== */
/* ========== 视频列表 start ========== */
.videoList1Dl {
	overflow: hidden;
	margin-right: -30px;
}

.videoList1Dl dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.videoList1Dl dd .con {
	display: block;
	margin-right: 30px;
	background: #fff;
	overflow: hidden;
	border-radius: 5px;
}

.videoList1Dl dd .pic::before {
	padding-top: 56.2222%;
}

.videoList1Dl dd .pic .playBtn {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 2;
}

.videoList1Dl dd .pic span.play {
	width: 100%;
	height: 42px;
	display: block;
	background: url(../images/playIcon1.png) no-repeat center center;
}

.videoList1Dl dd .text {
	padding: 20px;
}

.videoList1Dl dd .con .title {
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	text-align: center;
}

.videoList1Dl dd .con:hover .title {
	color: #1e5ab0;
}

/* ========== 视频列表 end ========== */
/* ========== 全文列表 start ========== */
.textList1Dl {
	overflow: hidden;
	margin-right: -40px;
}

.textList1Dl dd {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.textList1Dl dd .con {
	display: block;
	background: #fff;
	overflow: hidden;
	padding: 37px 80px;
	margin-right: 40px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.textList1Dl dd .con:hover {
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.textList1Dl dd .title {
	font-size: 18px;
	color: #3a73b6;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	margin-bottom: 3px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.textList1Dl dd .info {
	margin-left: 2px;
	font-size: 18px;
	color: #333333;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
}

.textList1Dl dd .info .info1 {
	float: left;
	display: inline;
	margin-right: 65px;
}

.textList1Dl dd .info .info2 {
	float: left;
	display: inline;
}

.textList1Dl dd .con:hover .title {
	letter-spacing: 1px;
}

/* ========== 全文列表 end ========== */
/* ========== 全图列表 start ========== */
.imgList1Dl {
	overflow: hidden;
	margin: 0 -10px;
}

.imgList1Dl dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 20px;
}

.imgList1Dl dd .con {
	display: block;
	background: #FFFFFF;
	margin: 0 10px;
}

.imgList1Dl dd .con .pic::before {
	padding-top: 56.563462%;
}

.imgList1Dl dd .con .text {
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgList1Dl dd .con:hover .text {
	color: #1e5ab0;
}

/* ========== 全图列表 end ========== */
/* ========== 图文列表 start ========== */
.imgText1Dl dd {
	margin-bottom: 20px;
}

.imgText1Dl dd .con {
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	padding: 30px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.imgText1Dl dd .con:hover {
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.imgText1Dl dd .pic {
	width: 330px;
	float: left;
	display: inline;
	margin-right: 30px;
}

.imgText1Dl dd .pic::before {
	padding-top: ;
}

.imgText1Dl dd .text {
	overflow: hidden;
}

.imgText1Dl dd .text .time {
	line-height: 16px;
	height: 16px;
	font-size: 14px;
	color: #999999;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/clock.png);
	padding-left: 23px;
	margin-bottom: 13px;
}

.imgText1Dl dd .text .title {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.imgText1Dl dd .text .title a {
	font-size: 18px;
	color: #333333;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.imgText1Dl dd .con:hover .text .title a {
	color: #1e5ab0;
	letter-spacing: 1px;
}

.imgText1Dl dd .text .info {
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	margin-bottom: 30px;
}

.imgText1Dl dd .text .btn a {
	line-height: 17px;
	height: 17px;
	font-size: 14px;
	color: #999999;
	padding-right: 26px;
	background: url(../images/common/moreIcon.png) right center no-repeat;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}

.imgText1Dl dd .text .btn a:hover {
	color: #3a73b6;
	padding-right: 30px;
	background: url(../images/moreIcon-h.png) right center no-repeat;
}

/* ========== 图文列表 end ========== */
/* ========== 资质荣誉列表瀑布流 start ========== */
.honorGridBox {
	overflow: hidden;
}

.honorGridDl {
	position: relative;
	width: 100%;
	z-index: 1 !important;
	margin-right: -30px;
	overflow: hidden;
}

.honorGridDl dd {
	width: 33.3333%;
	position: absolute;
	top: 0;
	left: 0;
}

.honorGridDl dd .con {
	display: block;
	margin-right: 30px;
	background: #fff;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
}

.honorGridDl dd .con:hover {
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.honorGridDl dd .con .grPic {
	height: auto;
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.honorGridDl dd .con .grPic img {
	width: 100%;
	height: 100%;
}

.honorGridDl dd .con .text {
	font-size: 16px;
	color: #333333;
	background: #ececec;
	text-align: center;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.honorGridDl dd .con:hover .text {
	color: #fff;
	background: #1e5ab0;
}

.viewer-number span,
.viewer-number i {
	font-style: unset;
}

/* ========== 资质荣誉列表瀑布流 end ========== */
/* ========== 资质荣誉列表 start ========== */
.honorListDl {
	overflow: hidden;
	margin-right: -45px;
}

.honorListDl dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 45px;
}

.honorListDl dd a {
	display: block;
	margin-right: 45px;
	overflow: hidden;
	background: #FFFFFF;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
}

.honorListDl dd a .picBox {
	padding: 97px 50px 75px;
}

.honorListDl dd a .picBox .pic {
	margin-bottom: 50px;
}

.honorListDl dd a .picBox .pic::before {
	padding-top: 71.4285%;
}

.honorListDl dd a .picBox .pic img {
	object-fit: contain;
}

.honorListDl dd a .picBox .title {
	font-size: 18px;
	color: #333333;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.honorListDl dd a:hover .picBox .title {
	color: #3a73b6;
}

.honorListDl dd a:hover {
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

.viewer-number span,
.viewer-number i {
	font-style: normal;
}

/* ========== 资质荣誉列表 end ========== */
/* ========== 联系我们 start ========== */
#map {
	width: 100%;
	height: 785px;
}

.contactUsBox {
	position: relative;
}

.contactUsBox .contactA {
	width: 500px;
	height: 613px;
	position: absolute;
	left: 240px;
	bottom: 80px;
	z-index: 2;
}

.contactAWrap {
	padding: 70px 48px;
}

.contactAWrap .title1 {
	color: rgba(29, 23, 20, 0.1);
	font-size: 36px;
	line-height: 40px;
	height: 40px;
	margin-bottom: 70px;
}

.contactAWrap .title2 {
	color: #1d1714;
	font-size: 26px;
	line-height: 40px;
	height: 40px;
	margin-bottom: 13px;
}

.contactAWrap .title2 .span1 {
	margin-right: 75px;
}

.contactAWrap .info {
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	height: 75px;
	margin-bottom: 58px;
	width: 360px;
	overflow: hidden;
}

.contactAWrap .numberTitle {
	color: #d2ae1c;
	font-size: 35px;
	line-height: 40px;
	height: 40px;
	margin-bottom: 22px;
}

.contactAWrap .item .address {
	margin-bottom: 15px;
	background: url(../images/address.png)no-repeat left 0px center;
	color: #737373;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	padding-left: 50px;
}

.contactAWrap .item .email {
	margin-bottom: 15px;
	background: url(../images/email.png)no-repeat left 0px center;
	color: #737373;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	padding-left: 50px;
}

.contactAWrap .item .number {
	background: url(../images/phone.png)no-repeat left 0px center;
	color: #737373;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	padding-left: 50px;
}

.BMapLabel {
	display: none !important;
}

.anchorBL {
	display: none;
}

.BMap_omCtrl {
	display: none;
}

/* ========== 联系我们 end ========== */

/* 在线留言start */
.messageWrap {
	background-color: #ffffff;
	padding: 40px 60px 45px;
}

.messageTitle {
	font-size: 30px;
	color: #333333;
	line-height: 40px;
	height: 40px;
	text-align: center;
}

.messageTextarea .form-item {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #f5f5f5;
}

.messageTextarea .form-item .formC {
	overflow: hidden;
}

.messageTextarea .form-item .formC .lable {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #999999;
	display: inline;
	float: left;
}

.messageTextarea .form-item .formC .formBox {
	overflow: hidden;
}

.messageTextarea .form-item .formC .formBox textarea {
	width: 100%;
	height: 145px;
	border: none;
	background: none;
	line-height: 50px;
}

.messageTextarea .form-item .formC span {
	position: absolute;
	width: 65px;
	height: 50px;
	line-height: 50px;
	right: 0;
	top: 4px;
	text-align: center;
	color: #d6000f;
	font-size: 16px;
}

.yzm {
	overflow: hidden;
	line-height: 50px;
}

.yzm .input {
	overflow: hidden;
	float: left;
	display: inline;
	padding-right: 10px;
	margin-right: 25px;
	border-radius: 4px;
	width: 270px;
	background-color: #f5f5f5;
}

.yzm img {
	float: left;
	display: inline;
	margin-right: 25px;
}

.form-item-yzm {
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.form-item-yzm .formC {
	overflow: hidden;
	width: 50%;
}

.form-item-yzm .formC .lable {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #999999;
	display: inline;
	float: left;
	padding-left: 10px;
	background-color: #f5f5f5;
}

.form-item-yzm .formC span {
	position: absolute;
	width: 65px;
	height: 50px;
	line-height: 50px;
	right: 0;
	top: 4px;
	text-align: center;
	color: #d6000f;
	font-size: 16px;
}

/* 在线留言end */
.applyWrap .messageTitle .title {
	text-align: center;
}

/* 表单 start */
/* 表单外框架 开始 */
.applyWrap {
	background-color: #ffffff;
	padding: 63px 60px 35px;
}

.applyWrap .title {
	font-size: 30px;
	color: #000000;
	line-height: 40px;
	height: 40px;
	margin-bottom: 12px;
}

.applyWrap .info {
	font-size: 14px;
	color: #333333;
	line-height: 35px;
	height: 35px;
	margin-bottom: 38px;
}

.form {
	overflow: hidden;
	margin-right: -50px;
}

.w50p {
	width: 50%;
}

.w100p {
	width: 100%;
}

.form .form-item {
	display: inline;
	float: left;
	margin-bottom: 30px;
}

.form .form-item .formC {
	margin-right: 50px;
	background-color: #fff;
	border-radius: 4px;
	position: relative;
}

.form .form-item .formC .lable {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #999;
	display: inline;
	float: left;
	margin-left: 10px;
}

.form .form-item .formC .formBox {
	overflow: hidden;
}

.formBtn1 {
	font-size: 0;
	margin-bottom: 15px;
}

.formBtn1 a {
	display: inline-block;
	width: 77px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
	background-color: #909090;
	text-align: center;
	margin-right: 20px;
}

.formBtn1 a.hover {
	background-color: #3a73b6;
	color: #999999;
}

.formBtn1 a:hover {
	opacity: 0.9;
}

.form .type {
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #666666;
}

.formBtn {
	font-size: 0;
	padding-left: 514px;
}

.formBtn a {
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
	background-color: #909090;
	text-align: center;
	margin-right: 20px;
}

.formBtn a.hover {
	background-color: #3a73b6;
}

.formBtn a:hover {
	opacity: 0.9;
}

/* 表单外框架 结束 */
/* 表单内容 开始 */
.input {
	overflow: hidden;
	padding: 0 85px 0 10px;
	position: relative;
}

.input span {
	position: absolute;
	width: 85px;
	height: 50px;
	line-height: 50px;
	right: 0;
	top: 0;
	text-align: center;
	color: #d6000f;
	font-size: 16px;
}

.input input {
	width: 100%;
	height: 50px;
	border: none;
	background: none;
}

.input textarea {
	width: 100%;
	height: 200px;
	border: none;
	background: none;
	line-height: 50px;
}

.radio {
	overflow: hidden;
	display: inline;
	float: left;
	position: relative;
	margin-left: 20px;
}

.formBox i {
	position: absolute;
	width: 85px;
	height: 50px;
	line-height: 50px;
	right: 0;
	top: 0;
	text-align: center;
	color: #d6000f;
	font-size: 16px;
	font-style: normal;
}

.radio li {
	display: inline;
	float: left;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	margin-right: 50px;
	cursor: pointer;
}

.radio li em {
	display: inline;
	float: left;
	width: 18px;
	height: 18px;
	background: url(../images/radio.png) no-repeat center center;
	margin-top: 16px;
	margin-right: 10px;
}

.radio li.selected em {
	background-image: url(../images/radioH.png);
}

/* 表单内容 结束 */
/* 表单 end */
/* 招聘信息填写 start */
.recruit {
	background-color: #f5f5f5;
	padding: 50px 120px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}

.form1 {
	overflow: hidden;
	margin-right: -30px;
}

.form1 .con {
	overflow: hidden;
	width: 50%;
	display: inline;
	float: left;
}

.formL {
	margin-right: 30px;
}

.formL .form-item {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	background-color: #f5f5f5;
	padding-left: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.formL .form-item .formC {
	overflow: hidden;
}

.formL .form-item .formC .lable {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #999999;
	display: inline;
	float: left;
}

.formL .form-item .formC .formBox {
	overflow: hidden;
}

.formL .form-item .formC .formBox input {
	overflow: hidden;
	border: 1px solid #dedede;
	padding: 0 65px 0 0;
	position: relative;
	height: 50px;
	width: 100%;
	border: none;
	background: none;
}

.formL .form-item .formC span {
	position: absolute;
	width: 65px;
	height: 50px;
	line-height: 50px;
	right: 0;
	top: 4px;
	text-align: center;
	color: #d6000f;
	font-size: 16px;
}

.formL .form-item .formC .formBox i {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/sel.png) no-repeat center center;
	position: absolute;
	right: 30px;
	top: 0px;
	cursor: pointer;
}

.formL .form-item .formC .formBox .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dedede;
	border-top: none;
	max-height: 120px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 50px;
	background: #FFF;
	display: none;
	z-index: 100000
}

.formL .form-item .formC .formBox .selTj a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 12px;
}

.formL .form-item .formC .formBox .selTj a:hover {
	background: #e43030;
	color: #FFF;
}

.formL .form-item .formC .formBox .selTj a.hover {
	background: #e43030;
	color: #FFF;
}

.formR {
	overflow: hidden;
	margin-right: 30px;
}

.formR .form-item {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #f5f5f5;
}

.formR .form-item .formC {
	overflow: hidden;
}

.formR .form-item .formC .lable {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #999999;
	display: inline;
	float: left;
}

.formR .form-item .formC .formBox {
	overflow: hidden;
}

.formR .form-item .formC .formBox input {
	overflow: hidden;
	border: 1px solid #dedede;
	padding: 0 85px 0 0;
	position: relative;
	height: 50px;
	width: 100%;
	border: none;
	background: none;
}

.formR .form-item .formC .formBox textarea {
	width: 100%;
	height: 275px;
	border: none;
	background: none;
	line-height: 50px;
}

.formR .form-item .formC span {
	position: absolute;
	width: 65px;
	height: 50px;
	line-height: 50px;
	right: 0;
	top: 0;
	text-align: center;
	color: #d6000f;
	font-size: 16px;
}

.uploading {
	height: 116px;
	padding: 25px 0 25px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.uploadingBtn {
	font-size: 0;
	margin-bottom: 15px;
}

.uploadingBtn a {
	display: inline-block;
	width: 80px;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
	font-size: 14px;
	color: #bbbcbb;
	background-color: #3a73b6;
	text-align: center;
	margin-right: 20px;
}

.uploadingBtn a.hover {
	background-color: #3a73b6;
	color: #fff;
}

.uploadingBtn a:hover {
	opacity: 0.9;
}

.uploading .text {
	font-size: 14px;
	color: #666666;
	height: 20px;
	line-height: 20px;
}

.form1Btn {
	font-size: 0;
	text-align: center;
	margin-top: 50px;
}

.form1Btn a {
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
	background-color: #909090;
	text-align: center;
	margin-right: 20px;
}

.form1Btn a.hover {
	background-color: #3a73b6;
}

.form1Btn a:hover {
	opacity: 0.9;
}

/* 下拉 */
.recruitFDd {
	margin-bottom: 30px;
}

.recruitFTitle {
	font-size: 14px;
	color: #999999;
	height: 50px;
	line-height: 50px;
}

.recruitFBox {
	overflow: hidden;
}

.recruitFBox1 {
	margin-left: 60px;
	width: 85%;
}

.recruitFBox textarea {
	height: 128px;
	border: none;
	outline: none;
	width: 100%;
	padding-top: 12px;
	line-height: 25px;
	background: #fafafa;
}

.recruitFDiv input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
	outline: none;
	font-size: 14px;
	background: #fafafa;
}

.recruitFCon {
	position: relative;
}

.recText {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #999999;
}

.recruitFCon1 {
	height: 118px;
}

.recruitFBtn {
	padding-top: 27px;
}

.recruitFBtn a {
	width: 77px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	margin-right: 23px;
	background: #004394;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.recruitFBtn a.recruitFBtn1 {
	background: #f2f2f2;
	color: #333333;
}

.recruitFPs {
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
}

.recruitFCon span {
	position: absolute;
	width: 65px;
	height: 50px;
	line-height: 50px;
	right: 0;
	top: 0;
	text-align: center;
	color: #d6000f;
	font-size: 16px;
	margin-top: 4px;
}

.recruitFSel {
	height: 50px;
	position: relative;
	padding-right: 38px;
}

.recruitFSel .seljg {
	padding-left: 10px;
	line-height: 50px;
	color: #000000;
	font-size: 14px;
	cursor: pointer;
}

.recruitFSel i {
	display: block;
	width: 40px;
	height: 50px;
	background: url(../images/sel.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0px;
	cursor: pointer;
	z-index: 10000;
}

.recruitFSel .selTj {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dedede;
	border-top: none;
	max-height: 120px;
	overflow-y: auto;
	position: absolute;
	left: -1px;
	top: 50px;
	background: #FFF;
	display: none;
	z-index: 100000
}

.recruitFSel .selTj a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color: #666666;
	margin-bottom: 1px;
	font-size: 12px;
}

.recruitFSel .selTj a:hover {
	background: #1e5ab1;
	color: #FFF;
}

.recruitFSel .selTj a.hover {
	background: #1e5ab1;
	color: #FFF;
}

/* 招聘信息填写 end */
/* 发展历程start */
.developmentWrap {
	background-color: #ffffff;
	overflow: hidden;
}

.developmentTitle {
	font-size: 30px;
	color: #000000;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.developmentList {
	position: relative;
}

.developmentList dd {
	margin-bottom: 20px;
	position: relative;
	z-index: 3;
}

.developmentList dd .pic {
	width: 24.3055%;
}

.developmentList dd .pic {
	margin-left: 257px;
	float: left;
	display: inline;
}

.developmentList dd .text .info {
	padding-right: 60px;
}




.developmentList dd .text {
		margin-left: 9.15277%;
		padding-left: 202px;
}



.developmentList dd .text {
	padding-top: 30px;
	overflow: hidden;
}
.developmentList dd .pic::before {
	padding-top: 56%;
}

.developmentList dd .text .time {
	font-size: 24px;
	color: #333333;
	height: 25px;
	line-height: 25px;
	margin-bottom: 20px;
	position: relative;
}

.developmentList dd .text .time::before {
	display: block;
	content: "";
	position: absolute;
	width: 95px;
	height: 25px;
	top: 0;
	z-index: 5;
}


.developmentList dd .text .time:before {
	left: -100px;
	background: url(../images/developmentR.png) no-repeat left center;
}

.developmentList dd .text .info {
	font-size: 14px;
	color: #333333;
/* 	height: 48px; */
	line-height: 24px;
	overflow: hidden;
}

.developmentList dt .line {
	width: 1px;
	background-color: #d6d3d3;
	display: block;
	position: absolute;
	left: 17%;
	top: -15px;
	bottom: -180px;
}

/* 发展历程end */
/* 人才招聘start */
.recruitList {
	overflow: hidden;
}

.recruitList dd {
	overflow: hidden;
	margin-bottom: 25px;
}

.recruitList dd .recruitT {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 35px;
	background: #FFF;
	color: #656565;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.recruitList dd .recruitT .text {
	font-size: 16px;
	overflow: hidden;
}

.recruitList dd .recruitT .btn {
	float: right;
	display: inline;
	width: 60px;
	height: 60px;
	background: url(../images/zpShow.png) no-repeat center center;
}

.recruitList dd .recruitC {
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	line-height: 40px;
	display: none;
	padding: 20px;
	background: #fafafa;
}

.recruitTable {
	font-size: 16px;
	color: #333333;
	padding: 0px 30px;
	border-bottom: 1px solid #efefef;
}

.recruitTable table {
	border: none;
}

.recruitTable table tr {
	border: none;
	height: 50px;
}

.recruitTable table tr td {
	border: none;
}

.recruitTable table b {
	margin-right: 20px;
}

.recruitText {
	overflow: hidden;
	padding: 20px 30px;
}

.recruitText .title {
	font-size: 18px;
	color: #555555;
}

.recruitBtn {
	overflow: hidden;
	padding-left: 20px;
}

.recruitBtn a {
	overflow: hidden;
	display: block;
	height: 50px;
	line-height: 50px;
	float: left;
	display: inline;
	padding: 0 40px;
	background: #3a73b6;
	color: #FFF;
	border-radius: 3px;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.recruitBtn a:hover {
	opacity: 0.9
}

.recruitList dd:hover .recruitT {
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

.recruitList dd:hover .recruitT .btn {
	background: url(../images/zpShowh.png) no-repeat center center;
}

/* .recruitList dd.active .recruitT {
	background: #3a73b6;
	color: #FFF;
} */

.recruitList dd.active .recruitT .btn {
	background: url(../images/zpHide.png) no-repeat center center;
}

/* 人才招聘end */
.aboutM{padding: 50px 50px 20px 50px;box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
.aboutC{height: 1295px;background: url(../test/aboutMbg.jpg)no-repeat center /cover;position: relative;padding: 180px 0 0 58px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.mapCon{width: 26.1194%;border-radius: 10px;background: rgb(255,255,255,0.2);position: absolute;right: 60px;top: 60%;transform: translateY(-50%);-webkit-transform: translateY(-50%)}
.mapCon .title{text-align: center;height: 85px;line-height: 85px;font-size: 26px;color: #ffffff;overflow: hidden;border-bottom: 1px solid rgb(245,245,245,0.1);margin-bottom: 30px;}
.mapCon .titlec{font-size: 22px;line-height: 22px;height: 22px;position: relative;padding: 0 30px;margin-bottom: 30px;color: #fff;}
.mapCon .titlec::before{display: block;content: "";width: 7px;height: 100%;background: #dbe62d;position: absolute;left: 0;top: 0;}
.mapCList{padding: 0 50px 0 30px;margin-bottom: 20px;}
.mapCList span{display: inline-block;font-size: 14px;line-height: 14px;height: 14px;overflow: hidden;color: #e5e5e5;margin-right: 20px;margin-bottom: 25px;}


/* 公用部分start */
.coreIdea{overflow: hidden;margin-right: -30px;padding: 30px 30px 0 30px;position: relative;}
.coreIdea dd{float: left;display: inline;}
.coreIdea dd .con{margin-right: 30px;margin-bottom: 30px;}
.coreIdea dd a{display: block;}
.coreIdea dd a{position: relative;}
.coreIdea dd a .pic{position: relative;}
.coreIdea dd a .pic img{position: absolute;top: 0px; left: 0px;width: 100%;height: 100%;}
.coreIdea dd a .text{position: absolute;top: 0px;left: 0px;width:100%;}
.coreIdea dd a .text .textC{padding:60px 0 60px 60px;box-sizing: border-box;-webkit-box-sizing: border-box}
.coreIdea dd a .text .textC .title{font-size: 20px;color: #ffffff;line-height: 30px;height: 30px;padding-bottom: 9px;font-weight: bold;}
.coreIdea dd a .text .textC .icn{padding-bottom:6px;}
.coreIdea dd a .text .textC .icn::before{display: block;content: '';width: 20px;height: 4px;background-color: #ffffff;}
.coreIdea dd a .text .textC .info{line-height: 32px;height: 64px;font-size: 16px;color: #ffffff;}
/* 公用部分end */
.coreIdea dd.dd1{float: left;display: inline;width: 45.5223%;}
.coreIdea dd.dd1 a .pic::before{display: block;content: '';padding-top:49.1803%;}

.coreIdea dd.dd2{width: 54.4777%;}
.coreIdea dd.dd2 a .pic::before{display: block;content: '';padding-top:40.5405%;}

.coreIdea dd.dd3{float:left;display: inline;width:36.0746%;margin-left: -100%;margin-top: 23.5%;}
.coreIdea dd.dd3 a .pic::before{display: block;content: '';padding-top:131.9148%;}

.coreIdea dd.dd4{float: left;display: inline;width: 30.8507%;margin-left: 36%;}
.coreIdea dd.dd4 a .pic::before{display: block;content: '';padding-top:65%;}

.coreIdea dd.dd5{float: left;display: inline;width:33.5820%;margin-left:66.5%;margin-top: -20.5%;}
.coreIdea dd.dd5 a .pic::before{display: block;content: '';padding-top:57.7777%;}

.coreIdea dd.dd6{float: left;display: inline;width:63.9223%;margin-left: 36%;margin-top:-0.2%;}
.coreIdea dd.dd6 a .pic::before{display: block;content: '';padding-top:38.5854%;}