@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: Manrope;
	src: url('../fonts/Manrope.ttf');
}


* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
html{
	font-size: 16px; 
}
html,
body {
	color: #666666;
	font-family: 'Noto Sans SC',"Microsoft YaHei", '微软雅黑', sans-serif; 
}

input,
textarea {
	font-family: 'Noto Sans SC',"Microsoft YaHei", '微软雅黑', sans-serif; 
}

#swiper1{
	width: 45%;
	position: absolute;
	left: 8%;
	top: 29%;
	overflow: hidden;
}

#swiper2{
	width: 76%;
	position: absolute;
	left: 8%;
	top: 60.6%;
	overflow: hidden;
}

.honor_swiper p{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	line-height: 20px;
	text-align: center;
	margin-top: 0.5vw;
	font-size: 0.875rem;
}

.hidden{
	display: none;
}

.honor_swiper .swiper-slide{
	background: rgba(255, 255, 255, .4);
	padding: 10px 0px;
}

.honor_swiper .swiper-slide .pic{
	width: 100%;
	aspect-ratio: 10/7;
	position: relative;
}
.honor_swiper .swiper-slide .name{
	text-align: center;
	position: relative;
	font-size: 0.875rem;
	margin-top: 10px;
	padding: 0px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	opacity: 0.7;
}
.disabled {
    opacity: 0.25;
    cursor: not-allowed;
}

.lightBox .hornor_img{
	width: 70%;
	height: 70%;
	position: absolute;
	left: 15%;
	top: 15%;
}

.lightBox .hornor_img img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left:50%;
	object-fit: contain;
	transform: translate(-50%, -50%);
}

.close_btn{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 3vw;
	top: 3vw;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	transform: rotate(45deg);
	transition: all .5s;
}

.close_btn:hover{
	transform: rotate(135deg);
}

.close_btn span{
	width: 15px;
	height: 2px;
	background: #001eb4;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.close_btn span::after{
	width: 2px;
	height: 15px;
	background: #001eb4;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
}

.honor_swiper .swiper-slide img{
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: auto;
}

.honor_swiper .swiper-slide a{
	display: block;
	position: relative;
	cursor: pointer;
}

.honor_swiper .inner{
	background: center center no-repeat;
	background-size: contain;
	background-color: #f9f9f9;
}


.btn_box{
	width: 30%;
	height: auto;
	position: absolute;
	left: 60%;
	top: 51.5%;
	display: flex;
	align-items: center;
	gap: 1vw;
}

.btn_box .swiper-button-next:after,.btn_box .swiper-button-prev:after{
	display: none;
}

.btn_box .swiper-button-next,.btn_box .swiper-button-prev{
	position: relative;
	width: 55px;
	height: 40px;
	border: 1px solid #999999;
	left: auto;
	bottom: auto;
	top: inherit;
	color: #999999;
	font-size: 1rem;
	right: auto;
	margin-top: 0;
	line-height: 38px;
}

