@charset "UTF-8";

/* ==================== 新闻详情和单篇 start ==================== */
.articleC {
	background: #FFFFFF;
}

.articleTitle {
	clear: both;
	line-height: 60px;
	font-size: 30px;
	font-family: "microsoft yahei";
	color: #333333;
	text-align: center;
	position: relative;
	font-weight: bold;
	padding: 0 90px;
}

.articleTime {
	display: block;
	clear: both;
	color: #666666;
	font-size: 14px;
	line-height: 32px;
	padding: 0 90px;
	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: #0596ff;
}

.articleBox {
	line-height: 40px;
	padding: 10px 90px;
	color: #666666;
	font-size: 16px;
}

.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;
	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 #0596ff;
	background: #0596ff;
}

.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 90px 20px;
	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 90px 20px;
	color: #333333;
	font-size: 16px;
}

.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;
	background: url(../images/file/atIco.png)no-repeat !important;
}

.articleShare .bshare-sinaminiblog {
	background-position: 0px 0px !important;
}

.articleShare .bshare-qqmb {
	background-position: -32px 0px !important;
}

.articleShare .bshare-qzone {
	background-position: -65px 0px !important;
}

.articleShare .bshare-douban {
	background-position: -96px 0px !important;
}

.articleShare .bshare-qqim {
	background-position: -128px 0px !important;
}

/* .articlePageBox:hover .pageF,.articlePageBox:hover .pageL, */
.pageUp a:hover {
	color: #0596ff;
}

.articleC .picBox {
	width: 71.4286%;
	margin: 0 auto;
}

.articleC .imgBox {
	padding: 10px 0;
}

.articleC .imgBox .img {
	width: 60%;
	height: 370px;
	overflow: hidden;
}

.articleC .imgBox .img:nth-child(2) {
	width: 39%;
}

.articleC .imgBox .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* ==================== 新闻详情和单篇 end ====================*/
/* ==================== 联系我们 start ==================== */
.contactBox {
	padding: 0 30px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.contactTitle {
	overflow: hidden;
	position: relative;
	padding: 50px 0 60px;
}

.contactTitle::before {
	display: block;
	content: "";
	width: 1px;
	height: 80px;
	background: #e6e6e6;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;
}

.contactTitle>div {
	width: 50%;
	float: left;
	display: inline;
	text-align: center;
	padding: 65px 0 0;
}

.contactTitle>div span {
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}

.contactTitle .contactTel {
	background: url(../images/new/telIcn.png) no-repeat center top;
}

.contactTitle .contactAddress {
	background: url(../images/new/addressIcn.png) no-repeat center top;
}

/* ==================== 联系我们 end ====================*/
/* ==================== 人才招聘列表 start ==================== */
.webuploader-pick-hover{
	background: none !important;
}
.webuploader-pick{
	background: none !important;
	padding: 0 !important;
	display: block !important;
	color: #666666 !important;
}
.uploader-img-list{
	width: auto !important;
	position: absolute !important;
	right: 30px !important;
	top: 60px;
}
.uploader-file-list dd{
	margin-bottom: 10px !important;
}
.uploader-img-list div.imgWrap,
.uploader-img-list div.imgWrap p{
	width: 60px !important;
	height: 60px !important;
	padding: 0 !important;
}
.customUpload{
	left: 0 !important;
}
.recruitListBox {
	overflow: hidden;
}

.recruitTitle {
	height: 80px;
	line-height: 80px;
	background: #ffffff;
}

.recruitTitle .text {
	color: #444444;
	font-size: 0;
	font-weight: bold;
}

.recruitTitle .text span {
	width: 14.2857%;
	display: inline-block;
	text-align: center;
	font-size: 16px;
}

.recruitListDl {
	overflow: hidden;
	padding: 10px 0 0 0;
}

.recruitListDl dd {
	overflow: hidden;
	margin-bottom: 10px;
}

.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;
}

.recruitListDl dd .recruitT .text span {
	width: 14.2857%;
	display: inline-block;
	text-align: center;
	height: 60px;
	overflow: hidden;
	font-size: 16px;
}
.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: #FFF;
	padding: 10px 0 0;
}

