@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: WorkSans-Regular, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	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: #1F7337 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}

.standardEdit p {
	color: #171717;
	font-size: 16px;
	line-height: 26px;
}

.standardEdit a {
	color: #1F7337;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: WorkSans-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: 1200px;
	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:1360px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}

	.innerRange {
		padding: 40px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}

	.innerRange {
		padding: 40px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}

	.innerRange {
		padding: 40px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}

	.innerRange {
		padding: 40px 0 40px 0 !important;
	}
}





@media screen and (max-width:1360px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !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: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !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;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !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: #1F7337;
		right: 30px;
		top: 30px;
		transform: translateY(-50%);
		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: linear-gradient(261deg, #9CCFC8 -58.62%, #084294 93.43%);
		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: WorkSans-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 8.4.7
 * 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: January 30, 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
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.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-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.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,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.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-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-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.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: 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: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,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-lock {
	display: none !important;
}

.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: 10px;
	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: 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: 10px;
	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-progressbar {
	background: 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: 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: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: 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: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	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
}

.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 .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,
.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-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.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-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-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-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 {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background-color: #ffffff;
}

nav.active {
	box-shadow: 0 0 20px 0 rgba(0, 55, 104, 0.20);
}



nav .con {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


nav .logo {
	width: 146px;
	flex-shrink: 0;
	margin-right: 45px;
}


nav .logo:hover img {
	transform: none;
}


nav .navList {
	display: flex;
	align-items: center;
}


nav .navList>ul {
	display: flex;
	align-items: center;
}

nav .navList>ul>li {
	margin-right: 27.5px;
}


nav .navList>ul>li:last-child {
	margin: 0;
}

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 70px;
	line-height: 70px;
	color: #171717;
	font-family: WorkSans-Medium;
}

.bannerRange {
	height: 70px;
}

html {
	scroll-padding-top: 70px;
}


nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #1F7337;
}



nav .btns {
	display: flex;
	align-items: center;
}

nav .btns .list {
	display: flex;
	align-items: center;
	margin-right: 39px;
}


nav .btns .list>li {
	margin-right: 27.5px;
}

nav .btns .list>li:last-child {
	margin-right: 0;
}

nav .btns .list>li:hover>a,
nav .btns .list>li.active>a {
	color: #1F7337;
}


nav .btns .list>li>a {
	height: 70px;
	line-height: 70px;
	color: #171717;
	font-family: WorkSans-Medium;
}

nav .btns .box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

nav .btns .search {
	height: 70px;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 37px;
}


nav .btns .search .searchBtn {
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}


nav .btns .search .searchBtn img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


nav .btns .search .searchBtn img:nth-child(2) {
	opacity: 0;
}


nav .btns .search .searchBtn:hover img:nth-child(1) {
	opacity: 0;
}

nav .btns .search .searchBtn:hover img:nth-child(2) {
	opacity: 1;
}

nav .btns .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	height: 35px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 55, 104, 0.20);
	overflow: hidden;
}


nav .btns .search form.active {
	width: 280px;
	padding: 0 10px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}

nav .btns .search form .subBtn:hover i {
	color: #6b69af;
}

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}


nav .btns .language {
	height: 70px;
	display: flex;
	align-items: center;
	position: relative;
}

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #000;
	overflow: hidden;
}

nav .btns .lanBtn .sign {
	width: 22px;
	height: 22px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	flex-shrink: 0;
}


nav .btns .lanBtn .sign img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

nav .btns .lanBtn .sign img:nth-child(1) {
	opacity: 0;
}

nav .btns .lanBtn:hover .sign img:nth-child(1) {
	opacity: 1;
}

nav .btns .lanBtn:hover .sign img:nth-child(2) {
	opacity: 0;
}


nav .btns .lanBtn:hover {
	color: #1F7337;
}

nav .btns .lanBtn:hover i {
	color: #1F7337;
}


nav .btns .lanBtn i {
	color: #000;
}


nav .btns .lanBtn i.icon-right7 {
	font-size: 10px;
	transform: rotate(90deg);
	margin-left: 6px;
}

nav .btns .lanBtn.active i.icon-right7 {
	transform: rotate(-90deg);
}

nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 55, 104, 0.20);
	right: -20px;
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	padding: 20px 0;
}


nav .btns .language ul li {
	margin-bottom: 10px;
}

nav .btns .language ul li:last-child {
	margin-bottom: 0;
}


nav .btns .language ul a {
	color: #171717;
	line-height: 24px;
	text-align: right;
	padding: 0 20px;
}



nav .btns .language ul a:hover {
	color: #1F7337;
}




/* moreList */

.moreList {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #ffffff;
	width: 100%;
	display: none;
	transition: none;
	padding: 50px 0 50px 0;
	border-top: 1px solid #F2F2F2;
	box-shadow: 0px 5px 10px rgba(0, 55, 104, 0.10);
}

.moreList .title {
	color: #171717;
	font-size: 18px;
	font-family: WorkSans-Medium;
}

.moreList ul {
	margin-top: 23px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.moreList ul li {
	margin-bottom: 17px;
}

.moreList ul li:last-child {
	margin-bottom: 0;
}

.moreList ul a {
	color: #171717;
	font-size: 16px;
	line-height: 26px;
}


.moreList .title:hover,
.moreList ul a:hover {
	color: #1F7337;
}

@media screen and (max-width:1360px) {
	.moreList {
		padding: 30px 0;
	}

	.moreList ul li {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1333px) {
	nav .logo {
		width: 130px;
		margin-right: 40px;
	}
}

@media screen and (max-width:1200px) {
	nav .btns {
		flex-direction: column-reverse;
		align-items: flex-end;
	}

	nav .btns .list>li>a {
		height: 35px;
		line-height: 35px;
	}

	nav .btns .search,
	nav .btns .language {
		height: 35px;
	}

	nav .btns .list {
		margin-right: 0;
	}

	nav .btns .search form {
		right: calc(100% + 10px);
		top: 0;
		height: 28px;
		top: 50%;
		transform: translateY(-50%);
	}

	nav .btns .search form.active {
		width: 165px;
	}

	nav .btns .language ul {
		top: calc(100% + 5px);
	}
}

@media screen and (max-width:999px) {
	nav .navList>ul {
		display: none;
	}

	nav .btns .list {
		display: none;
	}

	nav .btns .search {
		display: none;
	}

	nav .btns .language,
	.bannerRange {
		height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav .btns .language {
		margin-right: 60px;
	}

	nav .btns .lanBtn {
		font-size: 14px;
		line-height: 26px;
	}

	nav .logo {
		margin-right: 0;
	}

	nav .btns .language ul {
		top: 100%;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		padding: 10px 0;
	}

	nav .btns .language ul li {
		margin-bottom: 5px;
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 26px;
		text-align: center;
		padding: 0 10px;
	}
}

@media screen and (max-width:768px) {

	nav .btns .language,
	.bannerRange {
		height: 50px;
	}

	html {
		scroll-padding-top: 50px;
	}

	header .xnav .nav {
		top: 25px;
		right: 25px;
	}

	nav .con {
		padding: 0 25px;
	}

	nav .logo {
		width: 120px;
	}
}

@media screen and (max-width:538px) {
	nav .con {
		padding: 0 15px;
	}

	header .xnav .nav {
		right: 15px;
	}
}

/* animation */

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}


@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}


@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}


@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}


@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}


/* indexBanner */

.indexBanner {
	position: relative;
	transition: none;
}


.indexBanner * {
	transition: none;
}


.indexBanner a:hover img {
	transform: scale(1);
}


.indexBanner .swiper-slide {
	position: relative;
	height: 430px;
}

.indexBanner .swiper-slide .image {
	width: 100%;
	height: 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 {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	color: rgba(255, 255, 255, .5);
	font-size: 28px;
	transition: .4s ease all;
}


.indexBanner .prev {
	left: 3.6%;
}


.indexBanner .next {
	right: 3.6%;
}


.indexBanner .prev:hover,
.indexBanner .next:hover {
	color: #ffffff;
}


.indexBanner .signs {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
	display: none;
}



.indexBanner .swiper-pagination {
	position: static;
	margin: 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}




.indexBanner .swiper-pagination span {
	cursor: pointer;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	border: solid 1px transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	opacity: 1;
	transition: .4s ease all;
}


.indexBanner .swiper-pagination span::after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 1);
	transition: .4s ease all;
}


.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	border-color: #1F7337;
}

.indexBanner .swiper-pagination span.swiper-pagination-bullet-active::after {
	background-color: #1F7337;
}





.indexBanner .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}

