/*
 *	Created by Edward on 25/11/26
 *	Copyright (c) 2025 ishutime.com All rights reserved
*/
html {
	font-size: 16px;
}

@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: 0px;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

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



@font-face {
	font-family: interLight;
	src: url(../fonts/Inter_18pt-ExtraLight.ttf);
}

body,
html {
	color: #333333;
	font-family: sans-serif, "Microsoft YaHei", '微软雅黑', "Arial";
	font-weight: 300;
	/* cubic-bezier(.4,0,.2,1) */
	/* transition: cubic-bezier(0.47, 0, 0.745, 0.715); */
}

body.en-version{
	font-family: inter;
}

body.de-version{
	font-family: google;
}

.en-version .cols-left .img,.jp-version .cols-left .img,.th-version .cols-left .img,.de-version .cols-left .img{
	width: 100%;
}

.en-version .banner-swiper .swiper-slide .slogan .txt-en{
	font-family: inherit;
}

.cols-left .img p{
	font-size: 2.5vw;
	text-transform: uppercase;
	line-height: 1.25;
	font-family: din;
}

b,
strong {
	font-weight: 400;
}

textarea,
input,
select {
	font-family: "Microsoft YaHei", '微软雅黑', "Arial";
	font-size: 0.875rem;
	outline: none;
	border: none;
}

button {
	border: none;
}

.banner-swiper {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	will-change: transform;
	transform: translateY(0px);
	background: #000;
	z-index: 2;
}

.banner-swiper .swiper-slide {
	width: 100%;
	height: 100vh;
	position: relative;
}

.banner-swiper .swiper-slide::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .35);
	pointer-events: none;
}

.banner-swiper .swiper-slide .slogan {
	width: 100%;
	height: auto;
	color: #ffffff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	z-index: 2;
}

