@charset "UTF-8";

/*发展历程 start*/
.development {
	height: 926px;
	background: url(../images/eventBg.jpg) no-repeat center;
	padding-top: 45px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.development .title {
	height: 42px;
	line-height: 42px;
	font-size: 30px;
	color: #333;
}

.development .subTitle {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	color: #999;
	margin-bottom: 66px;
}

.eventSlick {
	position: relative;
	height: 550px;
	overflow: hidden;
}

.eventSlick .bd {
	height: 100%;
}

.eventSlick .slick-list {
	height: 100%;
}

.eventSlick .slick-track {
	height: 100%;
}

.eventSlick .con {
	height: 100%;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}

.eventSlick .con .pic {
	width: 250px;
	border-radius: 5px;
	overflow: hidden;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	position: absolute;
	top: 0;
	left: 0;
}

.eventSlick .myslide.slide1 .con .pic {
	top: 387px;
}

.eventSlick .myslide.slide2 .con .pic {
	top: 0;
}

.eventSlick .myslide.slide3 .con .pic {
	top: 335px;
}

.eventSlick .myslide.slide4 .con .pic {
	top: 0;
}

.eventSlick .con .pic::before {
	padding-top: 66.4%;
}

.eventSlick .con .text {
	position: absolute;
	width: 250px;
	padding-top: 100px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	position: absolute;
	top: 115px;
	left: 0;
}

.eventSlick .myslide.slide1 .con .text {
	position: absolute;
	top: 70px;
	left: 0;
}

.eventSlick .myslide.slide2 .con .text {
	position: absolute;
	top: 195px;
	left: 0;
}

.eventSlick .myslide.slide3 .con .text {
	position: absolute;
	top: 50px;
	left: -5px;
	padding-top: 50px;
}

.eventSlick .myslide.slide4 .con .text {
	position: absolute;
	top: 196px;
	left: 0;
}

.eventSlick .con .text .year {
	height: 42px;
	line-height: 42px;
	font-size: 30px;
	color: #333;
	margin-bottom: 3px;
	position: relative;
}

.eventSlick .con .text .year::after {
	display: block;
	content: '';
	width: 22px;
	height: 22px;
	background: url(../images/eventIcn.png) no-repeat center;
	border-radius: 50%;
	position: absolute;
	top: -56px;
	left: 0;
}

.eventSlick .myslide.slide1 .con .text .year::after {
	top: 150px;
}

.eventSlick .myslide.slide3 .con .text .year::after {
	top: 150px;
}

.eventSlick .con .text .info {
	line-height: 24px;
	font-size: 14px;
	color: #666;
}

.eventSlick .prev {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: url(../images/eventPrev.png) no-repeat center center;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	z-index: 2;
	cursor: pointer;
	border: 1px solid #d0d0d1;
	position: absolute;
	top: 0;
	left: 0;
}

.eventSlick .next {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: url(../images/eventNext.png) no-repeat center center;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	z-index: 2;
	cursor: pointer;
	border: 1px solid #d0d0d1;
	position: absolute;
	top: 0;
	left: 90px;
}

.eventSlick .prev:hover {
	background-color: #e60012;
	border-color: #e60012;
	background-image: url(../images/bannerPrev.png);
}

.eventSlick .next:hover {
	background-color: #e60012;
	border-color: #e60012;
	background-image: url(../images/bannerNext.png);
}

/*发展历程 end*/
/*合作品牌 start*/
.hzppTitle {
	padding-top: 80px;
	line-height: 50px;
	font-size: 30px;
	color: #333;
	margin-bottom: 10px;
}

.hzppList {
	overflow: hidden;
	margin-right: -20px;
}

.hzppList dd {
	display: inline;
	float: left;
	margin-bottom: 20px;
	width: 20%;
}

.hzppList dd a {
	display: block;
	height: 130px;
	background-color: #fff;
	position: relative;
	border: 1px solid #e6e6e6;
	margin-right: 20px;
}

.hzppList dd a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-width: 100%;
}

/*合作品牌 end*/
/*招聘 start*/
.recruit {
	overflow: hidden;
}

.recruitList {
	overflow: hidden;
	position: relative;
}

.recruitList dd {
	overflow: hidden;
	background-color: #fff;
	position: relative;
	padding: 24px 50px 0 50px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.recruitT {
	color: #666;
	font-size: 16px;
	cursor: pointer;
	background: url(../images/recruitXiala.png) no-repeat center right 50px;
}

.shenqBtn {
	width: 120px;
	height: 50px;
	line-height: 50px;
	margin-top: 12px;
}

.shenqBtn a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fafafa;
	text-align: center;
	font-size: 14px;
	color: #999;
	border-radius: 25px;
}

.recruitList dd.active {
	border-color: #d60011;
}

