body{
	overflow-x:hidden;
}
.wrap{
	max-width:1440px;
	margin:0 auto;
}

.wrap2{
	max-width:1136px;
	margin:0 auto;
}

.wrap3{
	max-width:750px;
	margin:0 auto;
}

.pageMain{min-height:100vh;position:relative;}

.hoverl:hover{text-decoration:underline;}

.mt80{margin-top:80px;}
.anchor{position:absolute;left:0;top:-80px;}
/*header&&footer start*/
.header{
	position:fixed;
	left:0;
	top:0;
	right:0;
	z-index:10000;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.header.up{
	transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
}

.header .mask{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	box-sizing:border-box;
	border: 0.3px solid #ffffff;
	background:#ffffff;
	z-index:9999;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.header .mobileMenuBtn,.header .mobileMask{display:none;}
.header .mainMenu{
	display:flex;
	justify-content:space-between;
	align-items:center;
	position:relative;
	z-index:9999;
	margin:0 64px;
}
.header .mainMenu .logo,
.footer .logo,
.searchPop .top .logo{
	display:inline-block;
	height:38px;
}
.header .mainMenu .logo img,
.footer .logo img,
.searchPop .top .logo{
	max-height:100%;
}

.header .mainMenu .logo .pic2,
.footer .logo .pic2,
.footer .contactWay .share a .pic2{
	display:none;
}
.header .mainMenu .menuBox{
	display:flex;
	align-items:center;
}
.header .mainMenu .menu .item{
	float:left;
	margin-left:48px;
	position:relative;
}
.header .mainMenu .menu .item .mNav{
	display:block;
	line-height:80px;
	font-weight:600;
	color:#00548A;
	text-transform:capitalize;
}
.header .mainMenu .menu .item .subNav{
	position:absolute;
	left:0;
	top:100%;
	margin-top:-14px;
	clip-path:polygon(14px 0%,100% 0%,100% 0%,100% calc(100% - 10px),calc(100% - 14px) 100%,0% 100%,0% 10px);
	padding:14px 20px;
	background:#ffffff;
	display:none;
}
.header .mainMenu .menu .item .subNav a{
	white-space:nowrap;
	color:#00548A;
	opacity:0.5;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	display:block;
	line-height:2.4;
}
.header .mainMenu .menu .item:hover .subNav{
	display:block;
}
.header .mainMenu .menu .item .subNav a:hover{
	opacity:1;
}
.header .mainMenu .siteMenu{
	margin-left:62px;
	display:flex;
	align-items:center;
}
.header .mainMenu .siteMenu a{
	display:block;
	margin-left:20px;
	color:#00548A;
}
.header .mainMenu .siteMenu .search{
	background:url(../images/search2.png) center no-repeat;
	background-size:contain;
	width:14px;
	height:14px;
	position:relative;
}
.header .mainMenu .siteMenu .subNavBtn{
	width:10px;
	height:10px;
	border-top:1px solid #00548A;
	border-bottom:1px solid #00548A;
	position:relative;
}
.header .mainMenu .siteMenu .subNavBtn::before{
	content:"";
	width:7px;
	height:1px;
	display:block;
	position:absolute;
	top:4px;
	left:0;
	background:#00548A;
}


.footer{
	padding:0 26px 30px 26px;
}
.footer .footerBg{
	background: #4064A7;
	backdrop-filter: blur(20px);
	clip-path: polygon(76px 0%,100% 0%,100% 0%,100% calc(100% - 46px),calc(100% - 76px) 100%,0% 100%,0% 46px);
	padding:44px 120px 34px 120px;
	display:flex;
	justify-content:space-between;
}
.footer .logoCopyright{
	display:flex;
	flex-direction:column;
}
.footer .logoBox{
	flex:1;	
}
.footer .copyright{
	max-width:310px;
	color:rgba(255,255,255,.4);
}
.footer .contactWay,
.footer .contactWay a,
.footer .menu a{
	color:#ffffff;
}
.footer .contactWay .f1{
	font-weight:bold;
	margin-bottom:12px;
}
.footer .contactWay .f2{
	line-height:1.8
}
.footer .contactWay .f3{
	line-height:1.8;
	opacity:0.5;
}
.footer .contactWay .share{
	margin-top:24px;
}
.footer .contactWay .share a{
	display:inline-block;
	margin-right:2.2em;
}
.footer .menu a{
	display:block;
	margin-bottom:1.6em;
	font-weight:bold;
}


	/* 特定头底颜色配色 */
	.header.whiteTheme{
		box-shadow:none;
	}
	.header.whiteTheme .mask{
		box-shadow:none;
		border-color:#000000;
		background: radial-gradient(61% 61% at 80% 86%, rgba(84, 125, 197, 0.348) 0%, rgba(165, 186, 223, 0.6) 35%, rgba(99, 144, 220, 0.6) 100%);
		background-blend-mode: luminosity;
		border-image:linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 0.3;
		filter: blur(15px);
		backdrop-filter: blur(20px);
	}
	.header.whiteTheme .mainMenu .logo .pic1,
	.footer.whiteTheme .logo .pic1,
	.footer.whiteTheme .contactWay .share a .pic1{
		display:none;
	}
	.header.whiteTheme .mainMenu .logo .pic2,
	.footer.whiteTheme .logo .pic2,
	.footer.whiteTheme .contactWay .share a .pic2{
		display:block;
	}

	.header.whiteTheme .mainMenu .menu .item .mNav,
	.header.whiteTheme .mainMenu .siteMenu a{
		color:#ffffff;
	}
	.header.whiteTheme .mainMenu .siteMenu .search{
		background-image:url(../images/search1.png);
	}
	.header.whiteTheme .mainMenu .siteMenu .subNavBtn{
		border-color:#ffffff;
	}
	.header.whiteTheme .mainMenu .siteMenu .subNavBtn::before{
		background-color:#ffffff;
	}
	
	.footer.whiteTheme .footerBg{
		background: rgba(255, 255, 255, 0.8);
		backdrop-filter: blur(20px);
		box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.5);
	}
	.footer.whiteTheme .copyright{
		color:rgba(0,0,0,0.4);
	}
	.footer.whiteTheme .contactWay .f1,
	.footer.whiteTheme .menu a{
		color:#00548A;
	}
	.footer.whiteTheme .contactWay .f2{
		color:#FF9E41;
	}
	.footer.whiteTheme .contactWay .f3{
		color:#000000;
	}

.siteSelectPop{
	
	display:none;
}
.siteSelectPop a:hover{
	text-decoration:underline;
}
.siteSelectPop a.c-yellow{
	color:#F68932 !important;
}
.siteSelectPop .mask{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.4);
	z-index:99999;
}
.siteSelectPop .cont{
	position:fixed;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	clip-path: polygon(32px 0%,100% 0%,100% 0%,100% calc(100% - 18px),calc(100% - 32px) 100%,0% 100%,0% 18px);
	background: rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
	border: 1px solid;
	border-image: linear-gradient(26deg, #FFFFFF 2%, rgba(255, 255, 255, 0) 92%) ;
	backdrop-filter: blur(31px);
	width:1136px;
	z-index:99999;
}
.siteSelectPop .cont .title{
	text-align:center;
	padding:30px 0 60px 0;
}
.siteSelectPop .cont .menu{
	max-width:1000px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	background:url(../images/sitepop.png) center no-repeat;
	background-size:contain;
	flex-wrap:wrap;
}
.siteSelectPop .cont .menu .item{
	margin-bottom:40px;
}
.siteSelectPop .cont .menu .item .tit{
	margin-bottom:10px;
}
.siteSelectPop .cont .menu .item .link a{
	display:block;
	line-height:2;
	color: rgba(0, 0, 0, 0.6);
}
.siteSelectPop .cont .remarks{
	background: rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
	border: 1px solid;
	border-image: linear-gradient(7deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 90%) ;
	backdrop-filter: blur(31px);
	text-align:center;
	padding:30px 0;
}
.siteSelectPop .cont .remarks a{

}
.siteSelectPop .cont .close{
	width:20px;
	height:20px;
	position:absolute;
	right:30px;
	top:40px;
	background:url(../images/close.png) center no-repeat;
	background-size:contain;
	cursor:pointer;
}


.searchPop{
	background: radial-gradient(186% 184% at 100% 99%, #2B47A1 0%, #4976BF 30%, #68BFFD 67%, rgba(43, 124, 167, 0.68) 100%, #61E5FF 100%);
	backdrop-filter: blur(5px);
	position:fixed;
	z-index:99999;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;
}
.searchPop .top{
	position:absolute;
	left:0;
	right:0;
	top:30px;
}
.searchPop .close{
	position:absolute;
	right:40px;
	top:42px;
	width:14px;
	height:14px;
	cursor:pointer;
	background:url(../images/close2.png) center no-repeat;
	background-size:contain;
}

.searchPop .cont{
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}

.searchPop .cont .midLogo{
	max-width:490px;
	margin:0 auto 50px auto;
}
.searchPop .cont .searchInput{
	display:flex;
	align-items:center;
}
.searchPop .cont .searchInput .text{
	flex:1;
	background:#ffffff;
}
.searchPop .cont .searchInput .text input{
	border:none;
	width:100%;
	padding:0 2em;
	box-sizing:border-box;
	height:60px;
}
.searchPop .cont .searchInput .btn{
	width:80px;
	height:60px;
	border:none;
	background:url(../images/search3.png) center no-repeat;
	background-size:32.5% auto;
	background-color:#68BFFD;
}
.searchPop .cont .title{
	margin:1em 0;
	color:#ffffff;
	display:none;
}
.searchPop .cont .list{
	display:none;
	max-height:calc(90vh - 300px);
	overflow-y:auto;
}
.searchPop .cont .list .item{
	padding:1.5em 0;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.searchPop .cont .list .item .tit{color:#ffffff;display:block;}
.searchPop .cont .list .item .desc{
	margin-top:8px;
	color:#ffffff;
}

.searchPop .cont .nodataTip{
	text-align:center;
	padding:2em 0;
	color:#ffffff;
}

.header .search .searchBox{
	position:absolute;
	right:0;
	top:0;
	padding-top:66px;
	width:268px;
	display:none;
}
.header .search:hover .searchBox{
	display:block;
}
.header .search .searchBox .searchInput{
	display:flex;
	align-items:center;
}
.header .search .searchBox .searchInput .text{
	flex:1;
	background:#ffffff;
}
.header .search .searchBox .searchInput .text input{
	border:none;
	width:100%;
	padding:0 1.5em;
	box-sizing:border-box;
	height:42px;
}
.header .search .searchBox .searchInput .btn{
	width:60px;
	height:42px;
	border:none;
	background:url(../images/search3.png) center no-repeat;
	background-size:32.5% auto;
	background-color:#68BFFD;
}

.botFloat{
	position:fixed;
	right:30px;
	bottom:200px;
	z-index:1000;
	display:none;
}
.botFloat .item{
	display:block;
	cursor: pointer;
	width:58px;
	margin-top:10px;
}
/*header&&footer end*/

/*index start*/
.indexPage .videoBg{display:block;object-fit:cover;position:absolute;left:0;top:0;width:100%;height:100%;}
.indexPage .section{
	overflow:hidden;
	position:relative;
}
.indexPage .sectionCont{
	display:flex;
    flex-direction:column;
    justify-content:center;
    height:100vh;
}

.indexPage .bannerTit{
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
}
.indexPage .bannerTit span{
	font-weight:bold;
	display:block;
}
.indexPage .bannerBtnBox{
	position:absolute;
	bottom:48px;
	left:0;
	right:0;
}
.indexPage .bannerBtnBox .wrap{
	display:flex;
	justify-content:space-between;
}
.indexPage .bannerBtnBox .btn{
	display:flex;
	justify-content:space-between;
	align-items:center;
	color:#ffffff;
	cursor:pointer;
	text-transform:uppercase;
}
.indexPage .bannerBtnBox .btn::before{
	content:'';
	border:8px solid transparent;
}
.indexPage .bannerBtnBox .btn1::before{
	border-top-color:#ffffff;
	margin:8px 8px 0 0;
}
.indexPage .bannerBtnBox .btn2::before{
	border-left-color:#ffffff;
}

.indIntro .item{
	max-width:950px;
	margin:0 auto;
}
.indIntro .tit{
	color:#ffffff;
	text-transform:capitalize;
}
.indIntro .more,
.indNews .more{
	display:inline-block;
	margin-top:1em;
	padding-right:3em;
	background:url(../images/arrow1.png) right center no-repeat;
	background-size:2em auto;
	color:#ffffff;
}
.indIntro .desc{
	background: radial-gradient(50% 50% at 50% 50%, #97B9FD 0%, rgba(201, 217, 249, 0) 100%);
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(64px);
	clip-path: polygon(76px 0%,100% 0%,100% 0%,100% calc(100% - 46px),calc(100% - 76px) 100%,0% 100%,0% 46px);
	padding:50px 60px;
	color:#ffffff;
	margin-left:10%;
}
.indIntro .desc .ellipsis-6{
	line-height:1.8;
	max-height:10.8em;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient:vertical;
}
.indIntro .swiper-container{
	padding-bottom:50px;
}
.indIntro .swiper-container .swiper-pagination{
	bottom:0;
	text-align:right;
	width:760px;
	left:50%;
	margin-left:-380px;
}
.indIntro .swiper-pagination-bullet{
	width:16px;
	height:4px;
	border-radius:2px;
	background:#ffffff;
	opacity:0.5;
	margin:0 2px !important;
}
.indIntro .swiper-pagination-bullet-active{
	width:28px;
	background:#00548A;
	opacity:1;
}

.indProduct .item{
	position:relative;
}
.indProduct .item .video video{
	object-fit:cover;
	width:100vw;
	height:100vh;
	display:block;
}
.indProduct .item .font{
	height:72vh;
	position:absolute;
	left:0;
	width:1140px;
	top:50%;
	left:50%;
	margin:-36vh 0 0 -570px;
}

.indProduct .swiper-container .swiper-pagination{
	bottom:14vh;
	width:1140px;
	left:50%;
	margin-left:-570px;
	text-align:left;
}
.indProduct .swiper-pagination-bullet{
	width:80px;
	height:2px;
	border-radius:0;
	background:#060E9B;
	opacity:0.4;
	margin:0 16px 0 0;

}
.indProduct .swiper-pagination-bullet-active{
	opacity:1;
}
.indProduct .tit .f1{
	text-transform:uppercase;
	line-height:1.2;
	color:#2D559F;
}
.indProduct .tit .f2{
	margin-top:10px;
	color:#2D559F;
}
.indProduct .more{
	display:inline-block;
	margin-top:2em;
	padding-right:3em;
	background:url(../images/arrow2.png) right center no-repeat;
	background-size:2em auto;
	color:#2D559F;
}
/* .indMask{
	position:absolute;
	left:0;
	right:0;
	bottom:-2px;
	clip-path: polygon(0% 0%, 100% 86%, 100% 100% , 0% 100%);
	background: #FFFFFF;
	backdrop-filter: blur(20px);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.5);
	height:18%;
}


.indMask2{
	position:absolute;
	left:0;
	right:0;
	top:-2px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 0% , 0% 100%);
	background: #10317C;
	backdrop-filter: blur(20px);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.5);
	height:14%;
}

.indMask3{
	position:absolute;
	left:0;
	right:0;
	bottom:-2px;
	clip-path: polygon(0% 100%, 100% 0%, 100% 100% , 0% 100%);
	background: #10317C;
	backdrop-filter: blur(20px);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.5);
	height:14%;
} */


.indPresence{
	color:#ffffff;
	width:36vw;
	position:absolute;
	left:16%;
	top:50%;
	max-height:70%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	overflow-y:auto;
}
.indPresence .tit{

}
.indPresence .tit span{
	display:block;
	font-weight:bold;
}
.indPresence .desc{
	opacity:0.6;
	max-width:590px;
	margin-top:1em;
}
.indEarthBg{
	background:url(../images/indearth3.jpg) center no-repeat;
	background-size:cover;
}

.indEarthBg2{
	background:url(../images/indEarth01.png) center no-repeat;
	background-size:cover;
}

.indEarthBg2 .indPresence{
	color:#2D559F;
	width:44vw;
}

.indGlobal{
	width:100%;
	height:100vh;
	position:absolute;
	right:0;
	top:0;
}

.indGlobal .globalImg{
	width:59.4vh;
	height:59.4vh;
	position:absolute;
	right:10%;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	border-radius:50%;
	overflow:hidden;
	transition:0.2s all ease;
	-webkit-transition:0.2s all ease;
}
.indGlobal .globalImg.on{
	transform: scale(2);
	-webkit-transform: scale(2);
    top: auto;
    bottom: 7%;
}

.indGlobal .globalImg .worldMap{
	position:absolute;
	left:0;
	right:0;
	height:118%;
	top:-9%;
}

.indGlobal .globalImg .worldMap>.swiper-wrapper{
	-webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.indGlobal .globalImg .worldMap .swiper-slide{
	width:182%;
	cursor:move;
}
.indGlobal .globalImg .worldMap .swiper-slide > img{
	height:100%;
	max-width:none;
}

.indGlobal .globalImg .worldMap .dot{
	width:44px;
	height:44px;
	margin:-22px 0 0 -22px;
	position:absolute;
	background:url(../images/global3.png) center no-repeat;
	background-size:contain;
	cursor:pointer;
}

.echartGlobal{
	width:100%;
	height:100vh;
	position:absolute;
	right:0;
	top:0;
}

.indSiteIntroBox{
	position:absolute;
	left:16%;
	top:50%;
	max-height:70%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	overflow-y:auto;
	overflow-x:hidden;
	padding-right:10px;
}

/* 整个滚动条 */
.indSiteIntroBox::-webkit-scrollbar {
    width: 4px; /* 滚动条的宽度 */
}
 
/* 滚动条上的滚动滑块 */
.indSiteIntroBox::-webkit-scrollbar-thumb {
    background-color:rgba(255, 255, 255, 0.6); /* 滑块颜色 */
    border-radius: 2px; /* 滑块圆角 */
}
 
/* 滚动条轨道 */
.indSiteIntroBox::-webkit-scrollbar-track {
    background:transparent; /* 轨道颜色 */
}

.indSiteIntro{
	width:36vw;
	background: rgba(151, 185, 253, 0.1);
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(64px);
	clip-path: polygon(76px 0%,100% 0%,100% 0%,100% calc(100% - 46px),calc(100% - 76px) 100%,0% 100%,0% 46px);
	color:#ffffff;
	padding:60px 40px 40px 40px;
	display:none;
}
.indSiteIntro .tit{
	margin-top:6px;
}
.indSiteIntro .desc{
	margin-top:1em;
}
.indSiteIntro .remark{
	opacity:0.5;
	text-align:center;
	margin-top:70px;
}

.indSiteIntroBox .close{
	width:48px;
	height:48px;
	background:url(../images/global4.png) center no-repeat;
	margin-bottom:4px;
	background-size:contain;
	cursor:pointer;
	display:none;
}


.indNewsBg{
	background: rgba(14, 57, 138, 0.7);
	backdrop-filter: blur(20px);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.5);
}
.indNews .title{
	display:flex;
	justify-content:space-between;
	align-items:center;
	color:#ffffff;
	margin-bottom:30px;
}
.indNews .more{
	margin-top:0;
}
.indNews .list{
	display:flex;
	justify-content:space-between;
}
.indNews .list > .item:first-child{
	flex:0 0 560px;
	margin-right:70px;
}
.indNews .item .img{
	margin-bottom:1em;
	border-radius:4px;
}
.indNews .item .tit{
	color:#ffffff;
	text-transform:uppercase;
	display:block;
}
.indNews .item .date{
	margin-bottom:6px;
	color:#d8d8d8;
}
.indNews .item .desc{
	margin-top:6px;
	color:#d8d8d8;
}
.indNews .itemBox{
	flex:1;
	overflow:hidden;
}
.indNews .itemBox .item{
	padding:26px 0;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.indNews .itemBox .item:first-child{
	padding-top:0;
}


.indContact{
	max-width:840px;
	margin:0 auto;
	text-align:center;
	margin-bottom:30vh;
}
.indContact .tit{
	font-weight:bold;
}
.indContact .desc{
	color:#00548A;
	margin-top:0.4em;
}
.indContact .link{
	background:#FF9E41;
	color:#ffffff;
	width:140px;
	height:40px;
	line-height:40px;
	display:block;
	margin:2em auto 0 auto;
	font-weight:bold;
	clip-path: polygon(18px 0%,100% 0%,100% 0%,100% 100%,100% 100%,0% 100%,0% 10px);
}
.indexPage .footer{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}

.indVideoPop{
	display:none;
}
.indVideoPop .mask{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index:99998;
}
.indVideoPop .cont{
	position:fixed;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	max-width:1136px;
	z-index:99999;
}
.indVideoPop .cont .close{
	width:20px;
	height:20px;
	position:absolute;
	right:-40px;
	top:-40px;
	background:url(../images/close2.png) center no-repeat;
	background-size:contain;
	cursor:pointer;
}
/*index end*/

/*内页公共 start*/
.ban{
	height:400px;
	position:relative;
}
.ban.h_260{
	height:260px;
}
.ban .pic{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit:cover;
}
.ban .mask{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: linear-gradient(72deg, rgba(83, 122, 196, 0.8) 0%, rgba(202, 218, 243, 0) 100%);
}
.ban .font{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	color:#ffffff;
	width:1136px;
	text-transform:uppercase;
}
.ban .font .tit{
	text-transform:uppercase;
}
.ban .font .desc{
	margin-top:4px;
}

.pt100{padding-top:100px;}
.pb60{padding-bottom:60px;}
.pad70_0{padding:70px 0;}
.pad100_0{padding:100px 0;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.ratio-img{object-fit:cover;width:100%;}

.page{
	font-size:12px;
	margin-top:60px;
	text-align:right;
}
.page a{
	display:inline-block;
	width:2em;
	text-align:center;
	line-height:2;
	color:#9c9c9c;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	font-weight:500;
	margin-top:10px;
}
.page a:hover,.page a.cr{
	color:#000000;
}


.crumbs{
	text-transform:uppercase;
	font-size:12px;
	padding:10px 0;
}
.crumbs a{
	display:inline-block;
	color:#3D3D3D;
}
.crumbs span{
	display:inline-block;
	font-weight:bold;
}

.productPage .crumbs{
	border-bottom:1px solid #f0f0f0;
}

.turnpage,.turnpage .item .bot{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.turnpage .item{
	width:49%;
	border-bottom:1px solid #383838;
}
.turnpage .item .tit{
	color:rgba(0, 0, 0, 0.4);
}
.turnpage .item .bot{
	line-height:1;
	padding-top:30px;
	padding-bottom:20px;
}
.turnpage .item .bot .link{
	display:block;
	width:28px;
	height:12px;
	background:url(../images/arrow3.png) center no-repeat;
	background-size:contain;
}
.turnpage .item:hover{
	border-color:#00548A;
}
/*内页公共 end*/

/*news start*/
.newsRecomment .img{
	width:560px;
	margin-right:54px;
	clip-path: polygon(30px 0%,100% 0%,100% 0%,100% calc(100% - 20px),calc(100% - 30px) 100%,0% 100%,0% 20px);
}
.newsRecomment .font .date{
	color:rgba(0, 0, 0, 0.7);
	margin-top:40px;
}
.newsRecomment .font .tit{
	display:block;
	margin-top:30px;
	text-transform:uppercase;
}
.newsRecomment .font .desc{
	margin-top:0.6em;
}
.newsRecomment .font .tit,
.newsList .item .tit,
.newsList .item .more,
.crumbs a,
.turnpage .item .tit,
.turnpage .item,
.careerJoinUs .joinUs .itemBox .item .font a{
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
}
.newsRecomment .font .tit:hover,
.newsList .item .tit:hover,
.crumbs a:hover,
.turnpage .item .tit:hover,
.careerJoinUs .joinUs .itemBox .item .font a:hover{
	color:#00548A;
}

.newsList{
	margin:0 -8px;
}
.newsList .item{
	width:33.3%;
	float:left;
	margin-top:32px;
}
.newsList .item .w{
	margin:0 8px;
}
.newsList .item .img{
	display:block;
	clip-path: polygon(30px 0%,100% 0%,100% 0%,100% calc(100% - 20px),calc(100% - 30px) 100%,0% 100%,0% 20px);
}
.newsList .item .dateLabel{
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:54px;
}
.newsList .item .date{
	color:rgba(0, 0, 0, 0.7);
}
.newsList .item .label{
	height:24px;
	line-height:24px;
	padding:0 8px;
	background:rgba(64, 100, 167, 0.2);
}
.newsList .item .more{
	display:inline-block;
	padding-right:30px;
	height:1em;
	background:url(../images/arrow3.png) right center no-repeat;
	margin-top:20px;
}
.newsList .item .more:hover{
	padding-right:40px;
}

.newsinfo .title{
	padding-bottom:40px;
	margin-bottom:30px;
	border-bottom:1px solid #5a5a5a;
}
/*news end*/

/*product start*/
.productPage .productPageMain{
	padding:30px 0;
}
.productPage .slideScreen{
	box-sizing:border-box;
	padding:30px 20px;
	width:210px;
	background:#f9f9f9;
	clip-path: polygon(30px 0%,100% 0%,100% 0%,100% calc(100% - 20px),calc(100% - 30px) 100%,0% 100%,0% 20px);
	margin-right:16px;
}
.productPage .slideScreen .tit{
	padding-bottom:1em;
	margin-bottom:2em;
	border-bottom:1px solid #f0f0f0;
}
.productPage .slideScreen .itemBox label{
	color:#999999;
	display:flex;
	align-items:center;
	margin-top:1em;
	cursor:pointer;
}
.productPage .slideScreen .itemBox label input{display:none;}
.productPage .slideScreen .itemBox label .icon{
	position:relative;
	width:14px;
	height:14px;
	border:1px solid #999999;
	border-radius:4px;
	display:block;
	margin-right:1em;
}
.productPage .slideScreen .itemBox label .icon img{
	display:none;
	position:absolute;
	width:18px;
	left:4px;
	top:-2px;
}
.productPage .slideScreen .itemBox label input:checked + .icon{border-color:#2D559F;}
.productPage .slideScreen .itemBox label input:checked + .icon img{display:block;}

.productPage .search{
	height:40px;
	border-radius:20px;
	background:#f6f6f6;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.productPage .search .results{
	color:#3d3d3d;
	padding-left:10px;
}
.productPage .search .searchInput{
	height:34px;
	border-radius:17px;
	background: rgba(98, 159, 217, 0.1);
	display:flex;
	align-items:center;
	margin-right:3px;
	width:230px;
}
.productPage .search .searchInput .text{
	flex:1;
}
.productPage .search .searchInput .text input{
	background:none;
	border:none;
	padding:0 10px;
	box-sizing:border-box;
	width:100%;
}
.productPage .search .searchInput .btn{
	background:none;
	border:none;
	width:40px;
	height:34px;
	background:url(../images/search4.png) center no-repeat;
}

.productList{
	margin:0 -8px;
	padding-top:25px;
}
.productList .item{
	width:33.3%;
	float:left;
	margin-top:25px;
}
.productList .item .w{
	margin:0 8px;
	padding:10px 10px 50px 10px;
	border-radius:20px;
	background:#ffffff;
	position:relative;
	display:block;
}
.productList .item .fontBox{
	position:relative;
	height:68px;
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	left:10px;
	right:10px;
	bottom:10px;
	background:url(../images/pro_bg.png) center no-repeat;
	background-size:100% 100%;
}
.productList .item .fontBox .font{
	max-height:3em;
	height:auto;
	font-weight:bold;
	color:#2D559F;
	margin:0 1em;
	text-align:center;
}

.productList .item .fontBox .font:hover{text-decoration:underline;}

.proInfoVideo{
	border-radius:48px;
	overflow:hidden;
	margin:60px 0;
}
.proInfoVideo video{
	width:100%;
	object-fit:cover;
	display:block;
}

.newsinfoPage .crumbs{	
	background: rgba(255, 255, 255, 0.4);
}
.newsinfoPage .intro{
	padding:40px 0 70px 0;
	background: linear-gradient(59deg, rgba(83, 122, 196, 0.8) 0%, rgba(202, 218, 243, 0) 99%);
}

.newsinfoPage .intro > .wrap2{display:flex;}

.newsinfoPage .introSwiper{
	width:640px;
	margin-right:10px;
	margin-left:-60px;
	margin-top:100px;
}
.newsinfoPage .gallery-thumbs{
	margin-left:52px;
}
.newsinfoPage .gallery-thumbs .swiper-slide{
	width:25%;
	cursor:pointer;
	opacity:0.6;
}
.newsinfoPage .gallery-thumbs .swiper-slide.active-nav{
	width:25%;
	cursor:pointer;
	opacity:1;
}
.newsinfoPage .gallery-thumbs .item{
	margin:0 10px;
	background:url(../images/pro_info_bg.png) center bottom no-repeat;
	background-size:100% auto;
}

.newsinfoPage .intro .introFont{
	flex:1;
	display:flex;
	flex-direction:column;
}

.newsinfoPage .introFont .subtit{
	margin-bottom:2em;
}
.newsinfoPage .introFont .desc{
	padding:90px 45px;
	clip-path: polygon(30px 0%,100% 0%,100% 0%,100% calc(100% - 20px),calc(100% - 30px) 100%,0% 100%,0% 20px);
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(28px);
	box-shadow: 34px 0px 38px 0px rgba(0, 84, 138, 0.11);
	line-height:1.8;
	flex:1;
}
.newsinfoPage .highlights{
	background: #E5EFFF;
	padding:40px 0 44px 0;
}
.newsinfoPage .highlights .title{
	text-align:center;
	margin-bottom:1.4em;
	text-transform:uppercase;
}
.newsinfoPage .highlights .list{
	margin:0 -8px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.newsinfoPage .highlights .item{
	width:33.3%;
	display:flex;
	margin-bottom:16px;
}
.newsinfoPage .highlights .item .w{
	background:#ffffff;
	margin:0 8px;
}
.newsinfoPage .highlights .item .ratio-img{
	object-fit:contain;
}
.newsinfoPage .highlights .item .font{
	padding:2em;
}
.newsinfoPage .infoDetail{
	padding:90px 0 140px 0;
}
.newsinfoPage .infoDetail .img{
	clip-path: polygon(30px 0%,100% 0%,100% 0%,100% calc(100% - 20px),calc(100% - 30px) 100%,0% 100%,0% 20px);
	overflow:hidden;
	width:49.2%;
	margin-right:10%;
}
.newsinfoPage .infoDetail .font .tit{
	margin-bottom:1em;
}
.newsinfoPage .infoDetail .font ul li{
	list-style-type:disc;
	margin-left:1.5em;
}
/*product end*/

/*CAREERS start*/
.careersPage .intro .tit{
	margin-bottom:1.4em;
	font-weight: 600;
}
.careersPage .intro .desc{
	display:flex;
	align-items:center;
}
.careersPage .intro .desc .img{
	width:49.2%;
	margin-right:6.4%;
	overflow:hidden;
	clip-path: polygon(30px 0%,100% 0%,100% 0%,100% calc(100% - 20px),calc(100% - 30px) 100%,0% 100%,0% 20px);
}
.careersPage .intro .desc .font{
	line-height:24px;
	flex:1;
	color:#666;
}

.careersPage .devTalent{
	background: #E5EFFF;
}
.careersPage .devTalent .top,
.careerJoinUs .joinUs .top{
	display:flex;
	justify-content:space-between;
}
.careersPage .devTalent .top .tit,
.careerJoinUs .joinUs .top .tit{
	margin-right:1em;
	width:48%;
	margin-right:2em;
	font-weight: 600;
}
.careersPage .devTalent .top .desc,
.careerJoinUs .joinUs .top .desc{
	flex:1;
}
.careersPage .devTalent .bot{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	padding:46px 46px 30px 46px;
}
.careersPage .devTalent .bot .itemBox{
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
}
.careersPage .devTalent .bot .itemBox .item{
	background:url(../images/careers.png) center no-repeat;
	background-size:100% 100%;
	color:#ffffff;
	box-sizing:border-box;
	padding:0 1em;
	width:18.2%;
	height:320px;
	display:flex;
	align-items:center;
	text-align:center;
	backdrop-filter: blur(31px);
	mask-image: url(../images/careers_mask.png);
	-webkit-mask-image: url(../images/careers_mask.png);
	mask-size:100% 100%;
	-webkit-mask-size:100% 100%;
}
.careersPage .devTalent .bot .itemBox .item .font{
	flex:1;
}
.careersPage .devTalent .bot .remarks{
	text-align:center;
	color:#ffffff;
	margin-top:0.6em;
}
.careersPage .ourWork{
	background-repeat:no-repeat;
	background-size:cover;
	background-color:linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
	padding:120px 0 210px 0;
	position:relative;
	overflow:hidden;
}
.careersPage .ourWork .tit{
	color:#ffffff;
}
.careersPage .ourWork .swiperBox{
	max-width:740px;
	margin:0 auto;
	position:relative;
}
.careersPage .ourWork .swiperBox .prev,
.careersPage .ourWork .swiperBox .next{
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:65px;
	position:absolute;
	cursor:pointer;
}
.careersPage .ourWork .swiperBox .prev{
	left:-120px;
}
.careersPage .ourWork .swiperBox .next{
	right:-120px;
}
.careersPage .ourWork .swiperBox .item{
	padding:40px 36px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(201, 217, 249, 0) 100%);
	box-sizing: border-box;
	border: 1.47px solid;
	border-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%) 1.47;

	backdrop-filter: blur(44px);
	min-height:350px;
	position:relative;
}
.careersPage .ourWork .swiperBox .active .item{
	background: rgba(255, 255, 255, 0.66);
	border-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 1.47;
	backdrop-filter: blur(122px);
}
.careersPage .ourWork .swiperBox .item .name,
.careersPage .ourWork .swiperBox .item .desc{
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
	opacity:0;
}
.careersPage .ourWork .swiperBox .item .font{
	margin-top:2em;
	opacity:0.7;
	max-width:430px;
	margin:0 auto;
	opacity:0;
}
.careersPage .ourWork .swiperBox .active .item .name,
.careersPage .ourWork .swiperBox .active .item .desc,
.careersPage .ourWork .swiperBox .active .item .font{
	opacity:1;
}
.careersPage .ourWork .fg-card{
	width:100%;
	backdrop-filter: blur(45.68px);
}
.careerJoinUs{
	padding-top:80px;
	margin-top:110px;
	background: linear-gradient(180deg, #E5EFFF 46%, rgba(255, 255, 255, 0) 100%);
}
.careerJoinUs .joinUs .top{
	margin-bottom:90px;
}
.careerJoinUs .joinUs .itemBox{
	margin:0 -8px;
}
.careerJoinUs .joinUs .itemBox .item{
	float:left;
	width:33.3%;
}
.careerJoinUs .joinUs .itemBox .item .w{
	margin:0 8px;
	background:url(../images/careers2.png) center no-repeat;
	background-size:100% 100%;
	height:150px;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.careerJoinUs .joinUs .itemBox .item .font{
	padding:0 1em;
	text-align:center;
	width:100%;
}
.careerJoinUs .joinUs .itemBox .item .font a{
	display:block;
	color:#666666;
}
.careerJoinUs .joinUs .itemBox .item .font span{
	display:block;
	color:#666666;
}
.careerJoinUs .joinUs .bot{
	text-align:center;
	padding:30px 0;
}
/*CAREERS end*/

/*OUR IMPACT start*/
.impactPage .ourImapct{
	display:flex;
	justify-content:space-between;
}
.impactPage .ourImapct .tit{
	flex:1;
	margin-right:2em;
}
.impactPage .ourImapct .font{
	max-width:530px;
}
.impactPage .ourImapct .font .subtit{
	font-weight:500;
	line-height:1.8;
}
.impactPage .ourImapct .font .desc{
	font-weight:400;
	margin-top:2em;
}
.impactPage .greenPackaging{
	background: linear-gradient(180deg, #E5EFFF 46%, rgba(255, 255, 255, 0) 100%);
}
.impactPage .greenGrowth{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
}
.impactPage .greenGrowthVideo,
.impactPage .greenGrowthMask{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.impactPage .greenGrowthMask{
	background:#1F5836;
	opacity:0.7;
}
.impactPage .greenGrowth .wrap2{
	position:relative;
}
.impactPage .greenGrowth .ourImapct{
	color:#ffffff;
}
.impactPage .greenGrowth .ourImapct .desc{
	margin-top:0;
}
.impactPage .greenGrowth .itemBox{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:40vh;
}
.impactPage .greenGrowth .itemBox .item{
	color:#ffffff;
	width:24%;
}
.impactPage .greenGrowth .itemBox .item .tit{
	border-top:1px solid #ffffff;
	font-weight:600;
	padding:1em 0 0.6em 0;
	min-height:3em;
}
.impactPage .greenGrowth .itemBox .item .desc{
	line-height:1.8;
}
.impactPage .recognitionsRatings{
	padding:100px 0 60px 0;
}
.impactPage .recognitionsRatings .tit{
	margin-bottom:2em;
}
.impactPage .recognitionsRatings .font{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.impactPage .recognitionsRatings .font .icon{
	flex:0 0 146px;
	height:146px;
	border-radius:50%;
	overflow:hidden;
	margin-right:-4px;
}
.impactPage .recognitionsRatings .font .desc{
	display:flex;
	/*min-height:260px;
	align-items:center;*/
	justify-content:space-between;
	padding:2em 40px 2em 60px;
	box-sizing:border-box;
	background: linear-gradient(to right, #CFDBF0, #ffffff);
	position:relative;
}

.pdfSelect {margin-top:1em;}
.pdfSelect .select{
	width:230px;
	height:36px;
	border:1px solid #ffffff;
	background:rgba(255,255,255,0.6);
	box-sizing:border-box;
	padding:0 10px;
	position:relative;
}
.pdfSelect .link{
	display:block;
	padding-left: 2em;
    background: url(../images/impact2.png) left center no-repeat;
    background-size: 16px auto;
    color: #4064A7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pdfSelect .select .selectBtn{
	position:absolute;
	width:28px;
	height:28px;
	cursor:pointer;
	right:10px;
	top:4px;
	background:url(../images/arrow6.png) center no-repeat;
	background-size:contain;
}
.pdfSelect .select .selectCur{
	line-height:36px;
	padding-right:36px;
}
.pdfSelect .select .selectCur .link{
	margin:0;
}
.pdfSelect .select .selectPop{
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	padding:10px 0;
	box-sizing:border-box;
	display:none;
}

.pdfSelect .select .selectPop .cont{
	padding:10px;
	line-height:32px;
	background:rgba(255, 255, 255, 0.6);
	border:1px solid #ffffff;
}


.impactPage .recognitionsRatings .font .desc::before{
	content:'';
	border-top:8px solid transparent;
	border-bottom:8px solid transparent;
	border-left:10px solid transparent;
	border-right:10px solid #CFDBF0;
	position:absolute;
	left:-20px;
	top:50%;
	margin-top:-8px;
}
.impactPage .recognitionsRatings .font .desc .f1{
	margin-right:3.6em;
}
.impactPage .recognitionsRatings .font .desc .f2{
	flex:1;
}
.impactReport{
	background: linear-gradient(180deg, #E5EFFF 46%, rgba(255, 255, 255, 0) 100%);
}
.impactReport .itemBox{
	margin: 0 -8px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.impactReport .itemBox .item{
    width: 33.3%;
	margin-top:1em;
}
.impactReport .itemBox .item .w{
	margin: 0 8px;
    background: url(../images/careers2.png) center no-repeat;
    background-size: 100% 100%;
    height: 150px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	position: relative;
}
.impactReport .itemBox .item .font .link{
	display: block;
	margin:0 60px;
	padding-left:2em;
	background:url(../images/impact2.png) left center no-repeat;
	background-size:16px auto;
	color:#4064A7;
}
.impactReport .itemBox .item .font .down{
	display:block;
	width:16px;
	height:16px;
	background:url(../images/impact3.png) center no-repeat;
	background-size:contain;
	position:absolute;
	right:40px;
	bottom:16px;
}
.impactReport .tit{
	margin-bottom:56px;
}
/*OUR IMPACT end*/

/*ABOUT US start*/
.aboutPage .whoWeAre{
	max-width:1126px;
	margin:-90px auto 0 auto;
	position:relative;
}
.aboutPage .whoWeAre .img{
	overflow:hidden;
	clip-path: polygon(60px 0%,100% 0%,100% 0%,100% calc(100% - 40px),calc(100% - 60px) 100%,0% 100%,0% 40px);
}
.aboutPage .whoWeAre .mid{
	max-width:810px;
	margin:-120px auto 0 auto;
	position:relative;
	color:#ffffff;
}
.aboutPage .whoWeAre .mid .tit{
	line-height:1;
	text-align:center;
}
.aboutPage .whoWeAre .mid .itemBox{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	background: linear-gradient(to bottom, #92b3fa 0%, #8aa8de 45%, #ffffff 100%);
	box-sizing: border-box;
	backdrop-filter: blur(64px);
	clip-path: polygon(60px 0%,100% 0%,100% 0%,100% calc(100% - 50px),calc(100% - 60px) 100%,0% 100%,0% 50px);
	padding-top:30px;
	padding-bottom:40px;
}
.aboutPage .whoWeAre .mid .itemBox .item{
	display:flex;
	align-items:center;
	margin:0 3.2%;
}
.aboutPage .whoWeAre .mid .itemBox .item .font{
	font-weight:lighter;
}
.aboutPage .whoWeAre .mid .itemBox .item .add{
	margin-top:-0.4em;
}
.aboutPage .whoWeAre .desc{
	margin:40px auto;
	max-width:950px;
}
.aboutPage .ourMission{
	min-height:320px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:50px 0;
	box-sizing:border-box;
	color:#ffffff;
	font-weight:600;
}
.aboutPage .ourMission .wrap2{
	display:flex;
	justify-content:space-between;
}

.aboutPage .ourMission .tit{
	margin-right:2em;
	text-transform:uppercase;
}
.aboutPage .ourMission .font{
	max-width:650px;
	flex:1;
}
.aboutPage .ourMission.black{
	color:#202020;
}
.aboutPage .ourMission.black .font{
	color:#666;
}
.aboutPage .ourCoreValue{
	background:#F4F8FF;
	margin-bottom:26px;
}
.aboutPage .ourCoreValue .wrap2{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.aboutPage .ourCoreValue .itemBox{
	flex:1;
	padding:1em 0;
}
.aboutPage .ourCoreValue .itemBox .item{
	margin-bottom:50px;
}
.aboutPage .ourCoreValue .itemBox .item:last-child{
	margin-bottom:0;
}
.aboutPage .ourCoreValue .itemBox .item .tit{
	font-weight:600;
}
.aboutPage .ourCoreValue .itemBox .item .subtit{
	margin-top:10px;
}
.aboutPage .ourCoreValue .img{
	width:560px;
	margin-left:32px;
}
/*ABOUT US end*/

/* prensencePage start */
.prensencePage{
	background: radial-gradient(68% 23% at 33% 11%, #A5D4FC 0%, rgba(140, 157, 233, 0) 100%), radial-gradient(115% 114% at 48% 101%, #2B47A1 0%, #4976BF 30%, #629FD9 57%, #33A1F0 76%, rgba(43, 124, 167, 0.68) 100%, #61E5FF 100%);
	backdrop-filter: blur(5px);
}
.prensencePage .screenMapBox{
	padding:140px 0 130px 0;
}
.screenMapBox .top{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.screenMapBox .tit{
	color:#ffffff;
}
.screenMapBox .tit span{
	display:block;
}
.screenMapBox .select{
	width:460px;
	position:relative;
	z-index:99999;
}
.screenMapBox .select .fontBg{
	background: rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	border: 1px solid;
	border-image: linear-gradient(85deg, #FFFFFF 8%, rgba(255, 255, 255, 0) 101%) 1;
	backdrop-filter: blur(31px);
}
.screenMapBox .select .font{
	margin:0 20px;
	padding-right:2em;
	line-height:46px;
	color:#ffffff;
	background:url(../images/arrow4.png) right center no-repeat;
	cursor:pointer;
}
.screenMapBox .select.on .font{
	background-image:url(../images/arrow5.png);
}
.screenMapBox .select .pop{
	position:absolute;
	left:0;
	top:100%;
	margin-top:12px;
	padding:20px;
	min-width:100%;
	background: rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	border: 1px solid;
	border-image: linear-gradient(51deg, #FFFFFF 5%, rgba(255, 255, 255, 0) 97%) 1;
	backdrop-filter: blur(31px);
	display:none;
}
.screenMapBox .select.on .pop{
	display:block;
}
.screenMapBox .select .pop .item{
	margin-bottom:16px;
	display:flex;
	color:#ffffff;
}
.screenMapBox .select .pop .item .continent{
	width:100px;
	margin-right:1em;
	position:relative;
	cursor: pointer;
}
.screenMapBox .select .pop .item .continent::after{
	content:'';
	position:absolute;
	right:0;
	width:1px;
	top:0;
	bottom:1em;
	box-sizing: border-box;
	border: 1px solid;
	border-image: linear-gradient(to bottom, #FFFFFF 8%, rgba(255, 255, 255, 0) 102%) 1;
	backdrop-filter: blur(31px);
}
.screenMapBox .select .pop .item .country{
	display:flex;
	flex:1;
	flex-wrap:wrap;
}
.screenMapBox .select .pop .item .country .sItem{
	min-width: 50%;
	margin-bottom:1em;
	cursor: pointer;
	white-space:nowrap;
}
.screenMapBox .select .pop .item .continent:hover,
.screenMapBox .select .pop .item .country .sItem:hover{
	text-decoration:underline;
}

.screenMapBox .mapAll{
	max-width:1300px;
	margin:0 auto;
	margin-top:120px;
}
.screenMapBox .mapAll .mapCont{
	position:relative;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
}
.screenMapBox .mapAll .mapImg{
	width:100%;
	opacity:0;
}
.screenMapBox .mapAll .mapImgAll{
	opacity:1;
}
.screenMapBox .mapAll .mapImgZhou{
	position:absolute;
	left:0;
	top:0;
	right:0;
}
.screenMapBox .mapAll .dot{
	position:absolute;
	margin:-10px 0 0 -8px;
}
.screenMapBox .mapAll .dot .icon{
	width:16px;
	height:20px;
	background:url(../images/dot2.png) center no-repeat;
	background-size:contain;
	cursor:pointer;
	transition:0.2s all ease;
	-webkit-transition:0.2s all ease;
}

.screenMapBox .mapAll .dot .icon.star{
	background-image:url(../images/dot4.png);
	width:20px;
	height:26px;
	margin:-13px 0 0 -10px;
}

.screenMapBox .mapAll .dot.on .icon{
	transform:scale(2);
	-webkit-transform:scale(2);
}

.screenMapBox .mapAll .dot .dotPop{
	position:absolute;
	left:100%;
	top:0;
	transform:translateY(-20%);
	-webkit-transform:translateY(-20%);
	padding:24px 32px;
	background: rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	border: 1px solid;
	border-image: linear-gradient(36deg, #FFFFFF 3%, rgba(255, 255, 255, 0) 94%) ;
	backdrop-filter: blur(31px);
	width:280px;
	color:#ffffff;
	display:none;
}
.screenMapBox .mapAll .dot.on{
	z-index:9999;
	margin:-20px 0 0 -8px;
}
.screenMapBox .mapAll .dot.on .dotPop{
	display:block;
}
.screenMapBox .mapAll .dot .dotPop .desc{
	margin-top:4px;
}
.screenMapBox .mapAll .dot .dotPop .mail{
	margin-top:1em;
}
.screenMapBox .mapAll .dot .dotPop .mail a{
	display:block;
	color:#ffffff;
}
.screenMapBox .mapAll .dot .dotPop .cont .item{
	display:none;
}
.screenMapBox .mapAll .dot .dotPop .tab {
	display:flex;
	flex-wrap:wrap;
	margin-top:10x;
}
.screenMapBox .mapAll .dot .dotPop .tab .item{
	width:38px;
	height:20px;
	margin:6px 6px 0 0;
	cursor:pointer;
	display:flex;
	align-items:center;
	justify-content:center;
}
.screenMapBox .mapAll .dot .dotPop .tab .item::before{
	content:"";
	display:block;
	width:100%;
	height:5px;
	background:rgba(255, 255, 255, 0.4);
}
.screenMapBox .mapAll .dot .dotPop .tab .item.on::before{
	background:#0256FF;
}
/* prensencePage end */

/*响应*/
@media only screen and (max-width:1560px){
	.f-70{font-size:60px;}
	.f-80{font-size:70px;}
	.wrap{width:auto;margin:0 60px;}

	.header .mainMenu{margin:0;}
	.footer{padding:0 0 30px 0;}
	.footer .footerBg,
	.indIntro .desc,
	.indSiteIntro{
		clip-path: polygon(60px 0%, 100% 0%, 100% 0%, 100% calc(100% - 32px), calc(100% - 60px) 100%, 0% 100%, 0% 32px);
	}
	.footer .footerBg{padding:30px 80px;}
	
	.indContact{margin-bottom:36vh;}
	.indIntro .desc{padding:40px 50px;}

	.indSiteIntroBox,.indPresence{left:60px;}

	.pt100{padding-top:80px;}

	.newsinfoPage .introFont .desc{padding:80px 45px;}

	.newsinfoPage .infoDetail,.pad100_0{padding:80px 0;}
	.careersPage .ourWork{padding:100px 0 120px 0;}
	.careerJoinUs{margin-top:80px;}
	.careerJoinUs .joinUs .top{margin-bottom:80px;}

	.impactPage .recognitionsRatings{padding-top:80px;}

	.indSiteIntro .remark{margin-top:60px;}

	.proInfoVideo{border-radius:36px;}
}

@media only screen and (max-width:1440px){
	.indSiteIntroBox{max-height:90%;}
	.indSiteIntro{padding:36px;}
	
	.indSiteIntro .remark{margin-top:50px;}
}

@media only screen and (max-width:1366px){
	.f-70,.f-60{font-size:50px;}
	.f-80{font-size:60px;}
	.mt80{margin-top:70px;}
	.anchor{top:-70px;}

	.header .mainMenu .menu .item .mNav{line-height:70px;}
	
	.header .search .searchBox{padding-top:60px;}

	.careersPage .ourWork{padding:80px 0 90px 0;}

	.indSiteIntro .remark{margin-top:40px;}

	.proInfoVideo{border-radius:24px;}
}

@media only screen and (max-width:1280px){
	.f-18{font-size:16px;}
	.f-20,.f-24{font-size:18px;}
	.f-28,.f-32{font-size:24px;}
	.f-36,.f-40{font-size:30px;}
	.f-80{font-size:50px;line-height:1.2}

	.wrap,.wrap2{width:auto;margin:0 40px;}
	.wrap2{max-width:100%;}
	.mt80,.mt70{margin-top:60px;}
	.anchor{top:-60px;}

	.header .mainMenu .menu .item .mNav{line-height:60px;}
	.header .mainMenu .menu .item{margin-left:24px;}
	.header .mainMenu .siteMenu{margin-left:40px;}

	.header .mainMenu .logo, .footer .logo,.searchPop .top .logo{height:24px;}
	
	.header .search .searchBox{padding-top:50px;}

	.footer .footerBg,
	.indIntro .desc,
	.indSiteIntro{
		clip-path: polygon(20px 0%, 100% 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%, 0% 20px);
	}
	.footer .footerBg{padding:20px 60px;}

	.indContact{margin-bottom:46vh;}

	.siteSelectPop .cont{left:40px;right:40px;width:auto;transform: translate(0,-50%);-webkit-transform: translate(0,-50%);clip-path: polygon(14px 0%, 100% 0%, 100% 0%, 100% calc(100% - 8px), calc(100% - 14px) 100%, 0% 100%, 0% 8px);}
	.siteSelectPop .cont .menu{max-width:100%;justify-content:space-around;}
	.siteSelectPop .cont .title{padding:30px 0;}
	.siteSelectPop .cont .close{top:34px;width:16px;height:16px;}

	.searchPop .close{top:36px;}
	.searchPop .cont .midLogo{max-width:400px;}

	.indIntro .desc{padding:30px 40px;}

	.indProduct .item .font{width:auto;left:40px;right:40px;margin:-36vh 0 0 0;}
	.indProduct .swiper-container .swiper-pagination{width:auto;margin-left:0;left:40px;right:40px;}

	.indSiteIntroBox,.indPresence{left:40px;}

	.pt100{padding-top:60px;}
	.pad70_0,.pad100_0{padding:60px 0;}
	.ban .font{transform: translate(0, -50%);-webkit-transform: translate(0, -50%);left:40px;right:40px;width:auto;}

	.newsRecomment .img{margin-right:40px;}

	.newsinfoPage .intro{padding-bottom:60px;}
	.newsinfoPage .introSwiper,.newsinfoPage .gallery-thumbs{margin-left:0;}
	.newsinfoPage .introFont .desc{padding:60px 45px;}
	.newsinfoPage .introSwiper{width:500px;}

	.newsinfoPage .infoDetail{padding:60px 0;}
	.newsinfoPage .infoDetail .img{margin-right:4%;}
	.careersPage .ourWork{padding:60px 0 90px 0;}
	.careerJoinUs{margin-top:60px;padding-top:60px;}
	.careerJoinUs .joinUs .top{margin-bottom:60px;}
	.impactReport .tit{margin-bottom:44px;}

	.impactPage .recognitionsRatings{padding-top:60px;}

	.aboutPage .ourCoreValue .itemBox .item{margin-bottom:40px;}

	.botFloat{right:20px;bottom:160px;}
	.botFloat .item{width:42px;}

	.careersPage .ourWork .swiperBox .prev,
	.careersPage .ourWork .swiperBox .next{
		width:50px;
	}

	.indSiteIntro .remark{margin-top:30px;}
}

@media only screen and (max-width:1024px){
	.f-20,.f-24{font-size:16px;}
	.f-28,.f-32{font-size:18px;}
	.f-36,.f-40{font-size:20px;}
	.f-70,.f-80,.f-60{font-size:36px;}

	.wrap,.wrap2{width:auto;margin:0 1em;}
	.mt80{margin-top:48px;}
	.fb,.crumbs span{font-weight:normal;}

	.anchor{top:-48px;}

	.header{height:48px;}
	.header .mobileMask{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999;background:rgba(0,0,0,0.6);}
	.header .mainMenu{display:block;}
	.header .mainMenu .logo{margin-top:12px;}
	.header .mainMenu .menuBox{position:fixed;right:-60%;top:0;bottom:0;width:60%;overflow-y:auto;z-index:9999;background:#00548A;display:block;padding-bottom:2em;transition:0.2s all;-webkit-transition:0.2s all;}
	.header .mainMenu .siteMenu{margin:0 1em;}
	.header .mainMenu .siteMenu a{margin:0 20px 0 0;}
	.header .mainMenu .menu{padding:1em 0;}
	.header .mainMenu .menu .item{float:none;margin:0 1em;}
	.header .mainMenu .menu .item .mNav{line-height:3;display:inline-block;color:#ffffff;}
	.header .mainMenu .menu .item .subNav{position:static;background:none;padding:1em;display:block;}
	.header .mainMenu .menu .item .subNav a{color:#ffffff;}
	.header .mainMenu .siteMenu{display:block;}
	.header .mainMenu .siteMenu .subNavBtn{margin-top:1.5em;}
	.header .mainMenu .siteMenu a{color:#ffffff;margin-right:0;}
	.header .mainMenu .siteMenu .search{background:none;width:auto;height:auto;margin-top:1.5em;}
	.header .search .searchBox{position:static;padding-top:0;display:block;width:auto;max-width:268px;}
	.header .search .searchBox .searchInput .text input{padding:0 1em;height:36px;}
	.header .search .searchBox .searchInput .btn{height:36px;width:42px;}
	.header .mainMenu .siteMenu .subNavBtn{border-color:#ffffff;}
	.header .mainMenu .siteMenu .subNavBtn::before{background-color:#ffffff;}
	

	.header .mobileMenuBtn{position:fixed;width:20px;height:19px;transition: 0.5s all;right:1em;top:15px;z-index:100001;display:block;cursor:pointer;}
	.header .mobileMenuBtn::before {content:'';position:absolute;top:0;right:0;bottom:0;left:0;border-top:2px solid #00548A;border-bottom:2px solid #00548A;transition:0.2s all;-webkit-transition:0.2s all;}
	.header .mobileMenuBtn::after {content:'';position:absolute;top:8px;right:0;left:0;height:2px;overflow:hidden;background:#00548A;transition:0.2s all;-webkit-transition:0.2s all;-moz-transition:0.2s all;-o-transition:0.2s all;}
	.header.whiteTheme .mobileMenuBtn::before{border-color:#fff;}
	.header.whiteTheme .mobileMenuBtn::after{background:#fff;}
	.header.open .mobileMenuBtn::before {border-color:#fff;-webkit-transform: rotate3d(0, 0, 1, 45deg) translate(-2px,3px);transform: rotate3d(0, 0, 1, 45deg) translate(-2px,3px);border-bottom: 0;top:7px;left:1px;right:1px;}
    .header.open .mobileMenuBtn::after {background:#fff;-webkit-transform: rotate3d(0, 0, 1, -45deg) translate(-2px,2px);transform: rotate3d(0, 0, 1, -45deg) translate(-2px,2px);top: 6px;left:1px;right:1px;}
	.header.open .mobileMask{display:block;}
	.header.open .mainMenu .menuBox{right:0;}
	
	
	.footer{padding:0 0 1em 0;}	
	.footer .footerBg,
	.indIntro .desc,
	.indSiteIntro{
		clip-path: polygon(14px 0%, 100% 0%, 100% 0%, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0% 100%, 0% 14px);
	}
	.footer .footerBg{
		padding:1em;
	}

	.footer .menu a{margin-bottom:1em;}
	
	.indexPage .section{position:relative;}
	.indexPage .sectionCont{min-height:100vh;height:auto;}
	.indexPage .videoBg{position:fixed;height:100vh;}
	
	.indexPage .bannerBtnBox .wrap{justify-content:end;}
	.indexPage .bannerBtnBox .btn1{display:none;}
	

	/* .indMask,.indMask2,.indMask3{display:none;} */

	.siteSelectPop .cont{left:1em;right:1em;}
	.siteSelectPop .cont .menu{max-width:100%;justify-content:space-around;max-height:calc(80vh - 160px);overflow-y:auto;}
	.siteSelectPop .cont .title{padding:30px 0;}
	.siteSelectPop .cont .menu .item{margin-bottom:30px;}
	.siteSelectPop .cont .remarks{padding:1em 0;}

	.indVideoPop .cont{width:90%;}
	.indVideoPop .cont .close{right:0;}
	
	.indIntro .tit{font-size:34px;}
	.indIntro .desc{margin:2em 0 0 0;}
	.indIntro .swiper-container{padding-bottom:2em;}
	.indIntro .item{max-width:100%;margin:0 1em;}
	.indIntro .tit,.indIntro .more{margin-left:14px;}
	.indIntro .swiper-container .swiper-pagination{width:auto;margin-left:0;left:1em;right:1em;}
	
	.indProduct .tit .f1,.indPresence .tit{font-size:36px;}
	.indProduct .tit .f2{font-size:24px;}
	.indProduct .swiper-slide{height:100vh;background:#ffffff;display:flex;align-items:center;}
	.indProduct .item .font{height:56%;margin:4em 1em 0 1em;position:static;}
	.indProduct .item .video video{height:auto;}
	.indProduct .swiper-container .swiper-pagination{left:1em;right:1em;bottom:2em;}
	.indProduct .swiper-pagination-bullet{width:2em;}
	
	.indPresence .desc{font-size:16px;}

	.indNews{padding:2em 0;}
	.indNews .list > .item:first-child{margin-right:2em;}

	.indContact{padding:2em 0;margin-bottom:0;}
	.indexPage .footer{position:static;}
	
	.echartGlobal{display:none;}
	.indEarthBg{padding:2em 1em;box-sizing:border-box;min-height:100vh;}
	
	.indIntro .desc{padding:2em;font-size:16px;}

	.indSiteIntroBox,.indPresence{position:static;transform:translate(0,0);-webkit-transform:translate(0,0);padding:1em;margin:0 auto;width:100%;box-sizing:border-box;}
	.indEarthBg2 .indPresence{width:100%;}
	.indSiteIntroBox{height:auto;padding:0;margin:0;margin-top:1em;}
	.indSiteIntro{width:100%;padding:1em;display:block;}
	/* .indSiteIntro{display:block;} */
	.indPresence .desc{max-width:100%;}

	.indGlobal{position:relative;width:450px;height:450px;margin:0 auto;}
	.indGlobal .globalImg{width:450px;height:450px;right:0;}
	.indGlobal .globalImg .worldMap .dot{width:32px;height:32px;}

	.echartGlobal{position:static;width:calc(100vw - 3em);height:calc(100vw - 3em);margin:0 auto;}

	.searchPop .top{top:12px;}
	.searchPop .close{top:18px;right:1em;}
	.searchPop .cont .midLogo{max-width:240px;}
	.searchPop .cont .searchInput .text input{height:42px;padding:0 1em;}
	.searchPop .cont .searchInput .btn{width:62px;height:42px;}

	.pt100{padding-top:2em;}
	.pb60{padding-bottom:2em;}
	.pad70_0,.pad100_0{padding:2em 0;}
	.mt60,.mt70{margin-top:2em;}
	.page{margin-top:2em;}
	.newsList .item{margin-top:1.5em;}
	.newsRecomment .img{margin-right:2em;width:50%;}
	.newsRecomment .font .date,.newsRecomment .font .tit{margin-top:1em;}
	.newsRecomment .img,
	.newsList .item .img,
	.productPage .slideScreen,
	.newsinfoPage .introFont .desc,
	.newsinfoPage .infoDetail .img,
	.careersPage .intro .desc .img,
	.aboutPage .whoWeAre .img,
	.aboutPage .whoWeAre .mid .itemBox{
		clip-path: polygon(16px 0%, 100% 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 16px) 100%, 0% 100%, 0% 10px);
	}
	.newsList .item .more{
		background-size:20px auto;
		padding-right:20px;
		margin-top:1em;
	}
	.newsList .item .more:hover{
		padding-right:20px;
	}

	.ban{height:300px;}
	.ban .font{left:1em;right:1em;}
	.turnpage .item .bot{padding:1em 0;}
	.turnpage .item .bot .link{width:20px;}

	.newsinfo .title{padding-bottom:1em;margin-bottom:1em;}

	.productPage .productPageMain,.newsinfoPage .infoDetail{padding:2em 0;}
	.productPage .slideScreen{margin:0 0 1em 0;float:none;width:auto;padding:1em;}
	.productPage .slideScreen .tit{margin-bottom:1em;}
	.productPage .slideScreen .itemBox{display:flex;flex-wrap:wrap;}
	.productPage .slideScreen .itemBox label{margin-right:1em;}
	.productList{padding-top:1em;}
	.productList .item .fontBox{height:3em;padding:10px 0;background:none;border:1px solid #AECEFF;background: rgba(255, 255, 255, 0.2);backdrop-filter: blur(3px);}

	.newsinfoPage .intro,.newsinfoPage .highlights{padding:2em 0;}
	.newsinfoPage .intro > .wrap2{display:block;}
	.newsinfoPage .introSwiper{max-width:640px;margin:0 auto;width:auto;}
	.newsinfoPage .introFont{margin-top:2em;}
	.newsinfoPage .introFont .desc{padding:1em;}
	.newsinfoPage .introFont .subtit{margin-bottom:1em;}
	.newsinfoPage .highlights .item .font{padding:1em;}
	.newsinfoPage .highlights .list .item {margin-bottom:1em;}
	.newsinfoPage .highlights{padding-bottom:1em;}

	.careersPage .intro .desc .img{margin-right:1em;}
	.careerJoinUs{margin-top:2em;padding-top:2em;}
	.careerJoinUs .joinUs .bot{padding:1.6em 0;}
	.careerJoinUs .joinUs .top,{margin-bottom:2em;}

	.careersPage .ourWork{padding:2em 0 80px 0;}
	.careersPage .ourWork .swiperBox .item{padding:1em;min-height:0;}
	.careersPage .ourWork .swiperBox .item .font{margin-top:1em;}

	.impactReport .itemBox .item .font .link{margin:0 2em;}
	.impactReport .itemBox .item .font .down{right:20px;}
	.impactReport .tit{margin-bottom:10px;}
	
	.impactPage .greenGrowth .itemBox{margin-top:200px;}

	.impactPage .recognitionsRatings{padding:2em 0;}

	.aboutPage .whoWeAre{margin:2em 1em;max-width:100%}
	.aboutPage .whoWeAre .desc{margin:2em 0;max-width:100%;}
	.aboutPage .whoWeAre .mid{margin-top:-72px;}

	.aboutPage .ourCoreValue .itemBox .item{margin-bottom:2em;}
	.aboutPage .ourCoreValue .img{width:40%;}

	.screenMapBox .mapAll .dot .dotPop{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);}

	.botFloat{right:4px;bottom:100px;}
	.botFloat .item{width:36px;}

	.careersPage .ourWork .swiperBox .prev,
	.careersPage .ourWork .swiperBox .next{
		width:36px;
	}
	.careersPage .ourWork .swiperBox .prev {
		left: -70px;
	}
	.careersPage .ourWork .swiperBox .next {
		right: -70px;
	}

	.indSiteIntro .remark{margin-top:10px;}
	.indSiteIntroBox .swiper-pagination{position:static;margin-top:10px;text-align:left;}
	.indSiteIntroBox .swiper-pagination .swiper-pagination-bullet{background:#ffffff;opacity:0.4;width:2em;height:2px;border-radius:0;}
	.indSiteIntroBox .swiper-pagination .swiper-pagination-bullet-active{background:#ffffff;opacity:1;}
	.indSiteIntro .desc{min-height:6em;}

	.proInfoVideo{border-radius:10px;margin:2em 0;}
}

@media only screen and (max-width:820px){
	.wrap3{margin:0 1em;}

	.f-16,.f-18,.f-20,.f-24{font-size:14px;}
	.f-28,.f-32{font-size:16px;}
	.f-36,.f-40{font-size:18px;}
	.f-70,.f-80,.f-60{font-size:24px;}

	.siteSelectPop .cont .close{top:32px;}
	.siteSelectPop .cont .menu .item{flex:0 0 40%;}

	.indNews .itemBox .item,.indNews .itemBox .item:first-child{padding:1em 0;}
	.indNews .list{display:block;}
	.indNews .list > .item:first-child{margin:0 0 1em 0;}
	.indNews .itemBox .item{border:none;border-top: 1px solid rgba(255, 255, 255, 0.5);}

	.turnpage{display:block;}
	.turnpage .item{width:auto;}

	.newsinfoPage .highlights .list .item{width:50%;}

	.careersPage .intro .desc{display:block;}
	.careersPage .intro .desc .img{max-width:560px;margin:0 auto 1em auto;width:auto;}

	.careersPage .devTalent .top, .careerJoinUs .joinUs .top{display:block;}
	.careersPage .devTalent .top .desc, .careerJoinUs .joinUs .top .desc{margin-top:10px;}
	.careersPage .devTalent .bot{padding:1em;}
	.careersPage .devTalent .bot .itemBox .item{height:160px;width:32%;margin-bottom:1em;}

	.careerJoinUs .joinUs .top{margin-bottom:1em;}
	.careerJoinUs .joinUs .itemBox .item{width:auto;float:none;margin-top:1em;}
	.careerJoinUs .joinUs .itemBox .item .w,.impactReport .itemBox .item .w{height:auto;padding:2em 0;background: rgba(255, 255, 255, 0.6);box-sizing:border-box;border: 1px solid;border-image: linear-gradient(23deg, #FFFFFF 1%, rgba(255, 255, 255, 0) 91%) ;backdrop-filter: blur(31px);}
	.impactReport .itemBox{display:block;}
	.impactReport .itemBox .item{margin-top:10px;width:auto;}
	.impactReport .itemBox .item .font .link{margin:0 3em 0 1em;}
	.impactReport .itemBox .item .font .down{top:50%;margin-top:-8px;right:1em;}

	.impactPage .ourImapct{display:block;}
	.impactPage .ourImapct .tit{margin:0 0 1em 0;}
	.impactPage .ourImapct .font{max-width:100%;}

	.impactPage .greenGrowth .itemBox{margin-top:0;display:block;}
	.impactPage .greenGrowth .itemBox .item{width:auto;margin-top:2em;}

	.impactPage .recognitionsRatings .font{display:block;}
	.impactPage .recognitionsRatings .font .icon{width:100px;height:100px;margin:0 auto;}
	.impactPage .recognitionsRatings .font .desc::before{display:none;}
	.impactPage .recognitionsRatings .font .desc{padding:1em;min-height:0;display:block;margin-top:2em;}
	.impactPage .recognitionsRatings .font .desc .f1{margin-bottom:1em;}

	.aboutPage .whoWeAre .mid{margin: -48px 1em 0 1em;}
	.aboutPage .whoWeAre .mid .itemBox{padding:2em 0;}

	.aboutPage .ourMission{min-height:0;padding:2em 0;}
	.aboutPage .ourMission .wrap2{display:block;}
	.aboutPage .ourMission .font{max-width:100%;margin-top:1em;}

	.aboutPage .ourCoreValue .itemBox .item{margin-bottom:1em;}

	.screenMapBox .top{display:block;}
	.screenMapBox .tit{margin-bottom:1em;}
	.screenMapBox .tit span{display:inline-block;margin-left:0.3em;}
	.screenMapBox .select{width:auto;max-width:460px;}

	.careersPage .ourWork .swiperBox{margin:0 40px;width:auto;}

	.careersPage .ourWork .swiperBox .prev,
	.careersPage .ourWork .swiperBox .next{
		width:24px;
	}
	.careersPage .ourWork .swiperBox .prev {
		left: -40px;
	}
	.careersPage .ourWork .swiperBox .next {
		right: -40px;
	}

	.indSiteIntroBox .close{width:32px;height:32px;}
}

@media only screen and (max-width:640px){

	.footer .footerBg{display:block;}
	.footer .copyright{margin:1em 0;}
	.footer .contactWay .share{margin-top:1em;}
	.footer .menu a{margin:1em 0 0 0;}

	.searchPop .cont .midLogo{margin-bottom:2em;max-width:160px;}

	.newsRecomment .img{float:none;margin:0;width:auto;}
	.newsList .item{width:100%;}

	.page{text-align:center;}

	.ban,.ban.h_260{height:240px;}
	.productList .item{width:50%;}
	.productPage .search .searchInput{flex:1;width:auto;margin-left:2em;}

	.newsinfoPage .highlights .list .item{width:100%;}
	.newsinfoPage .infoDetail .img{float:none;max-width:560px;margin:0 auto 2em auto;width:auto;}

	.aboutPage .ourCoreValue .wrap2{display:block;}
	.aboutPage .ourCoreValue .img{width:auto;text-align:center;margin:0;}

	.indProduct .item .font{
		height:70%;
		top:10%;
	}

	.indGlobal,.indGlobal .globalImg{width:300px;height:300px;}
	.indGlobal .globalImg .worldMap .dot{width:24px;height:24px;}
}