.banner-swiper .swiper-slide .slogan p{
	transform: translateY(100%);
	transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.banner-swiper .swiper-slide .slogan .txt-en p{
	transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

.banner-swiper .swiper-slide .slogan .txt-cn {
	font-size: 3vw;
	overflow: hidden;
	margin-bottom: 0.5vw;
	padding: 0 10%;
	font-family: din;
    text-transform: uppercase;
}

.banner-swiper .swiper-slide.active .slogan p{
	transform: translateY(0%);
}

.banner-swiper .swiper-slide .slogan .txt-en {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 1.25vw;
	font-family: interLight;
	overflow: hidden;
}

.banner-swiper .swiper-slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

header {
	height: auto;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	padding: 10px 5%;
	z-index: 10;
	align-items: center;
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
	transform: translateY(-50%);
	opacity: 0;
	animation: showHeader 2s cubic-bezier(0.215, 0.610, 0.355, 1) 1 forwards;
}

@keyframes showHeader{
	0%{
		transform: translateY(-50%);
		opacity: 0;
	}
	100%{
		transform: translateY(0%);
		opacity: 1;
	}
}



header.active,header:hover {
	background: rgba(0, 0, 0, .25);
	backdrop-filter: blur(10px);
}


header::before {
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: 100%;
	content: '';
	background: rgba(0, 0, 0, .55);
	transform: scaleY(0) translateY(0%);
	backdrop-filter: blur(10px);
	transition: transform .8s cubic-bezier(.38, 0, 0, 1);
	will-change: transform;
	transform-origin: top;
}

header.show::before {
	transform: scaleY(1);
}

.logo {
	width: 180px;
	height: auto;
	position: relative;
	display: block;
	transition: all 0.5s;
}

.cols-right {
	width: auto;
	display: flex;
	gap: 3vw;
	align-items: center;
	color: #fff;
}

nav {
	width: auto;
}

nav ul {
	display: flex;
}

nav ul li {
	position: relative;
}

nav ul li:nth-child(3) .second-lab{
	display: none;
}

.cn-version nav ul li:nth-child(3) .second-lab,.zh-version nav ul li:nth-child(3) .second-lab{
	display: flex;
}

nav ul li .second-lab {
	width: max-content;
	position: absolute;
	left: 50%;
	top: 82px;
	display: flex;
	opacity: 0;
	transform: translateX(-50%) translateY(15px);
	pointer-events: none;
	transition: all .5s cubic-bezier(.38, 0, 0, 1);
	gap: 1vw;
}

nav ul li .second-lab::before{
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	top: -20px;
	content: '';
}


.show nav ul li .second-lab {
	pointer-events: none;
	opacity: 0;
}

nav ul li:hover .second-lab {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0px);
}

nav ul li .second-lab a {
	padding: 0;
	line-height: 35px;
	text-align: center;
	font-weight: 200;
	transition: .8s cubic-bezier(.38, 0, 0, 1);
	opacity: 1;
	transform: translateY(0%);
	will-change: transform;
	display: block;
	width: auto;
}

nav ul li .second-lab a p {
	color: rgba(255, 255, 255, 1);
}

nav ul li .second-lab a:hover p {
	color: rgba(255, 255, 255, 1);
	font-weight: 400;
}

nav ul li .second-lab a:nth-child(2) {
	transition-delay: 0.1s;
}

nav ul li .second-lab a:nth-child(3) {
	transition-delay: 0.15s;
}

nav ul li .second-lab a:nth-child(4) {
	transition-delay: 0.2s;
}

nav ul li .second-lab a:nth-child(5) {
	transition-delay: 0.25s;
}

nav ul li .second-lab a:nth-child(6) {
	transition-delay: 0.3s;
}

nav ul li .second-lab a:nth-child(7) {
	transition-delay: 0.35s;
}

nav ul li a {
	color: #fff;
	padding: 0px 1.5vw;
}



nav ul li .first-lab {
	font-size: 1.125rem;
	position: relative;
}

nav ul li .first-lab a p {
	position: relative;
}

nav ul li .first-lab a p::after {
	width: 0%;
	height: 1px;
	position: absolute;
	right: 5%;
	bottom: 16px;
	content: '';
	background: rgba(255, 255, 255, .45);
	transition: all 0.45s cubic-bezier(0.38, 0, 0, 1);
}

nav ul li:hover .first-lab a p::after {
	width: 90%;
	right: auto;
	left: 5%;
}

nav ul li .first-lab a {
	display: block;
	line-height: 65px;
}

.lang-switch {
	width: auto;
	height: auto;
	position: relative;
	cursor: pointer;
}

.lang-dropdown {
	width: calc(100% + 50px);
	position: absolute;
	left: -15px;
	top: -15px;
	background: rgba(0, 114, 188, .35);
	padding: 15px;
	padding-top: 40px;
	border-radius: 5px;
	backdrop-filter: blur(10px);
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.lang-switch:hover .lang-dropdown {
	opacity: 1;
	pointer-events: auto;
}


.lang-dropdown a {
	display: flex;
	color: #fff;
	font-size: 0.75rem;
	line-height: 25px;
	padding-left: 21px;
	transition: all 0.3s cubic-bezier(0.38, 0, 0, 1);
	transform: translateY(20%);
	opacity: 0;
	transition-delay: 0.02s;
}

.lang-dropdown a:nth-child(2) {
	transition-delay: 0.04s;
}

.lang-dropdown a:nth-child(3) {
	transition-delay: 0.06s;
}

.lang-dropdown a:nth-child(4) {
	transition-delay: 0.08s;
}

.lang-dropdown a:nth-child(5) {
	transition-delay: 0.1s;
}

.lang-dropdown a:nth-child(6) {
	transition-delay: 0.12s;
}

.lang-dropdown a:nth-child(7) {
	transition-delay: 0.14s;
}

.lang-switch:hover .lang-dropdown a {
	transform: translateY(0%);
	opacity: 1;
}

.lang-dropdown a p {
	width: auto;
	height: auto;
	position: relative;
}

.lang-dropdown a p::after {
	width: 0%;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: 3px;
	content: '';
	background: #fff;
	transition: all 0.35s;
}

.lang-dropdown a:hover p::after {
	right: auto;
	left: 0;
	width: 100%;
}

.current-lang {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	gap: 5px;
	z-index: 2;
}

.current-lang .icon {
	font-size: 1rem;
}

.current-lang .txt {
	font-size: 0.75rem;
}

.product-warp {
	width: 100%;
	height: 100vh;
	position: relative;
	background: #fff;
	z-index: 2;
}

.product-warp::after {
	width: 100%;
	height: 35vh;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
	content: '';
	pointer-events: none;
}

.product-box {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.product-box .item {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #dfe3ee;
	opacity: 0;
	transition: all 0.5s;
}

.product-box .item.active {
	opacity: 1;
}

.product-box .item .img,.product-box .item .pic {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.product-bar {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	z-index: 2;
}

.product-progress {
	width: 100%;
	height: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.product-progress span {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: -1px;
	background: rgba(255, 255, 255, 1);
	transform: scaleX(0);
	transform-origin: left;
}

.product-box .item .intro {
	width: 40%;
	height: auto;
	position: absolute;
	left: 8%;
	top: 40%;
	transform: translateY(-50%);
	display: none;
}

.product-box .item .intro,
.product-intro .item .intro {
	width: 40%;
	height: auto;
	position: absolute;
	left: 8%;
	top: 40%;
	transform: translateY(-50%);
}


.product-box .item .intro .name,
.product-intro .item .intro .name {
	font-size: 2.5vw;
	font-weight: 400;
	color: #0071BC;
	margin-bottom: 0.5vw;
	overflow: hidden;
	text-transform: uppercase;
}

.product-intro .item .intro .name p,
.product-intro .item .intro .desc p {
	transform: translateY(100%);
}

.product-intro .item .gd-more {
	transform: translateY(100%);
	opacity: 0;
}

.product-intro .item.active .intro .name p {
	transform: translateY(0%);
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.product-intro .item.active .intro .desc p {
	transform: translateY(0%);
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.15s;
}

.product-intro .item.active .gd-more {
	transform: translateY(0%);
	opacity: 1;
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) 0.3s;
}

.product-box .item .intro .desc,
.product-intro .item .intro .desc {
	width: 100%;
	margin-bottom: 5vw;
	font-size: 1.125rem;
	overflow: hidden;
}

.product-box .item .img img,
.product-intro,
.product-intro .item {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.product-box .item .img img{
	opacity: 0;
	transform: scale(1.1);
	transition: all 4s;
}

.product-box .item.active .img img{
	opacity: 1;
	transform: scale(1);
}


.product-box .item .intro .name {
	font-size: 2vw;
	font-weight: 400;
	color: #0071BC;
	margin-bottom: 0.5vw;
}

.product-intro .item {
	opacity: 0;
	pointer-events: none;
}

.product-intro .item.active {
	opacity: 1;
	pointer-events: auto;
}

.product-box .item .intro .desc {
	width: 100%;
	margin-bottom: 5vw;
	font-size: 1.125rem;
}

.gd-more {
	width: 130px;
	height: auto;
	position: relative;
	font-size: 0.875rem;
	overflow: hidden;
	display: block;
	border-radius: 50px;
}

.en-version .gd-more,.en-version .gd-more .box{
	width: 140px;
}

.gd-more .box {
	width: 130px;
	height: 44px;
	border: 1px solid rgba(0, 0, 0, .4);
	border-radius: 50px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}

.gd-more::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #0064AE;
	border-radius: 50px;
	transition: all 0.6s cubic-bezier(.38, 0, 0, 1);
	transform: translateX(-100%);
}

.gd-more:hover .box,
.gd-more.w:hover .box {
	border-color: transparent;
}

.gd-more:hover::before {
	transform: translateX(0%) scale(1.1);
}


.gd-more.w .box {
	border: 1px solid rgba(255, 255, 255, .7);
	color: #fff;
}

.gd-more .txt {
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.6s cubic-bezier(.38, 0, 0, 1);
}

.gd-more:hover .txt {
	left: 40%;
	color: #fff;
}

.gd-more .icon {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%) scale(0);
	line-height: 30px;
	background: #fff;
	border-radius: 50%;
	color: #0064AE;
	text-align: center;
	transition: all 0.6s cubic-bezier(.38, 0, 0, 1);
}

.gd-more:hover .icon {
	transform: translateY(-50%) scale(1);
}

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

.product-menu .item {
	width: 25%;
	height: auto;
	position: relative;
	cursor: pointer;
}

.product-menu .item .dot {
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border: 3px solid transparent;
	z-index: 2;
}

.product-menu .item .dot::after{
	width: 5px;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	border-radius: 50%;
	content: '';
	background: #0071BC;
}

.product-menu .item .dot::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0%;
	content: '';
	background: #fff;
	border-radius: 50%;
	z-index: -1;
}

@keyframes scaleAni {
	0% {
		scale: 0;
		opacity: 1
	}

	to {
		scale: 10;
		opacity: 0
	}
}

.product-menu .item.active .dot::before{
	animation: scaleAni 2s infinite;
}

.product-menu .item.active .dot {
	transform: translate(-50%, -50%) scale(1.25);
	border-color: #fff;
}

.product-menu .item.active .dot::after{
	transform: translate(-50%, -50%) scale(1);
}

.product-menu .item .top {
	width: 10vw;
	height: 5vw;
	margin: 0px auto;
	position: relative;
	
}

.product-menu .item .pic {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 20%;
	transform: translate(-50%, -50%) scale(0);
	transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.product-menu .item.active .pic {
	transform: translate(-50%, -50%) scale(1);
}

.product-menu .item.active .icon {
	opacity: 0;
}

.product-menu .item .icon {
	width: 40px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
	opacity: 1;
	transition: all 0.5s;

}

.product-menu .item .name {
	width: 100%;
	height: 5vw;
	text-align: center;
	color: rgba(255, 255, 255, .5);
	font-size: 1.125rem;
	padding-top: 20px;
	transition: all 0.5s;
}

.product-menu .item.active .name {
	color: rgba(255, 255, 255, 1);
}

.about-box {
	background: url(../images/company-img.jpg) center center no-repeat;
	background-size: cover;
	padding: 10vw 0px;
}

.about-box::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: rgba(0, 0, 0, .25);
}

.about-cols {
	width: 50%;
	height: auto;
	position: relative;
	color: #fff;
}

.common-name {
	width: 100%;
	display: flex;
	position: relative;
	font-size: 2.5rem;
	font-weight: 400;
	margin-bottom: 2vw;
	flex-wrap: wrap;
	text-transform: uppercase;
}

.common-name.mb0{
	margin-bottom: 0;
}

.common-name.w {
	color: #fff;
}

.about-cols .desc {
	width: 100%;
	line-height: 2;
	margin-bottom: 4vw;
}

.data-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5vw;
	gap: 2vw;
}

.data-list .item .top {
	width: 100%;
	display: flex;
	align-items: flex-end;
	margin-bottom: 0.5vw;
}

.data-list .item .top .number {
	font-size: 4vw;
	line-height: 0.8;
	font-family: manrope;
	min-height: 3.4vw;
}

.data-list .item .top .dw {
	line-height: 1;
}

.data-list .item .txt {
	width: 100%;
	text-align: center;
	font-size: 0.875rem;
}



.gd-swiper {
	width: 92%;
	height: auto;
	margin-left: 8%;
	overflow: hidden;
	border-radius: 0.5vw;
}

.gd-swiper img {
	width: 100%;
	aspect-ratio: 5 / 2;
}

.gd-swiper .intro {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 3vw;
	color: #fff;
	padding-bottom: 5vw;
	opacity: 0;
	transition: all 0.75s cubic-bezier(0.215, 0.610, 0.355, 1) 0.7s;
	transform: translateY(15px);
}

.gd-swiper .swiper-slide-active .intro{
	opacity: 1;
	transform: translateY(0px);
}

.gd-swiper .img::after {
	width: 100%;
	height: 40%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
	content: '';
	pointer-events: none;
}

.gd-swiper .swiper-pagination {
	top: auto;
    height: 2px;
    bottom: 3vw;
}

.gd-swiper .swiper-pagination .swiper-pagination-bullet{
	margin: 0px;
	border-radius: 0;
	height: 5px;
	width: 10vw;
	background: transparent;
	position: relative;
}

.gd-swiper .swiper-pagination .swiper-pagination-bullet::after{
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	background: rgba(255, 255, 255, .75);
	
}


.gd-swiper .intro .desc {
	line-height: 1.7;
}

.gd-swiper .intro .name {
	font-size: 1.35rem;
	margin-bottom: 0.5vw;
}

.news-box {
	background: url(../images/news-bg.jpg) center center no-repeat;
	background-size: cover;
}

.news-box::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: rgba(0, 0, 0, .25);
}

.news-box .cols-left {
	width: 25%;
}

.news-list {
	width: 100%;
}

.news-box .news-list {
	width: 70%;
}

.news-list .item {
	width: 100%;
	height: auto;
	position: relative;
}

.news-list .item a {
	width: 100%;
	padding: 2vw 0px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	display: block;
	color: #fff;
	transition: all 0.5s;
}

.news-list .item:hover a {
	background: rgba(255, 255, 255, .1);
	padding: 2vw;
	box-shadow: 0px 0px rgba(255, 255, 255, .1);
}


.news-list .item a .name {
	width: 100%;
	font-size: 1.125rem;
	line-height: 1.5;
}


.news-list .item a .desc {
	width: 100%;
	display: flex;
	gap: 2vw;
	margin-top: 1vw;
	opacity: 0.5;
	align-items: center;
}

.news-list .item a .desc b {
	font-weight: 300;
	font-family: inter;
}

.news-box .cols-left .common-name {
	margin-bottom: 5vw;
}

.footer {
	width: 100%;
	height: 545px;
	position: fixed;
	background: #F1F1F1;
	padding: 75px 0px 20px;
	bottom: 0;
}

.flogo {
	width: 206px;
	margin-bottom: 50px;
}

.f-top {
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	justify-content: space-between;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	margin-bottom: 20px;
}

.cols-left {
	width: 70%;
}

.cols-left .img {
	width: 450px;
}

.f-top .right {
	width: 130px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.f-top .right .ewm {
	width: 100%;
	height: auto;
	position: relative;
}

.f-top .right .ewm .img {
	background: #fff;
	padding: 0px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 0.5vw;
	overflow: hidden;
	margin-bottom: 5px;
}

.f-top .right .ewm p {
	font-size: .75rem;
	text-align: center;
	line-height: 1.5;
}

.socail {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 0.5vw;
}

.socail .item {
	width: 45px;
	height: 45px;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 50%;
	line-height: 45px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.socail .item .icon {
	font-size: 1.125rem;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(0, 0, 0, 0.5);
}

.socail .item .icon i {
	position: relative;
	transition: all 0.35s;
}

.socail .item:hover .icon i {
	color: #fff;
}

.socail .item .icon::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #0064AE;
	border-radius: 50%;
	transition: all 0.35s;
	transform: scale(0);
}

.socail .item:hover .icon::before {
	transform: scale(1);
}


.about-img {
	width: 100%;
	position: relative;
}

.about-img img {
	transform: scale(1.3);
}

.about-warp {
	overflow: hidden;
}

.socail .item .img {
	width: 100px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: -110px;
	background: #fff;
	opacity: 0;
	pointer-events: none;
	transition: all 0.35s;
	box-shadow: 0px 0px;
	transform: translateY(-10px);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .05);
	border-radius: 5px;
	overflow: hidden;
}

.socail .item:hover .img {
	opacity: 1;
	transform: translateY(0px);
}

.f-nav {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 100px;
	display: flex;
	gap: 60px;
}

.f-nav a {
	width: auto;
	height: auto;
	position: relative;
	display: flex;
}

.f-nav a p {
	position: relative;
}

.f-nav a p::after {
	width: 0%;
	height: 1px;
	position: absolute;
	right: 0%;
	bottom: 0%;
	content: '';
	background: #333333;
	transition: all 0.35s;
	opacity: 0.5;
}

.f-nav a:hover p::after {
	width: 100%;
	right: auto;
	left: 0;
}

.copyright {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 0.75rem;
	color: rgba(0, 0, 0, .4);
}

.copyright a {
	color: rgba(0, 0, 0, .4);
}

.copyright a:hover {
	color: rgba(0, 0, 0, .8);
}


/* 20251201新增 */

.line {
	position: relative;
	display: block;
	will-change: transform;
}

.secend-menu {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 3vw;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	margin-bottom: 2.5vw;
}

.secend-menu.pro {
	width: 100%;
	display: flex;
	gap: 0vw;
	position: relative;
	margin-bottom: 2.5vw;
	justify-content: space-between;
}

.service_nav a .img{
	display: none;
}


.secend-menu a {
	font-size: 1.25rem;
	font-weight: 400;
	position: relative;
	padding-bottom: 1vw;
}

.secend-menu a::after {
	width: 0%;
	height: 1px;
	position: absolute;
	right: 0;
	bottom: -1px;
	content: '';
	background: #0071BC;
	transition: all 0.35s;
}

.secend-menu a:hover,
.secend-menu a.active {
	color: #0071BC;
}

.secend-menu a:hover::after,
.secend-menu a.active::after {
	width: 100%;
	right: auto;
	left: 0;
}

.news-list.full {
	margin-bottom: 2vw;
}

.news-list.full .item a {
	border-bottom: none;
	color: #333333;
	display: flex;
	justify-content: space-between;
	border-radius: 0.5vw;
	overflow: hidden;

}

.news-list.full .item a .name {
	font-weight: 400;
	margin-bottom: 0px;
	font-size: 1.125rem;
}

.news-list.full .item a .img {
	width: 350px;
	height: auto;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.news-list.full .item a .img img{
	width: 100%;
	aspect-ratio: 5 / 3;
}

.news-list.full .item a .info {
	width: calc(100% - 375px);
	height: auto;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: flex;
    flex-wrap: wrap;
	align-content: space-between;
}

.news-list.full .item a .desc {
	font-size: 0.875rem;
	margin-top: 0px;
	margin-bottom: 1vw;
}

.news-list.full .item a .summay {
	line-height: 2;
    height: auto;
	font-size: 0.875rem;
}

.produt-list {
	width: 100%;
	height: auto;
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2vw;
	margin-bottom: 2vw;
}

.produt-list.other{
	grid-template-columns: repeat(4, 1fr);
	gap: 2vw;
	margin-bottom: 0;
}

.produt-list .item {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	margin-bottom: 1.5vw;
}

.produt-list .item a {
	display: block;
	position: relative;
}

.produt-list .item a .img {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-radius: 0.5vw;
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
	background: #fff;
}



.produt-list .item:hover a .img {
	box-shadow: 0px 24px 48px rgba(0, 0, 0, .1);
}

.produt-list .item a .img img {
	width: 100%;
	aspect-ratio: 1;
	will-change: transform;
	transition: all 0.5s;
}

.case-list .item a .img::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.case-list .item:hover a .img::after {
	animation: light-animate 1s 1;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

@-webkit-keyframes light-animate {
	0% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom;
		transform-origin: bottom;
		background: linear-gradient(to top,
				rgba(255, 255, 255, 0),
				rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,
				rgba(255, 255, 255, 0),
				rgba(255, 255, 255, 0.6));
		opacity: 1;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: top;
		transform-origin: top;
		background: linear-gradient(to top,
				rgba(255, 255, 255, 0),
				rgba(255, 255, 255, 0.6));
		background: -webkit-linear-gradient(to top,
				rgba(255, 255, 255, 0),
				rgba(255, 255, 255, 0.6));
		opacity: 0;
	}
}

.produt-list .item:hover a .img img {
	transform: scale(1.1);
}

.produt-list .item a .name {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	line-height: 1.5;
	margin-top: 0.75vw;
	top: 0;
	transition: all 0.5s;
}

.produt-list .item:hover a .name{
	top: 10px;
}

.sub-banner.pd {
	background-image: linear-gradient(-45deg, #c4c9cc, #88afc9);
	padding: 10vw 0px 6vw;
}

.sub-banner.pd .w1400 {
	align-items: flex-start;
}

.sub-banner .img::after,
.sub-banner.pd::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .35);
	content: '';
}

.sub-banner.pd::before {
	background: rgba(0, 0, 0, .1);
}

.sub-banner img{
	width: 100%;
	aspect-ratio: 5 / 2;
	animation: bannerAnimate 10s ease 1 forwards;
}

@-webkit-keyframes bannerAnimate{
	0%{
		transform: scale(1.1);
	}
	100%{
		transform: scale(1);
	}
}

.pd-cols {
	width: 48%;
}

.pd-content {
	width: 48%;
	height: auto;
	position: relative;
	background: #fff;
	border-radius: 0.5vw;
	padding: 5vw 3vw;
	min-height: 32vw;
}

.pd-content .item {
	width: 100%;
	margin-bottom: 2vw;
}

.pd-content .item .name {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 2rem;
	margin-bottom: 0.5vw;
}

.pd-content .item:last-child {
	margin-bottom: 0;
}

.pd-content .item .desc {
	width: 100%;
	height: auto;
	line-height: 2;
}

.pd-cols-top {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 3vw;
}

.pd-cols-top .desc {
	width: auto;
	height: auto;
	position: relative;
	background: #fff;
	border-radius: 50px;
	padding: 6px 25px;
}

.pd-cols-top .name {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	margin-top: 10px;
}

.product-swiper {
	width: 100%;
	border-radius: 0.5vw;
    overflow: hidden;
	background: #fff;
}

.product-swiper .swiper-pagination-bullet {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
}

.product-swiper .swiper-pagination-bullet::before {
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #fff;
	border-radius: 5px;
}


.product-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 25px;
	background: rgba(255, 255, 255, .5);
}

