@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .4s ease;
}

body {
	margin: 0 auto;
	font-family: Monda-Regular, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	color: #666666;
	background-color: #fff;
}

ul {
	list-style: none;
}

html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #0067b8 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #015299;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Monda-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}


.safeRange {
	max-width: 1400px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1560px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}

	.topRange {
		margin-top: 80px !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}

	.topRange {
		margin-top: 60px !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}

	.topRange {
		margin-top: 50px !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}

	.topRange {
		margin-top: 40px !important;
	}
}




@media screen and (max-width:1560px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 48px !important;
	}

	.standardTxt .title2 {
		font-size: 30px !important;
		line-height: 42px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 30px !important;
		line-height: 42px !important;
	}

	.standardTxt .title2 {
		font-size: 26px !important;
		line-height: 38px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 26px !important;
		line-height: 38px !important;
	}

	.standardTxt .title2 {
		font-size: 22px !important;
		line-height: 34px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
		line-height: 34px !important;
	}

	.standardTxt .title2 {
		font-size: 20px !important;
		line-height: 32px !important;
	}
}








.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #165130;
		right: 2.5%;
		top: 24px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(22, 81, 48, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	header .xnav .topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Monda-Regular, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: 4px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allnav */


nav {
	height: 130px;
	background-color: #ffffff;
	position: relative;
}


nav .nTop {
	height: 50px;
	background-color: #165130;
}


nav .nTop>div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


nav .nMsg {
	display: flex;
	align-items: center;
}


nav .nMsg .item {
	display: flex;
	align-items: center;
	margin-right: 50px;
}


nav .nMsg .item:last-child {
	margin-right: 0;
}


nav .nMsg i {
	font-size: 20px;
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 16px;
}


nav .nMsg .num {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}


nav .nMsg a.num:hover {
	color: #BDCA2A;
}


nav .nMsg .num span {
	display: inline-block;
	direction: ltr;
}


nav .nMsg .email .num {
	word-break: break-all;
}


nav .nTop .btns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

nav .search {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 99999999;
	flex-shrink: 0;
	margin-right: 59px;
}


nav .search form {
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	z-index: 99;
	background-color: transparent;
	width: 0;
	width: 250px;
	overflow: hidden;
	border-bottom: 1px solid #7C9888;
}


nav .search form>input {
	padding: 0 0px;
}


nav .search form input {
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: transparent;
}

nav .search form input::-webkit-input-placeholder {
	color: #7C9888;
}

nav .search form input:-moz-placeholder {
	color: #7C9888;
}

nav .search form input::-moz-placeholder {
	color: #7C9888;
}

nav .search form input:-ms-input-placeholder {
	color: #7C9888;
}


nav .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 28px;
	width: 20px;
	margin-right: 0px;
	margin-left: 10px;
}



nav .search form .subBtn i {
	color: #7C9888;
	font-weight: bold;
	font-size: 14px;

}


nav .search form .subBtn:hover i {
	color: #BDCA2A;
}




nav .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}



nav .language {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}



nav .lanBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
	color: #ffffff;
}


nav .lanBtn:hover span {
	color: #BDCA2A;
}


nav .lanBtn span {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin: 0px 7px 0 11px;
}

nav .lanBtn i {
	color: #ffffff;
}

nav .lanBtn:hover i {
	color: #BDCA2A;
}

nav .lanBtn i.icon-right7 {
	font-size: 8px;
	transform: rotate(90deg);
	font-weight: bold;
}


nav .language .lanBtn.active i.icon-right7 {
	transform: rotate(-90deg);
}

nav .lanBtn i.icon-yuyan {
	font-size: 26px;
}


nav .language {
	z-index: 9999999999;
}

nav .language ul {
	position: absolute;
	top: 100%;
	background-color: #ffffff;
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	z-index: 99;
	overflow: hidden;
	padding: 20px 0;
}


nav .language ul li {
	margin-bottom: 10px;
}

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

nav .language ul a {
	padding: 0px 20px;
	font-size: 18px;
	line-height: 30px;
	color: #333;
}


nav .language ul a:hover {
	color: #165130;
}


nav.active .nBottom {
	position: fixed;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}


nav .nBottom {
	height: 80px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	z-index: 9999;
}


html {
	scroll-padding-top: 80px;
}



nav .nBottom>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}



nav .logo {
	width: 217px;
	flex-shrink: 0;
}


nav .logo:hover img {
	transform: none;
}



nav .navList {
	display: flex;
	align-items: center;
	height: 100%;
}


nav .navList>ul {
	display: flex;
	align-items: center;
}


nav .navList>ul>li {
	margin-right: 58.5px;
	position: relative;
}


nav .navList>ul>li:last-child {
	margin: 0;
}


nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	color: #666;
	position: relative;
}

nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	bottom: 0;
	transition: .4s ease all;
	height: 3px;
	background: linear-gradient(90deg, #DBDF00 0%, #00562E 100%);
}


nav .navList>ul>li.active>a:after,
nav .navList>ul>li:hover>a:after {
	width: 60px;
}

nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #165130;
}




/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	width: 310px;
	box-shadow: 0 5px 15px 0 rgba(109, 102, 88, 0.15);
	display: none;
	transition: none;
	padding: 24px 0;
}

.moreList ul {
	left: 100%;
	top: -20px;
}

.moreList {
	top: calc(100% + 28px);
	left: 50%;
	transform: translateX(-50%);
}

.moreList::after {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0;
	top: -30px;
	width: 100%;
	height: 100%;
}

.moreList li {
	position: relative;
	margin-bottom: 12px;
}

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

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

.moreList a {
	padding: 0px 23px;
	font-size: 18px;
	line-height: 30px;
	color: #333;
}


.moreList a:hover {
	color: #165130;
}


header .xnav ul.topnav li.email,
header .xnav ul.topnav li.phone {
	display: flex;
	align-items: center;
}

header .xnav ul.topnav li.email {
	margin-bottom: 5px;
	margin-top: 10px;
}

header .xnav ul.topnav li.email a,
header .xnav ul.topnav li.phone a,
header .xnav ul.topnav li.email p,
header .xnav ul.topnav li.phone p,
header .xnav ul.topnav li.email i,
header .xnav ul.topnav li.phone i {
	color: #ffffff;
}

header .xnav ul.topnav li.email i,
header .xnav ul.topnav li.phone i {
	flex-shrink: 0;
	margin-right: 10px;
	font-size: 16px;
}

header .xnav ul.topnav li.email p,
header .xnav ul.topnav li.phone p {
	font-size: 14px;
	line-height: 24px;
}

header .xnav ul.topnav li.phone span,
header .xnav ul.topnav li.email span {
	margin: 0;
	padding: 0;
	position: static;
	width: auto;
	border-radius: 0;
	background-color: transparent;
	display: inline-block;
	direction: ltr;
	height: auto;
}

header .xnav ul.topnav li.phone span::after,
header .xnav ul.topnav li.email span::after,
header .xnav .msg .item span::after,
header .xnav .msg .item span::before {
	display: none;
}


@media screen and (max-width:1560px) {
	nav .navList>ul>li {
		margin-right: 46px;
	}

	nav .navList>ul>li.active>a:after,
	nav .navList>ul>li:hover>a:after {
		width: 50px;
	}

	nav .logo {
		width: 200px;
	}

	nav .nTop {
		height: 40px;
	}

	nav .search form {
		height: 34px;
	}

	nav .search form .subBtn {
		width: 30px;
		height: 30px;
	}

	nav {
		height: 120px;
	}

	.moreList::after {
		top: -14px;
	}

	.moreList {
		top: calc(100% + 10px);
	}

	.moreList,
	.moreList ul {
		padding: 20px 0;
	}

	.moreList,
	.moreList ul {
		width: 290px;
		padding: 20px 0;
	}

	.moreList ul {
		top: -20px;
	}

	.moreList li {
		margin-bottom: 10px;
	}

}

@media screen and (max-width:1333px) {
	nav .navList>ul>li {
		margin-right: 36px;
	}

	nav .logo {
		width: 180px;
	}
}

@media screen and (max-width:1200px) {
	nav .navList>ul>li {
		margin-right: 24px;
	}

	nav .logo {
		width: 150px;
	}

	nav .navList>ul>li>a {
		font-size: 16px;
	}

	nav .navList>ul>li>a::after {
		height: 2px;
	}

	nav .navList>ul>li.active>a:after,
	nav .navList>ul>li:hover>a:after {
		width: 46px;
	}

	nav .nMsg .num {
		font-size: 14px;
		line-height: 26px;
	}

	nav .nMsg i {
		font-size: 18px;
		margin-right: 10px;
	}

	nav .nMsg .item {
		margin-right: 30px;
	}

	nav .lanBtn span {
		font-size: 14px;
		line-height: 24px;
		margin: 0 5px;
	}

	nav .lanBtn i.icon-yuyan {
		font-size: 20px;
	}

	nav .search {
		margin-right: 40px;
	}

	nav .search form {
		width: 200px;
	}

	.moreList a {
		font-size: 16px;
		line-height: 28px;
	}

	nav .language ul a {
		font-size: 14px;
		line-height: 26px;
		padding: 0 14px;
	}

	nav .language ul {
		padding: 14px 0;
	}
}

@media screen and (max-width:999px) {
	nav .navList>ul {
		display: none;
	}

	nav .nMsg,
	nav .search {
		display: none;
	}

	nav .nTop {
		height: 0;
	}

	nav,
	nav .nBottom,
	.bannerRange {
		height: 60px;
	}

	nav {
		position: fixed;
		z-index: 9999;
		width: 100%;
		top: 0;
		z-index: 999999;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav .language {
		position: absolute;
		right: 80px;
		height: 60px;
		top: 0;
		margin-right: 60px;
	}

	nav .language .lanBtn,
	nav .language .lanBtn i,
	nav .language .lanBtn span {
		color: #666;
	}

	header .xnav .nav {
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
	}
}

@media screen and (max-width:768px) {
	header .xnav .nav {
		top: 25px;
		right: 25px;
	}

	nav .language {
		right: 25px;
	}

	nav,
	nav .nBottom,
	.bannerRange {
		height: 50px;
	}

	html {
		scroll-padding-top: 50px;
	}

	nav .language {
		height: 50px;
	}

	nav .logo {
		width: 140px;
	}

}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}

	nav .language {
		right: 15px;
		margin-right: 55px;
	}

	nav .logo {
		width: 130px;
	}
}




/*  animation*/

.animationItem,
.animation {
	opacity: 0;
	transition: 1s ease all;
}


.fadeUp {
	transform: translateY(50px);
}


.fadeRight {
	transform: translateX(50px);
}


.fadeLeft {
	transform: translateX(-50px);
}

.animationActive {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}

@media screen and (max-width:999px) {

	.animationItem,
	.animation {
		opacity: 1;
		transform: translate(0, 0) scale(1);
		transition: .4s ease all;
	}

}


/* indexbanner */


.indexBanner {
	position: relative;
	transition: none;
	padding-bottom: 41.66%;
}


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


.indexBanner * {
	transition: none;
}


.indexBanner a:hover img {
	transform: scale(1);
}


.indexBanner .swiper-slide {
	position: relative;
}

.indexBanner .swiper-slide .image {
	height: 100%;
	width: 100%;
	overflow: hidden;
}


.indexBanner .swiper-slide .image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.indexBanner .swiper-slide video,
.indexBanner .swiper-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.indexBanner img {
	display: block;
}

.indexBanner .prev,
.indexBanner .next {
	width: 69px;
	height: 69px;
	border: 0px;
	font-size: 0px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50.8%;
	z-index: 999;
	transform: translateY(-50%);
	border-radius: 5px;
	background-color: transparent;
	color: #ffffff;
	transition: .4s ease all;
	font-size: 24px !important;
	z-index: 9;
	border: 2px solid #ffffff;
	opacity: .5;
}

.indexBanner .prev {
	left: 20px;
}

.indexBanner .next {
	right: 20px;
}


.indexBanner .prev:hover,
.indexBanner .next:hover {
	opacity: 1;
}



.indexBanner .signs {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}



.indexBanner .swiper-pagination {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}


.indexBanner .swiper-pagination span {
	cursor: pointer;
	background-color: rgba(255, 255, 255, .5);
	font-size: 0px;
	margin: 5px 5px !important;
	border: none;
	outline: none;
	width: 15px;
	height: 4px;
	border-radius: 0;
	transition: .4s ease all;
	opacity: 1;
	position: relative;
}

.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	width: 29px;
	background-color: #ffffff;
}

.banner1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	padding-bottom: 45px;
	z-index: 9;
	align-items: center;
	padding-bottom: 126px;

}

.banner1 .msg {
	width: 56.8%;
}

.banner1 .box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.banner1 .title {
	font-size: 40px;
	line-height: 60px;
	transition: .4s ease all;
}

.banner1 a.title:hover {
	color: #BDCA2A;
}

.banner1 .txts {
	margin-top: 24px;
	max-width: 484px;
}

.banner1 .txts p {
	color: #ffffff;
}

.banner1 .btn {
	border-radius: 5px;
	padding: 10px 30px 10px;
	background-color: #ffffff;
	color: #333;
	font-size: 16px;
	line-height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	max-width: 100%;
}


.banner1 .btn:hover {
	background-color: #BDCA2A;
	color: #ffffff;
}

.banner1 .btn {
	margin-top: 48px;
	transition: .4s ease all;
}

.banner1 .btn:hover {
	border-color: #ffffff;
}

.banner1 .show {
	margin-top: 33px;
}

.banner1 .show img {
	display: block;
}


@media screen and (max-width:1800px) {

	.indexBanner .prev,
	.indexBanner .next {
		width: 42px;
		height: 42px;
		font-size: 16px !important;
	}

	.indexBanner .prev {
		left: 20px;
	}

	.indexBanner .next {
		right: 20px;
	}

	.banner1 {
		padding-bottom: 50px;
	}
}

@media screen and (max-width:1560px) {
	.banner1 .title {
		font-size: 36px;
		line-height: 48px;
	}

	.banner1 .txts {
		margin-top: 30px;
	}

	.banner1 .btn {
		padding: 6px 20px;
		margin-top: 40px;
	}

	.banner1 {
		padding-bottom: 30px;
	}
	
	.indexBanner .prev {
    	left: 16px;
    }

    .indexBanner .next {
    	right: 16px;
    }


}

@media screen and (max-width:1333px) {
	.banner1 .title {
		font-size: 30px;
		line-height: 42px;
	}

	.banner1 .btn {
		margin-top: 20px;
	}

	.indexBanner .prev,
	.indexBanner .next {
		width: 38px;
		height: 38px;
		font-size: 14px !important;
	}

	.banner1 .txts {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {

	.indexBanner .prev,
	.indexBanner .next {
		display: none;
	}

	.banner1 .title {
		font-size: 26px;
		line-height: 38px;
	}

	.banner1 .btn {
		padding: 4px 14px;
		margin-top: 20px;
	}

	.banner1 .msg {
		width: 86%;
	}

	.indexBanner .signs {
		bottom: 20px;
	}

	.banner1 {
		padding-bottom: 10px;
	}

	.indexBanner .signs {
		bottom: 16px;
	}

	.banner1 .txts {
		margin-top: 16px;
	}
}

@media screen and (max-width:768px) {
	.banner1 .title {
		font-size: 24px;
		line-height: 36px;
	}
}

@media screen and (max-width:750px) {
	.banner1 {
		display: none;
	}

	.indexBanner {
		padding-bottom: 80%;
	}
}


/* public */

.title1 {
	color: #333;
	font-family: Monda-Bold;
	font-size: 40px;
	line-height: 60px;
	position: relative;
	padding-left: 48px;
}

.title1::after {
	content: "";
	position: absolute;
	width: 28px;
	height: 30px;
	background-image: url("../images/titSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	left: 0;
	top: 15px;
}



a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #165130;
}

.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
}


.iTit .title1 {
	text-align: center;
	padding: 0;
}

.iTit .title1::after {
	left: -48px;
	top: 50%;
	transform: translateY(-50%);
}

.iTit .title1::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 30px;
	background-image: url("../images/titSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%) rotateY(180deg);
	right: -48px;
}


.txtCenter,
.txtCenter p {
	text-align: center;
}

.whiteColor {
	color: #ffffff;
}

.defaultColor {
	color: #333;
}

a.defaultColor:hover {
	color: #165130;
}

.themeColor {
	color: #165130;
}

.fontBold {
	font-family: Monda-Bold;
}

.fontsBold {
	font-family: Monda-SemiBold;
}

.fontsRegular {
	font-family: Monda-Regular;
}


.font16 {
	font-size: 16px;
	line-height: 28px;
}


.standardEdit p {
	font-size: 16px;
	line-height: 28px;
}

.lrTit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.imgBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.imgBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.sBtns {
	display: flex;
	align-items: center;
}

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50.5px;
	height: 50px;
	font-size: 18px;
	border: 2px solid #7C9888;
	cursor: pointer;
	border-radius: 5px;
	color: #7C9888;
	font-weight: bold;
	overflow: hidden;
	background-color: transparent;
}

.sBtns>div.prev {
	margin-right: 20px;
}

.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}

.sBtns>div:hover {
	border-color: #165130;
	color: #165130;
}

.swiperBox {
	position: relative;
}