.recruitList dd.active .shenqBtn a,
.recruitList dd .shenqBtn a:hover {
	background-color: #e60012;
	color: #fff;
}

.recruitT .titleBox {
	overflow: hidden;
}

.recruitT .titleBox .title {
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 18px;
	margin-bottom: 15px;
}

.recruitT .titleBox .title span {
	color: #d60011;
	margin-left: 20px;
}

.recruitItem {
	line-height: 30px;
	font-size: 14px;
	color: #999;
	padding-bottom: 22px;
}

.recruitItem .item {
	display: inline-block;
	padding: 0 30px;
	position: relative;
	height: 30px;
	line-height: 30px;
}

.recruitItem .item:first-child {
	padding-left: 0;
}

.recruitItem .item::before {
	display: block;
	content: '';
	width: 1px;
	height: 15px;
	background-color: #e6e6e6;
	position: absolute;
	top: 7px;
	right: 0;
}

.recruitC {
	display: none;
	line-height: 28px;
}

.recruitC .recruitText {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}

.recruitC .recruitText span {
	font-size: 16px;
	color: #333333;
}

.zhankaiBtn {
	width: 100%;
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	color: #999;
	text-align: center;
	border-top: 1px dotted #e6e6e6;
	cursor: pointer;
}
.recruitListMore{
	padding-top: 10px;
}
.recruitListMore a{
	display: inline-block;
	border-radius: 0 10px 0 10px;
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.recruitListMore a:hover{
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.01);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.01);
	opacity: 0.8;
}
.recruitListMore a .text{
	font-size: 16px;
	color: #ffffff;
	background-color: #e60012;
	width: 200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.recruitListMore a .text span{
	width: 19px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/recruitMoreIcon.png) no-repeat center center;
	margin-right: 8px;
	position: relative;
	top: -1px;
}
.recruitListMore a .icon{
	width: 60px;
	height: 60px;
	background: #d20414 url(../images/recruitMoreIcon2.png) no-repeat center center;
}
/*招聘列表 end*/
/*招聘表单 start*/
.recruitForm {
	padding: 30px 60px;
	background-color: #fff;
}

.recruitForm .uploader-file-list dd div.file-panel span.delete {
	width: 10px;
	height: 10px;
	z-index: 2;
	position: relative;
}

.recruitFormT {
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 26px;
	color: #333;
	margin-bottom: 45px;
}

.scfjBtn {
	width: 124px;
	height: 50px;
	background-color: #e60012;
	text-align: center;
	color: #fff;
	cursor: pointer;
	line-height: 50px;
	font-size: 14px;
}

.form {
	overflow: hidden;
	margin-right: -50px;
}

.w25p {
	width: 25%;
}

.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: #fafafa;
	border: 1px solid #e6e6e6;
	position: relative;
	padding-right: 15px;
}

.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;
}

.formBtn {
	font-size: 0;
}

.formBtn a {
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
	background-color: #fcb900;
	text-align: center;
	margin-right: 20px;
}

.formBtn a.hover {
	background-color: #004394;
}

.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: 30px;
	resize: none;
}

.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);
}

.yzm {
	overflow: hidden;
	line-height: 50px;
	background-color: #fafafa;
}

.yzm .input {
	overflow: hidden;
	float: left;
	display: inline;
	width: 76.3636%;
	padding-right: 10px;
	margin-right: 25px;
	border-radius: 4px;
}

.yzm img {
	float: left;
	display: inline;
	cursor: pointer;
}

/* 表单内容 结束 */
/* 表单 end */
/* 招聘信息填写 start */
.form1 {
	overflow: hidden;
	margin-right: -50px;
}

.form-item-yzm {
	width: 100%;
	position: relative;
}

.form-item-yzm .formC {
	overflow: hidden;
	padding-left: 20px;
	border: 1px solid #e6e6e6;
	background-color: #fafafa;
	padding-right: 15px;
}

.form-item-yzm .formC .lable {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #999999;
	display: inline;
	float: left;
}

.form1 .con {
	width: 50%;
	display: inline;
	float: left;
}

.formL {
	margin-right: 50px;
}

.formL .form-item {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	background-color: #fafafa;
	border: 1px solid #e6e6e6;
}

.formL .form-item .formC {
	overflow: hidden;
	background-color: #fafafa;
	padding-left: 20px;
}

.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;
	position: relative;
	height: 50px;
	width: 100%;
	border: none;
	background: none;
}

.formL .form-item .formC span {
	position: absolute;
	width: 20px;
	height: 50px;
	line-height: 50px;
	left: 0;
	top: 0;
	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: 99;
}

.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: #e60012;
	color: #FFF;
}

.formL .form-item .formC .formBox .selTj a.hover {
	background: #e60012;
	color: #FFF;
}

.formR {
	overflow: hidden;
}