.product-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	animation: progress-animate 6s linear forwards;
}

.product-swiper .swiper-slide img{
	width: 100%;
	aspect-ratio: 1;
	animation: none;
	object-fit: contain;
}

@-webkit-keyframes progress-animate {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

.hzhb-box {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.hzhb-cols {
	width: 25%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	position: relative;
	z-index: 3;
}

.hzhb-cols .desc {
	line-height: 2;
	position: relative;
}

.hzhb-swiper {
	width: 70%;
}

.hzhb-swiper .swiper-slide {
	overflow: hidden;
	border-radius: 0.5vw;

}


.hzhb-swiper .swiper-slide .name {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1.25vw;
	z-index: 2;
	color: #fff;
	transition: all 0.4s;
	opacity: 0;
}

.hzhb-swiper .swiper-slide img {
	width: 100%;
	aspect-ratio: 5 / 3;
	position: relative;
	opacity: 0.35;
	transition: all 0.4s;
}

.hzhb-swiper .swiper-slide.swiper-slide-active img {
	opacity: 1;
}

.hzhb-swiper .swiper-slide.swiper-slide-active .name {
	opacity: 1;
}

.hzhb-swiper .swiper-slide::after {
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.hzhb-warp {
	overflow: hidden;
	padding-left: 8vw;
}

.hzhb-warp::after {
	width: 35vw;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #fff;
	z-index: 2;
}

.hzhb-warp .common-name {
	z-index: 3;
}

.control-btn {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
}

.hzhb-cols .swiper-pagination {
	position: relative;
	height: 1px;
	background: rgba(0, 0, 0, .1);
}

.hzhb-cols .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: rgba(0, 0, 0, .5);
}

.case-box {
	
}

.detail-tops{
	width: 100%;
	height: 115px;
	position: relative;
	background: #0064AE;
}

.hzhb-warp{
	padding-bottom: 0;
}

.case-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5vw;
}

.case-list .item {
	width: 100%;
	margin-bottom: 1.5vw;
}

.case-list .item a {
	display: block;
	width: 100%;
	position: relative;
}

.news-list.full .item:hover a {
	background: rgba(0, 0, 0, .05);
}

.news-list.full .item:hover a .info {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.case-list .item a .img {
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 0.5vw;
	overflow: hidden;
}

.case-list .item a .img img {
	aspect-ratio: 5 / 3;
	width: 100%;
	transition: all 0.6s;
}

.case-list .item:hover a .img img {
	transform: scale(1.1);
}

.case-list .item a .name {
	width: 100%;
	text-align: center;
	line-height: 1.5;
	margin-top: 10px;
}

.intro-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}

.intro-box .singePage {
	width: 55%;
}

.intro-box .data-list {
	margin-bottom: 0;
	width: 35%;
	flex-wrap: wrap;
	gap: 0;
}

.intro-box .data-list .item {
	width: 48%;
	margin-bottom: 3vw;
}

.intro-box .data-list .item .txt {
	text-align: center;
}

.intro-box .data-list .item:nth-child(n+3) {
	margin-bottom: 0;
}

.about-warp {
	padding-bottom: 0;
}

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

.services .item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5vw;
}

