@charset "UTF-8";

/* ========== 主体框架 start ========== */
/* ————— 头部 start ————— */
.indexTop .top {
	position: absolute;
}

.top {
	height: 110px;
	position: sticky;
	top: 0;
	z-index: 200;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: #fff;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	min-width: 1330px;
	box-shadow: -7px 0px 10px rgba(0, 0, 0, .1);
}

/* .top.show{top: -110px;} */
/* logo start */
.logo {
	padding: 25px 0 0 5%;
	float: left;
	display: inline;
}

.logo img {
	height: 60px;
}

/* logo end */
/* 导航列表start */
.topC {
	height: 100%;
}

.top .bg {
	transition: all 0.5s;
	width: 100%;
	height: 0;
	background: rgba(255, 255, 255, .5);
	position: absolute;
	left: 0;
	top: 100%;
	z-index: -1;
}

.menu {
	display: flex;
}

.menu dd {
	float: left;
	display: inline;
	position: relative;
	padding: 0 23px;
}

.menu dd .yj span {
	display: block;
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	right: -30px;
	top: 16px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px;
	z-index: -1;
}

.menu dd .yj {
	position: relative;
	z-index: 4;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.menu dd .yj a {
	display: block;
	line-height: 110px;
	text-align: center;
	color: #333;
	font-size: 16px;
	position: relative;
	z-index: 3;
}

.menu dd .yj a::before {
	display: block;
	content: '';
	transition: all 500ms;
	-webkit-transition: all 500ms;
	transform: scale(0);
}

.menu dd .ej {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 15px 0 0;
	z-index: 3;
	display: none;
	background: #fff;
	box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, .1);
}

.menu dd .ej li {
	font-size: 15px;
	text-align: center;
	position: relative;
}

.menu dd .ej li span a {
	padding: 12px 0;
	line-height: 15px;
	display: block;
	color: #333;
	margin-bottom: 1px
}

.menu dd .sj {
	position: absolute;
	top: 0;
	width: 100%;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.menu dd .sj.left {
	left: 100%;
	right: unset;
}

.menu dd .sj.right {
	right: 100%;
	left: unset;
}

.menu dd .sj a {
	display: block;
	padding: 12px 0;
	line-height: 25px;
	color: #fff;
}

.menu dd .sj a:hover {
	color: #ffffff;
	background: #0d4861;
}

.menu dd .sj a.hover {
	color: #ffffff;
	background: #0d4861;
}

.menu dd .ej li:hover .sj {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.menu dd.hover .yj a {
	color: #c82126 !important;
	font-weight: bold;
}

.menu dd.hover .yj a::before {
	display: none;
}

.menu dd .ej li:hover a {
	color: #c82126 !important;
}

/* 导航 end */
/* 导航列表end */
/* 搜索 start */
.indexTopC {
	font-size: 0;
	height: 100%;
	line-height: 100%;
	width: 25%;
	text-align: center;
}

.indexTopC .info {
	float: right;
	display: inline;
	width: 44% !important;
	height: 110px;
	line-height: 110px;
	cursor: pointer;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none;
	right: 0;
	position: relative;
	top: 0;
	min-width: auto;
	border-radius: 0;
}

.indexTopC .info:nth-child(1) {
	background-color: #0d4861;
}

.indexTopC .info em {
	display: inline-block;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 23px;
	height: 23px;
	margin-right: 10px;
}

.indexTopC .info .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 30px;
	color: #777;
}

.indexTopC .info .text span {
	display: inline-block;
	background: url(../images/indexInfoIcn4.png) no-repeat right center;
	padding-right: 20px;
	color: #fff;
}

.indexTopC .info button {
	border: none;
	width: 34px;
	height: 34px;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.indexTopC .aykj_cssSelect .aykj_selectRt:before {
	border-top-color: #fff;
}

.indexTopC .aykj_cssSelect .aykj_selectLt {
	color: #fff;
}

.guideList {
	position: absolute;
	left: 0;
	bottom: -175%;
	width: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: all 500ms;
	box-shadow: 0px 3px 10px 10px rgba(0, 0, 0, .05);
	;
}

.guideList dd {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #f5f5f5;
}

.guideList dd a {
	display: block;
	font-size: 14px;
	color: #333;
}

.indexTopC .info1.active .guideList {
	opacity: 1;
	visibility: visible;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
}

.guideList dd:hover a {
	color: #0d4861;
}

.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: 55px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	z-index: 10;
}

.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: #0d4861 url(../images/searchh.png) no-repeat center center;
	background-size: 19px 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}

.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;
	height: 100%;
}