.swiperBox .swiper {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.swiperBox .sBtns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.swiperBox .sBtns>div.prev {
	left: -126px;
	margin-right: 0;
}


.swiperBox .sBtns>div.next {
	right: -126px;
}


/* indexM1-1 */

.logisticsPiece {
	padding: 100px 0 100px 0;
	position: relative;
	overflow: hidden;
}

.realTimeData .list {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	flex-wrap: wrap;
}

.radio10 {
	border-radius: 10px;
	overflow: hidden;
}

.font20 {
	font-size: 20px;
	line-height: 30px;
}

.realTimeData .list .item {
	display: flex;
	justify-content: space-between;
	background: #FFF;
	box-shadow: 0 4px 40px 0 rgba(43, 89, 255, 0.08);
	padding: 34px 50px 35px 48px;
	width: 48.57%;
	align-items: center;
	margin-top: 30px;
}

.realTimeData .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.realTimeData .list .msg {
	flex: 1;
	padding-bottom: 8px;
}


.realTimeData .list .image {
	flex-shrink: 0;
	width: 196px;
	margin-left: 26px;
}

.realTimeData .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.realTimeData .list .tit {
	display: flex;
	align-items: flex-start;
}


.realTimeData .list .sign {
	flex-shrink: 0;
	margin-right: 20px;
	width: 67px;
	height: 67px;
	border-radius: 50%;
	background-color: rgba(219, 223, 0, 0.10);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(-18px);
}

.realTimeData .list .sign img {
	width: 32px;
}

.realTimeData .list .num {
	color: #165130;
	font-size: 50px;
	line-height: 50px;
	margin-top: 10px;
}


.logistics {
	margin-top: 80px;
}


.logistics .swiper {
	margin-top: 50px;
}

.logistics .swiper .item {
	position: relative;
	margin-top: 40px;
}

.logistics .swiper .item:nth-child(1) {
	margin-top: 0;
}


.logistics .image {
	overflow: hidden;
}


.logistics .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.logistics .msg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	padding: 9px 20px;
	height: 50%;
	background: linear-gradient(180deg, rgba(0, 38, 60, 0.00) 0%, rgba(0, 38, 60, 0.50) 100%);
	pointer-events: none;
	justify-content: center;
}


.logistics .msg .tit {
	height: 60px;
	display: flex;
	justify-content: center;
}

.logistics .msg .tit a {
	pointer-events: all;
}


.logistics .msg .tit a:hover {
	color: #BDCA2A;
}


@media screen and (max-width:1560px) {
	.radio10 {
		border-radius: 5px;
	}

	.realTimeData .list .item {
		padding: 30px 20px;
	}

	.realTimeData .list .num {
		font-size: 40px;
		line-height: 40px;
	}

	.realTimeData .list .sign {
		width: 56px;
		height: 56px;
		transform: translateY(-12px);
	}

	.realTimeData .list .sign img {
		width: 26px;
	}

	.font20 {
		font-size: 18px;
		line-height: 28px;
	}

	.realTimeData .list .image {
		width: 180px;
	}

	.sBtns>div {
		width: 44px;
		height: 44px;
		font-size: 16px;
	}

	.title1::after {
		top: 11px;
	}

	.logistics .swiper .item {
		margin-top: 30px;
	}

	.realTimeData .list .msg {
		padding-bottom: 0;
	}
}

@media screen and (max-width:1333px) {
	.realTimeData .list .num {
		font-size: 30px;
		line-height: 30px;
	}

	.realTimeData .list .tit {
		flex-direction: column;
		align-items: flex-start;
	}

	.realTimeData .list .sign {
		transform: translateY(0);
		margin-right: 0;
		margin-bottom: 10px;
	}

	.realTimeData .list .image {
		width: 160px;
	}

	.iTit .title1::before,
	.iTit .title1::after,
	.title1::after {
		width: 20px;
		height: 24px;
	}

	.title1 {
		padding-left: 40px;
	}

	.title1::after {
		top: 10px;
	}

	.sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.logistics .swiper {
		margin-top: 40px;
	}

	.logistics .swiper .item {
		margin-top: 20px;
	}

}

@media screen and (max-width:999px) {
	.font20 {
		font-size: 16px;
		line-height: 28px;
	}

	.realTimeData .list {
		margin-top: 30px;
	}

	.realTimeData .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.realTimeData .list .msg {
		flex: none;
		width: 100%;
	}

	.realTimeData .list .image {
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
	}

	.realTimeData .list .num {
		font-size: 26px;
		line-height: 26px;
	}

	.logistics .swiper {
		margin-top: 30px;
	}

	.sBtns>div {
		width: 36px;
		height: 36px;
		font-size: 12px;
	}
}

@media screen and (max-width:768px) {
	.realTimeData .list .num {
		font-size: 24px;
		line-height: 24px;
	}

	.iTit .title1::before,
	.iTit .title1::after,
	.title1::after {
		width: 16px;
		height: 20px;
	}

	.title1::after {
		top: 8px;
	}

	.realTimeData .list .sign {
		width: 50px;
		height: 50px;
	}

	.realTimeData .list .sign img {
		width: 24px;
	}
}

@media screen and (max-width:538px) {
	.realTimeData .list .item {
		padding: 30px 15px;
	}

	.logistics .msg {
		padding: 10px 15px;
	}
}


@media screen and (max-width:450px) {
	.realTimeData .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.realTimeData .list .item:nth-child(1) {
		margin-top: 0;
	}

	.lrTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.lrTit .sBtns>div {
		margin-top: 20px;
	}
}



/* indexM2-1 */
.iAbout {
	overflow: hidden;
}

.iAbout .con {
	padding-left: calc((100% - 1400px)/ 2);
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	background-color: #165130;
}


.iAbout .show {
	display: block;
	width: 57.6%;
	overflow: hidden;
	position: relative;
}

.iAbout .show .image {
	width: 100%;
	height: 100%;
}

.iAbout .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}


.video .playBtn {
	width: 135px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video .playBtn img {
	display: block;
	width: 135px;
}



.video:hover .playBtn img {
	transform: scale(1.1);
}


.iAbout .msg {
	width: 38%;
	padding: 40px 0 85px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.iAbout .msg .title1 {
	color: #ffffff;
}

.iAbout .msg .title1:hover {
	color: #BDCA2A;
}

.iAbout .msg .title1::after {
	background-image: url("../images/titSign2.png");
}


.iAbout .msg .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	margin-top: 35px;
}



.iAbout .msg .txts p {
	color: #ffffff;
}


.cBtn {
	border-radius: 5px;
	padding: 10px 30px 10px;
	background-color: #ffffff;
	color: #333;
	font-size: 16px;
	line-height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	max-width: 100%;
	overflow: hidden;
}


.cBtn:hover {
	background-color: #BDCA2A;
	color: #ffffff;
}


.iAbout .cBtn {
	background-color: #BDCA2A;
	color: #ffffff;
}


.iAbout .cBtn:hover {
	background-color: #ffffff;
	color: #165130;
}


.iAbout .cBtn {
	margin-top: 78px;
}

.aboutNum {
	background: linear-gradient(90deg, #B7BA00 0%, #00562E 100%);
	padding: 37px 0 41px 0;
}

.aboutNum .numList {
	display: flex;
	flex-wrap: wrap;
}

.aboutNum .numList .item {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20px;
}

.aboutNum .numList .name {
	margin-top: 16px;
}

.aboutNum .numList .num {
	font-size: 50px;
	line-height: 50px;
}

@media screen and (max-width:1560px) {
	.iAbout .con {
		padding-left: 80px;
	}

	.cBtn {
		padding: 6px 20px;
	}

	.iAbout .cBtn {
		margin-top: 40px;
	}

	.iAbout .msg {
		padding: 80px 0;
	}

	.video .playBtn {
		width: 100px;
	}

	.aboutNum .numList .num {
		font-size: 40px;
		line-height: 40px;
	}

	.aboutNum {
		padding: 30px 0;
	}
}

@media screen and (max-width:1333px) {
	.iAbout .msg {
		padding: 60px 0;
	}

	.video .playBtn {
		width: 80px;
	}

	.aboutNum .numList .num {
		font-size: 34px;
		line-height: 34px;
	}
}

@media screen and (max-width:999px) {
	.iAbout .msg .txts {
		margin-top: 30px;
	}

	.cBtn {
		padding: 4px 14px;
		font-size: 14px;
		line-height: 26px;
	}

	.iAbout .cBtn {
		margin-top: 30px;
	}

	.video .playBtn {
		width: 70px;
	}

	.iAbout .msg {
		padding: 50px 0;
	}

	.aboutNum .numList .item:nth-child(n) {
		width: 50%;
		margin-top: 30px;
	}

	.aboutNum .numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.aboutNum .numList .num {
		font-size: 28px;
		line-height: 28px;
	}

	.font16 {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.iAbout .con {
		padding-left: 25px;
	}

	.iAbout .msg {
		padding: 40px 0;
	}

	.video .playBtn {
		width: 60px;
	}

	.aboutNum .numList .num {
		font-size: 24px;
		line-height: 24px;
	}
}

@media screen and (max-width:538px) {
	.iAbout .con {
		flex-direction: column;
		align-items: flex-start;
		padding-left: 0;
	}

	.iAbout .msg {
		width: 100%;
		padding: 40px 15px;
	}

	.iAbout .show {
		width: 100%;
	}

	.iAbout .msg .txts,
	.iAbout .cBtn {
		margin-top: 26px;
	}
}

@media screen and (max-width:450px) {
	.aboutNum .numList .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
		padding: 0;
	}

	.aboutNum .numList .item:nth-child(1) {
		margin-top: 0;
	}
}



/* indexM3-1 */



.projectCategory {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 95px;
}

.cBtn.linearBtn {
	position: relative;
	background-color: transparent;
	color: #ffffff;
}

.cBtn.linearBtn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .4s ease all;
	background: linear-gradient(90deg, #DBDF00 0%, #00562E 100%);
	z-index: -1;
}


.cBtn.linearBtn:hover {
	background-color: #165130;
}

.cBtn.linearBtn:hover::after {
	opacity: 0;
}


.projectCategory .dis {
	margin-top: 32px;
}


.font24 {
	font-size: 24px;
	line-height: 36px;
}


.projectCategory .tips {
	margin-top: 27px;
}


.projectCategory .dis .sBtns {
	flex-shrink: 0;
	margin-left: 15%;
}


.projectCategory .swiper {
	width: 52.7%;
	margin: 0 auto;
	margin-top: 54px;
	overflow: visible;
}


.projectCategory .swiper .swiper-slide {
	position: relative;
	overflow: hidden;
}

.projectCategory .image {
	overflow: hidden;
}

.projectCategory .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.projectCategory .msg {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 19px 20px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	pointer-events: none;
}

.projectCategory .msg .tit:hover {
	color: #BDCA2A;
}


.projectCategory .msg .tit {
	pointer-events: all;
}

@media screen and (max-width:1560px) {
	.projectCategory .dis {
		margin-top: 40px;
	}

	.font24 {
		font-size: 22px;
		line-height: 34px;
	}

	.projectCategory .tips {
		margin-top: 16px;
	}

	.projectCategory .swiper {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.font24 {
		font-size: 20px;
		line-height: 32px;
	}

	.projectCategory .swiper {
		margin-top: 40px;
		width: 64%;
	}

	.projectCategory .dis .sBtns {
		margin-left: 10%;
	}
}

@media screen and (max-width:999px) {
	.font24 {
		font-size: 18px;
		line-height: 30px;
	}

	.projectCategory .dis {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 30px;
	}

	.projectCategory .dis .sBtns {
		margin-left: 0;
	}

	.projectCategory .dis .sBtns>div {
		margin-top: 20px;
	}

	.projectCategory .swiper {
		margin-top: 30px;
		width: 80%;
	}

}

@media screen and (max-width:768px) {
	.projectCategory .swiper {
		width: 90%;
	}
}

@media screen and (max-width:538px) {
	.projectCategory .swiper {
		width: 100%;
	}
}


@media screen and (max-width:450px) {
	.lrTit .cBtn {
		margin-top: 20px;
	}
}



/* indexM4-1 */

.iPartners {
	margin-top: 95px;
	overflow: hidden;
}

.partners .title1 {
	text-align: center;
}

.partners .iTips {
	margin-top: 29px;
}


.partners .swiper {
	margin-top: 45px;
}


.partners .swiper-wrapper {
	pointer-events: none;
}

.partners .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	opacity: 0;
	transition: .4s ease opacity;
}

.partners .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}

.partners .swiper-slide .image {
	width: 19%;
	margin-right: 1%;
}

.partners .swiper {
	overflow: visible;
}

.partners .image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
}

.partners .image:nth-child(-n+5) {
	margin-top: 0;
}

.partners .swiper-slide .image:nth-child(5n),
.partners .swiper-slide .image:last-child {
	margin-right: 0;
}

.partners .signs {
	display: flex;
	align-items: center;
	margin-top: 51px;
}

.partners .signs .sBtns {
	flex-shrink: 0;
}

.partners .signs .swiper-pagination {
	width: 100%;
}

.partners .signs .swiper-pagination {
	position: static;
	width: 100%;
	height: 2px;
	background-color: #D9D9D9;
	margin-right: 36px;
}

.partners .signs .swiper-pagination-progressbar-fill {
	background-color: #DBDF00;
}

