@charset "UTF-8";
/* ========== 外层框架 start ========== */
.animHide{opacity: 0;}
.animHide1{opacity: 1;}
#fp-nav.hover{opacity: 0;visibility: hidden;}
/*头部开始*/
.topBox{height: 80px;position: fixed;top: 0;width: 100%;left: 0;background: #fff;z-index: 99;box-shadow: 0px 2px 8px 0px rgba(0, 0, 112, 0.2);}
.topC{width: 1780px;margin: 0 auto;}
.bai .topBox .top{background: rgb(255,255,255,1);box-shadow: 0px 1px 2px #dcdcdc;}
.top{height: 80px;margin: 0 auto;line-height: 80px;}
.top .logo{margin-top: 15px;}
.top .logo img{height: 45px;}
.menu{height: 100%;}
.menu dd{display:inline; position:relative;float: left;margin-right: 60px;height: 80px;}
.menu dd::before{display: block;content: "";width: 100%;height: 4px;background: #e60012;position: absolute;bottom: 0;left: 0;transform: scale(0);-webkit-transform: scale(0);transition: all .4s linear;-webkit-transition: all .4s linear;}
.menu dd.hover::before{transform: scale(1);-webkit-transform: scale(1)}
.menu dd.end{margin-right: 40px;}
.menu dd .yj{height:80px; line-height:80px;text-align:center; position: relative;z-index: 2;}
.menu dd .yj a{ display:block;  font-size:16px;color: #777;transition: all .3s linear;-webkit-transition: all .3s linear;}
.menu dd .ej{padding: 20px 0;position:absolute;left:50%; top:80px; width:200%; display:none;background: rgb(255,255,255,0.85);-webkit-transform: translateX(-50%);box-shadow: 0px 1px 2px #dcdcdc;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px}
.menu dd .ej a{display:block; width: 100%; line-height:40px;text-align:center;color: #333;margin-bottom: 1px;font-size: 14px;position: relative;padding: 0 22px;box-sizing: border-box;-webkit-box-sizing:border-box}
.menu dd .ej a::before{display: block;content: "";width: 2px;height: 0;background: #e60012;top: 50%;left: 20px;margin-top: -10px;transition: all .4s linear;-webkit-transition: all .4s linear;position: absolute;}
.menu dd .ej a:hover::before{height: 20px;}
.menu dd .ej a:hover{color: #e60012;}
.menu dd .ej a:last-child{margin-bottom: 0;}
.menu dd:hover .yj a{color: #e60012;}
.menu dd.hover .yj a{color: #e60012;}
.searchBox{width: 19px;height: 20px;background: url(../images/search.png)no-repeat center;margin-top: 30px;cursor: pointer;transition: all .4s linear;-webkit-transition: all .4s linear;position: relative;margin-left: 30px;}
.searchBox::before{display: block;content: "";width: 1px;height: 23px;background: #f5f5f5;position: absolute;bottom: 0;left: -30px;}
.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: 72px;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;background: #fff;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;margin-left: 10px;}
.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: #e60012 url(../images/searchBai.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
	}
}
/*头部结束*/
/* ————— 底部 start ————— */
.footer{background-color: #fff;}
.returnUp{width: 40px;height: 40px;border-radius: 6px; background: #e60012 url(../images/returnUp.png) no-repeat center center;cursor: pointer;position: relative;}
.returnUp::before{ content: ""; display: block; width: 45px;height: 45px; border-radius: 6px; background: rgba(230,0,18,.3); position: absolute;animation: circle-opacity 2s infinite; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0,0);}
@keyframes circle-opacity{
    from {
        opacity: 1;
        transform:translate(-50%,-50%) scale(1);
    }
    to {
        opacity: 0;
        transform:translate(-50%,-50%) scale(2);
    }
}
.footerDown{min-height: 256px;padding-top: 60px;position: relative;box-sizing: border-box;-webkit-box-sizing: border-box;}
.footerDown .left{display: inline;float: left;}
.footerDown .left .Lbox1{overflow: hidden;margin-bottom: 50px;}
.footerDown .left .Lbox1 .footerLogo{margin-right: 60px;}
.footerDown .left .Lbox1 .footerLogo img{height: 55px;}
.footerDown .left .Lbox1 .text{overflow: hidden;}
.footerDown .left .Lbox1 .text .phone{height:30px;line-height:30px;font-size: 26px;color: #e60012;margin-bottom: 15px;padding-left: 40px;background: url(../images/phoneIcn.png) no-repeat center left;}
.footerDown .left .Lbox1 .text .info{line-height: 20px;font-size: 14px;color: #808080;}

/* 底部导航1 start */
.footerNav{height: 94px;width: 100%;padding: 25px 0;box-sizing: border-box;-webkit-box-sizing: border-box;border-bottom: 1px solid #f5f5f5;border-top: 1px solid #f5f5f5;}
.footerNavList{overflow: hidden;}
.footerNavList dd{display: inline;float: left;margin-right: 60px;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.footerNav span{height: 44px;line-height: 44px;color: #808080;font-size: 14px;display: inline;float: right;margin-right: 28px;}
.footerNavList dd a{height: 44px;line-height: 44px;color: #737373;font-size: 18px;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.footerNavList dd:hover a{color:#e60012}
/* 底部导航1 end */

/* 底部联系方式 start */

/* 底部联系方式 end */
/* 二维码 start */
.footerDown .right{}
.footerEwm dd{float: left;display: inline;margin-left: 20px;width: 105px;}
.footerEwm dd .ewmImg{width: 105px;height: 105px;overflow: hidden;margin-bottom: 15px;}
.footerEwm dd .ewmImg img{width: 100%;height: 100%;}
.footerEwm dd .text{text-align: center;font-size: 14px;color: #808080;line-height: 26px;height: 26px;}
/* 二维码 end */
.footerBlank{background: #21833f;height: 72px;width: 100%;}
/* 备案信息 start */
.ftArchival{height: 30px;line-height: 30px;font-size: 14px;color: #808080;}
.ftArchival span{margin: 0 2px;color: #808080;}
.ftArchival img{margin: 0 2px;vertical-align: -2px;}
.ftArchival a{color: #808080;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.ftArchival a:hover{color: #e60012;}
/* 备案信息 end */
/* 技术支持 start */

/* 技术支持 end */
/* ————— 底部 end ————— */
/* ========== 外层框架 end ========== */
/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;margin-top: 80px;}
.subBanner:before{display: block;content: '';padding-top: 32.2916%;}
.subBanner img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;transform: scale(1.2);-webkit-transform: scale(1.2);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;background-color: rgba(0,0,0,0.5)}
.subBanner .wrap{height: 100%;}
.subBanner .textC{position: relative;overflow: hidden;}
.subBanner .textC .cnTitle{font-size: 50px;color: #ffffff;line-height: 50px;margin-bottom: 30px;}
.subBanner .textC .enTitle{font-size: 20px;color: #fff;line-height: 50px;text-transform: uppercase;position: relative;margin-right: 130px;}
.subBanner .textC .enTitle::after{width: 70px;height: 1px;background-color: rgba(255,255,255,0.4);position: absolute;top: 25px;right: -100px;display: block;content: '';}
/* ————— subBanner end ————— */
/* 二级导航 start */
.subMenu1 {position: relative;z-index: 1;text-align: center;margin: 30px 0;font-size: 0;}
.subMenuList1{display: inline-block;}
.subMenuList1 dd{width: 180px;height: 48px;line-height: 48px; border-radius: 10px; float: left;display: inline;position: relative;background-color: #fff;margin-right: 20px;transition: 0.2s;-webkit-transition: 0.2s;z-index: 9;}
.subMenuList1 dd a{display: block;text-align: center;color: #666;font-size: 16px;transition: 0.2s;-webkit-transition: 0.2s;}
.subMenuList1 dd.hover,
.subMenuList1 dd:hover{background-image: -moz-linear-gradient( 0deg, rgba(255,90,46,0.99608) 0%, rgb(249,172,37) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgba(255,90,46,0.99608) 0%, rgb(249,172,37) 100%);
  background-image: -ms-linear-gradient( 0deg, rgba(255,90,46,0.99608) 0%, rgb(249,172,37) 100%);}
.subMenuList1 dd.hover a,
.subMenuList1 dd:hover a{color: #FFFFFF;}

/* 二级导航 end */
/* ————— 当前位置 start ————— */
.locationBox{font-size: 0;text-align: center;height: 80px;line-height: 80px;background: #FFFFFF;border: 1px solid #f5f5f5;}
.locationBox .location{display: inline-block;}
.locationMenuDl{position: relative;display: inline-block;overflow: hidden;}
.locationMenuDl dd{float: left;display: inline;position: relative;}
.locationMenuDl dd a{font-size: 15px;color: #666666;padding: 0 30px;height: 80px;line-height: 80px;transition: all 0.4s;-webkit-transition: all 0.4s;position: relative;}
.locationMenuDl dd::before{display: block;content: "";width: 20%;height: 4px;background: #e60012;position: absolute;bottom: 4px;left: 50%;transform: translateX(-50%) scale(0);-webkit-transform: translateX(-50%) scale(0);transition: all .4s linear;-webkit-transition: all .4s linear;}
.locationMenuDl dd.hover::before,.locationMenuDl dd:hover::before{transform: translateX(-50%) scale(1);-webkit-transform: translateX(-50%) scale(1);}
.locationMenuDl dd:hover a,
.locationMenuDl dd.hover a{color: #e60012;}
/* ————— 当前位置 end ————— */
/* ————— 页码 start ————— */
/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 12px;color:#666;background: #fff; margin: 0 3px;border: 2px solid #f0f0f0;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #e60012;color: #fff;border: 2px solid transparent;}
.page a.hover{background: #e60012;color: #fff;border: 2px solid transparent;}
.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;border: 2px solid transparent;cursor: not-allowed;}
.page a.prevPage.disabled{background:#E2E2E2;border: 2px solid transparent;cursor: not-allowed;}
.page a.nextPage.disabled{background:#E2E2E2;border: 2px solid transparent;cursor: not-allowed;}
.page a.lastPage.disabled{background:#E2E2E2;border: 2px solid transparent;cursor: not-allowed;}
.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 ————— */
/* ————— 页码 end ————— */
/* ————— indexBanner start ————— */
.indexBanner{position: relative;}
.indexBanner::before{content: '';display: block;padding-top: 50.4167%;}
.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: rgb(215, 23, 24);}
.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 .slick-dots{position: absolute;bottom: 60px;left: 0;width: 100%;text-align: center;font-size: 0;}
.indexBanner .slick-dots li{display: inline-block;width: 30px;height: 4px;margin: 0 5px;vertical-align: middle;cursor: pointer;position: relative;background: #fff;}
.indexBanner .slick-dots li.slick-active{background: #e60012;}
.indexBanner .prev{position: absolute;left: 9.375%;top: 50%;width: 31px;height: 44px;background: url(../images/bannerPrev.png) no-repeat center center;cursor: pointer;z-index: 
1;margin-top:-22px;}
.indexBanner .next{position: absolute;right: 9.375%;top: 50%;width: 31px;height: 44px;background: url(../images/bannerNext.png) no-repeat center center;cursor: pointer;z-index: 1;margin-top:-22px;}
.indexBanner .mySlide .text{position: absolute; left: 50%; top:50%; width: 1200px; transform: translate(-50%,-50%); color: #ecdc24;display: none;z-index: 2;}
.indexBanner .mySlide .text .text1{ font-size: 25px; margin-bottom: 30px;}
.indexBanner .mySlide .text .text2{ font-size: 0px;}
.indexBanner .mySlide .text .text2 span{font-size: 90px;float: left;}
.indexBanner .mySlide .text .text2 span.span1{font-size: 140px;color: #fff;font-weight: bold;margin-right: 10px;z-index: 2;font-family: "宋体";}
.indexBanner .mySlide.slick-active .text{display: block;}
.indexBanner .imgItem{ width: 570px;position: absolute;left: 24.5%; top:77%;}
.indexBanner .imgItem img{overflow: hidden; display: inline-block;}
.indexBanner .imgItem img.show{visibility: visible;}
.indexBanner .path1{position: absolute;left: 11.5%;top: 23.2%;z-index: 1;}
.indexBanner .path2{position: absolute;left: 13.6979%;bottom: -50px;z-index: 1;height: 0;}
.indexBanner .path2.show{height: 35.8%;}
.indexBanner .path3{position: absolute;left: 20.6979%;bottom: 0;z-index: 1;height: 0;}
.indexBanner .path3.show{height: 40.8%;}
.indexBanner .path4{position: absolute;left: 24.7917%;bottom: -100px;z-index: 1;height: 0;}
.indexBanner .path4.show{height: 35.8%;}
.indexBanner .path5{position: absolute;left: 31.5104%;bottom: 0;z-index: 1;height: 0;}
.indexBanner .path5.show{height: 35.8%;}
.indexBanner .block1{position: absolute;right: 25.3125%;top: 22.5%;z-index: 1;}
.indexBanner .block2{position: absolute;right: 21.6146%;bottom: 13.5%;z-index: 1;}
.indexBanner .block3{position: absolute;right: 0;top: 10%;}
.cloudWave {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/cloud1.png) left top no-repeat;
	background-size: contain;
	-webkit-animation: cloud 100s linear infinite;
	-moz-animation: cloud 100s linear infinite;
	-o-animation: cloud 100s linear infinite;
	animation: cloud 100s linear infinite;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);


}

.cloudWave.cloudWave2 {
	background: url(../images/cloud1.png) top 50px center no-repeat;
	background-size: contain;
}

@keyframes cloud {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(1920px);
	}
}

/* ————— indexBanner end ————— */
/* 首页标题 start */
.indexTitle{text-align: center;}
.indexTitle .title{height: 52px;line-height: 52px;font-size: 36px;color: #333;font-weight: bold;}
.indexTitle span{height: 30px;line-height: 30px;font-size: 14px;color: #aaaaaa;}
/* 首页标题 end */
/* ========== 内层框架 end ========== */
/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */

/*fullPage的样式start*/
.animHide{opacity: 0;}
#fullPage {transition: all 0.6s cubic-bezier(0.6, 0, 0, 0.6) !important;transition-delay: 0.2s !important;position: relative;}
.section {width: 100% !important;height: 100% !important;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background-size: cover !important;background-repeat: no-repeat !important;}
.column1 {overflow: hidden;position: relative;height: 100%;width: 100%;}
.slide {float: left;}
.slide,.slidesContainer {height: 100%;display: block;}
.slides {height: 100%;overflow: hidden;position: relative;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.slidesContainer {float: left;position: relative;}
.animHide {opacity: 0;}
/*首页 更多 start*/
.indexMore{font-size: 0;}
.indexMoreBtn{width: 176px;height: 50px;line-height: 50px;border-radius: 25px;margin-bottom: 95px;position: relative;overflow: hidden;-webkit-transition: 0.4s;transition: 0.4s;background-color: #fff;text-align: left;display: inline-block;}
.indexMoreBtn::before {content: '';position: absolute;top: 0;left: 0;width: 0;height: 50px;background: #e60012;z-index: -1;box-sizing: border-box;-webkit-transition: 0.4s;transition: 0.4s;}
.indexMoreBtn::after {content: '';position: absolute;top: 0;left: 0;width: 100%;border-radius: 25px;height: 50px;border: 1px solid #999;opacity: 1;visibility: visible; -webkit-transition: 0.4s;transition: 0.4s;}
.indexMoreBtn a{width: 100%;height: 100%;display: block;color: #999;font-size: 16px;transition: all 300ms linear;-webkit-transition: all 300ms linear;background: url(../images/moreJt.png) no-repeat center right 25px;padding-left: 25px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.indexMoreBtn:hover::after{opacity: 0;visibility: hidden;}
.indexMoreBtn:hover a{background-image: url(../images/moreJt1.png);}
.indexMoreBtn:hover a{color: #fff;z-index: 3;position: relative;}
.indexMoreBtn:hover::before {width: 100%;z-index: 2;}


.indexMoreBtn1{width: 176px;height: 50px;line-height: 50px;border-radius: 25px;position: relative;overflow: hidden;-webkit-transition: 0.4s;transition: 0.4s;text-align: left;display: inline-block;background: none;}
.indexMoreBtn1::before {content: '';position: absolute;top: 0;left: 0;width: 0;height: 50px;background: #e60012;z-index: -1;box-sizing: border-box;-webkit-transition: 0.4s;transition: 0.4s;}
.indexMoreBtn1::after {content: '';position: absolute;top: 0;left: 0;width: 174px;border-radius: 25px;height: 48px;border: 1px solid #fff;opacity: 1;visibility: visible; -webkit-transition: 0.4s;transition: 0.4s;z-index: 3;}
.indexMoreBtn1 a{width: 100%;height: 100%;display: block;color: #fff;font-size: 16px;transition: all 300ms linear;-webkit-transition: all 300ms linear;background: url(../images/moreJt.png) no-repeat center right 25px;padding-left: 25px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.indexMoreBtn1:hover::after{opacity: 0;visibility: hidden;}
.indexMoreBtn1:hover a{background-image: url(../images/moreJt1.png);}
.indexMoreBtn1:hover a{color: #fff;z-index: 3;position: relative;}
.indexMoreBtn1:hover::before {width: 100%;z-index: 2;}
/*首页 更多 end*/
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */

/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.column2{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: rgba(0,0,0,0.44);}
.column2C{position: relative;width: 100%;height: 100%;}
.column2List dd{width: 110px;height: 110px;border-radius: 50%;background-color: rgba(255,255,255,0.2);text-align: center;padding-top: 20px;box-sizing: border-box;-webkit-box-sizing: border-box;cursor: pointer;transition: all 300ms linear;-webkit-transition: all 300ms linear;z-index: 2;}
.column2List dd.dd1{position: absolute;top: 36.3%;left: 12.4359%;}
.column2List dd.dd2{position: absolute;top: 70.3%;left: 23.2692%;}
.column2List dd.dd3{position: absolute;top: 81.3%;left: 46.4103%;}
.column2List dd.dd4{position: absolute;top: 70.3%;left: 69.5513%;}
.column2List dd.dd5{position: absolute;top: 36.3%;left: 81.1538%;}
.column2List dd .icn{height: 30px;margin-bottom: 15px;}
.column2List dd .icn.icn1{background: url(../images/c2Icn1.png) no-repeat center center;background-size: 30px 30px;transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.column2List dd .icn.icn2{background: url(../images/c2Icn2.png) no-repeat center center;background-size: 30px 30px;transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.column2List dd .icn.icn3{background: url(../images/c2Icn3.png) no-repeat center center;background-size: 24px 30px;transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.column2List dd .icn.icn4{background: url(../images/c2Icn4.png) no-repeat center center;background-size: 28px 30px;transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.column2List dd .icn.icn5{background: url(../images/c2Icn5.png) no-repeat center center;background-size: 28px 30px;transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.column2List dd span{line-height: 15px;font-size: 14px;color: #fff;transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.tabContent{width: 620px;height: 620px;border: 1px solid #fff;border-radius: 50%;position: absolute;top: 15.3%;left: 50%;transform: translateX(-50%);text-align: center;padding: 70px 60px 80px 60px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.tabContent .text1{margin-bottom: 42px;}
.tabContent .text1 .title{height: 58px;line-height: 58px;font-size: 40px;color: #fff;font-weight: bold;}
.tabContent .text1 em{height: 50px;line-height: 50px;font-size: 40px;color: rgba(255,255,255,0.05);font-weight: bold;text-transform: uppercase;font-style: normal;}
.tabContent .text2 .title{height: 58px;line-height: 58px;font-size: 40px;color: #fff;margin-bottom: 30px;}
.tabContent .text2 .info{line-height: 30px;font-size: 14px;color: #fff;margin-bottom: 80px;}
.column2List dd:hover,.column2List dd.hover{background-color: #fff;}
.column2List dd:hover .icn.icn1,.column2List dd.hover .icn.icn1{background: url(../images/c2IcnH1.png) no-repeat center center;background-size: 30px 30px;}
.column2List dd:hover .icn.icn2,.column2List dd.hover .icn.icn2{background: url(../images/c2IcnH2.png) no-repeat center center;background-size: 30px 30px;}
.column2List dd:hover .icn.icn3,.column2List dd.hover .icn.icn3{background: url(../images/c2IcnH3.png) no-repeat center center;background-size: 24px 30px;}
.column2List dd:hover .icn.icn4,.column2List dd.hover .icn.icn4{background: url(../images/c2IcnH4.png) no-repeat center center;background-size: 28px 30px;}
.column2List dd:hover .icn.icn5,.column2List dd.hover .icn.icn5{background: url(../images/c2IcnH5.png) no-repeat center center;background-size: 28px 30px;}
.column2List dd:hover span,.column2List dd.hover span{color: #1d4493;}
.tabContent span.one{width: 750px;height: 750px;display: block;position: absolute;top: -60px;left: -68px;background: url(../images/tuoyuan1.png) no-repeat center;background-size: 100% 100%;-webkit-animation: inlinerbg 8s infinite linear;animation: inlinerbg 8s infinite linear;}
.tabContent span.two{width: 709px;height: 700px;display: block;position: absolute;top: -34px;left: -48px;background: url(../images/tuoyuan2.png) no-repeat center;background-size: 100% 100%;-webkit-animation: inlinerbgo 8s infinite linear;animation: inlinerbgo 8s infinite linear;}
.tabContent span.three{width: 630px;height: 630px;display: block;position: absolute;top: -8px;left: -8px;background: url(../images/tuoyuan3.png) no-repeat center;background-size: 100% 100%;-webkit-animation: inlinerbgo 8s infinite linear;animation: inlinerbgo 8s infinite linear;}
@-webkit-keyframes inlinerbg {
  0% {
    -webkit-transform:rotateZ(0);
        transform:rotateZ(0);
  }
  100%{
  	-webkit-transform:rotateZ(-360deg);
        transform:rotateZ(-360deg);
  }
}

@keyframes inlinerbg {
  0% {
    -webkit-transform:rotateZ(0);
        transform:rotateZ(0);
  }
  100%{
  	-webkit-transform:rotateZ(-360deg);
        transform:rotateZ(-360deg);
  }
}
@-webkit-keyframes inlinerbgo {
  0% {
    -webkit-transform:rotateZ(0);
        transform:rotateZ(0);
  }
  100%{
  	-webkit-transform:rotateZ(360deg);
        transform:rotateZ(360deg);
  }
}

@keyframes inlinerbgo {
  0% {
    -webkit-transform:rotateZ(0);
        transform:rotateZ(0);
  }
  100%{
  	-webkit-transform:rotateZ(360deg);
        transform:rotateZ(360deg);
  }
}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.column3{position: relative; background: rgba(0,0,0,0.3);}
.bisBox,
.col3Bg,
.col3Bg .swiper-wrapper,
.col3Bg .swiper-slide{
	height: 100% !important;
	width: 100% !important;
}
.col3Bg{
	position: absolute !important;
	top: 0;
	left: 0;
}
.col3Bg .swiper-wrapper{
	transform: translate(1px) !important;/*解决swiper第一个不改变*/
	margin-left: -1px;
	left: 0 !important;
}
.col3Bg .swiper-slide{
	background-size: cover;
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	opacity: 0;
	filter:alpha(opacity=0);
	z-index: 1;
	transform: scale(1.3);
	transition: 2s ease-in-out;
}
.col3Bg .swiper-slide-active{
	opacity: 1;
	filter:alpha(opacity=100);
	z-index: 2;
	transform: scale(1);
}
.swiper-wrapper{
	position:relative;
	}
.box3BgMask{
	width:100%;
	height:100%;
	position:absolute;
	z-index:9999;
	opacity:0.6;
	}

.column3 .list{overflow: hidden;width: 100%;height: 100%;}
.column3 .list dd{overflow: hidden;width: 33.3333%;height: 100%; display: inline;float: left;position: relative;transition: all 300ms linear;-webkit-transition: all 300ms linear;z-index: 2;}
.column3 .list dd:after{display: block;position: absolute;right: 0;top: 0;width: 1px;height: 100%;background-color: rgba(255,255,255,0.15);content: '';}
.column3 .list dd .pic::before{padding-top: 100%;}
.column3 .list dd .text{width: 100%;height: 100%;position: absolute;top: 0;left: 0;transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.column3 .list dd .textC{position: relative;text-align: center;transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.column3 .list dd .textC .icn{margin-bottom: 30px;}
.column3 .list dd .textC .enTitle{font-size: 30px;color: #fff;line-height: 50px;}
.column3 .list dd .textC span{font-size: 15px;color: #fff;line-height: 30px;text-transform: uppercase;}
.column3 .list dd .moreBtn{position: absolute;top: 59%;left: 50%;transform: translateX(-50%);opacity: 0;visibility: hidden;transition: all 300ms linear;-webkit-transition: all 300ms linear;}
.column3 .list dd:hover .textC{transform: translateY(-60px);}
.column3 .list dd:hover .text{background-color: rgba(0,0,0,0.3);}
.column3 .list dd:hover .moreBtn{opacity: 1;visibility: visible;}

/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.column4{padding-top: 13%;width: 100%;height: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;}
.column4Up{margin-bottom: 74px;}
.column4Up .title{height: 58px;line-height: 58px;color: #fff;font-size: 40px;font-weight: bold;}
.column4Up .info{overflow: hidden;}
.column4Up span{height: 48px;line-height: 48px;color: rgba(255,255,255,0.1);font-size: 40px;font-weight: bold;}
.column4Slick{position: relative;}
.column4Slick .bd {overflow: hidden;}
.column4Slick .slick-list {overflow: visible;margin-right: -30px;}
.column4Slick .myslide .con{margin-right: 30px;}
.column4Slick .myslide .pic {overflow: hidden;position: relative;}
.column4Slick .myslide .pic::before{padding-top: 66.4%;}
.column4Slick .myslide .pic span{width: 100%;height: 100%;background: rgba(0,0,0,0.2);position: absolute;bottom: 0;left: 0;}
.column4Slick .myslide .pic span em{line-height: 100px;font-size: 100px;font-family: '宋体'; position: absolute;bottom: 0;right: 25px;font-style: normal;color: transparent;
-webkit-text-stroke: 1px #999999;text-stroke: 1px #999999;font-weight: bold;}
.column4Slick .myslide .text{overflow: hidden;height: 140px;padding: 18px 30px;box-sizing: border-box;-webkit-box-sizing: border-box;width: 90%;background-color: #fff;margin-top: -30px;margin-left: 10%;z-index: 1;position: relative;}
.column4Slick .myslide .text .title{height: 44px;line-height: 44px;color: #333;font-size: 20px;position: relative;padding-left: 18px;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.column4Slick .myslide .text .title::before{display: block;position: absolute;left: 0;top: 18px;width: 8px;height: 8px;border: 1px solid #9f9f9f; content: '';border-radius: 50%;transition: all 200ms linear;-webkit-transition: all 200ms linear;}
.column4Slick .myslide .text .info{line-height: 30px;color: #999;font-size: 15px;}
.column4Slick .myslide:hover .text .title{color: #e60012;}
.column4Slick .myslide:hover .text .title::before{border-color: #e60012;}
/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */

/* ————— 第5通栏 end ————— */

/* ========== lhl start ========== */
/* ————— 战略板块 start ————— */
/* ————— 公共部分 start ————— */
.lhlindexTitle{margin-bottom: 115px;}
.lhlindexTitle .title{font-size: 40px;color: #333333;margin-bottom: 25px;height: 40px;line-height: 40px;overflow: hidden;}
.lhlindexTitle .titlec{font-size: 20px;color: #e0e0e0;height: 20px;line-height: 20px;overflow: hidden;font-family: "Source Han Sans CN";}
.lhlindexTitle.baise .title{color: #fff;}
.lhlindexTitle.baise .titlec{color: #8f8e8d;}
/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
.indexBox{position: relative;top: 80px;}
.lhlColumn1{background: url(../test/lhl/lhlcol1bg.jpg)repeat center /cover;}
.lhlColumn1 .wrap{height: 100%;}
.lhlCol1L{width: 17.3076%;padding-top: 165px;}
.lhlCol1L .info{font-size: 14px;line-height: 29px;color: #999999;padding-right: 50px;}
.lhlCol1List{margin-right: -50px;height: 100%;overflow: hidden;}
.lhlCol1List dd{width: 33.3333%;float: left;display: inline;height: 100%;}
.lhlCol1List dd .conBox{margin-right: 50px;height: 100%;position: relative;cursor: pointer;}
.lhlCol1List dd .ddT{position: absolute;top: 0;left: 0;width: 100%;height: 37%;border-bottom-right-radius: 100%;border: 1px solid #ecebeb;padding-top: 37.3513%;padding-left: 68px;font-size: 90px;line-height: 90px;color: #cccccc;font-family: "noto sans";transition: all .4s linear;-webkit-transition: all .4s linear;}
.lhlCol1List dd .ddB{position: absolute;bottom: 0;left: 0;width: 100%;height: 58%;border-top-right-radius: 380px;border: 1px solid #ecebeb;padding-top: 30.8620%;padding-left: 68px;overflow: hidden;}
.lhlCol1List dd .ddB .picc{position: absolute;width: 100%;height: 100%;opacity: 0;bottom: 0;left: 0;z-index: 1;transition: all .4s ;-webkit-transition: all .4s ;border-top-right-radius: 1000px;overflow: hidden;}
.lhlCol1List dd .ddB .picc::before{display: block;content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;background: rgb(0,0,0,0.3);}
.lhlCol1List dd .ddB .picc img{display: block;width: 100%;height: 100%;position: relative;z-index: 1;}
.lhlCol1List dd .ddB .con{position: relative;z-index: 2;}
.lhlCol1List dd .ddB .con .icn{height: 50px;position: relative;}
.lhlCol1List dd .ddB .con .icn .img1,.lhlCol1List dd .ddB .con .icn .img2{height: 100%;width: 100%;position: absolute;opacity: 0;transition: all .4s linear;-webkit-transition: all .4s linear;}
.lhlCol1List dd .ddB .con .icn .img1{opacity: 1;}
.lhlCol1List dd .ddB .con span{font-size: 30px;color: #333333;transition: all .4s linear;-webkit-transition: all .4s linear;}
.lhlCol1List dd:hover .ddB .picc{opacity: 1;}
.lhlCol1List dd:hover .ddB .con .icn .img1{opacity: 0;}
.lhlCol1List dd:hover .ddB .con .icn .img2{opacity: 1;}
.lhlCol1List dd:hover .ddB .con span{color: #fff;}
.lhlCol1List dd:hover .ddT{background: #e60012;color: #fff;}
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.lhlColumn2 .wrap{height: 100%;}
.lhlCol2L{width: 550px;padding-top: 80px;}
.lhlCol2L .lhlindexTitle{margin-bottom: 50px;}
.lhlCol2L .info{padding-top: 80px;position: relative;padding-top: 100%;border-radius: 100%;border: 1px solid #ebebeb;}
.lhlCol2L .info .title{padding-left: 33%;border-top-right-radius: 275px;position: absolute;top: 0;right: 0;overflow: hidden;height: 50%;width: 132.7272%;  background-image: -moz-linear-gradient( -169deg, rgb(254,244,232) 0%, rgb(221,202,178) 100%);background-image: -webkit-linear-gradient( -169deg, rgb(254,244,232) 0%, rgb(221,202,178) 100%);background-image: -ms-linear-gradient( -169deg, rgb(254,244,232) 0%, rgb(221,202,178) 100%);}
.lhlCol2L .info .title span{font-size: 40px;color: #fff;line-height: 60px;}
.lhlCol2L .info .title span i{font-style: normal;font-size: 60px;}
.lhlCol2L .info .con{position: absolute;bottom: 24%;text-align: center;width: 100%;left: 0;}
.lhlCol2L .info .con img{display: inline-block;height: 50px;vertical-align: middle;margin-right: 20px;}
.lhlCol2L .info .con .text{display: inline-block;vertical-align: middle;}
.lhlCol2L .info .con .text .titlec{font-size: 14px;line-height: 14px;color: #333333;height: 14px;overflow: hidden;margin-bottom: 8px;}
.lhlCol2L .info .con .text .titleb{font-size: 14px;color: #999999;}
.lhlCol2L .info .con .text .titleb i{font-style: normal;font-size: 30px;color: #333;}
.lhlCol2R{margin-left: 660px;padding-top: 10%;border-left: 1px solid #ebebeb;border-right: 1px solid #ebebeb;position: relative;height: 100%;}
.lhlCol2R::before{display: block;content: "";width: 1px;height: 100%;left: 50%;top: 0;background: #ebebeb;position: absolute;}
.lhlCol2Slick {position: relative;box-shadow: 0px 0px 18px 6px #ebebeb;}
.lhlCol2Slick .prev {display: block;width: 55px;height: 50px;cursor: pointer;background: #fff url(../test/lhl/col2btn.png) no-repeat center center;position: absolute;right: 55px;bottom: 0;z-index: 1;display: none;transition: all .4s linear;-webkit-transition: all .4s linear;}
.lhlCol2Slick .next {display: block;width: 55px;height: 50px;cursor: pointer;background: #fff url(../test/lhl/col2btn.png) no-repeat center center;position: absolute;right: 0;bottom: 0;z-index: 1;display: none;transform: rotateZ(180deg);-webkit-transform: rotateZ(180deg);transition: all .4s linear;-webkit-transition: all .4s linear;}
.lhlCol2Slick .bd {overflow: hidden;}
.lhlCol2Slick .slick-list {overflow: visible;}
.lhlCol2Slick .myslide {float: left;display: inline;}
.lhlCol2Slick .slickCon {display: block;transition: all 0.2s linear;-webkit-transition: all 0.2s linear;}
.lhlCol2Slick .pic::before{padding-top: 66.4804%;}
.lhlCol2Slick .next:hover{background: #e30113 url(../test/lhl/col2btnon.png) no-repeat center center;}
.lhlCol2Slick .prev:hover{background: #e30113 url(../test/lhl/col2btnon.png) no-repeat center center;}
/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.lhlColumn3{position: relative;}
.lhlColumn3 .lhlindexTitle{margin-bottom: 80px;}
.lhlColumn3::before{display: block;content: "";width: 100%;height: 1px;background: #b2b0b0;position: absolute;top: 50%;left: 0;z-index: 4;}
.bg3Swiper,.bg3Swiper .bd,.bg3Swiper .myslide,.bg3Swiper .slick-list,.bg3Swiper .slick-track{height: 100% !important;width: 100% !important;}
.bg3Swiper {position: absolute !important;top: 0;left: 0;}
.bg3Swiper::before{display: block;content: "";width: 100%;height: 100%;background: rgb(0,0,0,0.4);left: 0;top: 0;position: absolute;z-index: 2;}
.bg3Swiper .bd {transform: translate(1px) !important;/*解决swiper第一个不改变*/margin-left: -1px;left: 0 !important;position: relative;}
.bg3Swiper .myslide {top: 0;left: 0 !important;opacity: 0;z-index: 1;transform: scale(1.3);transition: 1.5s ease-in-out !important;position: absolute !important;}
.bg3Swiper .slick-active {opacity: 1;filter: alpha(opacity=100);z-index: 2;transform: scale(1);}
.lhlColumn3 .wrap{position: relative;height: 100%;z-index: 3;}
.lhlColumn3 .info{font-size: 40px;color: #fff;line-height: 40px;margin-bottom: 80px;}
.lhlColumn3 .info span{font-size: 24px;}
.lhlColumn3 .con img{display: inline-block;height: 50px;vertical-align: middle;margin-right: 20px;}
.lhlColumn3 .con .text{display: inline-block;vertical-align: middle;}
.lhlColumn3 .con .text .titlec{font-size: 14px;line-height: 14px;color: #fff;height: 14px;overflow: hidden;margin-bottom: 8px;}
.lhlColumn3 .con .text .titleb{font-size: 14px;color: #fff;}
.lhlColumn3 .con .text .titleb i{font-style: normal;font-size: 30px;color: #fff;}
.lhlColumn3 .btn{position: absolute;width: 170px;height: 170px;border: 1px solid #b2b0b0;right: 0;top: 50%;margin-top: -85px;border-radius: 50%;}
.lhlColumn3 .btn span{display: block;height: 50%;cursor: pointer;background: url(../test/lhl/col3btn.png) no-repeat center;}
.lhlColumn3 .btn span.next{transform: rotateZ(180deg);-webkit-transform: rotateZ(180deg)}
.lhlColumn3 .btn span:hover{background-image: url(../test/lhl/col3btnon.png);}
.lhlColumn3 .newtext{height: 180px;background: #fff;width: 44.0104%;left: 0;padding-left:9.2011%;position: absolute;bottom: 0;z-index: 4;padding-right: 175px;border-top-right-radius: 180px;}
.lhlColumn3 .newtext .title{font-size: 26px;line-height: 26px;color: #333;height: 26px;overflow: hidden;}
.lhlColumn3 .newtext .title a{font-size: 26px;color: #333;}
.lhlColumn3 .newtext .path{font-size: 14px;color: #999999;margin-left: 20px;}
.lhlColumn3 .newtext .path span{font-size: 26px;color: #333;}
.lhlColumn3 .newtext .path i{font-size: 14px;color: #999;font-style: normal;}
.lhlColumn3 .newtext em{width: 100%;height: 1px;background: #f5f5f5;display: block;}
/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.lhlColumn4{padding-left: 180px;background: #fff;}
.lhlCol4L{width: 38.4827%;margin-right: 65px;}
.lhlCol4L .lhlindexTitle{margin-bottom: 80px;}
.lhlCol4L .info{margin-right: 300px;overflow: hidden;position: relative;font-size: 30px;line-height: 42px;color: #333;margin-bottom: 150px;}
.lhlCol4L .info::before{display: block;content: "";position: absolute;top: -40px;left: 0;width: 40px;height: 30px;background: url(../test/lhl/col4pic.png) no-repeat center;opacity: 0.8;}
.lhlCol4L .info::after{display: block;content: "";position: absolute;bottom: -40px;right: 0;width: 40px;height: 30px;background: url(../test/lhl/col4pic.png) no-repeat center;transform: rotateX(180deg);-webkit-transform: rotateX(180deg);}
.lhlcol4Slick {position: relative;}
.lhlcol4Slick .prev {display: block;width: 55px;height: 50px;cursor: pointer;background: #fff url(../test/lhl/col2btn.png) no-repeat center center;position: absolute;left: 0;top: -50px;z-index: 1;display: none;transition: all .4s linear;-webkit-transition: all .4s linear;box-shadow: -2px -2px 12px #ebebeb;-webkit-box-shadow: -2px -2px 12px #ebebeb;}
.lhlcol4Slick .next {display: block;width: 55px;height: 50px;cursor: pointer;background: #fff url(../test/lhl/col2btn.png) no-repeat center center;position: absolute;left: 55px;top: -50px;z-index: 1;display: none;transform: rotateZ(180deg);-webkit-transform: rotateZ(180deg);transition: all .4s linear;-webkit-transition: all .4s linear;}
.lhlcol4Slick .bd {overflow: hidden;}
.lhlcol4Slick .slick-list {overflow: visible;}
.lhlcol4Slick .myslide {float: left;display: inline;}
.lhlcol4Slick .slickCon {display: block;transition: all 0.2s linear;-webkit-transition: all 0.2s linear;}
.lhlcol4Slick .pic{display: block;}
.lhlcol4Slick .pic::before{padding-top: 100%;}
.lhlcol4Slick .pic::after{display: block;content: "";position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 2;background: rgb(0,0,0,0.4);transition: all .4s linear;-webkit-transition: all .4s linear;}
.lhlcol4Slick .next:hover{background: #e30113 url(../test/lhl/col2btnon.png) no-repeat center center;}
.lhlcol4Slick .prev:hover{background: #e30113 url(../test/lhl/col2btnon.png) no-repeat center center;}
.lhlcol4Slick .slick-slide.slick-current.slick-active .pic::after{background: rgb(0,0,0,0)}
.lhlCol4R{height: 100%;overflow: hidden;position: relative;display: block;}
.lhlCol4R::before{display: block;content: "";width: 100%;height: 100%;background: rgb(0,0,0,0.4);position: absolute;left: 0;top: 0;z-index: 2;}
.lhlCol4R img{display: block;width: 100%;height: 100%;}
/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
.lhlColumn5 .zlbkDownL{width: 54.141%;}
.lhlColumn5 .zlbkDownL svg{bottom: 34%;left: 44%;}
.lhlColumn5 .lhlindexTitle{margin-bottom: 0;}
.lhlColumn5 .zlbkDown{position: relative;top: -50px;padding-top: 0;}
.lhlColumn5 .zlbkDownR{padding-top: 120px;}
/* .threeD{width: 1000px;height: 500px;position: absolute;right: 0;bottom: 24%;}
.threeD .con1{width: 800px;height: 800px;border-radius: 50%;transform: rotate3d(-3,1,0,-70deg);margin-left: auto;border: 1px solid #f2f3f2}
.threeD .con1 .rot{position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 50%;animation: xuanzhuan 15s linear infinite;}
.threeD .con1 .rot::before{display: block;content: "";width: 42px;height: 42px;background: url(../test/lhl/qiu.png)no-repeat center;position: absolute;right: -21px;top: 50%;margin-top: -21px;border-radius: 50%;} */

@keyframes xuanzhuan {
	0%{
		transform: rotateZ(0)
	}
	100%{
		transform: rotateZ(360deg)
	}
}
-webkit-@keyframes xuanzhuan {
	0%{
		transform: rotateZ(0)
	}
	100%{
		transform: rotateZ(360deg)
	}
}
/* ————— 第5通栏 end ————— */
/* ————— 战略板块 end ————— */
/* ========== lhl end ========== */
/* ========== 首页 end ========== */