.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 .bd {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner.delay .bd .slick-track {
	transition-delay: 1.3s !important;
	-webkit-transition-delay: 1.3s !important;
}

.indexBanner .mySlide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexBanner .mySlide .bg {
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 1.5s 0s ease-in-out;
	transform: scale(1.05);
	margin-top: 50px;
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	width: 100%;
}

.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: 10%;
	top: 50%;
	font-size: 0;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

.indexBanner .img .img2 {
	margin-bottom: 30px;
}

.indexBanner .mySlide.on .bg {
	transform: scale(1);
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 13%;
	left: 10%;
	text-align: center;
	font-size: 0;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 60px;
	height: 5px;
	margin: 0 5px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background: rgba(255, 255, 255, .5);
}

.indexBanner .slick-dots li span {
	position: absolute;
	width: 0;
	height: 100%;
	background: #0282cd;
	left: 0;
	top: 0;
	border-radius: 5px;
}

.indexBanner .slick-dots li.slick-active span {
	animation: progress 5.5s linear;
	-webkit-animation: progress 5.5s linear;
}

@keyframes progress {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@keyframes trsletYanima {
	0% {
		width: 0;
	}

	50% {
		width: 50%;
	}

	100% {
		width: 100%;
	}
}

@keyframes rotateAnime {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotateAnime {
	0% {
		/* 不显示 */
		/* 裁切一条0宽的线 */
		clip-path: polygon(0% 0%,
				0% 0%,
				0% 0%,
				0% 0%,
				0% 0%,
				50% 50%);
	}

	25% {
		/* 到25，显示矩形顶部的四分之一 */
		clip-path: polygon(
				/* 左上角 */
				0% 0%,
				/* 右上角 变化的其实是这个，后面的暂时跟着一起变化 */
				100% 0%,
				/* x轴（横向） 从0到100 */
				/* 以下三个暂时用不到 */
				100% 0%,
				100% 0%,
				100% 0%,
				/* 中心点 */
				50% 50%);
	}

	50% {
		clip-path: polygon(
				/* 左上角 */
				0% 0%,
				/* 右上角 */
				100% 0%,
				/* 右下角 后面的继续跟着一起变化 */
				100% 100%,
				/* y轴（纵向） 从0到100 */
				100% 100%,
				100% 100%,
				/* 中心点 */
				50% 50%);
	}

	75% {
		clip-path: polygon(
				/* 左上角 */
				0% 0%,
				/* 右上角 */
				100% 0%,
				/* 右下角 */
				100% 100%,
				/* 左下角 X轴变化从100到0，后面的需要也跟着变化*/
				0% 100%,
				0% 100%,
				/* 中心点 */
				50% 50%);
	}

	/* 最后一个 */
	100% {
		clip-path: polygon(
				/* 左上角 */
				0% 0%,
				/* 右上角 */
				100% 0%,
				/* 右下角 */
				100% 100%,
				/* 左下角 */
				0% 100%,
				/* 左上角，形成闭环 调整成Y周10%可以看到世界上就是一个有0宽缺口的一个图形，并不是真正的闭合图形*/
				0% 0%,
				/* 中心点 */
				50% 50%);
	}
}

.indexScrll {
	position: absolute;
	right: 10%;
	bottom: 13%;
	animation: upDown 2s linear infinite;
	transition: all 800ms;
	-webkit-transition: all 800ms;
	cursor: pointer;
	z-index: 100;
}

.indexScrll:after {
	display: block;
	content: '';
	visibility: hidden;
	overflow: hidden;
}

.indexScrll i {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
	writing-mode: vertical-lr;
}

@keyframes upDown {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0);
	}
}

.indexBanner .numC {
	position: absolute;
	right: 10%;
	top: 30%;
	width: 45px;
	height: 45px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 100%;
	text-align: center;
	padding-top: 3px;
	box-sizing: border-box;
}

.indexBanner .numC::before {
	position: absolute;
	content: '';
	box-sizing: border-box;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 1);
	background-color: transparent;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 50% 50%);
	animation: rotateAnime 5.5s linear infinite;
}

.indexBanner .numC span,
.indexBanner .numC em {
	font-size: 14px;
	color: #fff;
	display: block;
	font-style: normal;
	position: relative;
}

.indexBanner .numC span::before {
	display: block;
	content: '';
	width: 20px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 29%;
	top: 95%;
	transform: rotate(145deg);
}

/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
.footer {
	background-color: #0d4861;
}