.btn_box .swiper-button-next .icon,.btn_box .swiper-button-prev .icon{
	position: absolute;
	width: 16px;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.btn_box .swiper-button-next:hover,.btn_box .swiper-button-prev:hover{
	background: #999999;
}

.btn_box .swiper-button-next:hover .icon,.btn_box .swiper-button-prev:hover .icon{
	color: #ffffff;
}

.btn_box .swiper-button-next .icon i{
    transform: rotate(-180deg);
	display: block;
}

@keyframes fadeIniup {
	0% {
		opacity: 0;
		transform: translateY(60px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.he_fadeup1 {
	-webkit-animation: fadeIniup 1s ease both;
	animation: fadeIniup 1s ease both;
	-ms-animation: fadeInUp 1s ease both;
	animation-delay: 0.3s;
}

.cpthActive.animated {
	-webkit-clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%) !important;
}

.cpth {
	-webkit-clip-path: polygon(0% 0, 0 0, 0% 100%, 0% 100%);
	-webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.st_fadeUp {
	-webkit-transition: all 2s ease 0.3s;
	-webkit-transform: translateY(50px);
	opacity: 0;
}

.st_fadeUp.is-inview {
	-webkit-transform: translateY(0px);
	opacity: 1;
}

/* header {
  width: 100%;
  position: absolute;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  padding: 0 8vw;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
header .logo {
  width: 7vw;
}
header .logo img:nth-child(2) {
  display: none;
}
header .right {
  display: flex;
  margin-top: 1.5vw;
}
header .right nav ul {
  display: flex;
}
header .right nav ul li {
  color: white;
  text-align: center;
  margin: 0 2vw;
}
header .right nav ul li a {
  color: white;
  font-size: 18px;
  position: relative;
  margin-bottom: 1.5vw;
  display: inline-block;
}
header .right nav ul li a::before {
  content: '';
  position: absolute;
  width: 0%;
  right: 0%;
  left: auto;
  height: 2px;
  background: #001eb4;
  bottom: -5px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .right nav ul li a:hover::before {
  width: 100%;
  left: 0%;
  right: auto;
}
header .right nav ul li ul {
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  justify-content: center;
  padding: 0;
  left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  background: white;
  border-radius: 3px;
}
header .right nav ul li ul li {
  height: auto;
  padding: 0.2vw 0;
  margin: 0 1.5vw;
}
header .right nav ul li ul li a {
  font-size: 16px;
  color: #666666;
  margin-bottom: 0;
  padding-bottom: 0;
}
header .right nav ul li ul li a::before {
  content: '';
  position: absolute;
  width: 0%;
  right: 0%;
  left: auto;
  height: 2px;
  background: #001eb4;
  bottom: -5px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .right nav ul li ul li a:hover::before {
  width: 100%;
  left: 0%;
  right: auto;
}
header .right nav ul li ul li:hover a {
  color: #001eb4 !important;
}
header .right nav ul li:hover a {
  color: #001eb4 !important;
}
header .right nav ul li:hover ul {
  height: auto;
  padding: 0.5vw 0;
  opacity: 1;
  pointer-events: all;
}
header .right nav ul li:hover ul a {
  color: #333333 !important;
}
header .right .lang {
  width: 5vw;
  margin-left: 2vw;
}
header .lang {
  border: 1px solid white;
  border-radius: 5vw;
  display: flex;
  padding: 0.1vw 0.15vw;
}
header .lang a {
  padding: 0.1vw 0.8vw;
  display: block;
  font-size: 0.85vw;
  color: white;
}
header .lang .active {
  background: white;
  color: #666666;
  border-radius: 5vw;
  padding: 0.1vw 1vw;
}
header.active {
  background: white;
}
header.active .logo img:nth-child(1) {
  display: none;
}
header.active .logo img:nth-child(2) {
  display: block;
}
header.active .right nav ul li a {
  color: #333333;
}
header.active .lang {
  border: 1px solid #666666;
}
header.active .lang a {
  color: #666666;
}
header.active .lang .active {
  background: #333333;
  color: white;
}
header::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10vw;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}
header.active::after {
  content: inherit;
} */

header {
	width: 100%;
	height: auto;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	padding: 10px 3%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	transition: all 0.45s;
}

header:hover,
header.active {
	background: #ffffff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

header:before {
	width: 100%;
	height: 0px;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fafafa;
	content: '';
	pointer-events: none;
	transition: all 0.45s;
}

header.open:before {
	height: 50px;
}

.logo {
	width: auto;
	height: 80px;
	position: relative;
	display: block;
}

.logo img {
	transition: all 0.4s;
	width: auto;
	height: 100%;
}

.logo img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

header.active .logo img:nth-child(1),
header:hover .logo img:nth-child(1) {
	opacity: 0;
}

header.active .logo img:nth-child(2),
header:hover .logo img:nth-child(2) {
	opacity: 1;
}

header.active .nav ul li .firstLab a,
header:hover .nav ul li .firstLab a {
	color: #333333;
}

header.active .nav ul li:hover .firstLab a,
header:hover .nav ul li:hover .firstLab a {
	color: #001eb4;
}

header.active .lang-switch,
header:hover .lang-switch {
	border-color: #333333;
}

header.active .lang-dropdown a.active,
header:hover .lang-dropdown a.active {
	color: #ffffff;
}

header.active .lang-dropdown a,
header:hover .lang-dropdown a {
	color: #333333;
}

header.active .lang-switch .lang-slider,
header:hover .lang-switch .lang-slider {
	background: #333333;
}

.nav ul li.active .firstLab a {
	color: #001eb4;
}

.nav ul li .second a:hover {
	color: #001eb4;
}

.nav {
	width: 60%;
	display: flex;
	justify-content: space-between;
}

.nav ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.nav ul li {
	flex: 1;
}

.lang-switch {
	width: 90px;
	height: 32px;
	position: relative;
	border: 1px solid #fff;
	border-radius: 50px;
	font-size: 0.85rem;
	display: flex;
	justify-content: center;
	bottom: 10px;
}

.lang-dropdown {
	width: 80px;
	display: flex;
	align-items: center;
	position: relative;
}

.lang-dropdown a {
	width: 40px;
	display: flex;
	text-align: center;
	justify-content: center;
	color: #ffffff;
}

.lang-dropdown a:nth-child(1) {
	font-weight: 300;
}

.lang-dropdown a:nth-child(2) {
	font-family: Figtree;
}

.lang-dropdown a.active {
	color: #333333;
}

.lang-switch .lang-slider {
	width: 40px;
	height: 20px;
	background: #fff;
	border-radius: 50px;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -10px;
}

.nav ul li {
	position: relative;
	text-align: center;
}

.nav ul li a {
	color: #ffffff;
}

.nav ul li .firstLab {
	line-height: 50px;
	position: relative;

}

.nav ul li .firstLab:before {
	width: 0%;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: -10px;
	content: '';
	background: #001eb4;
	transition: all 0.5s;
}

.nav ul li:hover .firstLab:before {
	left: 35%;
	width: 30%;
}

.nav ul li .firstLab a {
	display: block;
	font-size: 1.25rem;
}

.nav ul li .second {
	width: 400%;
	display: flex;
	position: absolute;
	left: -150%;
	justify-content: center;
	gap: 2.5rem;
	opacity: 0;
	pointer-events: none;
	transition: all 0.45s;
	padding-top: 10px;
}

.nav ul li.active .second {
	opacity: 1;
	pointer-events: auto;
}


.nav ul li .second a {
	color: #333333;
	line-height: 50px;
}

footer {
	width: 100%;
	position: relative;
	border-top: 1px solid #d9d9d9;
}

footer .footer {
	width: 100%;
	background: url('../images/footerBg.jpg') center no-repeat;
	background-size: cover !important;
	padding: 4vw 8vw;
}

footer .footer .footerHead {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

footer .footer .footerHead .logo {
	width: 10vw;
}

footer .footer .footerHead .text {
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	color: #3e3e3e;
}

footer .footer .footerHead .text img {
	width: 34px;
	height: auto;
	position: relative;
	margin-right: 1vw;
}

footer .footer .footerCenter {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-top: 3vw;
}

footer .footer .footerCenter .left .t {
	font-size: 1.5rem;
	color: #3e3e3e;
}

footer .footer .footerCenter .left .item {
	margin-top: 3vw;
}

footer .footer .footerCenter .left .item .it {
	font-size: 1rem;
	display: flex;
	align-items: center;
	margin-top: 1vw;
}

footer .footer .footerCenter .left .item .it .icon {
	width: 35px;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	padding: 7px;
	margin-right: 10px;
}

footer .footer .footerCenter .left .item .it .icon img{
	opacity: 0.75;
}

footer .footer .footerCenter .left .item .itphone {
	font-family: Manrope;
	font-weight: bold;
	font-size: 1.5vw;
}

footer .footer .footerCenter .left .item .itphone i {
	font-weight: normal;
	font-family: Regular;
}

footer .footer .footerCenter .right {
	width: 32vw;
	display: flex;
	flex-wrap: wrap;
}

footer .footer .footerCenter .right .item {
	width: 16vw;
	font-size: 1.5rem;
	display: block;
	text-align: right;
	margin-bottom: 1.5vw;
}

footer .footer .footerCenter .right .item a{
	display: inline-block;
	width: auto;
	position: relative;
}
footer .footer .footerCenter .right .item a:hover{
	color: #001eb4;
}
footer .footer .footerCenter .right .item a::after{
	width: 0%;
	height: 2px;
	position: absolute;
	right: 0;
	left: auto;
	bottom: -2px;
	content: '';
	background: #001eb4;
	transition: width .35s;
	will-change: width;
}

footer .footer .footerCenter .right .item a:hover::after{
	width: 100%;
	left: 0;
	right: auto;
}

footer .footerInfo {
	width: 100%;
	background: #fafafa;
	padding: 1vw 8vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .footerInfo .qrcodeBox{
	position: relative;
}


footer .footerInfo .qrcodeBox i {
	width: 1vw;
	font-size: 2.5rem;
	color: #999999;
	cursor: pointer;
}

footer .footerInfo .qrcodeBox .qrcode {
	width: 110px;
	position: absolute;
	margin-top: -160px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	opacity: 0;
	transition: 0.3s all ease-in-out;
}

footer .footerInfo .qrcodeBox:hover .qrcode {
	opacity: 1;
}

footer .footerInfo .info {
	display: flex;
	font-size: 0.8rem;
}

footer .footerInfo .info p {
	margin-left: 1vw;
}

footer .footerInfo .info a {
	color: #666666;
}

footer .footerInfo .info a:hover {
	color: #3e3e3e;
}

.bannerBox {
	width: 100%;
	height: 35vw;
	position: relative;
	overflow: hidden;
}

.bannerBox.detail{
	height: 25vw;
}

.bannerBox::after,.index .video::after{
	width: 100%;
	height: 20vw;
	position: absolute;
	left: 0;
	top: 0%;
	content: '';
	background: linear-gradient(0deg, rgba(0,0,0,.0), rgba(0,0,0,0.4));
	pointer-events: none;
}

.bannerBox .banner {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	animation: bannerBoxidentifier 6s forwards;

}

@keyframes bannerBoxidentifier {
	0% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

.bannerBox .text {
	color: white;
	font-size: 3.5rem;
	line-height: 1.2;
	position: absolute;
	left: 8vw;
	bottom: 6vw;
	z-index: 2;
}

.bannerBox .text .char{
	opacity: 0;
}

.titHead {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.tabBox {
	display: flex;
	gap: 1vw;
}

.tabBar {
	font-size: 1rem;
	border: 1px solid #bfbebe;
	width: 145px;
	height: 45px;
	transition: 0.4s all ease-in-out;
	display: block;
	position: relative;
}

.tabBar p{
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.45s;
}

.tabBar .icon{
	width: 25px;
	height: 25px;
	background: #fff;
	color: #001eb4;
	line-height: 25px;
	text-align: center;
	font-size: 0.70rem;
	border-radius: 50%;
	position: absolute;
	left: 70%;
	top: 50%;
	transform: translateY(-50%) scale(0);
	will-change: transform;
	transition: all 0.45s;
}

.tabBar:hover .icon,.tabBar.active .icon{
	transform: translateY(-50%) scale(1);
}

.tabBar:hover p,.tabBar.active p{
	left: 40%;
}

.tabBar:hover,.tabBar.active {
	background: #001eb4;
	border-color: #001eb4;
	color: white;
	box-shadow: 10px 10px 30px rgba(0, 30, 180, 0.5);
}

.titBox{
	line-height: 1.2;
	position: relative;
}
.titBox .en {
	font-size: 1rem;
	color: #666666;
	font-family: Manrope;
}

.titBox .tit {
	font-size: 2vw;
	margin-top: 1vw;
	color: #3e3e3e;
	margin-bottom: 0.5vw;
}

.titBox .des {
	font-size: 2vw;
	color: #999999;
}

.about .f2 .titBox .des{
	font-size: 1.5vw;
}

.index {
	width: 100%;
}

.index .video {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.index .video .videos {
	width: 100%;
	height: 100%;
	position: relative;
}

.index .video .videos video {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
}

.index .video .videos img {
	width: 100%;
	height: 100%;
}

.index .video .mc_pos_cover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.index .video .mc_pos_cover .mc_a1t_li {
	position: absolute;
	z-index: 5;
}

.index .video .mc_pos_cover .mc_a1t_li .mc_a1t_a {
	display: block;
	position: relative;
}

.index .video .mc_pos_cover .mc_a1t_li .mc_a1t_a .mc_a1t_dian {
	display: block;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 7px solid #e62129;
	border-radius: 50%;
}

.index .video .mc_pos_cover .mc_a1t_li .mc_a1t_a .mc_a1t_dian::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: rgba(230, 33, 41, 0.2);
	animation: boderM 3s 0.75s infinite;
}

.index .video .mc_pos_cover .mc_a1t_li .mc_a1t_a .mc_a1t_dian::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: rgba(230, 33, 41, 0.2);
	animation: boderM 3s infinite;
}

@keyframes boderM {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	75% {
		transform: translate(-50%, -50%) scale(2);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes bordershow {
	50% {
		box-shadow: 0px 0px 10px 0 rgba(230, 33, 41, 1);
	}
}

.index .video .mc_pos_cover .mc_a1t_li .mc_a1t_a .mc_a1t_xl {
	position: absolute;
	left: 32px;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	white-space: nowrap;
	font-size: 16px;
	padding: 0 23px;
	line-height: 54px;
	pointer-events: none;
	display: flex;
	align-items: center;
}

.index .video .mc_pos_cover .mc_a1t_li .mc_a1t_a .mc_a1t_xl span {
	opacity: 0;
}

.index .video .mc_pos_cover .mc_a1t_li .mc_a1t_a .mc_a1t_xl .mc_a1t_title {
	color: #fff;
	font-size: 1rem;
	margin-right: 10px;
}

.index .video .mc_pos_cover .mc_a1t_li .mc_a1t_a .mc_a1t_xl .iconfont {
	color: white;
	font-size: 0.875rem;
}

.index .video .mc_pos_cover .mc_a1t_li .mc_a1t_a .mc_a1t_xl::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background: rgba(230, 33, 41, 0.77);
	border-radius: 30px;
}

.index .video .mc_pos_cover .mc_a1t_li:hover {
	z-index: 20;
}

.index .video .mc_pos_cover .mc_a1t_li:hover .mc_a1t_xl {
	pointer-events: all;
}

.index .video .mc_pos_cover .mc_a1t_li:hover .mc_a1t_xl::before {
	width: 100%;
	transition: all 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12);
}

.index .video .mc_pos_cover .mc_a1t_li:hover .mc_a1t_xl span {
	opacity: 1;
	transition: all 0.36s 0.4s;
}

.index .video .mc_pos_cover .mc_a1t_li1 {
	right: 30vw;
	top: 12rem;
}

.index .video .mc_pos_cover .mc_a1t_li2 {
	left: 23vw;
	top: 35rem;
}

.index .video .mc_pos_cover .mc_a1t_li3 {
	left: 51vw;
	top: 36rem;
}

.index .video .mc_pos_cover .mc_a1t_li4 {
	right: 13vw;
	top: 40rem;
}

.index .video .mc_pos_cover .mc_a1t_li5 {
	left: 30vw;
	top: 13rem;
}

.index .video .mc_pos_cover .mc_a1t_li6 {
	left: 22vw;
	top: 21rem;
}

.index .video .mc_pos_cover .mc_a1t_li7 {
	left: 52vw;
	top: 21rem;
}

.index .f1 {
	width: 100%;
	background: url('../images/img33.jpg') center no-repeat;
	background-size: cover !important;
	padding: 5vw 8vw;
}

.index .f1 .newsSwiper {
	width: 100%;
	position: relative;
	padding: 3vw 0 85px 0;
	overflow-y: auto;
}

.index .f1 .newsSwiper .swiper-slide .item {
	background-color: #ffffff;
	transition: all .45s;
	border-radius: 0.5vw;
	overflow: hidden;
	display: block;
}

.index .f1 .newsSwiper .swiper-slide .item:hover{
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.1);
}

.index .f1 .newsSwiper .swiper-slide .item .text {
	width: 100%;
	height: 16vw;
	padding: 2vw;
}

.index .f1 .newsSwiper .swiper-slide .item .text .time {
	width: 100%;
	display: flex;
	align-items: center;
	color: #999999;
}

.index .f1 .newsSwiper .swiper-slide .item .text .time .icon {
	margin-right: 0.25vw;
	font-size: 1.2rem;
}

.index .f1 .newsSwiper .swiper-slide .item .text .time .txt{
	font-family: Manrope;
}

.index .f1 .newsSwiper .swiper-slide .item .text .name {
	font-size: 1.5rem;
	margin-top: 2vw;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index .f1 .newsSwiper .swiper-slide .item .imgBox {
	width: 100%;
	height: 16vw;
	border-radius: 0.5vw;
	overflow: hidden;
}

.index .f1 .newsSwiper .swiper-slide .item .imgBox .img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transition: 0.5s all;
}

.index .f1 .newsSwiper .swiper-slide .item:hover .text .name {
	color: rgba(0, 30, 180, 0.77);
}

.index .f1 .newsSwiper .swiper-slide .item:hover .imgBox .img {
	transform: scale(1.05);
}

.index .f1 .newsSwiper .swiper-button-next {
	width: 55px;
	height: 40px;
	border: 1px solid #999999;
	right: inherit;
	left: 65px;
	bottom: 0;
	top: inherit;
}


.index .f1 .newsSwiper .swiper-button-prev {
	width: 55px;
	height: 40px;
	border: 1px solid #999999;
	left: 0vw;
	bottom: 0;
	top: inherit;
}

.index .f1 .newsSwiper .swiper-button-next,.index .f1 .newsSwiper .swiper-button-prev{
	transition: all 0.5s;
	color: #999999;
	font-size: 1rem;
}

.index .f1 .newsSwiper .swiper-button-prev:hover,.index .f1 .newsSwiper .swiper-button-next:hover{
	border: 1px solid #001eb4;
	color: #001eb4;
}


.index .f1 .newsSwiper .swiper-button-prev .icon {
	
	
	transform: rotate(-180deg);
}

.index .f1 .newsSwiper .swiper-button-next:after,
.index .f1 .newsSwiper .swiper-button-prev:after {
	content: inherit;
}

.index .f1 .newsSwiper .swiper-pagination {
	width: calc(100% - 320px);
	top: inherit;
	bottom: 20px;
	left: 150px;
	height: 1px;
}

.index .f1 .newsSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #001eb4;
}

.tabBar.more {
	position: absolute;
	right: 0;
	bottom: 0;
}


.about {
	width: 100%;
	position: relative;
}

.about .f1 {
	width: 100%;
	padding: 5vw 8vw;
	position: relative;
}

.about .f1 .titHead .text {
	width: 40vw;
	font-size: 1rem;
	line-height: 2;
	text-align: justify;
}

.about .f1 .f1Item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 5vw 0;
}



.about .f1 .f1Item .item {
	width: 19vw;
	height: 28vw;
	background-color: #ffffff;
	
	border-radius: 0.5vw;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: 0.5s all ease-in-out;
}

.about .f1 .f1Item .item .imgBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000;
}

.about .f1 .f1Item .item .imgBox .img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transition: 0.3s all ease-in-out;
	background-blend-mode: multiply;
	opacity: 0.9;
}

.about .f1 .f1Item .item .text {
	width: 41vw;
	position: absolute;
	bottom: 0;
	color: white;
	padding: 2vw;
	opacity: 0;
	
}

.about .f1 .f1Item .item .info{
	width: 19vw;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2vw;
	font-size: 1.25vw;
	color: #ffffff;
	
}

.about .f1 .f1Item .item .text .t {
	font-size: 1.45vw;
}

.about .f1 .f1Item .item.active .info{
	opacity: 0;
	width: 41vw;
}

.about .f1 .f1Item .item .text .d {
	/*width: 41vw;*/
	font-size: 0.9vw;
	line-height: 1.7;
	text-align: justify;
	margin-top: 1vw;
	opacity: 0;
}

.about .f1 .f1Item .active {
	width: 41vw;
	box-shadow: 25px 25px 50px rgba(0,0,0,.2);
}

.about .f1 .f1Item .active .text {
	width: 41vw;
	opacity: 1;
	transition: all .5s ease 0.5s;
}

.about .f1 .f1Item .active .text .d {
	width: 100%;
	opacity: 1;
}

.about .f1 .f1Box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 12vw;
}

.about .f1 .f1Box .item {
	width: 20vw;
}

.about .f1 .f1Box .item .t {
	border-radius: 5vw;
	border: 1px solid #999999;
	font-size: 0.9vw;
	font-size: 1rem;
	text-align: center;
	padding: 0.2vw 1vw;
	display: table;
	margin: 0 auto;
}

.about .f1 .f1Box .item .nums {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-top: 1vw;
}

.about .f1 .f1Box .item .nums .icon {
	width: 2vw;
	margin-right: 1vw;
}

.about .f1 .f1Box .item .nums .num {
	font-family: Manrope;
	font-weight: bold;
	font-size: 1.5vw;
	display: flex;
	position: relative;
	margin-right: 0.5vw;
}

.about .f1 .f1Box .item .nums .num span {
	font-size: 3vw;
	line-height: 0.7;
	position: relative;
	color: #3e3e3e;
}

.about .f1 .f1Box .item .nums .d {
	
	font-size: 1rem;
}

.about .f2 {
	width: 100%;
	position: relative;
	padding: 0vw;
}

.about .f2 .titBox{
	position: absolute;
	left: 8%;
	top: 5vw;
}

.honor_menu{
	position: absolute;
	right: 8%;
	top: 10vw;
	display: flex;
	gap: 15px;
}

.honor_menu .item{
	width: 140px;
	height: 45px;
	cursor: pointer;
	border: 1px solid #999999;
	line-height: 45px;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}

.honor_menu .item p{
	position: relative;
	z-index: 2;
}

.honor_menu .item:before{
	width: 160px;
	height: 160px;
	position: absolute;
	left: -160px;
	top: 50%;
	margin-top: -80px;
	content: '';
	background: #001eb4;
	border-radius: 50%;
	transition: all 0.5s;
	pointer-events: none;
}
.honor_menu .item:hover,.honor_menu .item.active{
	border-color: #001eb4;
	color: white;
	box-shadow: 10px 10px 30px rgba(0, 30, 180, 0.5);
}
.honor_menu .item:hover:before,.honor_menu .item.active:before{
	left: -10px;
}

.about .f2 .f2Swiper {
	width: 100%;
	overflow: hidden;
	padding: 4vw 1vw;
	display: none;
}

.about .f2 .f2Swiper .swiper-slide {
	border-radius: 0.5vw;
	overflow: hidden;
	background: #fff;
	overflow: hidden;
	margin-bottom: 1vw;
	padding: 1vw 1vw 0 1vw;
}

.about .f2 .f2Swiper .swiper-slide .img {
	width: 100%;
	height: 12vw;
	background-size: cover !important;
}

.about .f2 .f2Swiper .swiper-slide .text {
	font-size: 1rem;
	padding: 1vw;
	text-align: center;
}

.about .f2 .f2Swiper .swiper-button-next {
	width: 3vw;
	height: 2vw;
	border: 1px solid #999999;
	right: inherit;
	left: 43vw;
	bottom: 0;
	top: inherit;
}

.about .f2 .f2Swiper .swiper-button-next i {
	color: #999999;
	font-size: 1rem;
}

.about .f2 .f2Swiper .swiper-button-prev {
	width: 3vw;
	height: 2vw;
	border: 1px solid #999999;
	left: 38vw;
	bottom: 0;
	top: inherit;
}

.about .f2 .f2Swiper .swiper-button-prev i {
	color: #999999;
	font-size: 1rem;
	transform: rotate(-180deg);
}

.about .f2 .f2Swiper .swiper-button-next:after,
.about .f2 .f2Swiper .swiper-button-prev:after {
	content: inherit;
}

.about .f3 {
	width: 100%;
	position: relative;
	background: #f9f9f9;
	padding: 5vw 8vw;
}

.about .f4 {
	width: 100%;
	position: relative;
	padding: 5vw 0;
}

.about .f4 .titBox {
	padding: 0 8vw;
}

.about .f4 .f4Box {
	width: 100%;
	overflow: hidden;
	margin-top: 5vw;
}

.about .f4 .f4Box .itemBox {
	display: flex;
	width: max-content;
	animation: scrollLeft 60s linear infinite;
	margin-bottom: 2vw;
}

.about .f4 .f4Box .itemBox .item {
	width: 15vw;
	height: 6vw;
	position: relative;
	padding: 1vw 0;
	background: linear-gradient(to right, #f5f7f9 40%, rgba(255, 255, 255, 0.1) 70%);
	margin-right: 1vw;
}

.about .f4 .f4Box .itemBox .item img {
	width: auto;
	max-width: 90%;
	height: 3vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.about .f4 .f4Box .itemBox:nth-child(2) {
	transform: translateX(calc(-15vw * 10 - 1vw * 9));
	animation: scrollRight 60s linear infinite;
}

@keyframes scrollLeft {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-15vw * 10 - 1vw * 9));
	}
}

@keyframes scrollRight {
	0% {
		transform: translateX(calc(-15vw * 10 - 1vw * 9));
	}

	100% {
		transform: translateX(0);
	}
}

.project1 {
	width: 100%;
	position: relative;
}

.project1 .f1 {
	width: 100%;
	position: relative;
	padding: 6vw 8vw 0 8vw;
}

.project1 .f1 .f1Box {
	width: 100%;
	height: auto;
	background-color: #f9f9f9;
	border-radius: 0.5vw;
	position: relative;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.project1 .f1 .f1Box .textBox {
	width: 32vw;
	padding: 4vw;
}

.project1 .f1 .f1Box .textBox .d {
	font-size: 1rem;
	line-height: 1.7;
	text-align: justify;
	margin-top: 2vw;
}

.project1 .f1 .f1Box .imgBox {
	width: 52vw;
	height: auto;
	border-radius: 0.5vw;
	overflow: hidden;
}

.honor_bg{
	position: relative;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}

.honor_bg img:nth-child(2){
	display: none;
}

.project1 .f1 .f1Box .imgBox .img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transition: 1s all ease-in-out;
}

.project1 .f1 .f1Box .imgBox:hover .img {
	transform: scale(1.05);
}

.project1 .f1 .f1Box3 {
	height: 38vw;
	margin-bottom: 6vw;
}

.project1 .f2 {
	width: 100%;
	position: relative;
	padding: 0 8vw 8vw 8vw;
}

.project1 .f2 .item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 6vw 0 0 0;
	align-items: flex-start;
}

