@charset "utf-8";
.pcbr{display:none;}
.ptbr{display:none;}
.tbbr{display:none;}
.mbbr{display:block;}
.dn{display:none;}
.m_view{display: block !important;}



body #fp-nav{display:none;}
.fp-sr-only {display: none !important;}


.top_btn{
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: url(/images/main/top_btn.png) no-repeat center / contain;
	z-index: 100;
	width: 17px;
	height: 21px;
	cursor: pointer;
}

.bl .top_btn{
	background: url(/images/main/top_btn_bl.png) no-repeat center / contain;
}


.more_btn{
	display: inline-block;
	position: relative;
	padding-left: 16px;
	margin-top: 35px;
}
.more_btn:after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.7);
	box-sizing: border-box;
	transition: all 0.4s;
}
.more_btn:hover:after{
	border: 1px solid rgba(255,255,255,1);
	background: #fff;
}
.more_btn span{
	font-family: "Roboto";
	font-size: 12px;
	color: rgba(255,255,255,0.7);
}

.more_btn.bl:after{
	border: 1px solid rgba(0,0,0,0.7);
}
.more_btn.bl:hover:after{
	border: 1px solid rgba(0.0.0,1);
	background: #000;
}
.more_btn.bl span{
	color: rgba(0.0.0,0.7);
}




.innerwrap{
	position: relative;
	z-index: 1;
	width: 92%;
	max-width: 1720px;
	margin: 0 auto;
}

