* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
li {
	list-style: none;
}
a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}
b {
	font-weight: unset;
}
img {
	max-width: 100%;
}
textarea {
	font-size: 15px !important;
	color: #000 !important;
	font-family: 'Roboto' !important;
}
textarea::placeholder {
	color: #999 !important;
	opacity: 1;
	line-height: 1.7;
	font-size: 15px !important;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
body,
html {
	width: 100%;
}
body {
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000;
	overflow-x: hidden;
}
.w86 {
	width: 86%;
	margin: 0 auto;
	min-width: 1300px;
}
.w1300 {
	width: 1300px;
	margin: 0 auto;
}
.mb {
	display: none;
}
.head {
	width: 100%;
	padding: 14px 0;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 999999;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.head_box {
	display: flex;
	justify-content: space-between;
	width: 93%;
	margin: 0 auto;
	align-items: center;
}
.head-logo {
	height: 42px;
}
.head-logo a {
	display: block;
	height: 100%;
}
.head-logo img {
	height: 100%;
}
#top #nav {
	width: 28px;
	height: 24px;
	text-align: center;
	cursor: pointer;
}
#top .nav {
	width: 28px;
	height: 24px;
	background: url(../images/icont.png) no-repeat;
	background-size: 28px auto;
}
#top .close {
	width: 28px;
	height: 24px;
	background: url(../images/iconx.png) no-repeat;
	background-size: 28px auto;
}
.subNav {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 70px;
	z-index: 999;
	background: rgb(0, 0, 0, 0.5);
	display: none;
}
.subNav .sub {
	width: 100%;
	display: none;
}
.subNav .sub a {
	font-size: 15px;
	line-height: 36px;
	border-top: 1px solid #e0e0e0;
	padding: 0 25px;
	background-color: #f7f7f7;
	display: block;
}
.subNav .sub a.dlssa {
	font-size: 14px;
	padding: 0 30px;
}
.subNav li {
	width: 100%;
	display: block;
	line-height: 48px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border-top: 1px solid #f2f2f2;
}
.subNav li>a {
	display: block;
	padding: 0 20px;
	margin-right: 48px;
}
.subNav li i {
	float: right;
	height: 48px;
	width: 48px;
	background: url(../images/arrt.png) no-repeat center;
	background-size: 10px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: all .5s;
}
.subNav li.open i {
	transform: rotate(90deg);
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999;
	background: rgba(245, 245, 245, 1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .w86 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo {
	height: 50px;
	display: flex;
}
.menu {
	display: flex;
	align-items: center;
}
.menu li {
	position: relative;
}
.menu li #li1 {
	display: block;
	padding: 5px 20px;
	line-height: 70px;
	margin: 0 15px;
	color: #333333;
	position: relative;
}
.menu li span {
	position: relative;
	transform: scaleX(0.8);
	display: inline-block;
	top: 6px;
	margin-left: 3px;
}
.menu li:first-child {
	margin-left: 42px;
}
.menu li #li1.active,
.menu li #li1:hover,
.menu li a:hover {
	color: #23458A !important;
}
.menu li .dl {
	display: none;
	width: 1200px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 80px;
	text-align: center;
	padding: 20px 20px 30px 20px;
	z-index: 999;
	border: 1px solid #ddd;
	background: rgba(245, 245, 245, 1);
	flex-wrap: wrap;
	gap: 20px;
}
.menu li:hover .dl {
	display: flex;
}
.menu li .dl .dls {
	width: calc((100% - 60px) / 4);
}
.menu li .dl a {
	padding: 15px 0;
	display: block;
	text-align: left;
}
.menu li .dl .dlssa {
	margin-left: 15px;
	padding: 10px 0 !important;
	font-size: 15px;
	color: #444;
}
.container {
	width: 100%;
	height: 100%;
	transition: transform .8s ease;
}
.section {
	width: 100%;
	overflow: hidden;
	height: 100vh;
}
.dots {
	position: fixed;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
}
.dot {
	height: 4px;
	width: 4px;
	border-radius: 50%;
	background: #185CAB;
	margin: 14px 0;
	cursor: pointer;
	transition: .3s;
}
.dot.active {
	background: #185CAB;
	transform: scale(3);
}
.home-banner {
	position: relative;
}
.bannerSwiper,
.swiper-slide {
	width: 100%;
	height: 100%;
}
.home-banner .swiper-slide {
	position: relative;
	overflow: hidden;
}
.home-banner .bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1.15);
	transition:
		transform 0.8s linear;
}
.home-banner .swiper-slide-active .bg {
	transform: scale(1);
}
/* 蒙层 */
.home-banner .swiper-slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .35);
	z-index: 1;
}
.home-banner .content {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 10%;
}
.home-banner .text {
	color: #fff;
	opacity: 0;
}
.home-banner .text.show {
	opacity: 1;
}
.home-banner .text h2 {
	font-size: 38px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.home-banner .text .p {
	font-size: 15px;
	margin-bottom: 30px;
}
.home-banner .text ul {
	list-style: none;
}
.home-banner .text ul p {
	font-size: 15px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
.home-banner .text ul p::before {
	content: "◈";
	position: absolute;
	left: 0;
}
.home-banner .banner-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 110px;
	display: flex;
	z-index: 99;
}
.home-banner .nav-item:first-child {
	border: none;
}
.home-banner .nav-item {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 15px;
	background: rgba(0, 0, 0, .55);
	cursor: pointer;
	transition: .35s;
	border-left: 1px solid rgba(216, 216, 216, 0.16);
}
.home-banner .nav-item:hover,
.home-banner .nav-item.active {
	background: #23458A;
}
.customer-choice {
	padding: 8% 0 0 0;
	overflow: hidden;
	position: relative;
}
.customer-choice .w1300 {
	width: 1400px;
	max-width: 90%;
	margin: auto;
}
.customer-choice .title {
	text-align: center;
	font-size: 38px;
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
}
.customer-choice .desc {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	line-height: 1.8;
	font-size: 15px;
	color: #333;
}
.customer-choice .map-wrap {
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}
.customer-choice .map-bg {
	width: 100%;
	max-width: 1200px;
	display: block;
	margin: auto;
	opacity: .95;
}
.customer-choice .stats {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px;
	position: absolute;
	width: 100%;
	bottom: 8%;
}
.customer-choice .stat-item {
	cursor: pointer;
}
.customer-choice .number {
	font-size: 45px;
	font-weight: 700;
	line-height: 1;
	color: #111;
	transition: .35s;
}
.customer-choice .number em {
	font-style: normal;
	font-size: 27px;
}
.customer-choice .label {
	margin-top: 10px;
	font-size: 15px;
	color: #222;
	transition: .35s;
}
.customer-choice .stat-item.active .number,
.customer-choice .stat-item.active .label {
	color: #23458A;
}
.project-slider {
	position: relative;
}
.project-slider .swiper {
	width: 100%;
	height: 100%;
}
.project-slider .swiper-slide {
	position: relative;
	overflow: hidden;
}
.project-slider .bg {
	position: absolute;
	inset: 0;
}
.project-slider .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.project-slider .side-mask {
	position: relative;
	float: right;
	width: 34%;
	height: 100%;
	background: rgba(0, 0, 0, .55);
	z-index: 2;
}
.project-slider .info {
	position: absolute;
	left: 80px;
	top: 15%;
	width: 500px;
	color: #fff;
	z-index: 3;
}
.project-slider .info>* {
	opacity: 0;
	transition: opacity .8s ease;
}
.project-slider .swiper-slide-active .info>* {
	opacity: 1;
}
.project-slider .swiper-slide-active .info h2 {
	transition-delay: .1s;
}
.project-slider .swiper-slide-active .info .line {
	transition-delay: .2s;
}
.project-slider .swiper-slide-active .info h3 {
	transition-delay: .3s;
}
.project-slider .swiper-slide-active .info ul {
	transition-delay: .4s;
}
.project-slider .info h2 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 15px;
}
.project-slider .line {
	width: 60px;
	height: 1px;
	background: #fff;
	margin-bottom: 60px;
}
.project-slider .info h3 {
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 40px;
}
.project-slider .info ul {
	list-style: none;
	font-size: 15px;
}
.project-slider .next-btn {
	position: absolute;
	left: 80px;
	bottom: 80px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 34px;
	cursor: pointer;
	z-index: 20;
	transition: .3s;
}
.project-slider .next-btn:hover {
	background: rgba(255, 255, 255, .15);
}
.products {
	margin: 8% auto 0 auto;
}
.products .title {
	text-align: center;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 30px;
}
/* TAB */
.products .tabs {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-bottom: 30px;
}
.products .tab {
	cursor: pointer;
	font-size: 15px;
	position: relative;
	padding-bottom: 10px;
	position: relative;
}
.products .tab.active {
	font-weight: 700;
}
.products .tab:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #23458A;
	transform: translateX(-50%);
	transition: width .35s ease;
}
.products .tab.active:after {
	width: 100%;
}
.products .productSwiper {
	overflow: visible;
	width: 1400px;
}
.products .productSwiper .swiper-slide {
	width: 800px;
	height: 450px;
	position: relative;
	overflow: hidden;
	transition: .6s;
}
.products .productSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.products .productSwiper .swiper-slide:not(.swiper-slide-active) {
	opacity: .4;
}
.products .info {
	position: absolute;
	left: 70px;
	width: calc(100% - 140px);
	bottom: 60px;
	color: #fff;
}
.products .info h3 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #fff;
	position: relative;
	display: inline-block;
}
.products .info h3:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transform: translateX(-50%);
}
.products .info p {
	line-height: 1.7;
	font-size: 15px;
}
.products .swiper-button-prev,
.products .swiper-button-next {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
	color: #666;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
}
.products .swiper-button-prev:after,
.products .swiper-button-next:after {
	font-size: 22px;
}
.dibuft {
	padding-top: 4%;
}
.agent-banner {
	height: 280px;
	position: relative;
	overflow: hidden;
}
.agent-banner .bg {
	position: absolute;
	inset: 0;
	animation: zoomMove 12s ease-in-out infinite;
}
@keyframes zoomMove {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.08);
	}
	100% {
		transform: scale(1);
	}
}
.agent-banner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .45);
	z-index: 1;
}
.banner-content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	z-index: 2;
}
.banner-content h2 {
	font-size: 38px;
}
.banner-content p {
	font-size: 15px;
	margin: 25px 0 35px 0;
	text-align: center;
	max-width: 900px;
}
.banner-btn {
	width: 150px;
	height: 42px;
	border: none;
	background: #0d63c9;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	transition: .3s;
}
.banner-btn:hover {
	background: #23458a;
}
.footer {
	background: #2e2e2e;
	color: #d8d8d8;
	padding: 70px 0 30px;
}
.footer-wrap {
	margin: auto;
}
.footer-top {
	display: flex;
	gap: 80px;
	justify-content: space-between;
}
.footer-top .contact {
	max-width: 30%;
}
.footer-title {
	color: #fff;
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: 700;
}
.footer li {
	margin-bottom: 5px;
	transition: .3s;
	line-height: 1.8;
	font-size: 15px;
}
.footer li a {
	color: #d8d8d8;
}
.footer li:hover a {
	color: #84b8f5;
}
.social {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 60px;
}
.FlexC {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
/* bottom */
.footer-bottom {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, .08);
	display: flex;
	justify-content: space-between;
}
.footer-bottom a {
	color: #d8d8d8;
	text-decoration: none;
	margin-left: 20px;
}
.footer-bottom a:hover {
	color: #fff;
}
.plant-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.plantSwiper,
.plantSwiper .swiper-slide {
	width: 100%;
	height: 100%;
}
.plantSwiper .swiper-slide {
	position: relative;
}
/* 图片 */
.chanpin .bg {
	position: relative;
	width: 100%;
	padding-top: 40%;
	overflow: hidden;
}
.chanpin .bg img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	display: block;
}
/* 当前图片缩放动画 */
.swiper-slide-active .bg img {
	animation: bannerZoom 6s linear forwards;
}
@keyframes bannerZoom {
	from {
		transform: scale(1.12);
	}
	to {
		transform: scale(1);
	}
}
/* 内容 */
.chanpin .content {
	position: absolute;
	left: 220px;
	top: 180px;
	z-index: 5;
	max-width: 850px;
}
.chanpin .content h2 {
	font-size: 39px;
	color: #000;
	font-weight: 700;
	margin-bottom: 40px;
}
/* 默认隐藏 */
.chanpin .content h2,
.chanpin .content li {
	opacity: 0;
	transform: translateY(40px);
}
/* 激活时执行 */
.swiper-slide-active .content h2 {
	animation: textShow .8s .2s forwards;
}
.swiper-slide-active .content li:nth-child(1) {
	animation: textShow .8s .5s forwards;
}
.swiper-slide-active .content li:nth-child(2) {
	animation: textShow .8s .7s forwards;
}
.swiper-slide-active .content li:nth-child(3) {
	animation: textShow .8s .9s forwards;
}
@keyframes textShow {
	from {
		opacity: 0;
		transform: translateY(40px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.chanpin .content ul {
	list-style: none;
}
.chanpin .content li {
	font-size: 15px;
	color: #000;
	margin-bottom: 15px;
	position: relative;
	padding-left: 28px;
	line-height: 1.8;
}
.chanpin .content li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ff6a00;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
/* 左右按钮 */
.chanpin .banner-prev,
.chanpin .banner-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, .45);
	color: #fff;
	font-size: 26px;
	cursor: pointer;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}
.chanpin .banner-prev:hover,
.chanpin .banner-next:hover {
	background: #165DFF;
}
.chanpin .banner-prev {
	left: 0;
}
.chanpin .banner-next {
	right: 0;
}
.canshu {
	background: #fff;
	padding: 50px;
	margin: 60px auto;
}
.canshu .intro {
	font-size: 16px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 35px;
}
.canshu .intro strong {
	font-weight: 700;
	color: #222;
}
.canshu .info-list {
	display: flex;
	gap: 6px;
}
.canshu .info-item {
	flex: 1;
	min-height: 86px;
	border: 1px solid #d8d8d8;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.canshu .icon {
	width: 46px;
	height: 46px;
	margin-right: 18px;
}
.canshu .content {
	font-size: 15px;
	color: #333;
}
.canshu .content strong {
	font-weight: 700;
	margin-right: 2px;
}
.chukouanli .slider {
	position: relative;
	width: 100%;
	height: 650px;
	overflow: hidden;
}
.chukouanli {
	background: #fff;
	padding: 50px;
	margin: 60px auto;
}
.chukouanli .biaoti {
	font-size: 32px;
	font-weight: 700;
}
.chukouanli .jianjie {
	font-size: 15px;
	margin: 20px 0;
}
.chukouanli .slide {
	position: absolute;
	inset: 0;
	visibility: hidden;
	transition: opacity .8s ease;
}
.chukouanli .slide.active {
	visibility: visible;
	z-index: 2;
}
/* 背景图 */
.chukouanli .bg-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.15);
}
/* 图片缩放动画 */
.chukouanli .slide.active .bg-img {
	animation: zoomEffect 5s ease forwards;
}
@keyframes zoomEffect {
	from {
		transform: scale(1.15);
	}
	to {
		transform: scale(1);
	}
}
.chukouanli .overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}
/* 内容 */
.chukouanli .content {
	position: absolute;
	top: 90px;
	right: 80px;
	width: 350px;
	color: #fff;
	z-index: 10;
}
/* 每次切换重新执行 */
.chukouanli .slide.active .content,
.chukouanli .slide.active .overlay {
	animation: contentMove .8s ease forwards;
}
@keyframes contentMove {
	from {
		opacity: 0;
		transform: translateX(200px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
.chukouanli .content h2 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 35px;
	font-weight: 600;
}
.chukouanli .content ul {
	list-style: none;
}
.chukouanli .content li {
	font-size: 15px;
	line-height: 1.9;
	margin-bottom: 10px;
}
.chukouanli .content li::before {
	content: "•";
	margin-right: 12px;
}
.chukouanli .content strong {
	font-weight: 700;
}
.chukouanli .quote-btn {
	margin-top: 35px;
	width: 160px;
	height: 45px;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.chukouanli .quote-btn:hover {
	background: #fff;
	color: #000;
}
/* 按钮 */
.chukouanli .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border: none;
	background: rgba(0, 0, 0, .45);
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	z-index: 100;
}
.chukouanli .arrow:hover {
	background: rgba(0, 0, 0, .75);
}
.chukouanli .prev {
	left: 20px;
}
.chukouanli .next {
	right: 20px;
}
.chanpinfuwu {
	margin: 60px 0;
}
.chanpinfuwu .section1 {
	padding: 50px;
	background: #fff;
}
.chanpinfuwu .title {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	margin-bottom: 35px;
	line-height: 1.3;
}
.chanpinfuwu .desc {
	font-size: 14px;
	line-height: 28px;
	color: #555;
	margin-bottom: 25px;
}
.chanpinfuwu .banner {
	width: 100%;
	margin-bottom: 30px;
}
.chanpinfuwu .banner img {
	width: 100%;
	display: block;
}
.chanpinfuwu .feature-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-bottom: 35px;
}
.chanpinfuwu .feature-item {
	background: #f2f2f2;
	padding: 22px 20px;
	min-height: 150px;
	transition: .3s;
}
.chanpinfuwu .feature-item:hover {
	background: #ebebeb;
}
.chanpinfuwu .feature-item h3 {
	font-size: 18px;
	color: #000;
	margin-bottom: 16px;
	font-weight: 600;
	line-height: 1.4;
}
.chanpinfuwu .feature-item p {
	font-size: 14px;
	color: #555;
	line-height: 28px;
}
.chanpinfuwu .footer-text {
	font-size: 14px;
	color: #555;
	line-height: 30px;
}
.cankaozhinan .wrapper {
	background: #fff;
	padding: 50px;
	margin: 60px auto;
}
.cankaozhinan .title {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
	line-height: 1.4;
}
.cankaozhinan .desc {
	font-size: 14px;
	color: #555;
	line-height: 25px;
	margin-bottom: 10px;
}
.cankaozhinan .desc img {
	display: block;
	margin: 0 auto;
}
.cankaozhinan .accordion-item {
	margin-bottom: 15px;
}
.cankaozhinan .accordion-header {
	background: #f7f7f7;
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	cursor: pointer;
	transition: .3s;
}
.cankaozhinan .accordion-header:hover {
	background: #f2f2f2;
}
.cankaozhinan .accordion-title {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	display: flex;
	align-items: center;
	gap: 5px;
}
.cankaozhinan .arrow {
	width: 12px;
	height: 12px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	transform: rotate(45deg);
	transition: .3s;
	margin-top: -4px;
}
.cankaozhinan .accordion-item.active .arrow {
	transform: rotate(-135deg);
	margin-top: 4px;
}
.cankaozhinan .active .arrow {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.cankaozhinan .active .yimg {
	display: none;
}
.cankaozhinan .ximg {
	display: none;
}
.cankaozhinan .active .ximg {
	display: block;
}
.cankaozhinan .accordion-content {
	max-height: 0;
	overflow: hidden;
	background: #fff;
	transition: max-height .4s ease;
}
.cankaozhinan .active .accordion-content {
	max-height: none;
}
.cankaozhinan .accordion-inner {
	padding: 25px 40px;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.cankaozhinan .accordion-inner h4 {
	margin-bottom: 15px;
	font-size: 15px;
}
.cankaozhinan .accordion-inner ul {
	padding-left: 20px;
	margin-bottom: 15px;
}
.cankaozhinan .accordion-inner li {
	line-height: 30px;
	font-size: 14px;
}
.cankaozhinan .accordion-inner p {
	font-size: 14px;
	line-height: 30px;
	color: #555;
}
.cankaozhinan .note {
	margin-top: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
}
.jiage {
	margin: 60px auto;
	background: #fff;
	padding: 50px;
}
/* 标题 */
.jiage .main-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #111;
}
/* 描述文字 */
.jiage .intro {
	font-size: 15px;
	line-height: 1.8;
	color: #555;
	margin-bottom: 30px;
}
.jiage .intro a {
	color: #0f6fd6;
	text-decoration: none;
	font-weight: 600;
}
/* 主图 */
.jiage .banner {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.jiage .banner img {
	max-width: 100%;
}
/* 底部双栏 */
.jiage .info-wrap {
	display: flex;
	gap: 25px;
	margin-bottom: 35px;
	flex-wrap: wrap;
}
.jiage .info-box {
	width: calc((100% - 25px) / 2);
	background: #f1f1f1;
	padding: 35px 40px;
	position: relative;
}
.jiage .info-box h2 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #111;
}
.jiage .info-box ul {
	color: #444;
	line-height: 1.8;
	font-size: 15px;
}
.jiage .info-box strong {
	color: #111;
}
.wenti .active .accordion-header {
	background-color: #185CAB;
}
.wenti .active .accordion-header .accordion-title {
	color: #fff;
}
/* 浅色图标背景 */
.jiage .info-box .img {
	position: absolute;
	right: 25px;
	top: 15px;
	width: 90px;
	height: 90px;
}
/* 页脚 */
.jiage .footer-text {
	font-size: 14px;
	line-height: 1.8;
	color: #555;
}
.jiage .footer-text a {
	color: #0f6fd6;
	text-decoration: none;
}
.zhuanli {
	background: #fff;
	padding: 50px;
	margin: 60px auto;
}
.zhuanli .section-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.2;
}
.zhuanli .section-desc {
	color: #666;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 50px;
}
/* 证书区域 */
.zhuanli .certificates {
	margin-bottom: 50px;
}
.zhuanli .certificate-inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #999;
}
/* 内容卡片 */
.zhuanli .feature-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}
.zhuanli .feature-grid-bottom {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.zhuanli .feature-card {
	background: #f5f5f5;
	padding: 35px;
	transition: .3s;
}
.zhuanli .feature-card:hover {
	background: #ececec;
}
.zhuanli .icon {
	width: 46px;
	height: 46px;
	margin-bottom: 20px;
	color: #2d6bcf;
}
.zhuanli .icon svg {
	width: 100%;
	height: 100%;
}
.zhuanli .feature-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.4;
}
.zhuanli .feature-text {
	color: #666;
	font-size: 15px;
	line-height: 1.7;
}
.zhuanli .footer-desc {
	margin-top: 20px;
	color: #555;
	line-height: 2;
	font-size: 16px;
}
.biaoge .table-wrap {
	width: 100%;
}
.biaoge .compare-table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
.biaoge .compare-table thead .left-col {
	background: #5B5B5B;
	border-left: 1px solid #D8D8D8;
	color: #fff;
	text-align: center;
	font-weight: 500;
	padding: 10px;
}
.biaoge .compare-table tbody td {
	padding: 10px;
	border: 1px solid #d7d7d7;
	font-size: 14px;
	color: #555;
}
.biaoge .compare-table tbody tr:nth-child(even) {
	background: #fafafa;
}
.biaoge .compare-table tbody tr:hover {
	background: #eee;
	transition: .3s;
}
.jiaru .banner {
	position: relative;
	margin-top: 80px;
}
/* 背景图 */
.jiaru .banner-bg {
	position: relative;
	width: 100%;
	padding-top: 35%;
	overflow: hidden;
}
.jiaru .banner-bg img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.jiaru .container11 {
	position: absolute;
	z-index: 2;
	top: 20%;
	left: 10%;
}
.jiaru .banner-title {
	font-size: 46px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #fff;
}
.jiaru .banner-desc {
	font-size: 15px;
	line-height: 1.8;
	color: rgba(255, 255, 255, .95);
}
.jiaru .banner-desc a {
	color: #fff;
	text-decoration: none;
	background: #1b5cff;
	padding: 2px 6px;
	border-radius: 2px;
	transition: .3s;
}
.jiaru .banner-desc a:hover {
	background: #003fe8;
}
.why {
	margin: 80px auto;
}
.why .section-title {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 25px;
}
.why .section-desc {
	margin: 0 auto 40px;
	text-align: center;
	color: #444;
	font-size: 16px;
	line-height: 1.7;
	width: 70%;
}
.why .card-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
}
.why .card {
	width: calc((100% - 30px) / 2);
	position: relative;
}
.why .card-image {
	position: relative;
	width: 100%;
	padding-top: 70%;
	overflow: hidden;
}
.why .card-image img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.why .card-content {
	width: 90%;
	background: #fff;
	margin: -200px auto 0;
	position: relative;
	z-index: 2;
	padding: 40px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .12);
}
.why .card-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 1.5;
}
.why .card-desc {
	color: #555;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 25px;
}
.why .info-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.why .info-list p {
	position: relative;
	color: #333;
	font-size: 15px;
	min-width: 40%;
	line-height: 1.8;
}
.biaozhun {
	margin: 80px auto;
}
.biaozhun .title {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #000;
	margin-bottom: 15px;
}
.biaozhun .desc {
	text-align: center;
	font-size: 15px;
	color: #444;
	line-height: 1.8;
	margin-bottom: 40px;
}
.biaozhun .table-wrap {
	background: #fff;
}
.biaozhun .join-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.biaozhun .join-table th {
	border: 1px solid #ccc;
	text-align: center;
	padding: 15px;
	font-size: 15px;
	color: #444;
	background: #E1E1E1;
}
.biaozhun .join-table td {
	border: 1px solid #D8D8D8;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	color: #444;
}
.biaozhun .level {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}
.biaozhun .level svg {
	width: 30px;
	height: 30px;
	stroke: #666;
	fill: none;
	stroke-width: 2;
}
.huoban {
	padding: 80px 0;
}
.huoban .title {
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 25px;
}
/* 流程卡片 */
.huoban .steps {
	display: flex;
	background: #fff;
}
.huoban .step {
	flex: 1;
	padding: 55px 32px;
	cursor: pointer;
}
.huoban .step .icon {
	margin-bottom: 10px;
}
.huoban .step .num {
	font-size: 32px;
	font-weight: bold;
	color: #1f5ea8;
	display: flex;
	align-items: flex-end;
	margin-bottom: 12px;
	gap: 5px;
}
.huoban .step .line {
	border-bottom: 2px dashed #2c6fbd;
	margin-bottom: 15px;
	width: 90%;
}
.huoban .step h3 {
	font-size: 19px;
	margin-bottom: 5px;
	font-weight: 500;
}
.huoban .step p {
	font-size: 15px;
	line-height: 1.8;
	color: #444;
}
/* 激活状态 */
.huoban .step.active {
	background: #1f5ea8;
	color: #fff;
}
.huoban .step.active .num {
	color: #fff;
}
.huoban .step.active .line {
	border-color: #fff;
}
.huoban .step.active p {
	color: #fff;
}
.huoban .btn-wrap {
	text-align: center;
	margin-top: 60px;
}
.huoban .btn {
	width: 160px;
	display: none;
	height: 45px;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: .3s;
}
.huoban .btn:hover {
	background: #fff;
	color: #1f5ea8;
}
.huoban .step.active .icon img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.zengjai {
	margin: 80px auto;
}
.zengjai .biaoti {
	font-size: 34px;
	font-weight: 700;
	text-align: center;
}
.zengjai .miaoshu {
	font-size: 16px;
	margin: 20px 0 30px 0;
	text-align: center;
}
.joinly .form-wrap {
	margin: -110px auto 80px;
	background: #fff;
	padding: 60px 40px 70px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .08);
	position: relative;
	z-index: 2;
}
.joinly .title {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin-bottom: 30px;
}
.joinly .form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px 24px;
}
.joinly .form-item {
	height: 54px;
	background: #f3f3f3;
	display: flex;
	align-items: center;
	padding: 0 18px;
}
.joinly .form-item label {
	margin-right: 15px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
}
.joinly .form-item input,
.joinly .form-item select {
	flex: 1;
	height: 100%;
	border: none;
	background: transparent;
	outline: none;
	font-size: 15px;
	color: #666;
}
.joinly .message-box {
	margin-top: 18px;
	background: #f3f3f3;
	display: flex;
	padding: 18px;
	min-height: 120px;
}
.joinly .message-box label {
	width: 130px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
}
.joinly .message-box textarea {
	flex: 1;
	border: none;
	resize: none;
	background: transparent;
	outline: none;
	font-size: 15px;
}
.joinly .btn-wrap {
	text-align: center;
	margin-top: 36px;
}
.joinly .submit-btn {
	width: 120px;
	height: 42px;
	border: none;
	background: #1f5fae;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: .3s;
}
.joinly .submit-btn:hover {
	background: #174d8d;
}
.fwbanner .banner {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 700px;
	overflow: hidden;
}
/* 黑色遮罩 */
.fwbanner .banner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* 内容 */
.fwbanner .banner-content {
	position: relative;
	z-index: 2;
	height: 100%;
}
.fwbanner .banner-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
/* 标题 */
.fwbanner .banner-title {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 35px;
	letter-spacing: 2px;
}
/* 副标题 */
.fwbanner .banner-subtitle {
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: .95;
}
/* 滚动提示 */
.fwbanner .scroll-down {
	position: absolute;
	left: 50%;
	bottom: 45px;
	transform: translateX(-50%);
	z-index: 3;
}
.fwbanner .mouse {
	width: 36px;
	height: 50px;
	border: 2px solid rgba(255, 255, 255, .45);
	border-radius: 25px;
	position: relative;
}
.fwbanner .mouse::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 10px;
	width: 4px;
	height: 10px;
	background: #fff;
	border-radius: 10px;
	transform: translateX(-50%);
	animation: wheel 1.5s infinite;
}
@keyframes wheel {
	0% {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateX(-50%) translateY(16px);
	}
}
.fangan {
	margin: 80px 0;
}
.fangan .section-title {
	text-align: center;
}
.fangan .section-title h2 {
	color: #0d4ea6;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}
.fangan .section-title .line {
	width: 40px;
	height: 3px;
	background: #0d4ea6;
	margin: 30px auto;
}
.fangan .section-title p {
	margin: auto;
	line-height: 1.9;
	color: #555;
	font-size: 15px;
}
/* 主体 */
.fangan .service-wrap {
	margin-top: 60px;
	display: flex;
}
.fangan .service-item {
	flex: 1;
	background: #edeff2;
	position: relative;
	text-align: center;
	transition: .35s;
	overflow: hidden;
	padding: 50px 0;
}
.fangan .service-item:nth-child(2) {
	margin: 0;
}
.fangan .service-item:hover {
	background: #e2e3e6;
}
/* 图标 */
.fangan .icon {
	color: #0d4ea6;
}
/* 横线 */
.fangan .top-line,
.fangan .bottom-line {
	width: 60%;
	height: 1px;
	background: #666;
	margin: 50px auto 0 auto;
}
.fangan .title {
	font-size: 18px;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 50px;
}
/* 箭头 */
.fangan .arrow {
	width: 46px;
	height: 46px;
	margin: 20px auto 0 auto;
	transition: .35s;
	display: block;
	cursor: pointer;
}
.shouqian {
	margin: 80px auto;
}
.shouqian .banner {
	position: relative;
	height: 600px;
}
.shouqian .overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}
.shouqian .banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	z-index: 2;
}
.shouqian .banner-content h1 {
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 20px;
}
.shouqian .banner-content p {
	font-size: 18px;
	font-weight: 400;
}
/* Content Area */
.shouqian .service-section {
	background: #f2f2f2;
	padding: 60px 80px;
	display: flex;
	gap: 60px;
	justify-content: center;
}
.shouqian .service-box {
	flex: 1;
	max-width: 650px;
	min-height: 280px;
	border: 2px dashed #bdbdbd;
	background: #f2f2f2;
	padding: 60px 70px;
}
.shouqian .service-box h2 {
	color: #0b4ea2;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 40px;
}
.shouqian .service-box p {
	font-size: 16px;
	line-height: 2;
	color: #222;
}
.shouzhong {
	position: relative;
	min-height: 900px;
	overflow: hidden;
	padding: 80px 0;
}
/* 深色遮罩 */
.shouzhong .service-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .45);
}
/* 主体宽度固定1600 */
.shouzhong .container {
	width: 1600px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
/* 顶部标题 */
.shouzhong .section-header {
	color: #fff;
}
.shouzhong .section-header h2 {
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 20px;
}
.shouzhong .section-header p {
	font-size: 18px;
	line-height: 1.8;
}
/* 卡片区域 */
.shouzhong .card-wrap {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	gap: 70px;
}
.shouzhong .service-card {
	flex: 1;
	background: #f8f8f8;
	border-radius: 0 90px 0 90px;
	padding: 70px 55px;
	min-height: 420px;
	position: relative;
	transition: .35s;
}
.shouzhong .service-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 50px rgba(0, 0, 0, .2);
}
/* 标题 */
.shouzhong .card-title {
	font-size: 30px;
	margin-bottom: 30px;
	color: #222;
	font-weight: 400;
}
.shouzhong .card-title span {
	color: #1e56a8;
}
/* 分割线 */
.shouzhong .line {
	width: 100%;
	height: 1px;
	background: #ddd;
	position: relative;
	margin-bottom: 40px;
}
.shouzhong .line::before {
	content: "";
	width: 70px;
	height: 3px;
	background: #1e56a8;
	position: absolute;
	left: 0;
	top: -1px;
}
/* 内容 */
.shouzhong .card-content {
	color: #333;
	font-size: 18px;
	line-height: 2;
}
/* 图标 */
.shouzhong .card-icon {
	position: absolute;
	right: 40px;
	bottom: 25px;
}
/* 右侧悬浮 */
.shouzhong .fixed-contact {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}
.shouzhong .fixed-contact ul {
	list-style: none;
}
.shouzhong .fixed-contact li {
	width: 70px;
	height: 70px;
	background: #fff;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .3s;
}
.shouzhong .fixed-contact li:hover {
	background: #f5f5f5;
}
.shouzhong .fixed-contact .contact-btn {
	background: #ffb400;
	color: #fff;
	font-weight: bold;
}
.shouhou {
	margin: 60px auto;
}
.shouhou .service-section {
	background: #0f4e9a;
	color: #fff;
	min-height: 540px;
	padding: 110px 150px 90px;
}
.shouhou .title {
	font-size: 46px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px;
}
.shouhou .subtitle {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 40px;
}
.shouhou .divider {
	width: 72px;
	height: 3px;
	background: #fff;
	margin-bottom: 55px;
}
.shouhou .desc {
	font-size: 18px;
	line-height: 1.8;
	color: rgba(255, 255, 255, .95);
}
.shouhoulb {
	position: relative;
}
.shouhoulb .tabs-wrap {
	position: relative;
}
.shouhoulb .tabs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 60px;
	transition: .5s ease;
	width: 100%;
}
.shouhoulb .tab {
	cursor: pointer;
	width: calc((100% - 300px) / 6);
	color: #999;
	font-size: 18px;
	transition: .3s;
	position: relative;
	text-align: center;
}
.shouhoulb .tab img {
	opacity: 0;
}
.shouhoulb .tab.active {
	color: #0b56b5;
}
.shouhoulb .tab.active img {
	opacity: 1;
}
.shouhoulb .tab::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 2px;
}
.shouhoulb .tab.active::after {
	background: #0b56b5;
}
.shouhoulb .content {
	text-align: center;
	margin-top: 50px;
	position: relative;
	z-index: 2;
}
.shouhoulb .title {
	font-size: 20px;
	color: #444;
	margin-bottom: 20px;
}
.shouhoulb .desc {
	max-width: 900px;
	margin: auto;
	color: #555;
	line-height: 1.8;
	font-size: 16px;
	text-align: center;
}
.shouhoulb .slider {
	position: relative;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shouhoulb .circle-wrap {
	width: 720px;
	height: 720px;
	border: 1px dashed #999;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shouhoulb .circle {
	width: 620px;
	height: 620px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .08);
}
.shouhoulb .circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shouhoulb .arrow {
	position: absolute;
	width: 70px;
	height: 70px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 30px;
	transition: .3s;
	top: 50%;
	background: #ddd;
	color: #333;
	z-index: 9999;
}
.shouhoulb .arrow:hover {
	transform: scale(1.08);
	background: #0b56b5;
	color: #fff;
}
.shouhoulb .prev {
	left: 15%;
}
.shouhoulb .next {
	right: 15%;
}
.shouhoulb .slider-box {
	position: relative;
	min-height: 700px;
	margin: 60px auto;
	text-align: center;
	color: #666;
}
.shouhoulb .slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transform: translateY(30px);
	pointer-events: none;
	transition:
		opacity .5s ease,
		transform .5s ease;
}
.shouhoulb .slide.active {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}
.shouhoulb .slide .img112 {
	width: 45%;
	overflow: hidden;
	margin: 0 auto;
	border: 1px dashed #000;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 50%;
	margin-top: 60px;
}
.shouhoulb .slide img {
	object-fit: cover;
	display: block;
}
.fujiewei .section-world {
	position: relative;
	height: 600px;
	overflow: hidden;
}
.fujiewei .container111 {
	position: relative;
	z-index: 5;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
/* 内容 */
.fujiewei .content222 {
	max-width: 1100px;
	text-align: center;
	color: #fff;
}
.fujiewei .title {
	font-size: 28px;
	line-height: 1.8;
	font-weight: 400;
	color: #fff;
}
.fujiewei .desc {
	margin-top: 60px;
	font-size: 18px;
	line-height: 1.8;
	color: rgba(255, 255, 255, .55);
}
.fwbiaodan {
	padding: 80px 0;
	background-color: #f3f3f3;
}
.fwbiaodan .title {
	text-align: center;
	font-size: 46px;
	font-weight: 700;
	margin-bottom: 40px;
	letter-spacing: 1px;
}
.fwbiaodan .content {
	display: flex;
	justify-content: space-between;
	gap: 100px;
}
/* 左侧 */
.fwbiaodan .left {
	flex: 1;
	padding-top: 80px;
}
.fwbiaodan .contact-text {
	font-size: 14px;
	color: #444;
	margin-bottom: 35px;
}
.fwbiaodan .phone {
	font-size: 15px;
}
.fwbiaodan .phone strong {
	font-size: 22px;
	font-weight: 700;
}
.fwbiaodan hr {
	border: none;
	border-top: 1px dashed #c9c9c9;
	margin: 25px 0;
}
.fwbiaodan .section-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
.fwbiaodan .tip-text {
	line-height: 1.7;
	font-size: 16px;
	color: #333;
}
.fwbiaodan .process-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 35px;
}
.fwbiaodan .process {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	text-align: center;
	gap: 10px;
}
.fwbiaodan .icon {
	font-size: 18px;
	margin-bottom: 15px;
}
.fwbiaodan .step p {
	font-size: 15px;
	line-height: 1.5;
}
.fwbiaodan .arrow {
	font-size: 20px;
	margin-top: 10px;
}
/* 右侧 */
.fwbiaodan .right {
	flex: 1.2;
}
.fwbiaodan .form-group {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.fwbiaodan .form-group label,
.fwbiaodan .textarea-wrap label {
	width: 160px;
	font-size: 16px !important;
}
.fwbiaodan .form-group input {
	flex: 1;
	height: 50px;
	border: 1px solid #cfcfcf;
	background: #fff;
	padding: 0 15px;
	font-size: 16px;
}
.fwbiaodan .textarea-wrap {
	display: flex;
	align-items: flex-start;
}
.fwbiaodan textarea {
	flex: 1;
	height: 320px;
	resize: none;
	border: 1px solid #cfcfcf;
	background: #fff;
	padding: 15px;
	font-size: 18px;
	line-height: 2;
}
.fwbiaodan textarea::placeholder {
	color: #999 !important;
	opacity: 1;
}
.fwbiaodan .submit-wrap {
	text-align: center;
	margin-top: 40px;
}
.fwbiaodan button {
	width: 150px;
	height: 45px;
	border: none;
	border-radius: 35px;
	background: #1565c0;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: .3s;
}
.process .arrow:last-child {
	display: none;
}
.fwbiaodan button:hover {
	background: #0d4d99;
	transform: translateY(-2px);
}
.lianxiwm .hero {
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}
.lianxiwm .hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .45);
}
.lianxiwm .hero-content {
	position: relative;
	z-index: 2;
}
.lianxiwm .hero h1 {
	font-size: 56px;
	font-weight: 700;
	margin-bottom: 20px;
}
.lianxiwm .hero p {
	font-size: 30px;
	opacity: 0.9;
}
.lianxiwm .contact-section {
	background: #0f5bb6;
	padding: 0 0 80px;
}
.lianxiwm .form-box {
	margin: -100px auto 0;
	background: #fff;
	border-radius: 25px;
	padding: 60px;
	position: relative;
	z-index: 10;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}