.services .item:last-child {
	margin-bottom: 0;
}

.services .item:nth-child(even) {
	flex-direction: row;
}

.services .item .img {
	width: 55%;
	border-radius: 0.5vw;
	overflow: hidden;
}

.services .item .img img{
	width: 100%;
	aspect-ratio: 5 / 3;
}

.services .item .info {
	width: 40%;
}

.services .item .info .name {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.5vw;
}

.services .item .info .desc {
	line-height: 2;
}

.ceo-box {
	padding: 0;
}

.ceo-box .ceo-img {
	width: 100%;
	height: auto;
	position: relative;
}

.ceo-box .ceo-cols {
	width: 40%;
	height: auto;
	position: absolute;
	left: 8%;
	top: 50%;
	color: #fff;
	transform: translateY(-50%);
}

.ceo-box .ceo-cols .desc {
	line-height: 2;
}

.ceo-box .ceo-cols .name {
	font-size: 1.5rem;
	font-weight: 400;
	margin-bottom: 1.5vw;
}

.ceo-box .ceo-cols .common-name {
	margin-bottom: 4vw;
}
.history-swiper2{
	display: none;
}
.history-bg {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 3vw;
	pointer-events: none;
}

.history-warp {
	overflow: hidden;
}

.history-top {
	position: relative;
	z-index: 2;
	margin-bottom: 2vw;
}

.history-swiper {
	width: 100%;
	position: relative;
	margin-bottom: 7vw;
	z-index: 2;
}