.project1 .f2 .item .imgBox {
	width: 48%;
	height: auto;
	background-color: #ffffff;
	box-shadow: 25px 25px 50px rgba(0,0,0,.1);
	border-radius: 0.5vw;
	overflow: hidden;
}

.project1 .f2 .item .imgBox .img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transition: 1s all ease;
}

.project1 .f2 .item .imgBox:hover .img {
	transform: scale(1.05);
}

.project1 .f2 .item .textBox {
	width: 45%;
}

.project1 .f2 .item .textBox .t {
	font-size: 2vw;
	color: #3e3e3e;
}

.project1 .f2 .item .textBox .d {
	font-size: 1rem;
	line-height: 1.7;
	text-align: justify;
	margin: 1vw 0 3vw;
}

.case_more{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.case_more .more {
	font-size: 1rem;
	border: 1px solid #bfbebe;
	padding: 7px 15px;
	transition: 0.3s all ease-in-out;
	display: block;
	border-radius: 5vw;
	position: relative;
}

.case_more .more:hover {
	background: #001eb4;
	border-color: #001eb4;
	color: white;
	box-shadow: 10px 10px 30px rgba(0, 30, 180, 0.5);
}


.map_dw {
	width: 12px;
	height: 12px;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: 48%;
}

.map_dw .dot {
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #55b24c;
	border-radius: 50%;
}

.map_dw .map_logo {
	width: 40px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 0px;
	top: -45px;
}

.en .map_dw .map_logo{
	padding: 10px;
}

.map_dw .map_logo::after {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #55b24c;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: -5px;
	content: '';
	display: none;
}

.map_dw .dot span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #55b24c;
	border-radius: 50%;
}