.formR .form-item {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.formR .form-item .formC {
	overflow: hidden;
	background-color: #fafafa;
	position: relative;
	padding-left: 20px;
	border: 1px solid #e6e6e6;
	padding-right: 15px;
}

.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;
	position: relative;
	height: 50px;
	width: 100%;
	border: none;
	background: none;
}

.formL .form-item .formC .formBox textarea {
	width: 100%;
	height: 120px;
	border: none;
	background: none;
	line-height: 24px;
	font-size: 15px;
	color: #666;
	padding-top: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	resize: none;
}

.formR .form-item .formC span {
	position: absolute;
	width: 20px;
	height: 50px;
	line-height: 50px;
	left: 0;
	top: 0;
	text-align: center;
	color: #e60012;
	font-size: 16px;
}

.form-item-yzm .formC span {
	position: absolute;
	width: 20px;
	height: 50px;
	line-height: 50px;
	left: 0;
	top: 0;
	text-align: center;
	color: #e60012;
	font-size: 16px;
}

.uploading {
	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: 2px;
	font-size: 14px;
	color: #fff;
	background-color: #e60012;
	text-align: center;
	margin-right: 20px;
}

.uploadingBtn a.btn1 {
	background-color: #e60012;
	color: #fff;
}

.uploadingBtn a:hover {
	opacity: 0.9;
}

.uploadingBtn .webuploader-pick {
	padding: 0 12px;
}

.uploading .text {
	font-size: 14px;
	color: #666666;
	height: 20px;
	line-height: 20px;
}

.form1Btn {
	font-size: 0;
	text-align: center;
	margin-top: 20px;
}

.form1Btn a {
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	background-color: #e60012;
	text-align: center;
}

.form1Btn a em {
	width: 20px;
	height: 20px;
	background: url(../images/indexMore.png) no-repeat center;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-top: 20px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
}

.form1Btn a:hover {
	opacity: 0.9;
}

.form1Btn a:hover em {
	transform: rotate(0);
	-webkit-transform: rotate(0);
}

.formL .form-item .formC.jianL {
	padding: 25px;
}

.formL .form-item em {
	font-size: 14px;
	color: #666;
	font-style: normal;
}

/*招聘表单 end*/
/*下拉start*/
.recruitFDd {
	margin-bottom: 30px;
}

.recruitFTitle {
	font-size: 14px;
	color: #999999;
	height: 50px;
	line-height: 50px;
}

.recruitFBox {
	overflow: hidden;
}

.recruitFBox1 {
	margin-left: 60px;
	width: 88%;
}

.recruitFBox2 {
	margin-left: 0;
	width: 100%;
}

.recruitFBox textarea {
	height: 128px;
	border: none;
	outline: none;
	width: 100%;
	padding-top: 12px;
	line-height: 25px;
	background: #fafafa;
}

.recruitFDiv input {
	width: 120%;
	height: 40px;
	line-height: 40px;
	border: none;
	outline: none;
	font-size: 14px;
	background: none;
	color: #999;
	position: relative;
	z-index: 2;
}

.recruitFCon {
	position: relative;
	padding-left: 20px;
	background-color: #fafafa;
}

.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: 20px;
	height: 50px;
	line-height: 50px;
	left: 0;
	top: 0;
	text-align: center;
	color: #d6000f;
	font-size: 16px;
}

.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/formXl.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0px;
	cursor: pointer;
}

.recruitFSel i.jsXiaLa {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/formXl.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0px;
	cursor: pointer;
}

.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: 99;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
}

.recruitFSel .jsSelTj {
	width: 104%;
	overflow: hidden;
	border: 1px solid #dedede;
	border-top: none;
	max-height: 120px;
	overflow-y: auto;
	position: absolute;
	left: -10px;
	top: 41px;
	background: #FFF;
	display: none;
	z-index: 99;
}

.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: #e60012;
	color: #FFF;
}

.recruitFSel .selTj a.hover {
	background: #e60012;
	color: #FFF;
}

/*下拉end*/
/*招聘 end*/
/*联系我们 start*/
.contactUp {
	padding: 70px 0 40px 0;
}

.contactT {
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	color: #333;
	text-align: center;
}

.contDl {
	font-size: 0;
	overflow: hidden;
	padding-top: 50px;
}

.contDl dd {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	float: left;
	display: inline;
	width: 25%;
	text-align: center;
}

.contDl dd .icn {
	margin: 0 auto 15px;
}

.contDl dd .icn img {
	display: inline-block;
	height: 70px;
}

.contDl dd .title {
	font-size: 22px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 20px;
	height: 30px;
}

.contDl dd .info {
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

#map {
	height: 500px;
}

.BMapLabel {
	display: none !important;
}

.anchorBL {
	display: none;
}

.BMap_omCtrl {
	display: none;
}

.msgBox {
	padding: 70px 0 120px 0;
	background: url(../test/mapBg.jpg) no-repeat center;
}