.recruitText {
	overflow: hidden;
	margin: 20px 20px 0;
	border-bottom: 1px solid #f5f5f5;
}

.recruitText .rectitle {
	font-size: 18px;
	color: #444444;
	line-height: 50px;
}

.recruitText .rectext {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	padding: 0 0 20px 10px;
}

.recruitBtn {
	overflow: hidden;
	padding: 30px;
}

.recruitBtn a {
	display: block;
	height: 60px;
	line-height: 60px;
	float: left;
	display: inline;
	padding: 0 55px;
	background: #0596ff;
	font-size: 18px;
	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: #0596ff;
	color: #FFF;
}

/* ==================== 人才招聘列表 end ====================*/
/* ==================== 人才招聘弹窗表单 start ====================*/
.recruitFormPopBox {
	width: 536px;
	padding: 0 30px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 21;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.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;
	background: url(../images/common/colseIcn.png)no-repeat center center;
}

.popFormTitleBox {
	margin-bottom: 20px;
}

.popFormTitleBox .title {
	font-size: 20px;
	color: #333333;
	height: 50px;
	line-height: 50px;
}

.popFormBtn {
	text-align: center;
	font-size: 0;
	padding: 30px 0;
}

.popFormBtn a {
	display: inline-block;
	padding: 0 70px;
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
	font-size: 18px;
	margin: 0 5px;
}

.popFormBtn a.submit {
	background: #0596ff;
	color: #fff;
}

.popFormBtn a.reset {
	background: #f5f5f5;
	color: #666666;
}

.popFormBtn a:hover {
	opacity: 0.9;
}

.popForm {
	height: 400px;
	overflow-y: auto;
}

.popbdAll {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
}

.must {
	font-size: 14px;
	color: #ff0000;
	padding-left: 10px;
	height: 60px;
	line-height: 60px;
}

.popFormCon {
	width: 100%;
	height: 60px;
	margin-bottom: 18px;
}

.popFormCon.bz {
	height: 120px;
}

.popFormCon .popFormDiv {
	width: 92%;
	height: 100%;
}

.popFormDiv .inputTitle {
	width: 85px;
	height: 60px;
	line-height: 60px;
	padding-left: 10px;
	font-size: 16px;
	color: #999999;
}

.popFormDiv .inputWidth {
	width: 80%;
	height: 100%;
}