.map_dw .dot span:nth-child(1) {
	animation: AboutLabel 2.4s linear infinite normal both;
}

.map_dw .dot span:nth-child(2) {
	animation: AboutLabel 2.4s 0.6s linear infinite normal both;
}

.map_dw .dot span:nth-child(3) {
	animation: AboutLabel 2.4s 1.2s linear infinite normal both;
}

.map_dw .dot span:nth-child(4) {
	animation: AboutLabel 2.4s 1.8s linear infinite normal both;
}

@-webkit-keyframes AboutLabel {
	0% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}

	16% {
		width: 512%;
		height: 512%;
		opacity: 0.25;
	}

	32% {
		width: 924%;
		height: 924%;
		opacity: 0.2;
	}

	48% {
		width: 1336%;
		height: 1336%;
		opacity: 0.15;
	}

	64% {
		width: 1748%;
		height: 1748%;
		opacity: 0.1;
	}

	80% {
		width: 2160%;
		height: 2160%;
		opacity: 0;
	}

	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}

.news {
	width: 100%;
	position: relative;
}

.news .f1 {
	width: 100%;
	position: relative;
	padding: 5vw 8vw;
}

.news .f1 .f1Box {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 3vw;
}

.news .f1 .f1Box .item {
	width: 32%;
	height: auto;
	background-color: #f7f7f7;
	border-radius: 0.5vw;
	overflow: hidden;
	display: block;
	margin-right: 2%;
	margin-bottom: 2vw;
	transition: 0.5s all ease-in-out;
}

.news .f1 .f1Box .item .text {
	width: 100%;
	height: 16vw;
	padding: 2vw;
}

.news .f1 .f1Box .item .text .time {
	width: 100%;
	display: flex;
	align-items: center;
	color: #999999;
}

.news .f1 .f1Box .item .text .time .icon{
	font-size: 1.2rem;
}

.news .f1 .f1Box .item .text .txt{
	font-family: Manrope;
}

.news .f1 .f1Box .item .text .time i {
	margin-right: 0.5vw;
}

.news .f1 .f1Box .item .text .name {
	font-size: 1.5rem;
	margin-top: 2vw;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news .f1 .f1Box .item .imgBox {
	width: 100%;
	height: 16vw;
	border-radius: 0.5vw;
	overflow: hidden;
}

.news .f1 .f1Box .item .imgBox .img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transition: 0.3s all ease-in-out;
}

.news .f1 .f1Box .item:nth-child(3n) {
	margin-right: 0;
}

.news .f1 .f1Box .item:hover {
	background: white;
	box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.1);
}

.news .f1 .f1Box .item:hover .text .name {
	color: rgba(0, 30, 180, 0.77);
}

.news .f1 .f1Box .item:hover .imgBox .img {
	transform: scale(1.1);
}

.culture {
	width: 100%;
	position: relative;
}

.culture .f1 {
	width: 100%;
	position: relative;
	padding: 5vw 8vw;
}

.culture .f1 .f1Swiper {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 3vw;
	padding-bottom: 65px;
}

.culture .f1 .f1Swiper .swiper-slide .item {
	background-color: #ffffff;
	border-radius: 0.5vw;
	overflow: hidden;
	display: block;
	
}

.culture .f1 .f1Swiper .swiper-slide .item:before{
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0.5vw;
	content: '';
	border: 1px solid rgba(0,0,0,.05);
	pointer-events: none;
}

.culture .f1 .f1Swiper .swiper-slide .item .imgBox {
	width: 100%;
	height: 11vw;
	border-radius: 0.5vw;
	overflow: hidden;
}

.culture .f1 .f1Swiper .swiper-slide .item .imgBox .img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transition: 0.3s all ease-in-out;
}

.culture .f1 .f1Swiper .swiper-slide .item .text {
	width: 100%;
	padding: 1vw;
}

.culture .f1 .f1Swiper .swiper-slide .item .text .time {
	width: 100%;
	display: flex;
	align-items: center;
	color: #999999;
}

.culture .f1 .f1Swiper .swiper-slide .item .text .time .icon{
	margin-right: 0.25vw;
	font-size: 1.2rem;
}

.culture .f1 .f1Swiper .swiper-slide .item .text .time  .txt{
	font-family: Manrope;
}

.culture .f1 .f1Swiper .swiper-slide .item .text .name {
	font-size: 1rem;
	margin-top: 0.5vw;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}

.culture .f1 .f1Swiper .swiper-slide .item:hover .text .name {
	color: rgba(0, 30, 180, 0.77);
}

.culture .f1 .f1Swiper .swiper-slide .item:hover .imgBox .img {
	transform: scale(1.1);
}

.culture .f1 .f1Swiper .swiper-button-next {
	width: 55px;
	height: 40px;
	border: 1px solid #999999;
	right: inherit;
	left: 65px;
	bottom: 0;
	top: inherit;
}

.culture .f1 .f1Swiper .swiper-button-next i {
	color: #999999;
	font-size: 1rem;
}

.culture .f1 .f1Swiper .swiper-button-prev {
	width: 55px;
	height: 40px;
	border: 1px solid #999999;
	left: 0vw;
	bottom: 0;
	top: inherit;
}

.culture .f1 .f1Swiper .swiper-button-prev i {
	color: #999999;
	font-size: 1rem;
	transform: rotate(-180deg);
}

.culture .f1 .f1Swiper .swiper-button-next:after,
.culture .f1 .f1Swiper .swiper-button-prev:after {
	content: inherit;
}