.footerTop {
	padding: 42px 0 30px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.footerTop .footerLogoC {
	overflow: hidden;
}

.footerTop .footerLogoC .logo {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin-right: 35px;
}

.footerTop .footerLogoC .logo img {
	height: 40px;
}

.footerTop .footerLogoC .font {
	display: inline-block;
	vertical-align: middle;
}

.footerTop .footerLogoC .font img {
	height: 27px;
}

.footerLink {
	width: 320px;
	height: 45px;
	line-height: 45px;
	border: 1px solid rgba(255, 255, 255, .2);
}

.footerLink .aykj_cssSelect {
	width: 100%;
}

.footerLink .aykj_cssSelect .aykj_selectBox {
	height: 45px;
	height: 45px;
	border: none;
}

.footerLink .aykj_cssSelect .aykj_selectLt {
	color: #fff;
	line-height: 45px;
	height: 45px;
}

.footerLink .aykj_cssSelect .aykj_selectRt {
	color: #fff;
}

.footerCenter {
	padding: 35px 0 47px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.footerCenterDl {
	overflow: hidden;
	margin-right: -15px;
	width: 29.5732%;
	margin-left: 50px;
}

.footerCenterDl dd {
	float: right;
	display: inline;
	width: 25%;
}

.footerCenterDl dd .ddCon {
	margin-right: 15px;
}

.footerCenterDl dd .con {
	padding: 5px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
}

.footerCenterDl dd .pic {
	border-radius: 8px;
	overflow: hidden;
}

.footerCenterDl dd .pic::before {
	padding-top: 100%;
}

.footerCenterDl dd .pic img {
	object-fit: contain;
}

.footerCenterDl dd .text {
	font-size: 15px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.footerInfo {
	overflow: hidden;
}

.footerInfo .info {
	margin-bottom: 10px;
}

.footerInfo em {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: left;
	display: inline;
}

.footerInfo .textC {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	overflow: hidden;
}

.footerIfList {
	overflow: hidden;
	padding-top: 28px;
}

.footerIfList dt {
	float: left;
	display: inline;
	background: url(../images/linkicn.png) no-repeat center center / contain;
	width: 25px;
	height: 40px;
	line-height: 40px;
}

.footerIfList dd {
	float: left;
	display: inline;
	padding: 0 13px;
	position: relative;
}

.footerIfList dd::before {
	display: block;
	content: '';
	width: 1px;
	height: 10px;
	background-color: rgba(255, 255, 255, .25);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.footerIfList dd a {
	display: block;
	font-size: 16px;
	color: #fff;
	height: 40px;
	line-height: 40px;
}

.footerIfList dd a:hover {
	color: #f5f5f5ab;
}

.footerIfList dd:last-child:before {
	display: none;
}

.footerBottom {
	height: 90px;
	line-height: 90px;
	font-size: 15px;
	color: #fff;
}

.footerBottom a {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	padding: 0 10px;
}

.footerBottom img {
	margin-right: 5px;
}

.footerBottom a:hover {
	color: #f5f5f5ab;
}

.footerBottom .left {
	float: left;
	display: inline;
	margin-right: 50px;
}

.bugsBtn {
	overflow: hidden;
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	overflow: hidden;
	background: rgba(255, 255, 255, .5);
	display: inline-block;
	margin-top: 20px;
	cursor: pointer;
}

/* 底部版权end   */
/*找错弹窗 start*/
.bugsFormCon {
	width: 50%;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transition: all .5s;
	-webkit-transition: all .5s;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 55;
	box-shadow: 1px 10px 10px rgba(0, 0, 0, .1);
	padding-bottom: 30px;
}

.bugsFormCon .close {
	background: url(../images/closeicn.png) no-repeat center center / contain;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 15px;
	cursor: pointer;
}

.bugsFormBox .mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
	z-index: 54;
}

.bugsFormBox.active .bugsFormCon {
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
}

.bugsFormBox {
	position: relative;
	z-index: 999;
}

.bugsFormBox.active .mask {
	opacity: 1;
	visibility: visible;
}

.bugsFormCon .title {
	font-size: 26px;
	color: #333;
	height: 80px;
	line-height: 80px;
	text-align: center;
}

.bugsForm {
	padding: 20px 80px;
	height: 500px;
	overflow-y: auto;
}

.bugsForm .item {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	margin-bottom: 30px;
}

.bugsForm .item .lable {
	font-size: 16px;
	color: #666;
	width: 130px;
	text-align: right;
}

.bugsForm .item .value {
	overflow: hidden;
	border: 1px solid #999;
	box-sizing: border-box;
	height: 50px;
	padding: 0 20px;
	border-radius: 5px;
}

.bugsForm .item select {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: none;
}

.bugsForm .item .value input {
	height: 50px;
	line-height: 50px;
	width: 100%;
	border: none;
	position: relative;
	top: -2px;
}

.bugsForm .item1,
.bugsForm .item1 .value {
	height: 150px;
}

.bugsForm .item1 .value textarea {
	height: 150px;
	line-height: 30px;
	border: none;
	width: 100%;
}

.bugsForm .item2 .value {
	padding: 0 0 0 20px;
	width: 50%;
}

.bugsForm .item2 input {
	display: inline-block;
	vertical-align: middle;
	width: 69% !important;
}

.bugsForm .item2 .img {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 50px;
}

.column3Form .submitbtn {
	text-align: center;
}

.column3Form .submitbtn button {
	padding: 0 50px;
	border: none;
	height: 50px;
	line-height: 50px;
	background-color: #0d4861;
	font-size: 16px;
	color: #fff;
	display: inline-block;
}

/*找错弹窗 end*/
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner.subBannerAct:before {
	display: none;
}

.subBanner.subBannerAct .bd {
	height: 100%;
}

.subBanner.subBannerAct .bd .myslide {
	height: 100%;
}

.subBanner.subBannerAct .bd .pic::before {
	padding-top: 30.875%;
}

.subBanner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.subBanner:before {
	display: block;
	content: '';
	padding-top: 21.875%;
}

.subBanner img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center 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: 75%;
	left: 0;
}

.subBanner .wrap {
	height: 100%;
}

.subBanner .textC {
	position: relative;
}

.subBanner .textC .cnTitle {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
}

.subBanner .textC .enTitle {
	font-size: 18px;
	color: rgb(255 255 255 / .5);
	line-height: 27px;
	text-transform: uppercase;
}

/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox {
	clear: both;
	width: 100%;
	height: 80px;
	background: #fff;
	box-shadow: 0 3px 5px #dcdcdc;
	position: relative;
	z-index: 5;
}

.location {
	height: 80px;
	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/home.png);
	padding-left: 0;
	margin-right: 0;
}

.location a {
	display: inline;
	float: left;
	height: 80px;
	line-height: 80px;
	padding-left: 14px;
	margin-right: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/icon8.png);
	color: #a3a3a3;
	font-size: 14px;
}

.location a:hover {
	color: #1e5ab0
}

.location a.hover {
	color: #0d4861;
}

.subNavBox {
	margin-right: -15px;
	position: relative;
}

.subNav::after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}