.msgForm {
	padding: 0 50px;
}

.msgForm .formL .form-item .formC {
	background-color: #fff;
}

.msgForm .msgYzm {
	border: none;
	background: none;
}

.msgForm .msgYzm .formC {
	border: 1px solid #e6e6e6;
	width: 75%;
}

.msgForm .formL .form-item .formC .formBox textarea {
	height: 260px;
}

.msgBtn {
	text-align: center;
}

.msgBtn a {
	display: inline-block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #999;
	text-align: center;
	border-radius: 25px;
	border: 1px solid #999;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
}

.msgBtn a:hover {
	background-color: #e60012;
	border-color: transparent;
	color: #fff;
}

/*联系我们 end*/
/*企业概况 start*/
.intro {
	padding: 80px 0;
	background: #fff url(../test/introIcn.png) no-repeat bottom 60px right;
}

.introC {
	overflow: hidden;
}

.introC .pic {
	width: 48.0769%;
	overflow: hidden;
	border-radius: 15px;
	margin-right: 60px;
}

.introC .pic::before {
	padding-top: 76.9333%;
}
a.introBtn{
	position: absolute;
	width: 120px;
	height: 40px;
	border-radius: 40px;
	top: 50%;
	left:50%;
  margin-top:-40px;
	margin-left: -60px;
	border: 1px solid #e60012;
	background: #e60012;
	z-index: 3;
	text-align: center;
	line-height: 40px;
	opacity: 0;
	visibility: hidden;
	transition: all .4s;
	color: #FFFFFF;
	font-size: 16px;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
.introC .pic:hover a.introBtn{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
.introLsit {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.introLsit dd {
	width: 33.3333%;
	display: inline;
	float: left;
	height: 150px;
	padding-left: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.introLsit dd:nth-child(1) {
	background-color: rgba(0, 0, 0, 0.3);
}

.introLsit dd:nth-child(2) {
	background-color: rgba(0, 0, 0, 0.5);
}

.introLsit dd:nth-child(3) {
	background-color: #e60012;
}

.introLsit dd .number {
	margin-bottom: 11px;
	font-size: 0;
}

.introLsit dd .number span {
	font-size: 40px;
	color: #fff;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.introLsit dd .number em {
	font-size: 18px;
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.05);
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	font-style: normal;
}

.introLsit dd .info {
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
}

.introC .text {
	overflow: hidden;
	padding-top: 16px;
}

.introC .text .title {
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	color: #333;
	font-weight: bold;
}

.introC .text .subTitleBox {
	margin-bottom: 35px;
}

.introC .text .subTitle {
	height: 72px;
	line-height: 72px;
	font-size: 30px;
	color: #333;
	position: relative;
	display: inline-block;
}

.introC .text .subTitle::before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #e60012;
}

.introC .text .info {
	line-height: 22px;
	font-size: 14px;
	color: #666;
}

.introDown .pic::before {
	padding-top: 31.25%;
}

.introDown .pic::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
}

.introDown .pic .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
}

.introDown .pic .text .title {
	height: 52px;
	line-height: 52px;
	color: #fff;
	font-size: 35px;
}

.introDown .pic .text .subTitle {
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
}

/*企业概况 end*/
/*图文列表 start*/
.imgTextBox {
	margin-bottom: 80px;
	box-shadow: 0 3px 29px -8px rgb(0, 0, 0, 0.03);
	overflow: hidden;
	border-radius: 20px;
	background-color: #fff;
}

.imgTextSlick {
	position: relative;
}

.imgTextSlick .con {
	overflow: hidden;
}

.imgTextSlick .con .pic {
	width: 51.2820%;
	display: inline;
	float: right;
	overflow: hidden;
	border-radius: 0 20px 20px 0;
}

.imgTextSlick .con .pic::before {
	padding-top: 66.625%;
}

