@charset "UTF-8";
/* ========== 主体框架 start ========== */
/* ————— 头部 start ————— */
.top{background-color: #fff;height:100px;line-height: 100px;width: 100%;position: fixed;z-index: 19;}
.top .wrap,.topC{height: 100%;}
/* logo start */
.logo{padding-top: 15px;float: left;display: inline;height: 100px;box-sizing: border-box;}
.logo img{height:45px !important;position: relative !important;}
/* logo end */
/* 导航列表start */
.top .bg{transition: all 0.5s; width: 100%;height: 0;background:rgba(0, 0, 0, .1);position: absolute;left: 0;top: 100%;z-index: -1;}
/* .indexBanner .menu dd .yj a{color: #fff;}
.indexBanner .menu dd.hover .yj a,
.indexBanner .menu dd:hover .yj a{font-weight: bold;color: #fff;}
.indexBanner .menu dd.hover .yj a::before,
.indexBanner .menu dd:hover .yj a::before{display: none;} */
.menu{display: flex;}
.menu dd{float: left;display: inline;position: relative;padding:0 23px;}
.menu dd .yj{position: relative;z-index: 9;}
.menu dd .yj a{display: block;line-height: 100px;text-align: center;color: #333;font-size: 16px;}
.menu dd .yj a::before{display: block;content: '';transition:all 500ms;-webkit-transition:all 500ms;transform: scale(0);}
.menu dd.hover .yj a,
.menu dd:hover .yj a{color: #2d72d2;}
.menu dd .ej{position: absolute;top: 100%;left: 0;width: 100%;background: #fff;display: none;padding: 5px 0;z-index: 3;}
.menu dd .ej li{font-size: 15px;text-align: center; position: relative;}
.menu dd .ej li span a{padding: 12px 0;line-height: 25px;display: block;color: #333;margin-bottom:1px}
.menu dd .ej li:hover span a{color: #ffffff;background: #2d72d2;}
.menu dd .ej li.hover span a{color: #ffffff;background: #2d72d2;}
.menu dd .sj{ position: absolute; top: 0; width: 100%; background: #fff; visibility: hidden; opacity: 0; transform: translateY(10px);-webkit-transform: translateY(10px);transition: all 300ms;-webkit-transition: all 300ms;}
.menu dd .sj.left{left: 100%; right: unset;}
.menu dd .sj.right{right: 100%; left:unset;}
.menu dd .sj a{ display: block; padding:12px 0; line-height: 25px; color: #fff;}
.menu dd .sj a:hover{color: #ffffff;background: #2d72d2;}
.menu dd .sj a.hover{color: #ffffff;background: #2d72d2;}
.menu dd .ej li:hover .sj{ visibility: visible; opacity: 1; transform: translateY(0px);-webkit-transform: translateY(0px);}
/* 导航 end */
/* 导航列表end */
/* 搜索 start */
/* .indexSearch .topSearch{background: url(../images/searchIcn.png) no-repeat center center / contain;display: inline-block;vertical-align: middle;width: 17px;height: 17px;padding: 0 30px;position: relative;cursor: pointer;} */
/* .indexSearch .topSearch::before{display: block;content:'';width: 1px;height: 10px;background-color: #00d2ff;position: absolute;left: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);} */
.indexSearch .language{display: inline-block;vertical-align: middle; }
.language .aykj_cssSelect .aykj_selectBox{border: none;}
.language .aykj_cssSelect .aykj_selectLt{min-width:20px;min-height: 100px;line-height: 100px;color: #2d72d2;}
.language .aykj_cssSelect .aykj_selectRt:before{border-top-color: #2d72d2;}
.language .aykj_cssSelect .selected{background-color: #00d2ff;}
.language .aykj_cssSelect .aykj_optionBox:hover{background-color: #00d4ff4f;}
.indexSearch{padding-top: 0;height: 100%;}
.indexSearch .topSearch{display: inline-block;vertical-align: middle;background: url(../images/searchIcn.jpg) no-repeat center center / contain;width: 16px;height: 16px;cursor: pointer;position: relative;padding-left: 56px;}
.indexSearch .topSearch::before{display: block;content:'';height: 100%;width: 1px;background-color: #fff;position: absolute;right: 0;top: 0;}

.model.show::before {animation: menu-animation .8s ease-out forwards;transform: scale(2) translateY(0);}
.model.show {display: block;}
.model {position: fixed;top: 0;left: 0;z-index: 10600;display: none;width: 100%;height: 100%;overflow: hidden;outline: 0;}
.model span {display: inline-block;width: 50px;height: 50px;line-height: 50px;position: absolute;top: 30px;right: 30px;cursor: pointer;font-size:55px;text-align: center;overflow: hidden;color: #fff;z-index: 10;}
.model::before {content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;background-color: rgba(0, 0, 0, .87);width: 100%;height: 0;padding-bottom: 100%;border-radius: 100%;transform: scale(.04) translateY(9999px);overflow: hidden;z-index: 9;}
.searchPWBox {width: 600px;height: 60px;overflow: hidden;border-radius: 5px;position: absolute;top: 50%;left: 50%;z-index: 9;margin: -30px 0 0 -300px;transition: all 0.4s linear;-webkit-transition: all 0.4s linear;;}
.searchPWBox input {display: block;float: left;width: 530px;height: 60px;background: none;border: none;line-height: 60px;color: #333;font-size: 16px;padding-left: 10px;background: #fff;}
.searchPWBox input::placeholder {color: #999;font-size: 16px;}
.searchPWBox input::-webkit-placeholder {color: #999;font-size: 16px;}
.searchPWBox a {float: left;display: inline;width: 60px;height: 60px;background: #2d72d2 url(../images/common/searchH.png) no-repeat center center;background-size: 19px 20px;color: #fff;font-size: 30px;text-align: center;line-height: 60px;}
.searchPWBox a:hover {opacity: 0.9;}
@keyframes menu-animation {

	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}

	40% {
		transform: scale(.04) translateY(0);
		transition: ease-out
	}

	40% {
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}
/* 搜索 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner{position: relative;}
.indexBanner::before{display: block;content:'';padding-top:44.0417%;}
.indexBannerLoad{position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); transition: all 1.3s;-webkit-transition: all 1.3s;}
.indexBannerLoad svg{-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;width: 100px;height: 100px;fill: #d71718;}
.indexBannerLoad.hide{ visibility: hidden; opacity: 0;}
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(-360deg);transform:rotate(-360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }
.indexBanner .bd{height: 100%; overflow: hidden; position: absolute; width: 100%; left: 0; top: 0;}
.indexBanner .bd .slick-list,.indexBanner .bd .slick-track{height: 100%;}
.indexBanner.delay .bd .slick-track{ transition-delay: 1.3s !important;-webkit-transition-delay: 1.3s !important;}
.indexBanner .mySlide{height: 100%;position: relative;overflow: hidden;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.indexBanner .mySlide a{display: block;height: 100%;width: 100%;}

.indexBanner .mySlide .text{position: absolute; left: 50%; top:50%; width: 1200px; transform: translate(-50%,-50%); color: #FFF;display: none;}
.indexBanner .mySlide .text .text1{ font-size: 25px; margin-bottom: 30px;}
.indexBanner .mySlide .text .text2{ font-size: 0px;}
.indexBanner .mySlide .text .text2 span{font-size: 70px;font-family: "宋体";font-weight: bold;letter-spacing: 3px;float: left;}
.indexBanner .mySlide.slick-active .text{display: block;}
.indexBanner .img{width: 1200px;position: absolute;left: 50%;top: 46%;transform: translateX(-50%);font-size: 0;}
.indexBanner .img img{overflow: hidden; display: inline-block;opacity: 0;}
.indexBanner .img img.show{visibility: visible;opacity: 1;}
.indexBanner .bd .mySlide .bg{height: 100%;width:100%;object-fit: cover;transition: all 2.5s 0s ease-in-out;transform: scale(1.2);-webkit-transform: scale(1.2);background-repeat: no-repeat;background-position: center center;background-size: cover}
.indexBanner .bd .mySlide.on .bg{transform: scale(1);-webkit-transform: scale(1);}

/* .indexBanner .prev{position: absolute;left: 37%;bottom: 55px;z-index:5;cursor: pointer;}
.indexBanner .prev:before {content: 'Prev';font-size:14px;text-transform: uppercase;color: #fff;font-family: 'HarmonyOS-Bold';}
.indexBanner .next{position: absolute;right: 37%;bottom: 55px;z-index:5;cursor: pointer;}
.indexBanner .next:before {content: 'next';font-size:14px;text-transform: uppercase;color: #fff;font-family: 'HarmonyOS-Bold';} */
/* .indexBanner .dot{width: 260px;height: 2px;background-color: rgba(255,255,255,.2);position: absolute;left: 50%;bottom: 63px;transform: translateX(-50%);}
.indexBanner .dot span{display: block;content:'';width: 155px;background-color: #fff;position: absolute;left: 0;top: 0;height: 2px;} */
.indexBanner .slick-dots {position: absolute;bottom: 10%;left: 0;width: 100%;text-align: center;font-size: 0;}
.indexBanner .slick-dots li {display: inline-block;width: 50px;height: 5px;margin: 0 7px;vertical-align: middle;cursor: pointer;position: relative;background: #fff;}
.indexBanner .slick-dots li span {position: absolute;width: 0;height: 100%;background: rgb(45,114,210);left: 0;top: 0;border-radius: 5px;}
.indexBanner .slick-dots li.slick-active{background: rgba(45,114,210,.5)}
.indexBanner .slick-dots li.slick-active span {animation: progress 5.5s linear;-webkit-animation: progress 5.5s linear;}
@keyframes progress {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}
@keyframes trsletYanima{
	0%{
		width: 0;
	}
	50%{
		width: 50%;
	}
	100%{
		width: 100%;
	}
}
.indexScrll {position: absolute;left:10%;bottom:5%;animation: upDown 2s linear infinite; transition: all 800ms;-webkit-transition: all 800ms;cursor: pointer;z-index: 100;}
.indexScrll:after{display: block;content:'';visibility: hidden;overflow: hidden;}
.indexScrll i{ font-size:16px;color: #fff;height: 30px;line-height: 30px;text-transform:capitalize;margin-right: 32px;font-style: normal;font-family: 'HarmonyOS-Bold';display: inline-block;vertical-align: middle;}
.indexScrll em{background:url(../images/shubiaoIcn.png) no-repeat left center;width: 30px;height: 30px; display: inline-block;vertical-align: middle;}
@keyframes upDown {
    0% { 
        transform: translateY(0);
    }
    50% { 
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}
.layui-layer-setwin .layui-layer-close2{position: relative;z-index: 5;}
/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
.footer{padding-top: 55px;background-color: #f2f6f8;}
.footer .footerC{margin-bottom: 50px;}
.footerL{width:21.1538%;margin-right: 190px;}
.footerL .enText{font-size:60px ;color: #fff;line-height: 62px;font-weight: bold;}
.footerL .cnText{font-size:20px ;color: #d3d9e7;line-height: 62px;}

.footerR .logo {margin-bottom: 25px;}
.footerR .logo img{height: 40px;}
.footerR .con{display: inline-block;position: relative;}
.footerR a{display: block; width: 42px;height: 42px;background-position: center center;background-repeat: no-repeat;background-size: 20px 20px;margin-right: 10px;background-color: #dce4ed;border-radius: 10px;}
.footerR a:last-child{margin-right: 0;}
.footerIcn{display: block;}
.footerR .conEwm{position: absolute;left: -68%;top: 60px;transform: scale(0);-webkit-transform: scale(0);transition: all 500ms;-webkit-transition: all 500ms;}
.footerR .conEwm .picC{padding:5px;border-radius: 8px;background-color: #fffaf5;position: relative;}
.footerR .conEwm .picC::before{display: block;content:'';border: 10px solid transparent;border-bottom-color: #fffaf5;position: absolute;top: -17%;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
.footerR .conEwm .pic{width: 100px;}
.footerR .conEwm .pic::before{padding-top:100%;}
.footerR .con:hover a{background-color: #2d72d2;}
.footerR .con:hover .conEwm{transform: scale(1);-webkit-transform: scale(1);}

.footerCenter {width:19.2307%;}
.footerCenter .title{font-size: 18px;color: #364e73;height: 43px;line-height:43px;margin-bottom: 13px;font-weight: bold;}
.footerCenter .info{font-size: 14px;color: #607ca7;overflow: hidden;}
.footerCenter .info em{float: left;display: inline; background-position: center center;background-repeat: no-repeat;background-size:contain;width: 18px;height: 18px;margin-right: 15px;padding-top: 13px;}
.footerCenter .info .text{overflow: hidden;height: 30px;line-height:30px;}
.footerCenter .info .title{font-size:16px;color: #364e73;height:37px;line-height:37px;text-align: center;position: relative;}
.footerCenter .info .title::before{display: block;content:'';width: 120px;height: 1px;background-color: #a9b6c9;position: absolute;left: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.footerCenter .info .title::after{display: block;content:'';width: 120px;height: 1px;background-color: #a9b6c9;position: absolute;right: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.footerCenter .info span{display: block; font-size:14px;color: #a4b2c6;line-height:22px;text-align: center;}

.footerCopy{font-size:14px ;color: #92a8d8;height:72px;line-height:72px;border-top: 2px solid #e2e8f1;}
.footerCopy .copyBox{overflow: hidden;}
.footerCopy a{display: inline-block;color: #92a8d8;margin-right: 10px;}
.footerCopy a:hover{color: #2d72d2;}
.footerMenu{overflow: hidden;padding-left: 138px;}
.footerList{overflow: hidden;}
.footerList dd{float: left;display: inline;margin-right: 60px;}
.footerList em a{display: block;height: 40px;line-height: 40px;margin-bottom: 12px;font-size: 18px;color: #364e73;font-weight: bold;font-style: normal;}
.footerList span a{display: block;height: 25px;line-height: 25px;font-size: 14px;color: #a4b2c6;}
.footerList em a:hover,
.footerList span a:hover{color: #2d72d2;}
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top: 29.6875%;}
.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;}
.subBanner .textC .cnTitle{font-size: 30px;color: #ffffff;line-height: 50px;position: relative;padding-bottom: 30px;}
.subBanner .textC .cnTitle::before{display: block;content: '';width: 1px;height: 25px;background-color: #fff;position: absolute;left: 0;bottom: -30px;}
.subBanner .textC .enTitle{font-size: 24px;color: #fff;line-height: 38px;text-transform: uppercase;text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);}
/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.locationBox{clear:both;width: 100%;height: 80px;background:rgba(15,51,110,.3);z-index: 5;position: absolute;left: 0;bottom: 0;}
.location{height: 80px;overflow: hidden;padding-left: 33px;position: relative;}
.location a.home{ position: absolute; left: 0; top: 0; width: 33px; height: 100%;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/home.png); padding-left: 0; margin-right: 0;}
.location a{display: inline;float: left;height: 80px;line-height: 80px;padding-left: 14px;margin-right: 10px;background-position: left center;background-repeat: no-repeat;background-image: url(../images/common/icon8.png);color: #999999;font-size: 14px;}
.location a:hover{color:#2564be}
.location a.hover{color:#2564be}
.subNavBox{margin-right:-15px; position: relative;}
.subNav{width:max-content;margin: 0 auto;}
.subNav::after{ display: block; content: ''; clear: both; visibility: hidden;}
.subNav a{display: inline;float: left;line-height: 80px;height: 80px;color: #fff;font-size: 16px;padding:0 80px;}
.subNav a.hover{color: #fff}
.subNav a:hover{color: #fff}
/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu{text-align: center;font-size: 0;width: 100%;padding: 20px 0;background: #f9f9f9;}
.sjMenu a{display: inline-block;height: 50px;line-height:50px;padding:0 52px;color: #666;border-radius: 32px;font-size:16px;}
.sjMenu a:hover{ color: #fff; background: #2564be;}
.sjMenu a.hover{color: #fff;background: #2564be;}
/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:8px 13px;color:#999999;border-radius:100%;background: #fff; margin: 0 3px;border: 1px solid #e0e0e0;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #2564be;color: #fff;}
.page a.hover{background: #2564be;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: 11px;height: 19px;background-position: center center;background-repeat: no-repeat;}
.page a.firstPage div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/common/page/lastPage.png)}
.page a.firstPage:hover div{background-image: url(../images/common/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/common/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/common/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/common/page/lastPageh.png)}
.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}
.page a.firstPage.disabled div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/common/page/lastPage.png)}
/* ————— 页码 end ————— */
/* ————— 弹窗 start ————— */
.aykj-recruitTc .layui-layer-btn{ text-align: center;}
.aykj-recruitTc .layui-layer-btn a{ height: 38px; line-height: 38px; padding: 0 40px; font-size: 14px;}
.aykj-recruitTc .layui-layer-btn .layui-layer-btn0{background: #2564be; color: #FFF; border-color: #2564be;}
.aykj-recruitTc .layui-layer-btn .layui-layer-btn1{background: #ddd; color: #8b8b8b; border-color: #ddd;}

.aykj-alert .layui-layer-btn .layui-layer-btn0{background: #2564be; border-color: #2564be;}
/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */

/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.indexTitle{font-size: 36px;color: #364e73;height:100px;line-height:100px;margin-bottom: 32px;font-weight: bold;}
.indexMore a{display: inline-block;padding:0 30px;height: 55px;line-height: 55px;border: 1px solid #2d72d2;font-size: 16px;color: #2d72d2;border-radius: 30px 30px 30px 0;transition: all 500ms;-webkit-transition: all 500ms;}
.indexMore i{display: inline-block;vertical-align: middle;width: 25px;height: 15px;margin-left: 30px;background: url(../images/indexMoreIcn.png) no-repeat center center / contain;}
.indexMore a:hover{background-color: #2d72d2;color: #fff;border-color: #2d72d2 !important;}
.indexMore a:hover i{background-image:url(../images/indexMoreIcn1.png);}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.column1{background-position: center center;background-repeat:no-repeat;background-size: cover; height:960px;overflow: hidden;box-sizing: border-box;-webkit-box-sizing: border-box;padding:100px 0;}
.column1Left{width:46.9231%;margin-right: 220px;}
.column1Left .column1Title{font-size:30px ;color: #364e73;line-height: 35px;margin-bottom: 25px;font-weight: bold;}
.column1Left .text{font-size:16px ;color: #9ba9c3;height: 75px;line-height: 25px;margin-bottom: 63px;}
.column1Left .indexMore{margin-bottom:65px;}
.column1Left .picC{position: relative;width:585px;}
.column1Left .pic::before{padding-top:34.188%;}
.column1Left .picC .con{position: absolute;right:33px;top:70px;}
.column1Left .picC em{display: block;width: 65px;height: 65px;background: #fff url(../images/videoIcn.png) no-repeat center center / 15px 15px;margin: 0 auto;border-radius: 100%;margin-bottom: 33px;cursor: pointer;}
.column1Left .picC .con img{width: 155px;height: 10px;object-fit: contain;}
.column1Right{overflow: hidden;padding-top: 15%;}
.column1Right span{display: block;font-size:18px;color:#294576;height:75px;line-height:75px;font-weight: bold;text-align: center;margin-bottom: 205px;}
.column1List{margin-right:-30px;}
.column1List dd{float: left;display: inline;}
.column1List dd a{display: block;margin-right: 30px;background-color: #fff;padding:0 30px;box-shadow: 1px 5px 10px  rgba(0,0,0,.1);border-radius: 10px;overflow: hidden;top:0;position: relative;transition: all 500ms;-webkit-transition: all 500ms;}
.column1List dd .title{height: 35px;line-height: 35px;font-size: 18px;color: #294576;margin-bottom: 12px;padding-top: 20px;}
.column1List dd em{display: block;width: 90px;height: 75px;background-position: center center;background-repeat: no-repeat;background-size: contain;margin:0 0 10px 110px;}
.column1List dd:hover a{top:-10px;}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2 {position: relative;overflow: hidden;height: 960px;}
.column2 .wrap{height: 100%;}
.column2 .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;}

.column2List {width: 100%;height: 100%;position: relative;z-index: 2;height: 100%;}
.column2List::before {display: block;content: '';width: 100%;height: 100%;background-color: rgba(10,0,0,.1);position: absolute;top: 0;right: 0;}
.column2List dd {width: 33.3333%;height: 100%;text-align: center;position: relative;transition: all 500ms;-webkit-transition: all 500ms;display: inline;float: left;}
/* .column2List dd a{width: 100%;height: 100%;display: block;position: relative;} */
.column2List dd em{display: block;width: 50px;height: 40px;background-position:center center;background-repeat:no-repeat;background-size: contain;margin: 0 auto;transition: all 500ms;-webkit-transition: all 500ms;}
.column2List dd .title{font-size:24px ;color: #fff;height:75px;line-height:75px;margin-bottom: 25px;}
.column2List dd .text{font-size:16px ;color: #fff;line-height:28px;margin-bottom: 133px;transition: all 500ms;-webkit-transition: all 500ms;height: 0;text-align: justify;}
.column2List dd .column2More{width: 50px;height: 50px;background: url(../images/more-yuan.png) no-repeat center center / contain;margin: 0 auto;}
.column2List dd .ddC{padding:0 110px 0 50px;}

.column2List dd:nth-child(1) .ddC{padding:0 110px 0 180px;}
.column2List dd:hover {background-color:rgba(0,0,0,.5);border-bottom: 15px solid #2d72d2;box-sizing: border-box;-webkit-box-sizing: border-box;text-align: left;}
.column2List dd:hover .text{height: 84px;}
.column2List dd:hover em{margin: 0;}
.column2List dd:hover .column2More{display: none;}

.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;}
.column2List dd .indexMore{text-align: left;display: none;}
.column2List dd .indexMore a{border-color: #fff;color: #fff;display: inline-block;transition: all 500ms;-webkit-transition: all 500ms;}
.column2List dd .indexMore i{background-image:url(../images/indexMoreIcn1.png);}
.column2List dd:hover .indexMore{display: block;}
.column2List dd .indexMore:hover a{border-color: #0fe7ed;color: #0fe7ed;}
.column2List dd .indexMore:hover i{background-image: url(../images/indexMoreIcn2.png);}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3{background-position: center center;background-repeat:no-repeat;background-size: cover;height:960px;box-sizing: border-box;overflow: hidden;padding:100px 0;}
.column3swiperOuter {display: none;}
.column3swiperOuter.active {display: block;}
.column3swiper{overflow: hidden;margin-bottom: 105px;position: relative;}
/* .column3swiper .swiper-wrapper{margin-left: -25%;} */
.column3swiper .swiper-slide.swiper-slide-active .con{margin-right: -25%;}
.column3swiper .swiper-slide .left{display: none;overflow: hidden;}
.column3swiper .swiper-slide .enTitle{padding-top: 45px;font-size:28px;font-weight: bold;height: 35px;line-height: 35px;color: #364e73;}
.column3swiper .swiper-slide .cnTitle{font-size:28px;font-weight: bold;height: 35px;line-height: 35px;color: #364e73;margin-bottom: 40px;}
.column3swiper .swiper-slide .text{font-size: 16px;height: 81px;line-height: 27px;color: #9ba9c3;margin-bottom: 95px;}
.column3swiper .swiper-slide.swiper-slide-active .left{display: block;}

.column3swiper .swiper-slide .picC{overflow: hidden;width:36.8846%;margin-left: 130px;padding-top: 50px;}
.column3swiper .swiper-slide .pic::before{padding-top:100%;}
.column3swiper .swiper-slide .pic img{object-fit: contain;}
.column3Next{background: url(../images/next-hui.png) no-repeat center center;width: 45px;height: 45px;position: absolute;right: 22%;top: 54%;z-index:5;cursor: pointer;}

.column3List{margin-right: -30px;overflow: hidden;}
.column3List dd{float: left;display: inline;cursor: pointer;}
.column3List dd .con{margin-right: 30px;background-color: #fff;padding:22px 75px 10px;border-radius: 8px;overflow: hidden;}
.column3List dd em{display: block;margin: 0 auto;background-position: center center ;background-repeat:no-repeat;background-size:contain;width: 40px;height: 30px;}
.column3List dd .em2{display: none;}
.column3List dd .text{text-align: center;font-size:16px;color: #8d94a2;height:38px;line-height:38px;}
.column3List dd.hover .con{background-color: #2d72d2;}
.column3List dd.hover .em1{display: none;}
.column3List dd.hover .em2{display: block;}
.column3List dd.hover .text{color: #fff;}
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.column4{background-position: center center;background-repeat: no-repeat;background-size:cover;overflow: hidden;height: 960px;padding:100px 0;box-sizing: border-box;}
.column4SwiperL{width:47.9487%;margin-right:50px;border-radius: 10px;overflow: hidden;position: relative;background: #fff;}
.column4SwiperL .swiper-slide .html{display: none;}
.column4SwiperL .swiper-slide .con{background-image: linear-gradient(to bottom,rgba(45,114,210,.8),rgba(45,114,210,.3),transparent);}
.column4SwiperL .pic::before{padding-top:67.246%;}
.column4SwiperL .pic img{object-fit: contain;}
.column4SwiperL .column4DotC{position: absolute;left: 0;bottom:0;width: 100%;padding: 20px 30px;box-sizing: border-box;-wbkit-box-sizing: border-box;overflow: hidden;z-index:5;background-image: linear-gradient(to top,rgba(45,114,210,.8),rgba(45,114,210,.3),transparent);}
.column4SwiperL .column4DotC .dot{overflow: hidden;padding-top: 40px;}
.column4SwiperL .column4DotC .dot span{float: left;display: inline;width: 10px;height: 10px;}
.column4SwiperL .swiper-pagination-bullet{opacity: 0.5 !important;background-color: #fff !important;}
.column4SwiperL .column4DotC .dot span.swiper-pagination-bullet-active{width: 20px;opacity: 1 !important;border-radius:30px !important;}
.column4SwiperL .column4DotC span{display: block;font-size: 16px;color: #fff;height: 32px;line-height: 32px;margin-right: 10px;}
.column4SwiperL .column4DotC .title{font-size: 20px;color: #fff;height: 40px;line-height: 40px;}
.column4SwiperR{overflow: hidden;}
.column4SwiperR .con{padding:27px 20px 20px;background-color: #fff;box-sizing: border-box;-webkit-box-sizing: border-box;border-radius: 10px;overflow: hidden;}
.column4SwiperR span{font-size:16px ;color: #2d72d2;height:37px;line-height:37px;margin-bottom: 13px;display: block;}
.column4SwiperR .title{font-size:16px ;color: #294576;height:50px;line-height:25px;margin-bottom: 13px;font-weight: bold;}
.column4SwiperR .text{font-size:14px ;color: #8d94a2;height:50px;line-height:25px;margin-bottom: 15px;}
.column4SwiperR .column4More{margin-bottom: 35px;}
.column4SwiperR .column4More a{font-size:14px ;color: #8d94a2;height:25px;line-height:25px;display: block;}
.column4SwiperR .column4More i{display: inline-block;vertical-align: middle;background: url(../images/column4MoreIcn.png) no-repeat center center / contain;margin-left: 10px;width: 13px;height: 13px;}
.column4SwiperR .pic::before{padding-top:66.1538%;}
.column4Con{position: relative;}
.column4 .indexMore{text-align: center;padding-top: 62px;}
.column4Next{position: absolute;left: 60%;bottom: 0;background: url(../images/nextJt.png) no-repeat center center ;width: 60px;height: 60px;border-radius: 100%;border: 1px solid #2d72d2;z-index:5;cursor: pointer;transition: all 500ms;-webkit-transition: all 500ms;}
.column4Prev{position: absolute;left:35%;bottom: 0;background: url(../images/prevJt.png) no-repeat center center ;width: 60px;height: 60px;border-radius: 100%;border: 1px solid #2d72d2;z-index:5;cursor: pointer;transition: all 500ms;-webkit-transition: all 500ms;}
.column4Prev:hover{background-image: url(../images/prevJt-h.png);background-color: #2d72d2;}
.column4Next:hover{background-image: url(../images/nextJt-h.png);background-color: #2d72d2;}
/* ————— 第4通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/*关于我们 start*/
/*公共部分 start*/
.aboutUsTitle{padding-bottom: 10px;margin-bottom: 52px;}
.aboutUsTitle .title{font-size: 36px;color: #333333;height:55px;line-height:55px;}
.aboutUsTitle .titleIcn span{display: inline-block;vertical-align: middle;margin-right: 5px;width: 7px;height: 5px;border-radius: 100%;}
.aboutUsTitle .titleIcn span:nth-child(1){background-color: rgba(37,100,190,1);}
.aboutUsTitle .titleIcn span:nth-child(2){background-color: rgba(37,100,190,.6);}
.aboutUsTitle .titleIcn span:nth-child(3){background-color: rgba(37,100,190,.3);}
/*公共部分 end*/
/*第一屏 start*/
.aboutUsC1Top{padding:90px 0 0;background-position: center center;background-repeat: no-repeat;background-size:cover;}
.aboutUsC1Left{width:53.8462%;margin-right: 2.8333%;}
.aboutUsC1Left .aboutUsC1Title{font-size: 30px;color: #364e73;height:70px;line-height:35px;margin-bottom: 58px;}
.aboutUsC1Left .text{font-size: 16px;color: #9ba9c3;height:240px;line-height:30px;overflow-y: auto;padding-right: 15px;text-align: justify;}
.aboutUsC1Right{overflow: hidden;position: relative;padding-top: 10%;}
.aboutUsC1Right .pic{border-radius: 10px;overflow: hidden;width: 630px;}
.aboutUsC1Right .pic::before{padding-top:56.25%;}
.aboutUsC1Right .videoBtn{position: absolute;cursor: pointer;left: 46%;top: 61%;}
/* .aboutUsC1Right .videoBtn::before{display: block; content: ''; width: 160px;height: 160px;border-radius: 100%;background-color: rgba(45,114,210,.1);position: absolute;left: -34%;top: 31%;animation: scaleBtn 3s linear infinite;} */
/* .aboutUsC1Right .videoBtn::after{display: block; content: ''; width: 105px;height: 105px;border-radius: 100%;background-color: rgba(45,114,210,.3);position: absolute;left: -10%;top: 54%;animation: scaleBtn 3s linear infinite;} */
.aboutUsC1Right .videoBtn i{background: url(../images/videoBtnIcn.png) no-repeat center center / contain;width: 60px;height: 60px;display: block;z-index:6;position: absolute;left: 37%;}
::-webkit-scrollbar{background: #c7daf1 !important;width: 3px !important;}
::-webkit-scrollbar-thumb{background:#2d72d2 !important;}

.aboutUsC1Bottom .left{width:100%;padding:0 145px 0 240px;box-sizing: border-box;-webkit-box-sizing: border-box;background-position: center center;background-repeat: no-repeat;background-size: cover;height:400px;background-attachment: fixed;}
.aboutUsC1List{overflow: hidden;}
.aboutUsC1List dd{display: inline-block;width: 24%;text-align: center;}
.aboutUsC1List dd .ddCon{margin-right: 65px;}
.aboutUsC1List dd .con{line-height: 55px;height: 55px;}
.aboutUsC1List dd em{background-position: center center;background-repeat: no-repeat;background-size:contain;display: inline-block;vertical-align: middle;width: 40px;height: 40px;}
.aboutUsC1List dd span{display: inline-block;vertical-align: middle;font-size: 48px;color: #fff;position: relative;font-family: 'HarmonyOS-Bold';}
.aboutUsC1List dd i{font-style: normal;display: block;font-size: 40px;color: #fff;position: absolute;right: -25px;top: -10px;font-size: 16px;}
.aboutUsC1List dd .text{height: 35px;line-height: 35px;font-size: 16px;color: #fff;}
.aboutUsC1Bottom .pic{overflow: hidden;height: 400px;}
.aboutUsC1Bottom .pic::before{content: normal;}
/*第一屏 end*/
/*第二屏 start*/
.aboutUsC2{padding:60px 0 75px;background-position: center center;background-repeat: no-repeat;background-size: cover;position: relative;}
.aboutUsC2 .aboutUsTitle{margin-bottom: 0;}
/* .aboutUsC2 .aboutUsTitle .title{color: #fff;} */
/* .aboutUsC2 .aboutUsTitle .titleIcn span:nth-child(1){background-color: rgba(255,255,255,1);} */
/* .aboutUsC2 .aboutUsTitle .titleIcn span:nth-child(2){background-color: rgba(255,255,255,.6);}
.aboutUsC2 .aboutUsTitle .titleIcn span:nth-child(3){background-color: rgba(255,255,255,.4);} */
.aboutUsC2 .titleC{font-size:16px;color: #fff;height:55px;line-height:55px;}
.historyScroll{position: relative;height:635px;}
.historyScroll::after{clear: both;visibility: hidden;display: block;content:'';}
.historyScroll .bdBox{position: relative;border-radius:20px;height: 100%;margin-right: -30px;}
.historyScroll .bd{width: 100%;height: 100%;overflow: hidden;}
.historyScroll .bd .slick-list,.historyScroll .bd .slick-track{height: 100%;width: 100%;overflow: visible;}
.historyScroll .con .icn{width:15px;height:180px;position: relative;background: url(../images/historyTb.png) no-repeat left center;}

.historyScroll .bd .myslide .con{position: absolute;width: 100%;transition: 1s ease;-webkit-transition: 1s ease;top: 10%;border-radius:8px;overflow: hidden;}
.historyScroll .bd .myslide.slide1 .con{top: 21%;left: 0;}
.historyScroll .bd .myslide.slide2 .con{top: 16%;left: 0;}
.historyScroll .bd .myslide.slide3 .con{top: 11%;left: 0;}
.historyScroll .bd .myslide.slide4 .con{top: 6%;left: 0;}
.historyScroll .bd .myslide.slide5 .con{top: 0;left: 0;}

.historyScroll .myslide{transition: 0.5s ease-in;height: 100%;position: relative;transition: 0.5s ease-in;outline: none;visibility: hidden;opacity: 0;cursor: pointer;margin-right: 30px;}
.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 .next {background: url(../images/next-lan.png) no-repeat center center;width: 50px;height: 50px;position: absolute;right: -4%;top: 20%;cursor: pointer;border-radius: 100%;border: 1px solid #2464be;}
.historyScroll .prev{background: url(../images/prev-lan.png) no-repeat center center;width: 50px;height: 50px;position: absolute;left: -6%;top: 20%;cursor: pointer;z-index: 5;border-radius: 100%;border: 1px solid #2464be;}
.historyScroll .next:hover{background-color:#2464be;border-color: #2464be;background-image: url(../images/next-h.png);}
.historyScroll .prev:hover{background-color:#2464be;border-color: #2464be;background-image: url(../images/prev-h.png);}
.historyScroll .eventBox{margin: 0 30px;height: 290px;position: relative;width: 100%;background-position: center center;background-repeat: no-repeat;background-size: cover;top: 45px;}
.historyScroll .bd .myslide .pic::before{padding-top: 66.6667%;}
.historyScroll .bd .myslide .textC{background-color: #fff;padding:20px;}
.historyScroll .bd .myslide .year{font-size:20px;color: #333333;height:40px;line-height:40px;font-weight: bold;position: relative;padding-left: 50px;}
.historyScroll .bd .myslide .year::before{display: block;content:'';width: 60px;height: 12px;background-color: #2f5ec1;position: absolute;left: -14%;top: 35%;transform: skewX(35deg);}
.historyScroll .bd .myslide .text{font-size:16px;color: #666;line-height: 25px; height: 125px;overflow-y: auto;}
@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*/
.aboutUsC3{background-color: #FFF;padding:75px 0 100px;}
.aboutUsC3 .aboutUsC3Text{font-size: 16px;color: #666;height: 25px;line-height: 25px;margin-bottom: 30px;}

.aboutUsC3Con{ width: 100%; max-width:93.75vw;  position: relative; }
.aboutUsC3Con .index4Img{ width: 100%;}
.aboutUsC3Con .index4Img img{ width:100%;height: 615px;}
.aboutUsC3Con .index4Img li{ display: none; }
.aboutUsC3Con .index4Img li.on{ display: block; }

.aboutUsC3Con .index4Text{ width: 50%; height: 100%; position: absolute; left: 0; top: 0; }
.aboutUsC3Con .index4Text li{ color: #fff; padding-left: 100px; height: 100%; display: flex; flex-direction: column; justify-content: center; display: none; }
.aboutUsC3Con .index4Text li.on{ display: flex; }
.aboutUsC3Con .index4Text li .index4Text1{ font-size: 38px; }
.aboutUsC3Con .index4Text li .index4Text2{ font-size: 16px; margin:10px 0 30px 0;}
.aboutUsC3Con .index4Text li .index4Text3{display: inline-block;font-size: 16px;color: #fff;height: 50px;line-height: 50px;padding:0 38px;border: 1px solid #fff;border-radius: 30px;box-sizing: border-box;width: 173px;}
.aboutUsC3Con .index4Text li .index4Text3 i{display: inline-block;vertical-align: middle;background: url(../images/moreJt.png) no-repeat center center / contain;width: 15px;height: 10px;margin-left: 15px;}

.aboutUsC3Con .index4Dots{width:50%;height: 100%;position: absolute;right: 13%;top: 0;background: url(../images/aboutUsC3Line.png) no-repeat 100% 50%/contain;padding-right: 20px;display: flex;flex-direction: column;justify-content: center;align-items: flex-end;}
.aboutUsC3Con .index4Dots li{ height: 80px; display: flex; align-items: center; font-size: 16px; color:#fff;cursor: pointer; }
.aboutUsC3Con .index4Dots li:nth-child(2){margin-right: -19px;}
.aboutUsC3Con .index4Dots li:nth-child(3){margin-right: -25px;}
.aboutUsC3Con .index4Dots li:nth-child(4){margin-right: -19px;}
.aboutUsC3Con .index4Dots li .dotsTitle{ font-size: 16px; margin-right: 10px; cursor:pointer; color:#fff;}
.aboutUsC3Con .index4Dots li.on .dotsTitle{ margin-right:25px; }
.aboutUsC3Con .index4Dots li .dotsIcon{ position: relative; height: 7px; width: 7px; }
.aboutUsC3Con .index4Dots li .dotsIcon .dotsIcon1{height: 7px;width: 7px;border-radius: 7px;background: #fff;position: absolute;right: 30%;}
.aboutUsC3Con .index4Dots li .dotsIcon .jdt{ position: absolute; left: -16px; top: -16px; transform: rotate(-90deg); transform-origin:20px;  display: none;  } 
.aboutUsC3Con .index4Dots li.on .dotsIcon .jdt{ display: block; }
.aboutUsC3Con .index4Dots li.on .dotsIcon .jdt4{ animation: jdt4 infinite 5s linear; }

@keyframes jdt4{
    0%{ stroke-dasharray:0 190; stroke-dashoffset: 0;}
    100%{ stroke-dasharray:190 0; stroke-dashoffset: 0;}
}

/*第三屏 end*/
/*关于我们 end*/
/*嘉和文化 start*/
/*公共部分 start*/

/*公共部分 end*/
/*第一通栏 start*/
.cultureC1{padding:177px 0 132px;margin-right: -40px;background-color: #ebf2f8;}
.cultureC1List dd{float: left;display: inline;width: 25%;}
.cultureC1List dd .con{margin-right: 40px;padding:45px;background-color: #f8f8fa;border-radius: 10px;position: relative;transition: all 500ms;-webkit-transition: all 500ms;}
.cultureC1List dd em{background-position: center center;background-repeat: no-repeat;width: 85px;height: 85px;background-color: #fff;border-radius: 100%;position: absolute;right: 45px;top: -43px;transition: all 500ms;-webkit-transition: all 500ms;}
.cultureC1List dd .title{font-size: 16px;color: #2d72d2;height:37px;line-height:37px;}
.cultureC1List dd .text{font-size: 18px;color: #444;height: 64px; line-height:32px;font-weight: bold;}
.cultureC1List dd:hover .con{background-color: #fff;}
.cultureC1List dd:hover em{background-color: #f8f8f8;}
/*第一通栏 end*/
/*第二通栏 start*/
.cultureC2 {height: 700px;position: relative;}
.cultureC2 .bg{width:100%;height:100%;background-position: center center;background-repeat: no-repeat;position: absolute;left: 0;top: 0;background-attachment: fixed;background-size: cover;}
.cultureC2Box{background-position: center center;background-repeat: no-repeat;background-size: 100% 100%;width: 50.5208%;height: 100%;position: absolute;right: 0;top: 0;padding:135px 180px 95px 12.3958%;box-sizing: border-box;-webkit-box-sizing: border-box;}
.cultureC2List dd{margin-bottom:32px;}
.cultureC2List dd .title{font-size: 20px;color: #999;height: 40px;line-height: 40px;font-weight: bold;position: relative;padding-left: 28px;margin-bottom: 10px;}
.cultureC2List dd .title::before{display: block;content:'';width: 8px;height: 25px;background-color: #c7c7c7;border-radius: 30px;position: absolute;left: 0;top: 9px;}
.cultureC2List dd .text{font-size: 18px;color: #999;line-height: 35px;padding-left: 30px;}
.cultureC2List dd:hover .title{color: #2d72d2;}
.cultureC2List dd:hover .title::before{background-color: #2d72d2;}
.cultureC2List dd:hover .text{color: #666;}
/*第二通栏 end*/
/*第三通栏 start*/
.cultureC3{padding:85px 0 100px;background-color: #f4f7fe;}
.cultureC3 .title{font-size:30px ;color: #333333;height:50px;line-height:50px;text-align: center;}
.cultureC3 .cultureC3Text{font-size: 16px;color: #999;height:35px;line-height:35px;margin-bottom: 60px;text-align: center;}
.cultureC3Scroll{position: relative;}
.cultureC3Scroll .bd{height: 100%;}
.cultureC3Scroll .myslide{height: 100%;}
.cultureC3List {margin-right: -32px;}
.cultureC3List dd{float: left;display: inline;width: 25%;margin-bottom: 32px;}
.cultureC3List dd a{display: block;margin-right: 32px;border-radius:10px;overflow: hidden;position: relative;}
.cultureC3List dd .pic::before{padding-top:66.7575%;}
.cultureC3List dd .text{height: 55px;line-height: 55px;font-size: 16px;color: #fff;text-align: center;padding:0 15px;width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;background-image: linear-gradient(to top,rgba(0,0,0,.3),rgba(0,0,0,.1));position: absolute;left: 0;bottom: 0;z-index: 5;}
.cultureC3Scroll .prev{width: 50px;height: 50px;border: 1px solid #2564be;border-radius: 100%;background: url(../images/prev-hui.png) no-repeat center center;position: absolute;left: -85px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);cursor: pointer;z-index:5;display: block !important;}
.cultureC3Scroll .next{width: 50px;height: 50px;border: 1px solid #2564be;border-radius: 100%;background: url(../images/next-hui2.png) no-repeat center center;position: absolute;right: -85px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);cursor: pointer;z-index:5;display: block !important;}
.cultureC3Scroll .prev:hover{background-color: #2564be;background-image: url(../images/prev-h.png);}
.cultureC3Scroll .next:hover{background-color: #2564be;background-image: url(../images/next-h.png);}
/*第三通栏 end*/
/*嘉和文化 end*/
/* ========== 频道页 end ========== */