.lianxiwm .form-title {
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 50px;
}
.lianxiwm .form-row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}
.lianxiwm .form-row input,
.lianxiwm .form-row select {
	flex: 1;
	height: 45px;
	padding: 0 15px;
	border: 1px solid #ddd;
	outline: none;
	font-size: 15px;
}
.lianxiwm textarea {
	width: 100%;
	height: 220px;
	padding: 15px;
	border: 1px solid #ddd;
	resize: none;
	font-size: 15px;
}
.lianxiwm .submit-btn {
	display: block;
	margin: 35px auto 0;
	width: 180px;
	height: 52px;
	border: none;
	border-radius: 30px;
	background: #0f5bb6;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.lianxiwm .contact-info {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
	color: #fff;
}
.lianxiwm .info-item {
	flex: 1;
	text-align: center;
	position: relative;
}
.lianxiwm .info-item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 180px;
	width: 1px;
	background: rgba(255, 255, 255, .3);
}
.lianxiwm .info-icon {
	width: 92px;
	height: 92px;
	border-radius: 50%;
	border: 2px solid #fff;
	padding: 22px;
	box-sizing: border-box;
	margin: 0 auto 30px;
}
.lianxiwm .info-item p {
	line-height: 30px;
	font-size: 18px;
}
.lianxiwm .response-section {
	padding: 100px 0;
	background: #fff;
}
.lianxiwm .response-box {
	height: 750px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.lianxiwm .response-title {
	position: absolute;
	left: 5%;
	top: 8%;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
}
.lianxiwm .tabs {
	position: absolute;
	left: 5%;
	bottom: 2%;
	width: 90%;
	display: flex;
}
.lianxiwm .tab {
	flex: 1;
	background: rgba(255, 255, 255, .15);
	backdrop-filter: blur(4px);
	color: #fff;
	padding: 30px;
	cursor: pointer;
	transition: .3s;
}
.lianxiwm .tab.active {
	background: #0f5bb6;
}
.lianxiwm .tab h3 {
	font-size: 42px;
	margin-bottom: 10px;
}
.lianxiwm .tab p {
	font-size: 15px;
	line-height: 26px;
}
.lianxiwm .world-section {
	position: relative;
}
.lianxiwm .world-section img {
	display: block;
}
.lianxiwm .world-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 46px;
	font-weight: 700;
	text-align: center;
	z-index: 2;
}
.jjfa {
	margin-top: 80px;
}
.jjfa .banner-prev,
.jjfa .banner-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background: rgba(0, 0, 0, .45);
	color: #fff;
	font-size: 26px;
	cursor: pointer;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}