.imgTextSlick .con .text {
	overflow: hidden;
	padding: 65px 80px 0 80px;
	border-radius: 20px 0 0 20px;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.imgTextSlick .con .text .time {
	height: 26px;
	line-height: 26px;
	font-size: 22px;
	margin-bottom: 18px;
}

.imgTextSlick .con .text .title {
	height: 40px;
	line-height: 40px;
	font-size: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 24px;
}

.imgTextSlick .con .text .title a {
	color: #e60012;
}

.imgTextSlick .con .text .info {
	line-height: 26px;
	font-size: 14px;
	margin-bottom: 40px;
	color: #666;
	overflow: hidden;
}

.imgTextSlick .slick-dots {
	position: absolute;
	bottom: 60px;
	left: 80px;
	font-size: 0;
	width: 50%;
	z-index: 2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.imgTextSlick .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 30px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	border: 2px solid #cccccc;
	border-radius: 50%;
}

.imgTextSlick .slick-dots li.slick-active {
	border-color: #e60012;
}

.newsList {
	margin-right: -60px;
}

.newsList dd {
	width: 33.3333%;
	display: inline;
	float: left;
	margin-bottom: 30px;
}

.newsList .con {
	margin-right: 60px;
	padding: 50px 40px 40px 40px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	border-top: 1px solid #e6e6e6;
}

.newsList .con .pic {
	margin-bottom: 26px;
	border-radius: 10px;
	overflow: hidden;
}

.newsList .con .pic::before {
	padding-top: 66.5%;
}

.newsList .con .title {
	height: 52px;
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 14px;
}

.newsList .con .title a {
	color: #333;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
}

.newsList .con .info {
	overflow: hidden;
}

.newsList .con .info span {
	display: inline;
	float: left;
	font-size: 14px;
	color: #999;
	height: 30px;
	line-height: 30px;
}

.newsList .con .info a {
	display: inline;
	float: right;
	width: 56px;
	height: 28px;
	border: 1px solid #999;
	border-radius: 15px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	position: relative;
}

.newsList .con .info a::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #e60012 url(../images/newsXq.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}

.newsList .con .info a em {
	font-style: normal;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	display: inline-block;
}

.newsList .con:hover {
	box-shadow: 0px 8px 14.55px 0.45px rgba(0, 0, 0, 0.05);
	background: #fff;
	border-top: 1px solid transparent;
}

.newsList .con:hover .info a {
	border-color: transparent;
}

.newsList .con:hover .info a::before {
	opacity: 1;
	visibility: visible;
}

.newsList .con:hover .info a em {
	opacity: 0;
	visibility: hidden;
}

.newsList .con:hover .title a {
	color: #e60012;
}

/*图文列表 end*/
/*领导 start*/
.leader {
	background: url(../test/ldBg.jpg) no-repeat center center / cover;
	padding: 80px 0 170px 0;
}

.leaderC {
	overflow: hidden;
}

.leaderBox1 {
	width: 30.9615%;
	height: 646px;
	border-radius: 15px;
	background-color: #fff;
	padding: 50px 50px 0 50px;
	margin-left: 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}

.leaderList {
	overflow: auto;
	margin-right: -20px;
	height: 512px;
}

.leaderList dd {
	width: 33.3333%;
	display: inline;
	float: left;
}

.leaderList .con {
	border-radius: 50%;
	margin-right: 20px;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 108px;
	height: 108px;
	margin-bottom: 20px;
	cursor: pointer;
}

.leaderList .con img {
	width: 100%;
	height: 100%;
}

.leaderList .con::before {
	display: block;
	content: '';
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 3px solid #e60012;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	border-radius: 50%;
}

.leaderList dd.hover .con::before {
	opacity: 1;
	visibility: visible;
}

.leaderSlick1 .slick-dots {
	position: absolute;
	bottom: 60px;
	left: 0;
	font-size: 0;
	width: 100%;
	z-index: 2;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
}

.leaderSlick1 .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 7px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	border: 2px solid #e6e6e6;
	border-radius: 50%;
}

.leaderSlick1 .slick-dots li.slick-active {
	border-color: #80ab32;
}

.leaderSlick2 {
	overflow: hidden;
	position: relative;
}

.leaderSlick2 .con {
	overflow: hidden;
	position: relative;
}

.leaderSlick2 .con .picBox {
	width: 37.9547%;
	padding: 0 10px 10px 0;
	border-radius: 15px;
	overflow: hidden;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fafbfc;
}

.leaderSlick2 .con .picBox .pic {
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
}

.leaderSlick2 .con .picBox .pic::before {
	padding-top: 117.8756%;
}

.leaderSlick2 .con .textBox {
	width: 81.8092%;
	display: inline;
	float: right;
	border-radius: 15px;
	overflow: hidden;
}

.leaderSlick2 .con .textBox .up {
	padding: 10px 0 75px 32%;
}

.leaderSlick2 .con .textBox .up .title {
	margin-bottom: 15px;
}

.leaderSlick2 .con .textBox .up .subTitle {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
}

