/*
 *	Created by Edward on 24/07/31
 *	Copyright (c) 2024 ishutime.com All rights reserved
*/

@font-face {
	font-family: 'iconfont';
	src: url('iconfont.woff2?t=1663740079843') format('woff2'),
		url('iconfont.woff?t=1663740079843') format('woff'),
		url('iconfont.ttf?t=1663740079843') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


@font-face {
	font-family: din;
	src: url(../fonts/din-bold-webfont.woff2);
}

@font-face {
	font-family: Ultra;
	src: url(../fonts/04d7b660906a972a89003f92e3392502.woff2);
}
@font-face {
	font-family: Harshita;
	src: url(../fonts/Harshita.otf);
}

.swiper-fade .swiper-slide{
    background: #fff;
}


@font-face {
	font-family: jpan;
	src: url(../fonts/H4clBXOCl9bbnla_nHIq75u9.woff2);
}


@font-face {
	font-family: Bahnschrift;
	src: url(../fonts/Bahnschrift-Light.ttf);
}

body,
html {
	color: #171717;
	font-family: "Bahnschrift","Microsoft YaHei","Arial";
	font-weight: 100;
}
textarea, input, select{
	font-family: "Bahnschrift","Microsoft YaHei","Arial";
	font-size: 14px;
}

body.jpan,body.jpan .re_title,body.jpan .model_items .left .des b,body.jpan .p_name,body.jpan .n_top .name,body.jpan textarea,body.jpan input,body.jpan select{
	font-family:"BIZ UDMincho",Poppins,Roboto,Noto Sans TC,Microsoft JhengHei,sans-serif;
	font-weight: normal;
}
body.jpan .n_btm .left .name{
	font-size: 20px;
}

.noData{
	width: 100%;
}

body.jpan .new_nr ul li .icon{
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
}

body.jpan .f_nav a{
	padding: 0px 1vw;
}

body.jpan .curltrue ul li .info .des{
	font-size: 1.2vw;
}
body.jpan .curltrue ul li:nth-child(3) .info .des{
	font-size: 0.9vw;
}
.header {
	width: 100%;
	height: auto;
	position: fixed;
	left: 0%;
	top: 0%;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_box{
	width: 100%;
	height: 85px;
	position: fixed;
	left: 0%;
	top: 0%;
	z-index: 100;
	padding: 0px 3%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.banner_swiper{
	width: 100%;
	height: 100vh;
	background: #000;
}

.banner_swiper img{
	height: 100%;
}

.common_more.mb{
	display: none;
}

.logo{
	width: 106px;
	position: relative;
	transition: all 0.4s;
}
.logo img{
	transition: all 0.4s;
}
.logo img:nth-child(2){
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.active .logo{
	width: 80px;
}
.active .logo img:nth-child(1){
	opacity: 0;
}
.active .logo img:nth-child(2){
	opacity: 1;
}

.header.active .header_box{
	background: #fff;
	height: 65px;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, .05);
}

.header.active .nav a,.header.active .nav_bar,.header.active .nav_bar a{
	color: #171717;
}

.nav {
	width: calc(100% - 150px);
	position: relative;
}

.nav ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.nav ul li {
	width: calc(100% / 6);
	position: relative;
	text-align: center;
	line-height: 45px;
}

.nav ul li .firstLab,
.nav ul li .firstLab a {
	position: relative;
	width: 100%;
	display: block;
}

.nav ul li .firstLab a{
	-webkit-transition: all .5s;
}

.nav ul li:hover .firstLab a{
	letter-spacing: 1px;
}

.nav ul li .firstLab {
	font-size: 18px;
}

.nav ul li .firstLab::after{
	width: 0%;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 5px;
	content: '';
	transition: all .4s;
	background: #fff;
	border-radius: 4px;
}

.nav ul li:hover .firstLab::after{
	width: 30%;
	left: 35%;
}

.nav ul li:hover .firstLab a {}

.nav ul li .secondLab {
	width: 350px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 65px;
	margin-left: -175px;
	background: #fff;
	padding: 15px 5px;
	-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);
	border-radius:0px 0px 5px 5px;
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 15px 30px 30px rgba(0, 0, 0, .1);
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	padding: 1.5vw;
}

.secondLab .seL{
	width: 50%;
	position: relative;
}

.secondLab .seL a:first-child{
	font-weight: bold;
}

.secondLab .seL:last-child::after{
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: rgba(0, 0, 0, .05);
}

.nav ul li:nth-child(5) .secondLab{
	width: 130%;
	left: -15%;
}

.nav ul li .secondLab::before {
	width: 120px;
	height: 15px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 0px;
	content: '';
	-webkit-transition: all .65s cubic-bezier(0.19, 1, 0.22, 1);
	background-size: cover;
}

.nav ul li .secondLab a {
	display: block;
	width: 100%;
	height: auto;
	line-height: 30px;
	color: #3e3e3e;
}

.nav ul li:hover .secondLab {
	opacity: 1;
	visibility: visible;
	top: 50px;
}

.nav ul li:hover .secondLab::before {
	top: -14px;
}

.nav ul li .secondLab a:hover {
	color: #e27123;
}

.nav_bar{
	width: auto;
	display: flex;
	align-items: center;
	position: relative;
	color: #fff;
}

.search_btn{
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	position: relative;
	margin-right: 35px;
	cursor: pointer;
}

.search_btn::after{
	width: 1px;
	height: 14px;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	background: rgba(255, 255, 255, 0.5);
}

.search_btn:hover{
	opacity: 0.5;
}

.searchGroup input{
	font-size: 16px;
}

.nr{
	display: flex;
	justify-content: space-between;
	width: 65%;
}

.nav a,.nav_bar a{
	color: #fff;
}
.nav_bar a{
	opacity: 0.4;
}

.nav_bar a.active{
	opacity: 1;
}

.active .nav ul li .firstLab::after{
	background: #171717;
}

.langue{
	width: auto;
	display: flex;
	align-items: center;
}

.langue span{
	font-size: 10px;
	padding: 0px 6px;
}
.banner_btn{
	width: 160px;
	height: 160px;
	position: absolute;
	right: 10%;
	top: 70%;
	
	z-index: 2;
	border-radius: 50%;
	color: #fff;
}

.banner_btn::before{
	width: 158px;
	height: 158px;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid rgba(255, 255, 255, .1);
	content: '';
	border-radius: 50%;
}

.banner_btn svg{
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	stroke: #ffffff;
	stroke-dasharray: 502;
	stroke-dashoffset: 0;
}

.banner_btn.on svg{
	animation: progress 6.5s linear 1 forwards;
}

@-webkit-keyframes progress {
	0% {
		stroke-dashoffset: 502;
	}
	95%,100% {
		stroke-dashoffset: 0;
		
	}
}

.banner_btn .btn-prev,.banner_btn .btn-next{
	font-size: 36px;
	width: 43px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	position: absolute;
	top: 62%;
	left: 38%;
	cursor: pointer;
}

.banner_btn .btn-prev{
	margin-left: -25px;
}

.banner_btn .btn-next{
	margin-left: 25px;
}

.naviga{
	width: 80px;
	height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 20%;
	color: #fff;
	font-size: 32px;
	line-height: 1;
}

.naviga .a{
	position: absolute;
	left: 0;
	top: 0;
}

.naviga .b{
	position: absolute;
	right: 0;
	bottom: 0;
}

.naviga::before{
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0%;
	top: 50%;
	transform: rotate(-45deg);
	content: '';
	background: #fff;
}

.banner_swiper .img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: center center no-repeat;
	background-size: cover;
}

canvas {
    overflow-clip-margin: content-box;
    overflow: clip;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.banner_swiper .img .txt{
	width: auto;
	height: auto;
	position: absolute;
	left: 10%;
	top: 75%;
	color: #fff;
	line-height: 1.5;
	font-size: 3vw;
}

.banner_swiper .word{
	opacity: 0;
	transform: translateX(75px);
	
}

.banner_swiper .swiper-slide-active .word{
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
	opacity: 1;
	transform: translateX(0px);
}

.banner_swiper .swiper-slide-active .word:nth-child(2){
	transition-delay: 0.05s;
}

.banner_swiper .swiper-slide-active .word:nth-child(3){
	transition-delay: 0.1s;
}

.banner_swiper .swiper-slide-active .word:nth-child(4){
	transition-delay: 0.15s;
}

.banner_swiper .swiper-slide-active .word:nth-child(5){
	transition-delay: 0.2s;
}

.banner_swiper .swiper-slide-active .word:nth-child(6){
	transition-delay: 0.25s;
}

.banner_swiper .swiper-slide-active .word:nth-child(7){
	transition-delay: 0.3s;
}

.banner_swiper .swiper-slide-active .word:nth-child(8){
	transition-delay: 0.35s;
}

.banner_swiper .swiper-slide-active .word:nth-child(9){
	transition-delay: 0.4s;
}

.banner_swiper .swiper-slide-active .word:nth-child(10){
	transition-delay: 0.45s;
}

.banner_swiper .swiper-slide-active .word:nth-child(11){
	transition-delay: 0.5s;
}



.banner_swiper .img .txt .txt_j{
	font-family: jpan;
	font-size: 1.4vw;
}

.banner_swiper .img .txt .txt_j,.banner_swiper .img .txt .txt_e{
	display: flex;
}

.model_items{
	width: 100%;
	position: relative;
	background: #f5f5f5;
	padding: 3vw;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5vw;
}

.model_items .left{
	width: 35%;
	position: relative;
	padding-top: 3%;
}

.model_items .right{
	width: 60%;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.model_items .right::after{
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0%;
	content: '';
	background: rgba(0, 0, 0, .05);
	display: none;
}

.model_items .right .item{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.model_items .right .item .img{
	width: 40%;
}



.model_items .right .item .txt{
	width: 48%;
	height: auto;
	line-height: 1.7;
}

.model_items .right .item .r_box{
	width: 50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.model_items .right .item .show_item{
	width: 100%;
	height: auto;
	position: relative;
	left: 0%;
	top: 0%;
}

.model_items .left .name{
	margin-bottom: 5px;
	font-weight: bold;
}

.model_items .left .title{
	margin-bottom: 0.5vw;
	font-size: 2.5vw;
}

.selects{
	width: 100%;
	height: auto;
	position: relative;
}

.selects select{
	border: none;
	width: 100%;
	height: 30px;
	outline: none;
}

.model_items .left .des{
	width: 100%;
	line-height: 1.7;
	position: relative;
	/* text-align: justify; */
	text-align: left;

}

.model_items .left .des b{
	display: block;
	font-size: 24px;
	margin-bottom: 5px;
	font-family: Ultra;
}

.common_more{
	width: 100px;
	display: flex;
	height: 25px;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.common_more::before{
	width: 25px;
	height: 25px;
	position: absolute;
	background: #f39800;
	border-radius: 50px;
	content: '';
	left: 0;
	top: 0;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.common_more:hover::before{
	width: 100%;
	transform: scale(1.1);
}

.common_more:hover .txt{
	color: #fff;
	left: 27px;
}

.common_more.c{
	margin: 0px auto;
}

.model_items .left .common_more{
	position: relative;
	margin-top: 1vw;
}

.common_more .icon{
	width: 25px;
	height: 25px;
	position: relative;
	line-height: 25px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
}

.common_more .txt{
	font-size: 12px;
	position: absolute;
	left: 35px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.45s;
}

.model_items .show{
	width: 60%;
	position: relative;
}

.model_items .show .img{
	width: 60%;
	position: relative;
}

.model_items .show_item{
	width: 40%;
	height: auto;
	position: absolute;
	left: 60%;
	top: 15%;
}

.model_items .show_item.si1::after{
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0%;
	top: 11px;
	content: '';
	background: rgba(0, 0, 0, .1);
	transition: all 0.5s ease 1s;
}

.model_items .show_item.is-inview::after{
	width: 40%;
	left: -45%;
}

.model_items .show_item.si2::after{
	width: 15%;
	height: 1px;
	position: absolute;
	left: -20%;
	top: 11px;
	content: '';
	background: rgba(0, 0, 0, .1);
	display: none;
}

.model_items .show_item:last-child{
	top: 55%;
}

.model_items .show_item .n{
	width: 100%;
	height: auto;
	position: relative;
	font-weight: bold;
	margin-bottom: 5px;
}

.model_items .show_item .d{
	line-height: 1.7;
}

.de_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.de_box .de_left{
	width: 100%;
}

.de_box .de_right{
	width: 100%;
}

.de_right .inner{
	padding-top: 70%;
}

.deSwiper .swiper-slide{
	border-radius: 5px;
	overflow: hidden;
}
.deSwiper .swiper-pagination-bullet-active{
	background: #fff;
}

.deSwiper{
	margin: 3vw 0px;
}

.deSwiper .swiper-pagination{
	text-align: left;
	padding-left: 15px;
}

.re_title{
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 3vw;
	text-transform: uppercase;
	font-family: Ultra;
	font-weight: bold;
}

.re_title.kj{
	font-family: Harshita;
	text-transform: none;
}

.re_title.h{
	text-align: left;
	padding: 0px 0vw;
}

.re_title.l{
	text-align: left;
}

.re_title .name{
	font-size: 2vw;
}

.model_items:nth-child(2){
	margin-bottom: 6vw;
}

.news_list{
	position: relative;
	z-index: 2;
}

.news_list ul li{
	width: 100%;
	position: relative;
	
}

.news_list ul li a{
	display: flex;
	position: relative;
	justify-content: space-between;
	padding-bottom: 2vw;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	margin-bottom: 2vw;
}

.news_list ul li a .date{
	width: 100px;
	height: 25px;
	line-height: 25px;
	background: #f5f5f5;
	border-radius: 25px;
	text-align: center;
	font-family: auto;
	font-size: 12px;
	color: rgba(0, 0, 0, .5);
	transition: all 0.5s;
}

.news_list ul li:hover a .date{
	background: #f39800;
	color: #fff;
}

.news_list ul li a .icon{
	width: 50px;
	height: 25px;
	line-height: 25px;
	position: relative;
	text-align: right;
	font-size: 28px;
	transition: all 0.5s;
	opacity: 0;
	transform: translateX(-20px);
}

.news_list ul li:hover a .icon{
	opacity: 1;
	transform: translateX(0px);
}

.news_list ul li a .name{
	width: calc(100% - 250px);
	line-height: 25px;
	font-size: 18px;
	transition: all 0.4s;
}

.news_list ul li:hover a .name{
	width: calc(100% - 280px);
	color: #e27123;
}

.footer{
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 25vw;
}

.footer .fm{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	pointer-events: none;
}

.f_socal{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 1vw;
	
}

.f_socal .socal{
	width: 26px;
	height: 26px;
	position: relative;
	margin: 0px 0.5vw;
}

.f_socal .socal:hover{
	opacity: 0.6;
}

.foot{
	width: 600px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	bottom: 25px;
	background: rgba(0, 0, 0, 0.025);
	backdrop-filter: blur(15px);
	padding: 25px;
}

.f_nav{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 1.5vw;
	font-size: 14px;
}

.f_nav a{
	padding: 0px 1.25vw;
}

.f_nav a:hover{
	opacity: 0.7;
}

.copyright{
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	font-size: 14px;
	color: rgba(0, 0, 0, .5);
	font-family: auot;
	font-size: 12px;
}

.copyright a{
	margin-left: 0.5vw;
	color: rgba(0, 0, 0, .5);
}

.news_box{
	position: relative;
	z-index: 2;
}


.sub-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100vh;
}
.sub-banner .img{
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.sub-banner .img img{
	width: 100%;
	height: 100%;
}

.sub-banner img{
	-webkit-transform: scale(1.1) translateX(-2%);
	filter: blur(20px);
	
	-webkit-animation: imgAnimate 2s ease 1 forwards;
}

@-webkit-keyframes imgAnimate{
	0%{
		filter: blur(20px);
		-webkit-transform: scale(1.1)  translateX(-2%);
	}
	100%{
		filter: blur(0px);
		-webkit-transform: scale(1)  translateX(0%);
	}
}

.sub-banner .txt{
	width: auto;
	height: 33vw;
	position: absolute;
	right: 10%;
	text-align: left;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 2vw;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	writing-mode: tb-rl;
	word-break: keep-all;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.jpan_txt{
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	font-size: 2vw;
	color: #fff;
	writing-mode: tb-rl;
	word-break: keep-all;
	transform: translateY(-50%);
	transition: all 1s;
	opacity: 0;
	right: 3%;
}


.sub-banner .txt .word{
	opacity: 0;
	transform: translateX(100px);
}

.sub-banner .txt p{
	position: relative;
	opacity: 0;
	transform: translateY(30px);
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.sub-banner .txt p:nth-child(2){
	font-size: 1.3vw;
	transition-delay: 0.3s;
}

.sub-banner .txt.active p{
	opacity: 1;
	transform: translateY(0px);
}

.swiper-slide-active .jpan_txt{
	opacity: 1;
	right: 5%;
}

.about_img{
	width: 90%;
	margin-left: 5%;
	position: relative;
	margin-top: -10vw;
	pointer-events: none;
	margin-bottom: 6vw;
}

.about_box .singePage{
	z-index: 2;
	position: relative;
	width: 100%;
	text-align: justify;
}

.pt5{
	padding-top: 6vw;
}

.curltrue{
	width: 100%;
	position: relative;
}

.curltrue ul{
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	justify-content: space-between;
	flex-wrap: wrap;
}

.curltrue ul li{
	width: 49%;
	height: 50vh;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition: all 700ms cubic-bezier(0.215, 0.610, 0.355, 1);
	margin-bottom: 1.5vw;
}
.curltrue ul li:last-child{
	width: 100%;
}

.curltrue ul li .thum{
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.curltrue ul li .thum .title{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	padding: 2vw;
	color: #fff;
	font-size: 2vw;
	transition: all 0.5s;
	text-align: center;
}

.curltrue ul li.active .thum .title{
	top: 40%;
}
.curltrue ul li:last-child.active .thum .title {
    top: 35%;
}
.curltrue ul li .thum img{
	width: 100%;
	height: 100%;
}

.curltrue ul li .thum::after{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background-image: linear-gradient(0deg, rgba(29, 165, 248, 1), rgba(29, 165, 248, 0));
	transition: all 0.5s;
}



.curltrue ul li .inner{
	padding-top: 135%;
}

.curltrue ul li .info{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 40%;
	padding: 2vw;
	color: #fff;
	opacity: 0;
	text-align: center;
}
.curltrue ul li:last-child .info{
	text-align: left;
}

.curltrue ul li.active .info{
	transition: all 0.6s ease .5s;
	opacity: 1;

}

.curltrue ul li .info .name{
	font-size: 2vw;
	display: none;
}

.curltrue ul li .info .des{
	font-size: 0.9vw;
	line-height: 1.5;
}

.sub_nav{
	position: relative;
	height: auto;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	z-index: 1000;
}

.sub_nav.nor{
	z-index: 0;
}

.sub{
	width: 100%;
	display: flex;
	line-height: 70px;
	position: relative;
}

.sub a{
	display: block;
	width: auto;
	height: auto;
	position: relative;
	padding: 0px 0vw;
	transition: all 0.35s;
	margin-right: 2.5vw;
}



.sub a::after{
	width: 0%;
	height: 2px;
	position: absolute;
	left: 50%;
	background-image: linear-gradient(90deg, #3e3e3e, #000);
	content: '';
	bottom: 0%;
	transition: all 0.3s;
}

.sub a:hover,.sub a.active{
	font-weight: bold;
}

.sub a:hover::after,.sub a.active::after{
	width: 100%;
	left: 0%;
}

.products.three .item{
	width: 32%;
	margin-right: 2%;
	background: #fff;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, .05);
}

.products.three .item:nth-child(3n){
	margin-right: 0%;
}
.products.three{
	position: relative;
	z-index: 2;
}
.products{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 4vw;
}

.products .item{
	width: 48%;
	height: auto;
	position: relative;
	background: #f5f5f5;
	padding: 3vw;
	border-radius: 1vw;
	margin-bottom: 3vw;
}

.products .item .info{
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 2vw;
}

.products .item .info .tip{
	margin-bottom: 5px;
}
.products .item .info .name{
	font-size: 1.8vw;
	position: relative;
}

.products .item .info .name::after{
	width: 0%;
	height: 1px;
	position: absolute;
	left: 50%;
	background: #231815;
	bottom: -3px;
	content: '';
	transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

body.jpan .products.three .item .info .name{
	font-size: 1.5vw
}

.products .item:hover .info .name::after{
	width: 30%;
	left: 35%;
}

.products .item .thum{
	width: 80%;
	margin-left: 10%;
}

.products .item .thum .inner{
	padding-top: 156%;
}

.products .item .thum .pic{
	background-size: contain;
}

.products .item .specs{
	text-align: center;
	opacity: 0.7;
	margin-top: 0.5vw;
	font-size: 14px;
}

.p_tips{
	text-align: center;
	position: relative;
	font-size: 14px;
}

.p_name{
	text-align: center;
	font-size: 3vw;
	font-family: Ultra;
	font-weight: bold;
}
.p_des{
	font-size: 1.6vw;
	text-align: center;
	margin-bottom: 2vw;
}

.singePage.p{
	width: 100%;
	margin-bottom: 1vw;
	text-align: center;
}

.gbl{
	width: 100%;
	margin-bottom: 5vw;
	border-radius: 10px;
	overflow: hidden;
}

.p_icons{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 3vw;
}

.p_icons .icon_item{
	width: 180px;
	height: auto;
	margin: 0px 0vw;
}

.p_icons .icon_item .icon{
	width: 90px;
	height: auto;
	margin: 0px auto;
	border: 1px solid #171717;
	border-radius: 5px;
	overflow: hidden;
}

.p_icons .icon_item .txt{
	margin-top: 10px;
	text-align: center;
}

.p_icons .icon_item .txt .g{
	opacity: 0.7;
	font-size: 14px;
}

.p_icons .icon_item .txt .n{
	font-weight: bold;
	font-size: 18px;
}

.pd_img{
	width: 90%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-left: 5%;
}

.sub_name{
	margin-bottom: 2vw;
	font-size: 2vw;
	position: relative;
	text-align: center;
	font-family: Ultra;
}
.pro_swiper{
	margin-bottom: 6vw;
}
.pro_swiper .inner{
	padding-top: 65%;
}

.pro_swiper .info{
	text-align: center;
	position: relative;
}

.pro_swiper .thum{
	margin-bottom: 1vw;
	border-radius: 0.5vw;
}

.pro_swiper .info .name{
	font-size: 1.5vw;
	margin-bottom: 0.5vw;
}

.pro_swiper .swiper-button-next,.pro_swiper .swiper-button-prev{
	width: 36px;
	height: 70px;
	background: rgba(255, 255, 255, 0.5);
	color: #fff;
	transform: translateY(-50%);
}

.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 16px;
}

.pro_swiper .swiper-button-next{
	right: 0;
	border-radius: 5px 0px 0px 5px;
}

.pro_swiper .swiper-button-prev{
	left: 0;
	border-radius: 0px 5px 5px 0px;
}

.con_info{
	width: 100%;
	position: relative;
	margin-bottom: 1.5vw;
}

.con_info .name{
	font-size: 1.6vw;
	margin-bottom: 1vw;
}

.con_list{
	position: relative;
	margin-bottom: 6vw;
}

.con_list ul li{
	width: 100%;
	position: relative;
	padding-left: 25px;
	line-height: 35px;
	margin-bottom: 1.5vw;
}

.con_list ul li::after{
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 12.5px;
	content: '';
	background: #171717;
	border-radius: 50%;
}

.con_list ul li .name{
	font-weight: bold;
	font-size: 20px;
}

.con_list ul li .des{
	font-size: 18px;
}

.from_label {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1vw;
	z-index: 2;
}

.from_label .row.full{
	width: 100%;
	margin-right: 0%;
}

.from_label .row {
	width: 30%;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #fff;
	margin-right: 5%;
	margin-bottom: 3vw;
	transition-delay: 0.1s;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.from_label .row:nth-child(2n) {
	transition-delay: 0.2s;
}

.from_label .row:nth-child(3n) {
	transition-delay: 0.3s;
	margin-right: 0%;
}

.from_label .row .label {
	color: #1a1a1a;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	opacity: 0.7;
}

.from_label .row input {
	height: 30px;
	border: none;
	background: transparent;
	width: 100%;
	outline: none;
	border: none;
	font-size: 16px;
}

.submit{
	width: 160px;
	height: 58px;
	margin: 0px auto;
	position: relative;
	background: #f39800;
	line-height: 58px;
	text-align: center;
	color: #fff;
	z-index: 2;
	border-radius: 50px;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.submit.active{
	opacity: 0.5;
	cursor: no-drop;
}

.submit:hover{
	transform: scale(1.05);
}

.from_label .row .label span{
	color: red;
}

.news_warp .re_title{
	width: 25%;
}

.news_r{
	width: 75%;
}

#page{
	position: relative;
	z-index: 2;
}

#page ul{
	justify-content: flex-start;
}

.ndc_npnews{
	position: relative;
	z-index: 2;
}

.process_box{
	background: url(../images/process_bg.jpg) top center no-repeat;
	background-size: contain;
}

.process_list{
	width: 800px;
	height: auto;
	margin: 0px auto;
	position: relative;
	margin-bottom: 6vw;
	padding-top: 3vw;
}

.p_x{
	width: 2px;
	height: 0%;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 0%;
	background: #e88720;
}

.p_line{
	width: 2px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0%;
	content: '';
	background: rgba(0, 0, 0, .1);
}

.p_top{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 0%;
	background: #e27123;
	border-radius: 50%;
	z-index: 2;
}

.p_top::after{
	width: 10px;
	height: 10px;
	position: absolute;
	top: 5px;
	left: 5px;
	content: '';
	background: #fff;
	border-radius: 50%;
}


.process_list ul li{
	width: 40%;
	padding: 2vw 0px;
	display: flex;
	align-items: flex-start;
	position: relative;
}

.process_list ul li::after{
	width: 15%;
	height: 1px;
	position: absolute;
	left: -18%;
	content: '';
	top: 50%;
	background: rgba(0, 0, 0, .2);
}

.process_list ul li::before{
	width: 11px;
	height: 11px;
	position: absolute;
	left: -85px;
	content: '';
	background: #e88720;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
}

.process_list ul li:nth-child(even)::before{
	left: auto;
	right: -86px;
}

.process_list ul li:nth-child(even)::after{
	left: auto;
	right: -18%;
}

.process_list ul li .num{
	width: 20px;
	height: 20px;
	position: relative;
	background: #000;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-family: auto;
	font-size: 12px;
}

.process_list ul li:nth-child(odd){
	margin-left: 60%;
}

.process_list ul li:nth-child(even){
	direction: rtl;
}

.process_list ul li .txt{
	direction: initial;
	margin-left: 10px;
}

.process_list ul li:nth-child(even) .txt{
	margin-left: 0%;
	margin-right: 10px;
}

.process_box .singePage{
	width: 60%;
	margin-left: 20%;
	text-align: center;
}

.new_nr{
	width: 100%;
	position: relative;
	margin-top: 5vw;
}

.new_nr ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.new_nr ul li{
	width: 100%;
	background: #f5f5f5;
	padding: 3vw;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2vw;
}

.new_nr ul li:last-child{
	margin-bottom: 0;
}

.new_nr ul li .l{
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.new_nr ul li .l .name{
	width: 100%;
	text-align: center;
	margin-top: 1vw;
	font-size: 18px;
}

.new_nr ul li .des{
	width: 65%;
	text-align: justify;
	line-height: 1.7;
}

.new_nr ul li .des p{
	margin-bottom: 0.5vw;
}

.new_nr ul li .des p.p2{
	margin-bottom: 0px;
}

.new_nr ul li .icon{
	width: 100px;
	height: 100px;
	background: #fff;
	color: #93ddf6;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	font-size: 1.6vw;
	font-weight: bold;
}

.tech_list{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5vw;
}


.tech_list .item{
	width: 32.5%;
	position: relative;
}

.tech_list .item .info{
	position: absolute;
	left: 10%;
	top: 7%;
	color: #fff;
	width: 80%;
}

.tech_list .item .thum{
	clip-path: inset(0% 0% 100% 0%);
	transition: all 1.5s ease .7s;
}
.tech_list .item:nth-child(2) .thum{
	transition: all 1.5s ease .6s;
}

.tech_list .item .thum .img{
	transition: all 2s cubic-bezier(0.215, 0.610, 0.355, 1) .7s;
	transform: scale(1.1);
}

.tech_list .item.is-inview .thum .img{
	transform: scale(1);
}

.tech_list .item.is-inview .thum{
	clip-path: inset(0% 0% 0% 0%);
}

.tech_list .item:nth-child(2) .info{
	top: auto;
	bottom: 7%;
}

.tech_list .item .info .mark{
	display: inline-flex;
	width: auto;
	height: auto;
	padding: 5px 15px;
	border: 1px solid #fff;
	border-radius: 30px;
	font-size: 14px;
}
.tech_list .item .info .name{
	font-size: 1.6vw;
	margin-top: 0.5vw;
}

.solution{
	width: 100%;
	position: relative;
	margin-bottom: 3vw;
	background: #f9f9f9;
	padding: 3vw;
	border-radius: 10px;
}

.solution_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
}

.solution_title{
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 1vw;
	display: none;
}

.solution_title b{
	font-size: 1.8vw;
	width: auto;
	position: relative;
	padding-left: 15px;
}


.solution_title b::after{
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7.5px;
	border-radius: 50%;
	content: '';
	background: rgba(0, 0, 0, 1);
}

.solution .item{
	width: 48%;
	margin-right: 4%;
	position: relative;
}

.solution .item:hover .inner img{
	transform: scale(1.05);
}

.solution .item:nth-child(n+3){
	margin-bottom: 3vw;
}

.solution .item:nth-child(2n){
	margin-right: 0%;
}

.solution .item .thum{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	width: 50%;
	margin: 0px auto;
	border-radius: 250px;
}

.solution .item .inner{
	padding-top: 130%;
}

.solution .item .info{
	width: 100%;
	margin-top: 1vw;
	text-align: center;
}

.solution .item .info .name{
	font-size: 1.5vw;
	margin-bottom: 0.5vw;
}

.boxes.i{
	padding-top: 4vw;
	padding-bottom: 0;
}

.sub-banner .info{
	width: 40%;
	position: absolute;
	bottom: 15%;
	left: 10%;
	color: #fff;
}

.sub-banner .info .name{
	font-size: 3vw;
	margin-bottom: 1vw;
	font-family: Ultra;
}

.sub-banner .info .des{
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1.7;
	text-align: justify;
	font-size: 1.2vw;
}

.sub-banner .info .des p{
	margin-bottom: 10px;
}

.overviews ul li .singePage img{
	border-radius: 10px;
}

.overview_box{
	width: 100%;
}

.overview_box .left{
	width: 55%;
}

.overview_box .left .re_title{
	margin-bottom: 1.5vw;
}

.overview_box .right{
	width: 40%;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}

.faq_box{
	padding-top: 0%;
}

#FAQ{
	padding-top: 6vw;
}
.area_box{	
	position: relative;
	padding-bottom: 0;

}

.Treatment_img{
	border-radius: 1vw;
	overflow: hidden;
	width: 90%;
	margin-left: 5%;
}

.area_box .left{
	width: 50%;
	height: auto;
	position: relative;
}

.area_box .right{
	width: 40%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
}


.area_box .right .singePage{
	margin-bottom: 6vw;
	text-align: justify;
}

.area_box .re_title{
	margin-bottom: 1.5vw;
}

.areas{
	width: 100%;
	height: auto;
	position: relative;
}

.areas .item{
	width: 100%;
	height: auto;
	position: relative;
	border-left: 1px solid #171717;
	padding-left: 15px;
	margin-bottom: 1.5vw;
}

.areas .item .n{
	margin-bottom: 0.25vw;
	font-size: 1.3vw;
}

.faq_list{
	width: 100%;
	height: auto;
	position: relative;
}

.faq_list ul li{
	width: 100%;
	height: auto;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 2vw;
	margin-bottom: 2vw;
}

.faq_list ul li .q_top{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: flex-start;

}

.faq_list ul li .i{
	width: 30px;
	height: 30px;
	position: relative;
	background: #000;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}

.faq_list ul li .q_top .n{
	width: calc(100% - 40px);
	margin-left: 10px;
	line-height: 30px;
	font-size: 20px;
}

.faq_list ul li .q_btm{
	width: 100%;
	align-items: flex-start;
	position: relative;
	display: flex;
	padding-top: 1.5vw;
}


.faq_list ul li .q_btm .n{
	width: calc(100% - 40px);
	margin-left: 10px;
	line-height: 30px;
	font-size: 16px;
}

.area_dot{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.area_dot .dot{
	width: 25px;
	height: 25px;
	position: absolute;
	left: 35%;
	top: 50%;
	background: #fff;
	border-radius: 50%;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: #171717;
	cursor: pointer;
}

.area_dot .dot.dot1{
	left: 25%;
	top: 55%;
}

.area_dot .dot.dot2{
	top: 26%;
	left: 40%;
}
.area_dot .dot.dot3{
	left: 54%;
	top: 39%;
}

.about_box .left{
	width: 100%;
}

.about_box .right{
	width: 20%;
	border-radius: 10px;
	overflow: hidden;
}

.about_box .right video{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.about_box .w1400{
	align-items: center;
}

.n_top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3vw;
}

.n_top .name{
	width: 50%;
	border: 5px solid #000;
	padding: 2vw;
	font-size: 1.6vw;
	text-transform: uppercase;
	line-height: 1.7;
	font-family: Ultra;
}
.curltrue ul li .info .des.ds{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.curltrue ul li .info .des .d{
	width: 19%;
	position: relative;
	text-align: center;
	padding: 20px 10px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 10px;
	/* backdrop-filter: blur(10px); */
	background: rgba(255, 255, 255, .1);
}

.curltrue ul li .info .des .d b{
	display: block;
	width: 100%;
	font-size: 1vw;
	margin-bottom: 3px;
}

.n_top .des{
	width: 45%;
	height: auto;
	position: relative;
	line-height: 1.7;
}

.n_btm{
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 5vw;
}
.n_btm .left{
	width: 55%;
}
.n_btm .img{
	width: 40%;
}

.n_btm .left .name{
	font-weight: bold;
	margin-bottom: 1vw;
}

.p2{
	font-size: 12px;
	margin-top: 0.5vw;
	font-style: italic;
}

.n_sin{
	width: 100%;
}

.n_sin ul li{
	width: 100%;
	height: auto;
	position: relative;
	padding: 3vw;
	background: #f5f5f5;
	border-radius: 10px;
	margin-bottom: 2vw;
}

.n_sin ul li .name{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	line-height: 2;
	padding-bottom: 0.5vw;
	margin-bottom: 1vw;
}

.n_sin ul li .des{
	width: 100%;
	line-height: 2;
}

.n_sin ul li .des.s{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 25px;
}

.n_sin ul li .des .item{
	width: 32%;
	position: relative;
	box-shadow: 25px 25px 50px rgba(0, 0, 0, .05);
	padding: 2vw;
	border-radius: 10px;
}

.n_sin ul li .des .item b{
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
	color: #93ddf6;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.2;
}

.hambuer_nav{
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.hambuer{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	line-height: 30px;
	padding: 20px 0px;
	color: rgba(0, 0, 0, .4);
}

.hambuer a{
	padding: 0px 10px;
	color: rgba(0, 0, 0, .4);
}

.hambuer a:hover,.hambuer a.active{
	color: #171717;
}

.n_sin ul li .des .item b::after{
	width: 50px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 0%;
	content: '';
	border-radius: 5px;
	background: #93ddf6;
}

.singePage.w7{
	padding: 0% 15%;
	text-align: center;
}

.overviews{
	position: relative;
}

.overviews ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.overviews ul li{
	width: 100%;
	position: relative;
}

.ddd{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ddd .singePage{
	width: 40%;
}

.ddd .mt{
	width: 55%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.ddd .mt .img{
	width: 40%;
}
.ddd .mt .img:nth-child(1){
	margin-top: 10vw;
}

.overviews ul li .inner{
	padding-top: 60%;
}

.overviews ul li:first-child .thum{
	margin-bottom: 1vw;
}

.overviews ul li:last-child .thum{
	margin-top: 1vw;
}

.overviews ul li .thum{
	border-radius: 10px;
	overflow: hidden;
}
.menu_bar {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 200;
	display: none;
}

.menu_bar.active {
	z-index: 150;
}

.menu_bar.active span {
	background: #184791;
}

.menu_bar .bar {
	width: 30px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
}


.menu_bar span {
	width: 100%;
	height: 2px;
	position: absolute;
	background: #ffffff;
	display: block;
	-webkit-transition: all .35s;
	-webkit-transform: rotate(0deg);
	top: 0px;
}

.menu_bar.active span {
	background: #000;
}

.menu_bar span:nth-child(2) {
	top: 9px;
	width: 20px;
}

.menu_bar:hover span:nth-child(2){
    width: 30px;
}

.menu_bar:hover span:nth-child(3){
    width: 30px;
}

.menu_bar.active:hover span:nth-child(2){
    width: 0px;
}

.menu_bar.active:hover span:nth-child(3){
    width: 25px;
}

.menu_bar.active span:nth-child(2){
	width: 0px;
}

.menu_bar.active span:nth-child(1){
	top: 9px;
	-webkit-transform: rotate(45deg);
	width: 25px;
}

.menu_bar.active span:nth-child(3){
	top: 9px;
	-webkit-transform: rotate(-45deg);
}

.menu_bar span:nth-child(3) {
	top: 18px;
	width: 25px;
}
@media screen and (max-width: 1440px) {
	.model_items .right .item .txt,.model_items .left .des,.model_items .show_item .d{
		font-size: 14px;
	}
	.model_items .left{
		width: 30%;
	}
	.model_items .right{
		width: 65%;
	}
	.model_items .left .title{
		font-size: 2.2vw;
	}
	.model_items .left .des b,.model_items .show_item .n{
		font-size: 16px;
	}
/* 	.curltrue ul li .info .des{
		font-size: 1.1vw;
	}
	.curltrue ul li .info .name{
		font-size: 2.5vw;
	} */
}

@media screen and (max-width: 900px) {
	.menu_bar {
		display: block;
	}
	.nav {
		height: calc(100vh - 0px);
		position: fixed;
		left: 0px;
		top: 0px;
		display: flex;
		justify-content: center;
		align-items: self-start;
		width: 100%;
		-webkit-transition: all .5s;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		margin-right: 0%;
		z-index: 10;
		background: #fff;
	}
	.logo,.active .logo{
		width: 60px;
		margin-left: 5%;
	}
	.header_box,.header.active .header_box{
		height: 60px;
		padding: 0px;
	}
	.header.active .search_btn::after{
		background: rgba(0, 0, 0, .1);
	}
	.header.active .menu_bar span{
		background: rgba(0, 0, 0, .5);
	}
	.nr{
		width: auto;
		margin-right: 70px;
	}
	.search_btn{
		margin-right: 25px;
	}
	.search_btn::after{
		right: -5px;
	}
	.banner_btn{
		width: 100px;
		height: 100px;
		top: auto;
		bottom: 5%;
		right: 5%;
	}
	.banner_btn::before{
		width: 98px;
		height: 98px;
	}
	.banner_btn svg{
		width: 100%;
		height: 100%;
		position: relative;

	}
	.banner_btn .btn-prev, .banner_btn .btn-next{
		display: none;
	}
	.naviga {
	    width: 60px;
	    height: 50px;
	    position: absolute;
	    left: 50%;
	    margin-left: -30px;
	    top: 50%;
	    color: #fff;
	    font-size: 24px;
	    line-height: 1;
	    transform: translateY(-50%);
	}
	.naviga::before{
		opacity: 0.5;
	}
	.re_title .name{
		font-size: 6vw;
	}
	.boxes{
		padding: 15vw 0px;
	}
	.w1400{
		width: 90%;
	}
	.model_items{
		flex-wrap: wrap;
	}
	.model_items .left,.model_items .right{
		width: 100%;
	}
	.model_items .right,.model_items .right .item{
		flex-wrap: wrap;
	}
	.model_items .right .item .img,.model_items .right .item .r_box,.model_items .show{
	    width: 100%;
	}
	.model_items .show .img{
		width: 100%;
	}
	.model_items .show_item{
		width: 60%;
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 3vw;
	}
	.model_items .show_item:last-child{
		top: 0;
	}
	.news_list ul li a{
		flex-wrap: wrap;
	}
	.news_list ul li a .name{
		width: 100%;
	}
	.news_list ul li a .date {
	    width: auto;
	    height: auto;
	    line-height: 20px;
		background: transparent;
	}
	.news_list ul li a .icon{
		display: none;
	}
	.news_list ul li a .name{
		font-size: 16px;
	}
	.foot{
		width: 100%;
		margin-left: 0%;
		padding: 10px 15px;
		background: transparent;
		backdrop-filter: none;
		left: 0;
		bottom: 0;
	}
	.f_nav{
		display: none;
	}
	.f_socal{
		margin-bottom: 3vw;
	}
	.f_socal .socal {
	    width: 22px;
	    height: 22px;
	    position: relative;
	    margin: 0px 2vw;
	}
	.news_list ul li a{
		padding-bottom: 4vw;
		margin-bottom: 4vw;
	}
	.model_items{
		margin-bottom: 15vw;
	}
	.model_items:nth-child(2) {
	    margin-bottom: 15vw;
	}
	
	.nav.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
	
	.nav a{
		color: #171717;
	}
	.logo,.nav_bar{
		z-index: 20;
	}
	.nav ul{
		flex-wrap: wrap;
		padding-top: 100px;
	}
	.nav ul li{
		width: 100%;
		border-bottom: 1px solid rgba(0, 0, 0, .1);
	}
	.nav ul li{
		line-height: 55px;
	}
	.model_items .left{
		padding-top: 0;
	}
	.model_items{
		padding: 5vw;
	}
	.re_title.h{
		text-align: center;
	}
	.model_items .show_item.si1::after{
		display: none;
	}
	.footer{
		padding-top: 35vw;
	}
	.sub-banner{
		height: 50vh;
	}
	.curltrue ul li{
		width: 48%;
		height: 35vh;
		margin-bottom: 3vw;
	}
	.curltrue ul li .info .des{
		font-size: 14px;
	}
	.curltrue ul li .thum .title{
		font-size: 20px;
	}
	.curltrue ul li:last-child {
	    width: 100%;
	    height: 60vh;
	}
	.curltrue ul li .info .des.ds{
		flex-wrap: wrap;
	}
	.curltrue ul li .info .des .d{
		width: 32%;
		padding: 10px;
		margin-bottom: 2vw;
	}
	.curltrue ul li .info .des .d p{
		font-size: 10px;
	}
	.curltrue ul li .info .des .d b{
		font-size: 14px;
	}
	.curltrue ul li:last-child.active .thum .title {
	    top: 20%;
	}
	.curltrue ul li.active .thum .title {
	    top: 30%;
	}
	.curltrue ul li .info{
		top: 35%;
		padding: 2vw 4vw;
	}
	.curltrue ul li:nth-child(3) .info{
		top: 25%;
	}
	.curltrue ul li .info .des .d:nth-child(n+4){
		width: 49%;
	}
	.singePage{
		font-size: 14px;
		text-align: justify;
	}
	.sub a{
		font-size: 14px;
	}
	.sub{
		line-height: 50px;
	}
	.boxes.i {
	    padding-top: 10vw;
	}
	.products .item .info .name{
		font-size: 12px;
		opacity: 0.7;
	}
	.products{
		margin-bottom: 10vw;
	}
	.hambuer{
		padding: 5px 0px;
		font-size: 12px;
	}
	.hambuer a {
	    padding: 0px 5px;
	}
	.p_name{
		font-size: 6vw;
	}
	.p_des{
		font-size: 12px;
	}
	.p_icons .icon_item .icon{
		width: 50px;
	}
	.p_icons .icon_item{
		width: 120px;
	}
	.p_icons .icon_item .txt .g{
		font-size: 12px;
		margin-bottom: 3px;
	}
	.p_icons .icon_item .txt .n{
		font-size: 14px;
	}
	.p_icons .icon_item .txt{
		margin-top: 5px;
	}
	.sub_name{
		font-size: 6vw;
		margin-bottom: 3vw;
	}
	.pro_swiper .info .name{
		font-size: 12px;
	}
	.pro_swiper .info .des{
		font-size: 14px;
	}
	.products .item .specs{
		font-size: 12px;
	}
	.sub_nav{
		z-index: 1;
	}
	.singePage.w7 {
	    padding: 0% 0%;
	    text-align: center;
	}
	.new_nr ul li{
		flex-wrap: wrap;
		padding: 10vw 5vw;
		margin-bottom: 5vw;
	}
	.new_nr ul li .des{
		width: 100%;
	}
	.new_nr ul li .l{
		width: 100%;
		margin-bottom: 3vw;
	}
	.new_nr ul li .icon {
	    width: 70px;
	    height: 70px;
	    line-height: 70px;
	    font-size: 5vw;
	}
	.new_nr ul li .l .name{
		font-size: 16px;
	}
	.new_nr ul li .des {
		width: 100%;
		font-size: 14px;
	}
	.process_list {
	    width: 100%;
	}
	.process_list ul li .txt{
		width: calc(100% - 30px);
		font-size: 14px;
	}
	.process_list ul li:nth-child(even)::before {
	    left: auto;
	    right: calc(-10vw - 2px);
	    width: 10px;
	    height: 10px;
	}
	.process_list ul li::before{
		width: 10px;
		height: 10px;
		left: calc(-10vw - 1px);
	}
	.n_top,.n_btm{
		flex-wrap: wrap;
	}
	.n_top{
		margin-bottom: 5vw;
	}
	.n_top .name {
	    width: 100%;
	    border: 2px solid #000;
	    padding: 2vw 3.5vw;
	    font-size: 4vw;
		margin-bottom: 3vw;
	}
	.n_top .des{
		width: 100%;
	}
	.process_list ul li{
		padding: 5vw 0px;
	}
	.process_list ul li::after,.process_list ul li::before{
		top: top: calc(5vw + 10px);;
	}
	.n_top .des{
		font-size: 14px;
	}
	.n_btm .left{
		width: 100%;
	}
	.tech_list .item .info .mark{
		display: none;
	}
	.tech_list .item .info .name{
		font-size: 12px;
	}
	.process_box{
		padding-bottom: 0;
	}
	.n_btm .img{
		display: none;
	}
	.n_sin ul li .name{
		text-align: center;
		line-height: 1.4;
		font-size: 16px;
	}
	.n_sin ul li{
		padding: 10vw 5vw;
	}
	.n_sin ul li .des .item{
		padding: 0px;
		width: 100%;
		box-shadow: none;
	}
	.n_sin ul li .des .item b{
		font-size: 16px;
	}
	.n_sin ul li .des .item p,.n_sin ul li .des{
		font-size: 14px;
		text-align: justify;
	}
	.n_top .des{
		text-align: justify;
	}
	.news_warp .re_title{
		display: none;
	}
	.news_r{
		width: 100%;
	}
	#page li{
		width: 30px;
		height: auto;
		line-height: 30px;
		font-size: 12px;
	}
	.detail_box{
		width: 90%;
	}
	.ndc_npnews {
	    align-items: self-start;
	}
	.ndc_npnews .post_next p, .ndc_npnews .post_prev p {
	    font-size: 12px;
	    margin-bottom: 1px;
	}
	.ndc_npnews .post_next a, .ndc_npnews .post_prev a{
		font-size: 12px;
	}
	.ndc_npnews .post_next, .ndc_npnews .post_prev{
		width: 48%;
	}
	.con_info .name{
		font-size: 4vw;
	}
	.con_list ul li .name{
		font-size: 4vw;
	}
	.con_list ul li .des{
		font-size: 14px;
		line-height: 1.4;
	}
	.con_list ul li{
		padding-left: 15px;
	}
	.con_list ul li::after {
	    width: 6px;
	    height: 6px;
	    top: 14.5px;
	}
	.from_label .row .label{
		font-size: 12px;
	}
	.from_label .row{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 5vw;
	}
	.from_label .row:nth-child(3n){
		margin-right: 2%;
	}
	.from_label .row:nth-child(2n){
		margin-right: 0%;
	}
	.from_label .row input {
	    height: 20px;
		font-size: 14px;
	}
	.submit {
	    width: 120px;
	    height: 48px;
	    line-height: 48px;
	    font-size: 14px;
	}
	.model_items .right .item .img{
		width: 60%;
	}
	.mb{
		display: block;
	}
	.pc{
		display: none;
	}
	.model_items .right .item .r_box{
		margin-bottom: 5vw;
	}
	.model_items .show{
		margin-bottom: 5vw;
	}
	.news_list{
		margin-bottom: 5vw;
	}
	.nav ul li .secondLab{
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
		margin-left: 0;
		opacity: 1;
		visibility: visible;
		box-shadow: none;
		flex-wrap: wrap;
		padding: 0;
	}

	.nav ul li .secondLab a{
		width: 100%;
		line-height: 25px;
	}
	.secondLab .seL{
		display: flex;
		flex-wrap: wrap;
		background: #f9f9f9;
		padding: 3vw;
		border-radius: 5px;
	}
	.nav ul li{
		text-align: left;
		padding: 0px 5%;
		line-height: 30px;
	}
	.nav ul li .firstLab a{
		padding: 10px 0px;
		text-align: center;
	}
	.secondLab .seL a{
		padding-left: 0%;
		width: 50%;
	}
	.nav ul li .secondLab .seL a{
		width: 100%;
		font-size: 14px;
		text-align: center;
	}
	.nav ul li .secondLab .seL a:first-child{
		width: 100%;
		text-align: center;
	}
	.nav ul li:nth-child(4) .firstLab a{
		padding-bottom: 0;
	}
	.nav ul li:nth-child(4) .secondLab{
		padding-bottom: 10px;
	}
	
	.nav ul li:hover .firstLab::after {
	    width: 10%;
		left: 45%;
	}
	.banner_btn {
		width: 70px;
		height: 70px;
		bottom: 3%;
	}
	.banner_btn::before {
		width: 68px;
		height: 68px;
	}
	.naviga {
		width: 40px;
		height: 30px;
		margin-left: -20px;
		font-size: 16px;
	}
	.banner_swiper .img .txt{
		font-size: 4.5vw;
		line-height: 1.2;
		width: 90%;
		left: 5%;
	}
	.banner_btn{
	    display: none;
	}
	.banner_swiper .img .txt .txt_j{
		font-size: 3vw;
	}
	.jpan_txt{
		font-size: 4vw;
	}
	.sub-banner .txt{
		font-size: 4vw;
		height: auto;
		top: 55%;
	}
	.sub-banner .txt p:nth-child(2) {
	    font-size: 3vw;
	}
	.products .item{
		padding: 5vw 3vw;
	}

	.pro_swiper .thum{
		margin-bottom: 2vw;
	}
	.products.three .item{
		width: 100%;
	}
	.products.three .item .thum{
		width: 60%;
		margin-left: 20%;
	}
	.nav ul li:hover .secondLab {
	    opacity: 1;
	    visibility: visible;
	    top: 0px;
	}
	.sub_nav{
		display: none;
	}
	.sub-banner .info .name{
		font-size: 6vw;
	}
	.sub-banner .info .des{
		font-size: 3.5vw;
	}
	.sub-banner .info {
	    width: 80%;
	}
	.ddd{
		flex-wrap: wrap;
	}
	.ddd .singePage{
		width: 100%;
	}
	.ddd .mt{
		width: 100%;
	}
	.ddd .mt .img{
		width: 48%;
	}
	.ddd .mt .img:nth-child(1) {
	    margin-top: 0vw;
	}
	.ddd .mt .img{
		border-radius: 5px;
	}
	.area_box{
		padding-bottom: 0;
	}
	.faq_list ul li .q_btm .n{
		font-size: 14px;
		line-height: 25px;
	}
	.faq_list ul li .q_top .n{
		font-size: 16px;
		line-height: 25px;
	}
	.faq_list ul li .i {
	    width: 25px;
	    height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	.faq_list ul li{
		padding-bottom: 5vw;
		margin-bottom: 5vw;
	}
	.news_list ul li:hover a .name {
	    width: 100%;
	    color: #e27123;
	}
	.news_list ul li:hover a .date {
	    background: transparent;
	    color: rgba(0, 0, 0, .5)
	}
	.detail_box{
		padding: 10vw 0%;
	}
	.banner_swiper{
	    height: 45vh;
	}
	.jpan_txt{
	    display: none;
	}
}