.jjfa .banner-prev:hover,
.jjfa .banner-next:hover {
	background: #165DFF;
}
.jjfa .banner-prev {
	left: 0;
}
.jjfa .banner-next {
	right: 0;
}
.jjfa .swiper-slide-active .bg img {
	animation: bannerZoom11 6s linear forwards;
}
.jjchanpin .header11 {
	text-align: center;
	padding: 60px 0;
}
.jjchanpin .header11 h1 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
}
.jjchanpin .header11 p {
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.7;
	color: #555;
}
.jjchanpin .type-list {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: 30px 0 50px;
}
.jjchanpin .type-item {
	flex: 1;
	background: #fff;
	border: 1px solid #e6e6e6;
	text-align: center;
	cursor: pointer;
	transition: .3s;
	position: relative;
}
.jjchanpin .type-item.active {
	border-bottom: 2px solid #1f6fff;
}
.jjchanpin .type-item .imgjj {
	width: 120px;
	margin-top: 25px;
}
.jjchanpin .type-item h3 {
	margin-top: 15px;
	font-size: 20px;
	font-weight: 500;
}
.jjchanpin .arrow {
	margin: 12px auto 10px auto;
	width: 25px;
}
.jjchanpin .active .arrow img {
	filter: brightness(0) saturate(100%) invert(26%) sepia(99%) saturate(1724%) hue-rotate(206deg) brightness(96%) contrast(101%);
}
.jjchanpin .product-section {
	background: #fff;
	margin-bottom: 50px;
}
.jjchanpin .product-box {
	display: flex;
	margin-bottom: 30px;
}
.jjchanpin .product-image {
	width: 55%;
}
.jjchanpin .product-image img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}
.jjchanpin .product-content {
	width: 45%;
	padding: 60px 50px;
	background: #f3f3f3;
}
.jjchanpin .product-content h2 {
	font-size: 26px;
	margin-bottom: 35px;
}
.jjchanpin .info-row {
	margin-bottom: 22px;
	font-size: 16px;
	line-height: 1.8;
}
.jjchanpin .tags {
	display: inline-flex;
	gap: 12px;
	margin-left: 10px;
	flex-wrap: wrap;
}
.jjchanpin .tags span {
	background: #dfe7f1;
	padding: 6px 18px;
	font-size: 18px;
}
.jjchanpin .btn {
	display: inline-block;
	margin-top: 25px;
	background: #ff6200;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	font-size: 16px;
	transition: .3s;
}
.jjchanpin .btn:hover {
	background: #e85500;
}
.guodu p {
	font-size: 36px;
	font-weight: 700;
	margin: 60px auto 40px auto;
	text-align: center;
}
.guodu img {
	width: 100%;
	display: block;
}
.yyly {
	margin: 80px auto;
}
.yyly .title {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 30px;
}
.yyly .cards {
	display: flex;
	gap: 8px;
	height: 540px;
}
.yyly .card {
	position: relative;
	flex: 1;
	overflow: hidden;
	cursor: pointer;
	transition: all .5s ease;
}
.yyly .card.active {
	flex: 5;
}
.yyly .card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all 0.5s ease;
}
.yyly .card::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 45%;
	background: linear-gradient(to top,
			rgba(0, 0, 0, .9),
			rgba(0, 0, 0, .4),
			transparent);
}
.yyly .content {
	position: absolute;
	left: 30px;
	bottom: 25px;
	z-index: 2;
	color: #fff;
	width: 80%;
}
.yyly .content h3 {
	font-size: 19px;
	margin-bottom: 15px;
}
.yyly .content p {
	line-height: 1.8;
	font-size: 16px;
}
.yyly .card:not(.active) .content {
	left: 15px;
	bottom: 20px;
}
.yyly .card:not(.active) h3 {
	font-size: 16px;
	font-weight: 400;
}
.yyly .card:not(.active) p {
	display: none;
}
.qqxm .title {
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 50px;
}
.qqxm .project-item {
	display: flex;
	background: #fff;
	margin-bottom: 40px;
}
.qqxm .project-gallery {
	width: 60%;
	padding-right: 10px;
}
.qqxm .big-image {
	width: 100%;
	height: 500px;
	overflow: hidden;
}
.qqxm .big-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.qqxm .thumb-list {
	display: flex;
	gap: 10px;
	margin-top: 12px;
	justify-content: space-between;
}
.qqxm .thumb {
	width: 180px;
	height: 120px;
	border: 2px solid #ddd;
	cursor: pointer;
	transition: .3s;
	padding: 8px;
}
.qqxm .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.qqxm .thumb.active,
.qqxm .thumb:hover {
	border-color: #1e73be;
}
.qqxm .project-info {
	flex: 1;
	background: #f5f5f5;
	padding: 60px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.qqxm .project-info h2 {
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.qqxm .project-info ul {
	margin-bottom: 35px;
}
.qqxm .project-info p {
	line-height: 2;
	font-size: 16px;
}
.qqxm .btn {
	width: 150px;
	height: 45px;
	border: none;
	background: #ff6a00;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: .3s;
}
.qqxm .btn:hover {
	background: #e65d00;
}
.wmfuwu.service-section {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
/* 黑色遮罩 */
.wmfuwu .service-section::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .55);
}
.wmfuwu .title {
	text-align: center;
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 40px;
}
.wmfuwu .service-grid {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid rgba(255, 255, 255, .25);
}
.wmfuwu .service-item {
	border-right: 1px solid rgba(255, 255, 255, .15);
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	display: flex;
	width: 33.33%;
	align-items: center;
	padding: 40px;
	gap: 15px;
	color: #fff;
	transition: .35s;
	position: relative;
}
.wmfuwu .service-item:nth-child(3n) {
	border-right: none;
}
.wmfuwu .service-item:nth-last-child(-n+3) {
	border-bottom: none;
}
.wmfuwu .icon {
	width: 40px;
}
.wmfuwu .icon img {
	display: block;
}
.wmfuwu .text {
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.xgshebei {
	padding: 80px 0;
}
.xgshebei .title {
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 40px;
}
.xgshebei .equipment-list {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}
.xgshebei .equipment-item {
	width: calc((100% - 30px) / 3);
}
.xgshebei .equipment-img {
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
	background: #ddd;
}
.xgshebei .equipment-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	display: block;
	transition: .35s;
}
.xgshebei .equipment-name {
	text-align: center;
	margin: 20px 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}
.xgshebei .equipment-name a {
	color: #000;
	text-decoration: none;
}
.xgshebei .bottom-line {
	border-bottom: 1px solid #cfcfcf;
}
.jjbiaodan {
	margin-bottom: 60px;
}
.jjbiaodan .img123 {
	width: 100%;
	display: block;
}
.jjbiaodan .w86 {
	margin-top: -80px;
	position: relative;
	z-index: 99;
	background: #fff;
	box-shadow: 0px 3px 20px rgb(0 0 0 / 8%);
	padding: 50px;
}
.jjbiaodan .contact-banner {
	padding: 30px 0;
	background-image: url(/skin/images/contact-form-blue.jpg) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: cover;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.jjbiaodan .contact-banner h2 {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 10px;
}
.jjbiaodan .contact-banner p {
	font-size: 16px;
}
.jjbiaodan .contact-banner a {
	color: #fff;
	text-decoration: underline;
}
/* 主体布局 */
.jjbiaodan .contact-content {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}
/* 左侧说明 */
.jjbiaodan .info-box {
	width: 620px;
	background: rgba(0, 61, 123, 0.05);
	padding: 40px;
}
.jjbiaodan .info-box h3 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 30px;
	color: #222;
}
.jjbiaodan .info-box ul {
	list-style: none;
}
.jjbiaodan .info-box p {
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-bottom: 10px;
}
/* 右侧表单 */
.jjbiaodan .form-box {
	flex: 1;
}
.jjbiaodan .form-row {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
}
.jjbiaodan .form-row input,
.jjbiaodan .form-row select {
	flex: 1;
	height: 52px;
}
.jjbiaodan .form-box input,
.jjbiaodan .form-box select,
.jjbiaodan .form-box textarea {
	width: 100%;
	border: 1px solid #d7d7d7;
	background: #f7f7f7;
	padding: 0 15px;
	font-size: 16px;
	color: #555;
	outline: none;
}
.jjbiaodan .form-box textarea {
	height: 150px;
	resize: none;
	padding-top: 15px;
}
.jjbiaodan .form-box input:focus,
.jjbiaodan .form-box select:focus,
.jjbiaodan .form-box textarea:focus {
	border-color: #00458f;
}
.jjbiaodan .privacy {
	margin: 20px 0;
	color: #9b9b9b;
	font-size: 15px;
}
.jjbiaodan .submit-btn {
	width: 230px;
	height: 60px;
	border: none;
	background: #00458f;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: .3s;
}
.jjbiaodan .submit-btn:hover {
	background: #00356d;
}
.cebian {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
}
.cebian .sidebar ul {
	list-style: none;
}
.cebian .sidebar li {
	width: 70px;
	height: 70px;
	padding-top: 3px;
	background: #fff;
	border: 1px solid #eee;
	position: relative;
	cursor: pointer;
	transition: .3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cebian .sidebar li:hover {
	color: #1677ff;
}
.cebian .sidebar li:hover .img1122 {
	filter: brightness(0) saturate(100%) invert(26%) sepia(99%) saturate(1724%) hue-rotate(206deg) brightness(96%) contrast(101%);
}
.cebian .sidebar .text {
	font-size: 12px;
	margin-top: 5px;
}
/* 弹出内容 */
.cebian .pop-box {
	position: absolute;
	right: 80px;
	top: 0;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
	border-radius: 8px;
	width: 220px;
	padding: 10px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transform: translateX(20px);
	transition: .3s;
}
.cebian .sidebar li:hover .pop-box {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}
.cebian .pop-box img {
	width: 130px;
	height: 130px;
	object-fit: cover;
}
.cebian .pop-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.cebian .pop-info {
	background: #1677ff;
	color: #fff;
	margin-top: 10px;
	padding: 10px;
	border-radius: 5px;
	line-height: 1.6;
}
/* 返回顶部 */
.cebian .go-top {
	color: #ff9800;
}
.cebian .go-top:hover {
	background: #fff8e8;
}
.tanchu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 0.3);
    z-index: 9999999999999999999;
}
.tanchu .w86 {
    margin-top: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.tanchu .guanbi {
    padding: 6px 15px;
    background: #f55;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    position: absolute;
    right: -25px;
    top: -26px;
    font-size: 23px;
}
@media only screen and (max-width: 1600px) {
	.project-slider .side-mask {
		width: 40%;
	}
	.footer {
		padding: 45px 0 20px;
	}
	.footer-title {
		font-size: 18px;
		margin-bottom: 18px;
	}
	.footer-top {
		gap: 40px;
	}
	.footer li {
		font-size: 14px;
	}
	.social {
		margin-top: 30px;
	}
	.footer-bottom {
		margin-top: 30px;
		padding-top: 20px;
	}
	.banner-content p {
		margin: 15px 0 20px 0;
	}
}
@media only screen and (max-width: 1366px) {
	.menu li #li1 {
		padding: 5px 15px;
		margin: 0 10px;
	}
	.menu li .dl .dls {
		width: calc((100% - 60px) / 3);
	}
	.chanpin .content {
		left: 150px;
		top: 150px;
	}
}
@media only screen and (max-width: 1024px) {
	.header {
		display: none;
	}
	.mb {
		display: block;
	}
	.home-banner .content {
		padding: 15% 10%;
	}
	.home-banner .text h2 {
		font-size: 32px;
	}
	.home-banner .banner-nav {
		height: 80px;
	}
	.w86,
	.w1300,
	.customer-choice .desc {
		width: 93%;
		min-width: auto;
	}
	.project-slider .info {
		left: 50px;
	}
	.project-slider .info h2 {
		font-size: 34px;
	}
	.project-slider .line {
		margin-bottom: 30px;
	}
	.project-slider .info h3 {
		font-size: 22px;
		line-height: 1.5;
		margin-bottom: 25px;
	}
	.project-slider .next-btn {
		left: 50px;
		bottom: 80px;
		width: 50px;
		height: 50px;
		font-size: 28px;
	}
	.products .tabs {
		gap: 30px;
		margin-bottom: 30px;
	}
	.products .tab {
		font-size: 14px;
		text-align: center;
	}
	.products .productSwiper {
		overflow: visible;
		width: 100%;
	}
	.products {
		width: 93%;
		margin: 8% auto 0 auto;
	}
	.products .productSwiper .swiper-slide {
		width: 80%;
		height: 40%;
	}
	.footer {
		padding-top: 60px;
	}
	.footer-top .contact {
		width: calc((100% - 80px) / 3);
	}
	.footer-top {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	body {
		overflow: auto !important;
	}
	.section {
		overflow: clip;
		height: auto;
	}
	.project-slider {
		height: 800px;
	}
	.qqxm .big-image {
		width: 100%;
		height: 350px;
		overflow: hidden;
	}
	.qqxm .project-info {
		padding: 40px 20px;
	}
	.qqxm .btn {
		display: none;
	}
	.qqxm .project-info ul {
		margin-bottom: 0;
	}
	.qqxm .thumb {
		width: 180px;
		height: 100px;
		padding: 5px;
	}
	.wmfuwu.service-section {
		min-height: auto;
		padding: 80px 0;
	}
	.jjbiaodan .info-box {
		display: none;
	}
	.jiaru .banner {
		margin-top: 70px;
	}
	.jjfa {
		margin-top: 70px;
	}
	.plant-banner {
		margin-top: 70px;
	}
	.why .section-desc {
		width: 100%;
	}
	.why .card-wrapper {
		gap: 20px;
	}
	.why .card {
		width: calc((100% - 20px) / 2);
	}
	.why .card-content {
		padding: 25px;
	}
	.lianxiwm .hero {
		margin-top: 70px;
		height: 50vh;
	}
	.lianxiwm .form-title {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.lianxiwm .world-title {
		font-size: 32px;
	}
	.fwbanner .banner {
		margin-top: 70px;
		height: 50vh;
	}
	.fangan .section-title h2 {
		font-size: 42px;
	}
	.fangan .top-line,
	.fangan .bottom-line {
		width: 80%;
	}
	.shouqian .service-section {
		padding: 40px;
	}
	.shouqian .service-box {
		min-height: auto;
		padding: 40px;
	}
	.shouzhong .service-card {
		padding: 50px 40px 70px 40px;
	}
	.shouzhong .card-icon {
		width: 60px;
	}
	.shouhou .service-section {
		min-height: auto;
		padding: 50px;
	}
	.shouhoulb .tabs {
		gap: 30px;
	}
	.shouhoulb .tab {
		width: calc((100% - 150px) / 6);
	}
	.shouhoulb .slider-box {
		min-height: 600px;
	}
	.fujiewei .container111 {
		width: 93%;
		margin: 0 auto;
	}
	.fujiewei .title {
		font-size: 26px;
		line-height: 1.7;
	}
	.fujiewei .section-world {
		height: 500px;
	}
	.fwbiaodan .content {
		flex-direction: column;
	}
	.dots {
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	.home-banner {
		margin-top: 70px;
		height: 40vh;
	}
	.home-banner .content {
		padding: 8%;
	}
	.home-banner .text h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.home-banner .text .p {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.home-banner .text ul p {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.home-banner .banner-nav {
		display: none;
	}
	.customer-choice .title {
		font-size: 26px;
	}
	.customer-choice .desc {
		line-height: 1.7;
		font-size: 14px;
	}
	.customer-choice .map-wrap {
		margin-bottom: 0;
	}
	.customer-choice .stats {
		position: relative;
		width: 100%;
		margin-bottom: 40px;
	}
	.customer-choice .number {
		font-size: 32px;
	}
	.customer-choice .number em {
		font-size: 24px;
	}
	.customer-choice .stats {
		gap: 20px;
		width: 93%;
		margin: 0 auto 40px auto;
	}
	.customer-choice .stat-item {
		width: calc((100% - 30px) / 2);
	}
	.swiper-fade .swiper-slide-active {
		display: flex;
		flex-direction: column;
	}
	.project-slider .bg {
		position: relative;
		overflow: hidden;
	}
	.project-slider .side-mask {
		width: 100%;
	}
	.project-slider .info {
		position: relative;
		width: 100%;
		padding: 30px 0 0 30px;
		left: 0;
		top: 0;
	}
	.project-slider .info h2 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.project-slider .line {
		margin-bottom: 15px;
	}
	.project-slider .info h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.project-slider .next-btn {
		position: relative;
		left: 30px;
		top: 0;
		margin: 30px 0;
	}
	.project-slider {
		height: auto;
	}
	.products .title {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.products .tabs {
		display: none;
	}
	.products .swiper-button-prev,
	.products .swiper-button-next {
		width: 40px;
		height: 40px;
	}
	.products .productSwiper .swiper-slide {
		width: 90%;
	}
	.products .info {
		width: calc(100% - 20px);
		left: 10px;
		bottom: 20px;
	}
	.products .title {
		margin-bottom: 12px;
	}
	.products .info p {
		display: none;
	}
	.products .info h3 {
		font-size: 18px;
		margin-bottom: 0;
		color: #fff;
	}
	.agent-banner {
		height: auto;
		padding: 40px 0;
	}
	.banner-content {
		position: relative;
		width: 93%;
		margin: 0 auto;
	}
	.banner-content h2 {
		font-size: 30px;
		text-align: center;
	}
	.footer-top .contact {
		width: 100%;
		max-width: 100%;
	}
	.footer-bottom {
		font-size: 14px;
	}
	.FlexC {
		gap: 5px;
	}
	.FlexC img {
		width: 30px;
		height: 30px;
	}
	.canshu {
		padding: 25px;
		margin: 40px auto;
	}
	.chukouanli {
		padding: 25px;
		margin: 40px auto;
	}
	.chukouanli .biaoti {
		font-size: 22px;
	}
	.chukouanli .overlay {
		display: none;
	}
	.chukouanli .slider {
		height: 300px
	}
	.chukouanli .bg-img {
		height: 300px
	}
	.chukouanli .content {
		top: auto;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .5);
		width: 100%;
		padding: 10px;
	}
	.chukouanli .content ul {
		display: none;
	}
	.chukouanli .content h2 {
		font-size: 16px;
		text-align: center;
		margin-bottom: 0;
	}
	.chanpinfuwu .section1 {
		padding: 25px;
	}
	.chanpinfuwu .title {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.chanpinfuwu .feature-grid {
		display: flex;
		flex-direction: column;
		margin-bottom: 20px;
	}
	.chanpinfuwu .feature-item h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.cankaozhinan .wrapper {
		padding: 25px;
		margin: 40px auto;
	}
	.chanpinfuwu {
		margin: 40px 0;
	}
	.cankaozhinan .title {
		font-size: 22px;
	}
	.cankaozhinan .accordion-header {
		padding: 0 15px;
	}
	.cankaozhinan .accordion-title {
		font-size: 15px;
		max-width: 90%;
	}
	.cankaozhinan .accordion-inner {
		padding: 15px
	}
	.jiage {
		margin: 40px auto;
		padding: 25px;
	}
	.jiage .main-title {
		font-size: 22px;
	}
	.jiage .info-box {
		width: 100%;
		padding: 20px;
	}
	.jiage .info-box h2 {
		width: 75%;
	}
	.jiage .info-box .img {
		right: 20px;
		top: 15px;
		width: 60px;
		height: 60px;
	}
	.zhuanli {
		padding: 20px;
		margin: 40px auto;
	}
	.zhuanli .section-title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.zhuanli .section-desc {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.canshu .intro {
		font-size: 14px;
	}
	.chukouanli .jianjie {
		font-size: 14px;
	}
	.chanpinfuwu .feature-item {
		padding: 20px;
		min-height: auto;
	}
	.cankaozhinan .note {
		margin-top: 20px;
		line-height: 25px;
	}
	.jiage .info-box ul {
		font-size: 14px;
	}
	.zhuanli .feature-grid-bottom {
		display: flex;
		flex-wrap: wrap;
	}
	.zhuanli .feature-card {
		width: 100%;
		padding: 20px;
	}
	.zhuanli .icon {
		margin-bottom: 10px;
	}
	.jjchanpin .header11 {
		padding: 40px 0 0 0;
	}
	.jjchanpin .header11 h1 {
		font-size: 25px;
	}
	.jjchanpin .header11 p {
		font-size: 14px;
	}
	.jjchanpin .type-list {
		gap: 10px;
		margin: 30px 0;
		flex-wrap: wrap;
	}
	.jjchanpin .type-item {
		width: calc((100% - 10px) / 2);
		flex: auto;
	}
	.jjchanpin .type-item h3 {
		margin-top: 10px;
		font-size: 18px;
	}
	.jjchanpin .arrow {
		margin: 10px auto 8px auto;
		width: 20px;
	}
	.jjchanpin .product-box {
		flex-direction: column;
	}
	.jjchanpin .product-image {
		width: 100%;
	}
	.jjchanpin .product-content {
		width: 100%;
		padding: 25px;
	}
	.jjchanpin .product-content h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.jjchanpin .info-row {
		margin-bottom: 0;
		font-size: 15px;
	}
	.jjchanpin .btn {
		display: none;
	}
	.guodu p {
		font-size: 25px;
		margin: 40px auto 15px auto;
	}
	.jjchanpin .product-section {
		margin-bottom: 40px;
	}
	.yyly {
		margin: 40px auto;
	}
	.yyly .title {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.yyly .cards {
		gap: 15px;
		height: auto;
		flex-direction: column;
		flex: 5;
	}
	.yyly .content {
		position: relative;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 15px;
		background: #666666;
	}
	.yyly .card:not(.active) .content {
		left: 0;
		bottom: 0;
	}
	.yyly .content h3 {
		font-size: 18px;
		margin-bottom: 0;
	}
	.yyly .content p {
		margin-top: 10px;
		font-size: 14px;
	}
	.qqxm .title {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.qqxm .project-item {
		margin-bottom: 30px;
		flex-direction: column;
	}
	.qqxm .project-gallery {
		width: 100%;
		padding-bottom: 15px;
		padding-right: 0;
	}
	.qqxm .big-image {
		height: auto;
	}
	.qqxm .thumb {
		height: 50px;
		padding: 3px;
	}
	.qqxm .project-info {
		padding: 20px;
	}
	.qqxm .project-info h2 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.qqxm .project-info p {
		line-height: 1.7;
		margin-top: 5px;
		font-size: 14px;
	}
	.wmfuwu.service-section {
		padding: 40px 0;
	}
	.wmfuwu .title {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.wmfuwu .service-item {
		width: 50%;
		padding: 15px;
		gap: 10px;
	}
	.wmfuwu .icon {
		height: auto;
		width: 22px;
	}
	.wmfuwu .text {
		font-size: 15px;
	}
	.wmfuwu .service-item:nth-child(3n) {
		border-right: 1px solid rgba(255, 255, 255, .15);
	}
	.wmfuwu .service-item:nth-last-child(-n+3) {
		border-bottom: 1px solid rgba(255, 255, 255, .15);
	}
	.xgshebei {
		padding: 40px 0;
	}
	.xgshebei .title {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.xgshebei .equipment-list {
		flex-direction: column;
		gap: 25px;
	}
	.xgshebei .equipment-item {
		width: 100%
	}
	.jjbiaodan .img123 {
		height: 150px;
		object-fit: cover;
	}
	.jjbiaodan .w86 {
		margin-top: -80px;
		padding: 20px;
	}
	.jjbiaodan .contact-banner {
		padding: 20px;
		margin-bottom: 25px;
	}
	.jjbiaodan .contact-banner h2 {
		font-size: 25px;
	}
	.jjbiaodan .contact-banner p {
		font-size: 14px;
		text-align: center;
	}
	.jjbiaodan .form-row {
		flex-direction: column;
	}
	.jjbiaodan .form-box input,
	.jjbiaodan .form-box select,
	.jjbiaodan .form-box textarea {
		padding: 15px;
	}
	.jjbiaodan .submit-btn {
		width: 200px;
		height: 50px;
		font-size: 15px;
	}
	.jiaru .banner-title {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.jiaru .banner-desc {
		font-size: 14px;
	}
	.why {
		margin: 40px auto;
	}
	.why .section-title {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.why .section-desc {
		font-size: 14px;
	}
	.why .card-wrapper {
		gap: 20px;
		flex-direction: column;
	}
	.why .card {
		width: 100%;
	}
	.why .card-content {
		margin: -120px auto 0;
		padding: 25px;
		width: 93%;
	}
	.biaozhun {
		margin: 40px auto;
	}
	.biaozhun .title {
		font-size: 25px;
	}
	.biaozhun .desc {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.biaozhun .table-wrap {
		width: 100%;
		overflow-x: auto;
	}
	.huoban .steps {
		flex-wrap: wrap;
	}
	.joinly .form-grid {
		display: flex;
		flex-direction: column;
	}
	.biaozhun .join-table {
		width: 200%;
	}
	.huoban {
		padding: 50px 0;
	}
	.huoban .steps {
		background: none;
	}
	.huoban .title {
		font-size: 25px;
		margin-bottom: 25px;
		padding: 0 3.5%;
	}
	.huoban .step {
		padding: 40px 30px;
		width: 100%;
		flex: auto;
		margin-bottom: 5px;
		background-color: #fff;
	}
	.huoban .btn-wrap {
		display: none;
	}
	.zengjai {
		margin: 40px auto;
	}
	.zengjai .biaoti {
		font-size: 25px;
		line-height: 1.5;
	}
	.zengjai .miaoshu {
		font-size: 14px;
	}
	.joinly img {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}
	.joinly .form-wrap {
		margin: -80px auto 80px;
		background: #fff;
		padding: 20px;
	}
	.joinly .title {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.lianxiwm .hero-content {
		width: 93%;
		margin: -60px auto 0 auto;
	}
	.lianxiwm .hero h1 {
		font-size: 36px;
		margin-bottom: 15px;
	}
	.lianxiwm .hero p {
		font-size: 22px;
		opacity: 0.9;
	}
	.lianxiwm .form-box {
		border-radius: 20px;
		padding: 30px 20px;
	}
	.lianxiwm .form-title {
		font-size: 25px;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	.lianxiwm .form-row {
		flex-direction: column;
	}
	.lianxiwm .form-row input,
	.lianxiwm .form-row select {
		padding: 15px;
	}
	.lianxiwm .contact-info {
		margin-top: 70px;
		gap: 30px;
		flex-direction: column;
	}
	.lianxiwm .info-item:not(:last-child)::after {
		display: none;
	}
	.lianxiwm .info-icon {
		width: 70px;
		height: 70px;
		padding: 15px;
		margin: 0 auto 15px;
	}
	.lianxiwm .info-item p {
		line-height: 28px;
		font-size: 16px;
	}
	.lianxiwm .response-section {
		padding: 40px 0;
	}
	.lianxiwm .response-box {
		width: 100%;
		height: auto;
		background-size: 100% 200px;
		background-repeat: no-repeat;
	}
	.lianxiwm .tabs {
		position: relative;
		left: 0;
		bottom: 0;
		width: 100%;
		margin-top: 200px;
		display: flex;
		flex-wrap: wrap;
	}
	.lianxiwm .response-title {
		position: absolute;
		left: 5%;
		top: 8%;
		color: #fff;
		font-size: 25px;
		font-weight: 700;
		line-height: 1.2;
	}
	.lianxiwm .tab {
		background: #666;
		padding: 10px;
		min-width: 50%;
		min-height: 100px;
	}
	.lianxiwm .response-title {
		left: 20px;
		top: 20px;
	}
	.lianxiwm .tab h3 {
		font-size: 25px;
		margin-bottom: 5px;
	}
	.lianxiwm .world-title {
		font-size: 25px;
	}
	.fwbanner .banner {
		height: 50vh;
		min-height: auto;
	}
	.fwbanner .banner-title {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.fwbanner .banner-inner {
		margin-top: -50px;
	}
	.fwbanner .banner-subtitle {
		font-size: 22px;
	}
	.fangan {
		margin: 40px 0;
	}
	.fangan .section-title h2 {
		font-size: 25px;
	}
	.fangan .section-title p {
		line-height: 1.7;
		font-size: 14px;
	}
	.fangan .service-wrap {
		margin-top: 40px;
		flex-direction: column;
	}
	.shouqian {
		margin: 40px auto;
	}
	.shouqian .banner {
		height: 400px;
	}
	.shouqian .banner-content h1 {
		font-size: 32px;
		margin-bottom: 0;
	}
	.shouqian .banner-content p {
		font-size: 17px;
		font-weight: 400;
	}
	.shouqian .service-box {
		width: 100%;
		max-width: 100%;
		min-height: auto;
		padding: 20px;
	}
	.shouqian .service-section {
		padding: 30px;
		gap: 30px;
		flex-direction: column;
	}
	.shouqian .service-box h2 {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.shouqian .service-box p {
		font-size: 14px;
		line-height: 2;
	}
	.shouzhong {
		min-height: auto;
		padding: 50px 0;
	}
	.shouzhong .section-header h2 {
		font-size: 25px;
		margin-bottom: 10px;
	}
	.shouzhong .section-header p {
		font-size: 16px;
		line-height: 1.8;
	}
	.shouzhong .card-wrap {
		margin-top: 30px;
		gap: 30px;
		flex-direction: column;
	}
	.shouzhong .service-card {
		padding: 30px 25px 60px 25px;
		border-radius: 0 50px 0 50px;
	}
	.shouhou {
		margin: 40px auto;
	}
	.shouhou .service-section {
		padding: 30px;
	}
	.shouhou .title {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.shouhou .subtitle {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.shouhou .divider {
		margin-bottom: 30px;
	}
	.shouhou .desc {
		font-size: 15px;
	}
	.shouhoulb .tabs {
		display: none;
	}
	.shouhoulb .slide p {
		font-size: 15px;
	}
	.shouhoulb .slider-box {
		min-height: 400px;
		margin: 40px auto;
	}
	.shouhoulb .next {
		right: 0;
	}
	.shouhoulb .prev {
		left: 0;
	}
	.shouhoulb .arrow {
		position: absolute;
		width: 50px;
		height: 50px;
		font-size: 20px;
		top: 70%;
	}
	.shouhoulb .slide .img112 {
		width: 60%;
		padding: 10px;
		margin-top: 20px;
	}
	.fujiewei .title {
		font-size: 18px;
		line-height: 1.6;
	}
	.fujiewei .desc {
		margin-top: 20px;
		font-size: 16px;
	}
	.fujiewei .section-world {
		height: auto;
		padding: 40px 0;
	}
	.fwbiaodan {
		padding:
			40px 0;
	}
	.fwbiaodan .title {
		font-size: 25px;
		margin-bottom: 25px;
	}
	.fwbiaodan .left {
		padding-top: 0;
	}
	.fwbiaodan .process-title,
	.fwbiaodan .process {
		display: none;
	}
	.fwbiaodan .form-group,
	.fwbiaodan .textarea-wrap {
		flex-wrap: wrap;
	}
	.fwbiaodan textarea {
    width: 100%;
	flex: auto;
}
.fwbiaodan .content {
    gap: 10px;
}
}