.indexBanner .msg .safeRange {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.indexBanner .msg .box {
	width: 46%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.indexBanner .msg .title {
	color: #FFF;
	font-family: WorkSans-SemiBold;
	font-size: 48px;
	line-height: 60px;
	transition: .4s ease all;
}

.indexBanner .msg .title:hover {
	color: #1F7337;
}

.indexBanner .msg .txts {
	color: #FFF;
	font-size: 16px;
	line-height: 26px;
	margin-top: 9px;
}


.indexBanner .msg .btn {
	width: 164px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 72px;
	color: #FFF;
	font-family: WorkSans-SemiBold;
	font-size: 16px;
	text-align: center;
	transition: .4s ease all;
	border-radius: 6px;
	border: 1px solid #FFF;
}

.indexBanner .msg .btn:hover {
	background-color: #1F7337;
	border-color: #1F7337;
}


.indexBanner .bannerTit {
	color: #FFF;
	font-family: WorkSans-SemiBold;
	font-size: 48px;
	line-height: 60px;
	text-transform: uppercase;
	width: 65%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}



@media screen and (max-width:1600px) {

	.indexBanner .prev,
	.indexBanner .next {
		width: 36px;
		height: 36px;
		font-size: 24px;
	}

	.indexBanner .prev {
		left: 20px;
	}

	.indexBanner .next {
		right: 20px;
	}

	.indexBanner .bannerTit {
		width: 70%;
	}

}

@media screen and (max-width:1360px) {
	.indexBanner .msg .txts {
		margin-top: 30px;
	}

	.indexBanner .msg .btn {
		height: 40px;
		width: 140px;
		margin-top: 30px;
	}

	.indexBanner .msg .title,
	.indexBanner .bannerTit {
		font-size: 36px;
		line-height: 48px;
	}

	.indexBanner .swiper-slide {
		height: 400px;
	}

	.indexBanner .prev,
	.indexBanner .next {
		width: 32px;
		height: 32px;
		font-size: 22px;
	}

	.indexBanner .bannerTit {
		width: 75%;
	}
}

@media screen and (max-width:1333px) {

	.indexBanner .msg .title,
	.indexBanner .bannerTit {
		font-size: 28px;
		line-height: 40px;
	}

	.indexBanner .msg .txts {
		margin-top: 20px;
	}

	.indexBanner .msg .box {
		width: 63%;
	}

	.indexBanner .msg .btn {
		height: 36px;
	}

	.indexBanner .swiper-slide {
		height: 360px;
	}

	.indexBanner .bannerTit {
		width: 80%;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .msg .box {
		width: 80%;
	}

	.indexBanner .swiper-slide {
		height: 300px;
	}

	.indexBanner .msg .title,
	.indexBanner .bannerTit {
		font-size: 24px;
		line-height: 36px;
	}

	.indexBanner .msg .txts {
		font-size: 14px;
		line-height: 24px;
	}

	.indexBanner .msg .btn {
		font-size: 14px;
		border-radius: 4px;
	}

	.indexBanner .prev,
	.indexBanner .next {
		display: none;
	}

	.indexBanner .signs {
		display: flex;
		bottom: 14px;
	}

	.indexBanner .bannerTit {
		width: 85%;
	}
}

@media screen and (max-width:768px) {

	.indexBanner .msg .title,
	.indexBanner .bannerTit {
		font-size: 22px;
		line-height: 34px;
	}

	.indexBanner .msg .box {
		width: 90%;
	}

	.indexBanner .swiper-slide {
		height: 280px;
	}

	.indexBanner .msg .txts {
		margin-top: 10px;
	}

	.indexBanner .msg .btn {
		margin-top: 20px;
	}

	.indexBanner .bannerTit {
		width: 90%;
	}
}




/* .title */

.title1 {
	color: #171717;
	font-family: WorkSans-SemiBold;
	font-size: 36px;
	line-height: 50px;
}

a.title1 {
	display: inline-block;
}


a.title1:hover {
	color: #1F7337;
}

.bTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.cBtn {
	display: flex;
	align-items: center;
}

.cBtn span {
	color: #171717;
	font-family: WorkSans-SemiBold;
	font-size: 24px;
	position: relative;
}

.cBtn span::after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #171717;
	transition: .4s ease all;
	bottom: 1px;
}

.cBtn:hover span::after {
	width: 100%;
	right: auto;
	left: 0;
}


.cBtn i {
	position: relative;
	flex-shrink: 0;
	margin-left: 46px;
	width: 35px;
	height: 35px;
}


.cBtn i::after,
.cBtn i::before {
	content: "";
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: .4s ease all;
}


.cBtn i::after {
	background-image: url("../images/cBtn.png");
}

.cBtn i::before {
	background-image: url("../images/cBtn2.png");
	opacity: 0;
}

.cBtn:hover i::after {
	opacity: 0;
}

.cBtn:hover i::before {
	opacity: 1;
}



/* indexM1-1 */

.iCategory {
	padding: 60px 0 80px 0;
}

.productCategroy .list {
	margin-top: 29px;
	display: flex;
	flex-wrap: wrap;
}

.productCategroy .list .item {
	width: 31.85%;
	margin-right: 2.225%;
	margin-top: 27px;
	border-radius: 10px;
	border: 1px solid #D9D9D9;
	overflow: hidden;
	background-color: #ffffff;
}


.productCategroy .list .item:nth-child(3n) {
	margin-right: 0;
}

.productCategroy .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.productCategroy .list .image {
	overflow: hidden;
}

.productCategroy .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.productCategroy .list .msg {
	padding: 30px 29px 29px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.productCategroy .list .tit {
	min-height: 56px;
}

.productCategroy .list .tit h2 {
	font-weight: normal;
}


.productCategroy .list .tit a {
	color: #171717;
	font-family: WorkSans-SemiBold;
	font-size: 24px;
	line-height: 28px;
}

.productCategroy .list .tit a:hover {
	color: #1F7337;
}

.productCategroy .list .sBtn {
	margin-top: 29px;
}

.sBtn {
	display: flex;
	align-items: center;
}

.sBtn span {
	color: #000;
	font-family: WorkSans-SemiBold;
	font-size: 16px;
	position: relative;
}


.sBtn span::after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #171717;
	transition: .4s ease all;
	bottom: 1px;
}

.sBtn:hover span::after {
	width: 100%;
	right: auto;
	left: 0;
}


.sBtn i {
	position: relative;
	flex-shrink: 0;
	margin-left: 19px;
	width: 21px;
	height: 21px;
}


.sBtn i::after,
.sBtn i::before {
	content: "";
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: .4s ease all;
}


.sBtn i::after {
	background-image: url("../images/cBtn.png");
}

.sBtn i::before {
	background-image: url("../images/cBtn2.png");
	opacity: 0;
}

.sBtn:hover i::after {
	opacity: 0;
}

.sBtn:hover i::before {
	opacity: 1;
}


@media screen and (max-width:1360px) {
	.cBtn span {
		font-size: 22px;
		line-height: 30px;
	}

	.cBtn i {
		width: 30px;
		height: 30px;
		margin-left: 20px;
	}

	.productCategroy .list .msg {
		padding: 20px;
	}

	.productCategroy .list .sBtn {
		margin-top: 20px;
	}

	.productCategroy .list .tit a {
		font-size: 22px;
		line-height: 30px;
	}

	.productCategroy .list .tit {
		min-height: 60px;
	}

	.productCategroy .list {
		margin-top: 40px;
	}

	.productCategroy .list .item {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.cBtn span {
		font-size: 18px;
	}

	.cBtn i {
		width: 25px;
		height: 25px;
	}

	.productCategroy .list .tit {
		min-height: 56px;
	}

	.productCategroy .list .tit a {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.cBtn span {
		font-size: 16px;
		line-height: 28px;
	}

	.cBtn i {
		width: 22px;
		height: 22px;
	}

	.productCategroy .list {
		justify-content: space-between;
	}

	.productCategroy .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.productCategroy .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.sBtn span {
		font-size: 14px;
		line-height: 26px;
	}

	.sBtn i {
		width: 18px;
		height: 18px;
	}

	.productCategroy .list .tit a {
		font-size: 16px;
	}

}

@media screen and (max-width:538px) {
	.bTitle {
		flex-direction: column;
		align-items: flex-start;
	}

	.bTitle .cBtn {
		margin-top: 20px;
	}

	.productCategroy .list {
		margin-top: 30px;
	}
}

@media screen and (max-width:450px) {
	.productCategroy .list {
		max-width: 280px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.productCategroy .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.productCategroy .list .item:nth-child(1) {
		margin-top: 0;
	}

	.productCategroy .list .tit {
		min-height: auto;
	}
}


/* indexM2-1 */

.iAbout .con {
	display: flex;
	justify-content: space-between;
}

.iAbout .msg {
	width: 38%;
	padding: 32px 0 26px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}



.iAbout .image {
	width: 56.66%;
	border-radius: 10px;
	overflow: hidden;
}

.iAbout .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iAbout .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	margin-top: 30px;
}

.iAbout .lBtn {
	margin-top: 20px;
}

.lBtn {
	width: 153px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	color: #FFF;
	font-family: WorkSans-SemiBold;
	font-size: 16px;
}



.lBtn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(261deg, #9CCFC8 -58.62%, #084294 93.43%);
	transition: .4s ease all;
}


.lBtn:hover::after {
	opacity: 0;
}

.lBtn:hover {
	background-color: #1F7337;
}

.iAbout .aboutNums {
	margin-top: 47px;
}


.aboutNums {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}


.aboutNums .item {
	width: 31.85%;
	margin-right: 2.225%;
	margin-top: 20px;
	border-radius: 10px;
	border: 1px solid #D9D9D9;
	overflow: hidden;
	padding: 24px 26px 23px 26px;
}


.aboutNums .item:nth-child(3n) {
	margin-right: 0;
}

.aboutNums .item:nth-child(-n+3) {
	margin-top: 0;
}

.aboutNums .num {
	font-family: WorkSans-SemiBold;
	font-size: 64px;
	line-height: 64px;
	color: #000;
}

.aboutNums .line {
	background: linear-gradient(90deg, #000 57.53%, rgba(0, 0, 0, 0.00) 100%);
	height: 1px;
	width: 100%;
	margin-top: 28px;
}

.aboutNums .name {
	line-height: 26px;
	color: #171717;
	margin-top: 12px;
}

@media screen and (max-width:1360px) {

	.iAbout .image,
	.aboutNums .item {
		border-radius: 5px;
	}

	.lBtn {
		height: 40px;
		border-radius: 4px;
	}

	.iAbout .lBtn {
		margin-top: 30px;
	}

	.aboutNums .num {
		font-size: 48px;
		line-height: 48px;
	}
}

@media screen and (max-width:1333px) {
	.aboutNums .num {
		font-size: 36px;
		line-height: 36px;
	}
}

@media screen and (max-width:999px) {
	.iAbout .msg {
		width: 45%;
	}

	.iAbout .image {
		width: 52%;
	}

	.aboutNums .item {
		padding: 20px;
	}

	.aboutNums .line {
		margin-top: 20px;
	}

	.lBtn {
		font-size: 14px;
		width: 140px;
		height: 36px;
	}
}

@media screen and (max-width:768px) {
	.iAbout .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .msg {
		width: 100%;
		padding: 0;
	}

	.iAbout .txts {
		margin-top: 20px;
		-webkit-line-clamp: 4;
	}

	.iAbout .lBtn {
		margin-top: 20px;
	}

	.iAbout .image {
		width: 100%;
		margin-top: 30px;
	}

	.iAbout .aboutNums {
		margin-top: 40px;
	}

	.aboutNums {
		justify-content: space-between;
	}

	.aboutNums .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.aboutNums .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.aboutNums .num {
		font-size: 28px;
		line-height: 28px;
	}
}

@media screen and (max-width:538px) {
	.iAbout .aboutNums {
		margin-top: 30px;
	}
}

/* indexM3-1 */

.iProducts {
	padding: 80px 0 81px 0;
}


.hotProducts .swiper {
	margin-top: 30px;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.productItem {
	border-radius: 10px;
	border: 1px solid #D9D9D9;
	overflow: hidden;
	background-color: #ffffff;
}

.productItem .image {
	overflow: hidden;
}

.productItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.productItem .msg {
	padding: 29px 28px 29px;
	display: block;
	flex-direction: column;
	align-items: flex-start;
}


.productItem .tit {
	min-height: 56px;
}

.productItem .tit a {
	color: #171717;
	font-family: WorkSans-SemiBold;
	font-size: 24px;
	line-height: 28px;
	will-change: transform;
}

.productItem .tit a:hover {
	color: #1F7337;
}


.productItem .sBtn {
	margin-top: 30px;
	will-change: transform;
}

.hotProducts .cswBtns {
	margin-top: 44px;
}


.cswBtns {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cswBtns .swiper-scrollbar {
	position: static;
	width: 100%;
	background: linear-gradient(261deg, rgba(156, 207, 200, .3) -58.62%, rgba(8, 66, 148, .3) 93.43%);
	border-radius: 0;
	height: 3px;
}

.cswBtns .swiper-scrollbar .swiper-scrollbar-drag {
	background: linear-gradient(261deg, #9CCFC8 -58.62%, #084294 93.43%);
	border-radius: 0;
}



.cswBtns .swiper-pagination {
	position: static;
	display: flex;
	align-items: flex-end;
	margin: 0 5px;
	justify-content: center;
}


.cswBtns .swiper-pagination i {
	font-style: normal;
	color: #999;
	font-size: 16px;
	margin: 0 8px;
	line-height: 26px;
}


.cswBtns .swiper-pagination .swiper-pagination-current {
	color: #171717;
	font-family: WorkSans-SemiBold;
	font-size: 24px;
	line-height: 34px;
}

.cswBtns .swiper-pagination .swiper-pagination-total {
	color: #999;
	font-size: 16px;
	line-height: 26px;
}



.cswBtns .btns {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-left: 25px;
	cursor: pointer;
}



.cswBtns .btns .prev,
.cswBtns .btns .next {
	color: rgba(23, 23, 23, .3);
	width: 39px;
	height: 39px;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}


.cswBtns .btns .prev:hover,
.cswBtns .btns .next:hover {
	color: rgba(23, 23, 23, 1);
}


@media screen and (max-width:1360px) {
	.hotProducts .swiper {
		margin-top: 40px;
	}

	.productItem {
		border-radius: 5px;
	}

	.productItem .tit {
		min-height: 60px;
	}

	.productItem .tit a {
		font-size: 22px;
		line-height: 30px;
	}

	.productItem .msg {
		padding: 20px;
	}

	.productItem .sBtn {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.productItem .tit {
		min-height: 56px;
	}

	.productItem .tit a {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.cswBtns .swiper-pagination .swiper-pagination-current {
		font-size: 22px;
		line-height: 30px;
	}

	.cswBtns .btns .prev,
	.cswBtns .btns .next {
		font-size: 18px;
	}

	.productItem .tit a {
		font-size: 16px;
	}

	.hotProducts .cswBtns {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.hotProducts .swiper {
		margin-top: 30px;
	}

	.hotProducts .cswBtns {
		margin-top: 30px;
	}
}

@media screen and (max-width:450px) {
	.hotProducts .swiper {
		max-width: 280px;
		margin: 0 auto;
		margin-top: 30px;
	}
}


/* indexM4-1 */


.touch {
	position: relative;
	padding: 42px 46px 43px;
	border-radius: 10px;
	overflow: hidden;
}


.touch .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}


.touch .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}


.touch .msg {
	width: 53%;
	margin-left: auto;
	padding: 29px 27px 46px 47px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, .9);
}


.touch .msg .txts {
	margin-top: 14px;
}

.touch .msg .sBtn {
	display: flex;
	align-items: center;
	margin-top: 23px;
}

.touch .msg .sBtn i:after {
	background-image: url("../images/btn1.png");
}

.touch .msg .sBtn i:before {
	background-image: url("../images/btn2.png");
}

@media screen and (max-width:1360px) {
	.touch {
		border-radius: 10px;
	}

	.touch .msg {
		border-radius: 10px;
		padding: 40px 30px;
	}

	.touch {
		padding: 60px 40px;
	}

	.touch .msg .txts,
	.touch .msg .sBtn {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.touch {
		border-radius: 5px;
	}

	.touch .msg {
		border-radius: 5px;
		padding: 30px 30px;
	}

	.touch {
		padding: 50px 40px;
	}

	.touch .msg .txts,
	.touch .msg .sBtn {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.touch {
		padding: 40px 30px;
	}

	.touch .msg {
		width: 70%;
	}
}

@media screen and (max-width:768px) {
	.touch .msg {
		width: 80%;
	}
}

@media screen and (max-width:538px) {
	.touch {
		padding: 30px 20px;
	}

	.touch .msg {
		width: 90%;
	}

	.touch .msg {
		padding: 20px;
	}
}


/* indexM5-1 */

.cards {
	padding: 80px 0 80px 0;
}


.cards .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.cards .list .item {
	width: 48.08%;
	border-radius: 10px;
	border: 1px solid #D9D9D9;
	overflow: hidden;
	background-color: #ffffff;
}

.cards .list .image {
	overflow: hidden;
}

.cards .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.cards .list .msg {
	padding: 39px 28px 35px;
}


.cards .list .txts {
	color: #171717;
	font-size: 16px;
	line-height: 26px;
	margin-top: 30px;
	min-height: 78px;
}

.cards .list .sBtn {
	margin-top: 31px;
}

@media screen and (max-width:1360px) {
	.cards .list .item {
		border-radius: 5px;
	}

	.cards .list .msg {
		padding: 30px;
	}
}

@media screen and (max-width:1333px) {
	.cards .list .txts {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.cards .list .msg {
		padding: 20px;
	}
}

@media screen and (max-width:768px) {
	.cards .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.cards .list .item:nth-child(1) {
		margin-top: 0;
	}

	.cards .list .txts {
		min-height: auto;
	}
}

/* indexM6-1 */

.iNews {
	margin-bottom: 80px;
}

.iNews .newList {
	margin-top: 30px;
}


.iNews .box {
	margin-top: 38px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.newList .newItem:nth-child(1) {
	border-top: 1px solid #D9D9D9;
}

.newItem {
	border-bottom: 1px solid #D9D9D9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 32px 31px;
}


.newItem .image {
	flex-shrink: 0;
	margin-left: 40px;
	border-radius: 10px;
	overflow: hidden;
}

.newItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.newItem .msg {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 5px;
}


.newItem .time {
	color: #000;
	font-family: WorkSans-Medium;
	font-size: 16px;
	line-height: 26px;
}

.newItem .tit {
	margin-top: 14px;
}

.newItem .tit a {
	color: #000;
	font-family: WorkSans-SemiBold;
	font-size: 24px;
	line-height: 26px;
}




.newItem .tit a:hover {
	color: #1F7337;
}

.newItem .sBtn {
	margin-top: 24px;
}


@media screen and (max-width:1360px) {
	.newItem .msg {
		padding-bottom: 0;
	}

	.newItem {
		padding: 20px 20px;
	}

	.newItem .image {
		border-radius: 5px;
	}

	.iNews .newList {
		margin-top: 40px;
	}

	.newItem .tit {
		margin-top: 20px;
	}

	.newItem .tit a {
		font-size: 22px;
		line-height: 30px;
	}

	.newItem .sBtn {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.iNews {
		margin-bottom: 60px;
	}

	.newItem .tit a {
		font-size: 20px;
	}
}

@media screen and (max-width:999px) {
	.newItem {
		padding: 20px 0;
	}

	.newItem .tit a {
		font-size: 18px;
		line-height: 28px;
	}

	.iNews .box {
		margin-top: 30px;
	}

	.iNews {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.iNews {
		margin-bottom: 40px;
	}

	.newList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.newList .newItem {
		width: 48%;
		margin-top: 30px;
	}

	.newList .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.newItem {
		flex-direction: column-reverse;
		align-items: flex-start;
		border-top: 1px solid #D9D9D9;
	}

	.newItem .image {
		margin-left: 0;
		width: 100%;
	}

	.newItem .msg {
		margin-top: 20px;
	}

	.newItem .tit a {
		font-size: 16px;
	}

	.newItem .tit {
		min-height: 56px;
		margin-top: 10px;
	}
}

@media screen and (max-width:538px) {
	.iNews .box {
		margin-top: 20px;
	}

	.iNews .newList {
		margin-top: 30px;
	}
}


@media screen and (max-width:450px) {
	.newList {
		max-width: 280px;
		margin: 0 auto;
	}

	.newList .newItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.newList .newItem:nth-child(1) {
		margin-top: 0;
	}
}

/* 1-1quality */

.products {
	padding: 41px 0 75px 0;
}


.categoryShow .mbox {
	height: 182px;
	overflow: hidden;
}

.categoryShow .msg {
	padding-top: 30px;
}

.categoryShow .image {
	width: 56.66%;
	position: relative;
	float: right;
	margin-left: 5.5%;
	border-radius: 10px;
	overflow: hidden;
	height: 390px;
}


.categoryShow .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.categoryShow .mbox {
	margin-top: 30px;
}


.categoryShow .txts p {
	font-size: 16px;
	line-height: 26px;
	color: #171717;
}


.categoryShow .sBtn {
	margin-top: 41px;
	cursor: pointer;
	width: max-content;
}

.categoryShow .sBtn i {
	margin-left: 19px;
}

.categoryShow .sBtn i::before {
	background-image: url("../images/mbtnM1-2.png");
}

.categoryShow .sBtn i::after {
	background-image: url("../images/mbtnM1-1.png");
}


.categoryShow .mBtn.active i {
	transform: rotate(-180deg);
}


.productSearch {
	background-color: #F5F5F5;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	padding: 0 22px;
}


.productSearch input {
	height: 100%;
	flex: 1;
	background-color: transparent;
}

.productSearch input::-webkit-input-placeholder {
	color: #434343;
}

.productSearch input:-moz-placeholder {
	color: #434343;
}

.productSearch input::-moz-placeholder {
	color: #434343;
}

.productSearch input:-ms-input-placeholder {
	color: #434343;
}

.productSearch .subBtn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 50px;
	cursor: pointer;
}


.productSearch .subBtn img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 20px;
	height: 20px;
	display: block;
}

.productSearch .subBtn img:nth-child(1) {
	opacity: 1;
}

.productSearch .subBtn img:nth-child(2) {
	opacity: 0;
}

.productSearch .subBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
}

.productSearch .subBtn:hover img:nth-child(1) {
	opacity: 0;
}

.productSearch .subBtn:hover img:nth-child(2) {
	opacity: 1;
}



.products .productSearch {
	margin-top: 70px;
}

.products form {
	margin-top: 60px;
}

.productList {
	display: flex;
	flex-wrap: wrap;
}


.productList .productItem {
	width: 31.66%;
	margin-right: 2.51%;
	margin-top: 30px;
}

.productList .productItem:nth-child(3n) {
	margin-right: 0;
}

.productList .productItem:nth-child(-n+3) {
	margin-top: 0;
}


.productItem .show {
	position: relative;
}

.productItem .show .btns {
	display: flex;
	width: 143px;
	height: 40px;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 9;
}


.productItem .show .checkBtn {
	width: 12px;
	height: 12px;
	outline: 1px solid #666;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 14px;
	overflow: hidden;
	z-index: 99;
}



.productItem .show .checkBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
}


.productItem .show .checkBtn i {
	font-size: 14px;
	color: #1F7337;
	opacity: 0;
}

.productItem .show .checkBtn.active i {
	opacity: 1;
}

.productItem .show a.btn {
	width: 100%;
	height: 100%;
	padding-left: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 99px;
	border: 1px solid #D9D9D9;
	background: #FFF;
}


.productItem .show .btns:hover a.btn {
	background-color: #1F7337;
	color: #ffffff;
	border-color: #1F7337;
}


.productItem .show .btns:hover .checkBtn {
	outline: 1px solid #ffffff;
}

.productItem .show .btns:hover .checkBtn i {
	color: #ffffff;
}


.products .pager {
	margin-top: 49px;
}

@media screen and (max-width:1360px) {
	.categoryShow .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.categoryShow .mbox {
		height: 196px;
	}

	.categoryShow .sBtn {
		margin-top: 30px;
	}

	.products .productSearch {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.categoryShow .mbox {
		height: 182px;
	}

	.categoryShow .image {
		height: 360px;
		margin-left: 4%;
	}

	.products .productSearch {
		margin-top: 50px;
	}

	.productSearch,
	.productSearch .subBtn {
		height: 45px;
	}

	.productSearch .subBtn img {
		width: 18px;
		height: 18px;
	}

	.products form {
		margin-top: 50px;
	}

	.productList {
		justify-content: space-between;
	}

	.productList .productItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.productList .productItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.products .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.categoryShow {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.categoryShow .image {
		width: 100%;
		margin-top: 30px;
		margin-left: 0;
		float: none;
		height: 340px;
	}

	.categoryShow .msg {
		padding-top: 0;
	}

	.categoryShow .mbox {
		height: 78px;
	}

	.products .productSearch,
	.products form {
		margin-top: 40px;
	}

	.products .pager {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.categoryShow .image {
		height: 280px;
	}
}


@media screen and (max-width:450px) {
	.productList {
		max-width: 280px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.productList .productItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.productList .productItem:nth-child(1) {
		margin-top: 0;
	}

	.productSearch {
		padding: 0 10px;
	}
}



/* 1-2quality */

.productDet {
	padding: 14px 0 81px 0;
}

.productDet .productShow {
	margin-top: 40px;
}


.productShow {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.productShow .shows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: none;
	flex-shrink: 0;
	margin-left: 3.2%;
}



.productShow .shows .showSipwer {
	width: 557px;
	margin-right: 10px;
	overflow: hidden;
	border-radius: 10px;
}


.productShow .shows .checkSwiper {
	width: 103px;
	overflow: hidden;
	height: 100%;
}


.productShow .shows .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 463px;
	padding: 47px 0;
}


.productShow .shows .swiperBox .prev,
.productShow .shows .swiperBox .next {
	width: 100%;
	position: absolute;
	color: rgba(23, 23, 23, .5);
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 2px 5px;
	height: auto;
}


.productShow .shows .swiperBox .prev i,
.productShow .shows .swiperBox .next i {
	font-size: 22px;
}


.productShow .shows .swiperBox .prev:hover,
.productShow .shows .swiperBox .next:hover {
	color: #171717;
}



.productShow .shows .swiperBox .prev {
	top: 3px;
}

.productShow .shows .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .shows .swiperBox .next {
	bottom: 3px;
}

.productShow .shows .swiperBox .next i {
	transform: rotate(90deg);
}

.showSipwerBox {
	position: relative;
}


.showSipwer .swiper-slide img {
	display: block;
}


.productShow .shows .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 10px;
}


.productShow .shows .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: .4s ease all;
	pointer-events: none;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 10px;
}


.productShow .shows .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #D9D9D9;
}


.productShow .jianjie {
	flex: 1;
	padding-top: 30px;
}

.productShow .jianjie .tip {
	color: #333;
	font-family: Inter;
	font-size: 26px;
	line-height: 38px;
}



.productShow .jianjie .txts {
	margin-top: 30px;
}

.standardEdit p strong {
	color: #171717;
	font-family: WorkSans-SemiBold;
	font-size: 20px;
}


.productShow .jianjie .share {
	margin-top: 49px;
}


.productShow .jianjie .btns {
	display: flex;
	align-items: center;
	margin-top: 35px;
}


.productShow .jianjie .btns .lBtn:nth-child(1) {
	width: 155px;
	margin-right: 7px;
}

.productShow .jianjie .btns .lBtn:nth-child(2) {
	width: 164px;
}



/*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;
	transform: translateX(-105%);
	border-radius: 10px;
}

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;
	border-radius: 10px;
}

.productDet .pdList {
	margin-top: 94px;
}

.productDet .pdList .item {
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 49px;
	margin-bottom: 50px;
}

.productDet .pdList .item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.productDet .pdList .item:last-child {
	margin-bottom: 0;
}

.productDet .pdList .txts {
	margin-top: 10px;
}


.productDet .touch {
	margin-top: 80px;
}

.productDet .hotProducts {
	margin-top: 80px;
}


@media screen and (max-width:1360px) {
	.productShow .jianjie {
		padding-top: 0;
	}

	.productDet .productShow {
		margin-top: 50px;
	}

	.productDet .pdList .txts {
		margin-top: 20px;
	}

	.productDet .pdList .item {
		margin-bottom: 40px;
		padding-bottom: 40px;
	}

	.productDet .pdList {
		margin-top: 80px;
	}

}


@media screen and (max-width:1333px) {
	.productShow .shows {
		flex-direction: column;
		align-items: flex-start;
		max-width: 420px;
	}

	.productShow .shows .showSipwer {
		width: 100%;
		margin-left: 0;
	}

	.showSipwerBox {
		width: 100%;
	}

	.productShow .shows .swiperBox {
		width: 100%;
		padding: 0 40px;
		height: auto;
		margin-top: 20px;
	}

	.productShow .shows .checkSwiper {
		width: 100%;
	}


	.productShow .shows {
		width: 50%;
	}

	.productShow .shows .swiperBox .prev,
	.productShow .shows .swiperBox .next {
		top: 50%;
		transform: translateY(-50%);
		bottom: auto;
		width: auto;
	}


	.productShow .shows .swiperBox .prev i,
	.productShow .shows .swiperBox .next i {
		font-size: 16px;
	}

	.productShow .shows .swiperBox .prev {
		left: 0;
	}

	.productShow .shows .swiperBox .prev i {
		transform: rotate(-180deg);
	}

	.productShow .shows .swiperBox .next {
		right: 0;
	}

	.productShow .shows .swiperBox .next i {
		transform: rotate(0deg);
	}

	.productShow .shows .showSipwer {
		border-radius: 5px;
		margin: 0;
	}

	.productShow .shows .checkSwiper .swiper-slide,
	.productShow .shows .checkSwiper .swiper-slide::after {
		border-radius: 5px;
	}

	div.zoomdiv {
		border-radius: 5px;
	}

	.standardEdit p strong {
		font-size: 18px;
	}

	.productShow .jianjie .share {
		margin-top: 40px;
	}

	.productDet .pdList,
	.productDet .touch,
	.productDet .hotProducts {
		margin-top: 60px;
	}

	.productDet .pdList .item {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}


@media screen and (max-width:999px) {

	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productDet .productShow {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.productShow .jianjie {
		flex: none;
		width: 100%;
		margin-top: 40px;
	}

	.productShow .shows {
		margin: 0 auto;
	}

	.standardEdit p strong {
		font-size: 16px;
	}

	.productShow .jianjie .share {
		margin-top: 30px;
	}

	.productShow .jianjie .btns {
		margin-top: 30px;
	}

	.productShow .shows {
		width: 100%;
		max-width: 400px;
	}

	.productDet .pdList,
	.productDet .touch,
	.productDet .hotProducts {
		margin-top: 50px;
	}
}


@media screen and (max-width:768px) {
	.productDet .productShow {
		margin-top: 40px;
	}

	.productDet .pdList,
	.productDet .touch,
	.productDet .hotProducts {
		margin-top: 40px;
	}
}


@media screen and (max-width:538px) {
	.productShow .jianjie .txts {
		margin-top: 24px;
	}
}


/* 2-1about */

.aboutUs {
	padding: 41px 0 80px 0;
}


.company .txts {
	margin-top: 29px;
}

.company .image {
	border-radius: 10px;
	overflow: hidden;
	margin-top: 49px;
}

.company .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.aboutUs .aboutNums {
	margin-top: 49px;
}

.aboutUs .ourAdvantage {
	margin-top: 54px;
}

.ourAdvantage .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 26px;
}

.ourAdvantage .list .item {
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
	width: 48%;
	color: #000;
	font-size: 18px;
	line-height: 30px;
}

.ourAdvantage .list .item:nth-child(2n-1) {
	width: 54%;
}


.ourAdvantage .list .item:nth-child(2n) {
	width: 40.7%;
}

.ourAdvantage .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.ourAdvantage .list .sign {
	flex-shrink: 0;
	margin-right: 11px;
	width: 26px;
	transform: translateY(3px);
}

.ourAdvantage .list .sign img {
	display: block;
}


.aboutUs .areas {
	margin-top: 90px;
}

.areas .list {
	margin-top: 28px;
}

.areas .list .clear {
	display: none;
}

.areas .list .item {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	align-items: center;
}

.areas .list .item:nth-child(1) {
	margin-top: 0;
}

.areas .list .item:nth-child(2n-1) {
	flex-direction: row-reverse
}


.areas .list .image {
	width: 49.83%;
	border-radius: 10px;
	overflow: hidden;
}

.areas .list .image img {
	display: block;
}

.areas .list .txts {
	width: 48%;
}

.aboutUs .touch {
	margin-top: 80px;
}


.aboutUs .factoryTour {
	margin-top: 80px;
}


.sTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.sTitle .btns {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-left: 40px;
}

.sTitle .btns>div {
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	width: 39px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(23, 23, 23, .3);
}


.sTitle .btns>div:hover {
	color: #171717;
}

.sTitle .btns>div.swiper-button-disabled {
	pointer-events: none;
}


.sTitle .btns>div.prev {
	margin-right: 11px;
}


.factoryTour .swiper {
	margin-top: 28px;
}

.factoryTour .swiper-slide {
	border-radius: 10px;
	border: 1px solid #D9D9D9;
	background-color: #ffffff;
	overflow: hidden;
	height: auto;
}


.factoryTour .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.factoryTour .msg {
	padding: 16px 22px 30px;
}

.factoryTour .msg .tit {
	color: #171717;
	font-family: WorkSans-SemiBold;
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
}


.factoryTour .msg .txts {
	margin-top: 13px;
}


.certificate {
	padding: 80px 0 80px 0;
	background: #F5F5F5;
}


.certificate .swiper {
	overflow: visible;
	margin-top: 35px;
}


.certificate .swiper-slide {
	width: 26.16%;
	margin-right: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.certificate .swiper-slide .image:hover img {
	transform: translateY(-10px);
}

.certificate .name {
	text-align: center;
	margin-top: 16px;
	color: #434343;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.certificate .swiper-wrapper {
	transition-timing-function: linear !important;
}


@media screen and (max-width:1360px) {
	.company .image {
		margin-top: 40px;
		border-radius: 5px;
	}

	.ourAdvantage .list .item:nth-child(n) {
		width: 48%;
	}

	.ourAdvantage .list {
		margin-top: 30px;
	}

	.aboutUs .areas,
	.aboutUs .ourAdvantage,
	.aboutUs .aboutNums,
	.aboutUs .touch,
	.aboutUs .factoryTour {
		margin-top: 60px;
	}

	.areas .list .image,
	.factoryTour .swiper-slide {
		border-radius: 5px;
	}

	.factoryTour .swiper {
		margin-top: 40px;
	}

	.certificate .swiper {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.ourAdvantage .list .item {
		font-size: 16px;
		line-height: 28px;
	}

	.areas .list .item {
		display: block;
	}

	.areas .list .clear {
		display: block;
	}

	.areas .list .item:nth-child(2n) .image {
		float: left;
		margin-right: 5%;
	}

	.areas .list .item:nth-child(2n-1) .image {
		float: right;
		margin-left: 5%;
	}

	.areas .list .txts {
		width: 100%;
	}

	.factoryTour .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {

	.aboutUs .areas,
	.aboutUs .ourAdvantage,
	.aboutUs .aboutNums,
	.aboutUs .touch,
	.aboutUs .factoryTour {
		margin-top: 50px;
	}

	.ourAdvantage .list .item {
		font-size: 14px;
		line-height: 26px;
	}

	.factoryTour .msg .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.factoryTour .swiper {
		margin-top: 30px;
	}

	.certificate .swiper-slide {
		width: 32%;
	}

	.certificate .name {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {

	.aboutUs .areas,
	.aboutUs .ourAdvantage,
	.aboutUs .aboutNums,
	.aboutUs .touch,
	.aboutUs .factoryTour {
		margin-top: 40px;
	}

	.company .image {
		margin-top: 30px;
	}

	.certificate .swiper-slide {
		width: 36%;
	}
}

@media screen and (max-width:538px) {
	.ourAdvantage .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.ourAdvantage .list .item:nth-child(1) {
		margin-top: 0;
	}

	.ourAdvantage .list .sign {
		transform: translateY(1px);
	}

	.areas .list .item:nth-child(n) {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.areas .list .item:nth-child(n) .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-top: 20px;
	}

	.areas .list .item {
		margin-top: 30px;
	}

	.certificate .swiper-slide {
		width: 48%;
	}

	.sTitle {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.sTitle .btns {
		margin-left: 0;
		margin-top: 20px;
	}
}



.aboutPiece {
	padding: 80px 0 80px 0;
}


.partners .list {
	margin-top: 27px;
	display: flex;
	flex-wrap: wrap;
}

.partners .list .image {
	width: 15.25%;
	margin-right: 1.7%;
	margin-top: 27px;
	border-radius: 10px;
	border: 1px solid #D9D9D9;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}



.partners .list .image:nth-child(6n) {
	margin-right: 0;
}


.partners .list .image:nth-child(-n+6) {
	margin-top: 0;
}

.aboutPiece .sustainable {
	margin-top: 79px;
}

.sustainable .txts {
	margin-top: 13px;
}


.aboutPiece .operation {
	margin-top: 54px;
}

.operation {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.operation .box {
	width: 33.83%;
}

.operation .clear {
	display: none;
}



.operation .box .image {
	border-radius: 10px;
	margin-top: 29px;
	overflow: hidden;
}

.operation .box .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.operation .msg {
	width: 60.2%;
}


.operation .msg p em {
	font-style: normal;
	font-family: WorkSans-SemiBold;
}



.aboutPiece .development {
	margin-top: 50px;
	align-items: center;
}

.development .clear {
	display: none;
}


.development {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.development .image {
	width: 49.83%;
	border-radius: 10px;
	overflow: hidden;
}

.development .msg {
	width: 42%;
}

.development .txts {
	margin-top: 19px;
}

@media screen and (max-width:1360px) {

	.aboutPiece .sustainable,
	.aboutPiece .operation {
		margin-top: 60px;
	}

	.operation .box .image,
	.development .image,
	.partners .list .image {
		border-radius: 5px;
	}

	.sustainable .txts {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.operation .box {
		float: left;
		margin-right: 5%;
	}

	.operation {
		display: block;
	}

	.operation .msg {
		width: 100%;
	}

	.development {
		display: block;
	}

	.development .msg {
		width: 100%;
	}

	.development .image {
		float: right;
		margin-left: 5%;
	}
}

@media screen and (max-width:999px) {

	.aboutPiece .sustainable,
	.aboutPiece .operation {
		margin-top: 50px;
	}

	.partners .list .image:nth-child(n) {
		width: 18.4%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.partners .list .image:nth-child(5n) {
		margin-right: 0;
	}

	.partners .list .image:nth-child(-n+5) {
		margin-top: 0;
	}

}

@media screen and (max-width:768px) {
	.partners .list .image:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.partners .list .image:nth-child(4n) {
		margin-right: 0;
	}

	.partners .list .image:nth-child(-n+4) {
		margin-top: 0;
	}

	.aboutPiece .sustainable,
	.aboutPiece .operation {
		margin-top: 40px;
	}

	.sustainable .txts {
		margin-top: 20px;
	}

	.aboutPiece .development {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.partners .list .image:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.partners .list .image:nth-child(3n) {
		margin-right: 0;
	}

	.partners .list .image:nth-child(-n+3) {
		margin-top: 0;
	}

	.operation .box {
		width: 100%;
		float: none;
	}

	.operation .msg {
		margin-top: 30px;
	}

	.development .image {
		float: none;
		margin: 0;
	}

	.development .image {
		width: 100%;
		margin-top: 30px;
		float: none;
	}

	.development {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}

/* 3-1R&D */

.rAndD {
	padding: 41px 0 72px 0;
}


.innovative {
	display: flex;
	justify-content: space-between;
}


.innovative .imgSwiper {
	width: 50.83%;
	overflow: hidden;
	border-radius: 10px;

}

.innovative .imgSwiper .image {
	height: 100%;
}


.innovative .imgSwiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innovative .msg {
	width: 44.4%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 8px 0 24px 0;
}


.innovative .msgSwiper {
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
}

.innovative .txts {
	margin-top: 29px;
}

.innovative .cswBtns {
	transform: translateX(-10%);
}


.rAndD .system {
	margin-top: 80px;
}

.system .des {
	margin-top: 17px;
}

.system .des p strong {
	font-family: WorkSans-Medium;
	font-size: 24px;
	font-weight: normal;
}

.system .list {
	display: flex;
	justify-content: space-between;
	margin-top: 42px;
	flex-wrap: wrap;
}


.system .list .item {
	width: 48.2%;
	border-radius: 10px;
	border: 1px solid #D9D9D9;
	overflow: hidden;
	margin-top: 30px;
}

.system .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.system .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.system .list .msg {
	padding: 29px 46px 38px;
}

.system .list .msg .tit {
	color: #171717;
	font-family: WorkSans-SemiBold;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 28px;
}

.rAndD .ministries {
	margin-top: 80px;
}

.ministries {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.ministries .msg {
	width: 54%;
}

.ministries .msg .des {
	margin-top: 34px;
}

.ministries .list {
	display: flex;
	flex-wrap: wrap;
	width: 35.9%;
	justify-content: space-between;
}

.ministries .list .item {
	margin-top: 38px;
	width: 42.5%;
}

.ministries .list .item:nth-child(-n+1) {
	margin-top: 0;
}

.ministries .list .item:nth-child(-n+2) {
	width: 100%;
}

.ministries .list .item:last-child {
	width: 100%;
}

.ministries .list .num {
	color: #171717;
	font-family: WorkSans-SemiBold;
	font-size: 48px;
	line-height: 48px;
}

.ministries .list .txts {
	color: #171717;
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}

.rAndD .touch {
	margin-top: 80px;
}

.rAndD .platforms {
	margin-top: 80px;
}

.platforms .list {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
}

.platforms .list .item {
	width: 23.75%;
	margin-right: 1.66%;
	margin-top: 30px;
	padding: 29px 20px 15px;
	border-radius: 10px;
	background: #F9F9F9;
}


.platforms .list .item:nth-child(4n) {
	margin-right: 0;
}

.platforms .list .item:nth-child(-n+4) {
	margin-top: 0;
}



.platforms .list .image {
	width: 86px;
	margin: 0 auto;
}

.platforms .list .tit {
	color: #171717;
	text-align: center;
	font-family: WorkSans-SemiBold;
	font-size: 20px;
	line-height: 30px;
	margin-top: 25px;
}

.platforms .list .txts {
	margin-top: 16px;
}

.platforms .list .txts p {
	text-align: center;
	margin-bottom: 6px;
}

.platforms .list .txts p:last-child {
	margin-bottom: 0;
}


.rAndD .pipeline {
	margin-top: 80px;
}

.pipeline .checkBtns {
	margin-top: 33px;
	display: flex;
	flex-wrap: wrap;
}

.pipeline .checkBtns .item {
	width: 143px;
	margin-right: 68px;
	cursor: pointer;
}

.pipeline .checkBtns .item:nth-child(6n) {
	margin-right: 0;
}

.pipeline .checkBtns .image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.pipeline .checkBtns .image img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}


.pipeline .checkBtns .item:hover .image img:nth-child(2),
.pipeline .checkBtns .item.active .image img:nth-child(2) {
	opacity: 1;
}

.pipeline .checkBtns .item:hover .image img:nth-child(1),
.pipeline .checkBtns .item.active .image img:nth-child(1) {
	opacity: 0;
}

.pipeline .checkBtns .name {
	margin-top: 15px;
	color: #171717;
	text-align: center;
	font-family: WorkSans-Medium;
	font-size: 18px;
	line-height: 26px;
}

.pipeline .checkBtns .item.active .name,
.pipeline .checkBtns .item:hover .name {
	color: #1F7337;
}

.pipeline .checks {
	margin-top: 23px;
}

.pipeline .checks .item {
	display: none;
}

.pipeline .checks .item.active {
	display: block;
}

.pipeline .checks .list {
	display: flex;
	flex-wrap: wrap;
}

.pipeline .checks .list .sign {
	margin: 7.5px 0;
	margin-right: 12px;
	padding: 10.5px 20.5px;
	border-radius: 4px;
	background: #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pipeline .checks .list .sign:last-child{
	margin-right: 0;
}

.pipeline .checks .list a.sign:hover {
	background-color: #1F7337;
	color: #ffffff;
}

@media screen and (max-width:1360px) {
	.innovative .imgSwiper {
		border-radius: 5px;
	}

	.innovative .msg {
		padding: 30px 0;
	}

	.system .des {
		margin-top: 30px;
	}

	.system .msg p strong {
		font-size: 22px;
	}

	.system .list .item {
		border-radius: 5px;
	}

	.system .list .msg {
		padding: 20px;
	}

	.ministries .list .num {
		font-size: 36px;
		line-height: 36px;
	}

	.platforms .list .image {
		width: 70px;
	}

	.platforms .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.platforms .list .item {
		border-radius: 5px;
	}

	.platforms .list {
		margin-top: 40px;
	}

	.rAndD .safeRange>div {
		margin-top: 80px;
	}

	.rAndD .safeRange>div:nth-child(1) {
		margin-top: 0;
	}

	.pipeline .checkBtns {
		margin-top: 40px;
	}

	.pipeline .checkBtns .item:nth-child(n) {
		width: 16.66%;
		margin-right: 0;
		padding: 0 30px;
	}

	.pipeline .checkBtns .image {
		width: 120px;
		height: 120px;
	}

	.pipeline .checkBtns .name {
		font-size: 16px;
		line-height: 26px;
	}

	.platforms .list .item {
		padding: 20px;
	}

	.pipeline .checks {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.rAndD .safeRange>div {
		margin-top: 60px;
	}

	.system .des p strong {
		font-size: 22px;
	}

	.system .list .msg .tit {
		margin-bottom: 20px;
	}

	.ministries .list .num {
		font-size: 30px;
		line-height: 30px;
	}

	.ministries .list .item {
		width: 48%;
	}

	.platforms .list .item:nth-child(n) {
		width: 48%;
		margin-top: 30px;
	}

	.platforms .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.platforms .list .image {
		width: 65px;
	}

	.pipeline .checkBtns .item:nth-child(n) {
		width: 25%;
		margin-top: 20px;
	}

	.pipeline .checkBtns .item:nth-child(-n+4) {
		margin-top: 0;
	}

	.pipeline .checkBtns .image {
		width: 100px;
		height: 100px;
	}

	.pipeline .checkBtns .name {
		margin-top: 10px;
	}

	.pipeline .checks .list .sign {
		padding: 8px 20px;
	}
}

@media screen and (max-width:999px) {
	.rAndD .safeRange>div {
		margin-top: 50px;
	}

	.system .des p strong {
		font-size: 18px;
	}

	.system .list .msg .tit {
		font-size: 18px;
	}

	.system .list {
		margin-top: 30px;
	}

	.ministries {
		flex-direction: column;
		align-items: flex-start;
	}

	.ministries .msg {
		width: 100%;
	}

	.ministries .msg .des {
		margin-top: 30px;
	}

	.ministries .list {
		width: 100%;
		margin-top: 30px;
		justify-content: flex-start;
	}

	.ministries .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.ministries .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.ministries .list .item:nth-child(1) {
		width: 100%;
		margin-top: 0;
	}

	.ministries .list .item:last-child {
		width: 100%;
	}

	.ministries .list .num {
		font-size: 26px;
		line-height: 26px;
	}

	.platforms .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.platforms .list .image {
		width: 60px;
	}

	.pipeline .checkBtns .item:nth-child(n) {
		width: 33.333%;
		margin-top: 20px;
	}

	.pipeline .checkBtns .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.pipeline .checkBtns .name {
		font-size: 14px;
		line-height: 24px;
	}

	.pipeline .checkBtns .image {
		width: 80px;
		height: 80px;
	}

	.pipeline .checks .list .sign {
		font-size: 14px;
		line-height: 24px;
		padding: 5px 20px;
	}
}

@media screen and (max-width:768px) {
	.innovative {
		flex-direction: column;
		align-items: flex-start;
	}

	.innovative .msg {
		padding: 0;
		width: 100%;
		margin-top: 30px;
	}

	.innovative .txts {
		margin-top: 20px;
	}

	.innovative .msgSwiper {
		margin-bottom: 20px;
	}

	.innovative .imgSwiper {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}

	.ministries .list .num {
		font-size: 24px;
		line-height: 24px;
	}

	.pipeline .checkBtns .item:nth-child(n) {
		padding: 0 20px;
	}

	.pipeline .checks .list .sign {
		padding: 4px 16px;
	}
}

@media screen and (max-width:538px) {
	.system .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.system .list .item:nth-child(1) {
		margin-top: 0;
	}

	.platforms .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.platforms .list .item:nth-child(1) {
		margin-top: 0;
	}

	.pipeline .checkBtns .image {
		width: 65px;
		height: 65px;
	}

	.platforms .list .image {
		width: 56px;
	}

	.ministries .list .item:nth-child(n) {
		width: 48%;
	}

	.ministries .list .item:nth-child(-n+2) {
		width: 100%;
	}

	.ministries .list .item:last-child {
		width: 100%;
	}

	.ministries .list .num {
		font-size: 22px;
		line-height: 22px;
	}

	.pipeline .checks .list .sign {
		margin: 5px 0;
		margin-right: 5px;
	}

	.innovative .imgSwiper {
		max-width: none;
	}
}

@media screen and (max-width:450px) {
	.pipeline .checkBtns .item:nth-child(n) {
		width: 50%;
		margin-top: 20px;
	}

	.pipeline .checkBtns .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

.newDrug {
	padding: 80px 0 81px 0;
	background: #F5F5F5;
}

.newDrug .checkBtns {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
}

.newDrug .checkBtns .item {
	padding: 11px 20.5px;
	margin: 10px 0;
	margin-right: 22px;
	border-radius: 4px;
	background: #FFF;
	cursor: pointer;
	color: #171717;
	font-family: WorkSans-Medium;
	font-size: 18px;
	line-height: 28px;
}


.newDrug .checkBtns .item:hover,
.newDrug .checkBtns .item.active {
	background-color: #1F7337;
	color: #ffffff;
}

.newDrug .checks {
	margin-top: 30px;
}



.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n-1) td {
	background-color: #fff;
}


.table table tr td {
	padding: 12px 26px;
	font-size: 14px;
	line-height: 26px;
	color: #333333;
}

.table table tr:nth-child(1) td {
	color: #171717;
	font-family: WorkSans-SemiBold;
	font-size: 18px;
}

.newDrug .checks .item {
	display: none;
}

.newDrug .checks .item.active {
	display: block;
}

.newDrug .checks .msg p em {
	font-style: normal;
	color: #1F7337;
	font-family: WorkSans-SemiBold;
	font-size: 18px;
}

@media screen and (max-width:1360px) {
	.newDrug .checkBtns {
		margin-top: 30px;
	}

	.newDrug .checkBtns .item {
		padding: 8px 20px;
	}

	.newDrug .checks {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.table table tr:nth-child(1) td {
		font-size: 16px;
		line-height: 28px;
	}

	.table table tr td {
		padding: 10px 20px;
	}

	.newDrug .checkBtns .item {
		font-size: 16px;
		line-height: 26px;
		padding: 5px 20px;
	}
}

@media screen and (max-width:999px) {
	.newDrug .checks .msg p em {
		font-size: 16px;
	}

	.newDrug .checkBtns .item {
		font-size: 14px;
		line-height: 24px;
		margin: 5px 0;
		margin-right: 10px;
	}
}

.rAndDPiece {
	padding: 80px 0 79px 0;
}

.national .list {
	margin-top: 34px;
	display: flex;
	flex-wrap: wrap;
}

.national .list .item {
	width: 23.1%;
	margin-top: 41px;
	position: relative;
	margin-right: 3.83%;
	padding-right: 30px;
}

.national .list .item::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	background-color: #D9D9D9;
	height: 80%;
}

.national .list .item:nth-child(-n+4) {
	margin-top: 0px;
}

.national .list .item:nth-child(4n) {
	margin-right: 0;
	width: 19.2%;
	padding-right: 0;
}

.national .list .item:nth-child(4n)::after {
	display: none;
}


.national .list .item .num {
	color: #171717;
	font-family: WorkSans-SemiBold;
	font-size: 48px;
	line-height: 48px;
}

.national .list .txts {
	color: #171717;
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}


.rAndDPiece .honors {
	margin-top: 80px;
}

.honors .swiper {
	margin-top: 34px;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.honors .image:hover img {
	transform: translateY(-10px);
}

.honors .name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: center;
	margin-top: 11px;
	color: #434343;
	font-size: 16px;
	line-height: 26px;
}

.honors .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (max-width:1360px) {
	.national .list {
		margin-top: 40px;
	}

	.national .list .item .num {
		font-size: 36px;
		line-height: 36px;
	}

	.honors .swiper {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.rAndDPiece .honors {
		margin-top: 60px;
	}

	.national .list .item .num {
		font-size: 30px;
		line-height: 30px;
	}

	.national .list .item {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.national .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.national .list .item:nth-child(n)::after {
		display: block;
	}

	.national .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.national .list .item:nth-child(3n)::after {
		display: none;
	}

	.national .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.national .list .item .num {
		font-size: 26px;
		line-height: 26px;
	}

	.honors .name {
		font-size: 14px;
		line-height: 24px;
	}

	.rAndDPiece .honors {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.national .list {
		justify-content: space-between;
	}

	.national .list .item:nth-child(n) {
		width: 46%;
		margin-right: 0;
		margin-top: 30px;
	}

	.national .list .item:nth-child(n)::after {
		display: block;
	}

	.national .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.national .list .item:nth-child(2n) {
		padding-right: 0;
	}

	.national .list .item:nth-child(2n)::after {
		display: none;
	}

	.rAndDPiece .honors {
		margin-top: 40px;
	}

	.national .list .item .num {
		font-size: 24px;
		line-height: 24px;
	}

	.national .list {
		margin-top: 30px;
	}

	.honors .swiper {
		margin-top: 30px;
	}

	.table table tr td {
		padding: 6px 20px;
	}
}

@media screen and (max-width:538px) {
	.national .list .item .num {
		font-size: 22px;
		line-height: 22px;
	}

	.national .list .item:nth-child(n) {
		width: 48%;
		padding-right: 10px;
	}

	.national .list .item:nth-child(2n) {
		padding-right: 0;
	}
}


.licensign {
	background-color: #F5F5F5;
	padding: 80px 0 80px 0;
}

.licensign .list {
	margin-top: 36px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.licensign .list .item {
	margin-top: 20px;
	padding: 33px 22px 41px;
	background-color: #ffffff;
	width: 49.1%;
	border-radius: 10px;
}


.licensign .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.licensign .list .tit {
	color: #171717;
	font-family: WorkSans-SemiBold;
	font-size: 20px;
	line-height: 30px;
}

.licensign .list .txts {
	margin-top: 11px;
}

.licensign .list .txts p {
	line-height: 32px;
}

@media screen and (max-width:1360px) {
	.licensign .list {
		margin-top: 40px;
	}

	.licensign .list .item {
		padding: 30px;
		border-radius: 5px;
	}

	.licensign .list .txts {
		margin-top: 20px;
	}

	.licensign .list .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.licensign .list .tit {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.licensign .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.licensign .list .item:nth-child(1) {
		margin-top: 0;
	}

	.licensign .list {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.licensign .list .item {
		padding: 20px;
	}
}


/* 4-1job */

.job {
	padding: 41px 0 156px 0;
}


.job .safeRange {
	max-width: 1400px;
}


.job .con .title1 {
	text-align: center;
}

.job .con .jobList {
	margin-top: 40px;
}


.jobList .item {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	border-radius: 20px;
	background: #F5F5F5;
	overflow: hidden;
}


.jobList .item:nth-child(1) {
	margin-top: 0;
}

.jobList .box {
	width: 30.75%;
	position: relative;
}

.jobList .box .image {
	height: 100%;
}

.jobList .box .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.jobList .box .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	overflow: hidden;
	text-align: center;
	color: #FFF;
	font-family: WorkSans-SemiBold;
	font-size: 30px;
	line-height: 40px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.jobList .info {
	width: 60.4%;
	padding: 35px 0 50px 0;
	padding-right: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.jobList .info .tit {
	color: #171717;
	font-family: WorkSans-SemiBold;
	font-size: 24px;
	line-height: 36px;
}

.jobList .info .txts {
	margin-top: 12px;
}

.jobList .info .txts p {
	color: #171717;
	font-size: 18px;
	line-height: 36px;
}


.jobList .info .phone {
	display: flex;
	align-items: flex-start;
	margin-top: 31px;
	color: #171717;
	font-family: WorkSans-SemiBold;
	font-size: 18px;
	line-height: 26px;
}

.jobList .info .phone i {
	font-size: 24px;
	color: #171717;
	flex-shrink: 0;
	margin-right: 10px;
}

.jobList .tips {
	color: #434343;
	font-size: 16px;
	line-height: 30px;
	margin-top: 34px;
}


.jobList .email {
	display: flex;
	align-items: flex-start;
	padding: 9.5px 24px 9.5px 22px;
	margin-top: 16px;
	border-radius: 6px;
	border: 1px solid #084294;
}


.jobList .email img {
	flex-shrink: 0;
	margin-right: 11px;
	width: 29px;
}


.jobList .email span {
	word-break: break-all;
	background: linear-gradient(261deg, #9CCFC8 -58.62%, #084294 93.43%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: WorkSans-SemiBold;
	font-size: 18px;
	line-height: 26px;
}


.jobList .email:hover {
	background-color: #1F7337;
	border-color: #1F7337;
}


.jobList .email:hover img {
	transform: none;
	filter: grayscale(100%) brightness(500%);
}

.jobList .email:hover span {
	filter: grayscale(100%) brightness(500%);
}


.job .lookForwoard {
	width: 76%;
	margin: 0 auto;
	margin-top: 118px;
}

.lookForwoard {
	position: relative;
}

.lookForwoard .title1 {
	text-align: center;
}

.lookForwoard .txts {
	margin-top: 29px;
}

.lookForwoard .txts p {
	text-align: center;
}


.lookForwoard::after,
.lookForwoard::before {
	content: "";
	position: absolute;
	width: 76px;
	height: 76px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.lookForwoard::after {
	top: -20.4%;
	left: -5.2%;
	background-image: url("../images/lookForwoardM1-2.png");
}

.lookForwoard::before {
	right: -11%;
	bottom: -42%;
	background-image: url("../images/lookForwoardM1-1.png");
}

@media screen and (max-width:1360px) {
	.jobList .item {
		border-radius: 10px;
	}

	.jobList .info {
		padding: 40px 0;
		padding-right: 40px;
		width: 65%;
	}

	.jobList .email {
		padding: 8px 20px;
		margin-top: 20px;
	}

	.job .lookForwoard {
		padding: 60px 0;
		margin-top: 80px;
		width: 80%;
	}

	.lookForwoard::after {
		top: 0;
	}

	.lookForwoard::before {
		bottom: 0;
	}

}

@media screen and (max-width:1333px) {
	.jobList .item {
		border-radius: 5px;
	}

	.jobList .info .phone {
		font-size: 16px;
		line-height: 28px;
	}

	.jobList .info .phone i {
		font-size: 22px;
	}

	.jobList .email span {
		font-size: 16px;
	}

	.jobList .email img {
		width: 24px;
	}

	.jobList .tips {
		margin-top: 20px;
	}

	.job .lookForwoard {
		margin-top: 60px;
	}

	.lookForwoard::after,
	.lookForwoard::before {
		width: 65px;
		height: 65px;
	}

	.jobList .box .msg {
		font-size: 26px;
		line-height: 38px;
	}

	.jobList .info .tit {
		font-size: 22px;
		line-height: 34px;
	}

	.jobList .tips {
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.job .con .jobList {
		margin-top: 30px;
	}

	.jobList .info .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.jobList .tips {
		font-size: 14px;
		line-height: 26px;
	}

	.jobList .info .phone {
		font-size: 14px;
		line-height: 26px;
	}

	.jobList .info .phone i {
		font-size: 20px;
	}

	.jobList .email {
		padding: 5px 20px;
	}

	.jobList .email span {
		font-size: 14px;
		line-height: 26px;
	}

	.jobList .box .msg {
		font-size: 22px;
		line-height: 32px;
	}

	.job .lookForwoard {
		margin-top: 50px;
	}

	.lookForwoard::after,
	.lookForwoard::before {
		width: 60px;
		height: 60px;
	}

	.job .lookForwoard {
		width: 93%;
	}
}

@media screen and (max-width:768px) {

	.lookForwoard::after,
	.lookForwoard::before {
		width: 50px;
		height: 50px;
	}

	.job .lookForwoard {
		width: 100%;
	}

	.job .lookForwoard {
		margin-top: 40px;
	}

	.lookForwoard::after {
		left: 0;
	}

	.lookForwoard::before {
		right: 0;
	}

	.jobList .box {
		width: 35%;
	}

	.jobList .info {
		width: 60%;
	}

	.jobList .info .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.jobList .box .msg {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.jobList .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.jobList .info {
		width: 100%;
		padding: 30px;
	}

	.jobList .box {
		width: 100%;
		height: 240px;
	}

	.jobList .info {
		padding: 20px;
	}
}

/* 5-1news */

.news {
	padding: 41px 0 80px 0;
}


.news .newsShow {
	position: relative;
}

.newsShow .swiper-slide {
	display: flex;
	justify-content: space-between;
	height: auto;
}


.newsShow .image {
	width: 56.5%;
	overflow: hidden;
	height: 100%;
	border-radius: 10px;
}


.newsShow .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.newsShow .msg {
	width: 38.65%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 40px 0;
}

.newsShow .title {
	color: #171717;
	font-family: WorkSans-SemiBold;
	font-size: 30px;
	line-height: 40px;

}

.newsShow .title:hover {
	color: #1F7337;
}

.newsShow .time {
	color: #000;
	font-family: WorkSans-Medium;
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
}

.newsShow .txts {
	color: #171717;
	font-size: 16px;
	line-height: 26px;
	margin-top: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.newsShow .sBtn {
	margin-top: 40px;
}

.newsShow .btns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 22px;
	color: rgba(23, 23, 23, .3);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	z-index: 9;
}


.newsShow .btns>div.swiper-button-disabled {
	pointer-events: none;
}

.newsShow .btns>div:hover {
	color: rgba(23, 23, 23, 1);
}



.newsShow .btns>div.prev {
	left: -75px;
}

.newsShow .btns>div.next {
	right: -75px;
}


.newTit {
	margin-top: 80px;
}

.news .newList {
	margin-top: 34px;
}

.news .pager {
	margin-top: 54px;
}

.news .touch {
	margin-top: 75px;
}

@media screen and (max-width:1360px) {
	.newsShow .image {
		border-radius: 5px;
	}

	.newsShow .btns>div.prev {
		left: -60px;
	}

	.newsShow .btns>div.next {
		right: -60px;
	}

	.newsShow .time {
		margin-top: 20px;
	}

	.newsShow .title {
		font-size: 28px;
		line-height: 40px;
	}

}

@media screen and (max-width:1333px) {
	.newsShow .title {
		font-size: 26px;
		line-height: 38px;
	}

	.newsShow .msg {
		padding: 30px 0;
	}

	.newTit {
		margin-top: 60px;
	}

	.news .pager {
		margin-top: 50px;
	}

	.news .touch {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.newsShow .btns>div {
		font-size: 18px;
		line-height: 28px;
	}

	.newsShow .title {
		font-size: 22px;
		line-height: 34px;
	}

	.newsShow .time {
		margin-top: 10px;
	}

	.newsShow .txts {
		margin-top: 20px;
	}

	.newsShow .sBtn {
		margin-top: 20px;
	}

	.newTit {
		margin-top: 50px;
	}

	.news .pager {
		margin-top: 40px;
	}

	.news .touch {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.newsShow .title {
		font-size: 20px;
		line-height: 30px;
	}

	.newsShow .btns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.newsShow .btns>div {
		position: static;
		transform: translateX(0);
		margin-top: 20px;
		width: 36px;
		height: 36px;
	}

	.newsShow .btns>div.prev {
		margin-right: 20px;
	}

	.newTit {
		margin-top: 40px;
	}

	.news .pager {
		margin-top: 30px;
	}

	.news .touch {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.newsShow .swiper-slide {
		flex-direction: column;
		align-items: flex-start;
	}

	.newsShow .msg {
		padding: 0;
		margin-top: 20px;
		width: 100%;
	}

	.newsShow .image {
		width: 100%;
	}
}


/* 5-2news */

.innerBannerRange {
	height: 70px;
}

.innerLine {
	height: 1px;
	background-color: #F2F2F2;
	width: 100%;
}

.newDet {
	padding: 42px 0 80px 0;
}

.newDet .describe {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.newDet .describe .con {
	width: 62.5%;
}

.newDet .describe .latestNews {
	width: 28.58%;
}


.newDet .describe h1 {
	font-weight: normal;
}

.newDet .describe .tips {
	margin-top: 23px;
	display: flex;
	align-items: center;
}


.newDet .describe .tips .time {
	color: #000;
	font-family: WorkSans-Medium;
	font-size: 16px;
	line-height: 26px;
	flex-shrink: 0;
	margin-right: 36px;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	color: #555;
	font-size: 16px;
	line-height: 26px;
	flex-shrink: 0;
	margin-right: 13px;
}

.newDet .details {
	margin-top: 37px;
}

.newDet .prevOrNext {
	margin-top: 52px;
}

.prevOrNext {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 27px 0 27px 0;
}

.prevOrNext .prev,
.prevOrNext .next {
	color: #434343;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.prevOrNext .next {
	margin-top: 11px;
}

.prevOrNext a:hover {
	color: #171717;
}

.innerTit {
	color: #171717;
	font-family: WorkSans-SemiBold;
	font-size: 30px;
	line-height: 40px;
}



.latestNews .list {
	margin-top: 24px;
}

.latestNews .list .item {
	padding-bottom: 25px;
	margin-top: 24px;
	border-bottom: 1px solid #D9D9D9;
}

.latestNews .list .item:nth-child(1) {
	margin-top: 0;
}

.latestNews .list .time {
	color: #000;
	font-family: WorkSans-Medium;
	font-size: 16px;
	line-height: 26px;
}

.latestNews .list .tit {
	color: #000;
	font-family: WorkSans-Medium;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	margin-top: 14px;
}

.latestNews .list .tit:hover {
	color: #1F7337;
}

.latestNews .list .sBtn {
	margin-top: 23px;
}

.newDet .productCategroy {
	margin-top: 80px;
}

.newDet .touch {
	margin-top: 80px;
}

@media screen and (max-width:1360px) {

	.newDet .describe .tips,
	.latestNews .list {
		margin-top: 30px;
	}

	.innerTit {
		font-size: 28px;
		line-height: 40px;
	}
}

@media screen and (max-width:1333px) {

	.newDet .productCategroy,
	.newDet .touch {
		margin-top: 60px;
	}

	.innerTit {
		font-size: 26px;
		line-height: 38px;
	}

	.newDet .prevOrNext {
		margin-top: 40px;
	}

	.prevOrNext {
		padding: 20px 0;
	}

	.latestNews .list .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.newDet .describe {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .describe .con {
		width: 100%;
	}

	.innerTit {
		font-size: 24px;
		line-height: 34px;
	}

	.share span,
	.newDet .describe .tips .time {
		font-size: 14px;
		line-height: 26px;
	}

	.newDet .details {
		margin-top: 30px;
	}

	.prevOrNext .prev,
	.prevOrNext .next {
		font-size: 14px;
		line-height: 26px;
	}

	.newDet .latestNews {
		margin-top: 50px;
	}

	.newDet .describe .latestNews {
		width: 100%;
	}

	.latestNews .list .sBtn {
		margin-top: 10px;
	}

	.newDet .productCategroy,
	.newDet .touch {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.innerTit {
		font-size: 20px;
		line-height: 30px;
	}

	.newDet .productCategroy,
	.newDet .touch,
	.newDet .latestNews {
		margin-top: 40px;
	}

	.latestNews .list .item {
		padding-bottom: 20px;
		margin-top: 20px;
	}

	.newDet .prevOrNext {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.newDet .describe .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .describe .tips .time {
		margin-right: 20px;
		margin-bottom: 20px;
	}

}

/* 6-1contact */

.contact {
	padding: 40px 0 80px 0;
}

.contact .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.contact .info {
	width: 50%;
}

.contact form {
	width: 40.66%;
}


.contact .info .txts {
	margin-top: 10px;
}

.contact .info .list {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 83%;
}


.contact .info .list li {
	display: flex;
	align-items: flex-start;
	margin-top: 38px;
	width: 48.5%;
}

.contact .info .list li:nth-child(-n+2) {
	margin-top: 0;
}

.contact .info .list i {
	flex-shrink: 0;
	margin-right: 11px;
	font-size: 26px;
	color: #171717;
	line-height: 26px;
}


.contact .info .list .num {
	color: #171717;
	font-family: WorkSans-Medium;
	font-size: 18px;
	line-height: 26px;
}

.contact .info .list a.num:hover {
	color: #1F7337;
}

.contact .info .list .email .num {
	word-break: break-all;
}

.contact form {
	margin-top: 57px;
}

.contact form .name {
	color: #171717;
	font-size: 16px;
	line-height: 26px;
}

.contact form li {
	margin-top: 20px;
}

.contact form li:nth-child(1) {
	margin-top: 0;
}


.contact form input {
	width: 100%;
	height: 50px;
	border-radius: 4px;
	margin-top: 10px;
	background-color: #F5F5F5;
	padding: 0 13px;
}


.contact form textarea {
	height: 150px;
	width: 100%;
	background-color: #F5F5F5;
	padding: 10px 13px;
	border-radius: 4px;
	overflow: hidden;
	margin-top: 10px;
}

.contact form .codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	background-color: #F5F5F5;
	padding: 0 15px 0 13px;
	border-radius: 4px;
	overflow: hidden;
}


.contact form li.codeCon {
	margin-top: 16px;
}


.contact form .codeCon input {
	background-color: transparent;
	flex: 1;
	height: 100%;
	margin-top: 0;
	padding: 0;
}

.contact form .codeCon .codeImg {
	width: 79px;
	height: 26px;
	background-color: #f3fbfe;
	flex-shrink: 0;
	margin-left: 30px;
	cursor: pointer;
}


.contact form .subBtn {
	width: 100px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	color: #FFF;
	font-family: WorkSans-SemiBold;
	font-size: 16px;
}


.contact form .subBtn input {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: transparent;
	color: #FFF;
	font-family: WorkSans-SemiBold;
	font-size: 16px;
	cursor: pointer;
}



.contact form .subBtn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(261deg, #9CCFC8 -58.62%, #084294 93.43%);
	transition: .4s ease all;
}


.contact form .subBtn:hover::after {
	opacity: 0;
}

.contact form .subBtn:hover {
	background-color: #1F7337;
}

.contact form input::-webkit-input-placeholder,
.contact form textarea::-webkit-input-placeholder {
	color: #171717;
}

.contact form input:-moz-placeholder,
.contact form textarea:-moz-placeholder {
	color: #171717;
}

.contact form input::-moz-placeholder,
.contact form textarea::-moz-placeholder {
	color: #171717;
}

.contact form input:-ms-input-placeholder,
.contact form textarea:-ms-input-placeholder {
	color: #171717;
}


.contact form .m-formcountry {
	position: relative;
	height: 50px;
	margin-top: 10px;
}

.contact form .m-formcountry input {
	height: 100%;
	margin-top: 0;
}



.contact form .m-formcountry .drop-btn {
	position: relative;
	height: 100%;
}

.contact form .m-formcountry .drop-btn i,
.contact form .m-formcountry .drop-btn svg {
	position: absolute;
	right: 13px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
}

.contact form .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: #333 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

.contact form .m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.contact form .m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

.contact form .m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #333;
}

.contact form .m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 5px 13px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	margin: 0;
}

.contact form .m-formcountry .drop-list li.on {
	background-color: #1F7337;
	color: #ffffff;
}


@media screen and (max-width:1560px) {
	.contact .info .txts {
		margin-top: 20px;
	}

	.contact form {
		margin-top: 60px;
	}

	.contact .info .list {
		width: 100%;
	}
}

@media screen and (max-width:1333px) {
	.contact .info .list li:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.contact .info .list li:nth-child(1) {
		margin-top: 0;
	}

	.contact .info .list .num {
		font-size: 16px;
	}

	.contact .info .list i {
		font-size: 22px;
	}

	.contact form {
		margin-top: 54px;
	}

	.contact .info {
		width: 42%;
	}

	.contact form {
		width: 46%;
	}

	.contact form input,
	.contact form .codeCon,
	.contact form .subBtn,
	.contact form .m-formcountry {
		height: 46px;
	}
}

@media screen and (max-width:999px) {
	.contact .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.contact .info {
		width: 100%;
	}

	.contact .info .list {
		margin-top: 30px;
	}

	.contact .info .list li:nth-child(n) {
		width: 48%;
		margin-top: 20px;
	}

	.contact .info .list li:nth-child(-n+2) {
		margin-top: 0;
	}

	.contact .info .list .num {
		font-size: 14px;
	}

	.contact .info .list i {
		font-size: 20px;
	}

	.contact form .name {
		font-size: 14px;
		line-height: 26px;
	}

	.contact form {
		width: 100%;
	}

	.contact form ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contact form ul li {
		width: 48%;
		margin-top: 15px;
	}

	.contact form ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	.contact form ul li.message,
	.contact form ul li.country {
		width: 100%;
	}

	.contact form input,
	.contact form .codeCon,
	.contact form .subBtn,
	.contact form .m-formcountry {
		height: 40px;
	}

	.contact form textarea,
	.contact form input {
		margin-top: 5px;
	}

	.contact form .subBtn {
		width: 48%;
	}

	.contact form {
		margin-top: 50px;
	}

	.contact form .m-formcountry .drop-list li {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.contact form {
		margin-top: 40px;
	}
}

@media screen and (max-width:450px) {
	.contact .info .list li:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.contact .info .list li:nth-child(1) {
		margin-top: 0;
	}

	.contact form input,
	.contact form .codeCon,
	.contact form .subBtn,
	.contact form .m-formcountry {
		height: 36px;
	}

	.contact form ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.contact form ul li:nth-child(1) {
		margin-top: 0;
	}
}

/* crumb */

.crumb {
	max-width: 1920px;
	margin: 0 auto;
	padding: 23px 30px;
}


.crumb a,
.crumb i {
	font-family: WorkSans-Regular, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	color: #434343;
}

.crumb a.active,
.crumb a:hover {
	color: #171717;
}

.crumb i {
	font-style: normal;
	margin: 0 8px;
}


/* 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: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #222;
	margin: 5px 6px;
	border-radius: 10px;
}



.pager .pageList a.active,
.pager .pageList a:hover {
	background-color: #1F7337;
	color: #ffffff;
}

.pager .pageList a.prev {
	width: auto;
	margin: 5px 14px;
	color: #666666;
}

.pager .pageList a.next {
	width: auto;
	margin: 5px 19px;
	color: #666666;
}

.pager .pageList a.prev:hover,
.pager .pageList a.next:hover {
	background-color: transparent;
	color: #222;
}

.pager .pageList a.prev i,
.pager .pageList a.next i {
	font-size: 12px;
	font-weight: bold;
	color: #222222;
}

.pager .pageList a.prev i {
	flex-shrink: 0;
	margin-right: 10px;
}



.pager .pageList a.next i {
	flex-shrink: 0;
	margin-left: 10px;
}

.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 26px;
	position: relative;
	color: #171717;
	font-size: 16px;
	line-height: 26px;
}


.pager .addTo span {
	color: #171717;
	font-size: 16px;
	line-height: 28px;
	position: relative;
}

.pager .addTo span::after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #171717;
	transition: .4s ease all;
	bottom: 1px;
}

.pager .addTo:hover span::after {
	width: 100%;
	right: auto;
	left: 0;
}


.pager .addTo i {
	position: relative;
	flex-shrink: 0;
	margin-left: 32px;
	width: 18px;
	height: 18px;
}


.pager .addTo i::after,
.pager .addTo i::before {
	content: "";
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: .4s ease all;
}


.pager .addTo i::after {
	background-image: url("../images/addSign1.png");
}

.pager .addTo i::before {
	background-image: url("../images/addSign2.png");
	opacity: 0;
}

.pager .addTo:hover i::after {
	opacity: 0;
}

.pager .addTo:hover i::before {
	opacity: 1;
}



.pager .addTo input {
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}



@media screen and (max-width:1360px) {
	.pager .pageList a {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.pager .addTo i {
		margin-left: 20px;
	}
}

@media screen and (max-width:999px) {
	.crumb {
		padding: 14px 30px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.pager .pageList a {
		font-size: 14px;
	}

	.pager .addTo i {
		margin-left: 14px;
	}

	.pager .addTo span {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.crumb {
		padding: 10px 25px;
	}
}

@media screen and (max-width:538px) {
	.crumb {
		padding: 10px 15px;
	}
}

/* footer */

footer {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0px 20px;
	padding-bottom: 47px;
}

footer .fMsg {
	position: relative;
	padding: 18.5px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .fMsg::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 100vw;
	height: 100%;
	z-index: -1;
	transform: translateX(-50%);
	background: linear-gradient(261deg, #9CCFC8 -58.62%, #084294 93.43%);
}

footer .fLogo {
	width: 146px;
	flex-shrink: 0;
	margin-right: 40px;
}

footer .fLogo:hover img {
	transform: none;
}


footer .followUs {
	display: flex;
	align-items: center;
}


footer .followUs .tit {
	color: #FFF;
	font-family: WorkSans-SemiBold;
	font-size: 20px;
	line-height: 26px;
	padding-right: 4px;
	white-space: nowrap;
}


footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}



footer .blogrolls a {
	width: 43px;
	height: 43px;
	border: solid 1px #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #ffffff;
	margin: 5px 0;
	margin-left: 21px;
	flex-shrink: 0;
}

footer .blogrolls a:hover {
	background-color: #ffffff;
}


footer .fNav {
	margin-top: 35px;
	display: flex;
	flex-wrap: wrap;
}

footer .fNav a {
	color: #171717;
	font-family: WorkSans-Medium;
	font-size: 16px;
	font-weight: 500;
	margin: 5px 0;
	margin-right: 40.5px;
}


footer .fNav a:hover {
	color: #1F7337;
}

footer .links {
	display: flex;
	flex-wrap: wrap;
	margin-top: 9px;
}

footer .links span,
footer .links a {
	margin: 5px 0;
	margin-right: 16px;
	color: #434343;
	font-size: 16px;
	line-height: 26px;
}

footer .links a:hover {
	color: #1F7337;
}

footer .line {
	width: 100%;
	height: 1px;
	background-color: #D9D9D9;
	margin-top: 17px;
}

footer .copyright {
	margin-top: 23px;
}

footer .copyright,
footer .copyright a,
footer .copyright span {
	font-size: 16px;
	line-height: 26px;
	color: #434343;
}


footer .copyright a:hover {
	color: #1F7337;
}

@media screen and (max-width:1360px) {
	footer .blogrolls a {
		font-size: 16px;
		width: 36px;
		height: 36px;
	}

	footer {
		padding-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	footer .followUs .tit {
		font-size: 18px;
		line-height: 28px;
	}

	footer .fNav {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	footer {
		padding-bottom: 60px;
	}

	footer .blogrolls a {
		font-size: 14px;
		width: 32px;
		height: 32px;
		margin-left: 14px;
	}

	footer .followUs .tit {
		font-size: 16px;
		line-height: 28px;
	}

	footer .fLogo {
		width: 130px;
	}

	footer .fNav a,
	footer .links span,
	footer .links a,
	footer .copyright,
	footer .copyright a,
	footer .copyright span {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	footer .fMsg {
		flex-direction: column;
		align-items: flex-start;
	}

	footer .followUs {
		margin-top: 20px;
	}
}

@media screen and (max-width:538px) {
	footer {
		padding: 0 15px;
		padding-bottom: 60px;
	}

	footer .followUs {
		flex-direction: column;
		align-items: flex-start;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 15px;
	}

	footer .followUs .tit {
		margin-right: 0;
		margin-bottom: 10px;
	}
}


/* 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: WorkSans-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: 8px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 0 20px 0 rgba(0, 55, 104, 0.20);
	width: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px 0;

}

.customer>div {
	margin-bottom: 18px;
	border-radius: 50%;
}


.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: #171717;
	font-size: 24px;
	border-radius: 50%;
	position: relative;
	background-color: #ffffff;

}

.customer div a:after,
.customer div div:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(261deg, #9CCFC8 -58.62%, #084294 93.43%);
	z-index: -1;
	border-radius: 50%;
	opacity: 0;
	transition: .4s ease all;
}

.customer .top {
	margin-bottom: 0;
}

.customer .top a {
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	color: #333;
	text-align: center;
	cursor: pointer;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}


.customer a i {
	display: flex;
	align-items: center;
	justify-content: center;
}


.customer .top i {
	font-size: 26px;
}

.customer div div {
	cursor: pointer;
}

.customer div:hover a,
.customer div:hover div {
	color: #ffffff;
	background-color: transparent;
}

.customer div:hover a:after,
.customer div:hover div:after {
	opacity: 1;
}

.customer div a:hover i {
	color: #ffffff;
}

.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: -10;
	opacity: 0;
	pointer-events: none;
}

.customer .code:hover img {
	transform: translateX(0);
	opacity: 1;
	pointer-events: all;
}


@media screen and (max-width: 1360px) {
	.customer {
		right: 5px;
	}

	.customer>div {
		margin-bottom: 10px;
	}

	.customer {
		width: 50px;
	}

	.customer div a,
	.customer div div {
		width: 45px;
		height: 45px;
		font-size: 22px;
	}

	.customer .top i {
		font-size: 24px;
	}

	.customer .top a {
		width: 45px;
		height: 45px;
	}
}

@media screen and (max-width: 999px) {
	.customer {
		display: block;
		border-radius: 0;
		padding: 0;
		box-shadow: none;
		background-color: transparent;
	}

	.customer>div {
		margin-bottom: 0;
	}

	.customer .top a {
		width: 100%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #ffffff;
		border-top: 1px solid #F2F2F2;
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.customer div {
		width: 25%;
		float: left;
	}

	.customer div a,
	.customer div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #ffffff;
		color: #171717;
		border-radius: 0px;
		border-top: 1px solid #F2F2F2;
	}

	.customer div:hover a,
	.customer div:hover div {
		color: #171717;
		background-color: #ffffff;
	}

	.customer div a:after,
	.customer div div:after {
		border-radius: 0;
	}

	.customer div:hover a:after,
	.customer div:hover div:after {
		opacity: 0;
	}
	
	.customer div a:hover i{
		color: #171717;
	}

	.customer div.active a,
	.customer div.active div {
		background-color: transparent;
		color: #ffffff;
	}


	.customer div.active a:after,
	.customer div.active div:after {
		opacity: 1;
	}

	.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%);
		pointer-events: all;
	}
}

@media screen and (max-width: 768px) {

	.customer .code img,
	.customer .code:hover img {
		left: 0%;
		transform: translateX(0%);
	}

	.customer .code.active img {
		left: 0%;
		transform: translateX(0%) translateY(-100%);
	}
}



@font-face {
	font-family: 'WorkSans-Medium';
	font-display: swap;
	src: url('../fonts/WorkSansMedium.eot');
	src: url('../fonts/WorkSansMedium.eot') format('embedded-opentype'),
		url('../fonts/WorkSansMedium.woff2') format('woff2'),
		url('../fonts/WorkSansMedium.woff') format('woff'),
		url('../fonts/WorkSansMedium.ttf') format('truetype'),
		url('../fonts/WorkSansMedium.svg#segoeui') format('svg');
}

@font-face {
	font-family: 'WorkSans-Regular';
	font-display: swap;
	src: url('../fonts/WorkSansRegular.eot');
	src: url('../fonts/WorkSansRegular.eot') format('embedded-opentype'),
		url('../fonts/WorkSansRegular.woff2') format('woff2'),
		url('../fonts/WorkSansRegular.woff') format('woff'),
		url('../fonts/WorkSansRegular.ttf') format('truetype'),
		url('../fonts/WorkSansRegular.svg#WorkSansRegular') format('svg');

}

@font-face {
	font-family: 'WorkSans-SemiBold';
	font-display: swap;
	src: url('../fonts/WorkSansSemiBold.eot');
	src: url('../fonts/WorkSansSemiBold.eot') format('embedded-opentype'),
		url('../fonts/WorkSansSemiBold.woff2') format('woff2'),
		url('../fonts/WorkSansSemiBold.woff') format('woff'),
		url('../fonts/WorkSansSemiBold.ttf') format('truetype'),
		url('../fonts/WorkSansSemiBold.svg#WorkSansSemiBold') 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=1760507314955') format('woff'),
		url('../fonts/iconfont.ttf?t=1760507314955') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.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-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";
}