h3{
	font-family: "Roboto";
	font-size: 34px;
	font-weight: 500;
	color: #fff;
}
h3.bl{color: #000;}




.section{position:relative; width: 100%; height: 100vh; box-sizing:border-box; overflow:hidden;}
.section .fp-tableCell{overflow:hidden;}
.section *{box-sizing:border-box;}


.visual{
	position: relative;
	width: 100%;
	height: 100%;
}
.visual .swiper-slide{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.visual .swiper-slide .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(1.1);
	transition: all 2.5s;
}
.visual .swiper-slide-active .bg{
	transform: scale(1);
}
.visual .swiper-slide .bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.visual .swiper-slide .txtwrap{
	position: absolute;
	left: 50%;
	bottom: 160px;
	transform: translateX(-50%);
	width: 92%;
	max-width: 1720px;
}
.visual .swiper-slide .txtwrap .slg{}
.visual .swiper-slide .txtwrap .slg h2{
	font-family: "Roboto";
	font-size:8vw;
	line-height: 1.3em;
	color: #fff;
	overflow: hidden;
}
.visual .swiper-slide .txtwrap .slg h2 span{
	display: inline-block;
}
.visual .swiper-slide .txtwrap .line{
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.5);
	margin: 30px 0;
}
.visual .swiper-slide .txtwrap p{
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
.visual .ctr{
	position: absolute;
	width: 92%;
	max-width: 1720px;
	left: 50%;
	bottom:90px;
	transform: translateX(-50%);
	z-index: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.visual .ctr .vpaging{position:static;width: unset;font-size:0;margin-right: 45px;}
.visual .ctr .vpaging span{
	width:8px;height:8px;
	margin-left: 20px;
	border:1px solid #fff;border-radius:50%;
	background:0;
	opacity:1;
}
.visual .ctr .vpaging span:first-child{
	margin-left: 0;
}
.visual .ctr .vpaging span.swiper-pagination-bullet-active{background:#fff;}
.visual .ctr .btn{
	display: flex;
	align-items: center;
}
.visual .ctr .btn .vprev{
	position: relative;
	display: block;
	width: 14px;
	height: 24px;
	background: url(/images/main/vprev.png) no-repeat center / contain;
	margin-right: 43px;
	cursor: pointer;
}
.visual .ctr .btn .vprev:after{
	content: "";
	position: absolute;
	right: -22px;
	top: 3px;
	width: 1px;
	height: 20px;
	background: rgba(255,255,255,0.3);
}
.visual .ctr .btn .vnext{
	display: block;
	width: 14px;
	height: 24px;
	background: url(/images/main/vnext.png) no-repeat center / contain;
	cursor: pointer;
}


.slgSection{
	background: url(/images/main/slgSection_bg.jpg) no-repeat center / cover;
}
.slgSection .txtwrap{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 92%;
	max-width: 1720px;
	text-align: center;
}
.slgSection .txtwrap b{
	display: inline-block;
	font-family: "Roboto";
	font-size: 44px;
	line-height: 1.4em;
	color: #ccc7ba;
}
.slgSection .txtwrap p{
	font-size: 16px;
	line-height: 1.7em;
	color:rgba(255,255,255,0.7);
	margin-top: 30px;
}


.business{
	padding:0 0 100px;
	background: #30413f;
}
.business .boxwrap{
	display: flex;flex-wrap: wrap;justify-content:space-between;
}
.business .boxwrap .box{
	position: relative;
	box-sizing:border-box;
	width:100%;
	height: min(35vh, 330px);margin-bottom:20px;
	border-radius: 8px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.business .boxwrap .box.first{
	border: 1px solid rgba(255,255,255,0.7);
}
.business .boxwrap .box .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.business .boxwrap .box .bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.business .boxwrap .box .dim{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 2;
	opacity: 0;
	transition: all 0.4s;
}
.business .boxwrap .box .txts{
	position: relative;
	text-align: center;
	z-index: 3;
}
.business .boxwrap .box .txts b{
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5em;
	color: #fff;
}
.business .boxwrap .box .txts p{
	font-size: 18px;
	line-height: 1.5em;
	color: #fff;
	margin-top: 10px;
	display: none;
}
.business .boxwrap .box.first .txts b{
	display: block;
	font-family: "Roboto";
	font-size: 32px;
	font-weight: 500;
	color: #fff;
}
.business .boxwrap .box.first:hover .more_btn:after{
	background: #fff;
}


.product{
	padding:100px 0;
	background: #e7e4de;
}
.product:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -80px;
	width: 453px;
	height: 630px;
	background: url(/images/main/product_bg.png) no-repeat center / contain;
}
.product .titwrap{
	position: relative;
	width: 100%;
	text-align: center;
}
.product .titwrap h3{}
.product .titwrap p{
	font-size:16px;
	line-height: 1.5em;
	color: #555;
	margin-top: 20px;

}
.product .titwrap .more_btn{}
.product .boxwrap{
	margin-top: 40px;
	display: flex;flex-wrap:wrap;justify-content:space-between;
}
.product .boxwrap .box{
	position: relative;
	width:100%;
	height: min(30vh, 300px);
	padding: 30px 10px;margin-bottom:2%;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
}
.product .boxwrap .box .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.product .boxwrap .box1 .bg{background: url(/images/main/product_box1_bg.jpg) no-repeat center / cover;}
.product .boxwrap .box2 .bg{background: url(/images/main/product_box2_bg.jpg) no-repeat center / cover;}
.product .boxwrap .box3 .bg{background: url(/images/main/product_box3_bg.jpg) no-repeat center / cover;}
.product .boxwrap .box4 .bg{background: url(/images/main/product_box4_bg.jpg) no-repeat center / cover;}
.product .boxwrap .box5 .bg{background: url(/images/main/product_box5_bg.jpg) no-repeat center / cover;}
.product .boxwrap .box .txt{
	position: relative;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
}


.rnd{position: relative; overflow: hidden;}
.rnd .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/main/rnd_bg.jpg) no-repeat center / cover;
}
.rnd .innerwrap{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rnd .innerwrap svg{width:100%;}
.rnd .innerwrap svg rect{width:99.8%;}
/* .rnd .innerwrap svg .draw{
	stroke-dasharray: 2640;
	stroke-dashoffset: 2640;
	animation: draw-line 1.4s linear forwards;
	stroke-linecap: round;
} */
/* @keyframes draw-line {
	to {
		stroke-dashoffset: 0;
	}
} */




.rnd .innerwrap .txtwrap{
	position: absolute;
	left: 50%;
	top: 50%;
	width:80%;
	transform: translate(-50%, -50%);
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.rnd .innerwrap .txtwrap .line{
	position: relative;
	margin: 40px 0;
	width: 1px;
	height: 80px;
}
.rnd .innerwrap .txtwrap .line:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.7);
}
.rnd .innerwrap .txtwrap b{
	font-family: "Roboto";
	font-size: 40px;
	font-weight: 400;
	color: #fff;
}
.rnd .innerwrap .txtwrap > span{
	display: inline-block;
	font-size: 20px;
	line-height: 1.5em;
	color: #fff;
	margin: 30px 0 15px;
}
.rnd .innerwrap .txtwrap p{
	font-size: 16px;
	line-height: 1.7em;
	color: rgba(255,255,255,0.8);
}



.portfolio{position: relative; overflow: hidden; background: #c8cbb8;}
.portfolio .bg{
	position: absolute;
	right: 0;
	top: -290px;
	width: 545px;
	height: 691px;
	background: url(/images/main/portfolio_bg.png) no-repeat center / contain;
}
.portfolio .conwrap{
	position: relative;
	text-align: center;
}
.portfolio .conwrap .pf_tab{
	display:flex;
	margin: 30px 5%;
}
.portfolio .conwrap .pf_tab li{
	width:25%;
}
.portfolio .conwrap .pf_tab li + li{}
.portfolio .conwrap .pf_tab li a{
	display:block;
	padding: 6px 10px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 500;
	color: #414a47;
}
.portfolio .conwrap .pf_tab li.on a{
	background: #30413f;
	color: #fff;
}

.portfolio .conwrap .tabconwrap .tabcon {
	display: none;
}
.portfolio .conwrap .tabconwrap .tabcon.on{
	display: block;
}

.portfolio .conwrap .pfSwiper{
	position: relative;
}
.portfolio .conwrap .pfSwiper .swiper-slide{
	width:100vw;
}
.portfolio .conwrap .pfSwiper .swiper-slide .thumb{
	display: block;
	width: 100%;
	border-radius: 8px;
	transform: scale(0.8);
	overflow: hidden;
}
.portfolio .conwrap .pfSwiper .swiper-slide-active .thumb{
	transform: scale(1);
}
.portfolio .conwrap .pfSwiper .swiper-slide .thumb img{
	width: 100%;
}
.portfolio .conwrap .pfSwiper .swiper-slide .info{
	margin: 20px auto 0;
	width: 80%;
	opacity: 0;
	visibility: hidden;
}
.portfolio .conwrap .pfSwiper .swiper-slide-active .info{
	opacity: 1;
	visibility: visible;
}
.portfolio .conwrap .pfSwiper .swiper-slide .info dt{
	font-size: 20px;
	font-weight: 500;
	color: #000;
}
.portfolio .conwrap .pfSwiper .swiper-slide .info dd{
	margin-top: 10px;
	font-size: 14px;
	color: #666;
}

.portfolio .conwrap .pfSwiper .ctr{

	width:90%;
	margin:20px auto 0;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 10;
}
.portfolio .conwrap .pfSwiper .ctr .swiper-pagination{
	position: static;
	display: inline-block;
	width: unset;
}
.portfolio .conwrap .pfSwiper .ctr .swiper-pagination .swiper-pagination-current{
	position: relative;
	font-family: "Wix Madefor Display";
	font-size: 14px;
	font-weight: 500;
	color: rgba(65,74,7,1);
	margin-right: 36px;
}
.portfolio .conwrap .pfSwiper .ctr .swiper-pagination .swiper-pagination-current:after{
	content: "";
	position: absolute;
	right: -26px;
	top: 8px;
	width: 16px;
	height: 1px;
	background: rgba(65,74,7,0.5);
}
.portfolio .conwrap .pfSwiper .ctr .swiper-pagination .swiper-pagination-total{
	font-family: "Wix Madefor Display";
	font-size: 14px;
	font-weight: 500;
	color: rgba(65,74,7,0.5);
}
.portfolio .conwrap .pfSwiper .ctr .btn{}
.portfolio .conwrap .pfSwiper .ctr .btn .pfPrev{
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url(/images/main/portfolio_btn_prev.png) no-repeat center / contain;
	cursor: pointer;
}
.portfolio .conwrap .pfSwiper .ctr .btn .pfNext{
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url(/images/main/portfolio_btn_next.png) no-repeat center / contain;
	cursor: pointer;
}


.merit{position: relative;background: #30413f;}

.merit .pic1{
	position: absolute;
	left: 2%;
	bottom: -5%;
}
.merit .pic2{
	position: absolute;
	right: 2%;
	top: 2%;
}

.merit .innerwrap{position: relative;}
.merit .innerwrap .boxwrap{
	position: relative;
	width: 100%;
	border-radius: 8px;
	border: 1px solid #485150;
}
.merit .innerwrap .boxwrap .box{
	position: relative;
	width:100%;
	padding: 30px 35px 120px;
	border: 1px solid #485150;
}
.merit .innerwrap .boxwrap .box:nth-child(4),
.merit .innerwrap .boxwrap .box:nth-child(5){display:none;}
.merit .innerwrap .boxwrap .box .num{
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 8px;
	background: #3a4f4c;
	font-family: "Roboto";
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.merit .innerwrap .boxwrap .box .tit{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5em;
	color: #ccc7ba;
	margin: 20px 0 15px;
}
.merit .innerwrap .boxwrap .box p{
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7em;
	color: rgba(255,255,255,0.7);
}
.merit .innerwrap .boxwrap .box .icon{
	position: absolute;
	left: 35px;
	bottom: 30px;
}




.esg{position: relative; overflow: hidden;padding:100px 0;}
.esg .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/main/esg_bg.jpg) no-repeat center / cover;
}
.esg .innerwrap{
	position: relative;
	max-width: 1260px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.esg .innerwrap .conwrap{
	width: 100%;
	text-align: center;
}
.esg .innerwrap .conwrap .titwrap{
	margin-bottom: 50px;
}
.esg .innerwrap .conwrap .titwrap b{
	display: inline-block;
	margin-top: 40px;
	font-family: "Roboto";
	font-size:40px;
	line-height: 1.2em;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
}
.esg .innerwrap .conwrap .boxwrap{}
.esg .innerwrap .conwrap .boxwrap .box{
	display:block;
	position: relative;
	width:100%;
	margin-bottom:10px;
}
.esg .innerwrap .conwrap .boxwrap .box .inner{
	width: 100%;
	height: 100%;
	padding: 20px;
	border-radius: 8px;
	background: rgba(0,0,0,0.1);
	border: 1px solid #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.esg .innerwrap .conwrap .boxwrap .box .inner .icon{}
.esg .innerwrap .conwrap .boxwrap .box .inner .icon svg{}
.esg .innerwrap .conwrap .boxwrap .box .inner b{
	display: inline-block;
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	margin: 25px 0 15px;
}
.esg .innerwrap .conwrap .boxwrap .box .inner p{
	font-size: 14px;
	line-height: 1.7em;
	color: rgba(255,255,255,0.8);
}
.esg .innerwrap .conwrap .boxwrap .box .inner .more_btn{
	margin-top: 20px;
}


.press{background: #f1f1f1; overflow: hidden;}
.press .conwrap{padding:100px 0;}
.press .conwrap .titwrap{
	position: relative;
	width: 100%;
}
.press .conwrap .titwrap h3{}
.press .conwrap .titwrap b{
	display: inline-block;
	margin: 30px 0 10px;
	font-family: "Roboto";
	font-size:34px;
	font-weight: 400;
	line-height: 1.2em;
	color: #000;
}
.press .conwrap .titwrap p{
	font-size: 14px;
	line-height: 1.7em;
	color: #555;
}
.press .conwrap .pressSwiper{
	position: relative;
	width: calc(100% - 0px);
	padding-bottom: 60px;margin-top:60px;
	overflow: hidden;
}
.press .conwrap .pressSwiper .swiper-slide{
	position: relative;
	width:280px;
	margin-right:10px;
}
.press .conwrap .pressSwiper .swiper-slide:last-child{
	margin-right: 0;
}
.press .conwrap .pressSwiper .swiper-slide:after{
	content: "";
	position: absolute;
	right: -40px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #ccc;
}
.press .conwrap .pressSwiper .swiper-slide:last-child:after{
	display: none;
}
.press .conwrap .pressSwiper .swiper-slide a{
	display: block;
	width: 100%;
}
.press .conwrap .pressSwiper .swiper-slide .thumb{
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.press .conwrap .pressSwiper .swiper-slide .thumb img{
	width: 100%;
}
.press .conwrap .pressSwiper .swiper-slide .txtwrap{
	margin-top: 30px;
}
.press .conwrap .pressSwiper .swiper-slide .txtwrap .tit{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.press .conwrap .pressSwiper .swiper-slide .txtwrap .con{
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.7em;
	height: 3.4em;
	color: #666;
	margin: 10px 0 20px;
}
.press .conwrap .pressSwiper .swiper-slide .txtwrap .date{
	font-family: "Poppins";
	font-size: 14px;
	color: #888;
}
.press .conwrap .pressSwiper .swiper-scrollbar{
	display:block !important;
	width:100%;height:1px;
	left:0;
	background:#c4c4c4;
}
.press .conwrap .pressSwiper .swiper-scrollbar .swiper-scrollbar-drag{
	height:2px;
	background:#000;
}


.career{}
.career .conwrap{
	display: flex;flex-wrap:wrap;flex-direction:column-reverse;
	width: 100%;
}
.career .conwrap .txtwrap{
	position: relative;
	width:100%;
	padding:100px 5%;
	background: #4e5f42;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.career .conwrap .txtwrap .bg{
	position: absolute;
	left: 50%;
	bottom: -10%;
	transform: translateX(-50%);
	width: 100%;
}
.career .conwrap .txtwrap .bg img{
	width: 100%;
}
.career .conwrap .txtwrap .txts{}
.career .conwrap .txtwrap .txts h3{}
.career .conwrap .txtwrap .txts .slg{
	margin-top: 40px;
	font-family: "Roboto";
	font-size:40px;
	line-height: 1.2em;
	color: #ccc7ba;
}
.career .conwrap .txtwrap .txts b{
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6em;
	color: #fff;
	margin: 10px 0;
}
.career .conwrap .txtwrap .txts p{
	font-size: 14px;
	line-height: 1.7em;
	color: rgba(255,255,255,0.8);
}
.career .conwrap .imgwrap{
	position: relative;
	width: 100%;
	height: 50vh;
	overflow: hidden;
}
.career .conwrap .imgwrap .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/main/career_imgwrap_bg.jpg) no-repeat center / cover;
}