@charset "UTF-8";
/* ========== 主体框架 start ========== */
#fp-nav.hide{display: none;}
/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2{
	width:30px !important;
	height:30px !important;
	right:-40px;
    top:-40px;
	background:url(/subsiteSrc/cnPc/images/common/videoPopClose.png) no-repeat center center;
	}
.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover{ background:url(/subsiteSrc/cnPc/images/common/videoPopClose.png) no-repeat center center;}
.aykj-videoPop {
	border:10px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1)!important;
	border-radius:5px !important;
	background-color:#000 !important;
	}
/* 视频弹窗 end */
/* ————— 头部 start ————— */
.subTop .topNav{background-color: #fff;height: 120px;line-height: 120px;position:sticky;top:0;}
.subTop .logo{padding:20px 0;}
.subTop .topNavR{margin-top: 47px;}
.subTop .logo .logoImg1 {display: none;}
.subTop .logo .logoImg3 {display: block;}
.subTop .mainMenu a{color: #444;}

.wrapper{padding: 0 50px;}
.topNav {
	position: fixed;
	left: 0%;
	top: 0;
	width: 100%;
	z-index: 99;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	transform: none;
	opacity: 1;
	background-size: cover;
	min-width: 1280px;
}
.topNav.hide{
	top: -140px;
}
.indexContainer1.hide .topNav{
	opacity: 0;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transition-delay:0.5s;
	-webkit-transition-delay:0.5s;
}

.topNav.active{
	opacity: 0;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transition-delay:0.5s;
	-webkit-transition-delay:0.5s;
}

.indexContainer2 .topNav{
	opacity: 0;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.indexContainer2.show .topNav{
	opacity: 1;
	transition: all 0.7s ease-in-out 0.5s;
	-webkit-transition: all 0.7s ease-in-out 0.5s;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.logo {
	padding: 30px 0;
}

.logo img {
	display: block;
	height: 80px;
}

.logo .logoImg2 {
	display: none;
}
.logo .logoImg3 {
	display: none;
}

.topNavR{
	margin-top: 45px;
}
/*menu start*/
.menuDl {
	display: flex;
	float: left;

}

.menuDl dd {
	float: left;
	display: inline;
	position: relative;
	margin: 0 40px;
}

.mainMenu {
	position: relative;
	z-index: 9;
}

.mainMenu a {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	line-height: 50px;
	height: 50px;
	text-align: center;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.menuDl dd.hover .mainMenu a,.mainMenu a:hover {
	color: #043c75;
}
.menuDl dd .subMenu {
	padding-top: 8px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 22px;
	width: 120px;
	visibility: hidden;
	opacity: 0;
	transform: translateY(60px);
	-webkit-transform: translateY(60px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 10;
}
.menuDl dd .subMenu.style2{
	width: 645px;
	margin-left: -322px;
}
.menuDl dd .subMenu:before{
	display: block;
	content: '';
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-top: none;
	border-color: transparent;
	border-bottom-color: #ffffff;
	z-index: 2;
}
.menuDl dd .subMenu .subMenuItem {
	position: relative;
	background: #FFFFFF;
	box-shadow:0 0 8px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	padding: 8px 0;
	margin-top: 30px;
}
.menuDl dd .subMenu.style2 .subMenuItem{
	padding: 20px;
}
.menuDl dd .subMenu a {
	display: block;
	padding: 8px;
	line-height: 24px;
	text-align: center;
	font-size: 15px;
	color: #666666;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.menuDl dd .subMenu .subMenuItem a:hover,
.menuDl dd .subMenu .subMenuItem a.hover{
	color: #043c75;
}
.menuDl dd:hover .subMenu{
	visibility: visible;
	opacity: 1;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
}
.menuTabTitle{
	margin-left: 50px;
}
.menuTabTitle a{
	display: block;
	font-size: 15px;
	color: #666666;
	padding: 8px;
	line-height: 24px;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.menuTabTitle a:hover,
.menuTabTitle a.hover{
	color: #043c75;
}
.menuTabContent{
	overflow: hidden;
}
.menuTabContent .pic{
	width: 150px;
	margin-right: 20px;
	overflow: hidden;
}
.menuTabContent .pic:before{
	padding-top: 66.6666%;
}
.menuTabContent .text{
	overflow: hidden;
}
.menuTabContent .info{
	font-size: 14px;
	color: #858585;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.menuTabContent .enter{
	line-height: 24px;
}
.menuDl dd .subMenu .enter a{
	color: #043c75;
	text-align: left;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.menuDl dd .subMenu .enter a:hover{
	opacity: 0.8;
}
/* menu end */

/* 搜索 start */
.subTop .topNavR .search{border-color: rgba(148,170,194,.5);}
.subTop .topNavR .searchInput input{color: #043c75;}
.subTop .topNavR .searchInput input::placeholder{color: #043c75;}
.subTop .topNavR .searchIcon{background: url(/subsiteSrc/cnPc/images/common/search.png) no-repeat center center;}
.topNavR .search{
	width: 80px;
	height: 39px;
	line-height: 45px;
	padding-left: 20px;
	border-radius: 50px;
	border:3px solid rgba(255,255,255,0.5);
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.topNavR .search.active{width: 180px;}
.topNavR .searchIcon{
	width: 45px;
	height: 100%;
	background: url(/subsiteSrc/cnPc/images/common/searchH.png) no-repeat center center;
	cursor:pointer;
	background-size: 18px auto;
}
.topNavR .searchInput{
	overflow: hidden;
}
.topNavR .searchInput input{
	font-size: 12px;
	color: #ffffff;
	width: 100%;
	height: 39px;
	line-height: 45px;
	border: none;
	background: none;
	vertical-align: unset;
}
.topNavR .searchInput input::placeholder{
	font-size: 12px;
	color: #ffffff;
}
.officeEnter{position: relative;cursor: pointer;margin: 0 55px 0 25px;}
.officeEnter .officeEnterUp{
	font-size: 16px;
	color: #ffffff;
	line-height: 50px;
	height: 50px;
	text-align: center;
	position: relative;
}
.officeEnter .officeEnterUp::before{display: block;content: "";width: 15px;height: 15px;background: url("/subsiteSrc/cnPc/images/officeIcon1.png") no-repeat center center;position: absolute;left: 106%;top: 50%;margin-top: -7px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.officeEnter:hover .officeEnterUp::before{transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.officeEnter .officeEnterDown{padding-top: 8px;position: absolute;left: 50%;margin-left: -60px;top: 22px;width: 120px;visibility: hidden; opacity: 0;transform: translateY(60px);-webkit-transform: translateY(60px); transition: all 0.5s;-webkit-transition: all 0.5s;z-index: 10;}
.officeEnter:hover .officeEnterDown{
	visibility: visible;
	opacity: 1;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
}
.officeEnter .officeEnterDown::before{display: block;content: '';position: absolute;top: 30px;left: 0;right: 0;margin: 0 auto; width: 0;height: 0; border-width: 8px;border-style: solid;border-top: none;border-color: transparent;border-bottom-color: #ffffff;z-index: 2;}
.officeEnter .officeEnterDown .officeEnterDownC{position: relative;
    background: #FFFFFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 8px 0;
    margin-top: 30px;}
.officeEnter .officeEnterDown a{display: block;padding: 8px;line-height: 24px;text-align: center;font-size: 15px;color: #666666;transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
.officeEnter .officeEnterDown a:hover{color: #043c75;}
/* 搜索 end */
/* ————— 头部 start ————— */
/* ————— indexBanner start ————— */
.indexBanner{position: relative;width: 100%;height: 100%;}
.indexBanner canvas{position: absolute;}
.indexBanner .line{position: absolute;left: 120px;top: 0;width: 1px;height: 100%;background-color: rgba(255, 255, 255, .2);}
.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;z-index: 1;}
.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 7.5s 0s ease-in-out;-webkit-transition: all 7.5s 0s ease-in-out; transform: scale(1.15);}
.indexBanner .mySlide a{display: block;height: 100%;width: 100%;}
.indexBanner .slick-dots{position: absolute;bottom: 70px;left: 6.5%;width: 100%;font-size: 0;}
.indexBanner .slick-dots li{display: inline-block;width: 60px;height: 5px;margin: 0 7px;vertical-align: middle;cursor: pointer;position: relative;background: rgba(255, 255, 255, 0.5);}
.indexBanner .slick-dots li span{position: absolute;width: 0;height: 100%;background: #005aeb;left: 0;top: 0;}
.indexBanner .slick-dots li.slick-active span{animation: progress 9s linear;-webkit-animation: progress 9s linear;}
.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: 0; top:50%;font-size: 0;overflow: hidden;}
.indexBanner .img .text{overflow: hidden; display: block; visibility: hidden;}
.indexBanner .img .text.show{visibility: visible;}
.indexBanner .img .textOne{line-height: 80px;height: 80px;font-size: 48px;color: #ffffff;font-family: taipei;}
.indexBanner .img .textOne .letter{display: inline-block;line-height: 45px;transform-origin: 50% 100%;text-shadow: 0px 0px 15px rgb(0 0 0 / 50%);letter-spacing: 5px;}
.indexBanner .img .textTwo{line-height: 60px;height: 60px;font-size: 30px;color: #ffffff;font-family: taipei;}
.indexBanner .img .textTwo .letter{display: inline-block;line-height: 45px;transform-origin: 50% 100%;text-shadow: 0px 0px 15px rgb(0 0 0 / 50%);}
.indexBanner .mySlide.on .bg{transform: scale(1);}
.indexBanner .wrap{position: relative;height: 100%;}
.indexBanner .num{line-height: 40px;height: 40px; position: absolute;left: 6.5%;top: 44%;z-index: 1;}
.indexBanner .num span{font-size: 22px;color: #ffffff;font-weight: bold;margin-right: 5px;}
.indexBanner .num em{font-style: normal;font-size: 14px;color: #fff;position: absolute;right: -35px;top: -5px;}
.nextPageBtn{position: absolute;right: 3.5%;bottom: 70px;width: 22px;cursor: pointer;z-index: 2;}
.nextPageBtn a{display: block; width: 22px;height: 30px;background: url("/subsiteSrc/cnPc/images/nextColumnIcon.png") no-repeat center center;animation: arrowDown 1.5s infinite linear;-webkit-animation: arrowDown 1.5s infinite linear;}
@keyframes arrowDown {
    0% {
        -webkit-transform: translate(0,0);
    }
    25%{
        -webkit-transform: translate(0,6px);
    }
    50% {
        -webkit-transform: translate(0,0);
    }
    75%{
        -webkit-transform: translate(0, -6px);
    }
    100% {
        -webkit-transform: translate(0,0);
    }
}
@-webkit-keyframes arrowDown {
    0% {
        -webkit-transform: translate(0,0);
    }
    25%{
        -webkit-transform: translate(0,6px);
    }
    50% {
        -webkit-transform: translate(0,0);
    }
    75%{
        -webkit-transform: translate(0, -6px);
    }
    100% {
        -webkit-transform: translate(0,0);
    }
}
@keyframes progress{
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 友情链接start */
.footer{ background-position: center center;background-repeat: no-repeat;background-size: cover;padding-top: 45px;}
.friendLink{width:60.4167%;margin-bottom: 20px;}
.friendLink .title{font-size:16px ;color: #fff;height: 30px;line-height: 30px;font-weight: bold;background: url(/subsiteSrc/cnPc/images/footerIcon1.png) no-repeat left center / 30px 30px;padding-left: 40px;}
.friendLink .list a{display: inline-block;font-size: 16px;color: #e5e5e5;line-height:45px;margin-right: 60px;}
.friendLink .list a:hover{color: #fff;}
/* 友情链接end   */
/* 底部中间start   */
.footerContactUs {overflow: hidden;}
.footerContactUs span{display: block;font-size: 17px;height: 30px;line-height: 30px;color: #fff;} 
.footerContactUs .info{font-size: 0;} 
.footerContactUs .label, 
.footerContactUs .value{font-size: 16px;color: #e5e5e5;display: inline-block;vertical-align: middle;height: 35px;line-height: 35px;} 
.footerEwm{ overflow:hidden;}
.footerEwm dd{ float:left; display:inline; position:relative;margin-right: 35px;}
.footerEwm dd:last-child{margin-right: 0;}
.footerEwm dd .imgBox{padding:10px;border-radius: 8px;overflow: hidden;background-color: #fff;}
.footerEwm dd .pic{width: 100px;}
.footerEwm dd .pic::before{padding-top: 100%;}
.footerEwm dd span{ display:block; height:40px; line-height:40px; text-align:center; color:#e5e5e5; font-size:14px;}

/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight{height: 77px;line-height: 77px;overflow: hidden;font-size: 14px;color: #e5e5e5;/* background: #212121; */border-top: 1px solid rgba(255,255,255,.1);}
.friendCopyRight .conL{ float: left; display: inline;margin-right: 30px;}
.friendCopyRight .conL span{ margin-right: 20px;}
.friendCopyRight .conL img{ margin-right: 10px; vertical-align: middle;}
.friendCopyRight .conL a{color: #e5e5e5;margin-right: 20px;}
.friendCopyRight .conL a:hover{ color: #fff;}
.friendCopyRight .conR{ overflow: hidden;}
.friendCopyRight .conR a{color: #e5e5e5;}
.friendCopyRight .conR a:hover{ color: #fff;}
/* 底部版权end   */
/*底部分享 start*/
.footerShare {font-size: 14px;color: #e5e5e5;}
.footerShare .shareBox{display: inline-block;vertical-align: middle;margin-left: 15px;}
.footerShare .sharejs_icon.icon_WeChat{color: #fff;border: none;background-color: #94aac2;}
.footerShare .sharejs_icon.icon_TencentQQ{color: #fff;border: none;background-color: #94aac2;}
.footerShare .sharejs_icon.icon_SinaWeibo{color: #fff;border: none;background-color: #94aac2;}
/*底部分享 end*/
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.partyBuildBannerC .locationList dd.hover a{background-color: #ffd267;border-color: #ffd267;color: #c10211;}
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top: 25.4167%;}
.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: 0;left: 0;}
.subBanner .wrap{height: 100%;}
.subBanner .textC{position: relative;text-align: center;}
.subBanner .textC .cnTitle{font-size: 40px;color: #ffffff;line-height: 70px;font-family: 'AlibabaPuHuiTiM';}
.subBanner .textC .enTitle{font-size: 30px;color: #fff;line-height: 52px;text-transform: uppercase;font-family: 'AlibabaPuHuiTiM';}
/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox{position: absolute;left: 50%;bottom: 50px;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
.locationList{margin-right: -35px;font-size: 0;text-align: center;}
.locationList dd{display: inline-block;vertical-align: middle;}
.locationList dd a{margin-right: 35px;display: block;border: 1px solid #fff;padding:0 45px;height: 50px;line-height: 50px;border-radius: 30px;font-size: 18px;color: #fff;text-align: center;box-sizing: border-box;-webkit-box-sizing: border-box;}
.locationList dd.hover a{background-color: #005aeb;border-color:#005aeb;}
.locationList dd:hover a{background-color: #005aeb;border-color:#005aeb;}
/* ————— 当前位置 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 ————— */
.partyBuildPage .page a.hover{background: #c10211;border-color: #c10211;}
.partyBuildPage .page a:hover{background: #c10211;border-color: #c10211;}
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding: 9px 14px;color:#999999;border-radius: 100%;background: #fff;margin: 0 3px;border: 1px solid #ebebeb;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #043c75;color: #fff;border-color: #043c75;}
.page a.hover{background: #043c75;color: #fff;border-color: #043c75;}
.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(/subsiteSrc/cnPc/images/common/page/firstPage.png)}
.page a.prevPage div{background-image: url(/subsiteSrc/cnPc/images/common/page/prevPage.png)}
.page a.nextPage div{background-image: url(/subsiteSrc/cnPc/images/common/page/nextPage.png)}
.page a.lastPage div{background-image: url(/subsiteSrc/cnPc/images/common/page/lastPage.png)}
.page a.firstPage:hover div{background-image: url(/subsiteSrc/cnPc/images/common/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(/subsiteSrc/cnPc/images/common/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(/subsiteSrc/cnPc/images/common/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(/subsiteSrc/cnPc/images/common/page/lastPageh.png)}
.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}
.page a.firstPage.disabled div{background-image: url(/subsiteSrc/cnPc/images/common/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(/subsiteSrc/cnPc/images/common/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(/subsiteSrc/cnPc/images/common/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(/subsiteSrc/cnPc/images/common/page/lastPage.png)}
/* ————— 页码 end ————— */
/* ————— 弹窗 start ————— */
.aykj-recruitTc .layui-layer-btn{ text-align: center;}
.aykj-recruitTc .layui-layer-btn a{ height: 38px; line-height: 38px; padding: 0 40px; font-size: 14px;}
.aykj-recruitTc .layui-layer-btn .layui-layer-btn0{background: #043c75; color: #FFF; border-color: #043c75;}
.aykj-recruitTc .layui-layer-btn .layui-layer-btn1{background: #ddd; color: #8b8b8b; border-color: #ddd;}

.aykj-alert .layui-layer-btn .layui-layer-btn0{background: #043c75; border-color: #043c75;}
/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */
  
/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.indexColumnTop{position: absolute;left: 0;top: 0;width: 100%;z-index: 10;}
.indexColumnTop .search{
	width: 80px;
	height: 39px;
	line-height: 45px;
	padding-left: 20px;
	border-radius: 50px;
	border:3px solid #f5f5f5;
	overflow: hidden;
	transition: all 0.3s;
	margin-top: 47px;
	-webkit-transition: all 0.3s;
}
.indexColumnTop .search.active{width: 180px;}
.indexColumnTop .searchIcon{
	width: 45px;
	height: 100%;
	background: url(/subsiteSrc/cnPc/images/common/search.png) no-repeat center center;
	cursor:pointer;
	background-size: 18px auto;
}
.indexColumnTop .searchInput{
	overflow: hidden;
}
.indexColumnTop .searchInput input{
	font-size: 12px;
	color: #666666;
	width: 100%;
	height: 39px;
	line-height: 45px;
	border: none;
	background: none;
	vertical-align: unset;
}
.indexColumnTop .searchInput input::placeholder{
	font-size: 12px;
	color: #666666;
}
.indexColumnTop .logo .logoImg2{display: block;}
.indexSwiper {width: 100%;height: 100%;}
.indexSwiper .swiper-slide {background: #fff;overflow:hidden;}
.indexSwiper .swiper-slide.lastChild{ height: auto !important;}
.indexSwiper .slide-inner {width: 100%;height: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.indexSwiper .slide-inner.indexSwiperOne{background-position: center bottom;}
.indexSwiper .swiper-slide.lastChild .slide-inner{ transform: translate3d(0,0,0) !important;}
.indexSwiper .swiper-pagination.hide{visibility: hidden;opacity: 0;transform: translateX(30%) translateY(-50%);}
.indexSwiper .swiper-pagination{position: fixed;right: 40px !important;z-index: 9;top: 50%;transform: translateY(-50%) translateX(0%);word-wrap: break-word;transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
.indexSwiper .swiper-pagination .swiper-pagination-bullet{width: 30px;height: 30px;margin: 0 5px;opacity: 1;position: relative;display: inline-block;transition: all 300ms linear 200ms;-webkit-transition: all 300ms linear 200ms;background: none;}
.indexSwiper .swiper-pagination .swiper-pagination-bullet::before{display: block;content: '';width: 10px;height: 10px;border: 1px solid #fff;position: absolute;top: 50%;left: 50%;margin: -6px 0 0 -6px;transition: all 300ms linear;-webkit-transition: all 300ms linear;border-radius: 50%;}
.indexSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{border-color: #0073cc;}
.indexSwiper .swiper-pagination em{position: absolute;right: 35px;white-space: nowrap;font-size: 15px;font-style: normal;color: #fff;opacity: 0;transform: translateX(-10px);transition: all 300ms linear;-webkit-transition: all 300ms linear;top: 4px;}
.indexSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active em{opacity: 1;transform: translateX(0);}
.indexSwiper .swiper-pagination .swiper-pagination-bullet:hover em{opacity: 1;transform: translateX(0);}
.indexSwiper .swiper-pagination .swiper-pagination-bullet:hover::before{border-color: #0073cc;}
.indexMore{text-align: center;}
.indexMore.textL{text-align: left;}
.indexMore.textL a{transform: translateY(70px);-webkit-transform: translateY(70px);visibility: visible;opacity: 1;}
.indexMore a{display: inline-block;width: 164px;height: 45px;border-radius: 45px;border: 3px solid #e6e6e6;box-sizing: border-box;-webkit-box-sizing: border-box;line-height: 39px;transition: all 400ms linear;-webkit-transition: all 400ms linear;transform: translateY(100px);-webkit-transform: translateY(100px);opacity: 0;visibility: hidden;}
.indexMore a span{display: inline-block;background: url(/subsiteSrc/cnPc/images/indexMore.png) no-repeat right center;padding-right: 27px;color: #333333;font-size: 16px;font-weight: bold;}
.indexNewsSlick  .myslide:hover .indexMore a{border-color: transparent;color: #fff;background: url(/subsiteSrc/cnPc/images/indexMoreHBg.png) no-repeat center center;}
.indexNewsSlick  .myslide .indexMore a:hover span{color: #043c75;background-image: url("/subsiteSrc/cnPc/images/indexMoreH.png");}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
/* ————— 集团新闻 start ————— */
.column1{height: 100%;overflow: hidden;}
.column1 .indexTitle{position: absolute;left: 0;top: 150px;z-index: 6;}
.column1 .wrap{height: 100%;z-index: 5;position: relative;}
.c1Tab{font-size: 0;}
.c1Tab a{display: inline-block;height: 50px;line-height: 50px;text-align: center;font-size: 24px;color: #999999;margin: 0 60px 0 0;position: relative;}
.c1Tab a::before{display: block;content: "";width: 30px;height: 4px;border-radius: 4px;background-color: #005aeb;position: absolute;left: 50%;margin-left: -15px;bottom: -4px;transform: scale(0);-webkit-transform: scale(0);transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}
.c1Tab a.hover{font-weight: bold; color: #131313;}
.c1Tab a.hover::before{transform: scale(1);-webkit-transform: scale(1);}
.c1TabC{height: 100%;}
.indexJtxwL{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;}
.indexJtxwR{overflow: hidden;height: 100%;}
.indexNewsTabDl{overflow: hidden;padding: 23.2558% 0 0;margin-bottom: 40.9302%;}
.indexNewsTabDl dd{margin-bottom: 18px;}
.indexNewsTabDl dd a{display: block;width: 136px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #666666;border: 2px solid rgb(199, 199, 199);transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.indexNewsTabDl dd:hover a,
.indexNewsTabDl dd.hover a{color: #c82126;border: 2px solid #c82126;}
.indexNewsTabCBox,.indexNewsTabCBox .tabContent,.indexNewsSlick .bd,.indexNewsSlick .slick-list,.indexNewsSlick .slick-track,.indexNewsSlick .myslide{height: 100%;}
.indexNewsSlick .myslide:hover .newBoxUp{top: 205px;}
.indexNewsSlick .myslide:hover .newBoxDown{top: -205px;}
.indexNewsSlick .newBoxUp{position: relative;transition: 0.4s ease;top: 0;-webkit-transition: 0.4s ease;}
.indexNewsSlick .newBoxDown{position: relative;transition: 0.4s ease;top: 0;-webkit-transition: 0.4s ease;}
.indexNewsSlick .myslide:hover .newBoxUp{top: 205px;}
.indexNewsSlick .myslide:hover .newBoxDown{top: -205px;}
.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: 25%;height: 100%;background-color: rgba(239, 243, 247, 0.5);clip-path: url(/subsiteSrc/cnPc/style/);opacity: 0;z-index: -1;-webkit-clip-path: url(/subsiteSrc/cnPc/style/);}
.indexNewsSlick .more1Box.style2{text-align: center;opacity: 0;visibility: hidden;}
.indexNewsSlick .myslide:hover .indexMore a{transform: translateY(70px);-webkit-transform: translateY(70px);visibility: visible;opacity: 1;}
.indexNewsSlick .title{font-weight: bold;line-height: 25px;height: 50px;overflow: hidden;margin-bottom: 15px;}
.indexNewsSlick .title a{font-size: 16px;color: #333333;font-weight: bold; transition: all 0.4s linear;-webkit-transition: all 0.4s linear;}
.indexNewsSlick .slickCon:hover .title a{color: #043c75;}
.indexNewsSlick .info{font-size: 14px;color: #666666;line-height: 30px;height: 60px;overflow: hidden;margin-bottom: 33px;}
.indexNewsSlick .timeBox{font-size: 0;margin-bottom: 22px;}
.indexNewsSlick .timeBox span{display:block;line-height: 30px;height: 30px;overflow: hidden;}
.indexNewsSlick .timeBox .time1{font-size: 20px;color: #999999;}
.indexNewsSlick .pic{overflow: hidden;border-radius: 8px;}
.indexNewsSlick .pic::before{padding-top: 56.0606%;}
.newsArrowsBox .newsArrows1,
.newsArrowsBox .newsArrows2{display: none;position: relative;height: 40px;}
.indexNewsSlick .prev{cursor: pointer; right: 70px;top: 180px;margin-top: -20px; width: 40px;height: 40px;border-radius: 50%; background: rgba(0, 0, 0, 0.4) url(../images/newsPrev.png) no-repeat center center;position: absolute;transition: all 200ms linear;-webkit-transition: all 200ms linear;z-index: 2;}
.indexNewsSlick .next{cursor: pointer; right: 0px;top: 180px;margin-top: -20px; width: 40px;height: 40px;border-radius: 50%; background: rgba(0, 0, 0, 0.4) url(../images/newsNext.png) no-repeat center center;position: absolute;transition: all 200ms linear;-webkit-transition: all 200ms linear;z-index: 2;}
.indexNewsSlick .prev:hover{background-color: #043c75;}
.indexNewsSlick .next:hover{background-color: #043c75;}
.newsArrowsBox.arrow1 .newsArrows1,
.newsArrowsBox.arrow2 .newsArrows2{display: block;z-index: 5;}
/* ————— 集团新闻 end ————— */
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2Page{ height: 100%;}
.column2Page .bd{ height: 100%;}
.column2Page .bd .column2-inner{ height: 100%;}
/* 第2通栏第1屏start */
.indexCol2 {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}

.indexCol2Title {
	font-size: 40px;
	color: #2b2927;
	text-align: center;
	line-height: 60px;
	height: 60px;
	font-weight: bold;
	margin-bottom: 80px;
	padding: 9% 0 0;
	color: #093d76;
}

.indexCol2Dl {
	width: 100%;
	overflow: hidden;
	margin-right: -160px
}

.indexCol2Dl dd {
	float: left;
	display: inline;
	width: 25%;
}

.indexCol2Dl dd .con {
	margin: 0 75px;
}

.indexCol2Dl dd:first-child .con {
	margin-left: 0;
}

.indexCol2Dl dd:last-child .con {
	margin-right: 0;
}

.indexCol2Dl dd .title {
	font-size: 16px;
	color: #858585;
	position: relative;
	margin-bottom: 20px;
}
.indexCol2Dl dd .title span{display: inline-block;}
.indexCol2Dl dd .title .span1{font-size: 50px;color: #083c75;line-height: 55px;height: 55px;margin-right: 10px;font-weight: bold;}
.indexCol2Dl dd .title .span2.spanFour{color: #083c75;}
.indexCol2Dl dd .title .span2.spanThree{position: absolute;left: 110%;top: -15px;font-size: 48px;color: #083c75;font-weight: 100;}
.indexCol2Dl dd .title .number {
	font-size: 50px;
	font-weight: bold;
	margin-right: 5px;
}

.indexCol2Dl dd .text {
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	overflow: hidden;
}

.indexC2Event {
	width: 100%;
	height: 460px;
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 5;
}

.indexC2EventLine {
	content: '';
	width: 100%;
	height: 395px;
	background: url(/subsiteSrc/cnPc/images/indexC2line.png) no-repeat left bottom;
	background-size: auto 395px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.indexC2Event .wrap {
	height: 100%;
}

.indexC2EventDl {
	position: relative;
	overflow: hidden;
	z-index: 10;
	height: 100%;
}

.indexC2EventDl dd {
	float: left;
	display: inline;
	width: 33.3333%;
	position: relative;
	height: 100%;
}

.indexC2EventDl dd .con {
	width: 171px;
	height: 171px;
	background: #999999;
	border-radius: 50%;
	position: absolute;
	border: 4px solid #043c75;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	animation: movepoint 2s linear infinite;
	-webkit-animation: movepoint 2s linear infinite;
}
.indexC2EventDl dd .con .pic{border-radius: 50%;}
@keyframes movepoint{
	0%{ -webkit-transform:translateY(0px);}
	10%{ -webkit-transform:translateY(2px);}
	20%{ -webkit-transform:translateY(4px);}
	30%{ -webkit-transform:translateY(6px);}
	40%{ -webkit-transform:translateY(8px);}
	50%{ -webkit-transform:translateY(10px);}
	60%{ -webkit-transform:translateY(8px);}
	70%{ -webkit-transform:translateY(6px);}
	80%{ -webkit-transform:translateY(4px);}
	90%{ -webkit-transform:translateY(2px);}
	100%{ -webkit-transform:translateY(0px);}
}
@-webkit-keyframes movepoint{
	0%{ -webkit-transform:translateY(0px);}
	10%{ -webkit-transform:translateY(2px);}
	20%{ -webkit-transform:translateY(4px);}
	30%{ -webkit-transform:translateY(6px);}
	40%{ -webkit-transform:translateY(8px);}
	50%{ -webkit-transform:translateY(10px);}
	60%{ -webkit-transform:translateY(8px);}
	70%{ -webkit-transform:translateY(6px);}
	80%{ -webkit-transform:translateY(4px);}
	90%{ -webkit-transform:translateY(2px);}
	100%{ -webkit-transform:translateY(0px);}
}

.indexC2EventDl dd .con:hover {
	border: 4px solid #c3a067;
	box-shadow: 0 0 20px rgb(233, 198, 107);
}

.indexC2EventDl dd .con .pic:before {
	padding-top: 100%;
}

.indexC2EventDl dd:nth-child(1) .con {
	top: 0;
	left: 190px;
}

.indexC2EventDl dd:nth-child(2) .con {
	top: 185px;
	left: -45px;
    animation-delay: 500ms;
}

.indexC2EventDl dd:nth-child(3) .con {
	top: 40px;
	left: 50px;
    animation-delay: 1000ms;
}
/* 第2通栏第1屏end */
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.indexColumn3 .indexColumnTop .searchIcon{
	background: url(/subsiteSrc/cnPc/images/common/searchH.png) no-repeat center center;
}
.indexColumn3 .indexColumnTop .searchInput{
	overflow: hidden;
}
.indexColumn3 .indexColumnTop .searchInput input{
	color: #fff;
}
.indexColumn3 .indexColumnTop .searchInput input::placeholder{
	color: #fff;
}
.indexColumn3Wrap{position: relative;z-index: 6;}
.indexColumn3Up{padding-top: 9%;width: 60%;}
.indexColumn3Title{line-height: 70px;height: 70px;font-size: 40px;color: #ffffff;font-weight: bold;margin-bottom: 70px;}
.column3OneScroll{position: relative;}
.column3OneScroll .bdSlick{ overflow: hidden;padding: 0;}
.column3OneScroll .slick-list{ overflow: visible; margin-right: -150px; }
.column3OneScroll .myslide{ width: 33.3333%; float: left; display: inline;}
.column3OneScroll .con{ margin-right: 150px;display: block;padding-bottom: 30px;cursor: pointer;}
.column3OneScroll .con .text{line-height: 32px;height: 64px;font-size: 18px;color: #ffffff; position: relative;}
.column3OneScroll .con .text::before{display: block;content: "";width: 100%;height: 2px;background-color: rgba(255, 255, 255, .2);position: absolute;left: 0;bottom: -30px;}
.column3OneScroll .myslide.slick-current .con .text{font-weight: bold;}
.column3OneScroll .myslide.slick-current .con .text::before{background-color: rgba(239, 243, 247, 0.5);}

.column3TwoScroll{position: relative;width: 60%;height: 100%;}
.column3TwoScroll .bdSlick{ overflow: hidden;height: 100%;}
.column3TwoScroll .slick-list{ overflow: visible; height: 100%;}
.column3TwoScroll .myslide{ width: 100%;height: 100%;position: relative;}
.column3TwoScroll .slick-track{height: 100%;}
.column3TwoScroll .con{display: block;height: 100%;}
.column3TwoScroll .con .picC{position: absolute;width: 171px;height: 171px;border-radius: 50%;overflow: hidden;border: 4px solid #cfa972;left: 23%;top: 17%;}
.column3TwoScroll .con .picC .pic{overflow: hidden;}
.column3TwoScroll .con .picC .pic::before{padding-top: 100%;}
.column3TwoScroll .con .text{width: 420px;overflow: hidden;position: absolute;left: 57.5%;bottom: 40px;}
.column3TwoScroll .con .text .year{line-height: 30px;height: 30px;font-size: 16px;color: #e9c66b;font-weight: bold;margin-bottom: 10px;}
.column3TwoScroll .con .text .info{padding-left: 15px;line-height: 30px;height: 90px;overflow: hidden;font-size: 15px;color: #ffffff;position: relative;}
.column3TwoScroll .con .text .info::before{display: block;content: "";width: 6px;height: 6px;background-color: #fff;border-radius: 50%;position: absolute;left: 0;top: 12px;}
.column3Next{ display:block; width: 85px; height: 85px;border-radius: 50%; cursor: pointer; background: #e9c66b url(../images/column3NextIcon.png) no-repeat center center; position: absolute; right:-20%; top: -10%; z-index: 1; display: none;transition: all 0.3s;-webkit-transition: all 0.3s;}
.column3Next::before{display: block;content: "";width: 100%;height: 100%;border: 17px solid rgba(233, 198, 107,0.3);position: absolute;left: 50%;top: 50%;margin-top: -60px;margin-left: -60px; border-radius: 50%;animation: salOpcity 2s linear infinite;-webkit-animation: salOpcity 2s linear infinite;}
.column3Next:hover{transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
.column3TwoScroll .picC{overflow: hidden; display: block; visibility: hidden;}
.column3TwoScroll .picC.show{visibility: visible;}
.column3TwoScroll .text{overflow: hidden; display: block; visibility: hidden;}
.column3TwoScroll .text.show{visibility: visible;}
.column3TwoScroll .column3Icon{position: absolute;left: 59%;bottom: 44.5%;width: 15px;height: 15px;border-radius: 50%;background-color: #e9c66b;animation: routeYuan 5s linear infinite;-webkit-animation: routeYuan 5s linear infinite;}
.column3TwoScroll .column3Icon::before{display: block;content: "";width: 42px;height: 42px;border-radius: 50%;background: url("/subsiteSrc/cnPc/images/column3Icon.png") no-repeat center center;position: absolute;left: 50%;top: 50%;margin-left: -21px;margin-top: -21px;}
.indexC3Event {width: 100%;height: 460px;position: absolute;left: 0;bottom: 80px;z-index: 5;}
.indexC3Event .wrap{height: 100%;}
.indexC3EventLine {content: '';width: 100%;height: 336px;background: url(/subsiteSrc/cnPc/images/indexC3line.png) no-repeat left bottom;background-size: auto 336px;position: absolute;left: 0;bottom: 0;}
@keyframes routeYuan {
	0%{transform:rotate(0); -webkit-transform:rotate(0);}
	100%{transform:rotate(360deg); -webkit-transform:rotate(360deg);}
}
@-webkit-keyframes routeYuan{
	0%{transform:rotate(0); -webkit-transform:rotate(0);}
	100%{transform:rotate(360deg); -webkit-transform:rotate(360deg);}
}
@keyframes salOpcity {
	0%{transform:scale(1);opacity: 1; -webkit-transform:scale(1);}
	100%{transform:scale(1.5);opacity: 0; -webkit-transform:scale(1.5);opacity: 0;}
}
@-webkit-keyframes salOpcity{
	0%{transform:scale(1);opacity: 1; -webkit-transform:scale(1);}
	100%{transform:scale(1.5);opacity: 0; -webkit-transform:scale(1.5);opacity: 0;}
}
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.indexColumn4 .indexColumnTop .searchIcon{
	background: url(/subsiteSrc/cnPc/images/common/searchH.png) no-repeat center center;
}
.indexColumn4 .indexColumnTop .searchInput{
	overflow: hidden;
}
.indexColumn4 .indexColumnTop .searchInput input{
	color: #fff;
}
.indexColumn4 .indexColumnTop .searchInput input::placeholder{
	color: #fff;
}
.indexColumn4C{width: 40%;}
.indexColumn4C .title{line-height: 50px;height: 50px;overflow: hidden;font-size: 40px;color: #333333;font-weight: bold;margin-bottom: 35px;}
.indexColumn4C .info{line-height: 30px;height: 30px;font-size: 20px;color: #666666;margin-bottom: 90px;overflow: hidden;}
.indexColumn4CList{margin-bottom: 60px;}
.indexColumn4CList dd{float: left;display: inline;width: 33.3333%;margin-bottom: 30px;}
.indexColumn4CList dd a{display: block;width: 134px;height: 134px;border-radius: 50%;text-align: center;position: relative;}
.indexColumn4CList dd a::before{display: block;content: "";width: 100%;height: 100%;border-radius: 50%;border: 3px solid #d4e0ee;transition: all 0.3s;-webkit-transition: all 0.3s;transform: scale(0);-webkit-transform: scale(0);position: absolute;left: 50%;top: 50%;margin-left: -67px;margin-top: -67px;}
.indexColumn4CList dd a .icon{height: 50px;line-height: 50px;text-align: center;margin-bottom: 15px;}
.indexColumn4CList dd a .icon img{display: inline-block;max-height: 50px;}
.indexColumn4CList dd a .text{line-height: 25px;font-size: 16px;color: #666666;transition: all 0.3s;-webkit-transition: all 0.3s;}
.indexColumn4C .indexMore{text-align: left;}
.indexColumn4C .indexMore a{ transform: translateY(0px);-webkit-transform: translateY(0px); opacity: 1;visibility: visible;text-align: center;}
.indexColumn4C .indexMore a:hover{border-color: transparent;color: #fff;background: url(/subsiteSrc/cnPc/images/indexMoreHBgLan.png) no-repeat center center;}
.indexColumn4C .indexMore a:hover span{color: #005aeb;background-image: url("/subsiteSrc/cnPc/images/indexMoreLan.png");}
.indexColumn4CList dd:hover a::before{transform: scale(1);-webkit-transform: scale(1);}
.indexColumn4CList dd:hover a .text{color: #093d76;}
/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
.z_index_ls{background: url(/subsiteSrc/cnPc/images/lhl/col4bg.jpg) repeat center / cover;}
.z_index_ls dd{ width: 33.3%; float: left;position: relative; height: 100vh; display: flex; align-items: center; justify-content: center;}
.z_index_ls dd a{ display: block; }
.z_index_ls dd .imgbox{width: 625px; transform: scale(.8);  position: relative;height: 595px;animation: yuan 3s linear infinite; opacity: 0; overflow: hidden;background-position: center;background-repeat: no-repeat;background-size: cover;transition: ease 1s;}
.z_index_ls dd .imgbox::before{ content: ""; display: block; width: 100%; height: 100%; background: rgba(0,0,0,.7); position: absolute; left: 0; top: 0;z-index: 1;}
.z_index_ls dd .infobox{ position: absolute; z-index: 2;left: 50%; top: 50%; transform: translate(-50%,-50%);}
.z_index_ls dd .infobox .yuanquan{width: 72px;height: 72px;background: url("/subsiteSrc/cnPc/images/yuanquan.png") no-repeat center center;position: absolute;left: 65%;top: 25%;opacity: 0;visibility: hidden;animation: routeYuan 5s linear infinite;-webkit-animation: routeYuan 5s linear infinite;transition: all 0.3s;-webkit-transition: all 0.3s;}
.z_index_ls dd.on .infobox .yuanquan{visibility: visible;opacity: 1;}
.z_index_ls dd .imgXm{-webkit-mask: url("/subsiteSrc/cnPc/images/Column5maskBg.png");mask: url("/subsiteSrc/cnPc/images/Column5maskBg.png");mask-size: cover;
    -webkit-mask-size: cover;width: 340px;}
.z_index_ls dd .imgXm::before{padding-top: 108.5294%;}
.z_index_ls dd .text{ position: absolute;  font-size: 14px; left: 0; top: 50%; transform: translateY(-50%); width: 100%; text-align: center; color: #666; padding: 0 10px; box-sizing: border-box;line-height: 36px;transition: ease 1s;}
.z_index_ls dd .text .info{line-height: 25px;font-size: 16px;color: #666666;margin-bottom: 60px;}
.z_index_ls dd .title{ font-size: 32px; margin-bottom: 35px; transition: ease 1s;color: #444;}
.z_index_ls dd.on .imgbox{ opacity: 1;transform: scale(1); }
.z_index_ls dd.on .title{color: #fff;margin-bottom: 25px;}
.z_index_ls dd.on .text .info{color: #fff;}
.z_index_ls dd .btn{text-align: center;}
.z_index_ls dd .btn span{ display: inline-block; transition: linear 0.5s; opacity: 0;width: 45px; color: #fff; transform: translateY(30px);height: 32px;background:  url(/subsiteSrc/cnPc/images/rightArrowIcon.png) no-repeat center center ;}
.z_index_ls dd.on .btn span{ transform: translateY(0px) ; opacity: 1;}
.z_index_ls dd.on .xm{ opacity: 0;}
.z_index_ls dd .btn span:hover{transform: rotate(-30deg)  translateY(0px);background-position: center center;}
 @keyframes yuan {
	0%{
		border-radius: 55% 40% 50% 40%;
	}
	25% {
			border-radius: 45% 30% 40% 30%;
	}
	50% {
			border-radius: 35% 40% 60% 40%;
	}
	75% {
			border-radius: 45% 40% 40% 60%;
	}
	100% {
			border-radius: 55% 40% 50% 40%;
	}
}
@-webkit-keyframes yuan {
	0%{
		border-radius: 55% 40% 50% 40%;
	}
	25% {
			border-radius: 45% 30% 40% 30%;
	}
	50% {
			border-radius: 35% 40% 60% 40%;
	}
	75% {
			border-radius: 45% 40% 40% 60%;
	}
	100% {
			border-radius: 55% 40% 50% 40%;
	}
}
/* ————— 第5通栏 end ————— */
/* ————— 第6通栏 start ————— */
/* ————— 第6通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/*信息公开 start*/
/*公共部分 start*/
.infoPublicTitle{text-align: center;}
.infoPublicTitle .cnTitle{font-size:30px ;color: #333333;height:47px;line-height:47px;font-weight: bold;}
.infoPublicTitle .enTitle{font-size:26px ;color: #cad5e0;height:38px;line-height:38px;text-transform: uppercase;}

.infoPubMore a{width: 62px;height: 62px;background: #043c75 url(/subsiteSrc/cnPc/images/moreJt-bai.png) no-repeat center center / 25px 10px;border-radius: 100%;display: block;margin: 0 auto;}
/*公共部分 end*/
/*第一通栏 start*/
.infoPublicC1Dl dd{float: left;display: inline;width: 25%;background-position: center center;background-repeat: no-repeat;background-size: cover;text-align: center;height: 840px;padding:0 50px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.infoPublicC1Dl dd em{display: block;margin: 0 auto;width: 60px;height: 40px;background-position: center center;background-repeat: no-repeat;background-size: contain;}
.infoPublicC1Dl dd .con{opacity: 0;visibility: hidden; transition: all 500ms;-webkit-transition: all 500ms;}
.infoPublicC1Dl dd .title{font-size: 24px;color: #ffffff;line-height: 55px;height: 55px;padding-top: 27px;margin-bottom:15px;}
.infoPublicC1Dl dd .text{font-size:16px ;color: #ffffff;line-height:35px;margin-bottom: 33px;}
.infoPublicC1Dl dd:hover .con{opacity: 1;visibility: visible; transform: translateY(20px);-webkit-transform: translateY(20px);}
/*第一通栏 end*/
/*第二通栏 start*/
.infoPublicC2{padding:180px 0 240px;}
.infoPublicC2 .infoPublicTitle{margin-bottom: 100px;}
.infoPublicC2Dl {margin-right: -40px;}
.infoPublicC2Dl dd{float: left;display: inline;width: 33.3333%;}
.infoPublicC2Dl dd.dd2{position: relative;top:-40px;}
.infoPublicC2Dl dd .ddCon{margin-right: 40px;background-position: center center;background-repeat: no-repeat;background-size: cover;padding:40px 38px 45px;border-radius:8px 50px 8px 50px;transition: all 500ms;-webkit-transition: all 500ms;}
.infoPublicC2Dl dd i{width: 100%;height: 1px;background-color: #f6f6f6;position: relative;display: block;margin-bottom: 35px;overflow: hidden;}
.infoPublicC2Dl dd i::before{display: block;content: '';width:21.3187%;background-color: #e9c66b;height: 1px;position:absolute;left: 0;top: 0;}
.infoPublicC2Dl dd .text{font-size: 20px;color: #333333;height:56px;line-height:28px;margin-bottom: 62px;}
.infoPublicC2Dl dd .infoPubMore a{margin: 0;background-color: #92a7bd;transition: all 500ms;-webkit-transition: all 500ms;}
.infoPublicC2Dl dd:hover .ddCon{box-shadow: 1px 10px 10px rgba(0,0,0,.1);}
.infoPublicC2Dl dd:hover .infoPubMore a{background-color: #043c75;}
.infoPublicC2Dl dd:hover i::before{animation: infoTrsF 2s linear infinite;-webkit-animation: infoTrsF 2s linear infinite;background-image:linear-gradient(to right,#005aeb,#00c1e0);}
@-webkit-keyframes infoTrsF { 
	0% { 
		left: 0;
	}
	50% { 
		left:50%;
	}
	100% { 
		left:100%;
	}
 }
@keyframes infoTrsF { 
	0% { 
		left: 0;
	}
	50% { 
		left:50%;
	}
	100% { 
		left:100%;
	}
}
/*第二通栏 end*/
/*第三通栏 start*/
.infoPublicC3{position: relative;z-index:2;padding-bottom: 120px;}
.infoPublicC3 .wrap{position: relative;}
.infoPublicC3More{background: url(/subsiteSrc/cnPc/images/infoPublicC3MoreIcon.png) no-repeat right center / contain;position: absolute;right: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);width: 480px;height: 965px;}
.infoPublicC3 .bg{width: 100%;height: 100%;position: absolute;left: 0;top: -13%;background-position: center center;background-repeat: no-repeat;background-size: cover;z-index:0;padding-bottom: 13%;}
.infoPublicC3T {position: relative;z-index:5;width:63.5714%;margin-bottom: 138px;}
.infoPublicC3T .infoPublicTitle{margin-bottom: 45px;text-align: left;padding-top:45px;}
.infoPublicC3T .text{font-size:16px ;color: #666666;line-height: 32px;margin-bottom: 48px;}
.infoPublicC3T .text i{font-style: normal;font-weight: bold;color: #043c75;}
.infoPublicC3TDl{margin-right: -30px;}
.infoPublicC3TDl dd{float: left;display: inline;width: 33.3333%;position: relative;transform-origin:0 bottom;height: 410px;}
.infoPublicC3TDl dd:hover{transform-origin:0 top;}
.infoPublicC3TDl dd .ddCon{margin-right:30px;background-color: #e6effe;padding:30px;border-radius:30px;position: absolute;bottom: 0;transition: all 500ms;-webkit-transition: all 500ms;}
.infoPublicC3TDl dd em{background-position: center center;background-repeat: no-repeat;background-size: 55px 45px;display: block;width: 90px;height: 90px;border-radius:35px;background-color: #fff;margin-bottom: 20px;}
.infoPublicC3TDl dd .em2{display: none;}
.infoPublicC3TDl dd .title{font-size: 24px;color: #333333;height: 45px;line-height: 45px;margin-bottom: 10px;}
.infoPublicC3TDl dd .con{font-size: 16px;color: #ffffff;height:0;line-height: 28px;transition: all 500ms;-webkit-transition: all 500ms;overflow: hidden;}
.infoPublicC3TDl dd .infoPubMore a{width: 50px;height: 50px;background-color: #92a7bd;margin: 0;}

.infoPublicC3TDl dd:hover .ddCon{background-color: #043c75;border-radius:8px 50px 8px 50px;}
.infoPublicC3TDl dd:hover .em1{display: none;}
.infoPublicC3TDl dd:hover .em2{display: block;}
.infoPublicC3TDl dd:hover .title{color: #fff;}
.infoPublicC3TDl dd:hover .con{height:56px;margin-bottom: 65px;}
.infoPublicC3TDl dd:hover .infoPubMore a{background-color: #fff;background-image: url(/subsiteSrc/cnPc/images/moreJt-lan.png);}
.infoPublicC3B {position: relative;z-index:5;}
.infoPublicC3B .infoPublicTitle{text-align: left;}
.infoc3MoreBtn a{display: block;font-size: 18px;color: #fff;height: 40px;line-height: 40px;position: absolute;right: 0;top: 65%;z-index:6;}
.infoc3MoreBtn em{display: inline-block;vertical-align: middle;background:rgba(255,255,255,.25) url(/subsiteSrc/cnPc/images/moreJt-bai.png) no-repeat center center / 20px 10px;width: 40px;height: 40px;border-radius: 100%;margin-left: 10px;}
.infoPublicC3B .infoc3MoreBtn  a{top:20%;}
.infoc3MoreBtn a:hover em{margin-left: 15px;}

.infoPublicScrollC{background: url(/subsiteSrc/cnPc/images/infoPublicC3bLine.png) no-repeat center center / contain;}
.historyScroll{position: relative;height:755px;overflow: hidden;}
.historyScroll::after{clear: both;visibility: hidden;display: block;content:'';}
.historyScroll .bdBox{position: relative;border-radius:20px;height: 100%;}
.historyScroll .bd{width: 100%;height: 100%;margin:0 -30px;}
.historyScroll .bd .slick-list,.historyScroll .bd .slick-track{height: 100%;width: 100%;overflow: visible;}
.historyScroll .con .left{width: 40.9484%;margin-right: 60px;padding-right: 60px;transition: all 500ms;-webkit-transition: all 500ms;}
.historyScroll .con .icn{width:90px;height:90px;position: relative;background-color: #e6effe;border-radius:30px;display: inline-block;vertical-align: middle;margin-right: 20px;}
.historyScroll .con .title{font-size:28px ;color: #333333;height: 90px;line-height: 90px;font-weight: bold;display: inline-block;vertical-align: middle;}
.historyScroll .con .textcon{font-size: 16px;color: #333333;line-height: 28px;height: 84px;overflow: hidden;opacity:0;visibility: hidden;transition: all 500ms;-webkit-transition: all 500ms;}

.historyScroll .bd .myslide .con{position: absolute;width: 100%;transition: 1s ease;-webkit-transition: 1s ease;top: 10%;}
.historyScroll .con::before{display: block;content: '';width: 12px;height: 12px;border-radius: 100%;background-color: #f6e8c4;position: absolute;transition: all 500ms;-webkit-transition: all 500ms;}
.historyScroll .slide1 .con::before{left: -10%;top: 52%;}
.historyScroll .slide2 .con::before{left: -9%;top: 49%;}
.historyScroll .slide3 .con::before{left: -9%;top: 28%;}
.historyScroll .bd .myslide.slide1 .con{top: 30%;left: 35%;}
.historyScroll .bd .myslide.slide2 .con{top: 168%;left: 29%;}
.historyScroll .bd .myslide.slide3 .con{top: 299%;left: -19%;}

.historyScroll .myslide{transition: 0.5s ease-in;height: 100%;position: relative;transition: 0.5s ease-in;outline: none;visibility: hidden;opacity: 0;cursor: pointer;}
.historyScroll .myslide.slick-active{opacity: 1;visibility: visible;}

.historyScroll .ddCon{position: absolute;height: 85px;bottom:0;padding-left:20px;overflow-y: auto;top:-20px;}
.historyScroll .ddCon span{display: block;font-size: 20px;color: #333;height: 45px;line-height: 45px;}
.historyScroll .ddCon .text{font-size: 16px;min-height:30px;line-height:30px;color: #333;}
.historyScroll .num{position: absolute;left:7%;bottom: 20%;}
.historyScroll .num span{font-size: 36px;color: #043c75;}
.historyScroll .num em{font-size: 18px;color: #333;font-weight: bold;font-style: normal;}

.historyScroll .eventBox{margin: 0 30px;height: 160px;position: relative;width: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;top: 45px;}
.historyDot{width: 328px;height: 328px;border-radius: 100%;background-color: #f0f5fc;position: absolute;left: 0;bottom: 5%;}
.historyDot .next {background:#92a7bd url(../images/nextJt.png) no-repeat center center / 20px 13px;width: 50px;height: 50px;position: absolute;right: -6%;top: 50%;cursor: pointer;border-radius: 100%;}
.historyDot .prev{background:#92a7bd url(../images/prevJt.png) no-repeat center center / 20px 13px;width: 50px;height: 50px;position: absolute;right: 15%;top: 50%;cursor: pointer;z-index: 5;border-radius: 100%;z-index:5;}

.historyDot .next:hover,
.historyDot .prev:hover{background-color:#043c75;}
.historyScroll .myslide:hover .con::before{background-color: #043c75;}
.historyScroll .slide1:hover .con::before{top: 29%;}
.historyScroll .slide2:hover .con::before{top:27%;}
.historyScroll .slide3:hover .con::before{top: 15%;}
.historyScroll .bd .myslide:hover .con .left{border-right:1px solid #fbf4e1;}
.historyScroll .bd .myslide:hover .con .textcon{opacity:1;visibility: visible;}
.historyScroll .bd .myslide:hover .con{background-color: #fff;padding:33px 30px;box-shadow: 1px 10px 10px  rgba(0,0,0,.1);}

@keyframes ani-fadeIn{
    from {
        visibility: visible;
        opacity: 0;
        -webkit-transform: translateY(20px); 
        transform: translateY(20px); 
    }
    to {
        visibility: visible;
        opacity:1;
        -webkit-transform: translateY(0); 
        transform: translateY(0);
    }
}
@-webkit-keyframes ani-fadeIn{
    from {
        visibility: visible;
        opacity: 0;
        -webkit-transform: translateY(20px); 
        transform: translateY(20px); 
    }
    to {
        visibility: visible;
        opacity:1;
        -webkit-transform: translateY(0); 
        transform: translateY(0);
    }
}
.ani-fadeIn {
    -webkit-animation-name: ani-fadeIn;
    animation-name: ani-fadeIn
}

/*第三通栏 end*/
/*第四通栏 start*/
.infoPublicC4{position: relative;height: 1170px;margin-bottom: -69px;}
.infoPublicC4 .bg{width: 100%;height: 100%;position: absolute;left: 0;top: -10%;background-position: center center;background-repeat: no-repeat;background-size: cover;z-index: 3;padding-top: 50px;}
.infoPublicC4 .infoPublicTitle{position: absolute;left: 50%;top: 150px;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
.infoPublicC4 .infoPublicTitle .cnTitle,
.infoPublicC4 .infoPublicTitle .enTitle{color: #fff;}

.infoPublicC4Dl {height: 100%;}
.infoPublicC4Dl dd{float: left;display: inline;width: 33.3333%;border-right:1px solid rgba(255,255,255,.1);box-sizing: border-box;-webkit-box-sizing: border-box;padding:0 110px;height: 100%;text-align: center;}
.infoPublicC4Dl dd span{display: block;font-size:28px ;color: #fff;height: 35px;line-height: 35px;padding-bottom: 220px;}
.infoPublicC4Dl dd em{display: block;margin: 0 auto;width: 82px;height: 82px;position: relative;border-radius: 100%;background-color: rgba(255,255,255,.2);margin-bottom: 155px;transition: all 500ms;-webkit-transition: all 500ms;}
.infoPublicC4Dl dd em::before{display: block;content: '';width: 100px;height: 100px;border-radius: 100%;border:1px dashed #fff;position: absolute;left: 50%;top: 50%;margin-left: -50px;margin-top: -50px;transition: all 500ms;-webkit-transition: all 500ms;}
.infoPublicC4Dl dd em i{display: block;background-position: center center;background-repeat: no-repeat;background-size: contain;width: 45px;height: 45px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);}
.infoPublicC4Dl dd .title{font-size:28px;color: #fff;height:65px;line-height:65px;padding-top: 20px;position: relative;margin-bottom: 18px;}
.infoPublicC4Dl dd .title::before{display: block;content: '';width: 12px;height: 12px;border: 1px solid #fff;position: absolute;left: 50%;top: 0;transform: translateX(-50%);-webkit-transform: translateX(-50%);border-radius: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;transition: all 500ms;-webkit-transition: all 500ms;}
.infoPublicC4Dl dd .text{font-size: 16px;color: #fff;height: 54px;line-height: 27px;}

.infoPublicC4Dl dd:hover em{background-color: #043c75;margin-bottom: 175px;}
.infoPublicC4Dl dd:hover em::before{border: none;background-color: rgba(4,60,117,.2);width: 135px;height: 135px;margin-left: -67px;margin-top: -67px;animation:scale-ani 2s linear infinite;}
.infoPublicC4Dl dd:hover em::after{background-color: rgba(4,60,117,.1);width:190px;height: 190px;display: block;content: '';border-radius: 100%;position: absolute;left: -65%;top: -65%;animation:scale-ani 2.1s linear infinite;}
.infoPublicC4Dl dd:hover .title::before{border: none;background-color: #043c75;}

@keyframes scale-ani {
	0%{
		transform: scale(.5);
		-webkit-transform: scale(.5);
	}
	50%{
		transform: scale(.5);
		-webkit-transform: scale(.5);
	}
	100%{
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
/*第四通栏 end*/
/*信息公开 end*/
/*关于意昂体育 start*/
/*公共部分 start*/
.publicBanner .subBanner:before{display: block;content: '';padding-top: 43.75%;}
.publicBanner .subBanner .cnTitle{height:55px;position: relative;margin-bottom: 0;}
.publicBanner .subBanner .enTitle{height:45px;position: relative;}
.publicBanner .subBanner .cnTitle img{object-fit: contain;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.publicBanner .subBanner .enTitle img{object-fit: contain;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}

.publicTitle .cnTitle{font-size: 36px;color: #333;font-weight:bold ;height: 55px;line-height: 55px;}
.publicTitle .enTitle{font-size: 26px;color: #cccccc;height: 38px;line-height: 38px;text-transform: uppercase;font-family: 'AlibabaPuHuiTiM';}

.aboutUsMore{display: inline-block;}
.aboutUsMore em{display: inline-block;background:url(/subsiteSrc/cnPc/images/moreJt-bai.png) no-repeat right center / contain;width: 20px;height: 12px;margin-left: 12px;z-index:2;position: relative;}

.aboutUsMore.textL {text-align: left;}
.aboutUsMore.c1More a {background-color: #1e39ac;}
.aboutUsMore a {padding:0 40px; height: 50px;border-radius: 30px;text-align: center;font-size: 16px;color: #fff;line-height: 50px;transition: all 200ms linear;-webkit-transition: all 200ms linear;display: inline-block;position: relative;overflow: hidden;box-sizing: border-box;-webkit-box-sizing: border-box;background-color: #043c75;}
.aboutUsMore a::before {display: block;content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;inset: 0 0 0 0;transition: transform .3s ease-out;z-index: 1;transform: scaleX(0);transform-origin: bottom right;background-color:#1463b4;border-radius: 24px;border-color: #1463b4;}
.aboutUsMore a span {z-index: 2;position: relative;display: inline-block;vertical-align: top;color: #fff;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.aboutUsMore a:hover::before {transform: scaleX(1);transform-origin: bottom left;}
.aboutUsMore a:hover {border-color: transparent !important;}
.aboutUsMore a:hover span{color: #fff !important;}
.aboutUsMore a:hover em{background-image:url(/subsiteSrc/cnPc/images/moreJt-bai.png) !important;}
/*公共部分 end*/
/*第一通栏 start*/
.aboutUsC1{padding:78px 0 115px;}
.aboutUsC1 .publicTitle{margin-bottom: 85px;padding-top: 85px;}
.aboutUsC1L{width:37.2024%;margin-right: 110px;}
.aboutUsC1L .title{font-size: 24px;color: #333;height:62px;line-height:62px;margin-bottom: 20px;}
.aboutUsC1L .text{font-size: 16px;color: #555555;line-height:30px;margin-bottom: 130px;}
.aboutUsC1R{overflow: hidden;}
.aboutUsC1R .pic::before{padding-top:86.4864%;}
/*第一通栏 end*/
/*第二通栏 start*/
.aboutUsC2 {position: relative;overflow: hidden;}
.aboutUsC2 .bg1Swiper{background-position:center center;background-repeat: no-repeat; background-size:cover;height: 100%;width: 100%;position: absolute;left: 0;top: 0;z-index:0;}

.aboutUsC2List {width: 100%;height: 100%;position: relative;z-index: 2;height: 920px;}
.aboutUsC2List::before {display: block;content: '';width: 100%;height: 100%;background-color: rgba(0,0,0,.1);position: absolute;top: 0;right: 0;}
.aboutUsC2List dd {width: 33.3333%;height: 100%;text-align: center;position: relative;transition: all .4s linear;-webkit-transition: all .4s linear;display: inline;float: left;}
.aboutUsC2List dd a{width: 100%;height: 100%;display: block;position: relative;}
.aboutUsC2List dd em{display: block;margin: 0 auto;width: 90px;height: 90px;border: 1px solid #fff;border-radius: 100%;background-position: center center;background-repeat: no-repeat;background-size: 35px 35px;margin-bottom: 28px;}
.aboutUsC2List dd .title{font-size:24px;color: #fff;height:50px;line-height:50px;}
.aboutUsC2List dd .text{font-size: 16px;color: #fff;height:43px;line-height:43px;}

.aboutUsC2List dd:hover {background:rgba(0,0,0,.3)}

.bg1Swiper,.bg1Swiper .swiper-wrapper,.bg1Swiper .swiper-slide {height: 100% !important;width: 100% !important;}

.bg1Swiper {position: absolute !important;top: 0;left: 0;}
.bg1Swiper .swiper-wrapper {transform: translate(1px) !important;margin-left: -1px;left: 0 !important;}
.bg1Swiper .swiper-slide {top: 0;left: 0;opacity: 0;z-index: 1;transform: scale(1.3) !important;transition: 1.5s ease-in-out;position: absolute;background-position: center;background-repeat: no-repeat;background-size: cover;}
.bg1Swiper .swiper-slide-active {opacity: 1;filter: alpha(opacity=100);z-index: 2;transform: scale(1) !important;}

/*第二通栏 end*/
/*第三通栏 start*/
.aboutUsC3{background-position: center center;background-repeat: no-repeat;background-size: cover;}
.aboutUsC3 .publicTitle{padding:105px 0 65px;}
.eventScroll{position: relative;}
.eventScroll::after{display: block;content: '';clear: both;visibility: hidden;}
.eventYear{font-size: 200px;color: transparent;text-align: center;position: absolute;left: 55%;top: -18px;margin-left: -246px;font-weight: bold;background: linear-gradient(#e6f5fd,#e6f5fd);background: -webkit-linear-gradient(#edf8fe,#e6f5fd);background-clip: text;-webkit-background-clip: text;display: inline-block;font-family: 'DINPro';}
.eventYear::before{display: block;content: "";width: 100%;height: 75%;background: linear-gradient(transparent,#fff);background: -webkit-linear-gradient(transparent,#fff);position: absolute;left: 0;bottom: 0;}
.eventLine{position: absolute;width: 100%;height: 80px;background: linear-gradient(90deg, #a6acba 1px,transparent 1px) repeat-x;background-size: 10px 6px;background-position: right bottom;right: 34.7222%;top: 270px;}
.eventScroll .bd{overflow: hidden;position: relative;float: right;display: inline;width: 34.7222%;z-index:10;}
.eventScroll .bd .slick-list{ margin-right: 0px;}
.eventScroll .myslide{ float: left; display: inline; width: 100%;}
.eventScroll .myslide .con{margin-right: 0px;overflow: hidden;background: url(/subsiteSrc/cnPc/images/aboutUs2conbg.jpg) no-repeat center / cover;}
.eventScroll .myslide .con .pic{ float: left; display: inline; width: 500px;margin-right: 60px;}
.eventScroll .myslide .con .pic::before{ padding-top: 66.6667%;}
.eventScroll .myslide .con .html{ overflow: hidden;display: none;}
.eventScroll .prev{z-index: 9;width: 42px;height: 42px;position: absolute;left: 0;bottom: 0;cursor: pointer;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;background:#94aac2 url(/subsiteSrc/cnPc/images/prev-bai.png) center center no-repeat;}
.eventScroll .next{z-index: 9;width: 42px;height: 42px;position: absolute;left: 42px;bottom: 0;cursor: pointer;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;background:#94aac2 url(/subsiteSrc/cnPc/images/next-bai.png) center center no-repeat;}
.eventScroll .prev:hover,
.eventScroll .next:hover{background-color: #043c75;}
.eventCtrl{position: relative;margin-bottom: 40px;padding-top: 150px;overflow: hidden;}
.eventCtrl .dot{overflow: hidden;box-sizing: border-box;-webkit-box-sizing: border-box;}
.eventCtrl .dot li{ width: 14.2857%; float: left; display: inline;}
.eventCtrl .dot li .item{text-align: left;cursor: pointer;height: 80px;position: relative;}
.eventCtrl .dot li .item::after{display: block;content: "";width: 1px;height: 16px;background-color: #a6acba;position: absolute;left: 35px;bottom: 0;}
.eventCtrl .dot li.slick-active .item::after{display: block;content: "";width: 1px;height: 16px;background-color: #043c75;position: absolute;left: 35px;bottom: 0;}
.eventCtrl .dot li .item span{display: inline-block;height: 28px;line-height: 28px;color: #666;font-size: 24px;box-sizing: border-box;-webkit-box-sizing: border-box;font-family: 'DINPro';}
.eventCtrl .dot li .item span::before{display: block;content: "";width: 6px;height: 6px;border-radius: 6px;position: absolute;left: 50%;margin-left: -36px;bottom: 34px;transform: scale(0);-webkit-transform: scale(0);opacity: 0;transition: all .4s ease-in;-webkit-transition: all .4s ease-in;background: url(/subsiteSrc/cnPc/images/aboutUs2icn.png) no-repeat center;}
.eventCtrl .dot li.slick-active .item span{color: #043c75;font-size: 30px;font-weight: bold;}
.eventCtrl .dot li.slick-active .item span::before{opacity: 1;transform: scale(1);-webkit-transform: scale(1);background: #043c75;}
.eventTextBox{min-height: 380px;margin-top: -75px;background: url(/subsiteSrc/cnPc/images/eventBg.jpg) center bottom no-repeat;background-size: auto 100%;}
.eventTextBox .wrap{clear: none;width: 50%;} 
.eventTextBox .title{padding-top: 30px;height: 50px;line-height: 50px;font-size: 26px;color: #043c75;margin-bottom: 15px;font-weight: bold;}
.eventTextBox .info{line-height: 30px;font-size: 16px;color: #555555;width: 62.5%;}
.eventCBox .title{font-size:32px ;color: #2b2927;height:63px;line-height:63px;font-weight: bold;}
.eventCBox span{display: block; font-size:36px ;color: #92a7bd;height:57px;line-height:57px;}
/*第三通栏 end*/
/*关于意昂体育 end*/
/*党建 start*/
/*首页 start*/
.partyBuildBanner{position: relative;}
.partyBuildBanner::before{display: block;content: '';padding-top:42.7083%;}
.partyBuildBanner svg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.partyBuildBj{width: 100%;height:100%;clip-path: url(/subsiteSrc/cnPc/style/);background-position: center center;background-repeat:no-repeat; background-size: 100% 100%;position: absolute;left: 0;top: 0;z-index:1;}

.partyTitle{height:70px;line-height:70px;text-align: center;position: relative;background: url(/subsiteSrc/cnPc/images/partyBuildTitleBg.png) no-repeat center center / contain;font-size: 0;}
.partyTitle::before{display: block;content: '';width: 118px;height: 10px;background:url(/subsiteSrc/cnPc/images/partyBuildTIconLeft.png) no-repeat left center / contain;position: absolute;left: 32%;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.partyTitle::after{display: block;content: '';width: 118px;height: 10px;background:url(/subsiteSrc/cnPc/images/partyBuildTIconRight.png) no-repeat right center / contain;position: absolute;left: 60%;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.partyTitle em{display: inline-block;vertical-align: middle;background: url(/subsiteSrc/cnPc/images/partyBuildTitleIcon.png) no-repeat left center / contain;width: 60px;height: 50px;margin-right: 10px;}
.partyTitle span{display: inline-block;vertical-align: middle;font-size: 36px;color: #444444;font-weight: bold;}

.partyBuildBtn{text-align: center;}
.partyBuildBtn a{padding:0 35px;height: 50px;line-height: 50px;font-size:15px ;color: #808080;border: 1px solid #e8e8e8;border-radius: 30px;display: inline-block;}
/*第一通栏 start*/
.partyBuildBox{position: relative;padding-top: 120px;top: -70px;}
.partyBuildC1{padding-bottom: 110px;}
.partyBuildC1 .partyTitle{margin-bottom: 40px;}
.partyBuildC1 .partyC1Right{overflow: hidden;}

.partyC1Box{margin-bottom: 53px;}
.partyC1Scroll{position: relative;width:40.4761%;margin-right: 30px;}
.partyC1Scroll .bdBox{position: relative;overflow: hidden;}
.partyC1Scroll .bdBox::before{padding-top:65.1471%;display: block;content: '';}
.partyC1Scroll .bd{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.partyC1Scroll .bd .slick-list,.column3Scroll .bd .slick-track{ height: 100%;}
.partyC1Scroll .bd .html{display: none;}
.partyC1Dot{position: absolute;left: 0;bottom: 0;width: 100%;height: 65px;line-height: 65px;background-color: rgba(0,0,0,.6);padding:0 20px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.partyC1Dot .text{font-size: 16px;color: #fff;}
.partyC1Dot .Dot li{width: 10px;height: 10px;display: inline-block;margin-right: 10px;border-radius: 100%;background-color: #fff;}
.partyC1Dot .Dot li.slick-active{background-color: #db3913;}

.partyC1Right .info .title{font-size:16px ;color: #333333;height:35px;line-height:35px;font-weight: bold;}
.partyC1Right .info .time{font-size:20px ;color: #d42323;height:35px;line-height:35px;font-family: 'DINPro';margin-bottom: 5px;}
.partyC1Right .info .text{font-size:14px ;color: #858585;height:50px;line-height:25px;padding-bottom: 42px;border-bottom: 1px solid #f0f0f0;}
.partyC1Right .info:hover .title{color: #d42323;}
.partyMassText2 dd{height: 45px;line-height: 45px;font-size: 15px;color: #5c5c5c;position: relative;padding-left: 20px;}
.partyMassText2 dd::before{display: block;content: '';border: 5px solid transparent;border-left-color: #858585;position: absolute;left: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.partyMassText2 dd a{overflow: hidden;}
.partyMassText2 dd span{font-family: 'DINPro';}
.partyMassText2 dd .text{overflow: hidden;}
.partyMassText2 dd:hover span{color: #d42323;}
.partyMassText2 dd:hover .text{color: #d42323;}
/*第一通栏 end*/
/*第二通栏 start*/
.partyBuildC2{position: relative;padding: 145px 0;}
.partyBuildC2 .bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background-position: center center;background-repeat:no-repeat; background-size: 100% 100%;}
.partyBuildC2 .partyTitle{margin-bottom: 28px;}
.partyBuildC2List{margin-right: -30px;position: relative;z-index: 2;margin-bottom: 50px;overflow: hidden;}
.partyBuildC2List dd{float: left;display: inline;width: 33.3333%;}
.partyBuildC2List dd a{display: block;margin-right: 30px;}
.partyBuildC2List dd .pic{border-radius:10px;overflow: hidden;margin-bottom: 15px;}
.partyBuildC2List dd .pic::before{padding-top:66.7391%;}
.partyBuildC2List dd .time{font-size:20px;color: #aaa;height: 40px;line-height: 40px;font-family: 'DINPro';}
.partyBuildC2List dd .text{font-size:18px;color: #333333;height: 40px;line-height: 40px;}
.partyBuildC2List dd:hover .text{color: #d92a35;}
.partyBuildC2 .partyBuildBtn a{background-color: #d92a35;border-color: #d92a35;color: #fff;}
/*第二通栏 end*/
/*第三通栏 start*/
.partyBuildC3 {padding:80px 0;}
.partyBuildC3 .partyTitle{margin-bottom:47px;}

.partyBuildC3List{margin-right: -30px;margin-bottom: 10px;}
.partyBuildC3List dd{float: left;display: inline;width: 33.3333%;margin-bottom: 30px;}
.partyBuildC3List dd a{display: block;margin-right: 30px;background-color: #f5f5f5;padding: 23px 20px;}
.partyBuildC3List dd .title{font-size: 16px;color: #444444;height: 60px;line-height: 30px;font-weight: bold;padding-bottom: 23px;margin-bottom: 20px;border-bottom: 1px solid #fafafa;}
.partyBuildC3List dd .con{overflow: hidden;font-size:20px ;color: #999999;height:30px ;line-height: 30px;}
.partyBuildC3List dd .time{overflow: hidden;font-family: 'DINPro';}
.partyBuildC3List dd  .more{font-size: 15px;}
.partyBuildC3List dd  .more em{display: inline-block;vertical-align: middle;background: url(/subsiteSrc/cnPc/images/moreIcon1.png) no-repeat right center;width: 15px;height: 15px;}
.partyBuildC3List dd:hover .title{color: #e2001d;}
.partyBuildC3List dd:hover .con{color: #e2001d;}
.partyBuildC3List dd:hover .more em{background-image: url(/subsiteSrc/cnPc/images/moreIcon2.png);}
/*第三通栏 end*/
/*第四通栏 start*/
.partyBuildC4{position: relative;padding: 150px 0;}
.partyBuildC4 .bg{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background-position: center center;background-repeat:no-repeat; background-size: 100% 100%;}
.partyBuildC4 .partyTitle{margin-bottom: 40px;}
.partyBuildC4Con{overflow: hidden;position: relative;z-index:5;margin-bottom: 50px;}
.partyBuildC4Con .left{overflow: hidden;position: relative;}
.partyBuildC4Con .left .pic::before{padding-top:59.3333%;}
.partyBuildC4Con .left .text{font-size: 16px;color: #ffffff;font-weight: bold;width: 100%;padding:25px;background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,.1));position: absolute;left: 0;bottom: 0;box-sizing: border-box;-webkit-box-sizing: border-box;}
.partyBuildC4List {width: 46.4642%;position: relative;z-index: 5;}
.partyBuildC4List dd a{background-color: #fff;display: block;position: relative;z-index: 5;transition: all 500ms;-webkit-transition: all 500ms;}
.partyBuildC4List dd .con{overflow: hidden;padding: 10px 32px 15px;width:54.3478%;}
.partyBuildC4List dd .pic{overflow: hidden;}
.partyBuildC4List dd .pic::before{padding-top: 44.5263%;}
.partyBuildC4List dd .time{font-size:14px;color: #999;height: 25px;line-height: 25px;margin-bottom: 5px;transition: all 500ms;-webkit-transition: all 500ms;}
.partyBuildC4List dd .text{font-size:15px;color: #333;min-height:22px;line-height:22px;transition: all 500ms;-webkit-transition: all 500ms;}
.partyBuildC4 .partyBuildBtn a{background-color: #fff;color: #808080;border: none;}
.partyBuildC4List dd.hover a{background-color: #c10211;padding:10px;margin-left: -30px;}
.partyBuildC4List dd.hover .time,
.partyBuildC4List dd.hover .text{color: #ffffff;}
/*第四通栏 end*/
/*第五通栏 start*/
.partyBuildC5{background-position: center center;background-repeat:no-repeat;background-size:cover;padding:45px 0;margin-bottom: -70px;}
.partyBuildC5 .partyTitle{margin-bottom: 52px;}
.partyBuildC5List {margin-right: -30px;margin-bottom: 78px;overflow: hidden;}
.partyBuildC5List dd{float: left;display: inline;width: 33.3333%;}
.partyBuildC5List dd a{margin-right: 30px;display: block;}
.partyBuildC5List dd .pic:before{padding-top: 56.5217%;}
.partyBuildC5List dd .text{height: 80pz;line-height: 80px;background-color: #fff;font-size: 18px;color: #333333;font-weight: bold;}
.partyBuildC5 .partyBuildBtn a{background-color: #fff;color: #808080;border: none;}
/*第五通栏 end*/
/*首页 end*/
/*党建 end*/
/*企业文化 start*/
.cultureMore{text-align: center;}
.cultureMore.textL {text-align: left;}
.cultureMore.c1More a {background-color: #043c75;}
.cultureMore a{padding:0 40px;height: 50px;line-height: 50px;background-color: transparent;border: 1px solid #dedede;display:inline-block;border-radius:30px;overflow: hidden;position: relative;transition: all 200ms linear;-webkit-transition: all 200ms linear;font-size: 16px;color: #666666;}
.cultureMore a::before {display: block;content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;inset: 0 0 0 0;transition: transform .3s ease-out;z-index: 1;transform: scaleX(0);transform-origin: bottom right;background: #043c75;border-radius: 24px;}
.cultureMore a span{display: inline-block;vertical-align: top;transition: all 200ms linear;-webkit-transition: all 200ms linear;z-index: 2;position: relative;}
.cultureMore a em{display: inline-block;vertical-align: center;background:url(/subsiteSrc/cnPc/images/moreJt-hui.png) no-repeat center center / contain;width: 20px;height: 10px;margin-left: 15px;transition: all 200ms linear;-webkit-transition: all 200ms linear;margin-top: -1px;z-index: 2;position: relative;}
.cultureMore a:hover {border-color: transparent;color: #fff;}
.cultureMore a:hover em{background-image: url(/subsiteSrc/cnPc/images/moreJt-bai.png);}
.cultureMore a:hover::before {transform: scaleX(1);transform-origin: bottom left;}
/*第一通栏 start*/
.qyCultureC1{padding:88px 0 143px;background-position: center center;background-repeat:no-repeat;background-size:cover;}
.qyCultureC1 .publicTitle{margin-bottom: 40px;}
.qyCultureC1Swiper{overflow: hidden;margin-bottom: 50px;}
.qyCultureC1Swiper .swiper-slide{background-color: #fff;}
.qyCultureC1Swiper .pic::before{padding-top:83.432%;}
.qyCultureC1Swiper .pic{transform: skewY(-6deg);transform-origin: 0 0;margin-bottom: 70px;}
.qyCultureC1Swiper .textCon{text-align: center;padding-bottom: 25px;}
.qyCultureC1Swiper .title{height: 45px;line-height: 45px;font-size:22px ;color: #333333;}
.qyCultureC1Swiper .text{height: 90px;line-height: 30px;font-size:16px ;color: #666666;}
.cultureC1Box{position: relative;}
.cultureC1Btn{position: absolute; right: 0;top: 50px;}
.cultureC1Next{width: 40px;height: 40px;border-radius: 100%;background:#fff url(../images/next.png) no-repeat center center / 10px 15px;cursor: pointer;z-index:3;display: inline-block;vertical-align: middle;position: relative;}
.cultureC1Prev{width: 40px;height: 40px;border-radius: 100%;background:#fff url(../images/prev.png) no-repeat center center / 10px 15px;cursor: pointer;z-index:3;display: inline-block;vertical-align: middle;margin-right: 15px;position: relative;}
.cultureC1Next:hover{background-color: #043c75;background-image: url(/subsiteSrc/cnPc/images/next-bai.png);}
.cultureC1Prev:hover{background-color: #043c75;background-image: url(/subsiteSrc/cnPc/images/prev-bai.png);}
/*第一通栏 end*/
/*第二通栏 start*/
.qyCultureC2{padding:92px 0 110px;background-color: #f4f8fd;}
.qyCultureC2 .publicTitle{margin-bottom: 50px;}
.qyCultureC2Swiper{overflow: hidden;margin-bottom: 50px;}
.qyCultureC2Swiper .swiper-slide{position: relative;}
.qyCultureC2Swiper .pic::before{padding-top:56.1111%;}
.qyCultureC2Swiper .text{height: 85px;line-height: 85px;font-size: 22px;color: #fff;padding:0 40px;position: absolute;left: 0;bottom: 0;}
.cultureC2Box{position: relative;}
.cultureC2Btn{position: absolute; right: 0;top: 50px;}
.cultureC2Next{width: 40px;height: 40px;border-radius: 100%;background:#fff url(../images/next.png) no-repeat center center / 10px 15px;cursor: pointer;z-index:3;display: inline-block;vertical-align: middle;position: relative;}
.cultureC2Prev{width: 40px;height: 40px;border-radius: 100%;background:#fff url(../images/prev.png) no-repeat center center / 10px 15px;cursor: pointer;z-index:3;display: inline-block;vertical-align: middle;margin-right: 15px;position: relative;}
.cultureC2Next:hover{background-color: #043c75;background-image: url(/subsiteSrc/cnPc/images/next-bai.png);}
.cultureC2Prev:hover{background-color: #043c75;background-image: url(/subsiteSrc/cnPc/images/prev-bai.png);}
/*第二通栏 end*/
/*第三通栏 start*/
.qyCultureC3Left{padding:153px 0 175px;overflow: hidden;}
.qyCultureC3Left .publicTitle{margin-bottom: 65px;}
.qyCultureC3Left .con{padding:0 100px 0 12.5%;}
.qyCultureC3 .pic{width:50%;}
.qyCultureC3 .pic::before{padding-top: 100%;}
.qyCulltureC3List dd a{display: block;padding-bottom: 25px;margin-bottom: 18px;border-bottom: 1px solid #e6e6e6;}
.qyCulltureC3List dd .text{font-size: 18px;color: #666;font-weight: bold;height: 60px;line-height: 30px;padding-right: 85px;background: url(/subsiteSrc/cnPc/images/moreIcon4.png) no-repeat right center  / 10px 20px;}
.qyCulltureC3List dd:last-child a {border-bottom: none;}
.qyCulltureC3List dd:hover .text{background-image: url(/subsiteSrc/cnPc/images/moreIcon3.png);color: #043c75;}

/*第三通栏 end*/
/*第四通栏 start*/
.qyCultureC4{padding:165px 0 247px;background-position: center center;background-repeat:no-repeat;background-size:cover;}
.qyCultureC4 .publicTitle{margin-bottom:52px;}
.cultureC4Box{position: relative;margin-bottom: 70px;}
.qyCultureC4Swiper{overflow: hidden;}
.qyCultureC4Swiper .swiper-slide{background-color: #fff;padding:47px 30px 52px;box-sizing: border-box;-webkit-box-sizing: border-box;transition: all 500ms;-webkit-transition: all 500ms;}
.qyCultureC4Swiper .text{font-size: 16px;color: #333333;font-weight: bold;height: 54px;line-height: 27px;margin-bottom: 18px;}
.qyCultureC4Swiper .time{font-size: 16px;color: #666666;height: 30px;line-height:30px;font-family: 'DINPro';margin-bottom: 32px;}
.qyCultureC4Swiper .more a{display: block;width: 50px;height: 50px;background: url(/subsiteSrc/cnPc/images/moreJt-hui.png) no-repeat center center / 25px 13px;border: 1px solid #ebebeb;border-radius: 100%;}
.qyCultureC4Swiper .swiper-slide:hover{background-color: #043c75;}
.qyCultureC4Swiper .swiper-slide:hover .text,
.qyCultureC4Swiper .swiper-slide:hover .time{color: #fff;}
.qyCultureC4Swiper .swiper-slide:hover .more a{border-color: #fff;background-image: url(/subsiteSrc/cnPc/images/moreJt-bai.png);}
.cultureC4Btn{position: absolute; right: 0;top: 50px;}
.cultureC4Next{width: 40px;height: 40px;border-radius: 100%;background:#fff url(../images/next.png) no-repeat center center / 10px 15px;cursor: pointer;z-index:3;display: inline-block;vertical-align: middle;position: relative;}
.cultureC4Prev{width: 40px;height: 40px;border-radius: 100%;background:#fff url(../images/prev.png) no-repeat center center / 10px 15px;cursor: pointer;z-index:3;display: inline-block;vertical-align: middle;margin-right: 15px;position: relative;}
.cultureC4Next:hover{background-color: #043c75;background-image: url(/subsiteSrc/cnPc/images/next-bai.png);}
.cultureC4Prev:hover{background-color: #043c75;background-image: url(/subsiteSrc/cnPc/images/prev-bai.png);}
/*第四通栏 end*/
/*企业文化 end*/
/* ========== 频道页 end ========== */<!--0.0001680850982666-->