.culture .f2 {
	width: 100%;
	position: relative;
	background: #f0f0f0;
	padding: 0;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cultrue_box{
	width: 84%;
	text-align: center;
	color: #ffffff;
	position: relative;
	top: -5vw;
}

.cultrue_box .titBox .en,.cultrue_box .titBox .tit,.cultrue_box .titBox .des{
	color: #fff;
}

.cultrue{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 3vw;
}

.cultrue .item{
	flex: 1;
	position: relative;
	padding: 2vw 0vw;
}

.cultrue .item::after{
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	background: #fff;
	opacity: 0.1;
}


.cultrue .item .title{
	width: 100%;
	height: auto;
	padding: 0vw 3vw;
	padding-bottom: 2vw;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cultrue .item .title .cn{
	font-size: 1.75rem;
}

.cultrue .item .title .en{
	font-family: Manrope;
	margin-top: 0.25rem;
}

.cultrue .item .des{
	padding: 0vw 3vw;
	padding-top: 2vw;
	line-height: 2;
}

.cultrue_box .titBox .en{
	opacity: 0.6;
}
.culture .f2 .f2Swiper {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 4vw 1vw;
}

.culture .f2 .f2Swiper .swiper-slide {
	height: 15vw;
	background-color: #ffffff;
	box-shadow: 0vw 0.5vw 1vw 0vw rgba(64, 64, 64, 0.1);
	border-radius: 0.5vw;
	padding: 2vw;
	overflow: hidden;
}

.culture .f2 .f2Swiper .swiper-slide .t {
	
	font-size: 1.5vw;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 2vw;
	position: relative;
}

.culture .f2 .f2Swiper .swiper-slide .t::before {
	content: '';
	position: absolute;
	width: 3vw;
	height: 1px;
	background: #55b050;
	bottom: 0;
}

.culture .f2 .f2Swiper .swiper-slide .d {
	color: #666666;
	font-size: 1rem;
	line-height: 1.7;
	text-align: justify;
	margin-top: 2vw;
}

.culture .f2 .f2Swiper .swiper-slide .num {
	color: #55b050;
	opacity: 0.2;
	font-size: 8vw;
	font-family: Manrope;
	font-weight: bold;
	position: absolute;
	right: -0.5vw;
	bottom: -4vw;
}

.culture .f2 .f2Swiper .swiper-button-next {
	width: 3vw;
	height: 2vw;
	border: 1px solid #999999;
	right: inherit;
	left: 5vw;
	bottom: 0;
	top: inherit;
}

.culture .f2 .f2Swiper .swiper-button-next i {
	color: #999999;
	font-size: 1rem;
}

.culture .f2 .f2Swiper .swiper-button-prev {
	width: 3vw;
	height: 2vw;
	border: 1px solid #999999;
	left: 1vw;
	bottom: 0;
	top: inherit;
}

.culture .f2 .f2Swiper .swiper-button-prev i {
	color: #999999;
	font-size: 1rem;
	transform: rotate(-180deg);
}

.culture .f2 .f2Swiper .swiper-button-next:after,
.culture .f2 .f2Swiper .swiper-button-prev:after {
	content: inherit;
}

.culture .f2 .f2Img {
	width: 100vw;
	height: 100%;
	position: absolute;
	background: center center no-repeat;
	background-size: cover;
	left: 0;
	top: 0;
}

.culture .f3 {
	width: 100%;
	height: auto;
	background: url('../images/img30.jpg') center no-repeat;
	background-size: cover !important;
	padding: 5vw 8vw 12vw 8vw;
	display: flex;
	justify-content: space-between;
}

.culture .f3 .text {
	width: 22vw;
	position: relative;
}

.culture .f3 .text .d {
	font-size: 1rem;
	line-height: 1.7;
	text-align: justify;
	margin-top: 5vw;
}

.culture .f3 .f3Box {
	width: 54vw;
	display: flex;
	flex-wrap: wrap;
}

.culture .f3 .f3Box .item {
	width: 26vw;
	display: block;
	overflow: hidden;
	padding: 1vw;
	border-radius: 0.5vw;
	background-color: #ffffff;
	margin-right: 2vw;
	margin-bottom: 2vw;
}

.culture .f3 .f3Box .item .imgBox {
	width: 100%;
	height: 17vw;
	border-radius: 0.5vw;
	overflow: hidden;
}

.culture .f3 .f3Box .item .imgBox .img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	transition: 1s all ease;
}

.culture .f3 .f3Box .item .name {
	padding: 1vw;
	color: #666666;
	font-size: 1rem;
	line-height: 1.7;
	text-align: justify;
}

.culture .f3 .f3Box .item:nth-child(2n) {
	margin-right: 0;
	position: relative;
	top: 8vw;
}

.culture .f3 .f3Box .item:hover .imgBox .img {
	transform: scale(1.1);
}

.contactUs {
	width: 100%;
	position: relative;
	background: #f9f9f9;
}

.contactUs .f1 {
	width: 100%;
	position: relative;
	padding: 5vw 8vw;
	display: flex;
	z-index: 1;
}

.contactUs .f1 .textBox .text {
	width: 33vw;
	height: auto;
	background-color: #ffffff;
	box-shadow: 0vw 2vw 4vw 0vw rgba(64, 64, 64, 0.1);
	border-radius: 1vw 1vw 0vw 0vw;
	margin-top: 5vw;
	padding: 2vw;
}

.contactUs .f1 .textBox .text .t {
	color: #3e3e3e;
	font-size: 1.5vw;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 2vw;
}

.contactUs .f1 .textBox .text .item {
	padding: 2vw 0 0 0;
	font-size: 1rem;
	position: relative;
}

.contactUs .f1 .textBox .text .item .it {
	width: 100%;
	display: flex;
	align-items: flex-start;
	padding-bottom: 2vw;
}

.contactUs .f1 .textBox .text .item .it .icon{
	width: 25px;
}

.contactUs .f1 .textBox .text .item .it .info{
	width: calc(100% - 30px);
	margin-left: 5px;
}

.contactUs .f1 .textBox .text .item .it i {
	position: absolute;
	font-size: 1.5vw;
	color: #d9d9d9;
	left: 0;
}

.contactUs .f1 .textBox .text .item .it .n {
	font-size: 1rem;
	line-height: 25px;
}

.contactUs .f1 .textBox .text .item .it .d {
	color: #3e3e3e;
}

.contactUs .f1 .textBox .text .item .itphone .d {
	font-size: 1.5vw;
	font-family: Manrope;
	font-weight: bold;
	color: #3e3e3e;
}

.contactUs .f1 .textBox .text .qrcode {
	font-size: 0.875rem;
	width: 115px;
	text-align: center;
	margin-left: 20px;
}

.contactUs .f1 .imgBox {
	width: 50vw;
	height: 42vw;
	background-color: #ffffff;
	box-shadow: 0vw 2vw 4vw 0vw rgba(64, 64, 64, 0.1);
	border-radius: 1vw 1vw 0vw 0vw;
	overflow: hidden;
	margin-top: 5.2vw;
}

.contactUs .f1 .imgBox .img {
	width: 100%;
	height: 100%;
	background-size: cover !important;
}

.contactUs .f2 {
	width: 100%;
	height: 42vw;
	background-size: cover !important;
	position: relative;
	margin-top: -10vw;
}

.contactUs .f2 .mapIcon {
	width: 6vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.contactUs .f2 .mapIcon img {
	animation: mapIconAnm 2s linear infinite;
}

@keyframes mapIconAnm {
	0% {
		transform: scale(1);
		opacity: 0.5;
	}

	50% {
		transform: scale(1.1);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0.5;
	}
}

.productsDetail .f1 {
	width: 100%;
	padding: 3vw 0vw 6vw;
	margin: 0px auto;
	max-width: 1300px;
}

.productsDetail .f1 .f1Box {
	width: 100%;
}

.productsDetail .f1 .f1Box .t {
	color: #0b2657;
	font-weight: bold;
	font-size: 1.5rem;
	position: relative;
	padding-bottom: 1vw;
	border-bottom: 1px solid #cccccc;
}

.productsDetail .f1 .f1Box .t::before {
	content: '';
	position: absolute;
	width: 5vw;
	height: 2px;
	bottom: -1px;
	background: #0b2657;
}

.f1Item {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.f1Item .left {
	width: calc(100% - 425px);
}

.f1Item .left .name {
	font-size: 1.5vw;
	font-family: Medium;
	padding-bottom: 45px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.f1Item .left .name .n_title{
	color: #000000;
	font-size: 2rem;
	margin-bottom: 35px;
}


.n_date{
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	gap: 5px;
}

.n_date .icon{
	font-size: 1.25rem;
}

.n_date .time{
	font-size: 0.875rem;
	font-family: Manrope;
}

.f1Item .left .des {
	margin-top: 45px;
	font-size: 1rem;
	line-height: 2;
	color: #3e3e3e;
}

.f1Item .left .des img {
	margin: 0;
	display: inline-block;
}

.f1Item .left .des table {
	border-collapse: collapse;
	border-color: #cccccc;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	width: 100%;
}

.f1Item .left .des thead tr th {
	padding: 6px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.f1Item .left .des tbody tr td {
	padding: 6px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.f1Item .left .downBox {
	margin-top: 3vw;
	display: flex;
}

.f1Item .left .down {
	font-weight: bold;
	font-size: 1rem;
	display: block;
	margin-right: 1vw;
}

.f1Item .left .down:hover {
	color: #0b2657;
}

.f1Item .left .down i {
	font-size: 1.5rem;
}

.f1Item .right {
	width: 325px;
}

.f1Item .right .tit {
	font-family: Medium;
	font-size: 1.25rem;
	color: #3e3e3e;
	margin-bottom: 25px;
}

.f1Item .right .rightItem {
	width: 100%;
}

.f1Item .right .rightItem .inner{
	padding-top: 60%;
}

.f1Item .right .rightItem .thum{
	margin-bottom: 10px;
}

.f1Item .right .rightItem .time{
	width: 100%;
	display: flex;
	align-items: center;
	opacity: 0.6;
	margin-top: 10px;
}

.f1Item .right .rightItem .time .txt{
	font-size: 0.875rem;
	margin-left: 0.25vw;
	font-family: Manrope;
}

.f1Item .right .rightItem .item {
	width: 100%;
	height: auto;
	display: block;
	background-color: #f5f5f5;
	margin-bottom: 1vw;
	padding: 25px;
	position: relative;
	transition: 0.5s all ease-in-out;
}

.f1Item .right .rightItem .item .name {
	font-size: 1rem;
	font-family: Medium;
	line-height: 1.5;
}

.f1Item .right .rightItem .item .view {
	font-size: 0.75rem;
	font-family: Medium;
	margin-top: 1vw;
	opacity: 0.7;
}

.f1Item .right .rightItem .item .view i {
	font-weight: normal;
}

.f1Item .right .rightItem .item::before {
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	background: #0b2657;
	left: 0;
	bottom: 0;
	transition: 0.5s all ease-in-out;
}

.f1Item .right .rightItem .item:hover::before {
	width: 100%;
}

.pc {
	display: block;
}

.mobile,#nav-icon2 {
	display: none;
}

@media screen and (max-width: 1440px) {
	.honor_menu{
		gap: 10px;
	}
	.case_more .more{
		font-size: 0.875rem;
	}
	.index .f1 .newsSwiper .swiper-slide .item .text .name,.news .f1 .f1Box .item .text .name{
		font-size: 1.25rem;
		line-height: 1.5;
		-webkit-line-clamp: 3;
		margin-top: 1vw;
	}
	.honor_menu .item{
		width: 120px;
		height: 40px;
		line-height: 40px;
	}
	.honor_menu .item p,.tabBar p{
		font-size: 0.875rem;
	}
	.tabBar{
		width: 125px;
		height: 40px;
	}
	.tabBar .icon {
	    width: 20px;
	    height: 20px;
		line-height: 20px;
	}
	footer .footer .footerCenter .right .item{
		font-size: 1.25rem;
	}
	.project1 .f2 .item .imgBox{
		width: 45%;
	}
	.project1 .f2 .item .textBox{
		width: 50%;
	}
	.project1 .f2 .item .textBox .d{
		margin-bottom: 5vw;
		font-size: 0.875rem;
	}
	.bannerBox .text{
		font-size: 2.5rem;
	}
	.culture .f1 .f1Swiper .swiper-slide .item .text .time .icon{
		font-size: 1rem;
	}
	.culture .f1 .f1Swiper .swiper-slide .item .text .time .txt{
		font-size: 0.875rem;
	}
	.cultrue .item .title .cn{
		font-size: 1.35rem;
	}
	.nav{
		width: 65%;
	}
	.project1 .f1 .f1Box .textBox{
		width: 50%;
		padding: 5%;
	}
	.project1 .f1 .f1Box .imgBox{
		width: 50%;
	}
}
@media screen and (max-width: 900px) {
	.pc {
		display: none;
	}

	.mobile {
		display: block;
	}

	.index .video {
		height: 55vw;
	}

	.index .video .mc_pos_cover .mc_a1t_li .mc_a1t_a .mc_a1t_dian {
		width: 10px;
		height: 10px;
		border-width: 3px;
	}

	.index .video .mc_pos_cover .mc_a1t_li .mc_a1t_a .mc_a1t_dian::before {
		width: 15px;
		height: 15px;
	}

	.index .video .mc_pos_cover .mc_a1t_li .mc_a1t_a .mc_a1t_dian::after {
		width: 15px;
		height: 15px;
	}

	.index .video .mc_pos_cover .mc_a1t_li1 {
		top: 10vw;
	}

	.index .video .mc_pos_cover .mc_a1t_li2 {
		top: 35vw;
	}

	.index .video .mc_pos_cover .mc_a1t_li3 {
		top: 34vw;
	}

	.index .video .mc_pos_cover .mc_a1t_li4 {
		top: 38vw;
	}

	.index .video .mc_pos_cover .mc_a1t_li5 {
		top: 15vw;
	}

	.index .video .mc_pos_cover .mc_a1t_li6 {
		top: 20vw;
	}

	.index .video .mc_pos_cover .mc_a1t_li7 {
		top: 20vw;
	}

	.index .f1 {
		padding: 10vw 5vw;
	}

	.titBox .en {
		font-size: 1rem;
	}

	.titBox .tit {
		font-size: 1.75rem;
		margin-bottom: 1vw;
	}

	.titBox .des {
		font-size: 16px;
		display: none;
	}
	.titHead{
		flex-wrap: wrap;
	}
	.titBox{
		width: 100%;
		text-align: center;
	}

	.tabBox{
		width: 100%;
	}

	.index .f1 .newsSwiper .swiper-slide .item .text {
		height: auto;
		padding: 5vw;
	}
	
	.index .f1 .newsSwiper .swiper-slide .item .text .time {
		font-size: 14px;
	}

	.index .f1 .newsSwiper .swiper-slide .item .text .time i {
		margin-right: 2vw;
	}

	.index .f1 .newsSwiper .swiper-slide .item .text .name {
		font-size: 16px;
		line-height: 24px;
		min-height: 48px;
		-webkit-line-clamp: 2;
	}

	.index .f1 .newsSwiper .swiper-slide .item .imgBox {
		height: 50vw;
	}

	.index .f1 .newsSwiper .swiper-button-next {
		width: 10vw;
		height: 5vw;
		left: 12vw;
	}

	.index .f1 .newsSwiper .swiper-button-next i {
		font-size: 12px;
	}

	.index .f1 .newsSwiper .swiper-button-prev {
		width: 10vw;
		height: 5vw;
		left: 0;
	}

	.index .f1 .newsSwiper .swiper-button-prev i {
		font-size: 12px;
	}


	.index .f1 .newsSwiper .swiper-pagination {
		display: none;
	}

	footer .footer {
		padding: 10vw 5vw;
	}

	footer .footer .footerHead .logo {
		width: 25vw;
	}


	footer .footer .footerHead .text img {
		width: 5vw;
		height: 3vw;
	}

	footer .footer .footerCenter {
		display: block;
		margin: 5vw 0 0 0;
	}

	footer .footer .footerCenter .right {
		display: none;
	}

	footer .footer .footerCenter .left .t{
		display: none;
	}

	footer .footer .footerCenter .left .item .itphone {
		font-size: 1.5rem;
	}
	footer .footer .footerCenter .left .item .it{
		margin-top: 2vw;
	}
	footer .footerInfo {
		display: block;
		padding: 3vw 5vw;
	}

	footer .footerInfo .qrcodeBox i {
		display: none;
	}

	footer .footerInfo .qrcodeBox .qrcode {
		opacity: 1;
		position: relative;
		width: 25vw;
		margin: 0 auto;
		left: 0%;
		transform: translateX(0%);
	}

	footer .footerInfo .info {
		font-size: 12px;
		display: block;
		margin-top: 3vw;
		opacity: 0.6;
	}

	.bannerBox {
		height: 50vw;
	}

	.bannerBox .text {
		font-size: 8vw;
	}

	.about .f1 {
		padding: 15vw 5vw 5vw 5vw;
	}

	.about .f1 .titHead {
		display: block;
	}

	.about .f1 .titHead .text {
		width: 100%;
		font-size: 14px;
		margin-top: 5vw;
	}

	.about .f1 .f1Item {
		display: block;
	}

	.about .f1 .f1Item .item {
		width: 100%;
		height: auto;
		margin-top: 5vw;
		background: #f9f9f9;
	}

	.about .f1 .f1Item .item .imgBox {
		height: 50vw;
	}

	.about .f1 .f1Item .item .text {
		width: 100%;
		opacity: 1;
		transform: translateY(0);
		position: relative;
		bottom: inherit;
		color: #333333;
		padding: 5vw;
	}

	.about .f1 .f1Item .active .text {
		width: 100%;
	}

	.about .f1 .f1Item .item .text .t {
		font-size: 1.2rem;
	}

	.about .f1 .f1Item .item .text .d {
		opacity: 1;
		margin-top: 3vw;
		font-size: 0.875rem;
		color: #666666;
	}

	.about .f1 .f1Box {
		padding: 0;
		margin-top: 10vw;
	}

	.about .f1 .f1Box .item {
		width: auto;
	}

	.about .f1 .f1Box .item .t {
		font-size: 0.6rem;
		padding: 0.5vw 2vw;
	}

	.about .f1 .f1Box .item .nums {
		margin-top: 1vw;
		align-items: center;
		flex-wrap: wrap;
	}

	.about .f1 .f1Box .item .nums .icon {
		width: 100%;
		margin-right: 0;
		display: flex;
		justify-content: center;
		margin-bottom: 2vw;
	}
	
	.about .f1 .f1Box .item .nums .icon img{
		width: 12vw;
	}

	.about .f1 .f1Box .item .nums .num {
		font-size: 18px;
		align-items: center;
	}

	.about .f1 .f1Box .item .nums .num span {
		font-size: 8vw;
		line-height: 1;
	}

	.about .f1 .f1Box .item .nums .d {
		font-size: 0.75rem;
	}

	.about .f2 {
		padding: 0;
	}

	.about .f2 .f2Swiper {
		display: block;
		position: absolute;
		width: 90%;
		left: 5%;
		top: 50vw;
		padding: 0;
		padding-bottom: 20px;
	}
	.about .f2 .f2Swiper .swiper-pagination{
		bottom: 0;
	}
	.about .f2 .f2Swiper .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
		border-radius: 50px;
		margin: 0px 2px !important;
	}
	.about .f2 .f2Swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
		background: #001eb4;
		width: 12px;
	}
	.about .f2 .f2Swiper .swiper-slide {
		padding: 0;
		background: rgba(255, 255, 255, .4);
		margin-bottom: 0px;
		padding: 10px;
	}
	
	.about .f2 .f2Swiper .swiper-slide .pic{
		width: 100%;
		aspect-ratio: 10 / 7;
		position: relative;
	}
	
	.about .f2 .f2Swiper .swiper-slide .name{
		font-size: 0.875rem;
		text-align: center;
		position: relative;
		margin-top: 10px;
	}

	.about .f2 .f2Swiper .swiper-slide img {
		height: 100%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		width: auto;
	}

	.about .f2 .f2Swiper .swiper-slide .text {
		font-size: 14px;
		padding: 3vw;
	}

	.about .f2 .f2Swiper .swiper-button-next {
		width: 10vw;
		height: 5vw;
		left: 48vw;
		display: none;
	}

	.about .f2 .f2Swiper .swiper-button-next i {
		font-size: 12px;
	}

	.about .f2 .f2Swiper .swiper-button-prev {
		width: 10vw;
		height: 5vw;
		left: 34vw;
		display: none;
	}

	.about .f2 .f2Swiper .swiper-button-prev i {
		font-size: 12px;
	}

	.about .f3 {
		padding: 15vw 5vw;
	}

	.about .f4 {
		padding: 15vw 0;
		padding-top: 5vw;
	}

	.about .f4 .titBox {
		padding: 0 5vw;
	}

	.about .f4 .f4Box .itemBox .item {
		width: 30vw;
		height: 15vw;
	}

	.about .f4 .f4Box .itemBox .item img {
		height: 6vw;
	}

	.project1 .f1 {
		padding: 10vw 5vw;
	}

	.project1 .f1 .f1Box {
		height: auto;
		display: block;
	}

	.project1 .f1 .f1Box .textBox {
		width: 100%;
		padding: 10vw 5vw;
	}

	.project1 .f1 .f1Box .textBox .d {
		font-size: 14px;
		margin-top: 5vw;
	}

	.project1 .f1 .f1Box .imgBox {
		width: 100%;
		height: 50vw;
	}

	.project1 .f2 {
		padding: 0 5vw;
	}

	.project1 .f2 .item {
		display: block;
		padding-top: 0;
		padding-bottom: 15vw;
	}

	.project1 .f2 .item .imgBox {
		width: 100%;
		height: 50vw;
		margin-top: 5vw;
	}

	.project1 .f2 .item .textBox {
		width: 100%;
	}

	.project1 .f2 .item .textBox .t {
		font-size: 1.75rem;
	}


	.project1 .f1 .f1Box3 .imgBox {
		height: 65vw;
	}

	.news .f1 {
		padding: 10vw 5vw;
	}

	.news .f1 .f1Box {
		display: block;
		padding-top: 1vw;
	}

	.news .f1 .f1Box .item {
		width: 100%;
		height: auto;
		margin-top: 5vw;
		margin-right: 0;
	}

	.news .f1 .f1Box .item .text {
		height: auto;
		padding: 5vw;
	}

	.news .f1 .f1Box .item .text .time {
		font-size: 14px;
	}

	.news .f1 .f1Box .item .text .time i {
		margin-right: 1vw;
	}

	.news .f1 .f1Box .item .text .name {
		font-size: 1.125rem;
	}
	.news .f1 .f1Box .item .text .time .icon {
	    font-size: 1rem;
	}
	.f1Item .right .rightItem .time{
		margin-top: 5px;
	}
	.news .f1 .f1Box .item .imgBox {
		height: 50vw;
	}

	.culture .f1 {
		padding: 15vw 5vw;
	}

	.culture .f1 .f1Swiper {
		padding: 0vw;
		margin-top: 5vw;
	}

	.culture .f1 .f1Swiper .swiper-slide .item .imgBox {
		height: 50vw;
	}

	.culture .f1 .f1Swiper .swiper-slide .item .text {
		padding: 5vw 3vw;
	}

	.culture .f1 .f1Swiper .swiper-slide .item .text .time {
		font-size: 14px;
	}

	.culture .f1 .f1Swiper .swiper-slide .item .text .time i {
		margin-right: 2vw;
	}

	.culture .f1 .f1Swiper .swiper-slide .item .text .name {
		margin-top: 1vw;
	}

	.culture .f1 .f1Swiper .swiper-button-next {
		width: 10vw;
		height: 5vw;
		left: 13vw;
		display: none;
	}

	.culture .f1 .f1Swiper .swiper-button-next i {
		font-size: 12px;
	}

	.culture .f1 .f1Swiper .swiper-button-prev {
		width: 10vw;
		height: 5vw;
		left: 1vw;
		display: none;
	}

	.culture .f1 .f1Swiper .swiper-button-prev i {
		font-size: 12px;
	}

	.culture .f2 {
		padding: 15vw 0vw;
	}

	.culture .f2 .titBox {
		z-index: 1;
		position: relative;
		color: white;
	}

	.culture .f2 .titBox .en {
		color: white;
	}

	.culture .f2 .titBox .des {
		color: white;
	}

	.culture .f2 .f2Img {
		width: 100%;
		top: inherit;
		bottom: 0;
	}

	.culture .f2 .f2Swiper {
		padding: 5vw 1vw 10vw 1vw;
	}

	.culture .f2 .f2Swiper .swiper-slide {
		height: auto;
		padding: 5vw;
	}

	.culture .f2 .f2Swiper .swiper-slide .t {
		font-size: 16px;
	}

	.culture .f2 .f2Swiper .swiper-slide .d {
		font-size: 14px;
	}

	.culture .f2 .f2Swiper .swiper-slide .num {
		font-size: 36px;
	}

	.culture .f2 .f2Swiper .swiper-button-next {
		width: 10vw;
		height: 5vw;
		left: 13vw;
		border: 1px solid white;
	}

	.culture .f2 .f2Swiper .swiper-button-next i {
		font-size: 12px;
		color: white;
	}

	.culture .f2 .f2Swiper .swiper-button-prev {
		width: 10vw;
		height: 5vw;
		left: 1vw;
		border: 1px solid white;
	}

	.culture .f2 .f2Swiper .swiper-button-prev i {
		font-size: 12px;
		color: white;
	}

	.culture .f3 {
		padding: 15vw 5vw;
		display: block;
	}

	.culture .f3 .text {
		width: 100%;
	}

	.culture .f3 .text .d {
		margin-top: 3vw;
	}

	.culture .f3 .f3Box {
		width: 100%;
		display: block;
	}

	.culture .f3 .f3Box .item {
		width: 100%;
		padding: 3vw;
		margin-top: 5vw;
		margin-bottom: 0;
		margin-right: 0;
	}

	.culture .f3 .f3Box .item:nth-child(2n) {
		top: inherit;
	}

	.culture .f3 .f3Box .item .imgBox {
		height: 50vw;
	}

	.culture .f3 .f3Box .item .name {
		padding: 3vw;
		padding-bottom: 0;
	}

	.contactUs .f1 {
		padding: 10vw 5vw;
		display: block;
	}

	.contactUs .f1 .textBox .text {
		width: 100%;
		height: auto;
		padding: 5vw;
		margin-top: 0;
	}

	.contactUs .f1 .textBox .text .t {
		font-size: 1.5rem;
	}

	.contactUs .f1 .textBox .text .item {

	}

	.contactUs .f1 .textBox .text .item .it {
		margin-top: 3vw;
	}

	.contactUs .f1 .textBox .text .item .it i {
		font-size: 20px;
	}

	.contactUs .f1 .textBox .text .item .it .n {
		font-size: 14px;
	}

	.contactUs .f1 .textBox .text .item .it .d {
		font-size: 14px;
	}

	.contactUs .f1 .textBox .text .item .itphone .d {
		font-size: 16px;
	}

	.contactUs .f1 .textBox .text .qrcode {
		font-size: 14px;
		padding-left: 0;
		text-align: center;
		margin: 5vw 0 0 0;
	}

	.contactUs .f1 .textBox .text .qrcode img {
		width: 25vw;
		margin: 0 auto;
	}

	.contactUs .f1 .imgBox {
		width: 100%;
		height: 60vw;
	}

	.contactUs .f2 {
		margin-top: 0;
		height: 100vw;
	}

	.contactUs .f2 .mapIcon {
		width: 15vw;
	}

	.sp_header {
		height: 50px;
		overflow: hidden;
		background: white;
		/*backdrop-filter: blur(25px);*/
		position: fixed;
		z-index: 999;
		width: 100%;
		top: 0;
	}

	.sp_logo {
		padding: 10px;
		float: left;
	}

	.sp_logo img {
		margin: auto;
		width: 70px;
		transition: 0.35s all ease-in-out;
	}

	.sp_nav {
		width: 50px;
		height: 50px;
		float: right;
		position: relative;
		cursor: pointer;
		margin: 0 2vw;
	}

	.sp_nav span {
		display: block;
		background: #0b2657;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s;
	}

	.sp_nav span:nth-of-type(1) {
		top: 15px;
	}

	.sp_nav span:nth-of-type(2) {
		top: 25px;
	}

	.sp_nav span:nth-of-type(3) {
		top: 35px;
	}

	.sp_nav_se span:nth-of-type(1) {
		top: 25px;
		transform: rotate(45deg);
	}

	.sp_nav_se span:nth-of-type(2) {
		width: 0;
	}

	.sp_nav_se span:nth-of-type(3) {
		top: 25px;
		transform: rotate(-45deg);
	}

	.nav_sp_logo {
		width: 40px !important;
		position: fixed;
		z-index: 999;
	}

	.sp_flex {
		display: flex;
	}

	.sp_black {
		width: 50px;
		height: 100%;
		position: fixed;
		background: black;
		right: -100%;
		top: 0;
		transition: top ease 0.35s;
	}

	.sjj_nav {
		position: fixed;
		z-index: 999;
		background: white;
		width: 85%;
		height: 100%;
		font-size: 14px;
		line-height: 40px;
		top: 0;
		right: -100%;
		padding-top: 15vw;
		overflow: auto;
		overflow-x: hidden;
		transition: right ease 0.35s;
	}

	.sp_flex .mengBan {
		width: 15%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		position: fixed;
		z-index: 999;
		top: 0;
		right: -100%;
		transition: right ease 0.35s;
	}

	.nav_show2 {
		right: 85% !important;
	}

	.nav_show {
		right: 0;
	}

	.sp_bottom {
		width: 100%;
		margin: 8vw auto;
		display: inline-block;
		text-align: center;
	}

	.sp_bottom .sp_serach {
		width: 31vw;
		height: 12vw;
		background-color: #ffffff;
		border-radius: 30px;
		border: 1px solid #777777;
		display: inline-block;
		text-align: center;
		font-size: 14px;
		margin-right: 5vw;
	}

	.sp_bottom .sp_serach i {
		color: black;
		font-size: 16px;
		margin-right: 2vw;
	}

	.sp_bottom .sp_lag {
		width: 31vw;
		height: 12vw;
		display: inline-block;
		background-color: #ffffff;
		border-radius: 30px;
		border: 1px solid #777777;
		text-align: center;
	}

	.sp_bottom .sp_lag i {
		color: black;
		font-size: 16px;
		margin-right: 2vw;
	}

	.sjj_nav>ul>li:first-child {
		overflow: hidden;
		border-top: 0;
	}

	.sjj_nav>ul>li:first-child>a {
		/*float: left;*/
		/*width: calc(100% - 70px)*/
	}

	.sjj_nav>ul>li:first-child .language {
		float: right;
		width: 70px;
		overflow: hidden;
		line-height: 30px;
		margin-top: 5px;
	}

	.sjj_nav>ul>li:first-child .language a {
		width: 35px;
		float: left;
		border-left: 1px #ddd solid;
		text-align: center;
		color: #999;
	}

	.sjj_nav ul li i {
		position: absolute;
		top: 5px;
		right: 0;
		height: 30px;
		padding: 0 7px;
	}

	.sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s;
	}

	.sjj_nav ul li .sjj_nav_i_se svg {
		transform: rotate(0);
	}

	.sjj_nav ul li {
		border-top: 1px #ddd solid;
		position: relative;
		line-height: 55px;
		font-size: 14px;
	}

	.sjj_nav ul li.active {
		background: #f3f3f3;
	}

	.sjj_nav>ul>li:last-child {
		border-bottom: 1px #ddd solid;
	}

	.sjj_nav ul li ul {
		background: #f3f3f3;
		display: none;
		border-top: 1px #ddd solid;
		padding: 10px 0;
	}

	.sjj_nav ul li a {
		color: rgba(0, 0, 0, 0.8);
		width: 80%;
		display: block;
		font-size: 16px;
		padding-left: 25px;
	}

	.sjj_nav ul li ul li {
		border: transparent;
		line-height: 30px;
	}

	.sjj_nav ul li ul li a {
		color: rgba(0, 0, 0, 0.5);
		display: block;
		text-align: left;
		font-size: 14px;
		padding-left: 45px;
	}

	.sjj_nav ul li i svg {
		width: 20px;
		height: 20px;
		fill: #000075;
	}

	.sjj_nav ul li .sjj_nav_i_se svg {
		fill: #000075;
	}

	.sjj_nav ul li ul li>ul {
		margin-left: 10px;
	}

	.sjj_nav .iconBox {
		width: 100%;
		display: inline-block;
		text-align: center;
		margin-top: 15vw;
	}

	.sjj_nav .iconBox .icon {
		width: 50px;
		margin: 0 3vw;
		display: inline-block;
	}

	.sp_flex .sjj_nav .close {
		position: absolute;
		right: 4vw;
		top: 1vw;
		font-size: 22px;
		color: #0b2657;
	}

	.sp_flex .sjj_nav .bgImg {
		position: absolute;
		width: 70vw;
		top: 60vw;
		z-index: -1;
		right: 0;
	}

	header {
		padding: 0 3%;
		left: 0;
		height: 60px;
		background: #fff;
		align-items: center;
	}

	main {
		margin-top: 60px;
	}

	.lang {
		padding-left: 6vw;
		font-size: 16px;
	}

	.lang .langT {
		display: flex;
	}

	.lang .langT a {
		margin-left: 3vw;
	}

	.index .video .mc_pos_cover .mc_a1t_li .mc_a1t_a .mc_a1t_xl {
		font-size: 12px;
		padding: 0 10px;
		line-height: 2;
		left: 20px;
	}

	.index .video .mc_pos_cover .mc_a1t_li .mc_a1t_a .mc_a1t_xl .mc_a1t_title {
		font-size: 12px;
		margin-right: 5px;
	}

	.index .video .mc_pos_cover .mc_a1t_li .mc_a1t_a .mc_a1t_xl .iconfont {
		font-size: 10px;
	}

	.productsDetail .f1 {
		padding: 10vw 5vw;
		width: 100%;
	}

	.productsDetail .f1 .f1Box .t {
		font-size: 16px;
		padding-bottom: 2vw;
	}

	.f1Item {
		display: block;
	}

	.f1Item .left {
		width: 100%;
		padding: 0vw;
	}

	.f1Item .left .name {
		padding-bottom: 3vw;
	}

	.f1Item .left .des {
		margin-top: 5vw;
	}

	.f1Item .left .down {
		font-size: 16px;
		margin-top: 5vw;
	}

	.f1Item .left .down i {
		font-size: 18px;
	}

	.f1Item .right {
		width: 100%;
		margin-top: 15vw;
	}

	.f1Item .right .tit {
		margin-bottom: 3vw;
	}

	.f1Item .right .rightItem .item {
		padding: 5vw 3vw;
		height: auto;
		margin-bottom: 3vw;
	}

	.f1Item .right .rightItem .item .view {
		display: none;
	}
	.n_date .icon {
	    font-size: 1rem;
	}
	.n_date .time {
	    font-size: 0.75rem;
	}
	#nav-icon2{
		display: block;
	}
	.logo{
		height: 45px;
	}
	.nav{
		display: block;
		position: fixed;
		left: 0;
		margin-left: 0;
		background: #f9f9f9;
		width: 100%;
		height: calc(100vh - 60px);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 1s cubic-bezier(.23, 1, .32, 1);
		pointer-events: none;
		top: 60px;
		transform: translateY(0px);
		padding-top: 35px;
	}
	.nav ul{
		display: block;
		width: 100%;
	}
	.nav ul li{
		display: flex;
		width: 90%;
		margin-left: 5%;
		align-items: flex-start;
		border-bottom: 1px solid rgba(0, 0, 0, .2);
		padding-bottom: 15px;
		margin-bottom: 20px;
		justify-content: space-between;
	}
	.nav ul li .firstLab{
		justify-content: flex-start;
		width: 80px;
		line-height: 25px;
	}
	.nav ul li .second{
		width: calc(100% - 90px);
		display: flex;
		flex-wrap: wrap;
		left: 0;
		opacity: 1;
		pointer-events: auto;
		justify-content: flex-start;
		padding-top: 0;
		position: relative;
		gap: 10px;
	}
	.logo img:nth-child(2){
		opacity: 1;
	}
	.logo img:nth-child(1){
		opacity: 0;
	}
	.lang-switch{
		position: absolute;
		right: auto;
		top: 90vh;
		left: 50%;
		opacity: 0;
		pointer-events: none;
		transform: translateX(-50%);
		
	}
	.lang-switch.active{
		top: 85vh;
		transition: all 0.5s;
		opacity: 1;
		pointer-events: auto;
	}
	.nav.active {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.nav ul li a{
		color: #3e3e3e;
	}
	header.active .nav ul li .firstLab a,.nav ul li .firstLab a,header:hover .nav ul li .firstLab a{
		color: #333333;
	}
	.nav ul li .firstLab a{
		text-align: left;
		font-size: 1.125rem;
		font-weight: bold;
	}
	.nav ul li .second a{
		line-height: 25px;
	}
	.nav ul li .firstLab:before{
		display: none;
	}
	.tabBar.more{
		position: relative;
		margin: 0px auto;
		margin-top: 10vw;
	}
	.index .f1 .newsSwiper{
		padding: 3vw 0 25px 0;
	}
	footer .footer .footerHead .logo{
		display: none;
	}
	footer .footerInfo .info p{
		margin-left: 0;
	}
	.lang-dropdown{
		font-size: 0.75rem;
	}
	.about .f2 .titBox{
		left: 0%;
		top: 15vw;
	}
	.honor_bg img:nth-child(2){
		display: block;
	}
	.honor_bg img:nth-child(1){
		display: none;
	}
	.honor_menu{
		right: 0%;
		top: 35vw;
		width: 90%;
		left: 5%;
		flex-wrap: wrap;
		gap: 0px;
		justify-content: space-between;
	}
	.honor_menu .item{
		width: auto;
		height: 35px;
		line-height: 35px;
		padding: 0px 2vw;
		border: none;
		border-radius: 50px;
	}
	#swiper1,#swiper2{
		display: none;
	}
	.btn_box{
		display: none;
	}
	.honor_menu .item p{
		font-size: 0.75rem;
	}
	.f1Item .left .name .n_title{
		color: #000000;
		font-size: 1.6rem;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	#page li{
		width: 30px;
		line-height: 30px;
		font-size: 10px;
	}
	.cultrue{
		flex-wrap: wrap;
		display: block;
		margin-top: 5vw;
	}
	.cultrue_box{
		width: 90%;
		top: -15vw;
	}
	.cultrue .item{
		display: flex;
		align-items: center;
		border: 1px solid rgba(255, 255, 255, .2);
		padding: 5vw;
		margin-bottom: 3vw;
	}
	.cultrue .item .title{
		width: 30%;
		text-align: left;
		padding: 0;
		border-bottom: none;
	}
	.cultrue .item .title .en{
		margin-top: 0;
	}
	.cultrue .item .des{
		width: 70%;
		padding: 0;
		line-height: 1.5;
		text-align: left;
		font-size: 0.875rem;
	}
	.cultrue .item::after{
		display: none;
	}
	.cultrue .item .title .cn {
		font-size: 1.25rem;
	}
	.cultrue .item .title .en{
		font-size: 0.875rem;
	}
	.case_more{
		gap: 5px;
	}
	.case_more .more{
		padding: 7.5px 10px;
	}
	.project1 .f2 .item .textBox .d{
		margin-top: 3vw;
	}
	.honor_menu .item p, .tabBar p{
		word-break: keep-all;
	}
	.index .f1 .titBox{
		margin-bottom: 3vw;
	}
	.index .f1 .titHead{
		margin-bottom: 5vw;
	}
	.index .f1 .newsSwiper .swiper-button-next,.index .f1 .newsSwiper .swiper-button-prev{
		display: none;
	}
	header.active .nav ul li:hover .firstLab a, header:hover .nav ul li:hover .firstLab a {
	    color: #333333;
	}
	footer .footerInfo .qrcodeBox{
		display: none;
	}
	.map_dw .map_logo{
		width: 30px;
		top: -35px;
	}
}