.history-swiper .swiper-slide {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.history-swiper .swiper-slide .item {
	height: 25vw;
	position: relative;
	display: flex;
	padding-top: 15px;
	width: 32%;
}

.history-swiper .swiper-slide .item:nth-child(1) {
	top: 10vw;
}

.history-swiper .swiper-slide .item:nth-child(2) {
	top: 5vw;
}


.history-swiper .swiper-slide .dot {
	width: 12px;
	height: 12px;
	position: relative;
	background: #0064AE;
	border-radius: 50%;
	position: relative;
}

.history-swiper .swiper-slide .dot::after {
	width: 1px;
	height: 15vw;
	position: absolute;
	left: 50%;
	top: 6px;
	content: '';
	background-image: linear-gradient(180deg, rgba(0, 100, 174, 1), rgba(0, 100, 174, 0));
}

.history-swiper .swiper-slide .info {
	width: calc(70% - 22px);
	margin-left: 10px;
}

.history-swiper .swiper-slide .info .year {
	font-size: 2rem;
	color: #0064AE;
	font-family: din;
	line-height: 0.8;
	position: relative;
	margin-top: -8px;
	margin-bottom: 3vw;
}

.history-swiper .swiper-slide .info .desc {
	line-height: 2;
	position: relative;
}

.history-control {
	width: auto;
	height: auto;
	display: flex;
	position: absolute;
	right: 20vw;
	bottom: 6vw;
	z-index: 2;
}

.controls {
	gap: 1vw;
}

.controls .prev,
.controls .next {
	width: 45px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
}

.controls .prev::before,
.controls .next::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #0064AE;
	transition: all 0.45s cubic-bezier(0.38, 0, 0, 1);
	transform: scaleX(0);
	transform-origin: left;
}

.controls .prev::before{
	transform-origin: right;
}

.controls .prev:hover::before,
.controls .next:hover::before {
	transform: scaleX(1);
}

.controls .icon-box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.45s cubic-bezier(0.38, 0, 0, 1);
	transform: translateX(0);
	will-change: transform;
}

.controls .icon-box:last-child {
	transform: translateX(-50%);
	color: #fff;
	opacity: 0;
}

.controls .prev .icon-box:last-child {
	transform: translateX(50%);
	color: #fff;
	opacity: 0;
}

.controls .prev:hover .icon-box {
	transform: translateX(-50%);
	opacity: 0;
}

.controls .prev:hover .icon-box:last-child {
	transform: translateX(0%);
	opacity: 1;
}

.controls .next:hover .icon-box {
	transform: translateX(50%);
	opacity: 0;
}

.controls .next:hover .icon-box:last-child {
	transform: translateX(0%);
	opacity: 1;
}

.honor-warp {
	padding: 0;
}

.honor-img {
	width: 100%;
	height: auto;
	position: relative;
}

.zl-swiper .swiper-slide .item {
	width: 100%;
	height: auto;
	position: relative;
}

.zl-swiper .swiper-slide .item .info{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s;
    background-image: linear-gradient(0deg, rgba(0, 100, 174, 1), rgba(255, 255, 255, 0));
	backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    color: #fff;
}

.zl-swiper .swiper-slide:hover .item .info{
	opacity: 1;
}

.zl-swiper .swiper-slide .item .img{
	width: 100%;
	background: url(../images/honor_bg.jpg) center center no-repeat;
	background-size: cover;
	height: 0;
	padding-top: 133%;
}

.zl-swiper .swiper-slide .item .img img{
	width: 80%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.zl-swiper{
	padding-bottom: 3vw;
	overflow-x: inherit;
}

.zl-wrap{
	overflow: hidden;
}

.zl-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #0064AE;
}

.zl-swiper .swiper-pagination-progressbar{
	top: auto;
	bottom: 0;
	height: 1px;
}

.zl-swiper .swiper-slide .item .icon {
	width: 60%;
	margin: 0px auto;
	position: relative;
}

.zl-swiper .swiper-slide .item .name {
	width: 100%;
	text-align: center;
	font-size: 1.125rem;
	font-weight: 400;
}

.zl-swiper .swiper-slide .item .desc {
	width: 100%;
    margin-top: 0.5vw;
    text-align: center;
    font-family: interLight;
}

.contact-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	background: #f9f9f9;
	border-radius: 0.5vw;
	overflow: hidden;
}

.con-panle {
	width: 100%;
}

.con-panle .row {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	line-height: 1.6;
	margin-bottom: 0.5vw;
}

.con-panle .row .name {
	width: 140px;
}

.con-panle .row .desc {
	width: calc(100% - 150px);
}

.contact-box .map {
	width: 50%;
	position: relative;
}

.contact-box .map .img,
.contact-box .map .img img {
	width: 100%;
	height: 100%;
}

.map-logo {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 15px;
}

.cont-cols {
	width: 50%;
	padding: 3vw;
}

.cont-cols .item {
	width: 100%;
	margin-bottom: 3vw;
}

.cont-cols .item .common-name {
	font-size: 1.5rem;
	margin-bottom: 1vw;
}

.cont-cols .item:last-child {
	margin-bottom: 0;
}

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

.honor-cols {
	width: 84%;
    height: auto;
    position: absolute;
    left: 8%;
    top: 6vw;
    z-index: 2;
}


.honor-control {
	width: 100%;
	display: flex;
	align-items: center;
}

.honor-swiper {
	width: 100%;
	height: 51vw;
	position: relative;
	overflow: hidden;
}

.history-swiper .swiper-wrapper,.gd-swiper .swiper-wrapper{
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.honor-swiper .swiper-slide .rows {
	opacity: 0;
	transition: all 0.6s;
}

.honor-swiper .swiper-slide.swiper-slide-active .rows {
	opacity: 1;
}

.honor-swiper .rows {
	display: grid;
	gap: 2vw;
}

.controls .prev.swiper-button-disabled,
.controls .next.swiper-button-disabled {
	opacity: 0.35;
}

.honor-swiper .rows .item {
	background: #fff;
	padding: 0.5vw;
}

.honor-swiper .rows .item .pic {
	width: 100%;
	height: 0;
	padding-top: 70%;
	position: relative;
}

.honor-swiper .rows .item .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: contain;
}

.honor-swiper .rows:nth-child(1) {
	grid-template-columns: repeat(3, 1fr);
	width: 57%;
	margin-left: 42.5%;
	margin-bottom: 9.5vw;
}

.honor-swiper .rows:nth-child(2) {
	grid-template-columns: repeat(5, 1fr);
}

.cooper-box {
	padding: 0;
	height: 100vh;
}

.service_swiper,
.service_swiper .swiper-slide {
	height: 100vh;
}

.service_swiper .swiper-slide .pic {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: center center no-repeat;
	background-size: cover;
}

.service_nav {
	width: 50%;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: rgba(0, 0, 0, .45);
	backdrop-filter: blur(5px);
}

.service_nav a {
	width: 100%;
	height: calc(100% / 6);
	position: relative;
	color: #fff;
	padding: 2% 10%;
	display: flex;
	align-items: center;
	background: transparent;
	transition: all 0.6s;
	justify-content: space-between;
}