@media screen and (max-width:1560px) {
	.partners .swiper-slide .image {
		width: 18%;
		margin-right: 2%;
	}

	.partners .signs {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.partners .image {
		margin-top: 20px;
	}

	.partners .swiper {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.partners .swiper-slide .image:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.partners .swiper-slide .image:last-child,
	.partners .swiper-slide .image:nth-child(4n) {
		margin-right: 0;
	}

	.partners .swiper-slide .image:nth-child(-n+4) {
		margin-top: 0;
	}

	.partners .swiper {
		margin-top: 30px;
	}

	.partners .signs .swiper-pagination {
		margin-left: 30px;
	}
}

@media screen and (max-width:768px) {
	.partners .swiper-slide .image:nth-child(n) {
		width: 31%;
		margin-right: 3.5%;
		margin-top: 20px;
	}

	.partners .swiper-slide .image:last-child,
	.partners .swiper-slide .image:nth-child(3n) {
		margin-right: 0;
	}

	.partners .swiper-slide .image:nth-child(-n+3) {
		margin-top: 0;
	}

	.partners .signs .swiper-pagination {
		margin-left: 20px;
	}
}

@media screen and (max-width:450px) {
	.partners .swiper-slide .image:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 20px;
	}

	.partners .swiper-slide .image:last-child,
	.partners .swiper-slide .image:nth-child(2n) {
		margin-right: 0;
	}

	.partners .swiper-slide .image:nth-child(-n+2) {
		margin-top: 0;
	}
}


/* indexM5-1 */

.iService {
	background: rgba(124, 152, 136, 0.12);
	padding: 75px 0 100px 0;
	margin-top: 99px;
	overflow: hidden;
}

.iService .tip {
	margin-top: 25px;
}

.iService .dis {
	max-width: 775px;
	margin: 0 auto;
	margin-top: 19px;
}


.iService .swiperBox {
	margin-top: 44px;
}


.iService .swiper-slide {
	background-color: #ffffff;
	padding: 34px 30px 26px;
	height: auto;
}

.iService .swiper-slide .sign {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iService .swiper-slide .tit {
	margin-top: 9px;
}

.iService .swiper-slide .txts {
	margin-top: 21px;
	max-height: 408px;
	overflow: auto;
}

.iService .swiper-slide .txts::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}


.iService .swiper-slide .txts p {
	position: relative;
	padding-left: 24px;
	margin-top: 22px;
}

.iService .swiper-slide .txts p:nth-child(1) {
	margin-top: 0;
}


.iService .swiper-slide .txts p::after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 14px;
	height: 13px;
	background-image: url("../images/start.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.iService .swiper-slide .txts p em {
	font-style: normal;
	color: #165130;
}

@media screen and (max-width:1560px) {
	.iService .swiperBox {
		margin-top: 50px;
	}

	.iService .swiper-slide {
		padding: 30px 30px;
	}

	.iService .swiper-slide .sign {
		width: 80px;
		height: 80px;
	}

	.iService .swiper-slide .tit {
		margin-top: 20px;
	}

	.iService .swiper-slide .txts {
		height: 260px;
	}

	.iService .swiper-slide .txts p {
		margin-top: 16px;
	}

	.iService .tip {
		margin-top: 30px;
	}

	.iService .dis {
		margin-top: 16px;
	}
}

@media screen and (max-width:1333px) {
	.iService .swiper-slide .sign {
		width: 70px;
		height: 70px;
	}

	.iService .swiperBox {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.iService .swiperBox {
		margin-top: 30px;
	}

	.iService .swiper-slide .txts {
		height: 230px;
		padding-right: 10px;
	}

	.iService .swiper-slide .txts::-webkit-scrollbar {
		width: 4px;
		height: 6px;
		background-color: #00000040;
		border-radius: 10px;
	}

	.iService .swiper-slide .txts::-webkit-scrollbar-thumb {
		background: linear-gradient(0deg, #B7BA00 0%, #00562E 100%);
		border-radius: 10px;
	}

	.iService .swiper-slide .txts::-webkit-scrollbar-track {
		background-color: transparent;
	}

	.iService .swiper-slide {
		padding: 30px 20px;
	}

	.iService .swiper-slide .sign {
		width: 65px;
		height: 65px;
	}
}

@media screen and (max-width:768px) {
	.iService .swiper-slide .sign {
		width: 60px;
		height: 60px;
	}

	.iService .swiper-slide .txts {
		height: 200px;
		padding-right: 20px;
	}
}

@media screen and (max-width:538px) {
	.iService .swiper-slide .txts {
		height: 180px;
	}
}

/* indexM6-1 */


.caseStudies {
	background-color: #165130;
	padding: 87px 0 101px 0;
	overflow: hidden;
}

.caseStudies .title1 {
	color: #FFF;
}


.caseStudies .title1::after,
.caseStudies .title1::before {
	background-image: url("../images/titSign2.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.caseStudies .title1:hover {
	color: #BDCA2A;
}

.caseStudies .swiperBox {
	margin-top: 35px;
}

.caseStudies .swiper-slide {
	height: auto;
	display: flex;
	justify-content: space-between;
}

.caseStudies .show {
	width: 46.71%;
	padding: 34px 22px 22px;
	background-color: #26603F;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.caseStudies .show .tit {
	height: 60px;
}

.caseStudies .show .tit a:hover {
	color: #BDCA2A;
}

.caseStudies .show .txts {
	margin-top: 9px;
	height: 56px;
}


.caseStudies .show .image {
	margin-top: 40px;
	flex: 1;
	width: 100%;
}

.caseStudies .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.caseStudies .box {
	width: 51.71%;
}


.caseStudies .list {
	display: flex;
	justify-content: space-between;
}


.caseStudies .list .item {
	width: 48.4%;
	background-color: #26603F;
	padding: 34px 22px 23px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.caseStudies .list .tit {
	height: 60px;
}

.caseStudies .list .tit a:hover {
	color: #BDCA2A;
}

.caseStudies .list .image {
	margin-top: 16px;
	flex: 1;
	width: 100%;
}

.caseStudies .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.caseStudies .piece {
	margin-top: 16px;
	background-color: #26603F;
	padding: 30px 22px 22px;
	display: flex;
	justify-content: space-between;
}

.caseStudies .piece .msg {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 30px 0 43px 0;
}

.caseStudies .piece .image {
	width: 47.9%;
}

.caseStudies .piece .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.caseStudies .piece .tit {
	height: 60px;
}

.caseStudies .piece .tit a:hover {
	color: #BDCA2A;
}

.caseStudies .piece .txts {
	margin-top: 19px;
}


.caseStudies .sBtns>div {
	border-color: #BDCA2A;
	color: #BDCA2A;
	opacity: .5;
	width: 56px;
	height: 56px;
	font-size: 22px;
	top: 42.6%;
}

.caseStudies .sBtns>div:hover {
	opacity: 1;
}


@media screen and (max-width:1750px) {
	.swiperBox .sBtns>div.next {
		right: -65px;
	}

	.swiperBox .sBtns>div.prev {
		left: -65px;
	}

	.caseStudies .sBtns>div {
		width: 46px;
		height: 46px;
		font-size: 16px;
	}
}

@media screen and (max-width:1560px) {
	.caseStudies .piece .msg {
		padding: 30px 0;
	}

	.caseStudies .show,
	.caseStudies .list .item,
	.caseStudies .piece {
		padding: 30px 20px;
	}

	.caseStudies .show .image {
		margin-top: 30px;
	}

	.caseStudies .swiperBox {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.caseStudies .swiperBox {
		margin-top: 40px;
	}

	.caseStudies .sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

}

@media screen and (max-width:999px) {

	.caseStudies .show,
	.caseStudies .list .item,
	.caseStudies .piece {
		padding: 20px 20px;
	}

	.caseStudies .piece .msg {
		padding: 20px 0;
	}

	.caseStudies .show .image {
		margin-top: 16px;
	}

	.caseStudies .sBtns>div {
		width: 36px;
		height: 36px;
		font-size: 12px;
	}

	.caseStudies .piece .txts {
		margin-top: 16px;
	}
}

@media screen and (max-width:768px) {
	.swiperBox .sBtns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}

	.swiperBox .sBtns>div.prev {
		margin-right: 20px;
	}

	.swiperBox .sBtns {
		justify-content: center;
	}
}

@media screen and (max-width:538px) {
	.caseStudies .swiperBox {
		margin-top: 30px;
	}

	.caseStudies .sBtns>div {
		width: 36px;
		height: 36px;
		font-size: 12px;
	}

	.caseStudies .swiper-slide {
		flex-direction: column;
		align-items: flex-start;
	}

	.caseStudies .show {
		width: 100%;
	}

	.caseStudies .box {
		width: 100%;
		margin-top: 20px;
	}

	.caseStudies .piece {
		margin-top: 20px;
	}

	.caseStudies .show,
	.caseStudies .list .item,
	.caseStudies .piece {
		padding: 20px 15px;
	}
}

/* indexM7-1 */


.latestNews {
	padding: 75px 0 154px;
	overflow: hidden;
}


.latestNews .swiperBox {
	margin-top: 45px;
}

.blackColor {
	color: #000;
}


.latestNews .swiper {
	overflow: visible;
}

.latestNews .swiper-slide {
	opacity: 0;
	transition: .4s ease opacity, .4s ease background-color;
	height: auto;
}

.latestNews .swiper-wrapper {
	pointer-events: none;
}

.latestNews .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}



.newItem {
	background-color: #ffffff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
}

.newItem .box {
	position: relative;
}


.newItem .box .image {
	overflow: hidden;
}

.newItem .box .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.newItem .box .time {
	position: absolute;
	z-index: 9;
	background-color: #165130;
	padding: 6px 19.5px;
	overflow: hidden;
	color: #ffffff;
	left: 32px;
	bottom: 0;
	transform: translateY(48%);
}

.newItem .msg {
	padding: 48px 32px 32px;
}


.newItem .msg .tit {
	height: 60px;
}

.newItem .msg .tit a:hover {
	color: #BDCA2A;
}


.newItem .msg .txts {
	margin-top: 9px;
	height: 56px;
}

.newItem .msg .btn {
	color: #165130;
	width: max-content;
	display: flex;
	align-items: center;
	margin-top: 15px;
	font-size: 16px;
	line-height: 26px;
}

.newItem .msg .btn:hover,
.newItem .msg .btn:hover i {
	color: #BDCA2A;
}

.newItem .msg .btn i {
	flex-shrink: 0;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	transform: translateY(1px);
}

.newItem:hover {
	background-color: #165130;
}

.newItem:hover .time {
	background-color: #ffffff;
	color: #165130;
}

.newItem:hover .msg * {
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.latestNews .swiperBox {
		margin-top: 50px;
	}

	.newItem .msg {
		padding: 40px 30px 30px;
	}

	.newItem .box .time {
		left: 30px;
		padding: 5px 20px;
	}

	.newItem .msg .tit {
		height: 56px;
	}
}

@media screen and (max-width:1333px) {
	.latestNews .swiperBox {
		margin-top: 40px;
	}

	.newItem .msg {
		padding: 40px 20px 30px;
	}

	.newItem .box .time {
		left: 20px;
		padding: 5px 16px;
	}
}

@media screen and (max-width:999px) {
	.latestNews .swiperBox {
		margin-top: 30px;
	}

	.newItem .msg .tit,
	.newItem .msg .txts {
		height: 52px;
	}

	.newItem .msg {
		padding: 36px 20px 20px;
	}
}


@media screen and (max-width:538px) {
	.newItem .msg {
		padding: 36px 15px 20px;
	}

	.newItem .box .time {
		left: 15px;
		padding: 4px 14px;
	}
}

/* indexM8-1 */

.iTouch {
	padding: 0px 0 113px 0;
	overflow: hidden;
}


.touch {
	display: flex;
	justify-content: space-between;
}


.touch form {
	width: 61.14%;
	margin-top: -5px;
}


.touch form .title1 {
	color: #000000;
	padding: 0;
}

.touch form .title1::after {
	display: none;
}


.touch form input,
.touch form textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.touch form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 23px;
	align-items: flex-end;
}

.touch form ul li {
	width: 46.6%;
	height: 53px;
	margin-top: 28px;
	border-bottom: 1px solid #D9D9D9;
}

.touch form ul li.must {
	padding-left: 12px;
	position: relative;
}

.touch form ul li.must::after {
	content: "*";
	position: absolute;
	left: 0;
	top: 12px;
	color: #F51313;
	font-size: 16px;
	line-height: 28px;
}


.touch form ul li.m-formcountry {
	padding: 0;
}

.touch form ul li.m-formcountry .drop-list li {
	padding: 5px 5px;
}


.touch form ul li:nth-child(-n+2) {
	margin-top: 0;
}


.touch form ul li.message {
	width: 100%;
	margin-top: 38px;
	margin-bottom: 1px;
}

.touch form ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.touch form ul li.codeCon input {
	flex: 1;
	padding: 0 10px;
}


.touch form ul li .codeImg {
	width: 80px;
	height: 36px;
	flex-shrink: 0;
	cursor: pointer;
	background-color: #f3fbfe;
	display: flex;
	align-items: center;
	justify-content: center;
}


.touch form ul li .codeImg img {
	height: 100%;
	display: block;
}


.touch form ul li.subBtn {
	padding: 0;
	border: none;
	display: flex;
	align-items: flex-end;
	position: relative;
	border: none;
	border-radius: 5px;
	overflow: hidden;
	height: 40px;
}


.touch form ul li.subBtn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #DBDF00 0%, #00562E 100%);
	z-index: -1;
}



.touch form ul li.subBtn input {
	cursor: pointer;
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
}


.touch form ul li.subBtn:hover input {
	background-color: #165130;
}


form ul li.m-formcountry {
	position: relative;
}


form ul li.m-formcountry .drop-btn {
	position: relative;
	width: 100%;
	height: 100%;
}

form ul li.m-formcountry .drop-btn i,
form ul li.m-formcountry .drop-btn svg {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
	color: #666;
}

form ul li.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #165130 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
	margin-top: 0;
}

form ul li.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form ul li.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form ul li.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #165130;
}

form ul li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 5px 27px;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	width: auto;
	height: auto;
	margin: 0;
}

form ul li.m-formcountry .drop-list li.on {
	background-color: #165130;
	color: #ffffff;
}

.touch form input::-webkit-input-placeholder,
.touch form textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #666;
}

.touch form input:-moz-placeholder,
.touch form textarea:-moz-placeholder {
	font-size: 16px;
	color: #666;
}

.touch form input::-moz-placeholder,
.touch form textarea::-moz-placeholder {
	font-size: 16px;
	color: #666;
}

.touch form input:-ms-input-placeholder,
.touch form textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #666;
}


.touch .msg {
	width: 32.14%;
	padding: 40px 40px;
	background-color: #165130;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.touch .msg .title1 {
	color: #ffffff;
	padding: 0;
	line-height: 50px;
	margin-top: 2px;
}

.touch .msg .title1::after {
	display: none;
}


.touch .cBtn {
	background-color: #FFF;
	color: #165130;
	margin-top: 50px;
	padding: 11px 30px;
}


.touch .cBtn:hover {
	background-color: #BDCA2A;
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.touch form {
		margin-top: 0px;
	}

	.touch form ul {
		margin-top: 30px;
	}

	.touch .msg {
		padding: 40px 20px;
	}

	.touch .cBtn {
		padding: 6px 20px;
		margin-top: 30px;
	}
	
	.iTouch {
		padding-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.iTouch {
		padding-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.touch .cBtn {
		padding: 4px 14px;
	}

	.touch form ul {
		margin-top: 26px;
	}

	form ul li.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}

	form ul li.m-formcountry .drop-btn i,
	form ul li.m-formcountry .drop-btn svg {
		font-size: 10px;
	}
	.iTouch {
		padding-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.touch {
		flex-direction: column;
		align-items: flex-start;
	}

	.touch form {
		width: 100%;
	}

	.touch .msg {
		width: 100%;
		margin-top: 40px;
		padding: 30px 20px;
	}

	.touch .msg .title1 br {
		display: none;
	}

	.touch .cBtn {
		margin-top: 24px;
	}

	.touch form ul li {
		margin-top: 20px;
	}
	.iTouch {
		padding-bottom: 40px;
	}
}

@media screen and (max-width:450px) {
	.touch form ul li:nth-child(n) {
		width: 100%;
		margin-top: 16px;
	}

	.touch form ul li:nth-child(1) {
		margin-top: 0;
	}

	.touch form ul li {
		height: 42px;
	}

	.touch form ul li.must::after {
		top: 6px;
	}
}


/* 2-1Products */

.products {
	padding: 107px 0 119px 0;
	overflow: hidden;
}

.products .swiper {
	width: 100%;
}

.products .swiper-slide {
	width: auto;
	margin-right: 26px;
}

.products .swiper-slide:last-child {
	margin-right: 0;
}

.products .swiper-slide a {
	padding: 16px 40.5px;
	border-radius: 6px;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	border-radius: 6px;
	background: #165130;
	display: flex;
	align-items: center;
	justify-content: center;
}

.products .swiper-slide.active a,
.products .swiper-slide a:hover {
	background-color: #BDCA2A;
}

.products .line {
	position: relative;
	height: 1px;
	margin-top: 42px;
}

.products .line::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	background-color: #CCC;
}

.products .title1 {
	margin-top: 59px;
}

.mbox {
	height: 90px;
	overflow: hidden;
}

.mbox .standardEdit p {
	line-height: 30px;
}

.mBtn {
	color: #165130;
	font-size: 16px;
	line-height: 28px;
	width: max-content;
	margin-top: 16px;
	cursor: pointer;
	display: none;
}


.mBtn span:nth-child(2) {
	display: none;
}

.mBtn.active span:nth-child(1) {
	display: none;
}

.mBtn.active span:nth-child(2) {
	display: block;
}


.mBtn:hover {
	color: #BDCA2A;
}

.products .mbox {
	margin-top: 18px;
}

.products .productList {
	margin-top: 47px;
}


.productList {
	display: flex;
	flex-wrap: wrap;
}

.productList h1 {
	font-weight: normal;
}

.productList .item {
	width: 31.78%;
	margin-right: 2.33%;
	margin-top: 56px;
	background-color: #EFF2F0;
}

.productList .item:hover {
	background-color: #165130;
}

.productList .item:nth-child(3n) {
	margin-right: 0;
}

.productList .item:nth-child(-n+3) {
	margin-top: 0;
}


.productList .image {
	overflow: hidden;
}

.productList .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.productList .msg {
	padding: 23px 31px 30px;
}


.productList .msg .btns {
	margin-top: 24px;
	display: flex;
	align-items: center;
}


.productList .item:hover * {
	color: #ffffff;
}


.productList .item .msg .tit:hover {
	color: #BDCA2A;
}

.productList .btns .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
	width: 13px;
	height: 13px;
	outline: 1px solid #165130;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
}

.productList .btns .checkBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
}

.productList .btns .cBtn {
	color: #ffffff;
	background-color: #ffffff;
	border: 1px solid #165130;
	color: #165130;
	padding: 7px 25.5px;
}

.productList .btns .cBtn:hover {
	background-color: #BDCA2A;
	color: #ffffff;
	border-color: #BDCA2A;
}

.productList .btns .checkBtn i {
	font-size: 14px;
	color: #165130;
	opacity: 0;
}


.productList .btns .checkBtn.active i {
	opacity: 1;
}

.products .pager {
	margin-top: 64px;
}

.innerTouch {
	padding: 123px 0 113px 0;
}


@media screen and (max-width:1560px) {
	.products .swiper-slide a {
		padding: 10px 30px;
		border-radius: 5px;
	}

	.products .line {
		margin-top: 40px;
	}

	.products .title1,
	.products .productList {
		margin-top: 50px;
	}

	.products .mbox {
		margin-top: 30px;
	}

	.productList .msg {
		padding: 20px;
	}

	.productList .btns .cBtn {
		padding: 6px 20px;
	}

	.products .pager {
		margin-top: 50px;
	}

	.productList .item {
		margin-top: 40px;
	}

	.productList .msg .btns {
		margin-top: 16px;
	}
}

@media screen and (max-width:1333px) {

	.mbox {
		height: 84px;
	}

	.products .swiper-slide {
		margin-right: 20px;
	}

	.products .swiper-slide a {
		padding: 6px 20px;
		border-radius: 4px;
	}

	.products .line {
		margin-top: 30px;
	}

	.products .title1,
	.products .productList {
		margin-top: 40px;
	}

	.productList .item {
		margin-top: 30px;
	}

}

@media screen and (max-width:999px) {
	.products .swiper-slide a {
		font-size: 14px;
		padding: 4px 20px;
	}

	.mBtn {
		font-size: 14px;
		line-height: 26px;
	}

	.mbox {
		height: 78px;
	}

	.products .mbox {
		margin-top: 26px;
	}

	.productList .btns .cBtn {
		padding: 4px 14px;
	}

	.products .pager {
		margin-top: 40px;
	}

	.productList .item {
		width: 32%;
		margin-right: 2%;
	}

	.products .title1,
	.products .productList {
		margin-top: 30px;
	}

}

@media screen and (max-width:768px) {
	.productList .item:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.productList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productList {
		justify-content: space-between;
	}

	.products .swiper-slide {
		margin-right: 14px;
	}
}

@media screen and (max-width:450px) {
	.productList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.productList .item:nth-child(1) {
		margin-top: 0;
	}
}

/* 2-2products */


.productDet {
	padding: 107px 0 117px 0;
}

.productShow {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.productShow .box {
	width: 48.6%;
	position: relative;
	position: sticky;
	top: 140px;
	left: 0;
}


.productShow .jianjie {
	width: 48.55%;
	margin-top: 4px;
}


.productShow .box .showSipwer {
	margin-bottom: 21px;
	overflow: hidden;
}

.productShow .box .showSipwer .swiper-slide {
	position: relative;
}


.productShow .box .showSipwer .swiper-slide img {
	display: block;
}


.productShow .checkBtns {
	position: relative;
	padding: 0 24px;
}


.productShow .checkBtns .swiper-slide {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.productShow .checkBtns .swiper-slide::after {
	content: "";
	border: 1px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	transition: .4s ease all;
}

.productShow .checkBtns .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.productShow .checkBtns .swiper-slide-thumb-active::after {
	border-color: #165130;
}


.productShow .checkBtns .btns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #165130;
}

.productShow .checkBtns .btns>div.prev {
	left: -5px;
}

.productShow .checkBtns .btns>div.next {
	right: -5px;
}

.productShow .checkBtns .btns>div:hover {
	color: #BDCA2A;
}


.jianjie .line {
	width: 100%;
	height: 1px;
	background-color: #cccccc;
	margin-top: 23px;
}


.jianjie .tit {
	margin-top: 33px;
}


.jianjie .txts {
	margin-top: 10px;
}

.jianjie .txts p {
	margin-top: 8px;
}

.jianjie .txts p:nth-child(1) {
	margin-top: 0;
}

.jianjie .btns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 27px;
}

.jianjie .btns .cBtn {
	margin: 5px 0;
	margin-right: 31px;
	background-color: #165130;
	color: #ffffff;
	padding: 16px 40.5px;
}


.jianjie .btns .cBtn:hover {
	background-color: #BDCA2A;
}

.jianjie .btns .cBtn:last-child {
	margin-right: 0;
}


.jianjie .share {
	margin-top: 41px;
	padding: 13px 0 17px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


/*jQzoom*/

.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
}


.productDet .title1 {
	padding: 0;
}

.productDet .title1::after {
	display: none;
}


.productDet .details {
	margin-top: 65px;
}

.productDet .details .txts {
	margin-top: 24px;
}

.technicalParameters {
	margin-top: 67px;
}


