@charset "UTF-8";
/* <!-- ========== 顶部 start ========== --> */
.logo{display: inline;float: left;margin-top: 19px;}
.logo img{width: 296px;color-interpolation-filters: 61px;}

.header {width: 100%;height: 100px;background-color: #fff;-webkit-box-sizing: border-box;box-sizing: border-box;padding: 0 4.1667%;}
.header::after{display: block;content: '';clear: both;}
.topC .search{width: 198px;height: 40px;border: 1px solid #e5e5e5;border-radius: 20px;margin-left: 113px;margin-top: 30px;}
.topC .search .btn{width: 54px;height: 38px;line-height: 38px; border-radius: 19px;background: var(--themeColor) url(../images/searchIcon.png) no-repeat center center;display: inline;float: right;}
.topC .search .textC{overflow: hidden;line-height: 40px;}
.topC .search .textC input{width: 100%;height: 100%;border: 0;outline: none;font-size: 12px;color: #999999;padding-left: 15px;}
/* 导航 start */
.menuBox {position: relative;z-index: 3;}
.menuDl dd {float: left;display: inline;position: relative;}
.menuDl dd .yj {position: relative;z-index: 9;}
.menuDl dd .yj a {line-height: 100px;text-align: center;transition: 0.4s;display: block;}
.menuDl dd .yj a span {float: left;display: inline;line-height: 100px;text-align: center;color: #333;font-size: 16px;transition: 0.4s;display: block;margin: 0 18px; border-bottom: 2px solid transparent;}
.menuDl dd.hover .yj a span,
.menuDl dd .yj a:hover span {color: var(--themeColor); border-bottom: 2px solid #043c76;}
.menuDl dd .ej {position: absolute;top: 100%;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%); width: 150%;background: rgba(0, 0, 0, 0.42);display: none;z-index: 4;padding: 0;}
.menuDl dd .ej li {font-size: 16px;text-align: center;position: relative;}
.menuDl dd .ej li span a {padding: 12px 0;line-height: 25px;display: block;color: #ffffff;margin-bottom: 1px}
.menuDl dd .ej li:hover span a {color: #ffffff;background: var(--themeColor);}
.menuDl dd .ej li.hover span a {color: #ffffff;background: var(--themeColor);}
.menuDl dd .sj {position: absolute;left: 100%;top: 0;width: 100%;background: rgba(0, 0, 0, 0.42);visibility: hidden;opacity: 0;transform: translateY(10px);-webkit-transform: translateY(10px);transition: all 300ms;-webkit-transition: all 300ms;}
.menuDl dd .sj a {display: block;padding: 12px 0;line-height: 25px;color: #fff;}
.menuDl dd .sj a:hover {color: #ffffff;background: var(--themeColor);}
.menuDl dd .sj a.hover {color: #ffffff;background: var(--themeColor);}
/* .menuDl dd .ej li:hover .sj {visibility: visible;opacity: 1;transform: translateY(0px);-webkit-transform: translateY(0px);} */
/* 导航 end */

.topMenuBg {
	width: 100%;
	height: 50px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}

.topMenuList {
	font-size: 0;
	position: relative;
	text-align-last:justify;
	text-align:justify;
	text-justify:distribute-all-lines; /* 这行必加，兼容ie浏览器 */
}

.topMenuList>dd {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.topMenuList>dd>a {
	display: block;
	height: 100px;
	line-height: 100px;
	-webkit-transition: .3s linear;
	transition: .3s linear;
	position: relative;
	font-size: 16px;
	color: #333333;
}

.topMenuList>dd>a::before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: var(--themeColor);
	position: absolute;
	left: 0;
	bottom: 24px;
	z-index: 2;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .3s linear;
	transition: .3s linear;
}

.topMenuList>dd:hover>a::before,
.topMenuList>dd.hover>a::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.topMenuList>dd:hover>a,
.topMenuList>dd.hover>a {
	color: var(--themeColor);
}

.topSubMenuList {
	position: absolute;
	top: 100%;
	z-index: 10;
	white-space: nowrap;
	font-size: 0;
	display: none;
	margin: 0 -15px;
}

.topSubMenuList>dd {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.topMenuList>dd:hover .topSubMenuList>dd {
	opacity: 0;
	-webkit-animation: liMove 0.3s linear forwards;
	animation: liMove 0.3s linear forwards;
}

@keyframes liMove {
	0% {
		transform: translateY(-110%);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.topSubMenuList>dd>a {
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	margin: 0 15px;
}
.search {
    float: left;
}
/* ========== 顶部 end ========== */
/* ————— 当前位置 start ————— */
/* ————— 当前位置 start ————— */
.locationBox{clear:both;width: 100%;height: 60px;background: #fff;box-shadow:0 3px 5px #dcdcdc;}
.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 a{display: inline;float: left;line-height: 60px;height:60px;color: #666666;font-size: 14px;padding:0 14px;}
.subNav a.hover{color: #1e5ab0}
.subNav a:hover{color: #1e5ab0}
/* ————— 当前位置 end ————— */
/* ————— 当前位置 end ————— */
/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;width: 50px;height: 50px;border-radius: 50%;text-align: center; line-height: 50px; color:#999999;background: #fff; margin: 0 3px;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #1e5ab0;color: #fff;}
.page a.hover{background: #1e5ab0;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: 50px;height: 50px;background-position: center center;background-repeat: no-repeat;}
.page a.firstPage div{background-image:url(../../common/images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../../common/images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../../common/images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../../common/images/page/lastPage.png)}
.page a.firstPage:hover div{background-image: url(../../common/images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../../common/images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../../common/images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../../common/images/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(../../common/images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../../common/images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../../common/images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../../common/images/page/lastPage.png)}
/* ————— 页码 end ————— */
/* ========== 底部 start ========== */
/* 底部中间start   */
.footer{background-image: url(../images/footerbg.png);background-attachment: fixed;}
.footerM{ padding: 28px 0 20px;border-top: 1px solid #3d3d3d;}
.footerMM{ overflow: hidden;float: left; display: inline;}
.footerMenu{ overflow: hidden;}
.footerMenu dd{ float: left; display: inline; margin-right: 10px;width: 130px;}
.footerMenu dd em{ font-style: normal; display: block; line-height: 30px; height: 30px; overflow: hidden;}
.footerMenu dd em a{ font-size: 15px; color: #ffffff;}
.footerMenu dd em a:hover{ color:#fff;}
.footerMenu dd span{ font-style: normal; display: block; line-height: 30px; padding: 5px 0; overflow: hidden;}
.footerMenu dd span a{ font-size: 13px; color: #bfcede;}
.footerMenu dd span a:hover{ color:#fff;}
.footerMC {float: left;color: #adc3d5;font-size: 15px;height: 30px;line-height: 30px;}
.footerMR{ float: right; display: inline;}
.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:#fff; font-size:14px;}
/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight{ height: 75px; line-height: 75px; overflow: hidden; font-size: 14px; color: #c7c7c7;background: #13202e;}
.friendCopyRight .conL{ float: left; display: inline;}
.friendCopyRight .conL span{ margin-right: 20px;}
.friendCopyRight .conL img{ margin-right: 10px; vertical-align: middle;}
.friendCopyRight .conL a{ color: #c7c7c7; margin-right: 20px;}
.friendCopyRight .conL a:hover{ color: #fff;}
.friendCopyRight .conR{ float: right; display: inline; color: #999999; }
.friendCopyRight .conR a{color: #999999; }
.friendCopyRight .conR a:hover{ color: #fff;}
/* 底部版权end   */
/* ————— indexBanner start ————— */
.section1{height: 100%;width: 100%;}
.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{position: relative;}
.indexBannerPrev{position: absolute;left: 60px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);width: 60px;height: 60px;border-radius: 50%;background: rgba(255, 255, 255, 0.4) url(../images/lastIcon.png) no-repeat center center;cursor: pointer;}
.indexBannerNext{position: absolute;right: 60px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);width: 60px;height: 60px;border-radius: 50%;background: rgba(255, 255, 255, 0.4) url(../images/nextIcon.png) no-repeat center center;cursor: pointer;}
.indexBannerPrev:hover{background-image: url(../images/lastIcon1.png);background-color: var(--themeColor);}
.indexBannerNext:hover{background-image: url(../images/nextIcon1.png);background-color: var(--themeColor);}
.indexBanner .bd {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.indexBanner .slick-slide > div{
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.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.15);
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.01);
}

.indexBanner .slick-dots {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.indexBanner .slick-dots li {
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 20px;
	margin: 0 8px;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	border: 2px solid rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: .3s;
	-webkit-transition: .3s;
}

.indexBanner .slick-dots li.slick-active {
	border-color: #fff;
	background: #fff;
}

.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: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 0;
	text-align: center;
}

.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 .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.3);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	z-index: 5;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px;
	border-radius: 100%;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
}

.indexBanner .slick-arrow.prev {
	left: 60px;
	background-image: url(../images/indexPrev_h.png);
	transform: translateX(-140px);
	-webkit-transform: translateX(-140px);
}

.indexBanner .slick-arrow.next {
	right: 60px;
	transform: translateX(140px);
	-webkit-transform: translateX(140px);
	background-image: url(../images/indexNext_h.png);
}

.indexBanner:hover .slick-arrow {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
	visibility: visible;
}

.indexBanner .slick-arrow:hover {
	box-shadow: 0 0 15px 12px rgba(255, 255, 255, 0.1);
	background-color: #013a75;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);

}

/* ————— indexBanner end ————— */
/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
/* ————— 标题 start ————— */
.sectionC {
	position: relative;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/* padding-top: 90px; */
}

.indexTitle {
	height: 56px;
	line-height: 54px;
	font-size: 36px;
	color: #333;
	position: relative;
	z-index: 99;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight: bold;
}

.indexTitle.c1Title {
	position: absolute;
	top: 150px;
	left: 0;
	overflow: hidden;
}

.indexTitle::before {
	display: none;
	content: '';
	width: 52px;
	height: 8px;
	background: url(../images/titleIcn.png) no-repeat center / cover;
	position: absolute;
	bottom: 0;
	left: 0;
}

.indexTitleEg {
	height: 36px;
	line-height: 36px;
	font-size: 24px;
	color: #cfcfcf;
	text-transform: uppercase;
}

.indexTitle1 {
	line-height: 44px;
	padding-bottom: 25px;
	font-size: 36px;
	color: #fff;
	position: relative;
}

.indexTitle1::before {
	display: block;
	content: '';
	width: 52px;
	height: 8px;
	background: url(../images/titleIcn1.png) no-repeat center / cover;
	position: absolute;
	bottom: 0;
	left: 0;
}

/* ————— 标题 end ————— */
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.column1 {
	position: absolute;
	width: 100%;
	top: 0px;
	bottom: 0;
	background: url(../images/column1Bg.jpg) center center no-repeat;
	background-size: cover;
}

.column1 .wrap {
	height: 100%;
}

.indexNewsSlick {
	overflow: hidden;
	position: relative;
	height: 100%;
}

/* .indexNewsSlick .bd{position: relative;} */
.indexNewsSlick .slickCon {
	height: 100%;
	padding: 70px 50px 50px 50px;
	position: relative;
	overflow: hidden;
	transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
}

.indexNewsSlick svg {
	width: 0;
	height: 0;
	position: absolute;
}

.indexNewsSlick .slickConBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 33.3333%;
	height: 100%;
	background-color: #f5f5f5;
	clip-path: url(#newsddBg);
	opacity: 0;
	z-index: 1;
	-webkit-clip-path: url(#newsddBg);
}

.indexNewsSlick .bd {
	height: 100%;
	position: relative;
	z-index: 2;
}

.indexNewsSlick .bd .slick-list,
.indexNewsSlick .bd .slick-track {
	position: relative;
	height: 100%;
}

.indexNewsSlick .more1Box.style2 {
	text-align: center;
	opacity: 0;
	visibility: hidden;
}
.indexNewsSlick .slick-slide>div{
	height: 100%;
}

.indexNewsSlick .myslide {
	float: left;
	display: inline;
	width: 33.3333%;
	height: 100%;
}

.indexNewsSlick .myslide:hover .indexMore a {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.indexNewsSlick .title {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 5px;
}

.indexNewsSlick .title a {
	font-size: 18px;
	color: #333333;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}

.indexNewsSlick .slickCon:hover .title a {
	color: #003974;
}

.indexNewsSlick .info {
	font-size: 16px;
	color: #858585;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-bottom: 28px;
}

.indexNewsSlick .timeBox {
	font-size: 0;
	margin-bottom: 40px;
}

.indexNewsSlick .timeBox span {
	display: inline-block;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}

.indexNewsSlick .timeBox .time1 {
	font-size: 30px;
	color: #003974;
	margin-right: 5px;
	font-family: 'Apercu';
}

.indexNewsSlick .timeBox .time2 {
	font-size: 18px;
	line-height: 48px;
	color: #999999;
	font-family: 'Apercu';
}

.indexNewsSlick .pic {
	margin-bottom: 20px;
}

.indexNewsSlick .pic::before {
	padding-top: 66.6667%;
}

.newsArrowsBox .newsArrows1,
.newsArrowsBox .newsArrows2 {
	display: none;
	position: relative;
	height: 40px;
}

.indexNewsSlick .prev {
	cursor: pointer;
	right: 75px;
	top: 120px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: url(../images/indexPrev2.png) no-repeat center center;
	position: absolute;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	z-index: 2;
	border: 1px solid #aaa;
	background-size: 30px;
}

.indexNewsSlick .next {
	cursor: pointer;
	right: 0;
	top: 120px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: url(../images/indexNext2.png) no-repeat center center;
	position: absolute;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	z-index: 2;
	border: 1px solid #aaa;
	background-size: 30px;
}

.indexNewsSlick .prev:hover {
	background-color: #003974;
	border-color: #003974;
	background-image: url(../images/indexPrev2_h.png);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.indexNewsSlick .next:hover {
	background-color: #003974;
	border-color: #003974;
	background-image: url(../images/indeNext2_h.png);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.newsArrowsBox.arrow1 .newsArrows1,
.newsArrowsBox.arrow2 .newsArrows2 {
	display: block;
	z-index: 5;
}

.indexNewsSlick .more a {
	display: block;
	width: 40px;
	height: 40px;
	background: #f5f5f5 url(../images/indexNext.png) center center no-repeat;
	background-size: 20px;
	border-radius: 100%;
	transition: .3s;
	-webkit-transition: .3s;
}

.indexNewsSlick .more a:hover {
	background: #003974 url(../images/indexNext_h.png) center center no-repeat;
	background-size: 20px;
}

/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2 {
	position: relative;
	height: 100%;
}

.column2Banner {
	padding: 60px 0 0;
	position: relative;
	margin: 0 -15px;
}

.column2Banner .myslide {
	float: left;
	display: inline;
	width: 25%;
	padding: 20px 0;
}

.column2Banner .myslide .con {
	margin: 0 15px;
	position: relative;
	padding: 43px 20px 0;
	background-color: #fff;
	background-repeat: no-repeat;
	border-radius: 5px;
	transition: .4s;
	-webkit-transition: .4s;
	z-index: 3;
	position: relative;
	overflow: hidden;
}

.column2Banner .myslide.odd .con {
	background-position: center -110px;
	background-image: url(../images/indexColumn2Bg.png);
	background-size: 100% auto;
}

.column2Banner .myslide.even .con {
	background-position: center -10px;
	background-image: url(../images/indexColumn2Bg1.png);
	background-size: cover;
}

.column2Banner .myslide .con::before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	background-image: url(../images/indexColumn2Bg_h.png);
	background-color: #448aca;
	background-position: bottom center;
	background-repeat: no-repeat;
	transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transition: .2s;
	-webkit-transition: .2s;
}

.column2Banner .myslide .icon {
	width: 120px;
	height: 120px;
	position: relative;
	margin-bottom: 55px;
	z-index: 3;
}

.column2Banner .myslide .icon span {
	width: 120px;
	height: 120px;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	-webkit-transition: .3s;
}

.column2Banner .myslide .icon span.span1 {
	opacity: 1;
	visibility: visible;
}

.column2Banner .myslide .icon span.span2 {
	transform: translateY(8px);
	-webkit-transform: translateY(8px);
	z-index: 3;
}

.column2Banner .myslide .con:hover .icon span.span2 {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}

.column2Banner .myslide .con:hover .icon span.span1 {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	opacity: 0;
	visibility: hidden;
}

.column2Banner .myslide .title {
	height: 50px;
	line-height: 50px;
	padding: 0 22px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	transition: .3s;
	-webkit-transition: .3s;
	margin-bottom: 6px;
	position: relative;
	z-index: 3;
}

.column2Banner .myslide .title a {
	color: #333;
	transition: .3s;
	-webkit-transition: .3s;
}

.column2Banner .myslide .text {
	padding: 0 22px;
	height: 56px;
	line-height: 28px;
	font-size: 16px;
	color: #858585;
	margin-bottom: 85px;
	position: relative;
	z-index: 3;
}

.column2Banner .myslide .more {
	margin: 0 22px;
	padding: 24px 0 38px;
	border-top: 1px solid #eee;
	transition: .3s;
	-webkit-transition: .3s;
	position: relative;
	z-index: 3;
}

.column2Banner .myslide .more a {
	overflow: hidden;
	display: block;
}

.column2Banner .myslide .more a span {
	float: left;
	display: inline;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #999;
}

.column2Banner .myslide .more a em {
	float: right;
	display: inline;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #999;
	background: #f5f5f5 url(../images/indexNext.png) center center no-repeat;
	background-size: 18px;
	border-radius: 100%;
}

.column2Banner .myslide .con:hover::before {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.column2Banner .myslide .con:hover .title a {
	color: #fff;
}

.column2Banner .myslide .con:hover .text {
	color: #fff;
}

.column2Banner .myslide .con:hover .more {
	border-top-color: rgba(238, 238, 238, .3);
}

.column2Banner .myslide .con:hover .more span {
	color: #fff;
}

.column2Banner .myslide .con:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}

.column2Banner .prev {
	cursor: pointer;
	right: 55px;
	top: -60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #eeeeee url(../images/indexPrev.png) no-repeat center center;
	position: absolute;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	z-index: 2;
	border: 1px solid #eeeeee;
	background-size: 20px;
}

.column2Banner .next {
	cursor: pointer;
	right: 0;
	top: -60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #eeeeee url(../images/indexNext.png) no-repeat center center;
	position: absolute;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	z-index: 2;
	border: 1px solid #eeeeee;
	background-size: 20px;
}

.column2Banner .prev:hover {
	background-color: #1d2087;
	border-color: #1d2087;
	background-image: url(../images/indexPrev_h.png);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 0 20px 0 rgba(0, 104, 183, 0.3);
}

.column2Banner .next:hover {
	background-color: #1d2087;
	border-color: #1d2087;
	background-image: url(../images/indexNext_h.png);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	box-shadow: 0 0 20px 0 rgba(0, 104, 183, 0.3);
}

/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3 {
	width: 100%;
	height: 100%;
	position: relative;
}

.column3 .jtcyBg {
	transition: all 0.7s linear;
	-webkit-transition: all 0.7s linear;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.column3 .jtcyBg::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3) url(../images/indexBg3.png) center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

@-webkit-keyframes zoom_1 {
	0% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

.column3 .section3Con {
	overflow: hidden;
	height: 100%;
}

.column3 .wrap {
	z-index: 5;
	position: relative;
}

.indexJtcyL {
	float: left;
	display: inline;
	width: 18.6905%;
	margin-right: 6.9048%;
	height: 100%;
	padding: 6.4583% 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.indexJtcyR {
	height: 100%;
	position: relative;
}

.indexJtcyR .indexTitle {
	color: #fff;
}

.indexJtcyR .indexTitleEg {
	color: #fff;
}

.indexJtcyR .indexTitleBox {
	margin-bottom: 50px;
}

.column3Scroll::after {
	display: block;
	content: '';
	padding-top: 30%;
}

.column3Scroll .bd {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.column3Scroll .slick-track,
.column3Scroll .slick-list {
	height: 100%;
}

.column3Scroll .bd .myslide .icn {
	width: 30%;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 43.5%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	z-index: 2;
	transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
}

.column3Scroll .bd .myslide .icn::before {
	display: block;
	content: "";
	padding-top: 100%;
}

.column3Scroll .bd .myslide .icn .icnContent {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
}

/* .column3Scroll .bd .myslide .icn .icnContent .icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 13px;
	transition: .4s;
	-webkit-transition: .4s;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
} */

.column3Scroll .bd .myslide .icn .icnContent .icon span {
	width: 60px;
	height: 60px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}

.column3Scroll .bd .myslide .icn .title {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 8px;
	padding: 0 15px;
}

.column3Scroll .bd .myslide .icn .engTitle {
	display: none;
}

.column3Scroll .bd .myslide .icn .info {
	height: 90px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	font-size: 15px;
	color: #fff;
	padding: 0 10px;
	margin-bottom: 20px;
}
.column3Scroll .bd .myslide .icn .indexMore{margin: 0 auto;}
/* .col3LookMore{display: block;font-size: 16px;color: #fff;line-height: 55px;padding: 0 30px;border-radius: 23px;border: 1px solid #fff;}
.col3LookMore span{padding-right: 50px;background: url(../images/indexNext_h.png) no-repeat center right;width: max-content;} */
.column3Scroll .bd .myslide .icn .indexBtn {
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-align: center;
}

.column3Scroll .bd .myslide .icn .indexBtn a {
	display: inline-block;
	font-size: 0;
}

.column3Scroll .bd .myslide .icn .indexBtn a em {
	font-style: normal;
	font-size: 16px;
	color: #fff;
	float: left;
	display: inline;
	margin-right: 10px;
}

.column3Scroll .bd .myslide .icn .indexBtn a i {
	font-style: normal;
	font-size: 18px;
	color: #fff;
	float: left;
	display: inline;
	width: 28px;
	height: 28px;
	background: rgba(255, 255, 255, 0.5);
	line-height: 24px;
	border-radius: 50%;
	font-weight: bold;
	margin-top: 5px;
}

.column3Scroll .bd .myslide.slick-active .icn {
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
}

.column3Scroll .bd .myslide.slick-active .icn .icnContent .icon {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.column3Scroll .bd .myslide.slick-active .icn .title {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.column3Scroll .bd .myslide.slick-active .icn .info {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.column3Scroll .bd .myslide.slick-active .icn .indexBtn {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.column3ScrollHandle {
	position: relative;
	padding: 0px 170px 0;
}

.column3ScrollPage {
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-bottom: 25px;
	font-family: 'DINPro';
	font-weight: bolder;
}

.column3ScrollPage span {
	font-size: 28px;
	color: #fff;
	padding: 0 2px;
}

.column3ScrollPage em {
	font-style: normal;
	padding: 0 2px;
}

.column3ScrollContent {
	overflow: hidden;
	text-align: center;
}

.column3ScrollTitle {
	position: relative;
	display: inline-block;
	width: 400px;
	font-size: 0;
}

.column3ScrollTitle::before,
.column3ScrollTitle:after {
	display: block;
	content: '';
	position: absolute;
	width: 1200px;
	height: 1px;
	top: 20px;
	background: rgba(255, 255, 255, 0.5);
}

.column3ScrollTitle::before {
	left: -1200px;
}

.column3ScrollTitle:after {
	right: -1200px;
}

.column3ScrollTitle .title {
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 26px;
	color: #fff;
}

.column3ScrollTitle .engTitle {
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	font-family: 'DINPro';
}

.column3ScrollBtn {
	position: relative;
	height: 0;
	width: 100%;
}

.column3ScrollBtn span {
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	top: 65px;
	transition: .4s;
	-webkit-transition: .4s;
	cursor: pointer;
}

.column3ScrollBtn span.prev {
	left: -170px;
	background-image: url(../images/indexPrev2_h.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
}

.column3ScrollBtn span.next {
	right: -170px;
	background-image: url(../images/indexNext2_h.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 40px;
}

.column3ScrollBtn span:hover {
	background-position: center center;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 70px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.column3ScrollBtn span::before {
	display: block;
	height: 70px;
	line-height: 70px;
	width: 100px;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	font-size: 16px;
	color: #fff;
	position: absolute;
}

.column3ScrollBtn span.prev::before {
	right: -100px;
	content: 'prev';
}

.column3ScrollBtn span.next::before {
	left: -100px;
	content: 'next';
}

@-webkit-keyframes mymove4 {
	from {
		transform: scale(1.3);
	}

	to {
		transform: scale(1);
	}
}

@keyframes mymove4 {
	from {
		transform: scale(1.3);
	}

	to {
		transform: scale(1);
	}
}

.column3Center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1920px;
	max-height: 940px;
	height: 100%;
	z-index: 100;
	pointer-events: none;
}

.column3Center .c3Logo {
	position: absolute;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.column3Center svg {
	width: 100%;
	height: 100%;
	transform: scale(1.25);
	-webkit-transform: scale(1.25);
}

.column3Center .circle {
	transition: all 0.56s ease-in;
}

.column3Center .cursor {
	transition: all 0.36s 0.6s;
}

.column3Center .cursor-circle {
	transition: transform 0.36s ease-in-out;
	transform: scale(0);
	opacity: 0;
}

.column3Center .dotted-circle2 {
	transition: all 0s;
}

.column3Center.on1 .cursor-circle {
	transform: scale(1);
	opacity: 1;
}

.column3Center.act .cursor-circle {
	transform: scale(0);
	transition: all 0.16s;
}


.column3Center.act .dotted-circle2 {
	r: 1260px;
	transition: all 2.4s cubic-bezier(.77, 0, .175, 1);
}

/* .column3Scroll .indexMore {
	margin: 0 auto;
} */

.indexMore {
	height: 55px;
	padding: 0 6px 0 30px;
	border: 1px solid #e5e5e5;
	width: 180px;
	box-sizing: border-box;
	border-radius: 55px;
	position: relative;
	overflow: hidden;
	transition: .4s ease;
	-webkit-transition: .4s ease;
}

.indexMore.indexA {
	border-color: rgba(1, 58, 117, 1);
}

.indexMore.indexA a {
	color: rgba(1, 58, 117, 1);
}

.indexMore:hover {
	border-color: #1d2087;
}

.indexMore::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1d2087;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.4, 1, 1);
	transform: scale3d(0.4, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.indexMore:hover::before {
	z-index: 1;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.indexMore a {
	display: block;
	position: relative;
	line-height: 53px;
	z-index: 5;
	font-size: 16px;
	color: #fff;
	transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
}

.indexMore:hover a {
	color: #fff;
}

.indexMore a::after {
	display: block;
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 50%;
	margin-top: -20px;
	border-radius: 45px;
	background: url(../images/indexNext_h.png) center center no-repeat;
	background-size: 20px;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.indexMore.indexA a::after {
	background: url(../images/indexNextw.png) center center no-repeat;
	background-size: 20px;
}

.indexMore.indexA:hover a::after {
	background: url(../images/indexNext_h.png) center center no-repeat;
	background-size: 20px;
}

/* .indexMore:hover a::after {
	background: url(../images/indexNext_h.png) center center no-repeat;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
	z-index: 5;
} */
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.column4C {
	overflow: hidden;
}

.column4CRight {
	width: 37.1795%;
	position: relative;
}

.column4Pic {
	border-radius: 100%;
	position: relative;
}

.column4Pic::before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	right: 50px;
	top: 0;
	background: #e7f6ff;
	border-radius: 100%;
}

.column4Pic .pic {
	position: relative;
	z-index: 5;
}

.column4Pic .pic::before {
	padding-top: 100%;
}

.column4CLeft {
	overflow: hidden;
	padding-right: 130px;
	padding-top: 103px;
}

.column4Info {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 24px;
}

.column4Text {
	height: 136px;
	line-height: 34px;
	font-size: 16px;
	color: #666;
	margin-bottom: 40px;
	overflow: hidden;
}

.infoListBox {
	font-size: 0;
	margin: 0 -75px;
}

.infoListBox .infoListItem {
	display: inline-block;
	vertical-align: middle;
	padding: 0 65px;
	position: relative;
}

.infoListBox .infoListItem::before {
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 104px;
	left: 0;
	top: 50%;
	margin-top: -52px;
	background: rgba(0, 0, 0, .07);
}

.infoListBox .infoListCon {
	text-align: center;
}

.infoListBox .infoListText1 {
	font-size: 16px;
	color: #666666;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	text-align: center;
}

.infoListBox .infoListText2 {
	float: left;
	display: inline;
	font-size: 60px;
	color: #013a75;
	font-weight: bold;
	font-family: "Apercu";
	height: 86px;
	line-height: 86px;
	overflow: hidden;
}

.infoListBox .infoListItem.infoListItem6 .infoListText2 {
	color: #e60012;
}

.infoListBox .infoListText2 span {
	float: left;
	display: inline;
}

.infoListBox .infoListText2 svg {
	display: inline-block;
	vertical-align: text-bottom;
	width: 32px;
	height: 60px;
}

.infoListBox .infoListText2 em {
	float: left;
	display: inline;
	height: 18px;
	line-height: 18px;
	font-style: normal;
	font-size: 16px;
	font-family: "DINPro";
	font-weight: lighter;
	color: #999;
}

.infoListBox .infoListText2 .icon {
	display: inline-block;
	vertical-align: text-bottom;
	width: 26px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 26px;
	background-image: url('../images/up.svg');
}

.infoListBox .infoListText3 {
	float: left;
	display: inline;
	font-size: 16px;
	color: #666666;
	font-family: "Apercu";
	height: 60px;
	line-height: 68px;
	overflow: hidden;
	padding-left: 10px;
}

.infoListConTop {
	display: inline-block;
	font-size: 0;
}

/* ————— 第4通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 底部 end ========== */