.popFormDiv .inputWidth .formInput {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	resize: none;
	font-size: 16px;
	color: #333333;
	padding-right: 10px;
	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 {
	padding-left: 10px;
	width: 30%;
	border-radius: 5px;
}

.popFormDiv input::-webkit-input-placeholder,
.popFormDiv textarea::-webkit-input-placeholder {
	color: #999999;
	font-size: 16px;
	text-align: center;
}

.popFormDiv.yzm .picBox {
	width: 100px;
	height: 60px;
	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: 60px;
	line-height: 60px;
	font-size: 0;
}

.formUploadBox a {
	display: inline-block;
	height: 60px;
	padding: 0 30px;
	font-size: 16px;
	border-radius: 5px;
}

.formUploadBox a.down {
	color: #fff;
	background: #e89214;
	margin: 0 10px;
}

.formUploadBox a.up {
	color: #666666;
	background: #f5f5f5;
}

.formUploadBox span {
	display: inline-block;
	height: 60px;
	font-size: 16px;
	color: #999999;
}

.formUploadBox a:hover {
	opacity: 0.9;
}

/* ==================== 人才招聘弹窗表单 end ====================*/
/* ==================== 发展历程 start ==================== */
.developmentBox.event {
	width: 64.9306%;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0 0;
}

.developmentBox {
	overflow: hidden;
	padding: 60px 0;
}

.developmentBox .bd {
	width: 64.9306%;
	margin: 0 auto;
}

.developmentBox .hd {
	position: relative;
}

.developmentBox .hd div {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}

.developmentDl {
	position: relative;
	overflow: hidden;
	padding: 0px 30px 0;
}

.developmentDl dt {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background: #c3ced5;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.developmentDl dd {
	overflow: hidden;
	position: relative;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	padding: 30px 0;
}

.developmentDl dd::before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #c3ced5;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -11px;
	z-index: 10;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.developmentDl dd::after {
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	background: #c3ced5;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -6px;
	margin-top: -5px;
	z-index: 15;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.developmentDl dd .text,
.developmentDl dd .year {
	width: 48%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow-y: auto;
	padding: 0 50px;
}
.developmentDl dd .text .info {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.developmentDl dd:hover {
	background: rgba(0, 150, 255, 0.17);
}

.developmentDl dd:hover::before {
	width: 50px;
	height: 50px;
	padding: 3px;
	background: rgba(0, 150, 255, 0.2);
	border: 1px solid rgba(0, 150, 255, 0.2);
	margin-top: -29px;
	margin-left: -29px;
}

.developmentDl dd:hover::after {
	width: 50px;
	height: 50px;
	background: rgba(0, 150, 255, 1) url(../images/new/deveIcn.png)no-repeat center left 45%;
	background-size: 25px;
	margin-top: -25px;
	margin-left: -25px;
}

.developmentDl dd .year {
	font-size: 14px;
	color: #666666;
	text-align: right;
	padding: 0 50px;
}

.developmentDl dd .year span {
	font-size: 26px;
	font-weight: bold;
}
.developmentDl dd:nth-child(even) .year,
.developmentDl dd:nth-child(odd) .text {
	float: right;
	display: inline;
}

.developmentDl dd:nth-child(even) .text,
.developmentDl dd:nth-child(odd) .year {
	float: left;
	display: inline;
}

.developmentDl dd:nth-child(even) .text {
	text-align: right;
}

.developmentDl dd:nth-child(even) .year {
	text-align: left;
}

.event_ul1 {
	overflow: hidden;
	-webkit-transition: height 0.3s linear;
	-o-transition: height 0.3s linear;
	transition: height 0.3s linear;
}

.event_ul1 li {
	overflow: hidden;
	min-height: 100px;
}

.event_dl {
	overflow: hidden;
	position: relative;
	padding-top: 78px;
	background: url(../images/eventIco2.png) center top no-repeat;
}

.event_dl dd {
	overflow: hidden;
	padding: 30px 0px;
	position: relative;
	z-index: 3;
}

.event_dot {
	overflow: hidden;
	position: relative;
	z-index: 9;
	height: 60px;
}

.event_dot li {
	float: left;
	width: 185px;
	display: inline;
	text-align: center;
	position: relative;
	cursor: pointer;
	font-size: 24px;
	color: #fff;
	padding-bottom: 30px;
	transition: 0.4s ease;
	height: 65px;
	line-height: 65px;
}

.event_dot li span {
	display: block;
	margin-left: 3px;
	background: #d9d9d9;
	transition: 0.4s ease;
}

.event_dot li.on span {
	background: #0596ff;
}

.event_dot i {
	display: block;
	background: #e1e1e2;
	width: 9px;
	height: 9px;
	border: 3px solid;
	border-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 0;
	transition: 0.4s ease;
	border-radius: 50%;
}

.event_dot li.on i {
	background: #cb0303;
}

.event_dot i:after {
	content: '';
	display: block;
	height: 10px;
	position: absolute;
	bottom: 100%;
	left: 50%;
	border-left: 1px solid #e1e1e2;
	transition: 0.4s ease;
	margin-left: -1px;
}

.event_dot li.on i:after {
	border-color: #cb0303;
	height: 20px;
}

.developmentBox .bt2 {
	position: absolute;
	top: 17%;
	width: 20px;
	height: 40px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
}

.developmentBox .prev {
	left: 7%;
	background: url(../images/eventPrev.png) center center no-repeat !important;
}

.developmentBox .next {
	right: 7%;
	background: url(../images/eventNext.png) center center no-repeat !important;
}

/* ==================== 发展历程 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;
}

.imgList2 dd .con {
	margin-right: 30px;
	background: #fff;
	overflow: hidden;
}

.imgList2 dd .pic::before {
	padding-top: 60.2273%;
}

.imgList2 dd .con .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 .con .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 .con .text {
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	background: #f3f3f3;
	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 .con:hover .text {
	color: #fff;
	background: #0596ff;
}

.imgList2 dd .con:hover .pic span {
	opacity: 1;
}

/* ==================== 全图列表 end ====================*/
/* ==================== 分公司 start ==================== */
.imgTextTowDl {
	padding: 30px;
}

.imgTextTowDl dd .con {
	padding-top: 29.2419%;
	position: relative;
	overflow: hidden;
}

.imgTextTowDl dd .con>div {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
}

.imgTextTowDl dd .con .pic {
	background: #ededed;
}

.imgTextTowDl dd .con .text {
	padding: 0 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.imgTextTowDl dd .con .pic::before {
	padding-top: 58.6957%;
}

.imgTextTowDl dd:nth-child(odd) .con .text,
.imgTextTowDl dd:nth-child(even) .con .pic {
	right: 0;
}

.imgTextTowDl dd:nth-child(odd) .con .pic,
.imgTextTowDl dd:nth-child(even) .con .text {
	left: 0;
}

.imgTextTowDl dd .con .text .title {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
}

.imgTextTowDl dd .con .text .title a {
	font-size: 30px;
	color: #333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgTextTowDl dd .con .text .textC {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-bottom: 50px;
}

.imgTextTowDl dd .con .text .more a {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 100%;
	border: 1px solid #cccccc;
	background: url(../images/common/moreIcnR.png) no-repeat center center;
	background-size: auto;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.imgTextTowDl dd:hover .con .text .title a {
	color: #0596ff;
	letter-spacing: 1px;
}

/* ==================== 分公司 end ====================*/
/* ==================== 资质证书 start ==================== */
.honorListBox {
	padding: 0 30px;
}

.honorListDl {
	position: relative;
	width: 100%;
	z-index: 1 !important;
	margin-right: -30px;
}

.honorListDl dd {
	width: 33.3333%;
	position: absolute;
	top: 0;
	left: 0;
}

.honorListDl dd a {
	display: block;
}

.honorListDl dd .con {
	margin-right: 30px;
	background: #fff;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	margin-bottom: 30px;
	border: 1px solid #f5f5f5;
}

.honorListDl dd .con:hover {
	box-shadow: 0px 1px 5px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 5px 5px rgba(0, 0, 0, 0.2);
}

.honorListDl dd .con .grPic {
	height: auto;
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.honorListDl dd .con .grPic img {
	width: 100%;
	height: 100%;
}

.honorListDl dd .con .text {
	font-size: 16px;
	color: #333333;
	background: #f5f5f5;
	text-align: center;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.honorListDl dd .con:hover {
	border: none;
}

.honorListDl dd .con:hover .text {
	color: #fff;
	background: #0596ff;
}

.viewer-number i {
	font-style: unset;
}

.grid-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	border-radius: 3px;
	transition: .3s ease-in-out;
}

/* ==================== 资质证书 end ====================*/
/* ==================== 行业动态 start ====================*/
.imgText2 {
	overflow: hidden;
}

.imgText2 dd {
	background: #ffffff;
	margin-bottom: 30px;
	height: 240px;
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}

.imgText2 dd .pic {
	width: 295px;
	margin-right: 30px;
}

.imgText2 dd .pic:before {
	display: block;
	content: '';
	padding-top: 60.339%;
}

.imgText2 dd .text {
	overflow: hidden;
}

.imgText2 dd .text .title {
	height: 30px;
}

.imgText2 dd .text .title a {
	color: #333333;
	font-size: 18px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}

.imgText2 dd .text .time {
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
}

.imgText2 dd .text .textC {
	line-height: 30px;
	height: 90px;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical;
}

.imgText2 dd:hover .text .title a {
	color: #0596ff;
	letter-spacing: 1px;
}

/* ==================== 行业动态 end ====================*/
/* ==================== 通知公告 start ====================*/
.textList2 {
	overflow: hidden;
}

.textList2 dd {
	background: #ffffff;
	margin-bottom: 30px;
	padding: 0 30px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}

.textList2 dd .timeBox {
	margin-right: 30px;
	text-align: right;
	padding: 15px 0 0;
}

.textList2 dd .timeBox .month {
	color: #999999;
	font-size: 36px;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
}

.textList2 dd .timeBox .year {
	color: #333333;
	font-size: 20px;
	position: relative;
	height: 45px;
	line-height: 40px;
}

.textList2 dd .timeBox .year::before {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 2px;
	background: #c7c7c7;
}

.textList2 dd .text {
	overflow: hidden;
	padding: 30px 0 0;
}

.textList2 dd .text .title {
	margin-bottom: 20px;
}

.textList2 dd .text .title a {
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}

.textList2 dd .text .textC {
	line-height: 30px;
	height: 60px;
	font-size: 15px;
	color: #666666;
	overflow: hidden;
	word-break: break-all;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}

.textList2 dd:hover .text .title a,
.textList2 dd:hover .timeBox .year,
.textList2 dd:hover .timeBox .month {
	color: #0596ff;
}

.textList2 dd:hover .text .title a {
	letter-spacing: 1px;
}

.textList2 dd:hover .timeBox .year::before {
	background: #0596ff;
}

/* ==================== 通知公告 end ====================*/
/* ==================== 组织架构 start ====================*/
.institutionalImgBox {
	padding: 30px 85px;
}

.institutionalImgBox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.institutionalBox {
	overflow: hidden;
	padding: 30px;
}

.institutionalBox .titleBox {
	text-align: center;
	padding-bottom: 90px;
	position: relative;
}

.institutionalBox .titleBox .title {
	display: inline-block;
	font-size: 24px;
	color: #FFFFFF;
	background: #169f85;
	padding: 0 80px;
	line-height: 80px;
	border-radius: 5px;
	font-family: "宋体";
}

.institutionalBox .titleBox::before {
	display: block;
	content: "";
	width: 1px;
	height: 90px;
	border-left: 1px dashed #fbe6c1;
	position: absolute;
	bottom: 0;
	left: 50%;
}

.institutionalDl {
	overflow: hidden;
	text-align: center;
	font-size: 0;
}

.institutionalDl dd {
	display: inline-block;
	position: relative;
	padding-top: 80px;
}

.institutionalDl dd:first-child {
	padding-left: 0;
}

.institutionalDl dd:last-child {
	padding-right: 0;
}

.institutionalDl dd::before {
	display: block;
	content: "";
	width: 100%;
	border-bottom: 1px dashed #fbe6c1;
	position: absolute;
	top: 0;
}

.institutionalDl dd:first-child::before {
	position: absolute;
	width: 68%;
	right: 0;
}

.institutionalDl dd:last-child::before {
	width: 68%;
}

.institutionalDl dd::after {
	display: block;
	content: "";
	width: 1px;
	height: 80px;
	border-left: 1px dashed #fbe6c1;
	position: absolute;
	top: 0;
	left: 50%;
}

.institutionalDl dd:first-child::after {
	left: 32%;
}

.institutionalDl dd:last-child::after {
	left: 68%;
}

.institutionalDl dd .con {
	font-size: 16px;
	color: #FFFFFF;
	background: #9dbb59;
	writing-mode: tb-rl;
	height: 407px;
	overflow: hidden;
	border-radius: 5px;
	padding: 0 20px 0;
	line-height: 35px;
	margin: 0 40px;
	font-family: "宋体";
}

.institutionalDl dd .con span {
	display: block;
}

.institutionalDl dd .con.table {
	width: auto;
}

.institutionalDl dd:first-child .con {
	margin-left: 0;
}

.institutionalDl dd:last-child .con {
	margin-right: 0;
}

/* ==================== 组织架构 end ====================*/
/* ==================== 公司理念 start ====================*/
.companyPhilosophy {
	padding: 30px 30px 0;
}

.imgList1Dl {
	overflow: hidden;
	margin-right: -30px;
}

.imgList1Dl dd {
	width: 50%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.imgList1Dl dd:first-child {
	width: 40%;
}

.imgList1Dl dd:nth-child(2) {
	width: 60%;
}

.imgList1Dl dd:nth-child(3),
.imgList1Dl dd:nth-child(4) {
	width: 30%;
}

.imgList1Dl dd:nth-child(7),
.imgList1Dl dd:last-child {
	width: 100%;
}

.imgList1Dl dd a {
	display: block;
}

.imgList1Dl dd .con {
	margin-right: 30px;
	position: relative;
}

.imgList1Dl dd .con .pic::before {
	padding-top: 36.2963%;
}

.imgList1Dl dd:first-child .con .pic::before {
	padding-top: 88.8246%;
}

.imgList1Dl dd:nth-child(2) .con .pic::before {
	padding-top: 31.4103%;
}

.imgList1Dl dd:nth-child(3) .con .pic::before,
.imgList1Dl dd:nth-child(4) .con .pic::before {
	padding-top: 48%;
}

.imgList1Dl dd:nth-child(7) .con .pic::before,
.imgList1Dl dd:last-child .con .pic::before {
	padding-top: 17.7536%;
}

.imgList1Dl dd .con .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 20px 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.imgList1Dl dd:nth-child(1) .con .text,
.imgList1Dl dd:nth-child(2) .con .text {
	padding-top: 50px;
}

.imgList1Dl dd .con .text .info {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
}

/* ==================== 公司理念 end ====================*/
/* ==================== 公司领导 start ====================*/
.leaderC1 {
	position: relative;
	margin-bottom: 20px;
}
.leaderC1::before{
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(204,204,204,0.3);
	position: absolute;
	top: 25%;
	left: 0;
}
.leaderC1 .bd {
	overflow: hidden;
	padding: 5px 0;
}

.leaderC1 .slick-list {
	overflow: visible;
	margin-right: -30px;
}

.leaderC1 .myslide {
	width: 33.3333%;
	float: left;
	display: inline;
}

.leaderC1 .con {
	padding-right: 30px;
	text-align: center;
}

.leaderC1 .next,
.leaderC1 .prev {
	display: block;
	width: 58px;
	height: 58px;
	border-radius: 100%;
	cursor: pointer;
	position: absolute;
	top: 250%;
	margin-top: -20px;
	z-index: 1;
	display: none;
	border: 1px solid #c4c4c4;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.leaderC1 .prev {
	left: 0;
	background: url(../images/common/prevLIcn.png) no-repeat center center;
	background-size: 30px auto;
}

.leaderC1 .next {
	right: 0px;
	background: url(../images/common/nextRIcn.png) no-repeat center center;
	background-size: 30px auto;
}

.leaderC1 .prev:hover {
	background: url(../images/common/prevLIcnh.png) no-repeat center center;
	background-size: 30px auto;
}

.leaderC1 .next:hover {
	background: url(../images/common/nextRIcnh.png) no-repeat center center;
	background-size: 30px auto;
}

.leaderC1 .prev:hover,
.leaderC1 .next:hover {
	background-color: #0596ff;
	border: 1px solid #0596ff;
}

.leaderC1 .con .pic {
	width: 100%;
	height: 90px;
	text-align: center;
}

.leaderC1 .con .pic img {
	left: 50%;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	overflow: hidden;
	margin-left: -40px;
	border: 2px solid #fff;
}

.leaderC1 .con .text .title {
	font-size: 24px;
	color: #000000;
	padding-top: 15px;
	position: relative;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.leaderC1 .con .text .title::before {
	display: block;
	content: "";
	width: 2px;
	height: 15px;
	background: #cccccc;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 1px;
}

.leaderC1 .con .text .info {
	font-size: 16px;
	color: #666666;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.leaderC1 .myslide.slick-current .text .title::before {
	background: #0596ff;
}

.leaderC1 .myslide.slick-current .text .title {
	color: #0596ff;
}

.leaderC2 .bd {
	padding: 0 90px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.leaderC2 .con {
	position: relative;
	padding-top: 40.4762%;
}

.leaderC2 .pic {
	width: 30%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.leaderC2 .pic::before {
	padding-top: 127.5%;
}

.leaderC2 .text {
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 120px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #fff;
}

.leaderC2 .text .name {
	font-size: 24px;
	color: #333333;
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}

.leaderC2 .text .post {
	font-size: 16px;
	color: #666666;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}

.leaderC2 .text .info {
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	max-height: 260px;
	overflow: hidden;
}

/* ==================== 公司领导 end ====================*/
