@charset "UTF-8";
.aykj-videoPop{
	border: 5px solid #fff;
	border-radius: 5px;
}
.aykj-videoPop .layui-layer-setwin{
	right: 5px;
    top: 10px;
}
.topBox {
	position: relative;
}

.top {
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50;
	position: relative;
	box-shadow: 0 3px 7px rgba(0,0,0,0.08);
}

.topC .logo a {
	display: block;
}

.logo {
	float: left;
	overflow: hidden;
	display: inline;
	margin-right: 18px;
	margin-top: 30px;
}

.logo img {
	height: 40px;
}

.topStock {
	padding-left: 18px;
	position: relative;
	height: 100px;
	position: relative;
	width: 100px;
}

.topStockC {
	position: absolute;
	left: 18px;
	width: 120px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.topStock::before {
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 36px;
	left: 0;
	top: 50%;
	margin-top: -18px;
	background: #ebebeb;
}

.topStock div {
	line-height: 22px;
	font-size: 14px;
	color: #666666;
}

.topStock span {
	display: block;
	line-height: 18px;
	font-size: 12px;
	font-family: 'din';
	color: #1029be;
}

/*menu start*/
.menuDl {
	display: flex;
	float: left;
	display: inline;
}

.menuDl dd {
	float: left;
	display: inline;
	position: relative;
	padding: 0 30px;
}

.mainMenu {
	position: relative;
	z-index: 9;
}

.mainMenu::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	display: block;
	content: '';
	width: 25px;
	height: 22px;
	background: url(../images/menuIcon.png) no-repeat center bottom;
	opacity: 0;
	visibility: hidden;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	z-index: -1;
}