.subNav a {
	display: inline;
	float: left;
	line-height: 80px;
	height: 80px;
	color: #8a8a8a;
	font-size: 14px;
	padding: 0 14px;
	font-weight: bold;
}

.subNav a.hover {
	color: #0d4861;
}

.subNav a:hover {
	color: #1e5ab0
}

/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu {
	text-align: center;
	font-size: 0;
}

.sjMenu a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
	color: #333;
	border: 1px solid #fff;
	border-radius: 32px;
	font-size: 14px;
	margin: 0 5px;
	background: #FFF;
}

.sjMenu a:hover {
	background: #1e5ab0;
	color: #FFF;
	border-color: #1e5ab0;
}

.sjMenu a.hover {
	background: #1e5ab0;
	color: #FFF;
	border-color: #1e5ab0;
}

/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	padding: 8px 13px;
	color: #999999;
	border-radius: 100%;
	background: #fff;
	margin: 0 3px;
	border: 1px solid #efefef;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background: #0d4861;
	color: #fff;
}

.page a.hover {
	background: #0d4861;
	color: #fff;
	border-color: #0d4861;
}

.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: 11px;
	height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/firstpage.png)
}

.page a.prevPage div {
	background-image: url(../images/prevpage.png)
}

.page a.nextPage div {
	background-image: url(../images/nextpage.png)
}