.leaderSlick2 .con .textBox .text {
	background: #fff url(../images/ldBg1.png) no-repeat bottom center;
	border-radius: 15px;
	height: 470px;
	padding: 45px 70px 0 32%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.leaderSlick2 .con .textBox .text .name {
	line-height: 40px;
	position: relative;
	font-size: 30px;
	color: #333;
	margin-bottom: 40px;
}

.leaderSlick2 .con .textBox .text .name em {
	font-style: normal;
	font-size: 16px;
	color: #666;
	display: inline-block;
	margin-left: 2px;
}

.leaderSlick2 .con .textBox .text .name::before {
	display: block;
	content: '';
	width: 8px;
	height: 84px;
	background: url(../images/ldIcn.png) no-repeat center;
	position: absolute;
	top: -96px;
	left: 30px;
}

.leaderSlick2 .con .textBox .text .info {
	line-height: 24px;
	font-size: 14px;
	color: #666;
	max-height: 144px;
	overflow: hidden;
}

.leaderSlick2 .prev {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #e60012 url(../images/bannerPrev.png) no-repeat center center;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	z-index: 2;
	cursor: pointer;
	border-radius: 0 0 0 10px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -70px;
}

.leaderSlick2 .next {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #e60012 url(../images/bannerNext.png) no-repeat center center;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	z-index: 2;
	cursor: pointer;
	border-radius: 0 10px 0 0;
	position: absolute;
	bottom: 50px;
	left: 50%;
}

.leaderSlick2 .prev:hover {
	background-color: #d20414;
}

.leaderSlick2 .next:hover {
	background-color: #d20414;
}

/*领导 end*/
/* ========== lhl start ========== */
.honor1 {
	padding: 50px 0 80px;
	background: #fff;
	position: relative;
}

.honor1::before {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 179px;
	background: #ebebeb;
}

.honor1 .title .titleb {
	font-size: 30px;
	line-height: 30px;
	height: 30px;
	color: #333333;
	margin-bottom: 10px;
}

.honor1 .title .titlec {
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	color: #999999;
}

.honor1 .btn span {
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 1px solid #e6e6e6;
	background: url(../images/lhl/honor1prev.png) no-repeat center center;
	border-bottom-left-radius: 10px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	cursor: pointer;
}

.honor1 .btn span.next {
	border-bottom-left-radius: 0;
	border-top-right-radius: 10px;
	background-image: url(../images/lhl/honor1next.png);
	border-left: none;
}

.honor1 .btn span.prev:hover {
	background-color: #d20414;
	background-image: url(../images/lhl/honor1prevh.png);
}

.honor1 .btn span.next:hover {
	background-color: #d20414;
	background-image: url(../images/lhl/honor1nexth.png);
}

.honor1Slick .slickCon {
	display: block;
	position: relative;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 50px;
}

.honor1Slick .slickCon::before {
	display: block;
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: url(../images/lhl/honor1icn.jpg) no-repeat center;
}

.honor1Slick .slickCon::after {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	background: #ebebeb;
	position: absolute;
	left: 14px;
	top: 0;
}

.honor1Slick .slickCon .time {
	font-size: 22px;
	line-height: 22px;
	height: 22px;
	color: #e60012;
	margin-bottom: 15px;
}

.honor1Slick .slickCon .info {
	font-size: 15px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 25px;
	height: 96px;
	overflow: hidden;
}

.honor1Slick .slickCon .icn {
	height: 31px;
	background: url(../images/lhl/honor1icn.png) no-repeat center left;
}

.honor2 {
	padding: 80px 0;
	background: url(../images/lhl/honorbg.jpg) no-repeat center / cover;
}

.honor2Slick {
	position: relative;
}

.honor2Slick .slick-dots {
	width: 100%;
	text-align: center;
	font-size: 0;
	animation-delay: 1.5s;
}

.honor2Slick .slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 0 15px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	border: 1px solid #d20414;
}

.honor2Slick .slick-dots li.slick-active {
	border: 1px solid #d20414;
	background: #d20414;
}

.honor2Slick .bd {
	overflow: hidden;
}

.honor2Slick .slick-list {
	overflow: visible;
	margin: 0 -20px;
	margin-bottom: 50px;
}

.honor2Slick .myslide {
	float: left;
	display: inline;
}

.honor2Slick .slickCon {
	display: block;
	margin: 0 20px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	padding: 30px;
	background: #fff;
	cursor: pointer;
}

.honor2Slick .pic::before {
	padding-top: 66.666%;
}

.honor2Slick .pic {
	margin-bottom: 25px;
}

.honor2Slick .pic img {
	object-fit: contain;
}

.honor2Slick .text {
	font-size: 16px;
	color: #333333;
	height: 16px;
	line-height: 16px;
	text-align: center;
}

.textList {
	overflow: hidden;
	font-size: 0;
}

.textList dd {
	margin-bottom: 50px;
	padding: 50px 60px;
	width: 33.3333%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	float: left;
	display: inline;
}

.textList dd .time {
	font-size: 16px;
	line-height: 16px;
	height: 16px;
	color: #999999;
	margin-bottom: 25px;
}