.menuDl dd.hover .mainMenu::before {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.mainMenu a {
	font-size: 16px;
	color: #000 !important;
	display: block;
	line-height: 100px;
	height: 100px;
	text-align: center;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	/* font-family: 'phtL'; */
	position: relative;
	z-index: 6;
}

.menuDl dd.hover .mainMenu a,
.mainMenu a:hover {
	color: #006edf;
}

.menuDl dd .subMenu {
	padding-top: 8px;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 100px;
	width: 140px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 10;
}

.menuDl dd .subMenu.style2 {
	width: 645px;
	margin-left: -322px;
}

.menuDl dd .subMenu:before {
	display: block;
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-top: none;
	border-color: transparent;
	border-bottom-color: rgba(255, 255, 255, 0.7);
	z-index: 2;
}

.menuDl dd .subMenu .subMenuItem {
	position: relative;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	padding: 8px 0;
}

.menuDl dd .subMenu.style2 .subMenuItem {
	padding: 20px;
}

.menuDl dd .subMenu a {
	display: block;
	padding: 8px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	color: #333;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	/* font-family: 'phtL'; */
}

.menuDl dd .subMenu .subMenuItem a:hover,
.menuDl dd .subMenu .subMenuItem a.hover {
	color: #fff;
	background: #006edf;
}

.menuDl dd:hover .subMenu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.topR .menuIcon div {
	transform: scaleX(.7);
	-webkit-transform: scaleX(.7);
	border-radius: 2px;
}

.menuTabTitle {
	margin-left: 50px;
}

.menuTabTitle a {
	display: block;
	font-size: 15px;
	color: #666666;
	padding: 8px;
	line-height: 24px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.menuTabTitle a:hover,
.menuTabTitle a.hover {
	color: #0063b1;
}

.menuTabContent {
	overflow: hidden;
}

.menuTabContent .pic {
	width: 150px;
	margin-right: 20px;
	overflow: hidden;
}

.menuTabContent .pic:before {
	padding-top: 66.6666%;
}

.menuTabContent .text {
	overflow: hidden;
}

.menuTabContent .info {
	font-size: 14px;
	color: #858585;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}

.menuTabContent .enter {
	line-height: 24px;
}

.menuDl dd .subMenu .enter a {
	color: #3184d7;
	text-align: left;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.menuDl dd .subMenu .enter a:hover {
	opacity: 0.8;
}

/* menu end */
.topSearch {
	float: left;
	display: inline;
	position: relative;
	margin-top: 25px;
	margin-right: 15px;
	width: 50px;
	height: 50px;
	/* background: url(../images/common/search.png) no-repeat center center; */
	cursor: pointer;
	border-radius: 50%;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	margin-left: 30px;
}

.topSearch::before {
	display: block;
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	right: -16px;
	top: 18px;
	background-color: #999999;
}

.topSearch:hover {
	background-color: #0081d5;
	/* background-image: url(../images/common/searchH.png); */
}

.topSearch a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 20px;
	color: #999;
	text-align: center;
	line-height: 50px;
}
.topSearch:hover a{
	color: #fff;
}

.indexOA {
	float: left;
	display: inline;
	width: 125px;
	height: 100px;
	line-height: 100px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	padding: 0 15px;
}

.indexOA .indexOAUp {
	display: block;
	font-size: 15px;
	color: #474f62;
	cursor: pointer;
	position: relative;
}

.indexOA .indexOAUp span {
	position: absolute;
	right: -15px;
	top: 0;
	height: 100px;
	line-height: 100px;
	width: 15px;
	background: url("../images/OAIcon1.png") no-repeat right center;
	vertical-align: middle;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.indexOA:hover .indexOAUp span {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.indexOA .indexOADown {
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	left: 0;
	top: 100%;
	transform: translateY(20px);
	visibility: hidden;
	opacity: 0;
	filter: drop-shadow(0 0 5px #999);
	-webkit-filter: drop-shadow(0 0 5px #999);
	-webkit-transform: translateY(20px);
}

.indexOADown a {
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #000000;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.indexOADown::before {
	display: block;
	content: "";
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.indexOA:hover .indexOADown {
	visibility: visible;
	opacity: 1;
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.indexOADown .one:hover a {
	color: #0081d5;
}

.indexOADown .one.hover a {
	color: #0081d5;
}

/* logo end */
/* logo end */
/* 搜索 start */
.layui-layer-msg {
	z-index: 20000 !important;
}

.search {
	overflow: hidden;
	;
}

.searchInput {
	width: 268px;
	z-index: 0;
	float: left;
	display: inline;
}

.searchInput input {
	width: 100%;
	padding: 0 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	background: none;
	border: none;
}

.searchInput input input::-webkit-input-placeholder {
	color: #666666;
	/* placeholder颜色  */
	font-size: 14px;
	/* placeholder字体大小  */
	text-align: left;
	/* placeholder位置  */
}

.searchBtn {
	float: left;
	display: inline;
	width: 38px;
	height: 40px;
	overflow: hidden;
	background: url(../images/common/search.png) no-repeat center center;
	position: relative;
}

.searchBtn:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background-color: #d7d7d7;
}

.animHide {
	opacity: 0;
}

.model.show::before {
	animation: menu-animation .8s ease-out forwards;
	transform: scale(2) translateY(0);
}

.model.show {
	display: block;
}

.model {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10600;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.model span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	font-size: 60px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	z-index: 10;
	font-weight: lighter;
}

.model::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .87);
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 100%;
	transform: scale(.04) translateY(9999px);
	overflow: hidden;
	z-index: 9;
}

.searchPWBox {
	width: 600px;
	height: 60px;
	overflow: hidden;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin: -30px 0 0 -300px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	;
}

.searchPWBox input {
	display: block;
	float: left;
	width: 530px;
	height: 60px;
	background: none;
	border: none;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	padding-left: 10px;
	background: #fff;
}

.searchPWBox input::placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox a {
	float: left;
	display: inline;
	width: 60px;
	height: 60px;
	background: #0081d5;
	background-size: 19px 20px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
}
.searchPWBox a span{
	font-size: 20px;
	color: #FFF;
}

.searchPWBox a:hover {
	opacity: 0.9;
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}

	40% {
		transform: scale(.04) translateY(0);
		transition: ease-out
	}

	40% {
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

/* 搜索 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner {
	position: relative;
}

.indexBanner::before {
	content: '';
	display: block;
	padding-top: 37.5%;
}

.indexBannerLoad {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 1.3s;
	-webkit-transition: all 1.3s;
}

.indexBannerLoad svg {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	width: 100px;
	height: 100px;
	fill: #d71718;
}

.indexBannerLoad.hide {
	visibility: hidden;
	opacity: 0;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.indexBanner .swiper-wrapper {
	position: absolute;
	left: 0;
	top: 0;
}

.indexBanner .swiper-slide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexBanner.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
}

.indexBanner .swiper-slide .slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexBanner .swiper-slide a {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 6;
}

indexBanner .mySlide .text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	transform: translate(-50%, -50%);
	color: #FFF;
	display: none;
}

.indexBanner .mySlide .text .text1 {
	font-size: 25px;
	margin-bottom: 30px;
}

.indexBanner .mySlide .text .text2 {
	font-size: 0px;
}

.indexBanner .mySlide .text .text2 span {
	font-size: 70px;
	font-family: "宋体";
	font-weight: bold;
	letter-spacing: 3px;
	float: left;
}

.indexBanner .mySlide.slick-active .text {
	display: block;
}

.indexBanner .img {
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 0;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

.indexBanner .mySlide.on .bg {
	transform: scale(1);
}

.indexBanner .indexBannerDot {
	position: absolute;
	bottom: 30px !important;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	z-index: 10;
}

.indexBanner .indexBannerDot span {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 5px;
	border-radius: 1px;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
}

.indexBanner .indexBannerDot span::before {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 5px;
	left: 0;
	top: 0;
	background: #fff;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}

.indexBanner .indexBannerDot span.swiper-pagination-bullet-active::before {
	width: 100%;
}

.indexBanner .indexBannerDot li.slick-active {
	background: #0a569e;
}


.indexBanner .indexBannerPrev {
	display: block;
	width: 50px;
	height: 90px;
	cursor: pointer;
	background: url(../images/indexBannerPrev.png) no-repeat center center;
	position: absolute;
	left: -100px;
	top: 50%;
	margin-top: -45px;
	z-index: 1;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
}

.indexBanner .indexBannerNext {
	display: block;
	width: 50px;
	height: 90px;
	cursor: pointer;
	background: url(../images/indexBannerNext.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -45px;
	z-index: 1;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
}

.indexBanner:hover .indexBannerPrev {
	left: 50px;
	opacity: 1;
	visibility: visible;
}

.indexBanner:hover .indexBannerNext {
	right: 50px;
	opacity: 1;
	visibility: visible;
}

.indexBanner .indexBannerPrev:hover {
	background-image: url("../images/indexBannerPrevH.png");
}

.indexBanner .indexBannerNext:hover {
	background-image: url("../images/indexBannerNextH.png");
}

.indexBanner .indexBannerPage {
	position: absolute;
	width: 100%;
	bottom: 32px;
	left: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #ffffff;
	font-family: 'pht';
}

.indexBanner .swiper-pagination-progressbar {
	background-color: rgba(255, 255, 255, .3);
	width: 98px !important;
	height: 2px;
	position: unset;
	margin: 0 13px;
}

.indexBanner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #FFF;
}

.indexBanner .bannerCircle {
	position: relative;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-left: 30px;
	border-top-color: #0e3db2;
	border-left-color: #0e3db2;
	-webkit-animation: spin 5s linear infinite;
	animation: spin 5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(270deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 友情链接start */
.footer {
	background-color: #fff;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.friendLinkBox {
	overflow: hidden;
}

.returnTop {
	float: right;
	display: inline;
	margin-top: 8px;
}

.returnTop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #474f62;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.returnTop a:hover {
	background-color: #0081d5;
	color: #fff;
}

.friendLink {
	overflow: hidden;
}

.friendLink .list {
	overflow: hidden;
	padding: 15px 0;
	line-height: 33px;
	font-size: 0;
}

.friendLink .list a {
	display: inline-block;
	color: #ffffff;
	font-size: 16px;
	margin-right: 50px;
	position: relative;
}

.friendLink .list a::before {
	display: block;
	content: "";
	width: 1px;
	height: 15px;
	background-color: rgba(255, 255, 255, .5);
	position: absolute;
	right: -25px;
	top: 12px;
}

.friendLink .list a:last-child:before {
	display: none;
}

.friendLink .list a:hover {
	color: #fff !important;
	font-weight: bold !important;
}

/* 友情链接end   */
/* 底部中间start   */
.footerM {
	padding: 20px 0 35px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footerML {
	float: left;
	display: inline;
	margin-right: 50px;
}

.footerLogo {
	margin-bottom: 34px;
}

.footerLogo img {
	display: block;
	height: 50px;
}

.footerMM {
	overflow: hidden;
	float: left;
	display: inline;
}

.footerMenu {
	overflow: hidden;
}

.footerMenu dd {
	float: left;
	display: inline;
	margin-right: 80px;
}

.footerMenu dd em {
	font-style: normal;
	display: block;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}

.footerMenu dd em a {
	font-size: 16px;
	color: #fafafa;
}

.footerMenu dd em a:hover {
	color: #fff !important;
}

.footerMenu dd span {
	font-style: normal;
	display: block;
	line-height: 30px;
	overflow: hidden;
}

.footerMenu dd span a {
	font-size: 14px;
	color: #dbe2e8;
}

.footerMenu dd span a:hover {
	color: #fff !important;
}

.footerMR {
	float: right;
	display: inline;
	margin-top: 18px;
}

.footerEwm {
	overflow: hidden;
}

.footerEwm dd {
	float: left;
	display: inline;
	position: relative;
	width: 110px;
	overflow: hidden;
	margin-left: 30px;
}

.footerEwm dd img {
	display: block;
	width: 110px;
	height: 110px;
	margin-bottom: 17px;
}

.footerEwm dd span {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666666;
	font-size: 14px;
}

.friendLinkR {
	line-height: 40px;
	height: 40px;
}

.friendLinkRR {
	float: right;
	display: inline;
	margin-right: -10px;
}

.friendLinkR .item {
	float: left;
	display: inline;
	position: relative;
	cursor: pointer;
}

.friendLinkR .item .icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background-size: 30px;
}

.friendLinkR .item .con {
	margin-right: 20px;
}

.friendLinkR .item .ewm {
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: -140px;
	width: 120px;
	height: 120px;
	background-color: #fff;
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	filter: drop-shadow(0 0 10px #999);
	-webkit-filter: drop-shadow(0 0 10px #999);
}

.friendLinkR .item .ewm::before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}

.friendLinkR .item .ewm img {
	display: block;
	width: 110px;
	height: 110px;
	object-fit: cover;
	object-position: center center;
	border-radius: 5px;
}

.friendLinkR .item.item1 .icon {
	background-image: url("../images/footerIcon2.png");
}

.friendLinkR .item.item2 .icon {
	background-image: url("../images/footerIcon1.png");
	background-size: 28px;
}

.friendLinkR .item.item3 .icon {
	background-image: url("../images/footerIcon3.png");
}

.friendLinkR .item:hover .ewm {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.friendLinkR .item.item1:hover .icon {
	background-color: #0081d5;
	background-image: url("../images/footerIcon2H.png");
	background-size: 26px;
}

.friendLinkR .item.item2:hover .icon {
	background-color: #0081d5;
	background-image: url("../images/footerIcon1H.png");
	background-size: 26px;
}

.friendLinkR .item.item3:hover .icon {
	background-color: #0081d5;
	background-image: url("../images/footerIcon3H.png")
}

/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #dbe2e8;
	text-align: center;
}

.friendCopyRight .conL span {
	margin-right: 5px;
}

.friendCopyRight .conL img {
	margin-right: 5px;
	vertical-align: middle;
}

.friendCopyRight .conL a {
	color: #dbe2e8;
}

.friendCopyRight .conL a:hover {
	color: #fff !important;
}

/* 底部版权end   */
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.subBanner:before {
	display: block;
	content: '';
	padding-top: 24%;
}

.subBanner img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: top center;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
}

.subBanner.on img {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.subBanner .text {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.subBanner .wrap {
	height: 100%;
	position: relative;
}

.subBanner .textC {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.subBanner .textC .cnTitle {
	font-size: 48px;
	color: #ffffff;
	height: 86px;
	line-height: 86px;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);
	font-family: 'pht';
	letter-spacing: 3px;
	margin-bottom: 20px;
}

.subBanner .textC .enTitle {
	font-size: 48px;
	color: rgb(255 255 255 / .78);
	line-height: 48px;
	text-transform: capitalize;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);
	font-family: 'alsx';
	font-weight: lighter;
}

/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox {
	clear: both;
	width: 100%;
	height: 60px;
	background: #fff;
	box-shadow: 0 3px 5px rgba(220, 220, 220, 0.5);
	-webkit-box-shadow: 0 3px 5px rgba(220, 220, 220, 0.5);
	position: relative;
	z-index: 1;
}
.locationBox.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
} 
.location {
	height: 60px;
	overflow: hidden;
	padding-left: 33px;
	position: relative;
}

.location a.home {
	position: absolute;
	left: 0;
	top: 0;
	width: 33px;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/home.png);
	padding-left: 0;
	margin-right: 0;
}

.location a {
	display: inline;
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 14px;
	margin-right: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/icon8.png);
	color: #a3a3a3;
	font-size: 14px;
}

.location a:hover {
	color: #1e5ab0
}

.location a.hover {
	color: #1e5ab0
}

.subNavBox {
	margin-right: -15px;
	position: relative;
}

.subNav::after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}

.subNav {
	font-size: 0;
	text-align: center;
}

.subNav a {
	display: inline-block;
	line-height: 60px;
	height: 60px;
	color: #333333;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 25px;
	margin: 0 30px;
	position: relative;
	overflow: hidden;
}
.subNav a .locationItem{
	position: relative;
	transition: .4s;
	-webkit-transition: .4s;
}
.subNav a .locationItem1{
	position: absolute;
	width: 100%;
	height: 60px;
	top: 60px;
	left: 0;
	transition: .4s;
	-webkit-transition: .4s;
	overflow: hidden;
}
.subNav a .locationItem1 span{
	color: #1029be;
}
.subNav a .icon {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: 28px;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}
.subNav a .locationItem .icon{
	background-position: left 5px;
}
.subNav a .locationItem1 .icon{
	background-position: left -48px;
}
.subNav a:hover .locationItem,
.subNav a.hover .locationItem{
	top: -60px;
}
.subNav a:hover .locationItem1,
.subNav a.hover .locationItem1{
	top: 0px;
}

.subNav a img {
	position: absolute;
	height: 25px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: .3s linear;
	-webkit-transition: .3s linear;
}

.subNav a .img1 {
	opacity: 1;
	z-index: 5;
}

.subNav a .img2 {
	opacity: 0;
	z-index: -1;
}


.subNav a:hover .img1,
.subNav a.hover .img1 {
	opacity: 0;
	z-index: -1;
}

.subNav a:hover .img2,
.subNav a.hover .img2 {
	opacity: 1;
	z-index: 5;
}

/* ————— 当前位置 end ————— */
/* ========== 三级栏目 start ========== */
.sjMenuList1Dl {
	font-size: 0;
	margin: 0 -15px;
	text-align: center;
}

.sjMenuList1Dl dd {
	display: inline-block;
	vertical-align: middle;
}

.sjMenuList1Dl dd .con {
	display: block;
	margin: 0 15px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(42, 50, 48, 0.1);
	box-shadow: 0px 3px 6px 0px rgba(42, 50, 48, 0.1);
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 23px;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	min-width: 80px;
	text-align: center;
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
}

.sjMenuList1Dl dd.hover .con,
.sjMenuList1Dl dd .con:hover {
	color: #fff;
	background-color: #0081cc;
}

/* ========== 三级栏目 end ========== */
/* ————— 右侧悬浮 start ————— */
.rightNavBox {
	position: absolute;
	bottom: 170px;
	right: -90px;
	z-index: 10;
}

.rightNavDl dd {
	position: relative;
	margin-bottom: 5px;
}

.rightNavDl dd .con {
	display: block;
	width: 48px;
	height: 48px;
	border: 1px solid #eeeeee;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
}

.rightNavDl dd .con.ewmIcon {
	background-image: url(../images/ewm.png);
	background-size: auto 22px;
}

.rightNavDl dd .con.topIcon {
	background-image: url(../images/backTop.png);
	background-size: auto 14px;
	background-color: #d2d2d2;
}

.rightNavDl dd .ewmBox {
	border: 1px solid #eeeeee;
	background-color: #fff;
	padding: 11px;
	position: absolute;
	top: 50%;
	left: -10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transform: translateY(-50%) translateX(-150%);
	-webkit-transform: translateY(-50%) translateX(-150%);
	visibility: hidden;
	opacity: 0;
}

.rightNavDl dd:hover .ewmBox {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) translateX(-100%);
	-webkit-transform: translateY(-50%) translateX(-100%);
}

.rightNavDl dd .ewmBox::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	filter: drop-shadow(0 0 1px #eeeeee);
	-webkit-filter: drop-shadow(0 0 1px #eeeeee);
}

.rightNavDl dd .imgBox {
	width: 105px;
	height: 105px;
	margin-bottom: 11px;
}

.rightNavDl dd .imgBox img {
	width: 100%;
	height: 100%;
}

.rightNavDl dd .imgText {
	font-size: 12px;
	color: #999999;
	text-align: center;
}

/* ————— 右侧悬浮 end ————— */
/* ————— 页码 start ————— */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #999999;
	border-radius: 50%;
	background: #fff;
	margin: 0 5px;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #006aba;
	color: #fff;
}

.page a.hover {
	background: #006aba;
	color: #fff;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/common/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/common/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/common/page/nextPage.png)
}

.page a.lastPage div {
	background-image: url(../images/common/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/common/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/common/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/common/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/common/page/lastPageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/common/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/common/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/common/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/common/page/lastPage.png)
}

/* ————— 页码 end ————— */
/* ————— 弹窗 start ————— */
.aykj-recruitTc .layui-layer-btn {
	text-align: center;
}

.aykj-recruitTc .layui-layer-btn a {
	height: 38px;
	line-height: 38px;
	padding: 0 40px;
	font-size: 14px;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn0 {
	background: #1e5ab0;
	color: #FFF;
	border-color: #1e5ab0;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn1 {
	background: #ddd;
	color: #8b8b8b;
	border-color: #ddd;
}

.aykj-alert .layui-layer-btn .layui-layer-btn0 {
	background: #1e5ab0;
	border-color: #1e5ab0;
}

/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */

/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.indexTitle {
	line-height: 45px;
	height: 45px;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	font-family: 'pht';
}

.indexMore {
	line-height: 55px;
	height: 55px;
	font-size: 0;
}

.indexMore.center {
	text-align: center;
}

.indexMore a {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #333333;
	font-family: 'phtL';
}

.indexMore a span {
	display: inline-block;
	line-height: 55px;
	height: 55px;
	width: 55px;
	vertical-align: middle;
	border-radius: 50%;
	margin-left: 25px;
	background-color: #1029be;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("../images/indexMoreIcon1.png");
}

/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.column1 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.column1C {
	padding: 115px 0 120px;
}

.column1C .indexTitle {
	margin-bottom: 65px;
}

.column1C .info {
	line-height:32px;
	height: 192px;
	overflow: hidden;
	padding-right: 19%;
	margin-bottom: 20px;
	font-size: 15px;
	color: #333333;
	text-align: justify;
	text-justify: distribute-all-lines;
	/* 这行必加，兼容ie浏览器 */
}

.column1C .indexMore {
	margin-bottom: 80px;
}

.column1CTop {
	position: relative;
}

.column1CTopL {
	width: 49.6528%;
}

.column1CTopR {
	position: absolute;
	width: 50.3472%;
	bottom: 0px;
	right: 0;
}

.column1CTopR::before {
	display: block;
	content: '';
	padding-top: 52.4138%;
}

.column1CTopR .pic::before {
	padding-top: 52.4138%;
}

.column1ListCon {
	background-color: #fff;
	padding: 25px 50px;
	overflow: hidden;
}

.column1List {
	margin-right: -125px;
	overflow: hidden;
}

.column1List dd {
	float: left;
	display: inline;
}

.column1List dd .con {
	margin-right: 125px;
	display: block;
}

.column1List dd .con .title {
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	margin-bottom: 8px;
	font-family: 'phtL';
}

.column1List dd .con .detail {
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	font-family: 'phtL';
}

.column1List dd .con .detail span {
	font-size: 30px;
	color: #1029be;
	margin-right: 16px;
	position: relative;
	font-family: 'din';
	letter-spacing: -1px;
	font-weight: 600;
}

.column1List dd .con .detail span::before {
	display: block;
	content: "+";
	font-size: 18px;
	color: #666;
	position: absolute;
	right: -15px;
	top: -10px;
	font-family: 'phtL';
	font-weight: lighter;
}

.column1List dd.dd4 .detail span::before,
.column1List dd.dd5 .detail span::before {
	display: none;
}

/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}

.column2 .wrap {
	position: relative;
	z-index: 5;
}

.column2C {
	padding: 115px 0 100px;
}

.column2CUp {
	margin-bottom: 35px;
}

.column2CUpL {
	float: left;
	display: inline;
	margin-top: 3px;
}

.column2CUpL .indexTitle {
	float: left;
	display: inline;
	margin-right: 80px;
}

.column2Menu {
	float: left;
	display: inline;
	margin-right: -20px;
}

.column2Menu dd {
	float: left;
	display: inline;
}

.column2Menu dd a {
	display: block;
	margin-right: 20px;
	padding: 0 30px;
	line-height: 45px;
	height: 45px;
	border-radius: 45px;
	border: 1px solid #dde4e9;
	font-size: 16px;
	color: #595959;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background-color: #fff;
	/* font-family: 'phtL'; */
}

.column2Menu dd.hover a {
	background-color: #1029be;
	color: #fff;
	border-color: #1029be;
}

.column2Menu dd:hover a {
	background-color: #1029be;
	color: #fff;
	border-color: #1029be;
}

.column2CUpR {
	float: right;
	display: inline;
}

.column2CUpR .indexMore a span {
	background-color: #f4f5f0;
	background-image: url("../images/indexMoreIcon2.png");
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.column2CUpR .indexMore:hover a span {
	margin-left: 30px;
	background-image: url("../images/indexMoreIcon1.png");
	background-color: #1029be;
}

.column2CDownL {
	float: left;
	display: inline;
	width: 66.6667%;
	margin-right: 20px;
}

.column2CDownL dd {
	margin-bottom: 20px;
}

.column2CDownL dd:last-child {
	margin-bottom: 0;
}

.column2CDownL dd a {
	display: block;
	background-color: rgba(255, 255, 255);
	box-shadow: 0px 6px 14.55px 0.45px rgba(51, 51, 51, 0.05);
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.column2CDownL dd:hover a {
	position: relative;
	z-index: 5;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: -1px 5px 16px 2px rgba(51, 51, 51, 0.08);
}

.column2CDownL dd a .pic {
	float: left;
	display: inline;
	width: 320px;
	overflow: hidden;
}

.column2CDownL dd a .pic::before {
	padding-top: 56.25%;
}

.column2CDownL dd a .text {
	overflow: hidden;
	padding: 20px 30px 0;
}

.column2CDownL dd a .text .title {
	line-height: 38px;
	height: 38px;
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
	overflow: hidden;
	font-family: 'pht';
}

.column2CDownL dd a .text .title:hover {
	color: #1029be;
}

.column2CDownL dd a .text .info {
	line-height: 25px;
	height: 50px;
	font-size: 14px;
	color: #666;
	margin-bottom: 17px;
	overflow: hidden;
	font-family: 'phtL';
	opacity: 0;
	visibility: hidden;
}

.column2CDownL dd a .text .time {
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	color: #b5c2cd;
	margin-bottom: 17px;
	overflow: hidden;
	font-family: 'phtL';
}

.column2CDownR {
	padding: 37px 30px 0;
	background-color: rgba(255, 255, 255);
	box-shadow: 0px 6px 14.55px 0.45px rgba(51, 51, 51, 0.05);
	overflow: hidden;
}

.column2CDownR dd {
	margin-bottom: 24px;
}

.column2CDownR dd a {
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
	display: block;
	padding-left: 16px;
	position: relative;
}

.column2CDownR dd a::before {
	display: block;
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0;
	top: 9px;
	background: #c7c7c7;
	border-radius: 100%;
}

.column2CDownR dd a .title {
	line-height: 25px;
	height: 50px;
	font-size: 16px;
	color: #333;
	margin-bottom: 12px;
	overflow: hidden;
	font-family: 'pht';
}

.column2CDownR dd a .title:hover {
	color: #1029be;
}

.column2CDownR dd a .time {
	line-height: 25px;
	height: 25px;
	font-size: 14px;
	color: #b5c2cd;
	overflow: hidden;
	font-family: 'phtL';
}

.column2CDownR dd:last-child {
	margin-bottom: 0;
}

.column2CDownR dd:last-child a {
	border-bottom: 0;
}

/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
/* 业务与产品 start*/
.indexColumn4 {
	position: relative;
	padding: 110px 0 107px;
	box-sizing: border-box;
}

.indexColumn4 .wrap {
	position: relative;
	z-index: 3;
}

.indexColumn4 .indexTitle {
	margin-bottom: 24px;
}

.indexColumn4Banner .bd {
	overflow: hidden;
	margin: 0 -23px;
}

.indexColumn4Banner .myslide {
	float: left;
	display: inline;
	width: 33.333%;
	padding: 10px 0;
}

.indexColumn4Banner .myslide .con {
	margin: 0 23px;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

.indexColumn4Banner .myslide .pic {
	background-color: #eee;
}

.indexColumn4Banner .myslide .pic::before {
	padding-top: 140%;
}

.indexColumn4Banner .text {
	position: absolute;
	perspective: 1000px;
	-webkit-perspective: 1000px;
	/* Safari 和 Chrome */
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.indexColumn4Banner .textCTop {
	position: absolute;
	z-index: 2;
	background: #fff;
	width: 100%;
	height: 160px;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 35px 30px 20px;
	transform-origin: 0px 100%;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.indexColumn4Banner .textCTop .egTitle {
	line-height: 22px;
	height: 44px;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 15px;
	font-family: 'phtL';
	color: #5dbd3c;
	text-transform: uppercase;
	display: none;
}

.indexColumn4Banner .textCTop .title {
	height: 40px;
	line-height: 40px;
	margin-bottom: 12px;
	color: #5dbd3c;
	/* font-family: 'pht'; */
}

.indexColumn4Banner .textCTop .title a {
	font-size: 22px;
	color: #333;
}

.indexColumn4Banner .myslide.myslide2 .textCTop .egTitle {
	color: #f6ab00;
}

.indexColumn4Banner .myslide.myslide3 .textCTop .egTitle {
	color: #1029be;
}

.indexColumn4Banner .textCTop .more {
	display: inline-block;
	height: 40px;
	line-height: 40px;
}

.indexColumn4Banner .textCTop .more a {
	display: block;
	width: 50px;
	height: 40px;
	background: url(../images/morew.png) left center no-repeat;
}

.indexColumn4Banner .textC {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 6;
	box-sizing: border-box;
	padding: 20px 30px;
	background: linear-gradient(to bottom, rgba(0, 104, 183, 0.01) 0%, rgba(0, 104, 183, 0.2) 10%, rgba(0, 104, 183, 0.9) 100%);
	background: -webkit-linear-gradient(to bottom, rgba(0, 104, 183, 0.01) 0%, rgba(0, 104, 183, 0.2) 10%, rgba(0, 104, 183, 0.9) 100%);
	background: -moz-linear-gradient(to bottom, rgba(0, 104, 183, 0.01) 0%, rgba(0, 104, 183, 0.2) 10%, rgba(0, 104, 183, 0.9) 100%);
	background: -o-linear-gradient(to bottom, rgba(0, 104, 183, 0.01) 0%, rgba(0, 104, 183, 0.2) 10%, rgba(0, 104, 183, 0.9) 100%);
	visibility: hidden;
	opacity: 0;
	transition: .4s;
	-webkit-transition: .4s;
}

.indexColumn4Banner .textC .icon {
	width: 68px;
	height: 68px;
	margin-bottom: 20px;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
}

.indexColumn4Banner .textC .icon span {
	display: block;
	width: 68px;
	height: 68px;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 50px;
	
}

.indexColumn4Banner .textC .title {
	height: 40px;
	line-height: 40px;
	margin-bottom: 18px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	transform: translateY(25px);
	-webkit-transform: translateY(25px);
	transition-delay: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.indexColumn4Banner .textC .title a {
	font-size: 22px;
	color: #fff;
}

.indexColumn4Banner .textC .info {
	height: 66px;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	margin-bottom: 20px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition-delay: 0.35s;
	opacity: 0;
	visibility: hidden;
	font-family: 'pht';
}

.indexColumn4Banner .textC .more {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transition-delay: 0.4s;
	opacity: 0;
	visibility: hidden;
}

.indexColumn4Banner .textC .more a {
	display: block;
	width: 50px;
	height: 40px;
	background: url(../images/morew_h.png) left center no-repeat;
}

.indexColumn4Banner .myslide .con:hover .textCTop {
	transform: rotateX(180deg);
	overflow: hidden;
}

.indexColumn4Banner .myslide .con:hover .textC {
	opacity: 1;
	visibility: visible;
}

.indexColumn4Banner .myslide .con:hover .icon {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.indexColumn4Banner .myslide .con:hover .textC .title {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.indexColumn4Banner .myslide .con:hover .info {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.indexColumn4Banner .myslide .con:hover .more {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.indexColumn4Banner .myslide.myslide1 .pic img {
	top: -20%;
}

.indexColumn4Banner .myslide .con:hover .pic img {
	top: 0;
}

.contentImg {
	font-size: 0;
}

/* 业务与产品 end*/
/* ————— 第3通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* 企业概况 start */
.profileColumn1 {
	position: relative;
	/* padding: 115px 0 95px; */
}

.profileColumn1 .wrap {
	position: relative;
}

.profileColumn1Left {
	width: 56%;
	position: relative;
	padding: 40px 0 95px;
}

.profileTitle {
	height: 70px;
	line-height: 70px;
	font-size: 36px;
	color: #333;
	font-family: 'pht';
	margin-bottom: 7px;
}

.profileSketch {
	height: 50px;
	line-height: 30px;
	font-family: 'phtL';
	color: #1029be;
	font-size: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}
.profileSketch span{
	font-size: 24px;
	margin-right: 5px;
}
.profileYear {
	position: relative;
	text-align: right;
	height: 66px;
	line-height: 66px;
	box-sizing: border-box;
	padding-right: 110px;
	font-family: 'alsx';
	font-size: 48px;
	color: #555555;
	text-transform: uppercase;
	z-index: 2;
	margin-bottom: 80px;
}

.profileYear span {
	font-family: 'din';
	font-size: 60px;
	font-weight: bold;
	color: #f6ab00;
}

.profileYear em {
	display: inline-block;
	height: 66px;
	background: #fff;
	padding-left: 50px;
	font-style: normal;
}

.profileYear::before {
	display: block;
	content: '';
	position: absolute;
	width: 1200px;
	right: 200px;
	height: 1px;
	background: #e5e5e5;
	top: 40px;
	z-index: -1;
}
.profilePic{
	overflow: hidden;
	padding: 50px 0;
}
.profilePic .pic::before{
	padding-top: 25.4186%;
}

.profileInfo p{
	height: 200px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	/* font-family: 'phtL'; */
	text-align: justify;
	text-justify: distribute-all-lines;
	/* 这行必加，兼容ie浏览器 */
}

.profileColumn1Right {
	width: 37.5%;
	border-left: 1px solid #e5e5e5;
}

.profileColumn1NumberBox {
	overflow: hidden;
	padding: 43px 0 47px;
}

.profileColumn1NumberDl dd+dd {
	border-top: 1px solid #e5e5e5;
}

.profileColumn1NumberDl dd .con {
	padding-left: 67px;
	position: relative;
	padding-right: 60px;
}

.profileColumn1NumberDl dd .details {
	position: relative;
	font-size: 0;
	height: 105px;
	float: left;
	display: inline;
}
.profileColumn1NumberDl dd .details::after{
	display: block;
	content: '';
	clear: both;
	overflow: hidden;
}
.profileColumn1NumberDl dd .details span {
	font-size: 60px;
	font-family: 'pht';
	float: left;
	display: inline;
	vertical-align: bottom;
	color: #1029be;
	letter-spacing: -3px;
	height: 105px;
	line-height: 105px;
	font-weight: bold;
}

.profileColumn1NumberDl dd .details i {
	float: left;
	display: inline;	
	font-size: 18px;
	font-family: 'phtL';
	font-style: normal;
	color: #1029be;
	line-height: 60px;
	padding: 0 5px;
}

.profileColumn1NumberDl dd .details em {
	float: left;
	display: inline;	
	font-size: 16px;
	font-family: 'phtL';
	font-style: normal;
	color: #666;
	height: 105px;
	line-height: 140px;
}

.profileColumn1NumberDl dd .title {
	overflow: hidden;
	text-align: right;
	font-size: 16px;
	color: #333333;
	font-family: 'phtL';
	height: 105px;
	line-height: 105px;
}
.profileColumn1NumberDl dd .icon{
	width: 45px;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 5;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 45px;
}
.profileColumn1NumberDl dd:nth-child(1) .icon{
	background-image: url('../images/introduceIcon1.png');
}
.profileColumn1NumberDl dd:nth-child(2) .icon{
	background-image: url('../images/introduceIcon2.png');
}
.profileColumn1NumberDl dd:nth-child(3) .icon{
	background-image: url('../images/introduceIcon3.png');
}
.profileColumn1NumberDl dd:nth-child(4) .icon{
	background-image: url('../images/introduceIcon4.png');
}
.profileColumn1NumberDl dd:nth-child(5) .icon{
	background-image: url('../images/introduceIcon5.png');
}
.profileColumn1NumberDl dd:nth-child(6) .icon{
	background-image: url('../images/introduceIcon6.png');
}
.profileColumn1Number {
	position: absolute;
	bottom: 0;
	width: 540px;
}

.profileColumn1Bg {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 738px;
	top: -300px;
	background: url(../images//subBannerBg.png) top center repeat-y;
}

.profileColumn1Dl {
	position: relative;
}

.profileColumn1Dl::before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	top: -300px;
	border-left: 1px solid #e5e5e5;
	left: 0;
}

.profileColumn1Dl dd {
	border-top: 1px solid rgba(229, 229, 229, 0.5);
	box-sizing: border-box;
	position: relative;
	z-index: 5;
}

.profileColumn1Dl dd.dd1 {
	height: 220px;
}

.profileColumn1Dl dd.dd2 {
	height: 210px;
}

.profileColumn1Dl dd.dd3 {
	height: 256px;
}

.profileColumn1Dl dd.dd4 {
	height: 250px;
}

.profileColumn1Dl dd.dd5 {
	height: 220px;
}

.profileColumn1Dl dd.dd6 {
	height: 288px;
}

.profileColumn1Dl dd.dd4 {
	border-top: none;
}

.profileColumn1Dl dd {
	padding: 0 45px 0 20px;
}

.profileColumn1Dl dd .con {
	overflow: hidden;
}

.profileColumn1Dl dd .details {
	float: left;
	display: inline;
	height: 80px;
	position: relative;
}

.profileColumn1Dl dd .details span {
	font-size: 80px;
	font-family: 'din';
	line-height: 80px;
	float: left;
	display: inline;
	color: #0081cc;
}

.profileColumn1Dl dd .details i {
	float: left;
	display: inline;
	line-height: 20px;
	font-size: 24px;
	font-family: 'phtL';
	font-style: normal;
	color: #0081cc;
}

.profileColumn1Dl dd .details em {
	float: left;
	display: inline;
	line-height: 150px;
	font-size: 16px;
	font-family: 'phtL';
	font-style: normal;
	color: #666;
}

.profileColumn1Dl dd .title {
	float: right;
	display: inline;
	line-height: 80px;
	font-size: 18px;
	font-family: 'phtL';
	color: #333;
}

.profileColumn1Dl dd.dd1 .title,
.profileColumn1Dl dd.dd2 .title,
.profileColumn1Dl dd.dd3 .title,
.profileColumn1Dl dd.dd1 .details em,
.profileColumn1Dl dd.dd2 .details em,
.profileColumn1Dl dd.dd3 .details em,
.profileColumn1Dl dd.dd1 .details span,
.profileColumn1Dl dd.dd2 .details span,
.profileColumn1Dl dd.dd3 .details span,
.profileColumn1Dl dd.dd1 .details i,
.profileColumn1Dl dd.dd2 .details i,
.profileColumn1Dl dd.dd3 .details i {
	color: #fff;
}

.profileColumn2 .wrap {
	position: relative;
	border-radius: 120px 120px 0 0;
	overflow: hidden;
}

.profileColumn2 .pic::before {
	padding-top: 27.0833%;
}

.profileColumn2C {
	box-sizing: border-box;
	padding: 52px 88px 0;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 3;
	bottom: 0;
	top: 0;
	background: linear-gradient(to right, rgba(0, 104, 183, 0.9) 0%, rgba(0, 104, 183, 0.2) 8%, rgba(0, 104, 183, 0.1) 100%);
	background: -webkit-linear-gradient(to right, rgba(0, 104, 183, 0.9) 0%, rgba(0, 104, 183, 0.2) 8%, rgba(0, 104, 183, 0.1) 100%);
	background: -moz-linear-gradient(to right, rgba(0, 104, 183, 0.9) 0%, rgba(0, 104, 183, 0.2) 8%, rgba(0, 104, 183, 0.1) 100%);
	background: -o-linear-gradient(to right, rgba(0, 104, 183, 0.9) 0%, rgba(0, 104, 183, 0.2) 8%, rgba(0, 104, 183, 0.1) 100%);
}

.profileColumn2Sketch {
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	color: #fff;
	font-family: "phtL";
	margin-bottom: 28px;
}

.profileColumn2Dl {
	overflow: hidden;
	margin: 0 -43px;
}

.profileColumn2Dl dd {
	float: left;
	display: inline;
	margin: 0 43px;
	width: 150px;
}

.profileColumn2Dl dd .number {
	width: 115px;
	height: 115px;
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 100%;
	box-sizing: border-box;
	margin: 0 auto 20px;
}

.profileColumn2Dl dd .number span {
	display: block;
	text-align: center;
	font-family: 'din';
	font-size: 36px;
	color: #fff;
	height: 44px;
	line-height: 44px;
	padding-top: 5px;
}

.profileColumn2Dl dd .number em {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	/* font-family: 'phtL'; */
	font-style: normal;
}

.profileColumn2Dl dd .text {
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	/* font-family: 'phtL'; */
}

.profileColumn3 {
	padding: 110px 0 235px;
}

.profileColumn3left {
	float: left;
	display: inline;
	width: 43.05556%;
}

.profileColumn3left .title {
	height: 48px;
	line-height: 48px;
	font-size: 36px;
	color: #1029be;
	font-family: 'pht';
	letter-spacing: 3px;
	margin-bottom: 15px;
}

.profileColumn3left .enTitle {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #666;
	font-family: 'din';
	letter-spacing: 3px;
	text-transform: uppercase;
	display: none;
}

.profileColumn3Right {
	overflow: hidden;
	line-height: 42px;
	font-size: 16px;
	color: #333;
	/* font-family: 'phtL'; */
	text-align: justify;
	text-justify: distribute-all-lines;
	/* 这行必加，兼容ie浏览器 */
}

.profilePage {
	background: #fff url(../images/profileBg.png) left bottom no-repeat;
}

/* 企业概况 end *

/* 领导综合页 start */
.leaderPage {
	padding: 145px 0 52px;
	background: #fff url(../test/leaderBg.jpg) right -260px no-repeat;
	position: relative;
}

.leaderTitle .title {
	height: 66px;
	line-height: 66px;
	font-size: 36px;
	font-family: 'pht';
	color: #333;
	margin-bottom: 5px;
}

.leaderTitle .enTitle {
	width: 450px;
	line-height: 30px;
	color: #999;
	font-size: 20px;
	font-family: 'phtL';
	text-transform: uppercase;
	display: none;
}

.leaderSwiper {
	position: relative;
	overflow: hidden;
	padding-bottom: 40px;
	padding-top: 80px;
	top: 70px;
}

.leaderSwiper .mySlide {
	/* float: left;
	display: inline;
	width: 33.3333%; */
	padding: 0px 25px;
	border-left:1px solid #fff ;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
}
.leaderSwiper .mySlide::before{
	display: block;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: -6px;
    top: 26px;
    background: #fff;
    border-radius: 30px;
}

.leaderSwiper .bd {
	overflow: hidden;
	padding: 0 20% 0 140px;
}

.leaderSwiper .mySlide a {
	display: block;
	transition: .4s;
	-webkit-transition: .4s;
}

.leaderSwiper .mySlide .pic::before {
	padding-top: 121.0937%;
}

.leaderSwiper .text {
	position: relative;
	box-sizing: border-box;
	padding: 10px 0;
}

.leaderSwiper .text .textC .name {
	height: 42px;
	line-height: 52px;
	font-size: 20px;
	color: #fff;
	font-family: 'pht';
	transition: .3s;
	-webkit-transition: .3s;
	font-weight: bold;
}

.leaderSwiper .text .textC .duty {
	padding: 0px 0;
	height: 48px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	font-family: 'phtThin';
	overflow: hidden;
	transition: .3s;
	-webkit-transition: .3s;
	position: relative;
}

.leaderSwiper .swiper-slide:hover .text .textC .name {
	color: #1029be;
}

.leaderSwiperBtnA {
	position: absolute;
	top: 160px;
	right: 14.2857%;
}

.leaderSwiperBtnA .slick-arrow{
	width: 54px;
	height: 54px;
	background-color: #fff;
	z-index: 5;
	cursor: pointer;
	border-radius: 100%;
	transition: .3s;
	-webkit-transition: .3s;
	display: inline-block;
	position: relative;
}

.leaderSwiperBtnA .slick-arrow.prev {
	margin-right: 20px;
	background-image: url(../images/leaderPrev_h.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.leaderSwiperBtnA .slick-arrow.next {
	background-image: url(../images/leaderNext_h.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.leaderSwiperBtnA .slick-arrow.prev:hover {
	background-color: #1029be;
	background-image: url(../images/leaderPrev.png);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.05);
	transform: translateY(-3px);
}

.leaderSwiperBtnA .slick-arrow.next:hover {
	background-color: #1029be;
	background-image: url(../images/leaderNext.png);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.05);
	transform: translateY(-3px);
}

/* 领导综合页 end */

/* 组织架构 start */
.organizationColumn1 {
	background: url(../images/zzjgBg1.jpg) left bottom no-repeat;
	min-height: 530px;
	padding: 105px 0 140px;
}

.commonTitle {
	text-align: center;
	margin-bottom: 10px;
}
.commonTitle .title{
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	font-family: 'pht';
	color: #333;
	position: relative;
}
.commonTitle .title::after{
	display: block;
	content: '';
	position: absolute;
	width: 60px;
	height: 3px;
	margin-left: -30px;
	left: 50%;
	bottom: 0;
	border-radius: 2px;
	background: #1029be;
}
.commonTitle .titleEg{
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'phtThin';
	color: #999;
	font-size: 16px;
	display: none;
}
.organizationColumn1 .commonTitle {
	margin-bottom: 48px;
}

.organizationContent {
	text-align: center;
}

.organizationContent img {
	max-width: 100%;
}

.organizationColumn2 {
	background: #fafafa url(../images/zzjgBg2.jpg) center center no-repeat;
	background-size: cover;
	padding: 80px 0 70px;
	min-height: 530px;
}

.organizationTable {
	width: 100%;
}

.organizationTable .trHeader {
	height: 78px;
	line-height: 78px;
	border-bottom: 2px solid #0081cc;
}

.organizationTable .trHeader td {
	font-size: 20px;
	color: #333;
	font-family: 'phtL';
	border-bottom: none;
}

.organizationTable tr {
	border-bottom: 1px dashed #0081cc;
}

.organizationTable td .con {
	line-height: 26px;
	font-size: 20px;
	color: #555;
	font-family: 'phtL';
	padding: 26px 0;
}

.organizationTable td.tdLeftPd {
	text-align: left;
	padding-left: 90px;
}

.organizationTable td.tdLeftPd .con {
	font-size: 16px;
}

.organizationTable td.tdLeft {
	text-align: left;
}

.organizationTable td.tdLeft.colorFontSize .con {
	color: #0081cc;
}

.commonMore {
	text-align: center;
}

.commonMore a {
	display: inline-block;
	font-size: 0;
}

.commonMore a span {
	float: left;
	display: inline;
	font-size: 18px;
	color: #333;
	height: 54px;
	line-height: 54px;
	transition: .4s;
	-webkit-transition: .4s;
}

.commonMore.active a span,
.commonMore a:hover span {
	color: #0081cc;
}

.commonMore a em {
	float: left;
	display: inline;
	width: 54px;
	height: 54px;
	margin-left: 24px;
	background: #f4f5f0 url(../images/moreNext_h.png) center center no-repeat;
	border-radius: 54px;
	transition: .4s;
	-webkit-transition: .4s;
}

.commonMore.active a em {
	background: #0081cc url(../images/moreNext.png) center center no-repeat;
}

.commonMore a:hover span {
	font-weight: bold;
}

.commonMore a:hover em {
	background: #0081cc url(../images/moreNext.png) center center no-repeat;
	box-shadow: 2px 1px 14px 7px rgba(30, 90, 176, 0.2);
	position: relative;
	z-index: 5;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.organizationColumn2 .organizationList {
	padding: 34px 0 0;
}

.organizationList {
	overflow: hidden;
	margin: 0 -15px;
}

.organizationList dd {
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 30px;
}

.organizationList dd .con {
	display: block;
	background-color: #fff;
	margin: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 20px;
	height: 110px;
	padding: 10px 30px;
	line-height: 30px;
	overflow: hidden;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	font-family: 'phtL';
	border-radius: 5px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.05);
}

.organizationList dd .con:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
	color: #fff;
	background: #fff !important;
}

.organizationList dd .title {
	max-height: 60px;
	overflow: hidden;
}
.organizationList dd .organizationIcon{
	float: left;
	display: inline;
	width: 75px;
	height: 75px;
	border-radius: 75px;
	border: 1px solid;
	border-top-color: rgba(16, 41, 190, .2);
	border-left-color: rgba(16, 41, 190, .3);
	border-bottom-color: rgba(16, 41, 190, .2);
	border-right-color: rgba(16, 41, 190, .05);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px;
	margin-top: 6px;
}
.organizationList dd .organizationText{
	overflow: hidden;
	height: 75px;
	padding: 6px 0 6px 30px;
	font-size: 18px;
	color: #333;
	font-family: 'phtL';
}
.organizationList dd .con:hover  .organizationText{
	color: #1029be !important;
	font-weight: bold;
}
/* 组织架构 end  */

/* 成员单位 start */
.memberUnitDl {
	overflow: hidden;
}

.memberUnitDl dd {
	padding: 20px 0;
}

.memberUnitDl dd .con {
	overflow: hidden;
}

.memberUnitDl dd .pic {
	float: left;
	display: inline;
	width: 50%;
}

.memberUnitDl dd.odd .pic {
	float: right;
}

.memberUnitDl dd .pic::before {
	padding-top: 54.8612%;
}

.memberUnitDl dd .text {
	overflow: hidden;
}

.memberUnitDl dd .con {
	overflow: hidden;
	background: #fafafa;
	position: relative;
}

.memberUnitDl dd .text {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 50%;
	right: 0;
	bottom: 0;
	padding: 0 80px;
	box-sizing: border-box;
}

.memberUnitDl dd.odd .text {
	left: 0;
	right: 50%;
}

.memberUnitDl dd .title {
	height: 78px;
	line-height: 78px;
	font-size: 30px;
	font-family: 'pht';
	text-align: center;
	margin-bottom: 20px;
	background: url(../images/titleLine.png) bottom center no-repeat;
	transform: .4s;
	-webkit-transform: .4s;
}

.memberUnitDl dd .title a {
	color: #333;
}

.memberUnitDl dd .con:hover .title a {
	color: #0081cc;
}

.memberUnitDl dd .info {
	height: 56px;
	line-height: 28px;
	font-family: 'phtL';
	color: #666;
	font-size: 18px;
	margin-bottom: 33px;
}

.memberUnitDl dd .more {
	text-align: center;
}

.memberUnitDl dd .more a {
	display: block;
	width: 165px;
	height: 54px;
	line-height: 54px;
	background: #0081cc;
	margin: 0 auto;
	font-size: 0;
	transition: .4s;
	-webkit-transition: .4s;
}

.memberUnitDl dd .more a span {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-family: 'phtL';
}

.memberUnitDl dd .more a i {
	float: left;
	display: inline;
	line-height: 62px;
	font-style: normal;
}

.memberUnitDl dd .more a span em {
	float: left;
	display: inline;
	width: 42px;
	height: 54px;
	background: url(../images/morew1_h.png) right center no-repeat;
	transform: .4s;
	-webkit-transform: .4s;
}

.memberUnitDl dd .more a:hover {
	opacity: .9;
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	position: relative;
	z-index: 8;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

/* 成员单位 end */
/* 企业文化 start */
.layui-layer-setwin .layui-layer-close2 {
	z-index: 5;
}

.logoBuild {
	width: 100%;
	overflow: hidden;
}

.logoBuild .leftBox {
	width: 50%;
	min-height: 754px;
	float: left;
	overflow: hidden;
}

.logoBuild .leftBox h2 {
	width: 172px;
	font-weight: 400;
	font-family: 'pht';
	color: #0081cc;
	font-size: 36px;
	letter-spacing: 7px;

}

.logoBuild .leftBox .first {
	margin-top: 160px;
}

.logoBuild .leftBox h3 {
	width: 186px;
	font-family: 'phtL';
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	color: #999999;
	margin-top: 48px;
}

.logoBuild .leftBox .icon {
	margin-left: 44px;
	margin-top: 48px;
	font-size: 0;
}

.logoBuild .leftBox .icon a {
	width: 40px;
	height: 74px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 74px;
	background-image: url(../images/more2.png);
}

.logoBuild .rightBox {
	width: 50%;
	min-height: 754px;
	float: left;
	overflow: hidden;
}

.logoBuild .rightBox h2 {
	width: 172px;
	font-weight: 400;
	font-family: 'pht';
	color: #333;
	font-size: 26px;
	margin-top: 100px;
}

.logoBuild .rightBox .text1 {
	width: 705px;
	height: 46px;
	font-family: 'phtL';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #555555;
	margin-top: 30px;
}

.logoBuild .rightBox .text2 {
	font-family: 'phtL';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #555555;
	margin-top: 30px;
}

.logoBuild .rightBox img {
	margin-top: 46px;
	height: 185px;
	max-width: 100%;
}

.logoBuild .rightBox h3 {
	font-weight: 400;
	font-family: 'pht';
	color: #333333;
	font-size: 26px;
	margin-top: 54px;
}

.bigimg {
	width: 100%;
	height: 760px;
	position: relative;
}

.bigimg .mauserPistol2 .pic {
	width: 100%;
	height: 760px;
	overflow: hidden;
}

.mauserPistol2 .pic::before {
	padding-top: 39.5833%;
}

.bigimg .mauserPistol2 img {
	width: 100%;
	height: 100%;
}

.bigimg .bigImgImgBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.bigimg .leftBox {
	width: 44.7%;
	height: 294px;
	background-color: #0081cc;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: -12%;
	z-index: 999;

}

.bigimg .leftBox h2 {
	margin-top: 70px;
	font-size: 30px;
	font-family: 'pht';
	color: #fff;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 50px;
}

.bigimg .leftBox h3 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 50px;
	margin-top: 34px;
	font-family: 'phtL';
	font-size: 28px;
	font-weight: 200;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #ffffff;
}

.bigimg .leftBox h3 span {
	margin-left: 34px;
}

.bigimg .rightBox {
	width: 55.3%;
	height: 102px;
	background: #e9edf3;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
}

.bigimg .rightBox dd {
	float: left;
	width: 124px;
	line-height: 102px;
	text-align: center;
	color: #333333;
	font-size: 24px;
	margin-right: 30px;
	cursor: pointer;
	font-family: 'phtL';
}

.bigimg .rightBox dd.hover,
.bigimg .rightBox dd:hover {
	color: #0081cc;
}

.bigimg .rightBox dd:nth-of-type(1) {
	margin-left: 100px;
}

.lookMoreTab {
	width: 100%;
	overflow: hidden;
}

.lookMoreTab .pickCard {
	width: max-content;
	margin: 0 auto;
}

.lookMoreTab .pickCard dd {
	margin-right: 20px;
	float: left;
	height: 60px;
	line-height: 68px;
	border-radius: 35px;
	font-size: 24px;
	text-align: center;
	color: #333333;
	background: #fff;
	font-family: 'phtL';
	font-weight: normal;
	font-stretch: normal;
	margin-bottom: 50px;
	cursor: pointer;
	padding: 0 47px;
	transition: .3s linear;
	-webkit-transition: .3s linear;
}

.lookMoreTab .pickCard dd.hover,
.lookMoreTab .pickCard dd:hover {
	background: #0081cc;
	color: #ffffff;
}

.lookMoreTab .tabContent {
	width: 100%;
	overflow: hidden;
}

.lookMoreTab .tabContent dd {
	width: 33.3333%;
	float: left;
}

.lookMoreTab .tabContent .con {
	margin-right: 30px;
	margin-bottom: 26px;
	position: relative;
}

.lookMoreTab .tabContent .pic {
	overflow: hidden;
	cursor: pointer;
}

.lookMoreTab .tabContent .pic:before {
	padding-top: 55.8696%;
}

.lookMoreTab .tabContent h2 {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #555;
	font-family: 'phtL';
	font-weight: 200;
	font-stretch: normal;
	line-height: 70px;
	letter-spacing: 0px;
	overflow: hidden;
	text-wrap: nowrap;
	text-overflow: ellipsis;
}

.lookMoreTab .tabContent .btn {
	overflow: hidden;
	width: 150px;
	height: 50px;
	font-size: 14px;
	border: 1px solid #ededed;
	border-radius: 37.5px;
	text-align: center;
	line-height: 50px;
	margin: 0 auto;
}

.lookMoreTab .tabContent .culturalIcon {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 38px;
	cursor: pointer;
	background-image: url(../images/play.png);
	transition: .3s linear;
	-webkit-transition: .3s linear;
	z-index: 5;
}

.lookMoreTab .tabContent .culturalIcon2 {
	background-image: url(../images/view.png);
	background-size: auto 28px;
}

.lookMoreTab .tabContent .con:hover .culturalIcon {
	background-color: rgba(0, 0, 0, .5);
}

.cultureMore1Box {
	font-size: 0;
	text-align: center;
}

.cultureMore1Box a {
	display: inline-block;
	vertical-align: middle;
	height: 48px;
	line-height: 48px;
	font-family: 'phtL';
	border: 2px solid #e5e5e5;
	border-radius: 26px;
	padding: 0 60px 0 24px;
	background-repeat: no-repeat;
	background-position: right 24px center;
	background-size: auto 7px;
	background-image: url(../images/morew.png);
	font-size: 16px;
	color: #666666;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.cultureCloumn3 {
	padding: 120px 0 90px;
}

.cultureCol1 {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	padding: 115px 0 80px;
}

.cultureCol1Top {
	overflow: hidden;
	margin-bottom: 68px;
}

.cultureCol1Item {
	float: left;
	display: inline;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
}

.cultureCol1Left {
	padding-right: 14.25%;
}
.culturePic{
	overflow: hidden;
}
.culturePic .pic::before{
	padding-top: 30.8176%;
}
.cultureCol1Text1 {
	font-size: 36px;
	color: #555555;
	font-family: 'pht';
	line-height: 52px;
	text-align: center;
	position: relative;
}
.cultureCol1Text1::after{
	display: block;
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    margin-left: -30px;
    left: 50%;
    bottom: 0;
    border-radius: 2px;
    background: #1029be;
}
.cultureCol1Text2 {
	font-size: 20px;
	color: #999999;
	font-family: 'phtL';
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	display: none;
}

.cultureCol1Text3 {
	font-size: 26px;
	color: #333333;
	font-family: 'phtL';
	line-height: 55px;
	margin-bottom: 15px;
}

.cultureCol1Text4 {
	font-size: 16px;
	color: #666;
	font-family: 'phtL';
	line-height: 30px;
	text-align: justify;
	text-justify: distribute-all-lines;
	/* 这行必加，兼容ie浏览器 */
}

.cultureCol1Right {
	padding-top: 70px;
}

.cultureCol1Left .cultureCol1Text1 {
	margin-bottom: 30px;
}

.cultureCol1Left .cultureCol1Text2 {
	margin-bottom: 59px;
}


.cultureCol1Right .cultureCol1Text4 {
	margin-bottom: 40px;
}

.cultureCol1Img img {
	max-width: 100%;
}
.cultureCol3C{
	text-align: center;
	overflow: hidden;
}

.cultureCol1List {
	overflow: hidden;
	margin: 0 -10px;
	font-size: 0;
}


.cultureCol1List dd {
	display: inline-block;
	width: 33.333%;
}
.cultureCol1List dd:nth-child(1){
	margin-left: 16%;
}
.cultureCol1List dd:nth-child(2){
	margin-right: 16%;
}

.cultureCol1List dd .icon {
	width: 60px;
	height: 60px;
	margin: 0  auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 36px;
	transition: all .4s;
	-webkit-transition: all .4s;
}
.cultureCol1List dd:hover  .icon{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.cultureCol1List dd .con {
	margin: 0 10px;
}

.cultureCol1List dd .con a {
	display: block;
}

.cultureCol1List dd .title {
	font-size: 20px;
	color: #fff;
	font-family: 'pht';
	line-height: 38px;
	font-weight: 500;
}

.cultureCol1List dd .text {
	font-size: 16px;
	color: #fff;
	font-family: 'phtThin';
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.cultureCol2 {
	overflow: hidden;
	position: relative;
	background-color: #fafafa;
	padding: 65px 0 60px;
}

.cultureCol2List1 {
	overflow: hidden;
	text-align: center;
	margin: 0 -75px;
}

.cultureCol2List1 dd {
	display: inline-block;
	vertical-align: middle;
}

.cultureCol2List1 dd .con {
	font-size: 22px;
	color: #555555;
	font-family: 'pht';
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin: 0 75px;
	display: block;
}

.cultureCol2List1 dd:hover .con,
.cultureCol2List1 dd.hover .con {
	color: #1029be;
}

.cultureCol2List2 {
	overflow: hidden;
	text-align: center;
	margin-right: -35px;
}

.cultureCol2List2 dd {
	display: inline-block;
	vertical-align: middle;
}

.cultureCol2List2 dd .con {
	font-size: 16px;
	color: #666666;
	font-family: 'pht';
	height: 50px;
	line-height: 52px;
	overflow: hidden;
	margin-right: 35px;
	display: block;
	padding: 0 24px;
	border-radius: 25px;
}

.cultureCol2List2 dd:hover .con,
.cultureCol2List2 dd.hover .con {
	background-color: #1029be;
	color: #fff;
}

.cultureCol2 .cultureCol2List1 {
	margin-bottom: 46px;
}

.cultureCol2 .cultureCol2List2 {
	margin-bottom: 40px;
}

.cultureImgList {
	overflow: hidden;
	margin: 0 -15px;
}

.cultureImgList dd {
	float: left;
	display: inline;
	width: 33.3333%;
	margin-bottom: 30px;
}

.cultureImgList dd .con {
	display: block;
	margin: 0 15px;
}

.cultureImgList dd .pic:before {
	padding-top: 55.8696%;
}

.cultureImgList dd .icon {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 38px;
	cursor: pointer;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	z-index: 5;
}

.cultureImgList dd .videoIcon {
	background-image: url(../images/play.png);
}

.cultureImgList dd .viewIcon {
	background-image: url(../images/view.png);
	background-size: auto 28px;
}

.cultureImgList dd .title {
	font-family: 'pht';
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	height: 70px;
	line-height: 70px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	color: #333 !important;
	background-color: #fff;
	transition: .3s linear;
	-webkit-transition: .3s linear;
}

.cultureImgList dd:hover .title {
	color: #0081cc;
}

.cultureImgList dd .con:hover .icon {
	background-color: rgba(0, 0, 0, .5);
}

.asNavForSlick1Box {
	position: relative;
	margin-right: -20px;
	overflow: hidden;
}

.asNavForSlick1Box:after {
	display: block;
	content: ' ';
	clear: both;
	visibility: hidden;
}

.asNavForSlick1Box>.asNavForSlick1Item {
	float: left;
	display: inline;
}

.asNavForSlick1Box>.asNavForSlick1Item>.asNavForSlick1Con {
	margin-right: 20px;
}

.asNavForSlick1Box>.asNavForSlick1Left {
	width: 76.3889%;
}

.asNavForSlick1Box>.asNavForSlick1Right {
	width: 23.6111%;
}

.asNavForTabCSlick {
	position: relative;
	overflow: hidden;
}

.asNavForTabCSlick .pic {
	position: relative;
	cursor: pointer;
}

.asNavForTabCSlick .pic::before {
	display: block;
	content: '';
	padding-top: 52.0991%;
}

.asNavForTabCSlick .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
}

.asNavForTabSlick .bd {
	overflow: hidden;
	margin-bottom: -10px;
}

.asNavForTabSlick .con {
	margin-bottom: 10px;
	cursor: pointer;
}

.asNavForTabSlick .pic {
	position: relative;
}

.asNavForTabSlick .pic::before {
	display: block;
	content: '';
	padding-top: 56.25%;
}

.asNavForTabSlick .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
}

.asNavForTabSlick .title {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px;
	width: 100%;
	height: 54px;
	line-height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	z-index: 6;
	font-family: 'phtL';
}

.asNavForTabSlick .pic::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	box-sizing: border-box;
}

.asNavForTabSlick .myslide.slick-current .pic::after {
	border: 3px solid #0081cc;
	background-color: transparent;
}

.asNavForTabSlick .myslide.slick-current .title {
	display: none;
}

.asNavForTextBox {
	width: 100%;
	height: 70px;
	background: linear-gradient(to bottom,rgba(0,0,0,0), rgba(0,0,0,0.6));
	background: -webkit-linear-gradient(to bottom,rgba(0,0,0,0), rgba(0,0,0,0.6));
	background: -moz-linear-gradient(to bottom,rgba(0,0,0,0), rgba(0,0,0,0.6));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.asNavForTextBox .title {
	font-size: 20px;
	color: #ffffff;
	height: 70px;
	line-height: 70px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 25px;
	font-family: 'pht';
}
.cultureCol3{
	padding: 40px 0 90px;
	overflow: hidden;
}
.cultureCol3C{
	height: 430px;
}
.cultureCol3C{
	padding-left: 39.5834%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* 企业文化 end */
/* 公共部分 start */
.baseTitle1Box {
	position: relative;
	font-family: 'pht';
	font-size: 36px;
	color: #333333;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 52px;
	padding-left: 20px;
	padding-top: 6px;
	z-index: 5;
}

.baseTitle1Box::before {
	content: '';
	display: block;
	width: 1px;
	height: 30px;
	border-left: 2px solid #1c26a5;
	border-right: 2px solid #1c26a5;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -4px;
	margin: auto;
	z-index: 3;
}

.baseTitle2Box {
	font-size: 30px;
	color: #555555;
	font-family: 'phtL';
	padding-left: 20px;
	height: 46px;
}

.baseTitle2Box span {
	font-size: 36px;
	color: #f6ab00;
	font-family: 'pht';
	margin: 0 5px;
}

.baseTitle3Box {
	font-size: 36px;
	color: #333333;
	font-family: 'pht';
	line-height: 50px;
}

.baseTitle4Box {
	font-size: 16px;
	color: #555555;
	font-family: 'phtL';
	line-height: 30px;
}

.baseContent1Box {
	position: relative;
	padding: 30px 10px;
}

.baseContent1Box .baseContentTitle {
	font-size: 22px;
	color: #0081cc;
	font-family: 'phtL';
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	margin: auto;
	white-space: nowrap;
	width: max-content;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
	overflow: hidden;
	background-color: #fff;
}

.baseContent1Box::before,
.baseContent1Box::after {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background-repeat: repeat-x;
	background-size: auto 10px;
	background-image: url(../images/borderBg1.png);
	position: absolute;
	left: 0;
}

.baseContent1Box::before {
	top: 0;
}

.baseContent1Box::after {
	bottom: 0;
}

.baseContent1Box .borderLeft,
.baseContent1Box .borderRight {
	width: 10px;
	height: calc(100% - 20px);
	background-repeat: repeat-y;
	background-size: 10px auto;
	background-image: url(../images/borderBg2.png);
	position: absolute;
	top: 10px;
}

.baseContent1Box .borderLeft {
	left: 1px;
}

.baseContent1Box .borderRight {
	right: 1px;
}

.baseContent1Box .subTitle {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #555555;
	margin-bottom: 30px;
	font-family: 'phtL';
}

.baseList1Dl {
	overflow: hidden;
	margin: 0 -15px;
}

.baseList1Dl dd {
	float: left;
	display: inline;
	width: 20%;
	margin-bottom: 10px;
}

.baseList1Dl dd .con {
	margin: 0 15px;
}

.baseList1Dl dd .picBox {
	height: 30px;
	text-align: center;
	margin-bottom: 15px;
}

.baseList1Dl dd .picBox img {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	object-fit: contain;
}

.baseList1Dl dd .title {
	font-size: 16px;
	color: #555555;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	font-family: 'phtL';
}

.baseText1Box {
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	font-family: 'phtL';
}

.baseText2Box {
	font-size: 22px;
	color: #1c26a5;
	line-height: 36px;
	font-family: 'phtL';
}

.baseImgPic1Box {
	position: relative;
}

.baseImgPic1Box::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.baseImgPicImg1Box {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.baseImgPicImg1Box .pic {
	border-radius: 60% 40% 57% 43% / 50% 43% 57% 50%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 100% 100%;
}

.baseImgPicImg1Box .pic::before {
	padding-top: 95.0667%;
}

.baseImgPicImg1Box .pic::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/maskBg1.png);
	background-size: 100% auto;
	background-position: left bottom -5px;
	z-index: 2;
	position: absolute;
	left: 0;
	bottom: 0;
}

.baseImgPicImg2Box {
	width: 66%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
}

.baseImgPicImg2Box .pic::before {
	padding-top: 106.8249%;
}

.baseImgPicImg2Box .pic img {
	object-fit: contain;
	object-position: left bottom;
}

.baseSlick1Box .prev,
.baseSlick1Box .next {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #0081cc;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.baseSlick1Box .prev {
	left: 20px;
	-webkit-transform: translateX(-150%);
	transform: translateX(-150%);
}

.baseSlick1Box .next {
	right: 20px;
	-webkit-transform: translateX(150%);
	transform: translateX(150%);
}

.baseSlick1Box .prev::before,
.baseSlick1Box .next::before {
	display: block;
	content: '';
	color: #FFFFFF;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 20px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.baseSlick1Box .prev::before {
	left: 20px;
	border-left: solid 1px currentColor;
	border-top: solid 1px currentColor;
}

.baseSlick1Box .next::before {
	left: 18px;
	border-bottom: solid 1px currentColor;
	border-right: solid 1px currentColor;
}

.baseSlick1Box:hover .slick-arrow {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.baseSlick1Box .slick-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.baseSlick1Box .slick-dots li {
	border: 1px solid #FFFFFF;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
}

.baseSlick1Box .slick-dots li.slick-active {
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
}

.baseSlick1Box {
	position: relative;
	overflow: hidden;
}

.baseSlick1Box .bdCon {
	overflow: hidden;
}

.baseSlick1Box .slick-list {
	overflow: visible;
}

.baseSlick1Box .myslide {
	float: left;
	display: inline;
}

.baseSlick1Box .slickCon {
	display: block;
}

.slickNubsBox {
	position: absolute;
	bottom: 0;
	right: 18.1333%;
	z-index: 5;
	font-size: 48px;
	color: #333333;
	font-family: "Myriad Pro";
}

.slickNubsBox .nubsCurrent {
	font-size: 60px;
	color: #0081cc;
}

.fljxdnyCloumn2Left {
	overflow: hidden;
}

.baseTabSlick2Box {
	overflow: hidden;
}

.baseTabSlick2Box .title {
	margin-bottom: 30px;
}

.baseTabSlick2Box .title a {
	font-size: 24px;
	color: #333333;
	line-height: 32px;
}

.baseTabSlick2Box .text {
	font-size: 16px;
	color: #333333;
	line-height: 35px;
	max-height: 350px;
	margin-bottom: 50px;
	overflow: hidden;
	overflow-y: auto;
	padding-right: 30px;
}

.baseTabSlick2Box .more a {
	display: inline-block;
	vertical-align: middle;
	padding-left: 33px;
	padding-right: 72px;
	background-color: #0081cc;
	background-repeat: no-repeat;
	background-size: auto 7px;
	background-position: right 33px center;
	background-image: url(../images/more1.png);
	font-size: 16px;
	color: #ffffff;
	font-family: 'phtL';
	height: 53px;
	line-height: 60px;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.baseTabSlick2Box .more a:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

/* 公共部分 end */
/* 精细化工及新材料 start */
.jxhgjxclCloumn1 {
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.jxhgjxclCloumn1 .wrap {
	position: relative;
	min-height: 890px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 8.3333% 0 0;
}

.jxhgjxclCloumn1 .wrap::before {
	content: '';
	display: block;
	width: 166px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -46px;
	z-index: 2;
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 166px auto;
	background-image: url(../images/line1.png);
}

.jxhgjxclCloumn1Left {
	float: left;
	display: inline;
	width: 37.2222%;
	margin-right: 10.4167%;
}

.jxhgjxclCloumn1Left .baseTitle1Box {
	margin-bottom: 30px;
}

.jxhgjxclCloumn1Right {
	overflow: hidden;
	padding: 10px 0 0;
}

.jxhgjxclCloumn1Right .baseList1Dl dd {
	width: 16.6667%;
}

.jxhgjxclList1Dl dd {
	padding: 41px 0;
}

.jxhgjxclList1Dl dd+dd {
	border-top: 1px solid rgb(230, 230, 230);
}

.jxhgjxclList1Dl dd .con {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.jxhgjxclList1Dl dd .left {
	overflow: hidden;
	padding-left: 20px;
}

.jxhgjxclList1Dl dd .title {
	display: inline-block;
	vertical-align: sub;
	font-size: 72px;
	color: #1c26a5;
	font-family: "Myriad Pro";
}

.jxhgjxclList1Dl dd .unit {
	display: inline-block;
	vertical-align: sub;
	font-size: 16px;
	color: #666666;
	font-family: 'phtL';
}

.jxhgjxclList1Dl dd .right {
	overflow: hidden;
}

.jxhgjxclList1Dl dd .text {
	font-size: 18px;
	color: #333333;
	font-family: 'phtL';
	margin-bottom: 10px;
}

.jxhgjxclCloumn1Right .baseContent1Box {
	margin-bottom: 34px;
}

.jxhgjxclCloumn1RightBottom {
	overflow: hidden;
	overflow-y: auto;
	max-height: 432px;
}

.jxhgjxclCloumn2 {
	background-color: #fff;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/jxhgjxclCloumn2Bg1.jpg);
}

.jxhgjxclCloumn2 .wrap {
	position: relative;
	min-height: 940px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6.9444% 0 0;
}

.jxhgjxclCloumn2 .wrap::before {
	content: '';
	display: block;
	width: 166px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -46px;
	z-index: 2;
	background-repeat: repeat-y;
	background-position: left bottom;
	background-size: 166px auto;
	background-image: url(../images/line1.png);
}

.jxhgjxclCloumn2 .baseTabSlick3Box {
	float: right;
	display: inline;
	width: 52.0833%;
	margin-left: 6.25%;
}

.jxhgjxclCloumn2 .baseImgPicImg1Box .pic::after {
	background-image: url(../images/maskBg3.png);
}

.jxhgjxclCloumn2Left {
	overflow: hidden;
}

.jxhgjxclCloumn2Left .baseTitle4Box {
	margin-bottom: 95px;
}

.jxhgjxclSlick1 {
	width: 285px;
	float: left;
	display: inline;
	margin-right: 40px;
	position: relative;
	z-index: 10;
}

.jxhgjxclSlick1 .myslide1Con {
	margin-bottom: 48px;
	position: relative;
	height: 28px;
	line-height: 38px;
	padding-left: 32px;
	font-size: 20px;
	color: #555555;
	font-family: 'phtL';
	cursor: pointer;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	transform: translateX(84px);
	-webkit-transform: translateX(84px);
}

.jxhgjxclSlick1 .myslide1Con::after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #00a0e9;
	opacity: 0;
}

.jxhgjxclSlick1 .myslide1Con::before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 2px solid #c5c5c7;
	position: absolute;
	left: 2px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	z-index: 2;
}

.jxhgjxclSlick1 .myslide1.slick-current .myslide1Con::after {
	opacity: .2;
}

.jxhgjxclSlick1 .myslide1.slick-current .myslide1Con::before {
	width: 10px;
	height: 10px;
	border: none;
	left: 4px;
	background-color: #00a0e9;
}

.jxhgjxclSlick1 .myslide1.slide1 .myslide1Con {
	transform: translateX(30px);
	-webkit-transform: translateX(30px);
}

.jxhgjxclSlick1 .myslide1.slide2 .myslide1Con {
	transform: translateX(70px);
	-webkit-transform: translateX(70px);
}

.jxhgjxclSlick1 .myslide1.slide3 .myslide1Con {
	transform: translateX(98px);
	-webkit-transform: translateX(98px);
}

.jxhgjxclSlick1 .myslide1.slide4 .myslide1Con {
	transform: translateX(108px);
	-webkit-transform: translateX(108px);
}

.jxhgjxclSlick1 .myslide1.slide5 .myslide1Con {
	transform: translateX(102px);
	-webkit-transform: translateX(102px);
}

.jxhgjxclSlick1 .myslide1.slide6 .myslide1Con {
	transform: translateX(94px);
	-webkit-transform: translateX(94px);
}

.jxhgjxclSlick1 .myslide1.slick-current .myslide1Con {
	color: #00a0e9;
}

.jxhgjxclSlick2 {
	overflow: hidden;
}

.jxhgjxclSlick2 .more a {
	background-color: #00a0e9;
}

.jxhgjxclSlick3 .slickNubsBox .nubsCurrent {
	color: #00a0e9;
}

/* 精细化工及新材料 end */
/* 玻纤及复合材料 start */
.bqjfhclCloumn1 {
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.bqjfhclCloumn1 .wrap {
	position: relative;
	min-height: 890px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 8.3333% 0 0;
}

.bqjfhclCloumn1 .wrap::before {
	content: '';
	display: block;
	width: 166px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -46px;
	z-index: 2;
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 166px auto;
	background-image: url(../images/line1.png);
}

.bqjfhclCloumn1Left {
	float: left;
	display: inline;
	width: 37.2222%;
	margin-right: 10.4167%;
}

.bqjfhclList1Dl dd {
	padding: 54px 0;
}

.bqjfhclList1Dl dd:first-child {
	padding: 24px 0;
}

.bqjfhclList1Dl dd+dd {
	border-top: 1px solid rgb(230, 230, 230);
}

.bqjfhclList1Dl dd .con {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.bqjfhclList1Dl dd .left {
	overflow: hidden;
	padding-left: 20px;
}

.bqjfhclList1Dl dd .title {
	display: inline-block;
	vertical-align: sub;
	font-size: 72px;
	color: #1c26a5;
	font-family: "Myriad Pro";
}

.bqjfhclList1Dl dd .unit {
	display: inline-block;
	vertical-align: sub;
	font-size: 16px;
	color: #666666;
	font-family: 'phtL';
}

.bqjfhclList1Dl dd .right {
	overflow: hidden;
}

.bqjfhclList1Dl dd .text {
	font-size: 18px;
	color: #333333;
	font-family: 'phtL';
	margin-bottom: 10px;
}

.bqjfhclCloumn1Right {
	overflow: hidden;
}

.bqjfhclCloumn1RightTop {
	overflow: hidden;
	overflow-y: auto;
	height: 324px;
	margin-bottom: 20px;
}

.bqjfhclCloumn1RightBottom {
	overflow: hidden;
	overflow-y: auto;
	height: 108px;
}

.bqjfhclCloumn1Right .bqjfhclList1Dl dd {
	padding: 0;
}

.bqjfhclCloumn2 {
	background-color: #fff;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/bqjfhclCloumn2Bg1.jpg);
}

.bqjfhclCloumn2 .wrap {
	position: relative;
	min-height: 940px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6.9444% 0 0;
}

.bqjfhclCloumn2 .wrap::before {
	content: '';
	display: block;
	width: 166px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -46px;
	z-index: 2;
	background-repeat: repeat-y;
	background-position: left bottom;
	background-size: 166px auto;
	background-image: url(../images/line1.png);
}

.bqjfhclCloumn2 .baseTabSlick3Box {
	float: right;
	display: inline;
	width: 52.0833%;
	margin-left: 6.25%;
}

.bqjfhclCloumn2 .baseImgPicImg1Box .pic::after {
	background-image: url(../images/maskBg2.png);
}

.bqjfhclCloumn2Left {
	overflow: hidden;
}

.bqjfhclCloumn2Left .baseTitle4Box {
	margin-bottom: 90px;
}

.bqjfhclSlick1 {
	width: 285px;
	float: left;
	display: inline;
	margin-right: 40px;
	position: relative;
	z-index: 10;
	overflow: hidden;
	margin-bottom: -48px;
}

.bqjfhclSlick1 .myslide1Con {
	margin-bottom: 48px;
	position: relative;
	height: 28px;
	line-height: 38px;
	padding-left: 32px;
	font-size: 20px;
	color: #555555;
	font-family: 'phtL';
	cursor: pointer;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	transform: translateX(82px);
	-webkit-transform: translateX(82px);
}

.bqjfhclSlick1 .myslide1Con::after {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #1c26a5;
	opacity: 0;
}

.bqjfhclSlick1 .myslide1Con::before {
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 2px solid #c5c5c7;
	position: absolute;
	left: 2px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	z-index: 2;
}

.bqjfhclSlick1 .myslide1.slick-current .myslide1Con::after {
	opacity: .2;
}

.bqjfhclSlick1 .myslide1.slick-current .myslide1Con::before {
	width: 10px;
	height: 10px;
	border: none;
	left: 4px;
	background-color: #1c26a5;
}

.bqjfhclSlick1 .myslide1.slide1 .myslide1Con {
	transform: translateX(30px);
	-webkit-transform: translateX(30px);
}

.bqjfhclSlick1 .myslide1.slide2 .myslide1Con {
	transform: translateX(70px);
	-webkit-transform: translateX(70px);
}

.bqjfhclSlick1 .myslide1.slide3 .myslide1Con {
	transform: translateX(98px);
	-webkit-transform: translateX(98px);
}

.bqjfhclSlick1 .myslide1.slide4 .myslide1Con {
	transform: translateX(108px);
	-webkit-transform: translateX(108px);
}

.bqjfhclSlick1 .myslide1.slide5 .myslide1Con {
	transform: translateX(102px);
	-webkit-transform: translateX(102px);
}

.bqjfhclSlick2 {
	overflow: hidden;
}

.bqjfhclSlick1 .myslide1.slick-current .myslide1Con {
	color: #0743bb;
}

/* 玻纤及复合材料 end */
/* 肥料及现代农业 start */
.fljxdnyCloumn1 {
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.fljxdnyCloumn1 .wrap {
	position: relative;
	min-height: 890px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 8.3333% 0 0;
}

.fljxdnyCloumn1 .wrap::before {
	content: '';
	display: block;
	width: 166px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -46px;
	z-index: 2;
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 166px auto;
	background-image: url(../images/line1.png);
}

.fljxdnyCloumn1Left {
	float: left;
	display: inline;
	width: 37.2222%;
	margin-right: 10.4167%;
}

.fljxdnyCloumn1Left .baseTitle1Box {
	margin-bottom: 20px;
}

.fljxdnyCloumn1Left .baseTitle1Box::before {
	border-left: 2px solid #0081cc;
	border-right: 2px solid #0081cc;
}

.fljxdnyCloumn1Left .baseTitle2Box {
	margin-bottom: 42px;
}

.fljxdnyList1Dl dd {
	padding: 54px 0;
}

.fljxdnyList1Dl dd:first-child {
	padding: 24px 0;
}

.fljxdnyList1Dl dd+dd {
	border-top: 1px solid rgb(230, 230, 230);
}

.fljxdnyList1Dl dd .con {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.fljxdnyList1Dl dd .left {
	overflow: hidden;
	padding-left: 20px;
}

.fljxdnyList1Dl dd .title {
	display: inline-block;
	vertical-align: sub;
	font-size: 72px;
	color: #f6ab00;
	font-family: "Myriad Pro";
}

.fljxdnyList1Dl dd .unit {
	display: inline-block;
	vertical-align: sub;
	font-size: 16px;
	color: #666666;
	font-family: 'phtL';
}

.fljxdnyList1Dl dd .right {
	overflow: hidden;
}

.fljxdnyList1Dl dd .text {
	font-size: 18px;
	color: #333333;
	font-family: 'phtL';
	margin-bottom: 10px;
}

.fljxdnyCloumn1Right {
	overflow: hidden;
	padding: 10px 0 0;
}

.fljxdnyCloumn1Right .baseContent1Box {
	margin-bottom: 46px;
}

.fljxdnyCloumn1RightBottom {
	overflow: hidden;
	overflow-y: auto;
	max-height: 432px;
}

.fljxdnyCloumn2 {
	background-color: #fff;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/fljxdnyCloumn2Bg1.jpg);
	z-index: 5;
}

.fljxdnyCloumn2 .wrap {
	position: relative;
	min-height: 940px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6.9444% 0 0;
}

.fljxdnyCloumn2 .wrap::before {
	content: '';
	display: block;
	width: 166px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -46px;
	z-index: 2;
	background-repeat: repeat-y;
	background-position: left bottom;
	background-size: 166px auto;
	background-image: url(../images/line1.png);
}

.fljxdnyCloumn2 .baseTitle3Box {
	margin-bottom: 20px;
}

.fljxdnyCloumn2 .baseTitle4Box {
	height: 60px;
	overflow: hidden;
}

.fljxdnyCloumn2 .baseTabSlick3Box {
	float: right;
	display: inline;
	width: 52.0833%;
	margin-left: 6.25%;
}

.fljxdnySlick2 {
	padding: 65px 0 0;
	position: relative;
	overflow: hidden;
}

.fljxdnySlick1 {
	width: 181px;
	float: left;
	display: inline;
	margin-right: 148px;
	position: relative;
	z-index: 10;
	margin-bottom: -45px;
}

.fljxdnySlick1 .myslide1Con {
	margin-bottom: 45px;
	cursor: pointer;
	position: relative;
	border-radius: 60% 40% 57% 43% / 50% 43% 57% 50%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: cover;
}

.fljxdnySlick1 .contentBox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 25.731% 0 0;
}

.fljxdnySlick1 .icon {
	position: relative;
	height: 50px;
	margin-bottom: 15px;
}

.fljxdnySlick1 .text {
	width: 100%;
	font-size: 20px;
	color: #666666;
	text-align: center;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	font-family: 'phtL';
}

.fljxdnySlick1 .icon img {
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.fljxdnySlick1 .pic::before {
	padding-top: 97.7901%;
}

.fljxdnySlick1 .myslide1Con:before {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 129, 204, .8);
	position: absolute;
	top: 0;
	left: 0;
}

.fljxdnySlick1 .myslide1.slick-current .myslide1Con {
	background-color: #0081cc;
	background-image: url("../images/conBg.png");
}

.fljxdnySlick1 .myslide1.slick-current .myslide1Con:before {
	content: '';
}

.fljxdnySlick1 .myslide1.slick-current .img1,
.fljxdnySlick1 .icon .img2 {
	opacity: 0;
}

.fljxdnySlick1 .myslide1.slick-current .img2 {
	opacity: 1;
	z-index: 5;
}

.fljxdnySlick1 .myslide1.slick-current .text {
	color: #fff;
}

/* 肥料及现代农业 end */
/* ========== 频道页 end ========== */
/* ========== 加入我们 start ========== */
.joinUsMore {
	font-size: 0;
	text-align: center;
}

.joinUsMore a {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #0081cc !important;
	padding-right: 78px;
	position: relative;
	height: 54px;
	line-height: 54px;
	font-family: 'phtL';
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.joinUsMore a::before {
	content: '';
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background-color: rgb(0, 129, 204);
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../images/moreNext.png');
	background-size: auto 20px;
	position: absolute;
	top: 0;
	right: 0;
}

.joinUsMore a:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.joinUsTitle {
	font-size: 36px;
	color: #555555;
	font-family: 'pht';
	line-height: 55px;
	text-align: center;
}

.joinUsCloumn1 {
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	padding: 50px 0 20px;
}

.joinUsImgTextList {
	overflow: hidden;
	margin: 0 -15px;
}

.joinUsImgTextList dd {
	margin-bottom: 30px;
	float: left;
	display: inline;
	width: 50%;
}

.joinUsImgTextList dd .con {
	overflow: hidden;
	margin: 0 15px;
}

.joinUsImgTextList dd .text {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.joinUsImgTextList dd .pic {
	width: 40%;
	float: left;
	display: inline;
	margin-right: 30px;
}

.joinUsImgTextList dd .pic::before {
	padding-top: 56.1111%;
}

.joinUsImgTextList dd .title {
	font-size: 36px;
	color: #555555;
	font-family: 'pht';
	position: relative;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url('../images/titleLine3.png');
	background-size: auto 7px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.joinUsImgTextList dd .title a {
	color: #555555;
}

.joinUsImgTextList dd:nth-child(even) .title {
	background-size: auto 7px;
	background-image: url('../images/titleLine3.png');
}

.joinUsImgTextList dd .info {
	font-size: 20px;
	color: #666;
	font-family: 'phtL';
	line-height: 40px;
	overflow: hidden;
	overflow-y: auto;
}

.joinUsCloumn2 {
	position: relative;
	overflow: hidden;
	background-color: #f5f5f5;
	padding: 50px 0;
}

.joinUsCloumn2 .joinUsTitle {
	margin-bottom: 30px;
}

.joinUsTextList dd {
	margin-bottom: 30px;
}

.joinUsTextList dd .con {
	padding: 40px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

.joinUsTextList dd .more {
	float: right;
	display: inline;
	margin-left: 30px;
}

.joinUsTextList dd .more a {
	display: block;
	border-radius: 50%;
	background-color: rgb(244, 245, 240);
	width: 54px;
	height: 54px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 12px;
	background-image: url('../images/indexMoreIcon2.png');
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.joinUsTextList dd .con:hover .more a {
	background-color: #0081cc;
	background-image: url('../images/leaderNext.png');
}

.joinUsTextList dd .title {
	overflow: hidden;
}

.joinUsTextList dd .title a {
	display: block;
	max-width: 100%;
	font-size: 20px;
	color: #333333;
	font-family: 'pht';
	height: 54px;
	line-height: 54px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.joinUsTextList dd .con:hover .title a {
	color: #0081cc;
}

.joinUsTextList dd .time {
	position: relative;
	padding-right: 46px;
	margin-right: 48px;
	color: #666;
	font-size: 20px;
	font-family: 'phtL';
	height: 54px;
	line-height: 54px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
	display: inline;
}

.joinUsTextList dd .time::before {
	content: '';
	display: block;
	background-color: rgb(230, 230, 230);
	width: 1px;
	height: 49px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* ========== 加入我们 end ========== */
/* 业务与产品-玻纤及复合材料-新增 start */
.ov {
	overflow: hidden;
}

.pxfhPageColumn1 {
	padding-bottom: 52px;
	background: #fff;
}

.pxfhPage1Right {
	width: 705px;
	padding-left: 46px;
	position: relative;
	box-sizing: border-box;
}

.pxfhPage1Right .pic {
	overflow: hidden;
}

.pxfhPage1Right .pic::before {
	padding-top: 71.6312%;
}

.pxfhPage1Right .icn {
	width: 355px;
	height: 435px;
	background: url(../test/pxfhPage1RightIcn.png) no-repeat center center / 100%;
	position: absolute;
	bottom: 0;
	left: -130px;
}

.pxfhPage1Left {
	overflow: hidden;
}

.pxfhPage1LeftTitle {
	margin-bottom: 20px;
	position: relative;
}
/* .pxfhPage1LeftTitle::after{
	display: block;
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    bottom:-6px;
    border-radius: 2px;
    background: #1029be;
	left: 0;
} */
.pxfhPage1LeftTitle .title {
	font-size: 30px;
	color: #333;
	font-family: 'pht';
	font-weight: bold;
	line-height: 50px;
}

.pxfhPage1LeftTitle .title1 {
	font-size: 24px;
	color: #b8d2eb;
	font-family: 'alsx';
	text-transform: uppercase;
	line-height: 50px;
	display: none;
}

.pxfhPage1Left .textC {
	padding-top: 12px;
	line-height: 36px;
	font-size: 16px;
	color: #333333;
	font-family: 'phtL';
	text-align: justify;
	height: 420px;
	overflow: hidden;
	overflow-y: auto;
	padding-right: 10px;
}

.pxfhPageColumn2 {
	padding-bottom: 66px;
}

.pxfhPageColumn2 .pxfhPage1LeftTitle .title,
.flxdPageColumn1_1 .pxfhPage1LeftTitle .title {
	line-height: 48px;
	text-align: center;
	position: relative;
}
.pxfhPageColumn2 .pxfhPage1LeftTitle .title:after,
.flxdPageColumn1_1 .pxfhPage1LeftTitle .title:after{
	display: block;
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    bottom:-6px;
    border-radius: 2px;
    background: #1029be;
	margin-left: -30px;
    left: 50%;
} 
.pxfhPageColumn2 .pxfhPage1LeftTitle .title1,
.flxdPageColumn1_1 .pxfhPage1LeftTitle .title1 {
	line-height: 32px;
	text-align: center;
}

.pxfhPage2TextC {
	line-height: 30px;
	font-size: 16px;
	color: #555555;
	font-family: 'phtL';
	padding-top: 20px;
	margin-bottom: 40px;
}

.pxfhPageColumn2Dl {
	overflow: hidden;
	height: 530px;
}

.pxfhPageColumn2Dl.on {
	background: #000;
}

.pxfhPageColumn2Dl dd {
	float: left;
	width: 20%;
	transition: all .5s;
	-webkit-transition: all .5s;
	transform-origin: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pxfhPageColumn2Dl dd .con {
	display: block;
	min-height: 530px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	cursor: default;
}

.pxfhPageColumn2Dl dd .con:hover {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

.pxfhPageColumn2Dl dd .con::before {
	position: absolute;
	display: block;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 106px;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
}

.pxfhPageColumn2Dl dd .con .text {
	position: absolute;
	bottom: 22px;
	left: 0;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	z-index: 2;
}

.pxfhPageColumn2Dl dd .con .icn {
	width: 40px;
	height: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 14px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.pxfhPageColumn2Dl dd .con .title {
	line-height: 30px;
	font-size: 18px;
	color: #ffffff;
	font-family: 'pht';
	transition: all .5s;
	-webkit-transition: all .5s;
	margin-bottom: 14px;
}

.pxfhPageColumn2Dl dd .con .textC {
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
	padding-top: 16px;
	font-family: 'phtL';
	height: 0;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 0;
}
.pxfhPageColumn2Dl dd .con .textC .textCon{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.pxfhPageColumn2Dl dd.hover .con .textC {
	height: 90px;
	opacity: 1;
}

/* 业务与产品-玻纤及复合材料-新增 end*/
/* 业务与产品-肥料及现代农业-新增 start */
.flxdPageColumn1 .pic {
	width: 705px;
	margin-right: 46px;
}

.flxdPageColumn1 .pic::before {
	padding-top: 71.6312%;
}

.flxdPageColumn1 .con {
	background: #fafafa;
}

.flxdPageColumn1 .text {
	padding-right: 25px;
}

.flxdPageColumn1 .text .textC {
	line-height: 32px;
	font-size: 16px;
	color: #333333;
	font-family: 'phtL';
	padding-top: 24px;
	height:330px;
	overflow: hidden;
	overflow-y: auto;
	padding-right: 10px;
	text-align: justify;
}

.flxdPageColumn1_1 {
	padding-top: 52px;
	padding-bottom: 35px;
}

.flxdPageTitle .tips {
	padding: 0 44px 0 20px;
	border-radius: 0 50px 50px 0;
	line-height: 50px;
	height: 50px;
	font-size: 24px;
	color: #fff;
	font-family: 'phtL';
	font-weight: bold;
	background-image: linear-gradient(0deg, rgb(0, 110, 223) 0%, rgb(0, 157, 223) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(0, 110, 223) 0%, rgb(0, 157, 223) 100%);
	display: inline-block;
	margin-right: 10px;
}

.flxdPageTitle .line {
	height: 10px;
	position: relative;
	top: 20px;
}

.flxdPageTitle .line::before {
	position: absolute;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	background: #F5F5F5;
	border: 1px solid #c0cedb;
	border-radius: 50%;
	left: 0;
	top: 0;
	z-index: 2;
}

.flxdPageTitle .line::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #c0cedb;
	left: 0;
	top: 4px;
	z-index: 1;
}

.flxdPageTextC {
	line-height: 32px;
	font-size: 15px;
	color: #666;
	font-family: 'phtL';
	padding: 40px 0 30px;
}
.flxdPageColumn2Con{
	font-size: 0;
	text-align: center;
	padding: 0 60px;
	position: relative;
}
.flxdPageColumn2Con.flxdPageColumn2Con1{
	padding: 0 !important;
}
.flxdPageColumn2Con.flxdPageColumn2Con1 .flxdPageColumn2SwiperBtn {
	display: none !important;
}
.flxdPageColumn2Left {
	width:800px;
	display: inline-block;
	padding: 20px 0 35px;
}

.flxdPageColumn2Tab {
	padding: 20px 0 20px;
	position: relative;
}

/* .flxdPageColumn2Tab::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	left: 30px;
	bottom: 4px;
	background: url(../test/line.png) no-repeat center center / 100%;
} */

.flxdPageColumn2Tab .item {
	display: inline-block;
	margin: 0 20px;
	line-height: 40px;
	font-size: 18px;
	color: #666;
	font-family: 'phtL';
	padding-bottom: 18px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.flxdPageColumn2Tab .item::before {
	position: absolute;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	background: #c7c7c7;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.flxdPageColumn2Tab .item.hover {
	color: #006edf;
	font-size: 24px;
}

.flxdPageColumn2Tab .item.hover::before {
	background: #006edf;
	width: 16px;
	height: 16px;
	
}

.flxdPageColumn2TabC {
	/* padding: 10px 20px; */
	/* padding:5px 20px;
	border-radius: 30px; */
	overflow: hidden;
	/* background: #fff; */
	position: relative;
	text-align: center;
	/* border: 1px solid #e6e6e6; */
	/* box-shadow: 0 0 18px 4px rgba(0,0,0,0.1); */

}
.flxdPageColumn2TabC::before{
	/* display: block;
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0;
	width: 5px;
	left: 0px;
	background: var(--primaryColor); */
}

.flxdPageColumn2TabC .item {
	line-height: 32px;
	font-size: 15px;
	color: #666 !important;
	display: none;
	padding:5px 30px;
	border-radius: 30px;
	border: 1px solid #e6e6e6;
	text-align: left;
}

.flxdPageColumn2TabC .item.hover {
	display: inline-block;
}


.RightSlick .item {
	display: none;
	overflow: hidden;
	position: relative;
	padding: 0 80px;
}

.RightSlick .item.hover {
	display: block;
}

.flxdPageColumn2Swiper {
	position: relative;
	overflow: hidden;
	margin: 0 15px;
}
.flxdPageColumn2Swiper.flxdPageColumn2Swiper2{
	padding: 0 5px;
}
.flxdPageColumn2Swiper .swiper-slide{
	float: left;
	display: inline;
	width: 33.3333%;
	overflow: hidden;
}

.flxdPageColumn2Swiper .slickCon {
	background: #fff;
	display: block;
	padding: 26px 20px 56px;
	position: relative;
	overflow: hidden;
	margin: 0 15px;
}
.flxdPageColumn2Swiper.flxdPageColumn2Swiper1  .slickCon{
	margin: 0 65px;
}
.flxdPageColumn2Swiper.flxdPageColumn2Swiper1{
	margin: 0 -65px;
}
.flxdPageColumn2Swiper .slickCon .pic::before {
	padding-top: 100%;
}

.flxdPageColumn2Swiper .slickCon .pic img {
	object-fit: contain;
}
.flxdPageColumn2Swiper.flxdPageColumn2Swiper1 .slickCon, 
.flxdPageColumn2Swiper.flxdPageColumn2Swiper3 .slickCon{
	padding: 0 0 56px;
}
.flxdPageColumn2Swiper.flxdPageColumn2Swiper3 .pic{
	margin: 0px;
}
.flxdPageColumn2Swiper.flxdPageColumn2Swiper3 .pic img{
	object-fit: cover;
}
.flxdPageColumn2Swiper .slickCon .text {
	box-sizing: border-box;
	transition: all .5s;
	-webkit-transition: all .5s;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.flxdPageColumn2Swiper .slickCon .textTitle{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 36px;
	line-height: 20px;
	transition: all .4s;
	-webkit-transition: all .4s;
	opacity: 1;
	visibility: visible;
}
.flxdPageColumn2Swiper .slickCon:hover .textTitle{
	bottom: -50px;
	opacity: 0;
	visibility: hidden;
}
.flxdPageColumn2Swiper .slickCon .textTitle .title {
	font-size: 18px;
	color: #333333;
	font-family: 'phtL';
	font-weight: bold;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.flxdPageColumn2Swiper .slickCon .textContent {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 30%;
	transition: all .4s;
	-webkit-transition: all .4s;
	padding: 0px 18px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: rgba(16,41,190,0.65);
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
.flxdPageColumn2Swiper .slickCon:hover .textContent{
	height: 100%;
	padding: 10px 15px;
	opacity: 1;
	visibility: visible;
}
.flxdPageColumn2Swiper .slickCon .textContent .title{
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-family: 'phtL';
	font-weight: bold;
	color: #fff;
}
.flxdPageColumn2Swiper .slickCon .textContent .textC{
	line-height:24px;
	font-size:12px;
	color: #fff;
	text-align: left;
}

.flxdPageColumn2Swiper .slickCon:hover .title,
.flxdPageColumn2Swiper .slickCon:hover .more {
	color: #fff;
}

@media screen and (max-width: 1550px) { 
	.flxdPageColumn2Swiper .slickCon{
		margin: 0 0 ;
	}
	.flxdPageColumn2Swiper .slickCon .textContent .title,
	.flxdPageColumn2Swiper .slickCon .textTitle .title{
		font-size: 14px;
	}
}

.flxdPageColumn2SwiperBtn {
	width:40px;
	height: 40px;
	border-radius: 50%;
	background: #b2b5be url(../images/cpprev.png) no-repeat center center / 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -0px;
	z-index: 6;
	cursor: pointer;
	/* opacity: 0; */
	transition: all .5s;
	-webkit-transition: all .5s;
}

.flxdPageColumn2SwiperBtn.next {
	left: unset;
	right: 0px;
	transform: translateY(-50%) rotate(180deg);
}
.flxdPageColumn2SwiperBtn:hover{
	background-color: #1029be;
} 

.flxdPageColumn2Swiper:hover .flxdPageColumn2SwiperBtn {
	opacity: 1;
}


.flxdPageColumn3 .pxfhPageColumn2Dl dd .con .icn {
	margin: auto;
}

.flxdPageColumn3 .pxfhPageColumn2Dl dd.hover .con .icn {
	margin: 0;
}

.flxdPageColumn3 .pxfhPageColumn2Dl dd .con .title {
	text-align: center;
	padding-top: 12px;
}

.flxdPageColumn3 .pxfhPageColumn2Dl dd.hover .con .title {
	text-align: left;
}

.flxdPageColumn3 .pxfhPageColumn2Dl dd .con .textC {
	line-height: 24px;
	padding-top: 0;
	margin-top: 14px;
}

.flxdPageColumn3 .pxfhPageColumn2Dl dd.hover .con .textC {
	height: 120px;
}

/* 业务与产品-肥料及现代农业-新增 end */
/* 精细化工及新材料-新增 start */
.pxfhPageColumn2.jxhgPageC_2 {
	padding-bottom: 60px;
}

.jxhgPageC_2 .pxfhPageColumn2Dl dd {
	width: 16.6667%;
}

.jxhgPageC_2 .pxfhPageColumn2Dl dd .con::before {
	height: 340px;
}

.jxhgPageC_2 .pxfhPageColumn2Dl dd .con .icn {
	margin: auto;
}

.jxhgPageC_2 .pxfhPageColumn2Dl dd.hover .con .icn {
	margin: 0;
}

.jxhgPageC_2 .pxfhPageColumn2Dl dd .con .title {
	text-align: center;
	padding-top: 12px;
}

.jxhgPageC_2 .pxfhPageColumn2Dl dd.hover .con .title {
	text-align: left;
}

.jxhgPageC_2DlContent {
	height: 0;
	overflow: hidden;
}
.pxfhPageColumn2Dl dd .con .jxhgPageC_2DlContent .textC{
	height: auto;
	margin-top: 0 !important;
}
.pxfhPageColumn2Dl dd .con .jxhgPageC_2DlContent  .more{
	height: 40px;
}
.jxhgPageC_2 .pxfhPageColumn2Dl dd.hover .con .textC {
	margin-top: 18px;
}

.pxfhPageColumn2Dl dd .con .t {
	line-height: 28px;
	font-size: 16px;
	color: #ffffff;
	overflow: hidden;
	font-family: 'phtL';
	transition: all .5s;
	-webkit-transition: all .5s;
}

.pxfhPageColumn2Dl dd.hover .con .t {
	padding-top: 8px;
	margin-bottom: 8px;
}

.pxfhPageColumn2Dl dd .con .more {
	display: inline-block;
	padding: 0 10px 0 15px;
	line-height: 40px;
	font-size: 16px;
	color: #fafafa;
	border-radius: 42px;
	vertical-align: middle;
	height: 0;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
	border: 0;
}

/* .pxfhPageColumn2Dl dd .con .more i {
	display: inline-block;
	width: 22px;
	height: 20px;
	background: url(../test/linkIcn.png) no-repeat center center / 100%;
	vertical-align: middle;
	font-family: 'phtL';
} */

.pxfhPageColumn2Dl dd.hover .con .t {
	height: 28px;
}

.pxfhPageColumn2Dl dd.hover .con .more {
	height: 42px;
	border: 1px solid #e5e5e5;
}

.pxfhPageColumn2Dl dd.hover .con .more:hover {
	border-color: #0068b7;
}

/* 精细化工及新材料-新增 end */

/* 加入我们-新增 start */
.joinUsCloumn1_1 {
	background: #fff;
	padding: 70px 0;
	box-sizing: border-box;
}

.joinUsCloumn1Dl {
	margin: 0 -15px;
}

.joinUsCloumn1Dl dd {
	float: left;
	width: 50%;
}

.joinUsCloumn1Dl dd .con {
	margin: 0 15px;
	padding: 68px 30px 0;
	min-height: 410px;
	box-sizing: border-box;
}

.joinUsCloumn1Dl dd .con .icn {
	width: 50px;
	height: 51px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-bottom: 24px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.joinUsCloumn1Dl dd .con .title {
	line-height: 46px;
	font-size: 36px;
	font-weight: bold;
	font-family: 'phtL';
	color: #ffffff;
	margin-bottom: 26px;
}

.joinUsCloumn1Dl dd .con .line {
	width: 48px;
	height: 3px;
	background: url(../images/line2.png) no-repeat center center / 100%;
	margin-bottom: 24px;
}

.joinUsCloumn1Dl dd .con .textC {
	line-height: 32px;
	font-size: 20px;
	color: #ffffff;
	font-family: 'phtL';
	height: 130px;
	overflow: hidden;
	overflow-y: auto;
}

.joinUsCloumn1Dl dd .con:hover .icn {
	transform: rotateY(180deg);
}

/* 加入我们-新增 end */
/* 联系我们-新增 start */
.contact {
	background: url(../images/contactBg.jpg) no-repeat center center / 100% 100%;
	min-height: 816px;
	box-sizing: border-box;
	padding-top: 105px;
}

.contactTitle {
	line-height: 62px;
	font-size: 36px;
	color: #666666;
	font-family: 'phtL';
	font-weight: bold;
	margin-bottom: 30px;
}
/* .contactTitle:after {
    display: block;
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    bottom: -10px;
    border-radius: 2px;
    background: #1029be;
    left: 0;
} */
.contactTitle1 {
	line-height: 24px;
	font-size: 20px;
	color: #999999;
	font-family: 'phtL';
	text-transform: uppercase;
	display: none;
}

.contactLeft {
	width: 424px;
	margin-right: 30px;
	background: url(../images/contactLeftBg.jpg) no-repeat center center / 100% 100%;
	min-height: 464px;
	padding-top: 48px;
	box-sizing: border-box;
}

.contactIcn {
	width: 130px;
	height: 130px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30%;
	position: relative;
	margin: auto;
	margin-bottom: 28px;
}

.contactIcn::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/contactLeftIcn.png) no-repeat center center / 100%;
	animation: yuan 14s linear infinite;
}

@keyframes yuan {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.contactLeft .title {
	line-height: 30px;
	font-size: 20px;
	color: #ffffff;
	font-family: 'phtL';
	text-align: center;
}

.contactLeft .title1 {
	line-height: 24px;
	font-size: 16px;
	color: #ffffff;
	font-family: 'phtL';
	text-align: center;
}

.contactLeft .phone {
	line-height: 32px;
	font-size: 20px;
	color: #ffffff;
	padding-top: 12px;
	font-family: 'phtL';
	text-align: center;
}
.contactLeft .phone a{
	color: #ffffff;
}
.contactRight {
	min-height: 464px;
	box-sizing: border-box;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 48px 56px 0;
}

.contactRight .contactIcn {
	margin: 0;
}

.contactRight .title {
	line-height: 30px;
	font-size: 20px;
	color: #555555;
	font-weight: bold;
	font-family: 'phtL';
	padding-top: 26px;
}

.contactRight .title1 {
	line-height: 24px;
	font-size: 16px;
	color: #555555;
	font-family: 'phtL';
	margin-bottom: 6px;
}

.contactRight .t {
	line-height: 36px;
	font-size: 16px;
	color: #555555;
	font-family: 'phtL';
	font-weight: bold;
}

.contactRight .t span {
	color: #0081cc;
}

/* 联系我们-新增 end */
/* 企业基本信息-新增 start */
.essentialInformation {
	min-height: 1014px;
	background: url(../images/essentialInformationBg.jpg) no-repeat center center / 100% 100%;
	box-sizing: border-box;
}

.essentialInformationPic.pic::before {
	padding-top: 31.25%;
}

.essentialInformationDl {
	margin: 0 -15px;
}

.essentialInformationDl dd {
	float: left;
	width: 25%;
	margin-bottom: 30px;
}

.essentialInformationDl dd .con {
	margin: 0 15px;
	background: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
	box-shadow: 0px 10px 25.5px 4.5px rgba(0, 117, 193, 0.05);
	min-height: 194px;
	box-sizing: border-box;
	padding: 34px 30px 0;
	position: relative;
}

.essentialInformationDl dd .con::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/essentialInformationDlBg.jpg) no-repeat center center / 100% 100%;
	opacity: 0;
	z-index: 1;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.essentialInformationDl dd .con .text {
	position: relative;
	z-index: 2;
}

.essentialInformationDl dd .con .icn {
	width: 32px;
	height: 35px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 26px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.essentialInformationDl dd .con .title {
	line-height: 34px;
	font-size: 18px;
	color: #555555;
	font-family: 'phtL';
	margin-bottom: 6px;
	font-weight: bold;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.essentialInformationDl dd .con .title1 {
	line-height: 24px;
	font-size: 18px;
	color: #555555;
	font-family: 'phtL';
	transition: all .5s;
	-webkit-transition: all .5s;
}

.essentialInformationDl dd .con:hover::before {
	opacity: 1;
}

.essentialInformationDl dd.dd1 .con:hover .icn {
	background-image: url(../images/essentialInformationDlIcn1A.png) !important;
}

.essentialInformationDl dd.dd2 .con:hover .icn {
	background-image: url(../images/essentialInformationDlIcn2A.png) !important;
}

.essentialInformationDl dd.dd3 .con:hover .icn {
	background-image: url(../images/essentialInformationDlIcn3A.png) !important;
}

.essentialInformationDl dd.dd4 .con:hover .icn {
	background-image: url(../images/essentialInformationDlIcn4A.png) !important;
}

.essentialInformationDl dd .con:hover .icn {
	transform: rotateY(180deg);
}

.essentialInformationDl dd .con:hover .title,
.essentialInformationDl dd .con:hover .title1 {
	color: #fff;
}

.essentialInformationDl1 {
	background: #fff;
	padding: 0 30px;
	box-shadow: 0px 10px 25.5px 4.5px rgba(0, 117, 193, 0.05);
}

.essentialInformationDl1 dd {
	display: inline-block;
	font-size: 0;
	position: relative;
	min-height: 140px;
}

.essentialInformationDl1 dd.dd1 {
	width: 290px;
}

.essentialInformationDl1 dd.dd2 {
	padding: 0 214px;
}

.essentialInformationDl1 dd.dd3 {
	margin-left: 190px;
}

.essentialInformationDl1 dd.dd2::before,
.essentialInformationDl1 dd.dd2::after {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 76px;
	background: #eaedf0;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.essentialInformationDl1 dd.dd2::after {
	left: unset;
	right: 0;
}

.essentialInformationDl1 dd .title {
	line-height: 24px;
	font-size: 18px;
	color: #555555;
	font-weight: bold;
	font-family: 'phtL';
	margin-bottom: 10px;
	position: relative;
	padding-top: 40px;
}

.essentialInformationDl1 dd .title::before {
	position: absolute;
	display: block;
	content: '';
	width: 68px;
	height: 3px;
	border-radius: 0 0 2px 2px;
	background: #0081cc;
	top: 0;
}

.essentialInformationDl1 dd .title1 {
	line-height: 24px;
	font-size: 18px;
	color: #555555;
	font-weight: bold;
	font-family: 'phtL';
}

/* 企业基本信息-新增 end */