.technicalParameters .txts {
	margin-top: 31px;
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr td {
	padding: 13px 44px;
	font-size: 16px;
	line-height: 30px;
	background-color: #F5F6F7;
	font-family: Monda-Regular, Arial, sans-serif;
	color: #666;
	border: 1px solid #E1E2E4;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}


.table table tr td:nth-child(1) {
	color: #333;
	font-family: Monda-SemiBold;
}

.table table tr:nth-child(1) td {
	background-color: #165130;
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	font-family: Monda-Regular;
}


.appScenarios {
	margin-top: 90px;
	overflow: hidden;
}


.appScenarios .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.appScenarios .swiper {
	margin-top: 41px;
}


.appScenarios .swiper-slide {
	padding: 31px 22px 26px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	background: #EFF2F0;
	height: auto;
}


.appScenarios .swiper-slide .txts {
	margin-top: 8px;
	line-height: 26px;
}

.appScenarios .swiper-slide .image {
	margin-top: 23px;
}


.customScope {
	margin-top: 83px;
}



.customScope .con {
	margin-top: 46px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.customScope .swiper {
	margin: 0;
	width: 48.8%;
	border-radius: 20px;
	overflow: hidden;
	position: sticky;
	left: 0;
	top: 140px;
}


.customScope .swiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.customScope .con .checks {
	width: 48.05%;
	padding-top: 34px;
}


.customScope .item {
	padding: 0 0 24px 0;
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 34px;
}

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

.customScope .checks .tit {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	cursor: pointer;
}

.customScope .checks .name {
	font-family: Monda-SemiBold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.customScope .checks .tit:hover .name {
	color: #165130;
}

.customScope .checks .btn {
	width: 24px;
	height: 24px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 40px;
	cursor: pointer;
	background-color: #165130;
	border-radius: 50%;
	margin-top: 5px;
	margin-right: 1px;
}


.customScope .checks .btn i {
	width: 10px;
	height: 2px;
	background-color: #ffffff;
	border-radius: 4px;
}


.customScope .checks .btn i.move {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
	will-change: transform;
}

.customScope .checks .item.active .btn i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}


.customScope .checks .tit:hover .btn {
	background-color: #BDCA2A;
}


.customScope .checks .btn:hover i {
	background-color: #ffffff;
}


.customScope .checks .item.active {
	padding-bottom: 36px;
}

.customScope .checks .txts {
	padding-top: 9px;
	display: none;
	transition: none;
}

.customScope .checks .txts p {
	line-height: 26px;
}


.customScope .checks .item:nth-child(1) .txts {
	display: block;
}





@media screen and (max-width:1560px) {

	.productShow .jianjie {
		margin-top: 0;
	}

	.jianjie .tit {
		margin-top: 30px;
	}

	.productDet .line {
		margin-top: 30px;
	}

	.jianjie .share {
		margin-top: 30px;
	}


	.jianjie .btns .cBtn {
		margin-right: 26px;
	}

	.jianjie .txts {
		margin-top: 16px;
	}

	.jianjie .btns {
		margin-top: 26px;
	}

	.jianjie .btns .cBtn {
		padding: 6px 20px;
	}

	.productDet .details {
		margin-top: 60px;
	}

	.productShow .checkBtns .btns>div.prev {
		left: 0;
	}

	.productShow .checkBtns .btns>div.next {
		right: 0;
	}

	.productDet>div>div:nth-child(n) {
		margin-top: 60px;
	}

	.productDet>div>div:nth-child(1) {
		margin-top: 0;
	}

	.productDet .details .txts {
		margin-top: 30px;
	}

	.table table tr td {
		padding: 10px 20px;
	}

	.technicalParameters .txts,
	.productDet .details .txts,
	.appScenarios .swiper,
	.customScope .con {
		margin-top: 40px;
	}

	.appScenarios .swiper-slide {
		padding: 30px 20px;
	}

	.appScenarios .swiper-slide .txts {
		margin-top: 16px;
	}

	.customScope .con .checks {
		padding-top: 0;
	}

	.customScope .swiper {
		border-radius: 10px;
	}

	.customScope .checks .name {
		font-size: 18px;
		line-height: 28px;
	}

	.customScope .checks .item:nth-child(n) {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

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

	.jianjie .share {
		padding: 20px 0;
	}
}

@media screen and (max-width:1333px) {

	.productDet .details .txts {
		margin-top: 30px;
	}

	.table table tr td {
		padding: 10px 20px;
	}

	.technicalParameters .txts,
	.productDet .details .txts,
	.appScenarios .swiper,
	.customScope .con {
		margin-top: 30px;
	}

	.customScope .swiper {
		border-radius: 5px;
	}

	.appScenarios .swiper-slide .txts {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
}

@media screen and (max-width:999px) {

	.productShow .box {
		position: static;
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}

	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		width: 100%;
		margin-top: 30px;
	}

	.productDet>div>div:nth-child(n) {
		margin-top: 50px;
	}

	.productDet>div>div:nth-child(1) {
		margin-top: 0;
	}

	.productDet .line,
	.jianjie .tit,
	.jianjie .share {
		margin-top: 26px;
	}


	.jianjie .btns .cBtn {
		padding: 4px 14px;
		margin-right: 20px;
	}

	.productDet .details {
		margin-top: 50px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 26px;
	}

	.table table tr:nth-child(1) td {
		font-size: 16px;
		line-height: 28px;
	}

	.technicalParameters .txts,
	.productDet .details .txts,
	.appScenarios .swiper,
	.customScope .con {
		margin-top: 26px;
	}

	.customScope .swiper {
		top: 120px;
	}

	.customScope .checks .name {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.productShow .box {
		max-width: 400px;
	}

	.productDet .details {
		margin-top: 40px;
	}

	.productDet>div>div:nth-child(n) {
		margin-top: 40px;
	}

	.productDet>div>div:nth-child(1) {
		margin-top: 0;
	}

	.productDet .details {
		margin-top: 40px;
	}
	
	.customScope .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	
	.customScope .con .checks {
		width: 100%;
	}
	
	.customScope .swiper {
		position: static;
		margin-top: 30px;
		width: 100%;
	}
}

@media screen and (max-width:538px) {
	.appScenarios .swiper-slide {
		padding: 30px 15px;
	}
}

@media screen and (max-width:450px) {
	.appScenarios .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.appScenarios .title .sBtns>div {
		margin-top: 20px;
	}
}




/* 3-1Appliaction */

.application {
	padding: 105px 0 125px 0;
}

.application .mbox {
	margin-top: 16px;
	height: 84px;
}

.application .mbox p {
	line-height: 28px;
}

.application .list {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.application .list .item {
	width: 48.57%;
	margin-top: 72px;
}

.application .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.application .list .box {
	position: relative;
}

.application .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.application .list .btnBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
	padding-bottom: 26px;
	opacity: 0;
}

.application .list .box:hover .btnBox {
	opacity: 1;
}

.application .list .cBtn {
	background-color: #BDCA2A;
	color: #ffffff;
}

.application .list .cBtn:hover {
	background-color: #165130;
}

.application .tit {
	margin-top: 26px;
}

.application .txts {
	margin-top: 8px;
	line-height: 26px;
}

.application .pager {
	margin-top: 84px;
}


.relatedProducts {
	background: rgba(124, 152, 136, 0.12);
	padding: 75px 0 76px 0;
	overflow: hidden;
}


.relatedProducts .swiperBox {
	margin-top: 60px;
}


.relatedProducts .swiper-slide {
	background-color: #ffffff;
}

.relatedProducts .msg {
	padding: 22px 31px 31px;
}

.relatedProducts .image {
	overflow: hidden;
}

.relatedProducts .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.relatedProducts .sBtns>div {
	border-color: #165130;
	color: #165130;
	top: 47.6%;
}

.relatedProducts .sBtns>div:hover {
	background-color: #165130;
	color: #ffffff;
}


.relatedProducts .sBtns>div.prev {
	left: -106px;
}

.relatedProducts .sBtns>div.next {
	right: -106px;
}

@media screen and (max-width:1750px) {
	.relatedProducts .sBtns>div.prev {
		left: -65px;
	}

	.relatedProducts .sBtns>div.next {
		right: -65px;
	}
}

@media screen and (max-width:1560px) {
	.application .mbox {
		margin-top: 30px;
	}

	.application .list,
	.relatedProducts .swiperBox {
		margin-top: 50px;
	}

	.application .list .btnBox {
		padding-bottom: 0;
	}

	.application .txts {
		margin-top: 20px;
	}

	.application .list .item {
		margin-top: 50px;
	}

	.application .pager {
		margin-top: 60px;
	}

	.relatedProducts .msg {
		padding: 20px;
	}
}

@media screen and (max-width:1333px) {

	.application .list,
	.relatedProducts .swiperBox {
		margin-top: 40px;
	}

	.application .list .item {
		margin-top: 40px;
	}

	.application .tit,
	.application .txts {
		margin-top: 16px;
	}

	.application .pager {
		margin-top: 50px;
	}

	.relatedProducts .msg {
		padding: 16px 20px;
	}
}

@media screen and (max-width:999px) {
	.application .mbox {
		margin-top: 26px;
		height: 78px;
	}

	.application .list,
	.relatedProducts .swiperBox {
		margin-top: 30px;
	}

	.application .list .item {
		margin-top: 30px;
	}

	.application .pager {
		margin-top: 40px;
	}

	.application .list .btnBox {
		display: none;
	}
}

@media screen and (max-width:538px) {
	.application .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.application .list .item:nth-child(1) {
		margin-top: 0;
	}
}

/* 3-2Appliaction */

.appDet {
	padding: 104px 0 146px 0;
}

.appDet .title1 {
	padding: 0;
}


.appDet .title1::after {
	display: none;
}


.appDet .share {
	margin-top: 19px;
	justify-content: center;
}

.appDet .dis {
	margin-top: 34px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 59px 0 66px 0;
}


.points .detList {
	margin-top: 33px;
}

.appSolution {
	margin-top: 59px;
}

.appSolution .detList {
	margin-top: 22px;
}


.appWorkProcess {
	margin-top: 68px;
}

.appWorkProcess .processList {
	margin-top: 50px;
}

.appWorkProcess .processList .item {
	padding: 0 21px 28px;
}


.appWorkProcess .processList .tit {
	margin-top: 21px;
}

.appWorkProcess .processList .txts {
	margin-top: 5px;
}

.appWorkProcess .processList .txts p {
	line-height: 26px;
}

.appWorkProcess .processList .item:nth-child(n) {
	width: 30.8%;
	margin-right: 3.8%;
	margin-top: 45px;
}

.appWorkProcess .processList .item:nth-child(3n) {
	margin-right: 0;
}



.appWorkProcess .processList .item:nth-child(-n+3) {
	margin-top: 0;
}



.appWorkProcess .processList .item:nth-child(n) .arr {
	display: block;
}

.appWorkProcess .processList .item:nth-child(3n) .arr,
.appWorkProcess .processList .item:last-child .arr {
	display: none;
}


.corresponding {
	margin-top: 90px;
}

.corresponding .detList {
	margin-top: 33px;
}


.present {
	margin-top: 67px;
}


.present .detList {
	margin-top: 33px;
}


.retrieving {
	margin-top: 69px;
}


.retrieving .txts {
	margin-top: 52px;
}

.appDet .prevOrNext {
	margin-top: 32px;
}

@media screen and (max-width:1560px) {
	.appDet .share {
		margin-top: 30px;
	}

	.appDet .dis {
		padding: 40px 0;
		margin-top: 40px;
	}

	.appDet .dis>div:nth-child(n) {
		margin-top: 50px;
	}

	.appDet .dis>div:nth-child(1) {
		margin-top: 0;
	}

	.points .detList,
	.appSolution .detList,
	.corresponding .detList,
	.present .detList,
	.retrieving .txts {
		margin-top: 30px;
	}

	.appWorkProcess .processList {
		margin-top: 40px;
	}

	.appWorkProcess .processList .item .arr {
		left: 100%;
	}

	.appDet .prevOrNext {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.appWorkProcess .processList .item:nth-child(n) {
		width: 46%;
		margin-right: 0;
		margin-top: 30px;
	}

	.appWorkProcess .processList {
		justify-content: space-between;
	}

	.appWorkProcess .processList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.appWorkProcess .processList .item:nth-child(n) .arr {
		display: block;
	}

	.appWorkProcess .processList .item:nth-child(2n) .arr,
	.appWorkProcess .processList .item:last-child .arr {
		display: none;
	}

	.appDet .dis>div:nth-child(n) {
		margin-top: 40px;
	}

	.appDet .dis>div:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.appDet .dis {
		padding: 30px 0;
		margin-top: 30px;
	}

	.points .detList,
	.appSolution .detList,
	.corresponding .detList,
	.present .detList,
	.retrieving .txts {
		margin-top: 26px;
	}

	.appWorkProcess .processList {
		margin-top: 30px;
	}

	.appDet .prevOrNext {
		margin-top: 30px;
	}

	.appDet .share {
		margin-top: 26px;
	}

	.appDet .dis>div:nth-child(n) {
		margin-top: 30px;
	}

	.appDet .dis>div:nth-child(1) {
		margin-top: 0;
	}
}


@media screen and (max-width:538px) {
	.appWorkProcess .processList .item:nth-child(n){
		width: 100%;
		margin-top: 30px;
	}
	.appWorkProcess .processList .item:nth-child(1){
		margin-top: 0;
	}
	.appWorkProcess .processList .item:nth-child(n) .sign{
		display: none;
	}
}

/* 4-1service */

.customService {
	background-color: #F7FAF8;
	padding: 104px 0 86px 0;
}

.customService .txts {
	margin-top: 17px;
}


.standardEdit ul li p {
	margin-top: 16px;
}


.standardEdit ul li p em {
	display: block;
	padding-left: 25px;
	font-style: normal;
	color: #666666;
	position: relative;
}

.standardEdit ul li p em::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 12px;
	width: 5px;
	height: 5px;
	background-color: #666666;
	border-radius: 50%;
}


.standardEdit ul li p strong {
	display: inline;
	font-size: 16px;
	color: #666666;
}

@media screen and (max-width:1560px) {
	.customService .txts {
		margin-top: 30px;
	}

	.standardEdit ul li p {
		margin-top: 10px;
	}

	.standardEdit ul li p em {
		padding-left: 15px;
	}

	.standardEdit ul li p em::after {
		left: 0;
		top: 14px;
	}
}

@media screen and (max-width:999px) {
	.standardEdit ul li p strong {
		font-size: 14px;
		line-height: 26px;
	}

	.customService .txts {
		margin-top: 26px;
	}
}

.serviceProcess {
	padding: 100px 0 122px 0;
}


.serviceProcess .controlCon {
	margin-top: 57px;
}

.serviceProcess .controlCon .msgSwiper .swiper-slide {
	padding: 73px 47px 70px;
}

.serviceProcess .controlCon .msgSwiper .txts {
	margin-top: 19px;
}

.serviceProcess .controlCon .checkSwiper {
	margin-top: 40px;
}

.serviceProcess .controlCon .checkSwiper .swiper-slide {
	padding: 16px 19px 12px;
}


.serviceProcess .controlCon .checkSwiper .swiper-slide .num {
	margin-top: 17px;
}

@media screen and (max-width:1560px) {
	.serviceProcess .controlCon .msgSwiper .swiper-slide {
		padding: 60px 40px;
	}

	.serviceProcess .controlCon .checkSwiper .swiper-slide {
		padding: 20px;
	}
	.serviceProcess .controlCon {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.serviceProcess .controlCon .msgSwiper .swiper-slide {
		padding: 40px 30px;
	}
	.serviceProcess .controlCon {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.serviceProcess .controlCon .checkSwiper {
		margin-top: 30px;
	}
	.serviceProcess .controlCon {
		margin-top: 30px;
	}

}

@media screen and (max-width:538px) {
	.serviceProcess .controlCon .msgSwiper .swiper-slide {
		padding: 30px 15px;
	}
}

.offer {
	padding: 72px 0 84px 0;
	background-color: #F7FAF8;
}


.offer .con {
	margin-top: 62px;
	padding-right: calc((100% - 1400px)/ 2);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.offer .tips {
	margin-top: 19px;
}


.offer .swiper {
	margin: 0;
	width: 49.88%;
	border-radius: 20px;
	overflow: hidden;
	position: sticky;
	left: 0;
	top: 140px;
}


.offer .swiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.offer .con .checks {
	width: 46.8%;
	padding-top: 20px;
}


.offer .item {
	padding: 0 0 23px 0;
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 31px;
}

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

.offer .checks .tit {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	cursor: pointer;
}

.offer .checks .name {
	font-family: Monda-SemiBold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.offer .checks .tit:hover .name {
	color: #165130;
}


.offer .checks .btn {
	width: 24px;
	height: 24px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 40px;
	cursor: pointer;
	background-color: #165130;
	border-radius: 50%;
	margin-top: 8px;
}


.offer .checks .btn i {
	width: 10px;
	height: 2px;
	background-color: #ffffff;
	border-radius: 4px;
}


.offer .checks .btn i.move {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
	will-change: transform;
}

.offer .checks .item.active .btn i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}


.offer .checks .btn:hover {
	background-color: #BDCA2A;
}


.offer .checks .btn:hover i {
	background-color: #ffffff;
}


.offer .checks .item.active {
	padding-bottom: 57px;
}

.offer .checks .txts {
	padding-top: 10px;
	display: none;
	transition: none;
}

.offer .checks .txts p {
	line-height: 26px;
}


.offer .checks .item:nth-child(1) .txts {
	display: block;
}

@media screen and (max-width:1560px) {
	.offer .tips {
		margin-top: 30px;
	}

	.offer .con {
		margin-top: 50px;
		padding-right: 80px;
	}

	.offer .checks .item:nth-child(n) {
		padding-bottom: 26px;
		margin-bottom: 26px;
	}

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

	.offer .checks .txts {
		padding-top: 16px;
	}

	.offer .checks .name {
		font-size: 18px;
		line-height: 28px;
	}

	.offer .con .checks {
		padding-top: 0;
	}

	.offer .swiper {
		border-radius: 10px;
	}
}

@media screen and (max-width:1333px) {
	.offer .swiper {
		border-radius: 5px;
	}

	.offer .con {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.offer .checks .name {
		font-size: 16px;
		line-height: 26px;
	}

	.offer .tips {
		margin-top: 26px;
	}

	.offer .con {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.offer .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.offer .con .checks {
		width: 100%;
	}

	.offer .swiper {
		width: 100%;
		margin-top: 30px;
	}

	.offer .con {
		padding: 0 25px;
	}
}

@media screen and (max-width:538px) {
	.offer .con{
		padding: 0 15px;
	}
}


/* 4-2service */

.faq {
	padding: 104px 0 141px 0;
}

.faq .mbox {
	margin-top: 17px;
	height: 84px;
}

.faq .mbox p {
	line-height: 28px;
}

.faq .faqList {
	margin-top: 55px;
}

.faqList .item {
	margin-bottom: 31.5px;
	overflow: hidden;
	padding: 20.5px 27px 24px;
	background-color: #F4F7F5;
}

.faqList .item.active {
	padding: 29px 28px 18px;
}


.faqList .item:nth-child(1) .answer {
	display: block;
}


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


.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}


.faqList .question .name {
	color: #333;
	font-size: 20px;
	line-height: 32px;
	position: relative;
	font-family: Monda-SemiBold;
}

.faqList .question:hover .name {
	color: #165130;
}

.faqList .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 30px;
	width: 36px;
	height: 36px;
	margin-right: 0px;
	background-color: #165130;
	border-radius: 50%;
}


.faqList .question:hover .btns {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}


.faqList .question:hover .btns i:nth-child(n) {
	background-color: #165130;
}

.faqList .question i {
	width: 12px;
	height: 2px;
	background-color: #ffffff;
}

.faqList .question i.move {
	width: 12px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.faqList .item.active .question i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}



.faqList .answer {
	display: none;
	transition: none;
	padding: 14px 0px 31px 0px;
}

.standardEdit p strong {
	font-family: Monda-SemiBold;
}


.faqList .answer p strong {
	color: #666;
}

.faq .pager {
	margin-top: 62px;
}



@media screen and (max-width:1560px) {
	.faq .mbox {
		margin-top: 30px;
	}

	.faq .faqList {
		margin-top: 50px;
	}

	.faqList .item:nth-child(n) {
		padding: 20px 30px;
	}

	.faqList .answer {
		padding: 20px 0 10px 0;
	}

	.faqList .question .name {
		font-size: 18px;
		line-height: 30px;
	}

	.faq .pager {
		margin-top: 60px;
	}

	.faqList .question .btns {
		width: 34px;
		height: 34px;
	}

	.faqList .item {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.faqList .item:nth-child(n) {
		padding: 20px 20px;
	}

	.faqList .item {
		margin-bottom: 26px;
	}

	.faq .pager {
		margin-top: 50px;
	}

	.faq .faqList {
		margin-top: 40px;
	}

	.faqList .question .btns {
		width: 32px;
		height: 32px;
	}
}

@media screen and (max-width:999px) {
	.faq .mbox {
		margin-top: 26px;
		height: 78px;
	}

	.faq .pager {
		margin-top: 40px;
	}

	.faq .faqList {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.faqList .question .name {
		font-size: 16px;
		line-height: 28px;
	}

	.faqList .question .btns {
		width: 30px;
		height: 30px;
	}
}


/* 5-1About Us */

.aboutUs {
	padding-top: 107px;
	background-color: #EFF2F0;
}

.aboutUs .con {
	padding-left: calc((100% - 1400px)/ 2);
	display: flex;
	justify-content: space-between;
}

.aboutUs .con .msg {
	width: 40%;
	padding-bottom: 85px;
	margin-top: -9px;
}


.aboutUs .con .show {
	position: relative;
	width: 57.6%;
}

.aboutUs .con .image {
	height: 100%;
}

.aboutUs .con .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.aboutUs .con .txts {
	margin-top: 32px;
}


.aboutUs .con .txts p {
	color: #333;
}

.aboutUs .con .txts {
	max-height: 504px;
	padding-right: 20px;
	overflow: auto;
}

.aboutUs .con .txts::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	background-color: #00000040;
	border-radius: 10px;
}

.aboutUs .con .txts::-webkit-scrollbar-thumb {
	background: linear-gradient(0deg, #B7BA00 0%, #00562E 100%);
	border-radius: 10px;
}

.aboutUs .con .txts::-webkit-scrollbar-track {
	background-color: transparent;
}

@media screen and (max-width:1560px) {
	.aboutUs .con .msg {
		margin-top: 0;
	}

	.aboutUs {
		padding-top: 80px;
	}

	.aboutUs .con .msg {
		padding-bottom: 50px;
	}

	.aboutUs .con {
		padding-left: 80px;
	}

	.aboutUs .con .txts {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .con .txts {
		max-height: 392px;
	}

	.aboutUs {
		padding-top: 60px;
	}

	.aboutUs .con .msg {
		padding-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .con .txts {
		max-height: 312px;
	}

	.aboutUs {
		padding-top: 50px;
	}

	.aboutUs .con .txts {
		margin-top: 26px;
	}

	.aboutUs .con .msg {
		padding-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .con .txts {
		max-height: 260px;
	}

	.aboutUs .con {
		padding-left: 25px;
	}

	.aboutUs {
		padding-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .con {
		flex-direction: column;
		align-items: flex-start;
		padding: 0;
	}

	.aboutUs .con .msg {
		width: 100%;
	}

	.aboutUs .con .msg {
		padding: 0 15px;
	}

	.aboutUs .con .show {
		width: 100%;
		margin-top: 30px;
	}
}

.segments {
	padding: 83px 0 106px 0;
}


.segments .tips {
	margin-top: 16px;
}


.segments .list {
	margin-top: 57px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.segments .list .item {
	width: 48.57%;
	padding: 35px 30px 34px;
	background-color: #EDF7F1;
}


.segments .list .item:nth-child(2n) {
	background-color: #F7F7ED;
}

.segments .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.segments .list .txts {
	margin-top: 10px;
}

.segments .list .txts p {
	line-height: 26px;
}

.segments .list .tit {
	color: #222222;
	line-height: 34px;
}

@media screen and (max-width:1560px) {
	.segments .tips {
		margin-top: 30px;
	}

	.segments .list {
		margin-top: 50px;
	}

	.segments .list .item {
		width: 49%;
		padding: 30px 20px;
	}

	.segments .list .txts {
		margin-top: 16px;
	}

	.segments .list .tit {
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.segments .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.segments .tips {
		margin-top: 26px;
	}

	.segments .list {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.segments .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.segments .list .item:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.segments .list .item {
		padding: 30px 15px;
	}
}


.histoiry {
	position: relative;
	padding: 71px 0 124px 0;
	overflow: hidden;
}

.histoiry .title1 {
	color: #ffffff;
}

.histoiry .title1::after,
.histoiry .title1::before {
	background-image: url("../images/titSign2.png");
}


.histoiry .msgSwiper {
	max-width: 860px;
	margin: 0 auto;
	margin-top: 73px;
	position: relative;
}

.histoiry .msgSwiper .swiper-slide {
	height: auto;
	padding: 82px 50px 101px;
	background-color: rgba(242, 245, 243, 1);
	border-radius: 16px;
	opacity: 0;
	transition: .4s ease opacity;
	pointer-events: none;
}


.histoiry .msgSwiper .swiper-slide-active {
	opacity: 1;
	pointer-events: all;
}


.histoiry .msgSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
	width: 26px;
	height: 26px;
	background-color: rgba(242, 245, 243, 1);
}



.histoiry .msgSwiper .year {
	color: #222;
	font-family: Monda-Bold;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	position: relative;
	z-index: 9;
}

.histoiry .msgSwiper .year::after {
	content: attr(title);
	position: absolute;
	left: 50%;
	top: 20px;
	-webkit-text-fill-color: transparent;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
	text-align: center;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #165130;
	font-size: 150px;
	font-family: Monda-Bold;
	line-height: 150px;
	text-transform: uppercase;
	opacity: .1;
}

.histoiry .msgSwiper .txts {
	margin-top: 21px;
}

.histoiry .msgSwiper .txts p {
	text-align: center;
	color: #666666;
}


.histoiry .timeSwiper {
	margin-top: 66px;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	position: relative;
}


.histoiry .timeSwiper .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .4s ease opacity;
	opacity: 0;
}


.histoiry .timeSwiper .swiper-slide-visible {
	opacity: 1;
}


.histoiry .timeSwiper .swiper-slide .circle {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 2px solid rgba(30, 30, 30, 0.30);
}



.histoiry .timeSwiper .swiper-slide .year {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 8px;
}

.histoiry .timeSwiper .swiper-slide .showYaer {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	top: 77%;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background: linear-gradient(90deg, #B7BA00 0%, #00562E 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	text-align: center;
	font-family: Monda-SemiBold;
	font-size: 24px;
	line-height: 30px;
	opacity: 0;
	overflow: hidden;
}


.histoiry .timeSwiper .swiper-slide .showYaer::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background-color: #ffffff;
	border-radius: 50%;
	z-index: -1;
}


.histoiry .timeSwiper .swiper-slide-active .showYaer {
	opacity: 1;
	width: 118px;
	height: 118px;
}


.histoiry .timeSwiper .swiper-slide-active .year {
	opacity: 0;
}


.histoiry .swiperBox {
	padding: 0 140px;
}

.histoiry .swiperBox::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
	z-index: -1;
}



.histoiry .btns>div {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	font-size: 10px;
	color: #165130;
	background-color: #FFF;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 79%;
	transform: translateY(-50%);
	z-index: 9;
}


.histoiry .btns>div.prev {
	left: 0;
}

.histoiry .btns>div.next {
	right: 0;
}


.histoiry .btns>div:hover {
	background-color: #BDCA2A;
	color: #ffffff;
}


@media screen and (max-width:1560px) {
	.histoiry .msgSwiper .swiper-slide {
		padding: 80px 30px;
		border-radius: 10px;
	}

	.histoiry .msgSwiper .year::after {
		top: 0;
	}

	.histoiry .msgSwiper {
		margin-top: 50px;
	}

	.histoiry .btns>div {
		width: 46px;
		height: 46px;
	}

	.histoiry .swiperBox {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.histoiry .msgSwiper {
		margin-top: 40px;
		max-width: 660px;
	}

	.histoiry .msgSwiper .swiper-slide {
		border-radius: 5px;
	}

	.histoiry .msgSwiper .year {
		font-size: 28px;
		line-height: 38px;
	}

	.histoiry .msgSwiper .tit {
		margin-top: 20px;
		font-size: 20px;
		line-height: 30px;
	}

	.histoiry .msgSwiper .year::after {
		font-size: 90px;
		line-height: 90px;
	}

	.histoiry .timeSwiper {
		margin-top: 60px;
	}

	.histoiry .btns>div {
		width: 42px;
		height: 42px;
	}

	.histoiry .msgSwiper .swiper-slide {
		padding: 50px 30px;
	}

	.histoiry .swiperBox {
		padding: 0 60px;
	}
}

@media screen and (max-width:999px) {

	.histoiry .swiperBox {
		padding: 0 40px;
	}

	.histoiry .msgSwiper .swiper-slide {
		padding: 40px 30px;
	}

	.histoiry .msgSwiper .year {
		font-size: 24px;
		line-height: 34px;
	}

	.histoiry .msgSwiper .year::after {
		font-size: 80px;
		line-height: 80px;
	}

	.histoiry .msgSwiper .tit {
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px;
	}

	.histoiry .msgSwiper .txts {
		margin-top: 10px;
	}

	.histoiry .msgSwiper .swiper-slide::after {
		width: 20px;
		height: 20px;
		bottom: -10px;
	}

	.histoiry .timeSwiper .swiper-slide .year {
		font-size: 16px;
		line-height: 28px;
	}

	.histoiry .timeSwiper .swiper-slide-active .showYaer {
		width: 100px;
		height: 100px;
		border-width: 6px;
		font-size: 16px;
		line-height: 28px;
	}

	.histoiry .timeSwiper .historyLogo {
		height: 40px;
		width: 140px;
		padding: 0 20px;
	}

	.histoiry .timeSwiper {
		margin-top: 50px;
	}

	.histoiry .btns>div {
		width: 36px;
		height: 36px;
	}

	.histoiry .msgSwiper {
		margin-top: 30px;
	}

}

@media screen and (max-width:768px) {
	.histoiry .msgSwiper {
		margin-top: 30px;
	}

	.histoiry .msgSwiper .year::after {
		font-size: 70px;
		line-height: 70px;
	}

	.histoiry .timeSwiper .historyLogo {
		width: 100px;
		padding: 0 10px;
		height: 36px;
	}

	.histoiry .btns>div {
		position: static;
		transform: translateY(0);
		margin-top: 60px;
	}

	.histoiry .btns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.histoiry .btns>div.prev {
		margin-right: 20px;
	}

	.histoiry .swiperBox {
		padding: 0;
		margin: 0;
	}

	.histoiry .swiperBox::after {
		bottom: 107px;
	}
}

@media screen and (max-width:538px) {

	.histoiry .timeSwiper .historyLogo {
		top: 100%;
		transform: translateY(50%);
	}


	.histoiry .timeSwiper {
		margin-top: 40px;
	}

	.histoiry .msgSwiper .swiper-slide {
		padding: 40px 20px;
	}

	.histoiry .timeSwiper .historyLogo {
		width: 90px;
		padding: 0 10px;
		height: 36px;
	}
}



.technicalAbility {
	padding: 96px 0 121px 0;
}

.technicalAbility .tips {
	margin-top: 16px;
}

.technicalAbility .list {
	margin-top: 58px;
}

.technicalAbility .list .item {
	margin-top: 83px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.technicalAbility .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}


.technicalAbility .list .item:nth-child(1) {
	margin-top: 0;
}


.technicalAbility .list .clear {
	display: none;
}

.technicalAbility .list .txts {
	margin-top: 21px;
}

.technicalAbility .list .txts p {
	margin-top: 8px;
}

.technicalAbility .list .txts p:nth-child(1) {
	margin-top: 0;
}

.technicalAbility .list .image {
	width: 43.57%;
}

.technicalAbility .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.technicalAbility .list .msg {
	width: 52.85%;
}

@media screen and (max-width:1560px) {
	.technicalAbility .tips {
		margin-top: 30px;
	}

	.technicalAbility .list,
	.technicalAbility .list .item {
		margin-top: 50px;
	}

	.technicalAbility .list .txts {
		margin-top: 26px;
	}
}

@media screen and (max-width:1333px) {

	.technicalAbility .list .item,
	.technicalAbility .list .clear {
		display: block;
	}

	.technicalAbility .list .msg {
		width: 100%;
	}

	.technicalAbility .list .item:nth-child(2n-1) .image {
		float: left;
		margin-right: 5%;
	}

	.technicalAbility .list .item:nth-child(2n) .image {
		float: right;
		margin-left: 5%;
	}

	.technicalAbility .list,
	.technicalAbility .list .item {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.technicalAbility .tips {
		margin-top: 26px;
	}

	.technicalAbility .list,
	.technicalAbility .list .item {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.technicalAbility .list .image {
		width: 50%;
	}
}

@media screen and (max-width:538px) {
	.technicalAbility .list .item:nth-child(n) .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-top: 26px;
	}

	.technicalAbility .list .item:nth-child(n) {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}


.certification {
	padding: 66px 0 92px 0;
	background-color: #EFF2F0;
	overflow: hidden;
}


.certification .tips {
	margin-top: 28px;
}

.certification .swiperBox {
	margin-top: 59px;
}

.certification .swiperBox .swiper {
	width: 111%;
}

.certification .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.certification .swiper-slide {
	transition: .3s ease opacity;
	opacity: 0;
	pointer-events: none;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	pointer-events: none;
}

.certification .swiper-slide .image {
	transform: scale(0.6);
	transform-origin: center bottom;
	cursor: pointer;
	pointer-events: all;
}


.certification .swiper-slide.swiper-slide-visible {
	opacity: 1;
}


.certification .swiper-slide.swiper-slide-active {
	z-index: 3;
	opacity: 1;
}



.certification .swiper-slide.swiper-slide-active .image {
	transform: scale(1);
}

.certification .swiper-slide.swiper-slide-prev,
.certification .swiper-slide.swiper-slide-next {
	z-index: 2;
}


.certification .swiper-slide.swiper-slide-prev .image {
	transform: translateX(-9.4%) scale(0.8);
}

.certification .swiper-slide.swiper-slide-next .image {
	transform: translateX(9%) scale(.8);
}


.certification .sBtns>div {
	top: 66.4%;
	border-radius: 50%;
	border: 1px solid #999;
	width: 45px;
	height: 45px;
}


.certification .sBtns>div.prev img:nth-child(2) {
	transform: translateX(-50%) translateY(-50%) rotateY(180deg);
}

.certification .sBtns>div.next img:nth-child(1) {
	transform: translateX(-50%) translateY(-50%) rotateY(180deg);
}

.certification .sBtns>div img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 22px;
	height: 22px;
	transform: translateX(-50%) translateY(-50%);
}

.certification .sBtns>div img:nth-child(2) {
	opacity: 0;
}

.certification .sBtns>div.prev {
	left: -80px;
}


.certification .sBtns>div.next {
	right: -80px;
}


.certification .sBtns>div:hover {
	background-color: #165130;
	border-color: #165130;
}

.certification .sBtns>div:hover img:nth-child(1) {
	opacity: 0;
}

.certification .sBtns>div:hover img:nth-child(2) {
	opacity: 1;
}

@media screen and (max-width:1700px) {
	.certification .sBtns>div.prev {
		left: -65px;
	}

	.certification .sBtns>div.next {
		right: -65px;
	}
}

@media screen and (max-width:1560px) {
	.certification .tips {
		margin-top: 30px;
	}

	.certification .swiperBox {
		margin-top: 50px;
	}

}

@media screen and (max-width:1333px) {
	.certification .swiperBox {
		margin-top: 40px;
	}

	.certification .sBtns>div {
		width: 40px;
		height: 40px;
	}

	.certification .sBtns>div img {
		width: 18px;
		height: 18px;
	}
}

@media screen and (max-width:768px) {
	.certification .tips {
		margin-top: 26px;
	}

	.certification .swiperBox {
		margin-top: 30px;
	}

	.certification .swiperBox .swiper {
		width: 100%;
	}

	.certification .swiperBox .swiper-slide:nth-child(n) .image {
		transform: translateX(0);
	}

	.certification .sBtns>div {
		top: 50%;
		width: 36px;
		height: 36px;
	}

	.certification .sBtns>div img {
		width: 16px;
		height: 16px;
	}

	.certification .sBtns>div.prev {
		left: -56px;
	}

	.certification .sBtns>div.next {
		right: -56px;
	}
}

.aboutPiece {
	padding: 120px 0 110px 0;
	overflow: hidden;
}

.control .tips {
	margin-top: 16px;
}


.control .controlCon {
	margin-top: 66px;
}


.controlCon{
	overflow: hidden;
}

.controlCon .con {
	display: flex;
	justify-content: space-between;
}

.controlCon .msg {
	width: 50%;
	padding: 40px 0;
	display: flex;
	/* align-items: center; */
}


.controlCon .msgSwiper {
	width: 100%;
	position: relative;
}

.controlCon .msgSwiper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #EFF2F0;
	z-index: -1;
}

.controlCon .msgSwiper {
	overflow: hidden;
}

.controlCon .msgSwiper .swiper-slide {
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 69px 47px 70px;
}

.controlCon .msgSwiper .box {
	position: relative;
}


.controlCon .msgSwiper .num {
	position: absolute;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #165130;
	font-family: Monda-Bold;
	font-size: 120px;
	font-weight: 700;
	line-height: 120px;
	left: 7.6%;
	top: 7.5%;
	z-index: -1;
	-webkit-text-fill-color: transparent;
	opacity: .1;
}


.controlCon .msgSwiper .txts {
	margin-top: 17px;
	overflow: auto;
	padding-right: 20px;
	max-height: 140px;
}

.controlCon .msgSwiper .txts::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	background-color: #00000040;
	border-radius: 10px;
}

.controlCon .msgSwiper .txts::-webkit-scrollbar-thumb {
	background: linear-gradient(0deg, #B7BA00 0%, #00562E 100%);
	border-radius: 10px;
}

.controlCon .msgSwiper .txts::-webkit-scrollbar-track {
	background-color: transparent;
}

.controlCon .msgSwiper .btn {
	margin-top: 40px;
	color: #165130;
	font-size: 20px;
	font-family: Monda-SemiBold;
	line-height: 30px;
}

.controlCon .msgSwiper .btn:hover {
	color: #BDCA2A;
}

.controlCon .imgSwiper {
	width: 50%;
	overflow: hidden;
}


.controlCon .imgSwiper .swiper-slide {
	height: auto;
}

.controlCon .imgSwiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.controlCon .checkSwiper {
	margin-top: 46px;
	overflow: hidden;
}

.controlCon .checkSwiper .swiper-slide {
	cursor: pointer;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 17px 19px 16px;
	background-color: #165130;
	transition: .4s ease background-color;
}

.controlCon .checkSwiper .swiper-slide.active,
.controlCon .checkSwiper .swiper-slide:hover {
	background-color: #BDCA2A;
}

.controlCon .checkSwiper .num {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFF;
	font-family: Monda-Bold;
	font-size: 30px;
	-webkit-text-fill-color: transparent;
	line-height: 30px;
	margin-top: 23px;
	opacity: .3;
}


.control .controlCon .checkSwiper .swiper-slide .tit {
	font-size: 18px;
}

.aboutPiece .partners {
	margin-top: 170px;
}

.aboutPiece .touch {
	margin-top: 154px;
}

@media screen and (max-width:1560px) {
	.control .tips {
		margin-top: 30px;
	}

	.control .controlCon {
		margin-top: 50px;
	}


	.controlCon .msgSwiper .swiper-slide {
		padding: 60px 40px;
	}

	.controlCon .msgSwiper .txts {
		margin-top: 30px;
	}

	.controlCon .msgSwiper .btn {
		font-size: 18px;
		line-height: 30px;
	}

	.controlCon .checkSwiper .swiper-slide {
		padding: 20px;
	}

	.controlCon .checkSwiper {
		margin-top: 40px;
	}

	.aboutPiece .partners,
	.aboutPiece .touch {
		margin-top: 80px;
	}

	.controlCon .msgSwiper .num {
		font-size: 100px;
		line-height: 100px;
	}

	.control .controlCon .checkSwiper .swiper-slide .tit {
		font-size: 16px;
	}
}

@media screen and (max-width:1333px) {

	.aboutPiece .partners,
	.aboutPiece .touch {
		margin-top: 60px;
	}

	.controlCon .msgSwiper .swiper-slide {
		padding: 40px 30px;
	}

	.controlCon .msgSwiper .btn {
		margin-top: 30px;
	}

	.controlCon .msgSwiper .num {
		font-size: 80px;
		line-height: 80px;
	}

	.controlCon .checkSwiper .num {
		font-size: 26px;
		line-height: 26px;
		margin-top: 10px;
	}

	.control .controlCon {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.control .controlCon {
		margin-top: 30px;
	}

	.controlCon .msg {
		padding: 30px 0;
	}

	.controlCon .msgSwiper .txts {
		max-height: 130px;
		margin-top: 26px;
	}

	.controlCon .checkSwiper {
		margin-top: 30px;
	}

	.controlCon .msgSwiper .num {
		font-size: 70px;
		line-height: 70px;
	}

	.controlCon .msgSwiper .swiper-slide {
		padding: 30px 30px;
	}

	.aboutPiece .partners,
	.aboutPiece .touch {
		margin-top: 50px;
	}

	.control .tips {
		margin-top: 26px;
	}
}

@media screen and (max-width:768px) {

	.aboutPiece .partners,
	.aboutPiece .touch {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.controlCon .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.controlCon .msg {
		padding: 0;
		width: 100%;
	}

	.controlCon .imgSwiper {
		width: 100%;
	}

	.controlCon .msgSwiper .swiper-slide {
		padding: 30px 15px;
	}

	.controlCon .msgSwiper .btn {
		margin-top: 26px;
	}

	.controlCon .checkSwiper .swiper-slide {
		padding: 20px 15px;
	}

}




/* 6-1CASE */

.case {
	padding: 104px 0 110px 0;
	overflow: hidden;
}


.case .mbox {
	margin-top: 17px;
	height: 84px;
}

.case .mbox p {
	line-height: 28px;
}


.case .list {
	margin-top: 81px;
}

.case .list .item {
	padding: 93px 0;
	display: flex;
	justify-content: space-between;
}

.case .list .item:nth-child(2n) {
	padding: 78px 0 84px;
	position: relative;
	flex-direction: row-reverse;
}

.case .list .item:nth-child(2n)::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100vw;
	height: 100%;
	z-index: -2;
	background-color: #EFF2F0;
}

.case .list .item:nth-child(1) {
	padding-top: 0;
}


.case .list .image {
	width: 43.6%;
}


.case .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.case .list .msg {
	width: 52.8%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 13px 0 40px;
}

.font28 {
	font-size: 28px;
	line-height: 42px;
}


.case .list .tit {
	height: 126px;
}


.case .list .txts {
	margin-top: 17px;
	height: 56px;
}


.case .list .cBtn {
	margin-top: 100px;
}

.case .pager {
	margin-top: 99px;
}

.case .touch {
	margin-top: 194px;
}

@media screen and (max-width:1560px) {
	.case .mbox {
		margin-top: 30px;
	}

	.case .list {
		margin-top: 50px;
	}

	.case .list .msg {
		padding: 40px 0;
	}

	.case .list .cBtn {
		margin-top: 40px;
	}

	.font28 {
		font-size: 24px;
		line-height: 36px;
	}

	.case .list .tit {
		height: 108px;
	}

	.case .list .item:nth-child(n) {
		padding: 50px 0;
	}


	.case .list .item:nth-child(1) {
		padding-top: 0;
	}


	.case .pager {
		margin-top: 60px;
	}

	.case .touch {
		margin-top: 80px;
	}

}

@media screen and (max-width:1333px) {
	.font28 {
		font-size: 22px;
		line-height: 34px;
	}


	.case .list .tit {
		height: 102px;
	}

	.case .list {
		margin-top: 40px;
	}

	.case .list .item:nth-child(n) {
		padding: 40px 0;
	}


	.case .list .item:nth-child(1) {
		padding-top: 0;
	}

	.case .pager {
		margin-top: 50px;
	}

	.case .touch {
		margin-top: 60px;
	}
}


@media screen and (max-width:999px) {
	.case .mbox {
		margin-top: 26px;
		height: 78px;
	}

	.case .list .msg {
		padding: 30px 0;
	}

	.font28 {
		font-size: 20px;
		line-height: 32px;
	}

	.case .list .tit {
		height: 96px;
	}

	.case .list .cBtn {
		margin-top: 30px;
	}

	.case .list .item:nth-child(n) {
		padding: 30px 0;
	}

	.case .list .item:nth-child(1) {
		padding-top: 0;
	}

	.case .pager {
		margin-top: 40px;
	}

	.case .touch {
		margin-top: 50px;
	}

	.case .list {
		margin-top: 30px;
	}

	.case .list .txts {
		height: 52px;
	}
}

@media screen and (max-width:768px) {
	.font28 {
		font-size: 18px;
		line-height: 30px;
	}

	.case .list .tit {
		height: 90px;
	}

	.case .touch {
		margin-top: 40px;
	}

}

@media screen and (max-width:450px) {
	.case .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.case .list .msg {
		padding: 0;
		margin-top: 20px;
		width: 100%;
	}

	.case .list .image {
		width: 100%;
	}

	.case .list .tit {
		height: auto;
	}

	.case .list .txts {
		height: auto;
	}
}

/* 6-1CASE-1 */

.caseDet {
	padding: 100px 0 156px 0;
}

.caseDet .title1 {
	padding: 0;
}

.caseDet .title1::after {
	display: none;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	flex-shrink: 0;
	margin-right: 12px;
}


.caseDet .share {
	justify-content: center;
	margin-top: 31px;
}


.caseDet .des {
	margin-top: 28px;
	padding: 64px 0 72px 0;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

.cdTit {
	padding-left: 48px;
	position: relative;
	color: #333;
	font-size: 32px;
	font-family: Monda-Bold;
	line-height: 46px;
	text-transform: capitalize;
}

.cdTit::after {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 28px;
	height: 30px;
	background-image: url("../images/titSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.projectBackground .txts {
	margin-top: 23px;
}

.requirements {
	margin-top: 85px;
}


.requirements .detList {
	margin-top: 23px;
}


.detList .item {
	margin-top: 28px;
}


.detList .item:nth-child(1) {
	margin-top: 0;
}

.detList .txts {
	margin-top: 7px;
}


.provided {
	margin-top: 63px;
}

.provided .txts {
	margin-top: 23px;
}

.workFlow {
	margin-top: 72px;
}

.workFlow .processList {
	margin-top: 54px;
}

.processList {
	display: flex;
	flex-wrap: wrap;
}

.processList .item {
	width: 21.42%;
	margin-right: 4.7%;
	margin-top: 45px;
	background-color: #EFF2F0;
	position: relative;
	padding: 0 21px 33px;
}

.processList .item:hover {
	background-color: #165130;
}


.processList .item:nth-child(4n) {
	margin-right: 0;
}

.processList .item:nth-child(-n+4) {
	margin-top: 0;
}

.processList .num {
	width: 42px;
	height: 42px;
	background-color: #165130;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #F5F7FA;
	font-size: 20px;
	line-height: 32px;
	font-family: Monda-SemiBold;
}

.processList .item:hover .num {
	background-color: #BDCA2A;
}

.processList .item:hover * {
	color: #ffffff;
}

.processList .tit {
	color: #222;
	margin-top: 24px;
}

.processList .txts {
	margin-top: 11px;
}

.processList .txts  p{
	line-height: 26px;
}

.processList .arr {
	position: absolute;
	left: 101%;
	top: 44.7%;
	transform: translateY(-50%);
	width: 46px;
	height: 17px;
}


.processList .item:nth-child(4n) .arr,
.processList .item:last-child .arr {
	display: none;
}


.results {
	margin-top: 71px;
}

.results .txts {
	margin-top: 28px;
}


.results .txts p {
	margin-top: 19px;
}


.results .txts p strong {
	font-size: 18px;
}


.results .txts p:nth-child(1) {
	margin-top: 0;
}


.prevOrNext {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.prevOrNext>div {
	display: flex;
	align-items: center;
	width: 49%;
}

.prevOrNext>div.next {
	justify-content: flex-end;

}

.prevOrNext .next {
	text-align: right;
}

.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 45px;
	height: 45px;
	background-color: #165130;
	border-radius: 8px;
	transform: translateY(-2px);
}

.prevOrNext .prev .btn {
	margin-right: 19px;
}

.prevOrNext .next .btn {
	margin-left: 19px;
}

.prevOrNext .btn i {
	color: #ffffff;
	font-size: 14px;
}


.prevOrNext a.btn:hover {
	background-color: #BDCA2A;
}


.prevOrNext .tit {
	font-family: Monda-SemiBold;
	font-size: 20px;
	line-height: 22px;
	color: #333333;
}

.prevOrNext .name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.prevOrNext a.name:hover {
	color: #165130;
}


.caseDet .prevOrNext {
	margin-top: 32px;
}


@media screen and (max-width:1560px) {
	.caseDet .share {
		margin-top: 30px;
	}

	.caseDet .des {
		padding: 50px 0;
		margin-top: 50px;
	}

	.cdTit {
		font-size: 30px;
		line-height: 42px;
		padding-left: 40px;
	}

	.cdTit::after {
		top: 8px;
		width: 24px;
		height: 26px;
	}

	.caseDet .des>div:nth-child(n) {
		margin-top: 60px;
	}

	.caseDet .des>div:nth-child(1) {
		margin-top: 0;
	}

	.projectBackground .txts,
	.requirements .detList,
	.provided .txts {
		margin-top: 30px;
	}

	.detList .txts {
		margin-top: 16px;
	}

	.processList .arr {
		left: 102%;
	}

	.prevOrNext .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.prevOrNext .btn {
		transform: translateY(0);
		border-radius: 5px;
	}

	.workFlow .processList {
		margin-top: 50px;
	}

	.caseDet .prevOrNext {
		margin-top: 50px;
	}

	.processList .item {
		margin-top: 40px;
	}


	.processList .txts {
		margin-top: 16px;
	}

}

@media screen and (max-width:1333px) {

	.caseDet .des {
		padding: 40px 0;
		margin-top: 40px;
	}

	.prevOrNext .btn {
		width: 42px;
		height: 42px;
	}

	.prevOrNext .btn i {
		font-size: 12px;
	}

	.cdTit {
		font-size: 26px;
		line-height: 38px;
	}


	.cdTit::after {
		width: 24px;
		height: 22px;
	}


	.workFlow .processList {
		margin-top: 40px;
	}

	.caseDet .prevOrNext {
		margin-top: 40px;
	}

	.processList .num {
		font-size: 18px;
		line-height: 30px;
	}


	.processList {
		justify-content: space-between;
	}

	.processList .item:nth-child(n) {
		width: 46%;
		margin-right: 0;
		margin-top: 30px;
	}

	.processList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.processList .item:nth-child(n) .arr {
		display: block;
		left: 103%;
	}

	.processList .item:nth-child(2n) .arr,
	.processList .item:last-child .arr {
		display: none;
	}

}

@media screen and (max-width:999px) {

	.prevOrNext .tit {
		font-size: 16px;
	}

	.prevOrNext .name {
		font-size: 14px;
	}

	.share span {
		font-size: 14px;
		line-height: 26px;
	}

	.cdTit {
		font-size: 22px;
		line-height: 34px;
	}

	.cdTit::after {
		width: 22px;
		height: 20px;
		top: 7px;
	}

	.projectBackground .txts,
	.requirements .detList,
	.provided .txts {
		margin-top: 26px;
	}

	.results .txts p strong {
		font-size: 16px;
	}

	.caseDet .des>div:nth-child(n) {
		margin-top: 50px;
	}

	.caseDet .des>div:nth-child(1) {
		margin-top: 0;
	}

	.caseDet .des {
		padding: 30px 0;
		margin-top: 30px;
	}

	.processList .item:nth-child(n) .arr {
		left: 102%;
	}

	.prevOrNext .btn {
		border-radius: 4px;
		width: 38px;
		height: 38px;
	}

}

@media screen and (max-width:768px) {
	.cdTit {
		font-size: 20px;
		line-height: 32px;
	}

	.cdTit::after {
		width: 20px;
		height: 18px;
		top: 7px;
	}

	.caseDet .des>div:nth-child(n) {
		margin-top: 40px;
	}


	.caseDet .des>div:nth-child(1) {
		margin-top: 0;
	}

	.prevOrNext {
		flex-direction: column;
		align-items: flex-start;
	}

	.prevOrNext>div {
		width: 100%;
	}

	.prevOrNext>div.next {
		flex-direction: row-reverse;
		margin-top: 20px;
	}

	.prevOrNext .next .btn {
		margin-left: 0;
		margin-right: 19px;
	}

	.prevOrNext .next {
		text-align: left;
	}

	.processList .arr {
		width: 32px;
	}
}

@media screen and (max-width:538px) {
	.processList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.processList .item:nth-child(1) {
		margin-top: 0;
	}

	.processList .item:nth-child(n) .arr {
		display: none;
	} 
}




/* 7-1News */

.news {
	padding: 107px 0 132px 0;
}

.news .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news .title .swiper {
	margin: 0;
}

.news .title1 {
	flex-shrink: 0;
	margin-right: 60px;
}

.news .swiper-slide {
	width: auto;
	margin-right: 39px;
}

.news .swiper-slide:last-child {
	margin-right: 0;
}

.news .swiper-slide a {
	padding: 16px 40.5px;
	border-radius: 6px;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	border-radius: 6px;
	background: #165130;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news .swiper-slide.active a,
.news .swiper-slide a:hover {
	background-color: #BDCA2A;
}


.news .list {
	margin-top: 73px;
	display: flex;
	flex-wrap: wrap;
}

.news .list h1 {
	font-weight: normal;
}

.news .list .newItem {
	width: 31.42%;
	margin-right: 2.87%;
	margin-top: 52px;
}

.news .list .newItem:nth-child(3n) {
	margin-right: 0;
}

.news .list .newItem:nth-child(-n+3) {
	margin-top: 0;
}


.news .pager {
	margin-top: 62px;
}

@media screen and (max-width:1560px) {
	.news .swiper-slide a {
		padding: 10px 20px;
		border-radius: 4px;
	}

	.news .list {
		margin-top: 50px;
	}

	.news .pager {
		margin-top: 60px;
	}

	.news .list .newItem {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.news .list {
		margin-top: 40px;
	}

	.news .pager {
		margin-top: 50px;
	}

	.news .swiper-slide {
		margin-right: 20px;
	}

	.news .swiper-slide a {
		padding: 6px 20px;
	}

	.news .list .newItem {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.news .list {
		margin-top: 30px;
	}

	.news .pager {
		margin-top: 40px;
	}

	.news .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.news .title .swiper {
		margin-top: 30px;
		width: 100%;
	}

	.news .swiper-slide {
		margin-right: 14px;
	}

	.news .swiper-slide a {
		padding: 4px 14px;
		font-size: 14px;
		line-height: 26px;
	}

	.news .title1 {
		margin-right: 0;
	}

	.news .list {
		justify-content: space-between;
	}


	.news .list .newItem:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}
}


@media screen and (max-width:450px) {
	.news .list .newItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(1) {
		margin-top: 0;
	}
}

/* 7-2News */

.newDet {
	padding: 100px 0 136px 0;
}

.newDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.font36 {
	font-size: 36px;
	line-height: 50px;
}

.newDet .des {
	width: 72.28%;
}


.newDet .des .tips {
	display: flex;
	align-items: center;
	margin-top: 33px;
}


.newDet .des .tips .time {
	margin-right: 55px;
	flex-shrink: 0;
	color: #666;
	font-size: 16px;
	line-height: 26px;
}



.newDet .dis {
	padding: 48px 0 64px 0;
	margin-top: 15px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.font32 {
	font-size: 32px;
	line-height: 44px;
}

.newSummary .txts {
	margin-top: 13px;
}

.specific {
	margin-top: 64px;
}


.specific .txts {
	margin-top: 23px;
}

.standardEdit ul li {
	margin-top: 26px;
	padding-left: 30px;
	position: relative;
	font-size: 16px;
	line-height: 28px;
}

.standardEdit ul li:nth-child(1) {
	margin-top: 0;
}


.standardEdit ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 18px;
	height: 18px;
	background-image: url("../images/liArr.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.standardEdit ul li strong {
	color: #333;
	font-family: Monda-SemiBold;
	font-size: 24px;
	line-height: 30px;
	display: block;
}


.newDet .des .prevOrNext {
	margin-top: 32px;
}


.newDet .moreNews {
	width: 22.85%;
	margin-top: -5px;
}

.moreNews .title1 {
	padding: 0;
}

.moreNews .title1::after {
	display: none;
}

.moreNews .list {
	margin-top: 34px;
}


.moreNews .list .item {
	margin-top: 46px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
}

.moreNews .list .item:nth-child(1) {
	margin-top: 0;
}


.moreNews .image {
	overflow: hidden;
}

.moreNews .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.moreNews .box {
	position: relative;
}

.moreNews .box .time {
	position: absolute;
	left: 23px;
	background-color: #165130;
	padding: 5.5px 15px;
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	bottom: 0;
	transform: translateY(50%);
}


.moreNews .msg {
	padding: 35px 22px 21px;
}

.moreNews .tit {
	height: 90px;
}

.moreNews .tit a:hover {
	color: #165130;
}

.moreNews .btn {
	display: flex;
	align-items: center;
	width: max-content;
	max-width: 100%;
	margin-top: 8px;
	color: #165130;
	font-size: 16px;
	line-height: 28px;
}

.moreNews .btn i {
	font-size: 10px;
	margin-left: 8px;
}


.moreNews .btn:hover {
	color: #BDCA2A;
}

@media screen and (max-width:1560px) {
	.font36 {
		font-size: 30px;
		line-height: 42px;
	}

	.newDet .des .tips {
		margin-top: 30px;
	}

	.newDet .dis {
		padding: 30px 0;
		margin-top: 30px;
	}

	.font32 {
		font-size: 26px;
		line-height: 38px;
	}

	.moreNews .msg {
		padding: 30px 20px 20px;
	}

	.moreNews .box .time {
		padding: 5px 10px;
	}

	.moreNews .tit {
		height: 84px;
	}

	.moreNews .btn {
		margin-top: 12px;
	}

	.newDet .dis>div:nth-child(n) {
		margin-top: 50px;
	}

	.newDet .dis>div:nth-child(1) {
		margin-top: 0;
	}

	.newSummary .txts,
	.specific .txts {
		margin-top: 30px;
	}

	.standardEdit ul li strong {
		font-size: 22px;
		line-height: 34px;
	}

	.standardEdit ul li::after {
		top: 8px;
	}

	.newDet .des .prevOrNext {
		margin-top: 30px;
	}

	.moreNews .list .item {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.font36 {
		font-size: 26px;
		line-height: 38px;
	}

	.newDet .des .tips .time {
		margin-right: 30px;
	}

	.newDet .dis>div:nth-child(n) {
		margin-top: 40px;
	}

	.newDet .dis>div:nth-child(1) {
		margin-top: 0;
	}

	.font32 {
		font-size: 24px;
		line-height: 36px;
	}

	.standardEdit ul li strong {
		font-size: 20px;
		line-height: 30px;
	}

	.standardEdit ul li::after {
		top: 6px;
	}
}

@media screen and (max-width:999px) {
	.newDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .des {
		width: 100%;
	}

	.font36 {
		font-size: 24px;
		line-height: 38px;
	}

	.font32 {
		font-size: 22px;
		line-height: 34px;
	}

	.newSummary .txts,
	.specific .txts {
		margin-top: 26px;
	}


	.standardEdit ul li {
		font-size: 14px;
		line-height: 26px;
	}

	.standardEdit ul li strong {
		font-size: 18px;
		line-height: 28px;
	}

	.newDet .moreNews {
		width: 100%;
		margin-top: 50px;
	}

	.newDet .moreNews .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.newDet .moreNews .list .item {
		width: 48%;
		margin-top: 30px;
	}

	.newDet .moreNews .list .item:nth-child(-n+2) {
		margin-top: 0;
	}


	.moreNews .box .time {
		font-size: 14px;
		line-height: 24px;
	}

	.moreNews .tit {
		height: 52px;
	}

	.moreNews .tit a {
		-webkit-line-clamp: 2;
	}

	.moreNews .list {
		margin-top: 30px;
	}

	.newDet .dis>div:nth-child(n) {
		margin-top: 30px;
	}

	.newDet .dis>div:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.font36 {
		font-size: 20px;
		line-height: 32px;
	}

	.font32 {
		font-size: 20px;
		line-height: 30px;
	}

	.newDet .moreNews {
		margin-top: 40px;
	}

	.standardEdit ul li strong {
		font-size: 16px;
		line-height: 28px;
	}

	.standardEdit ul li::after {
		top: 5px;
	}

	.controlCon .msgSwiper .num {
		top: 2.5%;
	}
}

@media screen and (max-width:450px) {
	.newDet .des .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .des .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.newDet .moreNews .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.newDet .moreNews .list .item:nth-child(1) {
		margin-top: 0;
	}
}


/* 8-1Contact Us */


.contactUs {
	padding: 107px 0 88px 0;
}

.contactUs .title1 {
	padding: 0;
}

.contactUs .title1::after {
	display: none;
}

.contactUs .getQuote {
	display: flex;
	justify-content: space-between;
}

.contactUs .getQuote .info {
	width: 36%;
	padding-top: 4px;
}


.contactUs .getQuote .list {
	margin-top: 30px;
}


.contactUs .getQuote .list .item {
	display: flex;
	align-items: flex-start;
	margin-top: 34.5px;
}


.contactUs .getQuote .list .item:nth-child(1) {
	margin-top: 0;
}


.contactUs .getQuote .list i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	background-color: #165130;
	border-radius: 50%;
	color: #ffffff;
	font-size: 22px;
	margin-right: 13px;
	flex-shrink: 0;
	transform: translateY(1px);
}

.contactUs .getQuote .list .email {
	word-break: break-all;
}


.contactUs .getQuote .list .num {
	font-size: 16px;
	line-height: 26px;
	color: #666;
	margin-top: 2px;
	display: inline-block;
}

.contactUs .getQuote .list .num span {
	display: inline-block;
	direction: ltr;
}


.contactUs .getQuote .list a.num:hover span {
	color: #165130;
}



.contactUs .getQuote .quote {
	width: 60%;
	background-color: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	padding: 34px 45px 56px 51px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.14);
}


.contactUs .quote .cForm {
	margin-top: 23px;
}


.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	overflow: hidden;
}


.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.cForm ul li {
	height: 58px;
	border: 1px solid #D2D2D2;
	width: 48.8%;
	padding: 0 15px;
	background-color: #ffffff;
	margin-top: 24px;
	border-radius: 8px;
}

.cForm ul li.must {
	position: relative;
	padding-left: 27px;
}


.cForm ul li.must::after {
	content: "*";
	position: absolute;
	left: 15px;
	top: 13px;
	color: #F00;
	font-size: 16px;
	line-height: 28px;
}


.cForm ul li:nth-child(-n+2) {
	margin-top: 0;
}


.cForm ul li.message {
	width: 100%;
	height: 152px;
	padding: 15px 20px;
	margin-bottom: 7px;
	padding-left: 27px;
}


.cForm ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}


.cForm ul li.codeCon input {
	flex: 1;
	padding: 0 15px;
	padding-left: 27px;
}


.cForm ul li.codeCon .codeImg {
	flex-shrink: 0;
	width: 79px;
	height: 39px;
	background-color: #f3fbfe;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
}

.cForm ul li.codeCon .codeImg img {
	display: block;
	height: 100%;
}


.cForm ul li.subBtn {
	padding: 0;
	border: none;
	border-radius: 0;
}

.cForm ul li.subBtn input {
	cursor: pointer;
	background-color: #165130;
	border-radius: 8px;
	color: #FFF;
	font-size: 16px;
}



.cForm ul li.subBtn input:hover {
	background-color: #BDCA2A;
}


.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: rgba(153, 153, 153, 1);
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 16px;
	color: rgba(153, 153, 153, 1);
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 16px;
	color: rgba(153, 153, 153, 1);
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 16px;
	color: rgba(153, 153, 153, 1);
}


form.cForm ul li.m-formcountry {
	position: relative;
	padding: 0;
}

form.cForm ul li.m-formcountry .drop-btn {
	height: 100%;
	padding: 0 15px;
	padding-left: 27px;
}

form.cForm ul li.m-formcountry .drop-btn {
	position: relative;
}

form.cForm ul li.m-formcountry .drop-btn i,
form.cForm ul li.m-formcountry .drop-btn svg {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 10px;
	color: #999999;
}

form.cForm ul li.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #165130 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
	padding: 0;
}

form.cForm ul li.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form.cForm ul li.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form.cForm ul li.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #165130;
}

form.cForm ul li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 5px 15px;
	cursor: pointer;
	width: auto;
	height: auto;
	border: none;
	border-radius: 0;
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
}

form.cForm ul li.m-formcountry .drop-list li:hover {
	background-color: #165130;
	color: #ffffff;
}


.contactUs .map {
	margin-top: 89px;
}

.contactUs .map img,
.contactUs .map iframe {
	display: block;
}

@media screen and (max-width:1560px) {
	.contactUs .getQuote .quote {
		border-radius: 10px;
		padding: 40px 40px;
	}

	.cForm ul li {
		border-radius: 5px;
		height: 50px;
	}

	.contactUs .getQuote .info {
		padding-top: 40px;
	}

	.cForm ul li.subBtn input {
		border-radius: 5px;
	}

	.cForm ul li.must::after {
		top: 10px;
	}

	.cForm ul li.codeCon .codeImg {
		margin-right: 15px;
	}

	.contactUs .quote .cForm {
		margin-top: 30px;
	}

	.cForm ul li.message {
		margin-bottom: 0;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .getQuote .list .item {
		margin-top: 30px;
	}

	.contactUs .getQuote .quote {
		padding: 40px 30px;
		border-radius: 5px;
	}

	.cForm ul li {
		height: 46px;
	}

	.cForm ul li.must::after {
		top: 8px;
	}

	.cForm ul li.message {
		padding: 10px 15px;
		padding-left: 27px;
	}

	.cForm ul li.codeCon .codeImg {
		width: 60px;
		height: 32px;
	}

}

@media screen and (max-width:999px) {
	.contactUs .getQuote {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .getQuote .info {
		padding-top: 0;
		width: 100%;
	}

	.contactUs .getQuote .list .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .getQuote .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contactUs .getQuote .list .item {
		width: 48%;
		margin-top: 30px;
	}

	.contactUs .getQuote .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactUs .getQuote .list .item:last-child {
		width: 100%;
	}

	.contactUs .getQuote .list i {
		font-size: 18px;
	}

	.contactUs .getQuote .quote {
		padding: 30px 20px;
		width: 100%;
		margin-top: 50px;
	}

	form.cForm ul li.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 26px;
	}

	.cForm ul li {
		margin-top: 20px;
		height: 42px;
	}

	.cForm ul li.must::after {
		left: 10px;
		font-size: 14px;
	}

	.cForm ul li.must,
	form.cForm ul li.m-formcountry .drop-btn,
	.cForm ul li.message,
	.cForm ul li.codeCon input {
		padding-left: 20px;
	}

	.cForm ul li.codeCon {
		padding: 0;
	}
}

@media screen and (max-width:768px) {
	.contactUs .getQuote .quote {
		margin-top: 40px;
	}

	.cForm ul li {
		margin-top: 16px;
	}


}

@media screen and (max-width:538px) {
	.contactUs .getQuote .list {
		margin-top: 30px;
	}

	.contactUs .getQuote .list .item:nth-child(n) {
		width: 100%;
		margin-top: 24px;
	}

	.contactUs .getQuote .list .item:nth-child(1) {
		margin-top: 0;
	}

	.contactUs .getQuote .quote {
		padding: 30px 15px;
	}

	.cForm ul li {
		height: 38px;
	}

	.cForm ul li.must::after {
		top: 6px;
	}
}



@media screen and (max-width:450px) {
	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 16px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}
}




.innerRange {
	height: 140px;
}


/* innerBanner */

.innerBanner {
	position: relative;
	height: 400px;
}

.innerBanner .image {
	height: 100%;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerBanner .msg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 24px 0;
}

.innerBanner .msg .title {
	color: #FFF;
	font-size: 40px;
	line-height: 60px;
	position: absolute;
	left: 0;
	top: 43.5%;
	transform: translateY(-50%);
	font-family: Monda-Bold;
}



/* crumb */


.crumb {
	color: #ffffff;
}

.crumb a,
.crumb i {
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
}

.crumb a.active,
.crumb a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 1px;
}

.crumb i {
	font-style: normal;
}





/* pager */

.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #555;
	margin: 5px 9px;
	border: 1px solid #E1E2E4;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 4px;
}


.pager .pageList a.active,
.pager .pageList a:hover {
	color: #ffffff;
	border-color: #165130;
	background-color: #165130;
}


.pager .pageList a.iconfont {
	font-size: 14px;
}


.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 15px;
	color: #165130;
	font-size: 16px;
	line-height: 28px;
	position: relative;
}


.pager .addTo input {
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}


.pager .addTo img {
	margin-left: 6px;
	width: 12px;
}


.pager .addTo:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}



@media screen and (max-width:1560px) {
	.innerRange {
		height: 120px;
	}

	.innerBanner {
		height: 360px;
	}

	.innerBanner .msg .title {
		font-size: 36px;
		line-height: 48px;
	}

	.pager .pageList a {
		margin: 5px 8px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 300px;
	}

	.innerBanner .msg .title {
		font-size: 36px;
		line-height: 48px;
	}
}


@media screen and (max-width:999px) {
	.innerRange {
		height: 60px;
	}

	.innerBanner {
		height: 260px;
	}

	.innerBanner .msg .title {
		font-size: 30px;
		line-height: 42px;
	}

	.innerBanner .msg {
		padding: 24px 0;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.pager .pageList a {
		width: 34px;
		height: 34px;
		font-size: 14px;
		margin: 5px 6px;
		border-radius: 2px;
	}

	.pager .pageList a.iconfont {
		width: 34px;
		height: 34px;
		font-size: 12px;
	}

	.pager .addTo {
		font-size: 14px;
		line-height: 26px;
	}

}

@media screen and (max-width:768px) {
	.innerRange {
		height: 50px;
	}

	.innerBanner {
		height: 240px;
	}

	.innerBanner .msg .title {
		font-size: 26px;
		line-height: 38px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner .msg .title {
		font-size: 24px;
		line-height: 36px;
	}
}


/* footer */

footer {
	background-color: #161616;
	padding: 88px 0 50px 0;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
}


footer .footerList .box {
	margin-top: 14px;
}

footer .footerList .box li {
	margin-top: 8px;
}

footer .footerList .box li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .titBox .meuBtn {
	display: none;
}


footer .footerList .fMsg {
	width: 27%;
	margin-right: 7.9%;
}


footer .footerList .fMsg .fLogo {
	width: 273px;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .footerList .fMsg .fLogo:hover img {
	transform: none;
}


footer .footerList .fMsg .msg {
	margin-top: 31px;
	color: #D9D9D9;
}


footer .footerList .fContact {
	width: 28%;
	margin-right: 6.1%;
}


footer .footerList .fContact .box {
	margin-top: 18px;
}


footer .footerList .fContact p {
	display: inline;
}

footer .footerList .fContact li {
	display: flex;
	align-items: flex-start;
	margin-top: 21px;
}

footer .footerList .fContact li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .fContact li i {
	margin-right: 15px;
	flex-shrink: 0;
	color: #ffffff;
	font-size: 23px;
	transform: translateY(3px);
}

footer .email a {
	word-break: break-all;
}

footer .footerList .fContact .num {
	display: inline-block;
	direction: ltr;
}


footer .footerList .fContact .num span {
	direction: ltr;
	display: inline-block;
}

footer .footerList .fNav {
	width: 14%;
	margin-right: 2.8%;
}

footer .footerList .fProduct {
	width: 14.2%;
}


footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 28px;
	color: #D9D9D9;
}

footer .box a:hover {
	color: #BDCA2A;
}

footer .title {
	font-family: Monda-SemiBold;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	display: inline-block;
}

footer a.title:hover {
	color: #BDCA2A;
}

footer .line {
	width: 100%;
	height: 2px;
	background-color: rgba(255, 255, 255, .1);
	margin: 74px 0 20px 0;
}


footer .copyright {
	color: #666;
	margin-bottom: 0px;
}

footer .copyright a {
	display: inline;
	color: #666;
}

footer .copyright a.sitMap {
	margin: 0 37px;
}

footer .links span {
	color: #666;
	margin-right: 10px;
}

footer .links a {
	color: #666;
	margin-right: 10px;
}

footer .links i {
	font-style: normal;
	color: #666666;
	margin-right: 10px;
}



.fBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
}

footer .blogrolls {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	margin-left: 30px;
}

footer .blogrolls a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0;
	font-size: 22px;
	margin-left: 11.5px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #ffffff;
	color: #165130;
	position: relative;
	z-index: 2;
	overflow: hidden;
}


footer .blogrolls a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .4s ease all;
	background: linear-gradient(90deg, #DBDF00 0%, #00562E 100%);
	z-index: -1;
	box-sizing: border-box;
	opacity: 0;
}




footer .blogrolls a:hover {
	color: #ffffff;
	background-color: transparent;
}

footer .blogrolls a:hover::after {
	opacity: 1;
}



@media screen and (max-width:1560px) {
	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer {
		padding: 60px 0 40px;
	}

	footer .line {
		margin: 40px 0;
	}

	footer .footerList .box,
	footer .footerList .fContact .box,
	footer .footerList .fMsg .msg {
		margin-top: 26px;
	}

	footer .footerList .fContact li {
		margin-top: 8px;
	}

	footer .footerList .fMsg .fLogo {
		width: 200px;
	}

	footer .footerList .fProduct {
		width: 19%;
	}

	footer .footerList .fContact li i {
		font-size: 20px;
	}

	footer .copyright a.sitMap {
		margin: 0 16px;
	}

	footer .blogrolls a {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	footer .title {
		font-size: 22px;
		line-height: 34px;
	}
}


@media screen and (max-width:1333px) {
	footer .title {
		font-size: 20px;
		line-height: 30px;
	}

	footer .footerList .fMsg .fLogo {
		width: 180px;
	}

	footer .footerList .fProduct {
		width: 23%;
	}

	footer .line {
		margin: 30px 0;
	}

	footer {
		padding: 50px 0 30px 0;
	}

	footer .blogrolls a {
		width: 38px;
		height: 38px;
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {

	footer .footerList .fMsg .fLogo {
		width: 160px;
		margin-bottom: 26px;
	}

	footer .footerList {
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .footerList .box {
		margin-top: 10px;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerLinks a {
		width: 50%;
		margin-top: 15px;
		font-size: 14px;
	}

	footer .footerLinks a:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerLinks a img {
		width: 26px;
	}

	.fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
		margin-bottom: 15px;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 15px;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 32px;
		height: 32px;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList .fContact li i {
		font-size: 18px;
		transform: translateY(0);
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList .fInquiry form {
		display: none;
		transition: none;
	}

	footer .footerList .fContact .box li:last-child {
		width: 100%;
	}


	footer {
		padding: 40px 0 60px 0;
	}

	footer .fLogo {
		width: 120px;
		margin-bottom: 30px;
	}

	footer .line {
		margin: 30px 0;
	}

	footer .fInquiry .m-formcountry .drop-list li:nth-child(n) {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 3.5px 18px;
	}

	footer .blogrolls a {
		font-size: 14px;
		width: 30px;
		height: 30px;
	}

	footer .footerList .box,
	footer .footerList .fContact .box {
		margin-top: 10px;
	}

	footer .footerList .fMsg .msg {
		margin-top: 0;
	}

	footer .copyright a.sitMap {
		margin: 0 10px;
	}
}


@media screen and (max-width:538px) {
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}


	footer .footerLinks a:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerLinks a img {
		width: 24px;
	}

	footer .footerLinks a:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList form ul li {
		height: 36px;
	}

	footer .fLogo {
		width: 110px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:400px) {
	footer .footerList .fInquiry ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(-n+1) {
		margin-top: 0;
	}
}


/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Monda-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* customer */
.customer {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: rgba(186, 203, 193, 1);
	color: #ffffff;
	margin-bottom: 9px;
	margin-right: 3px;
	font-size: 26px;
	border-radius: 5px;
}

.customer .top a {
	width: 60px;
	height: 60px;
	background-color: rgba(186, 203, 193, 1);
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	margin-bottom: 0;
}


.customer a i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
}


.customer div div {
	cursor: pointer;
}

.customer div a:hover,
.customer div div:hover {
	background-color: #165130;
	color: #fff;
}

.clear2 {
	display: none;
}


.customer .code {
	position: relative;
}

.customer .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.customer .code:hover img {
	transform: translateX(0);
	opacity: 1;
}

@media screen and (max-width: 1560px) {

	.customer div a,
	.customer div div,
	.customer .top a {
		width: 52px;
		height: 52px;
		font-size: 22px;
	}

	.customer .top a i {
		font-size: 30px;
	}
}

@media screen and (max-width: 1333px) {

	.customer div a,
	.customer div div,
	.customer .top a {
		width: 48px;
		height: 48px;
		font-size: 22px;
	}

	.customer .top a i {
		font-size: 26px;
	}
}

@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.customer .top a {
		width: 50%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.customer div {
		width: 50%;
		float: left;
	}

	.customer div a,
	.customer div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: rgba(186, 203, 193, 1);
		color: #fff !important;
		border-radius: 0px;
	}

	.customer .top i {
		border-color: #fff;
	}

	.customer .code img,
	.customer .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.customer .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}

	.customer div a:hover,
	.customer div div:hover {
		background-color: rgba(186, 203, 193, 1);
	}

	.customer div.active a,
	.customer div.active div {
		background-color: #165130;
	}
}

@media screen and (max-width: 768px) {

	.customer .code img,
	.customer .code:hover img {
		left: 0%;
		transform: translateX(0%);
	}

	.customer .code.active img {
		opacity: 1;
		transform: translateX(0%) translateY(-100%);
	}
}

@font-face {
	font-family: 'Monda-SemiBold';
	font-display: swap;
	src: url('../fonts/MondaSemiBold.eot');
	src: url('../fonts/MondaSemiBold.eot') format('embedded-opentype'),
		url('../fonts/MondaSemiBold.woff2') format('woff2'),
		url('../fonts/MondaSemiBold.woff') format('woff'),
		url('../fonts/MondaSemiBold.ttf') format('truetype'),
		url('../fonts/MondaSemiBold.svg#MondaSemiBold') format('svg');
}


@font-face {
	font-family: 'Monda-Regular';
	font-display: swap;
	src: url('../fonts/MondaRegular.eot');
	src: url('../fonts/MondaRegular.eot') format('embedded-opentype'),
		url('../fonts/MondaRegular.woff2') format('woff2'),
		url('../fonts/MondaRegular.woff') format('woff'),
		url('../fonts/MondaRegular.ttf') format('truetype'),
		url('../fonts/MondaRegular.svg#MondaRegular') format('svg');
}


@font-face {
	font-family: 'Monda-Bold';
	font-display: swap;
	src: url('../fonts/MondaBold.eot');
	src: url('../fonts/MondaBold.eot') format('embedded-opentype'),
		url('../fonts/MondaBold.woff2') format('woff2'),
		url('../fonts/MondaBold.woff') format('woff'),
		url('../fonts/MondaBold.ttf') format('truetype'),
		url('../fonts/MondaBold.svg#MondaBold') format('svg');
}



@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1766050956754') format('woff'),
		url('../fonts/iconfont.ttf?t=1766050956754') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zuojiantou:before {
	content: "\e600";
}

.icon-zuojiantou-copy:before {
	content: "\f213";
}

.icon-Gc_17_public-TopOutlined:before {
	content: "\e61b";
}

.icon-jurassic_message:before {
	content: "\e69f";
}

.icon-top02:before {
	content: "\e6f5";
}

.icon-kefu:before {
	content: "\e608";
}

.icon-teams_x:before {
	content: "\e604";
}

.icon-zhiding1:before {
	content: "\e7b9";
}

.icon-QQ:before {
	content: "\e882";
}

.icon-QQkongjian:before {
	content: "\e619";
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-location:before {
	content: "\e614";
}

.icon-xinlangweibo:before {
	content: "\e606";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}

@font-face {
	font-family: 'Anton-Regular';
	font-display: swap;
	src: url('../fonts/Anton-Regular.eot');
	src: url('../fonts/Anton-Regular.eot') format('embedded-opentype'),
		url('../fonts/Anton-Regular.woff2') format('woff2'),
		url('../fonts/Anton-Regular.woff') format('woff'),
		url('../fonts/Anton-Regular.ttf') format('truetype'),
		url('../fonts/Anton-Regular.svg#Anton-Regular') format('svg');
}
.indexBanner .banner2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 8.95% 0;
}

.indexBanner .banner2 * {
	transition: .4s ease all;
}

.indexBanner .banner2 .safeRange {
	max-width: 1640px;
}


.indexBanner .banner2 .title {
	position: relative;
	font-size: 66px;
	line-height: 80px;
	display: inline-block;
}

.indexBanner .banner2 .title:hover {
	color: #BDCA2A;
}

.indexBanner .banner2 .title:hover::after {
	opacity: 0;
}

.indexBanner .banner2 .title::after {
	content: attr(title);
	position: absolute;
	left: 3px;
	top: 4px;
	width: 100%;
	height: 100%;
	color: rgba(255, 255, 255, 0.00);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255, 255, 255, 0.50);
	transition: .4s ease all;
}

.indexBanner .banner2 .txts {
	margin-top: 20px;
}

.indexBanner .banner2 .txts p {
	color: #FFF;
	font-size: 24px;
	line-height: 30px;
}

.indexBanner .banner2 .cBtn {
	margin-top: 36px;
}

.indexBanner .banner2 .msg {
	max-width: 756px;
}

@media screen and (max-width:1560px) {
	.indexBanner .banner2 .title {
		font-size: 46px;
		line-height: 58px;
	}

	.indexBanner .banner2 .txts p {
		font-size: 20px;
		line-height: 30px;
	}

	.indexBanner .banner2 {
		padding: 8% 0;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .banner2 {
		padding: 7% 0;
	}

	.indexBanner .banner2 .title {
		font-size: 36px;
		line-height: 48px;
	}

	.indexBanner .banner2 .msg {
		max-width: 680px;
	}

	.indexBanner .banner2 .cBtn {
		margin-top: 26px;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .banner2 {
		padding: 6% 0;
	}

	.indexBanner .banner2 .title {
		font-size: 28px;
		line-height: 40px;
	}

	.indexBanner .banner2 .msg {
		max-width: 520px;
	}

	.indexBanner .banner2 .txts {
		margin-top: 16px;
	}

	.indexBanner .banner2 .cBtn {
		margin-top: 20px;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .banner2 .title {
		font-size: 26px;
		line-height: 38px;
	}

	.indexBanner .banner2 .msg {
		max-width: 480px;
	}
}

@media screen and (max-width:750px) {
	.indexBanner .banner2 {
		display: none;
	}
}


.indexBanner .banner3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 7.7% 0;
	display: flex;
	align-items: flex-end;
}

.indexBanner .banner3 * {
	transition: .4s ease all;
}

.indexBanner .banner3 .safeRange {
	max-width: 1581px;
}


.indexBanner .banner3 .title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: max-content;
	max-width: 100%;
}

.indexBanner .banner3 .title span {
	font-size: 70px;
	line-height: 70px;
}

.indexBanner .banner3 .title i {
	font-style: normal;
	font-size: 44px;
	line-height: 56px;
	margin-top: -2px;
}


.indexBanner .banner3 .title:hover {
	color: #BDCA2A;
}

.indexBanner .banner3 .txts {
	margin-top: 7px;
}

.indexBanner .banner3 .txts p {
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
}

.indexBanner .banner3 .cBtn {
	margin-top: 36px;
}

.indexBanner .banner3 .msg {
	max-width: 660px;
}

@media screen and (max-width:1560px) {
	.indexBanner .banner3 {
		padding: 7% 0;
	}

	.indexBanner .banner3 .cBtn {
		margin-top: 30px;
	}

	.indexBanner .banner3 .title i {
		font-size: 32px;
		line-height: 46px;
	}

	.indexBanner .banner3 .txts {
		margin-top: 20px;
	}

	.indexBanner .banner3 .title span {
		font-size: 56px;
		line-height: 68px;
	}

	.indexBanner .banner3 .txts p {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .banner3 .title span {
		font-size: 46px;
		line-height: 58px;
	}

	.indexBanner .banner3 .title i {
		font-size: 26px;
		line-height: 38px;
	}

	.indexBanner .banner3 .txts {
		margin-top: 16px;
	}

	.indexBanner .banner3 .cBtn {
		margin-top: 26px;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .banner3 .title span {
		font-size: 36px;
		line-height: 48px;
	}

	.indexBanner .banner3 .title i {
		font-size: 22px;
		line-height: 34px;
	}

	.indexBanner .banner3 .txts {
		margin-top: 10px;
	}

	.indexBanner .banner3 .cBtn {
		margin-top: 20px;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .banner3 .title span {
		font-size: 32px;
		line-height: 44px;
	}

	.indexBanner .banner3 .title i {
		font-size: 20px;
		line-height: 32px;
	}
}

@media screen and (max-width:750px) {
	.indexBanner .banner3 {
		display: none;
	}
}



.indexBanner .banner4 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.indexBanner .banner4 * {
	transition: .4s ease all;
}

.indexBanner .banner4 .safeRange {
	max-width: 1581px;
}

.indexBanner .banner4 .tips p {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
}

.indexBanner .banner4 .title {
	color: #247FD4;
	font-family: Anton-Regular;
	font-size: 50px;
	line-height: 52px;
	background-color: #ffffff;
	width: max-content;
	max-width: 100%;
	margin-top: 24px;
	padding: 0 3.5px;
}

.indexBanner .banner4 .tit {
	color: #FFF;
	font-family: Anton-Regular;
	font-size: 50px;
	line-height: 62px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 5px;
}

.indexBanner .banner4 .tit:hover {
	color: #BDCA2A;
}



.indexBanner .banner4 .txts {
	margin-top: 23px;
}

.indexBanner .banner4 .txts p {
	color: #FFF;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.40);
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
}

.indexBanner .banner4 .cBtn {
	margin-top: 38px;
}

.indexBanner .banner4 .msg {
	max-width: 520px;
}


@media screen and (max-width:1560px) {

	.indexBanner .banner4 .title,
	.indexBanner .banner4 .tit {
		font-size: 36px;
		line-height: 48px;
	}

	.indexBanner .banner4 .tit {
		margin-top: 10px;
	}

	.indexBanner .banner4 .txts {
		margin-top: 16px;
	}

	.indexBanner .banner4 .cBtn {
		margin-top: 26px;
	}
}

@media screen and (max-width:1333px) {

	.indexBanner .banner4 .title,
	.indexBanner .banner4 .tit {
		font-size: 30px;
		line-height: 40px;
	}

	.indexBanner .banner4 .title {
		margin-top: 10px;
	}

	.indexBanner .banner4 .txts {
		margin-top: 10px;
	}

	.indexBanner .banner4 .cBtn {
		margin-top: 16px;
	}
}

@media screen and (max-width:999px) {

	.indexBanner .banner4 .title,
	.indexBanner .banner4 .tit {
		font-size: 26px;
		line-height: 36px;
	}

	.indexBanner .banner4 .cBtn {
		margin-top: 10px;
	}

	.indexBanner .banner4 .txts {
		margin-top: 6px;
	}
}

@media screen and (max-width:768px) {

	.indexBanner .banner4 .title,
	.indexBanner .banner4 .tit {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:750px) {
	.indexBanner .banner4 {
		display: none;
	}
}



.indexBanner .banner5 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 3.4% 0;
	display: flex;
	align-items: flex-end;
}

.indexBanner .banner5 * {
	transition: .4s ease all;
}

.indexBanner .banner5 .safeRange {
	max-width: 100%;
}


.indexBanner .banner5 .title {
	text-align: right;
	font-size: 46px;
	line-height: 56px;
	display: inline-block;
}

.indexBanner .banner5 .title:hover {
	color: #BDCA2A;
}


.indexBanner .banner5 .txts {
	margin-top: 11px;
}

.indexBanner .banner5 .txts p {
	color: #FFF;
	font-size: 25px;
	line-height: 28px;
	text-align: right;
}

.indexBanner .banner5 .cBtn {
	margin-top: 29px;
}

.indexBanner .banner5 .safeRange {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	max-width: 1920px;
	padding: 0 51px;
}

.indexBanner .banner5 .msg {
	max-width: 741px;
	background: rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(2px);
	position: relative;
	padding: 52px 56px 41px;
}


.indexBanner .banner5 .msg::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 51.8%;
	transform: translateX(-50%) translateY(-50%);
	width: calc(100% - 41px);
	height: calc(100% - 24px);
	border: 2px solid #FFF;
	pointer-events: none;
}


.indexBanner .banner5 .cBtn {
	margin-left: auto;
}


@media screen and (max-width:1560px) {
	.indexBanner .banner5 .safeRange {
		padding: 0 80px;
	}

	.indexBanner .banner5 .title {
		font-size: 36px;
		line-height: 48px;
	}

	.indexBanner .banner5 .txts p {
		font-size: 20px;
		line-height: 30px;
	}

	.indexBanner .banner5 .cBtn {
		margin-top: 20px;
	}

	.indexBanner .banner5 .msg::after {
		top: 50%;
		left: 50%;
	}

	.indexBanner .banner5 .msg {
		padding: 40px;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .banner5 .title {
		font-size: 30px;
		line-height: 40px;
	}

	.indexBanner .banner5 .msg {
		max-width: 540px;
		padding: 30px;
	}

	.indexBanner .banner5 .msg::after {
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}

	.indexBanner .banner5 .cBtn {
		margin-top: 16px;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .banner5 .title {
		font-size: 24px;
		line-height: 36px;
	}

	.indexBanner .banner5 .msg {
		max-width: 460px;
		padding: 26px;
	}

	.indexBanner .banner5 .msg::after {
		width: calc(100% - 14px);
		height: calc(100% - 14px);
	}

	.indexBanner .banner5 .cBtn {
		margin-top: 10px;
	}

	.indexBanner .banner5 .txts {
		margin-top: 6px;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .banner5 .safeRange {
		padding: 0 25px;
	}

	.indexBanner .banner5 .title {
		font-size: 20px;
		line-height: 32px;
	}

	.indexBanner .banner5 .msg {
		max-width: 400px;
	}
}

@media screen and (max-width:750px) {
	.indexBanner .banner5 {
		display: none;
	}
}