.textList dd .title {
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ebebeb;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.textList dd .title a {
	color: #333333;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.textList dd .info {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 60px;
}

.textList dd .btn {
	display: block;
	position: relative;
	width: 55px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #999999;
	font-size: 14px;
	color: #999999;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	overflow: hidden;
}

.textList dd .btn .bg {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	z-index: 2;
	top: 0;
	background: #d20414 url(../images/lhl/textListicn.png) no-repeat center;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}

.textList dd:hover {
	background: url(../images/lhl/textListbg.jpg) no-repeat center / cover;
}

.textList dd:hover .title {
	border-color: rgba(255, 2555, 255, 0);
}

.textList dd:hover .title a {
	color: #d20414;
}

.textList dd:hover .btn {
	border-color: #d20414;
}

.textList dd:hover .btn .bg {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
}


.videoList {
	overflow: hidden;
	margin-right: -60px;
}

.videoList dd {
	width: 33.3333%;
	float: left;
	display: inline;
	margin-bottom: 40px;
}

.videoList dd .con {
	margin-right: 60px;
	cursor: pointer;
}

.videoList dd .con .pic {
	border-radius: 10px;
	overflow: hidden;
}

.videoList.qtList dd .con .pic::before {
	background: none;
}

.videoList dd .con .pic::before {
	position: relative;
	z-index: 2;
	background: rgba(0, 0, 0, 0.4) url(../images/lhl/video.png) no-repeat center;
}

.videoList dd .con .text {
	font-size: 18px;
	line-height: 55px;
	line-height: 55px;
	color: #333333;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	text-align: center;
}

.videoList dd .con:hover .text {
	color: #d20414;
}

/* ========== lhl end ========== */
/* ========== 单篇+文章页 start ========== */
.articleC {
	background: #FFFFFF;
	margin: 0 auto;
	width: 1200px;
	padding-right: 180px;
	position: relative;
}

.articleBox {
	line-height: 36px;
	padding: 10px 0;
	color: #666666;
	font-size: 16px;
}

.articleBox img {
	max-width: 100%;
}

.articleC .articleBody {
	padding: 20px 62px 30px;
}

.articleC .articleTop {
	padding: 60px 62px 0;
}

/* ————— 标题 start ————— */
.articleTitle {
	font-size: 30px;
	color: #333333;
	line-height: 30px;
	padding-bottom: 45px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ebebeb;
}

/* ————— 标题 end ————— */
/* ————— 发布信息 start ————— */
.articleTime {
	display: block;
	clear: both;
	color: #666666;
	font-size: 22px;
	line-height: 22px;
	overflow: hidden;
	margin-bottom: 30px;
}

/* ————— 发布信息 end ————— */
/* ————— 分享 start ————— */
.articleShare {
	position: absolute;
	text-align: center;
	right: 0;
	top: 50px;
	width: 80px;
	background-color: #f6f6f8;
	padding-top: 10px;
	font-size: 15px;
	color: #b2b2b2;
}

.articleShare .shareParent .shareItem {
	vertical-align: middle;
}

.articleShare .shareParent .shareItem {
	display: block;
	margin-bottom: 20px;
}

/* ————— 分享 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;
}

#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 #015293;
	background: #015293;
}

.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;
}

/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.articleHand {
	clear: both;
	font-size: 16px;
	padding: 10px 0px 0 0;
	overflow: hidden;
}

.articleHand a {
	display: block;
	line-height: 32px;
	padding: 0 20px 10px 30px;
	background: url(../images/common/file/file.png) no-repeat left center;
	color: #666
}

.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 ————— */
.articlePage {
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
}

.articlePage a {
	margin: 0 1px;
	background: #ccc;
	padding: 5px 10px;
}

.articlePage a:hover {
	color: #fff;
	background: #015293;
}

.articlePage a.hover {
	color: #fff;
	background: #015293;
}

/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.pageUp {
	padding-top: 50px;
	border-top: 1px solid #ebebeb;
}

.pageUpCon {
	margin-right: -50px;
	overflow: hidden;
}

.pageUp .item {
	width: 40%;
	float: left;
	display: inline;
	text-align: center;
}

.pageUp .item.btn {
	width: 20%;
}

.pageUp .item a {
	display: block;
	margin-right: 50px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	background: #f6f6f8;
	color: #999999;
	font-size: 14px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.pageUp .item a:hover {
	background: #e60012;
	color: #fff;
}

/* ————— 上一篇/下一篇 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;
}

.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 ————— */
.newsViewVideo {
	width: 700px;
	height: 395px;
	margin: 0 auto;
	position: relative;
}

.newsViewVideo #col1mui-player {
	height: 100% !important;
	cursor: pointer;
}

.newsViewVideo #muiPlaybtn {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/play.png) no-repeat center center;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999;
	cursor: pointer;
}

/* ————— 视频 end ————— */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2 {
	background: url(../images/common/videoPopClose.png) no-repeat center center / auto 40px;
	right: -60px;
	top: -40px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	width: 35px;
	height: 35px;
}

.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover {
	background-position: center center;
}

/* ========== 单篇+文章页 end ========== */
/* ========== 企业文化 start ========== */
/*
* 企业文化 kis2 2018-07-23
*/
.culBanner{
    position: relative;
}
.culBanner .culInnerBanner{
    position: absolute;
    font-size: 26px;
    color: #FFFFFF;
    bottom: 40px;
}
.culBanner .redSqure{
    position: absolute;
    width: 8px;
    height: 30px;
    background: #e60012;
    bottom: -10px;
}
.cultureHead{
    overflow: hidden;
    padding: 40px 0px;
}
.culture_dlBox{
    position: relative;
    padding-top: 33.3333%;
}
.culture_dl{
    margin-right: -20px;
    overflow: hidden;
}
.culture_dl dd:first-child{
    float: left;
}
.culture_dl dd{
    height: 50%;
    position: absolute;
}
.culture_dl dd .list_a{
    margin-right: 20px;
    height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-bottom: 20px;
    display: block;
}
.culture_dl dd .list_a .list_aBg{
    height: 100%;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}
.culture_dl dd .cultureDeta{ padding:0 40px;}
.culture_dl dd.dd1{
    width: 30.6329%;
    left: 0;
    top: 0;
}
.culture_dl dd.dd2{
    width: 41.4557%;
    left: 30.6329%;
    top: 0;
}
.culture_dl dd.dd3{
    width: 27.9114%;
    left: 72.0886%;
    top: 0;
    height: 100%;
}
.culture_dl dd.dd4{
    width: 30.6329%;
    left: 0;
    top: 50%;
}
.culture_dl dd.dd5{
    width: 20.6962%;
    left: 30.6329%;
    top: 50%;
}
.culture_dl dd.dd6{
    width: 20.7595%;
    left: 51.3291%;
    top: 50%;
}
.culture_Ch{
    overflow: hidden;
    font-size: 15px;
    color:#fff;
    line-height: 30px;
    font-weight: bold;
}
.culture_En{
    overflow: hidden;
    font-size: 12px;
    color:#e5e5e5;
    font-family: "Arial";
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.cultureIntr{
    overflow: hidden;
    font-size: 18px;
    color:#fff;
    line-height: 30px;
    font-weight: bold;
    padding-top: 20px;
}
.cultureIntr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/*活动start*/
.imgList1{
	overflow: hidden;
	margin: 0 -30px;
}
.imgList1 dd {
	float: left;
	display: inline;
	width: 33.333%;
	margin-bottom: 40px;
}
.imgList1 dd .con{
  margin: 0 30px;
}
.imgList1 dd .pic {
	border-radius: 10px;
	overflow: hidden;
}
.imgList1 dd .pic:before{
    padding-top: 66.6667%;
}

.activeTitle{
    font-size: 30px;
    color: #333333;
    text-align: center;
}
.imgList1 dd .text{
  height: 56px;
	line-height: 56px;
	padding: 0 20px;
	overflow: hidden;
	font-size: 18px;
	color: #3333;
	text-align: center;
}
.imgList1 dd:hover .text{
	color: #e60012;
}
/*活动end*/
/* 银海月刊 start */
.activeTitle {
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.monthlyColumn{
	position: relative;
	padding: 75px 0 60px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.monthlyBox{
	padding: 70px 0 120px;
	margin: 0 130px;
	position: relative;
}
.monthlyBox::before{
	display: block;
	content: '';
	position:absolute ;
	width: 100%;
	height:232px;
	left: 0;
	bottom: -80px;
	background: url(../images/imgBgw.png) center center no-repeat;
	background-size: 100%;
}
.monthlyDl{
	overflow: hidden;
	padding: 0 200px;
}
.monthlyDl dd{
	float: left;
	display: inline;
	width: 33.333%;
}
.monthlyDl dd .con{
	margin: 0 10px;
}
.monthlyDl dd .pic::before{
	padding-top: 132.1429%;
}
.monthlyDl dd.dd1 .pic{
	transform: scale(.9);
	transform-origin: 50% 100%;
}
.monthlyDl dd.dd3 .pic{
	transform: scale(.9);
	transform-origin: 50% 100%;
}
.monthlyColumn .indexMore{
	text-align: center;
}
/* 银海月刊 end */
/* ========== 企业文化 end ========== */

/* 增值服务 start */
.businessInforBox{
	padding-top: 60px;
	padding-bottom: 100px;
	background: url(../images/businessInforBg.jpg) no-repeat center bottom;
}
.businessInforCon{
	padding: 50px;
	border-radius: 30px;
	overflow: hidden;
	background-color: #ffffff;
}
.businessInforCon img{
	width: 100%;
}
/* 增值服务 end */



/* 银海月刊列表 start */
.monthlyDl1{
	overflow: hidden;
	margin: 0 -30px;
}
.monthlyDl1 dd{
	float: left;
	display: inline;
	width: 25%;
}
.monthlyDl1 dd .con{
	margin: 0 30px;
}
.monthlyDl1 dd .pic::before{
	padding-top: 132.1429%;
}
/* 银海月刊列表 end */