.page a.lastPage div {
	background-image: url(../images/lastpage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/firstpageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/prevpageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/nextpageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/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/firstpage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/prevpage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/nextpage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/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 {
	overflow: hidden;
}

.indexTitle .cnTitle {
	font-size: 32px;
	color: #0d4861;
	height: 57px;
	line-height: 57px;
	margin-bottom: 73px;
}

.indexTitle .enTitle {
	font-size: 46px;
	color: #52bfca;
	height: 57px;
	line-height: 57px;
	font-family: 'AlibabaSansRe';
	text-transform: uppercase;
}

.indexTitle .enTitle i {
	color: #0d4861;
	font-style: normal;
	font-family: 'AlibabaSansB';
}

.indexMore a {
	display: inline-block;
	padding: 0 37px;
	height: 55px;
	line-height: 55px;
	background-color: #0d4861;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 30px 0 30px 30px;
	position: relative;
	top: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.indexMore i {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 6px;
	background: url(../images/indexmoreicn.png) no-repeat center center / contain;
}

.indexMore a:hover {
	top: -5px;
	box-shadow: 1px 10px 10px 5px rgba(0, 116, 193, .2);
}

/*侧边导航*/
.sideNav {
	position: fixed;
	top: 15%;
	right: 2%;
	z-index: 55;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.sideNavList dd:nth-child(1) a {
	background-color: transparent;
	box-shadow: none;
	position: relative;
	margin-bottom: 10px;
	width: auto;
	height: auto;
}

.sideNavList dd:nth-child(1) .picC {
	padding: 5px;
	background-color: rgba(13, 72, 97, .6);
	border-radius: 100%;
}

.sideNavList dd:nth-child(1) .pic {
	overflow: hidden;
}

.sideNavList dd:nth-child(1) .picC::before {
	display: block;
	content: '';
	width: 120px;
	height: 120px;
	border: 2px solid rgba(13, 72, 97, .5);
	position: absolute;
	left: -12%;
	top: -10%;
	border-radius: 100%;
	animation: scaleAni 2s linear infinite;
}

.sideNavList dd:nth-child(1) .picC::after {
	display: block;
	content: '';
	width: 140px;
	height: 140px;
	border: 2px solid rgba(13, 72, 97, .2);
	position: absolute;
	left: -22%;
	top: -18%;
	border-radius: 100%;
	animation: scaleAni 2s linear infinite;
}

.sideNavList dd:nth-child(1) .pic {
	width: 90px;
}

.sideNavList dd:nth-child(1) .pic::before {
	padding-top: 100%;
}

.sideNavList dd:nth-child(1) .pic img {
	object-fit: contain;
}

.sideNavList dd:nth-child(1) .text {
	color: #fff;
	padding: 6px;
	display: inline-block;
	position: relative;
	z-index: 10;
	left: 23%;
	background-image: linear-gradient(45deg, rgba(13, 72, 97, .8), rgba(82, 191, 202, .4));
	border-radius: 5px;
	overflow: hidden;
}

.sideNavList dd:nth-child(2) .ddCon {
	left: -220px;
	background-color: #0d4861;
}

.sideNavList dd:nth-child(2) .picC {
	background-color: #0d4861;
}

.sideNavList dd:nth-child(2) .ddCon::before {
	border-left-color: #0d4861;
}

.sideNavList dd:nth-child(2) .pic {
	width: 200px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.sideNavList dd:nth-child(2) .pic::before {
	padding-top: 0%;
}

.sideNavList dd:nth-child(3) .ddCon {
	left: -230px;
}

.sideNavList dd:nth-child(3) .picBox {
	overflow: hidden;
}

.sideNavList dd:nth-child(3) .picC {
	float: left;
	display: inline;
	margin-right: 10px;
}

.sideNavList dd:nth-child(3) .picC:last-child {
	margin-right: 0;
}

.sideNavList dd:nth-child(3) .pic {
	text-align: center;
	font-size: 14px;
	color: #333;
}

.sideNavList dd:nth-child(3) .picText {
	text-align: center;
	font-size: 15px;
	color: #333;
	padding: 5px 0;
}

.sideNavList dd {
	position: relative;
	margin-bottom: 5px;
}

.sideNavList dd a {
	margin-bottom: 5px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 10px;
	display: block;
	box-shadow: 1px -1px 10px 6px rgba(0, 0, 0, .1);
	transition: all 800ms;
	-webkit-transition: all 800ms;
	margin: 0 auto;
}

.sideNavList dd em {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 800ms;
	-webkit-transition: all 800ms;
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 auto;
}

.sideNavList dd .em2 {
	display: none;
}

.sideNavList dd .text {
	text-align: center;
	padding-top: 5px;
}

.sideNavList dd .ddCon {
	transform: translate(0px, -50%);
	-webkit-transform: translate(0px, -50%);
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	position: absolute;
	left: -130px;
	top: 50%;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	border-radius: 5px;
	padding: 5px;
	box-shadow: 2px -1px 10px 10px rgba(0, 0, 0, .1);
}

.sideNavList dd .ddCon::before {
	display: block;
	content: '';
	border: 10px solid transparent;
	border-left-color: #fff;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 55;
}

.sideNavList dd .pic {
	width: 110px;
}

.sideNavList dd .pic::before {
	padding-top: 100%;
}

.sideNavList dd:hover .ddCon {
	transform: translate(-10px, -50%);
	-webkit-transform: translate(-10px, -50%);
	opacity: 1;
	visibility: visible;
}

.sideNavList dd:hover a {
	background-color: #0d4861;
}

.sideNavList dd:nth-child(1):hover a {
	background-color: transparent;
}

.sideNavList dd:hover .em1 {
	display: none;
}

.sideNavList dd:hover .em2 {
	display: block;
}

.sideNavList dd:hover .text {
	color: #fff;
}

.retrunTop {
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 1px -1px 10px 6px rgba(0, 0, 0, .1);
	transition: all 800ms;
	-webkit-transition: all 800ms;
	text-align: center;
	width: 60px;
	margin: 0 auto;
}

.retrunTop span {
	display: none;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	font-size: 14px;
	color: #6a6a6a;
	padding-right: 10px;
}

.retrunTop i {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 30px;
	background: url(../images/slidenavicn6.png) no-repeat center center / contain;
}

.retrunTop:hover {
	width: auto;
	background-color: #0d4861;
	box-sizing: border-box;
}

.retrunTop:hover span {
	transform: translateX(5px);
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.retrunTop:hover i {
	background-image: url(../images/slidenavicn5.png);
}

@keyframes scaleAni {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(.8);
	}

	100% {
		transform: scale(1);
	}
}

/* ————— 公共部分 end ————— */
/* ————— 第2通栏 start ————— */
.column2 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding-top: 5%;
}

.column2 .wrap {
	height: 100%;
}

.column2 .textC {
	width: 24.3902%;
	margin-right: 100px;
	padding-top: 10%;
}

.column2 .textC .text {
	font-size: 17px;
	color: #737373;
	line-height: 25px;
	margin-bottom: 122px;
	text-align: justify;
}

.column2List {
	overflow: hidden;
	height: 100%;
}

.column2List dd {
	text-align: center;
	float: left;
	display: inline;
	width: 23%;
	height: 100%;
	border-left: 1px solid #ebebeb;
	position: relative;
}

.column2List dd a {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 40px 0;
	box-sizing: border-box;
	width: 240px;
	height: 240px;
	margin-left: 10px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.column2List dd ul li:hover a {
	box-shadow: 1px 1px 10px 9px rgba(0, 116, 193, .2);
}

.column2List dd::before {
	display: block;
	content: '';
	width: 10px;
	height: 2px;
	background-color: #0d4861;
	position: absolute;
}

.column2List .dd1::before {
	left: 0;
	top: 36%;
}

.column2List .dd2::before {
	left: 0;
	top: 18%;
}

.column2List .dd3::before {
	left: 0;
	top: 18%;
}

.column2List .dd4::before {
	left: 0;
	top: 33%;
}

.column2List dd ul li {
	width: 240px;
	height: 240px;
	margin-bottom: 20px;
	position: relative;
}

.column2List .dd1 {
	padding-top: 40px;
}

.column2List .dd2 {
	margin-top: -80px;
}

.column2List .dd4 {
	margin-top: -2%;
}

.column2List .dd3 {
	padding-top: 0%;
}

/* .column2List .dd1 a{left: 10px;top: 34%;} 
.column2List .dd2 a{left: 22.8%;top: 16%;} 
.column2List .dd3 a{left: 22.8%;top: 34%;} 
.column2List .dd4 a{left: 44.5%;top: 21%;} 
.column2List .dd5 a{left: 44.5%;top: 39%;} 
.column2List .dd6 a{left: 66.3%;top: 30%;}  */
.column2List dd i {
	font-size: 24px;
	color: #fff;
	font-style: normal;
	position: absolute;
	right: 10px;
	top: 10px;
}

.column2List dd .cnText {
	font-size: 20px;
	color: #fff;
	height: 33px;
	line-height: 33px;
	font-weight: bold;
}

.column2List dd .enText {
	font-size: 14px;
	color: #fff;
	height: 28px;
	line-height: 28px;
	margin-bottom: 25px;
}

.column2List dd em {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.column2List dd a:hover em {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 100%;
	padding-top: 60px;
	box-sizing: border-box;
	padding-top: 7%;
}

.column3 .column3L {
	width: 68.2927%;
}

.column3LBox {
	overflow: hidden;
	background-color: #f7f7f7;
}

.column3LBox .pic {
	width: 36.1111%;
}

.column3LBox .pic::before {
	padding-top: 143.0769%;
}

.column3LBox .textC {
	overflow: hidden;
	padding: 50px 65px 0 50px;
}

.column3LBox .textC .nameC {
	font-size: 24px;
	color: #333;
	height: 73px;
	line-height: 73px;
	margin-bottom: 25px;
}

.column3LBox .textC .nameC span {
	font-size: 15px;
	margin-left: 20px;
}

.column3LBox .textC .text {
	font-size: 15px;
	color: #666;
	line-height: 30px;
	margin-bottom: 57px;
	height: 150px;
}

.column3Slick .slick-list {
	padding: 0 !important;
}

.column3Slick {
	position: relative;
	width: 180px;
	margin-left: 40px;
}

.column3Slick .myslide {
	margin-bottom: 20px;
	cursor: pointer;
}

.column3Slick .myslide .pic {
	width: 130px;
	border-radius: 100%;
	overflow: hidden;
	border: 3px solid transparent;
	box-sizing: border-box;
}

.column3Slick .myslide.slick-current .pic {
	border-color: #0d4861;
}

.column3Slick .pic::before {
	padding-top: 100%;
}

.column3Slick .prev {
	width: 42px;
	height: 42px;
	border-radius: 100%;
	border: 1px solid #0d4861;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	left: 24%;
	top: -15%;
	z-index: 5;
	cursor: pointer;
	background: url(../images/previcn2.png) no-repeat center center;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.column3Slick .next {
	width: 42px;
	height: 42px;
	border-radius: 100%;
	border: 1px solid #0d4861;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	left: 24%;
	bottom: -10%;
	z-index: 5;
	cursor: pointer;
	background: url(../images/nexticn2.png) no-repeat center center;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.column3Slick .prev:hover {
	background-color: #0d4861;
	background-image: url(../images/previcn1.png);
}

.column3Slick .next:hover {
	background-color: #0d4861;
	background-image: url(../images/nexticn1.png);
}

.column3R {
	overflow: hidden;
	padding-left: 42px;
}

.column3R .title {
	font-size: 24px;
	color: #333;
	height: 82px;
	line-height: 82px;
	margin-bottom: 30px;
}

.column3Form {
	margin-bottom: 30px;
}

.column3Form .item {
	margin-bottom: 15px;
	overflow: hidden;
}

.column3Form .item .itemC {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}

.column3Form .item .input {
	overflow: hidden;
	border: none;
}

.column3Form .item input {
	height: 50px;
	line-height: 50px;
	border: none;
}

.column3Form .item span {
	width: 5px;
	color: #ff0000;
	font-size: 15px;
}

.layui-laydate .layui-this {
	background-color: #0d4861 !important;
}

.column3Form .item1 textarea {
	height: 100%;
	border: none;
	padding: 10px 0;
	box-sizing: border-box;
	width: 100%;
}

.column3Form .item1 .itemC {
	height: 158px;
}

.column3Form .item1 .input {
	height: 100%;
}

.column3Form .item2 .img {
	width: 120px;
	margin-left: 20px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	height: 50px;
}

.column3Form .item2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.column3Form .item2 .itemC {
	overflow: hidden;
}

.column3R .submitBtn button {
	width: 100%;
	height: 55px;
	line-height: 55px;
	border: none;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	overflow: hidden;
	background-color: #0d4861;
}

/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.column4 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
	padding-top: 7%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.column4 .bg {
	background: url(../images/column4img2.png) no-repeat left top / cover;
	width: 76.125%;
	height: 70.1974%;
	position: absolute;
	left: 0;
	top: 10%;
}

.column4 .wrap {
	position: relative;
	z-index: 5;
}

.column4 .indexTitle {
	/* margin-bottom: 45px; */
}

.column4 .indexTitle .enTitle {
	color: #fff;
}

.column4 .indexTitle .enTitle i {
	color: #fff;
}

.column4 .indexTitle .cnTitle {
	color: #fff;
}

.column4 .pic {
	position: absolute;
	right: 0;
	top: 10%;
	width: 740px;
}

.column4 .pic::before {
	padding-top: 60.8108%;
}

.column4List {
	margin-right: -20px;
	width: 61.2805%;
}

.column4List dd {
	margin-bottom: 20px;
	float: left;
	display: inline;
	width: 33.3333%;
}

.column4List dd a {
	display: block;
	margin-right: 20px;
	background-color: #fff;
	height: 90px;
	line-height: 90px;
	overflow: hidden;
	padding: 0 30px 0 30px;
	position: relative;
}

.column4List dd a::before {
	width: 5px;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #0d4861;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.column4List dd em {
	width: 45px;
	height: 40px;
	margin-right: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 50px;
	position: relative;
	z-index: 5;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.column4List dd .em2 {
	display: none;
}

.column4List dd .text {
	overflow: hidden;
	font-size: 16px;
	color: #666;
	background: url(../images/column4listicn1.png) no-repeat right center;
	position: relative;
	z-index: 5;
}

.column4List dd:hover a::before {
	width: 100%;
}

.column4List dd:hover .em1 {
	display: none;
}

.column4List dd:hover .em2 {
	display: block;
}

.column4List dd:hover .text {
	color: #fff;
	background-image: url(../images/column4listicn2.png);
}

.column4More {
	position: absolute;
	right: -120px;
	bottom: -120px;
}

.column4More a {
	display: block;
	width: 120px;
	height: 120px;
	background-color: #0d4861;
	padding-top: 30px;
	box-sizing: border-box;
}

.column4More i {
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	background: url(../images/column4moreicn.png) no-repeat center center;
	border-radius: 10px 0 10px 10px;
	margin: 0 auto;
}

.column4More span {
	display: block;
	font-size: 16px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
.column5 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding-top: 7%;
	box-sizing: border-box;
}

.column5Top .indexTitle {
	overflow: hidden;
}

.column5 .indexTitle .cnTitle {
	margin-bottom: 40px;
}

.column5List {
	overflow: hidden;
}

.column5List dd {
	float: left;
	display: inline;
	width: 7.9268%;
	cursor: pointer;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

.column5List dd .ddCon {
	overflow: hidden;
	height: 590px;
	position: relative;
}

.column5List dd .left {
	height: 100%;
	width: 130px;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	padding-top: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.column5List .dd1 .left {
	background-color: rgba(13, 72, 97, .5);
}

.column5List .dd2 .left {
	background-color: rgba(13, 72, 97, .5);
}

.column5List .dd3 .left {
	background-color: rgba(13, 72, 97, .5);
}

.column5List .dd4 .left {
	background-color: rgba(13, 72, 97, .5);
}

.column5List .dd5 .left {
	background-color: rgba(13, 72, 97, .5);
}

.column5List .dd6 .left {
	background-color: rgba(13, 72, 97, .5);
}

.column5List dd .num {
	font-size: 36px;
	color: rgba(255, 255, 255, .2);
	text-align: center;
	margin-bottom: 40px;
}

.column5List dd .title {
	font-size: 20px;
	color: #fff;
	writing-mode: vertical-lr;
	margin: 0 auto;
	height: 350px;
	font-weight: bold;
	width: 20%;
}

.column5List dd .btn {
	background: url(../images/column5icn1.png) no-repeat center center / contain;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.column5List dd .con {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	width: 100%;
	left: -13.1313%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background-size: cover;
}

.column5List dd .con .title {
	padding: 0 23px;
	height: 73px;
	line-height: 73px;
	writing-mode: lr;
	background-color: rgba(13, 72, 97, .6);
	border-radius: 30px 0 0 0;
	display: inline-block;
	position: absolute;
	left: 55px;
	bottom: 35px;
	margin-bottom: 0;
	display: none;
	transition: all 500ms;
	-webkit-transition: all 500ms;
	width: 50%;
}

.column5List dd.hover {
	width: 60.3658%;
}

/* .column5List dd.hover .left{width:13.1313%;} */
.column5List dd.hover .con {
	width: auto;
	left: 0;
	position: relative;
}

.column5List dd.hover .con .title {
	display: block;
}

.column5List dd.hover .btn {
	background-image: url(../images/column5icn2.png);
}

/* .column5List .dd1.hover .left{background-color:rgba(19,181,177,1);} */
.column5List .dd1.hover .left {
	background-color: rgba(13, 72, 97, 1);
}

.column5List .dd2.hover .left {
	background-color: rgba(13, 72, 97, 1);
}

.column5List .dd3.hover .left {
	background-color: rgba(13, 72, 97, 1);
}

.column5List .dd4.hover .left {
	background-color: rgba(13, 72, 97, 1);
}

.column5List .dd5.hover .left {
	background-color: rgba(13, 72, 97, 1);
}

.column5List .dd6.hover .left {
	background-color: rgba(13, 72, 97, 1);
}

/* .column5List .dd3.hover .left{background-color:rgba(243,152,0,1);}
.column5List .dd4.hover .left{background-color:rgba(0,104,183,1);}
.column5List .dd5.hover .left{background-color:rgba(0,71,157,1);}
.column5List .dd6.hover .left{background-color:rgba(95,82,160,1);} */
/* ————— 第5通栏 end ————— */
/* ————— 第6通栏 start ————— */
.column6 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding-top: 10%;
	box-sizing: border-box;
}

.column6Top .indexTitle {
	overflow: hidden;
}

.column6TopDl {
	overflow: hidden;
}

.column6TopDl dd {
	float: left;
	display: inline;
	height: 55px;
	line-height: 55px;
	padding: 0 33px;
	cursor: pointer;
}

.column6TopDl dd span {
	display: block;
	font-size: 16px;
	color: #4c4c4c;
}

.column6TopDl dd.hover {
	background-color: #0d4861;
	border-radius: 30px 0 30px 30px;
}

.column6TopDl dd.hover span {
	color: #fff;
}

.column6Scroll {
	position: relative;
	overflow: hidden;
	width: 38.4146%;
	margin-right: 20px;
	height: 367px;
}

.column6Scroll .bd,
.column6Scroll .bd .slick-list,
.column6Scroll .bd .slick-track {
	height: 100%;
}

.column6Scroll .myslide {
	height: 100%;
	position: relative;
}

.column6Scroll .myslide .html {
	display: none;
}

.column6Scroll .myslide .con {
	display: block;
	height: 100%;
}

.column6Scroll .myslide .pic {
	height: 367px;
}

.column6Scroll .myslide .pic img {
	height: 367px;
	width: 630px;
}

.column6Scroll .myslide .pic::before {
	padding-top: 66.6667%;
}

.column6Scroll .textC {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 51.5873%;
	background-color: rgba(13, 72, 97, .6);
	border-radius: 30px 0 0 0;
	padding: 15px 20px 15px 30px;
}

.column6Scroll .textC .text {
	font-size: 16px;
	color: #fff;
	height: 50px;
	line-height: 25px;
}

.column6 .time {
	font-size: 16px;
	color: #fff;
	height: 33px;
	line-height: 33px;
	font-family: 'AlibabaSansRe';
	margin-bottom: 8px;
}

.column6 .time i {
	font-size: 20px;
	font-family: 'AlibabaSansB';
	font-style: normal;
}

.publicMore {
	background: url(../images/column4moreicn2.png) no-repeat center center;
	width: 35px;
	height: 35px;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 10px 0 10px 10px;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.column6Scroll ul {
	position: absolute;
	right: 20px;
	top: 75%;
	z-index: 5;
}

.column6Scroll ul li {
	float: left;
	display: inline;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 2px solid #fff;
	box-sizing: border-box;
	margin-right: 10px;
	cursor: pointer;
}

.column6Scroll ul li.slick-active {
	background-color: #fff;
}

.column6List {
	width: 30.6098%;
	margin-left: 20px;
}

.column6List dd {
	margin-bottom: 20px;
	background-color: #fff;
	padding: 40px 30px 50px;
}

.column6List dd .time {
	height: 47px;
	line-height: 47px;
	color: #999;
	overflow: hidden;
}

.column6List dd .time i {
	color: #555;
}

.column6List dd .text {
	font-size: 16px;
	color: #444444;
	height: 56px;
	line-height: 28px;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.column6List dd:hover .publicMore {
	background-color: #0d4861;
	border: none;
	background-image: url(../images/column4moreicn.png);
}

.column6List dd:hover .text {
	color: #c82126;
}

.column6Center {
	overflow: hidden;
	background: url(../images/column6centerbg.jpg) no-repeat center center / cover;
	padding: 32px 30px 55px;
}

.column6Center .time {
	height: 47px;
	line-height: 47px;
	color: #999;
	margin-bottom: 15px;
}

.column6Center .time i {
	color: #555;
}

.column6Center .title {
	font-size: 16px;
	color: #444444;
	height: 60px;
	line-height: 30px;
	margin-bottom: 30px;
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.column6Center .text {
	font-size: 15px;
	color: #666666;
	height: 81px;
	line-height: 27px;
	margin-bottom: 65px;
}

.column6Center:hover .publicMore {
	background-color: #0d4861;
	border: none;
	background-image: url(../images/column4moreicn.png);
}

.column6Center:hover .title {
	color: #c82126;
}

/* ————— 第6通栏 end ————— */
/* ————— 第7通栏 start ————— */
.column7 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding-top: 60px;
	box-sizing: border-box;
	padding-top: 9%;
}

.column7List {
	margin-right: -30px;
}

.column7List::before {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.column7List dd {
	float: left;
	display: inline;
}

.column7List .dd1 {
	width: 25.4268%;
}

.column7List .dd2 {
	width: 45.6098%;
	margin-top: -2%;
	overflow: hidden;
}

.column7List .dd3 {
	width: 25.4268%;
}

.column7List .dd2 .pic {
	border-radius: 10px;
	overflow: hidden;
}

.column7List .dd2 .pic::before {
	padding-top: 76%;
}

.column7List .dd2 .text {
	line-height: 80px;
	height: 80px;
}

.column7List .dd2:hover .text {
	line-height: 40px;
	height: 40px;
}

.column7List .dd2:hover span {
	height: 90px;
}

.column7List .dd2 span {
	padding: 0 70px;
	font-size: 16px;
	line-height: 30px;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	display: block;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.column7List .ddCon {
	margin-right: 30px;
	position: relative;
	display: block;
}

.column7Ul li {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.column7Ul .column3UlCon {
	display: block;
}

.column7Ul li .pic {
	border-radius: 10px;
	overflow: hidden;
}

.column7Ul li .textC,
.column7List .dd2 .textC {
	padding: 20px 0;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .2) 90%, transparent);
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	border-radius: 0 0 10px 10px;
	text-align: center;
}

.column7Ul li .pic::before {
	padding-top: 57.4713%;
}

.column7Ul li .text {
	line-height: 30px;
	height: 30px;
	font-size: 18px;
}

.column7Ul li:hover span {
	height: 30px;
}

.column7Ul li span {
	line-height: 30px;
	font-size: 15px;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	display: block;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.column7Ul li:hover span {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.column7Ul li:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.column7List .dd2:hover span {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.column3More3 {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	position: absolute;
	left: -30px;
	top: -30px;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	z-index: 100;
	pointer-events: none
}

.column3More3 a {
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 60px;
	background-color: #0d4861;
	font-size: 25px;
	color: #fff;
	border-radius: 100%;
	position: absolute;
	transform: scale(0);
	-webkit-transform: scale(0);
	visibility: hidden;
	opacity: 0;
	transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
}

.column3More3 a.active {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.column3More3 a.smallActive {
	visibility: visible;
	opacity: 1;
	transform: scale(0.667);
	-webkit-transform: scale(0.667);
}

/* ————— 第7通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 频道页 end ========== */