.service_nav a .info{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.service_nav a.active {
	background: #0071BC;
}

.service_nav a .icon {
	width: 60px;
}

.service_nav a .name {
	width: calc(100% - 75px);
}

.service_nav a .name b {
	font-weight: 400;
	font-size: 1.25rem;
	display: block;
	margin-bottom: 0.25vw;
}


.map-marks {
	width: 150px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50px;
}

.map-marks {
	width: 20vw;
	height: 20vw;
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
}

.i_circle {
	width: 100%;
	height: 100%;
	background: rgba(0, 113, 188, 0.15);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	opacity: 0;
	animation: styles_pulse___yp6p 6s infinite;
}

@keyframes styles_pulse___yp6p {
	0% {
		transform: scale(.05);
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.i_circle.ic2 {
	animation: styles_pulse___yp6p 6s 1.5s infinite;
}

.i_circle.ic3 {
	animation: styles_pulse___yp6p 6s 3s infinite;
}

.i_circle.ic4 {
	animation: styles_pulse___yp6p 6s 4.5s infinite;
}

.map-logo {
	background: #0064AE;
	width: 160px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -80px;
	margin-top: -29px;
	padding: 10px 20px;
	border-radius: 50px;
}

.map-logo::after {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #0064AE;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -6px;
	content: '';
}

.service_swiper .swiper-slide .info{
	display: none;
}
.sub-banner{
	background: #fff;
	z-index: 2;
}
.cursor{
	position: fixed;
	top: 0;
	left: 0;
	width: 5vw;
	height: 5vw;
	line-height: 5vw;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	pointer-events: none;
	transform: translate(-50%, -50%) scale(0.1);
	z-index: 999;
    mix-blend-mode: difference;
}

.cursor span{
	opacity: 0;
	transition: all 0.5s;
	color: #fff;
	font-family: inter;
}

.cursor.blue{
	mix-blend-mode: initial;
	background: rgba(0, 100, 174, .85);
}

.cursor.blue span{
	opacity: 1;
}

.cont-cols .item .imgs{
	width: 130px;
	text-align: center;
	font-size: 0.875rem;
}

.cont-cols .item .imgs img{
	border: 1px solid rgba(0, 0, 0, .1);
}

.cont-cols .item .imgs p{
	margin-top: 5px;
}

/* 英文版 */
.en-version .data-list .item .txt{
	font-size: 0.75rem;
}

.jp-version .data-list .item .txt{
	font-size: 0.875rem;
	max-width: 6vw;
}

.en-version .about-cols,.jp-version .about-cols,.th-version .about-cols{
	width: 50%;
}

.data-list .item .top{
	justify-content: center;
}

.de-version nav ul li a,.th-version nav ul li a,.jp-version nav ul li a{
	padding: 0px 0.75vw;
}

.de-version nav ul li .first-lab,.th-version nav ul li .first-lab,.jp-version nav ul li .first-lab{
	font-size: 1rem;
}

.en-version .secend-menu.pro,.jp-version .secend-menu.pro,.th-version .secend-menu.pro,.de-version .secend-menu.pro{
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0 1.5vw;
}

.en-version .secend-menu a,.jp-version .secend-menu a,.th-version .secend-menu a,.de-version .secend-menu a{
	padding-bottom: 0.5vw;
    margin-bottom: 1vw;
	font-size: 1.125rem;
}

.jp-version .secend-menu a{
	font-size: 1rem;
}

.en-version .common-name,.de-version .common-name{
	font-family: din;
}

@media screen and (max-width: 1600px) {
	nav ul li .first-lab {
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 1440px) {
	nav ul li .first-lab {
		font-size: 1rem;
	}

	.logo {
		width: 170px;
	}

	.secend-menu.pro a {
		font-size: 1rem;
	}

	.f-nav{
		gap: 3vw;
	}
}

@media screen and (max-width: 1024px) {
	.jp-version .data-list .item .txt{
		max-width: 100%;
	}
	header{
		height: 60px;
	}
	header.active .logo,.logo {
		width: 120px;
		z-index: 2;
	}
	header::before{
		background: none;
	}
	header.active{
		padding: 0 5%;
	}
	header,header.active,header.show.active{
		background: #0071BC;
	}
	.cursor{
		display: none;
	}
	.cols-right{
		width: 100%;
		height: 60px;
		position: absolute;
		left: 0;
		top: 0;
	}
	nav{
		height: calc(100vh - 60px);
        position: fixed;
        left: 0px;
        top: 60px;
        display: flex;
        align-items: center;
        width: 100%;
        -webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
        pointer-events: none;
        margin-right: 0%;
        z-index: 10;
        padding-top: 25px;
        display: block;
        background: #f9f9f9;
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
        overflow-y: auto;
	}
	nav.active {
        pointer-events: auto;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
	.lang-switch{
		position: absolute;
		right: 80px;
		top: 50%;
		transform: translateY(-50%);
		z-index: 20;
	}
	.lang-dropdown{
		background: rgba(0, 0, 0, .35);
	}
	.lang-dropdown {
		width: calc(100% + 40px);
		position: absolute;
		left: -10px;
		top: -10px;
		background: #0064AE;
		padding: 10px;
		padding-top: 35px;
		padding-right: 0;
	}
	.lang-dropdown a{
		line-height: 30px;
	}
	.banner-swiper{
		height: 60vw;
		margin-top: 60px;
	}
	.banner-swiper .swiper-slide{
		height: 60vw;
	}
	.banner-swiper .swiper-slide .slogan .txt-cn{
		font-size: 6vw;
	}
	.banner-swiper .swiper-slide .slogan .txt-en{
		font-size: 2.5vw;
	}
	.product-warp{
		height: auto;
	}
	.product-box{
		height: auto;
		position: relative;
		padding: 10vw 5vw;
	}
	.product-box .item{
		height: auto;
		position: relative;
		opacity: 1;
        background: transparent;
		margin-bottom: 10vw;
	}
	.product-box .item .img{
		height: 50vw;
		position: relative;
		margin-bottom: 3vw;
		border-radius: 2vw;
        overflow: hidden;
	}
	.product-intro,.product-bar,.product-warp::after{
		display: none;
	}
	.product-box .item .intro{
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
		transform: translateY(0%);
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.product-box .item .intro .name{
		font-size: 0.875rem;
        font-weight: 300;
		margin-bottom: 1vw;
	}
	.product-box .item .intro .desc{
		margin-bottom: 0;
		font-size: 1.35rem;
		font-weight: 400;
		line-height: 35px;
		
	}
	.intro-left{
		width: calc(100% - 150px);
	}
	.gd-more{
		width: 120px;
	}
	.gd-more .box{
		height: 35px;
		width: 120px;
	}
	.gd-more .icon {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 0.75rem;
		background: #0064AE;
		color: #fff;
	}
	.gd-more::before {
		transform: translateX(0%) scale(1.1);
		background: transparent;
	}
	.gd-more .box, .gd-more.w .box,.gd-more:hover .box, .gd-more.w:hover .box {
		border-color: #0064AE;
	}
	.gd-more .icon {
		transform: translateY(-50%) scale(1);
	}
	.gd-more .txt,.gd-more:hover .txt {
		left: 40%;
		color: #0064AE;
	}
	.gd-more.w .box {
        border-color: #ffffff;
    }
	.gd-more.w .icon{
		background: #ffffff;
		color: #0064AE;
	}
	.gd-more.w .txt{
		color: #fff;
	}
	.common-name{
		font-size: 1.75rem;
		margin-bottom: 5vw;
	}
	.about-cols{
		width: 100%;
	}
	.about-box{
		padding: 15vw 0vw 15vw;
	}
	.w1400{
		width: 90%;
	}
	.about-cols .desc{
		margin-bottom: 15vw;
	}
	.data-list{
		margin-bottom: 10vw;
	}
	.data-list{
		flex-wrap: wrap;
	}
	.data-list .item{
		width: 48%;
		margin-bottom: 5vw;
	}
	
	.data-list .item .txt{
		font-size: 0.875rem;
		margin-top: 1.5vw;
	}

	.data-list .item .top .number{
		font-size: 10vw;
	}

	.gd-swiper{
		width: 90%;
		margin-left: 5%;
		border-radius: 2vw;
        overflow: hidden;
	}

	.gd-swiper .intro{
		width: 100%;
		position: absolute;
        padding: 5vw;
        color: #fff;
		z-index: 2;
	}

	.gd-swiper .img::after{
		display: none;
	}

	.boxes{
		padding: 15vw 0;
	}

	.news-box .cols-left{
		width: 100%;
		display: flex;
		margin-bottom: 5vw;
		justify-content: space-between;
		align-items: center;
		margin-left: 0;
	}
	.news-box .cols-left .common-name{
		margin-bottom: 0;
		width: calc(100% - 150px);
	}

	.news-box .news-list{
		width: 100%;
	}

	.news-list .item a .name{
		font-size: 1rem;
	}
	.news-list .item a .desc{
		font-size: 0.75rem;
		margin-top: 2.5vw;
	}
	.news-list .item a{
		padding: 5vw 0px;
	}
	.footer {
		width: 100%;
		height: auto;
		position: relative;
		padding: 10vw 0px 3vw;
	}
	.container{
		padding-bottom: 0;
	}
	.f-nav{
		display: none;
	}
	.flogo {
		width: 120px;
		margin: 0px auto;
		margin-bottom: 10vw;
	}
	.cols-left .img{
		width: 100%;
	}
	.f-top .right{
		width: 120px;
		margin: 0px auto;
        margin-top: 10vw;
	}
	.cols-left{
		width: 70%;
		margin-left: 15%;
	}
	.socail .item {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.socail{
		margin-top: 10vw;
	}
	.f-top{
		padding-bottom: 5vw;
    	margin-bottom: 3vw;
		flex-wrap: wrap;
	}
	.backTop{
		right: 5%;
	}
	nav ul li a{
		color: #3e3e3e;
	}
	nav ul{
		flex-wrap: wrap;
		padding: 0 5vw;
	}
	nav ul li{
		width: 100%;
	}
	nav ul li a{
		padding: 0;
	}
	nav ul li .first-lab a{
		line-height: 35px;
		font-size: 1.125rem;
    	font-weight: 400;
	}
	nav ul li{
		border-bottom: 1px solid rgba(0, 0, 0, .05);
		padding: 10px 0px;
	}
	nav ul li .second-lab{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0px);
        box-shadow: none;
        opacity: 1;
        background: transparent;
        pointer-events: auto;
        line-height: 25px;
    }
	nav ul li .second-lab a{
		opacity: 1;
		transform: translateY(0);
		margin-right: 10px;
	}
	nav ul li .second-lab a p{
		color: #3e3e3e;
	}
	nav ul li .second-lab a{
		font-weight: 300;
	}
	.sub-banner{
		margin-top: 60px;
	}
	.sub-banner .txt{
		font-size: 6vw;
	}
	.sub-banner .txt.en{
		font-size: 2.5vw;
	}
	.intro-box .singePage {
		width: 100%;
	}
	.intro-box{
		flex-wrap: wrap;
	}
	.intro-box .data-list{
		width: 100%;
	}
	.intro-box .data-list .item {
		width: 48%;
		margin-bottom: 5vw;
	}
	.about-warp{
		padding-bottom: 0;
	}
	.services .item{
		flex-direction: row;
		margin-bottom: 10vw;

	}
	.services .item .img {
		width: 100%;
		margin-bottom: 4.5vw;
		border-radius: 2vw;
	}
	.services .item .info{
		width: 100%;
	}
	.services .item .info .name{
		font-size: 1.25rem;
	}
	.services .item .info .desc{
		line-height: 1.7;
	}
	.ceo-box{
		padding: 0;
		background: #f9f9f9;
        padding-bottom: 15vw;
	}
	.ceo-box .ceo-cols{
		position: relative;
        width: 100%;
        left: 5%;
        top: 0;
        transform: translateY(0%);
        margin-top: 5vw;
		color: #333333;
	}
	.history-bg{
		bottom: 0;
	}
	.history-swiper .swiper-slide .info .year{
		font-size: 12vw;
		margin-top: 0px;
	}	
	.history-swiper .swiper-slide .item{
		height: auto;
	}
	.zl-swiper .swiper-slide .item{
		
	}
	.honor-warp{
		padding: 0;
	}
	.history-swiper .swiper-slide .info{
		width: calc(100% - 22px);
	}
	.history-swiper .swiper-slide .info .desc{
		line-height: 1.7;
	}
	.secend-menu.pro {
        flex-wrap: wrap;
        justify-content: flex-start;
		margin-bottom: 7.5vw;
    }
	.secend-menu.pro a{
		margin-right: 3vw;
		margin-bottom: 3vw;
		font-weight: 500;
	}
	.produt-list{
		grid-template-columns: repeat(2, 1fr);
		gap: 5vw;
		margin-bottom: 10vw;
	}
	.pd-cols,.pd-content{
		width: 100%;
	}
	.pd-cols .top .name,.pd-content .item .name{
		font-size: 1.5rem;
	}
	.pd-content{
		margin-top: 5vw;
		border-radius: 2vw;
		padding: 5vw;
	}
	.hzhb-box{
		flex-wrap: wrap;
	}
	.hzhb-cols,.hzhb-swiper{
		width: 100%;
	}
	.hzhb-warp{
		padding: 15vw 5vw;
		padding-bottom: 0;
	}
	.hzhb-warp::after{
		display: none;
	}
	.hzhb-swiper{
		margin-top: 7.5vw;
	}
	.hzhb-swiper .swiper-slide .name{
		padding: 3.5vw;
	}
	.case-list{
		grid-template-columns: repeat(1, 1fr);
        gap: 7.5vw;
	}
	.case-list .item a .name{
		margin-top: 2.5vw;
        font-size: 1rem;
	}
	.news-list.full .item a .img,.news-list.full .item a .info{
		width: 48%;
	}
	.news-list.full .item a .summay{
		display: none;
	}
	.news-list .item:hover a,.news-list.full .item:hover a{
		padding: 5vw 0;
		background: transparent;
	}
	.service_swiper .swiper-slide .info{
		display: block;
		width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 5vw;
        line-height: 1.7;
	}
	.service_swiper .swiper-slide .info .desc{
		font-size: 0.875rem;
	}
	.service_swiper .swiper-slide .info .name{
		font-size: 1.125rem;
	}
	.service_nav{
		display: none;
	}
	.cooper-box,.service_swiper, .service_swiper .swiper-slide{
		padding: 0;
		height: 120vw;
	}
	.contact-box{
		flex-wrap: wrap;
	}
	.contact-box .map{
		width: 100%;
	}
	.cont-cols{
		width: 100%;
		padding: 10vw 5vw;
	}
	.con-panle .row .name{
		width: 100%;
		font-weight: 400;
	}
	.con-panle .row .desc{
		width: 100%;
		font-size: 0.875rem;
	}
	.cont-cols .item .common-name{
		margin-bottom: 5vw;
	}
	.con-panle .row{
		margin-bottom: 4.5vw;
	}
	.gd-swiper .swiper-pagination{
		background: rgba(0, 0, 0, .1);
		width: 90%;
		left: 5%;
		bottom: 0;
	}
	.gd-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
		background: rgba(0, 0, 0, .4);
	}
	.gd-swiper .intro .name{
		font-size: 1.125rem;
        margin-bottom: 2vw;
	}
	.gd-swiper .intro .desc{
		font-size: 0.875rem;
	}
	.gd-swiper img{
		aspect-ratio: 5 / 4;
	}
	.gd-swiper .img{
		position: relative;
	}
	.gd-swiper .swiper-slide::after{
		width: 100%;
		height: 70%;
		position: absolute;
		left: 0;
		bottom: 0;
		content: '';
		background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.75));
	}
	.zl-swiper{
		padding-bottom: 10vw;
	}
	.service_swiper{
		display: none;
	}
	.service_nav{
		display: block;
        width: 100%;
        height: auto;
        position: relative;
        background: #fff;
        backdrop-filter: blur(0px);
		padding-top: 15vw;
		padding-bottom: 10vw;
	}
	.service_nav a.active {
		background: transparent;
	}
	.service_nav a{
		color: #3e3e3e;
		padding: 0px 5vw;
        margin-bottom: 7.5vw;
	}
	.service_nav a .img{
		display: block;
		margin-bottom: 3.5vw;
	}
	.service_nav a{
		display: block;
	}
	.service_nav a .icon{
		display: none;
	}
	.service_nav a .name{
		width: 100%;
	}
	.cooper-box{
		height: auto;
	}
	.cont-cols .item {
		width: 100%;
		margin-bottom: 10vw;
	}
	.socail .item .icon {
		width: 38px;
		height: 38px;
		line-height: 38px;
	}
	.f-top .right .ewm .img{
		margin-bottom: 2vw;
	}
	.copyright{
		line-height: 1.5;
		position: relative;
	}
	nav ul li .second-lab a:hover p {
		color: #3e3e3e;
		font-weight: 400;
	}
	.ceo-box .ceo-cols .name {
		font-size: 1.35rem;
	}
	.control-btn{
		display: none;
	}
	.hzhb-cols .desc{
		margin-bottom: 4vw;
	}
	.map-logo{
		margin-left: -60px;
    	margin-top: -22px;
		width: 120px;
	}
	.map-marks {
		width: 30vw;
		height: 30vw;
		top: 60%;
	}
	.secend-menu a {
		font-size: 1.15rem;
	}
	.news-list.full .item a .name{
		font-size: 1rem;
	}
	.news-list.full .item a {
        padding: 3.5vw 0px;
    }
	.history-top .desc{
		line-height: 1.7;
	}
	.history-swiper2{
		display: block;
		margin-top: 5vw;
        margin-bottom: 15vw;
		padding-bottom: 8vw;
	}
	.history-swiper1,.controls{
		display: none;
	}
	.history-swiper .swiper-slide .item:nth-child(1) {
		top: 0vw;
		width: 100%;
	}
	.history-swiper .swiper-pagination-bullet{
		margin: 0px 2px !important;
		width: 5px;
		height: 5px;
	}
	.history-swiper .swiper-pagination-bullet-active{
		background: #0071BC;
	}
	.zl-swiper .swiper-slide .item .name{
		font-size: 1rem;
	}
	.zl-swiper .swiper-slide .item .desc{
		font-size: 0.875rem;
		margin-top: 2vw;
	}
	.produt-list .item a .img{
		border: 1px solid rgba(0, 0, 0, .05);
	}
	.produt-list .item a .name{
		margin-top: 2.5vw;
	}
	.product-swiper{
		border-radius: 2vw;
	}
	.sub-banner.pd{
		padding-bottom: 10vw;
	}
	.produt-list.other {
		grid-template-columns: repeat(2, 1fr);
		gap: 5vw;
	}
	.service_nav a .name b{
		margin-bottom: 2vw;
	}
	.service_nav a .name p{
		line-height: 1.7;
	}
	.service_nav a .img{
		border-radius: 2vw;
		overflow: hidden;
	}
	.map-logo::after{
		bottom: -5px;
	}
	.backTop{
		display: none;
	}
	.product-box .item .img img {
		opacity: 1;
		transform: scale(1);
		transition: all 1s;
	}
	nav ul li:hover .second-lab {
		opacity: 1;
		pointer-events: auto;
		transform: translateX(0%) translateY(0px);
	}
	.show nav ul li .second-lab {
		pointer-events: none;
		opacity: 1;
	}
	nav ul li:nth-child(3) .second-lab{
		display: block;
	}
	.banner-swiper .swiper-slide .slogan .txt-cn{
		padding: 0 5%;
	}
	.en-version .product-box .item .intro,.de-version .product-box .item .intro,.th-version .product-box .item .intro{
		flex-wrap: wrap;
	}
	.en-version .intro-left,.de-version .intro-left,.th-version .intro-left{
		width: 100%;
		margin-bottom: 2.5vw;
	}
	.en-version .gd-more, .en-version .gd-more .box,.de-version .gd-more, .de-version .gd-more .box{
		width: 120px;
	}
	.en-version .product-box .item .intro .desc,.de-version .product-box .item .intro .desc,.th-version .product-box .item .intro .desc{
		font-size: 1.25rem;
	}
	.en-version .product-box .item .intro .name,.de-version .product-box .item .intro .name,.th-version .product-box .item .intro .name{
		margin-bottom: 0;
	}
	.en-version .about-cols, .jp-version .about-cols, .th-version .about-cols{
		width: 100%;
	}
	.en-version .cols-left {
        width: 100%;
        margin-left: 0%;
    }
	.cols-left .img p{
		font-size: 5vw;
	}
	nav ul li:nth-child(3) .second-lab{
		display: flex;
	}
	.en-version nav ul li .second-lab a,.de-version nav ul li .second-lab a,.th-version nav ul li .second-lab a{
		line-height: 25px;
		font-size: 1rem;
	}
	.en-version .gd-swiper .intro .desc,.de-version .gd-swiper .intro .desc,.th-version .gd-swiper .intro .desc{
		line-height: 1.4;
	}

	.en-version nav ul li .first-lab a,.de-version nav ul li .first-lab a,.th-version nav ul li .first-lab a{
		font-family: din;
		font-size: 1.45rem;
	}

	.en-version .services .item .info .name,.de-version .services .item .info .name,.th-version .services .item .info .name{
		font-weight: bold;
	}
	.en-version .about-cols .desc,.de-version .about-cols .desc,.th-version .about-cols .desc{
		line-height: 1.7;
	}
	.ceo-box .ceo-cols{
		left: 0;
		padding: 0px 5vw;
	}
	.ceo-box .ceo-cols .desc{
		line-height: 1.7;
		word-break: break-word;
	}
	body.en-version{
		font-weight: normal;
	}

	.en-version .singePage{
		line-height: 1.7;
	}
	.current-lang .txt,.lang-dropdown a{
		font-size: 0.875rem;
	}
	header.active, header:hover {
		background: #0071BC;
		backdrop-filter: blur(10px);
	}
	nav ul li .first-lab a p::after{
		display: none;
	}
	nav ul li .second-lab::before{
		display: none;
	}
	.show nav ul li .second-lab{
		pointer-events: auto;
	}
	.product-box .item .intro .desc{
		line-height: 1.2;
	}
	.about-cols .gd-more{
		margin: 0px auto;
	}
	.intro-box .data-list .item .txt{
		text-align: center;
	}
	.jp-version .cols-left,.th-version .cols-left,.de-version .cols-left{
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.jp-version .cols-left .img p,.th-version .cols-left .img p,.de-version .cols-left .img p{
		font-size: 8vw;
		font-weight: 600;
	}
	.th-version .cols-left .img p{
		font-size: 6.5vw;
	}
	.de-version .cols-left .img p{
		font-size: 6vw;
	}
	.jp-version .common-name{
		font-size: 1.5rem;
	}
	nav ul li:nth-child(3) .second-lab{
		display: flex;
	}
	nav ul li .second-lab a{
		line-height: 30px;
	}
	nav ul li .first-lab a{
		font-size: 1.25rem;
	}
	.produt-list{
		gap: 3vw;
	}
	.produt-list .item a .name{
		margin-top: 1.5vw;
	}
	.history-swiper .swiper-wrapper, .gd-swiper .swiper-wrapper{
		transition-timing-function:ease;
	}
	.news-list.full .item{
		margin-bottom: 7.5vw;
	}
	.news-list.full .item a{
		flex-wrap: wrap;
		padding: 0;
	}
	.news-list.full .item a .img, .news-list.full .item a .info{
		width: 100%;
	}
	.news-list.full .item a .info{
		margin-top: 3.5vw;
		border-bottom: none;
	}
	.news-list.full .item a .desc{
		margin-bottom: 0;
		margin-top: 1.5vw;
	}
	.secend-menu{
		margin-bottom: 5vw;
	}
	.secend-menu.pro{
		justify-content: center;
	}
	.secend-menu.pro a{
		font-size: 1.125em;
	}
	.en-version .secend-menu.pro, .jp-version .secend-menu.pro, .th-version .secend-menu.pro, .de-version .secend-menu.pro{
		gap: 0 1.5vw;
	}
	.en-version .secend-menu.pro a,.jp-version .secend-menu.pro a,.th-version .secend-menu.pro a,.de-version .secend-menu.pro a{
		font-weight: bold;
	}
	.news-list .item:hover a, .news-list.full .item:hover a{
		padding: 0;
	}
	.news-list.full .item:hover a .info {
		border-bottom: none;
	}
	.service_nav a .name b{
		font-family: din;
	}
	.con-panle .row .name{
		font-weight: 600;
	}
}