@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: Microsoft YaHei !important;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	background-color: #fff;
	overflow-x: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

img {
	display: block;
	border: none;
	max-width: 100%;
}

a {
	display: block;
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #18628a !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}

a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: 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;
	}
}

@media screen and (max-width:768px) {

	input,
	textarea,
	select {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}
}

.safeRange {
	max-width: 1400px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

@media screen and (max-width:999px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1600px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}

@media screen and (max-width:538px) {
	.standardRange {
		padding: 30px 0 30px 0 !important;
	}
}











@media screen and (max-width:1600px) {
	.standardTxt .title1 {
		font-size: 38px !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: 26px !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: 26px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 24px !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;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 12px !important;
		line-height: 22px !important;
	}

	.standardTxt .btn {
		font-size: 12px !important;
	}
}



.oneRow {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.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: #18628a;
		right: 2.5%;
		top: 25px;
		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: rgba(46, 105, 137, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	header .xnav .topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Lato-Regular, Arial, Helvetica, 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: 2px;
	}
}

/**
 * Swiper 8.4.6
 * 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 17, 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
}

.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 */

header {
	height: 104px;
	width: 100%;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 99999;
}

header.active {
	box-shadow: 0px 0px 12px 0px rgba(24, 98, 138, 0.2);
}

header.active .moreList,
header.active .language ul,
header.active .moreList ul {
	box-shadow: 0px 0px 12px 0px rgba(24, 98, 138, 0.2);
}



.bannerRange {
	margin-top: 104px;
}


header nav {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


header nav .logo {
	width: 121px;
	flex-shrink: 0;
}

header nav .logo:hover img {
	transform: scale(1, 1);
}


header nav .navList {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header nav .navList .list {
	display: flex;
	align-items: center;
}




header nav .navList .btns {
	display: flex;
	align-items: center;
}


header nav .navList .list>li {
	margin-left: 56px;
	position: relative;
}

header nav .navList .list>li.active>a {
	color: #18628a;
}

header nav .navList .list>li.active:after {
	opacity: 1;
}


header nav .navList .list>li:first-child {
	margin-left: 0;
}


header nav .navList .list>li:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 62%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 5.5px solid transparent;
	border-bottom: 8px solid #18628a;
	border-left: 5.5px solid transparent;
	opacity: 0;
	transition: .3s linear all;
}




header nav .navList .list>li>a {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 100px;
	height: 104px;
	color: #333333;
}

header nav .navList .list>li:hover>a {
	color: #2e6989;
}

header nav .navList .list>li:hover:after {
	opacity: 1;
}



header .search {
	height: 104px;
	display: flex;
	align-items: center;
	margin-left: 73px;
	margin-right: 43px;
	flex-shrink: 0;
}



header .search form {
	width: 237px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #dddddd;
	padding: 0 12px 0 10px;
	transform: translateY(-1px);
}

header .search form>input {
	width: 100%;
}


header .search .searchBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 30px;
	height: 30px;
}


header .search .searchBtn i {
	color: #666666;
}

header .search .searchBtn:hover i {
	color: #18628a;
}


header .search .searchBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	z-index: 9;
}

.search input::-webkit-input-placeholder,
.search textarea::-webkit-input-placeholder {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.search input:-moz-placeholder,
.search textarea:-moz-placeholder {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.search input::-moz-placeholder,
.search textarea::-moz-placeholder {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.search input:-ms-input-placeholder,
.search textarea:-ms-input-placeholder {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}


header .language {
	height: 104px;
	display: flex;
	align-items: center;
	position: relative;
}

header .language ul {
	position: absolute;
	top: 103%;
	right: 0;
	background-color: #f8f8f8;
	padding: 5px 0 5px 0;
	width: max-content;
	display: none;
	transition: none;
}




header .language ul li a {
	display: flex;
	align-items: center;
	padding: 5px 10px;
	font-family: Microsoft YaHei !important;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

header .language ul li a img {
	width: 28px;
	flex-shrink: 0;
	margin-right: 10px;
}


header .language ul li a:hover img {
	transform: scale(1, 1);
}

header .language ul li:hover {
	background-color: #18628a;
}

header .language ul li:hover a .name {
	color: #ffffff;
}



header .language .lanBtn {
	display: flex;
	align-items: center;
	margin-right: 4px;
	cursor: pointer;
}

header .language .lanBtn:hover p {
	color: #2e6989;
}

header .language .lanBtn img {
	width: 28px;
	margin-right: 8px;
	flex-shrink: 0;
}

header .language .lanBtn .name {
	font-family: Microsoft YaHei !important;
	font-size: 14px;
	color: #666666;
}



.moreList {
	position: absolute;
	top: 103%;
	max-width: 210px;
	width: max-content;
	left: -14px;
	background-color: #f8f8f8;
	padding: 5px 0 10px 0;
	display: none;
	transition: none;
	min-width: 200px;
}


.moreList li {
	position: relative;
	font-family: Inter-SemiBold;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	padding: 5px 14px 5px 14px;
}




.moreList li:hover>a {
	color: #ffffff;
}

.moreList li:hover {
	background-color: #18628a;
}




@media screen and (max-width:1600px) {
	header nav .logo {
		width: 80px;
	}

	header,
	header .search,
	header .language {
		height: 80px;
	}

	header nav .navList .list>li>a {
		height: 80px;
		line-height: 80px;
	}

	.bannerRange {
		margin-top: 80px;
	}

	header .language .lanBtn {
		margin: 0;
	}

	header .search {
		margin: 0 30px 0 60px;
	}

	header nav .navList .list>li {
		margin-left: 45px;
	}

	.moreList li {
		padding: 5px 20px;
	}

	.moreList {
		padding: 5px 0;
	}
}


@media screen and (max-width:1333px) {
	header nav .navList .list>li>a {
		font-size: 16px;
	}

	header nav .logo {
		width: 60px;
	}

	header .search {
		margin: 0 30px 0 40px;

	}

	header .search form {
		width: 200px;
	}

	header,
	header .search,
	header .language {
		height: 60px;
	}

	header nav .navList .list>li>a {
		height: 60px;
		line-height: 60px;
	}

	.bannerRange {
		margin-top: 60px;
	}

	.moreList li {
		font-size: 14px;
		line-height: 24px;
	}

	header .language ul li a img {
		width: 24px;
		margin-right: 5px;
	}

}


@media screen and (max-width:1200px) {
	header nav .navList .list>li {
		margin-left: 25px;
	}

	header .search form {
		width: 160px;
		padding: 0 5px;
	}

	header .search {
		margin: 0 20px;
	}
}



@media screen and (max-width:999px) {
	header {
		box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.2);
	}

	header,
	header .search,
	header .language {
		height: 50px;
	}

	.bannerRange {
		margin-top: 50px;
	}

	header nav .navList .list {
		display: none;
	}

	header .search {
		display: none;
	}

	header .language {
		margin-right: 60px;
	}

}

@media screen and (max-width:768px) {

	header,
	header .search,
	header .language {
		height: 45px;
	}

	header nav .logo {
		width: 50px;
	}

	header .xnav .nav {
		top: 22.5px;
	}

	header .language .lanBtn .name {
		font-size: 12px;
		line-height: 22px;
	}

	header .language ul li a {
		font-size: 12px;
		line-height: 22px;
	}
}


/* ----------------------index------------------------ */

/* indexBanner */
.indexBanner a:hover img {
	transform: scale(1, 1);
}


.indexBanner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	position: relative;
	opacity: 1;
	background-color: transparent;
	background-color: #ffffff;
	border-radius: 50%;
	margin: 0 16px !important;
	bottom: 73px;
}




.indexBanner .swiper-pagination-bullet::after {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-image: url("../images/bannerPage.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: .3s linear all;
}



.indexBanner .swiper-pagination-bullet-active::after {
	opacity: 1;
}


@media screen and (max-width:999px) {
	.indexBanner .swiper-pagination-bullet::after {
		width: 25px;
		height: 25px;
	}

	.indexBanner .swiper-pagination-bullet {
		bottom: 35px;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .swiper-pagination-bullet::after {
		width: 20px;
		height: 20px;
	}

	.indexBanner .swiper-pagination-bullet {
		bottom: 30px;
		width: 6px;
		height: 6px;
	}
}

@media screen and (max-width:538px) {
	.indexBanner .swiper-pagination-bullet {
		bottom: 5px;
		margin: 0 10px !important;
	}
}






/* indexM1-1 */
.hotProduct {
	padding: 138px 0 210px 0;
	position: relative;
}


.hotProduct:after {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	content: "";
	/* padding-bottom: 62.96875%; */
	padding-bottom: 1209px;
	background-image: url("../images/indexM1-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -5;

}

.hotProduct .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 125px;
}




.hotProduct .con .msg {
	width: 28%;
	position: relative;
	margin-top: -45px;
}

.hotProduct .con .msg:after {
	content: "";
	position: absolute;
	width: 72%;
	height: 2px;
	background-color: #e3e3e3;
	left: -10px;
	bottom: -40px;
}





.hotProduct .con .title1 {
	font-family: Microsoft YaHei !important;
	font-size: 46px;
	color: #333333;
	margin-bottom: 12px;
	line-height: 50px;
}



.hotProduct .title1 span {
	color: #18628a;
}

.hotProduct .con .title1:hover {
	text-decoration: underline;
}


.hotProduct .txts {
	margin-bottom: 69px;
}


.hotProduct .txts a {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

.hotProduct .txts a:hover {
	color: #18618a;
	text-decoration: underline;
}



.hotProduct .btns {
	display: flex;
	align-items: center;
	padding-right: 34%;
}

.hotProduct .swiper-scrollbar {
	position: static;
	border-radius: 0;
	height: 2px;
	background-color: #e3e3e3;
	margin-left: 29px;
	margin-right: 26px;
}

.hotProduct .swiper-scrollbar-drag {
	border-radius: 0;
	background-color: #18628a;
	height: 3px;
	bottom: 0;
}



.hotProduct .prev,
.hotProduct .next {
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	cursor: pointer;
}


.hotProduct .prev:hover,
.hotProduct .next:hover {
	color: #18618a;
}

.hotProduct .image {
	overflow: hidden;
	margin-bottom: 12px;
}

.hotProduct h2 {
	font-weight: normal;
}

.hotProduct .name {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: center;
}

.hotProduct .name:hover {
	color: #18618a;
	text-decoration: underline;
}

.hotProduct .swiper {
	width: 69.57%;
	margin: 0;
	overflow: visible;
	clip-path: polygon(0% -1000%, 1000% -1000%, 1000% 1000%, 0 1000%);
	padding: 0 26px;
	margin-right: 1.1%;
	margin-top: -11px;
}

.hotProduct .swiper-slide {
	width: 30%;
	margin-right: 2%;
}

.hotProduct .swiper-slide:hover {
	transform: scale(1.2, 1.2);
	z-index: 99;
}

@media screen and (max-width:1600px) {
	.hotProduct .con .msg {
		margin-top: 0px;
	}

	.hotProduct {
		padding: 100px 0 100px 0;
	}

	.hotProduct .swiper-slide:hover {
		transform: scale(1.1, 1.1);
	}

	.hotProduct .con {
		margin-bottom: 120px;
	}
}


@media screen and (max-width:1333px) {
	.hotProduct {
		padding: 60px 0 60px 0;
	}

	.hotProduct .name,
	.hotProduct .txts a {
		font-size: 14px;
		line-height: 24px;
	}

	.hotProduct .btns {
		padding-right: 10%;
	}

	.hotProduct .txts {
		margin-bottom: 20px;
	}

	.hotProduct .con .msg:after {
		left: 0;
		width: 100%;
		bottom: -30px;
	}

	.hotProduct .prev,
	.hotProduct .next {
		font-size: 20px;
	}

	.hotProduct .con {
		margin-bottom: 80px;
	}

	.hotProduct .swiper {
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.hotProduct .con {
		flex-direction: column;
	}

	.hotProduct .swiper {
		width: 100%;
		margin-right: 0;
		overflow: hidden;
		padding: 0;
	}

	.hotProduct .swiper-slide:hover {
		transform: scale(1, 1);
	}

	.hotProduct .con .msg {
		width: 100%;
	}

	.hotProduct {
		padding: 50px 0 50px 0;
	}

	.hotProduct .txts {
		margin-bottom: 30px;
	}

	.hotProduct .con .title1 br {
		display: none;
	}

	.hotProduct .con .msg {
		margin-bottom: 30px;
	}

	.hotProduct .con .msg:after {
		display: none;
	}

	.hotProduct .btns {
		padding-right: 0;
	}

	.hotProduct .con {
		margin-bottom: 50px;
	}

	.hotProduct:after {
		bottom: -200px;
	}
}

@media screen and (max-width:768px) {

	.hotProduct .name,
	.hotProduct .txts a {
		font-size: 12px;
		line-height: 22px;
	}

	.hotProduct {
		padding: 40px 0 40px 0;
	}

	.hotProduct .con {
		margin-bottom: 40px;
	}

	.hotProduct .txts {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.hotProduct .con .msg {
		margin-bottom: 20px;
	}

	.hotProduct .con {
		margin-bottom: 30px;
	}

	.hotProduct {
		padding: 30px 0 30px 0;
	}
}



/* indexM1-2 */
.iAbout {
	position: relative;
	margin-bottom: 211px;
}

.iAbout::after {
	content: "";
	left: 0;
	width: 100%;
	background-image: url("../images/indexM2-bg.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	/* padding-bottom: 57.135416%; */
	padding-bottom: 1097px;
	position: absolute;
	top: -163px;
	z-index: -4;
}




.iAbout .con {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}



.iAbout .con .swiper {
	width: 48%;
	overflow: hidden;
}


.iAbout .con .prev,
.iAbout .con .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: bold;
	color: #666666;
	z-index: 99;
	cursor: pointer;
	width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.iAbout .con .prev:hover,
.iAbout .con .next:hover {
	color: #ffffff;
}

.iAbout .con .prev {
	left: 0;
}

.iAbout .con .next {
	right: 0;
}



.iAbout .con .swiper {
	margin: 0;
}

.iAbout .con .swiper .image {
	overflow: hidden;
}

.iAbout .con {
	margin-bottom: 78px;
}


.iAbout .con .msg {
	width: 49.3%;
	position: relative;
}

.iAbout .msg .title1 {
	font-family: Microsoft YaHei !important;
	font-size: 46px;
	color: #333333;
	margin-bottom: 8px;
	margin-top: 10px;
}

.iAbout .msg .title1:hover {
	text-decoration: underline;
}



.iAbout .msg .title1 span {
	color: #18628a;
	margin-right: 8px;
}


.iAbout .msg .txts {
	margin-bottom: 35px;
}

.iAbout .msg .txts a {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 30px;
}


.iAbout .msg .txts a:last-child {
	margin-bottom: 0;
}



.iAbout .msg .txts a:hover {
	text-decoration: underline;
	color: #18628a;
}


.iAbout .msg .btn {
	width: 211px;
	height: 48px;
	background-color: #18628a;
	border-radius: 8px;
	border: 1px solid #18628a;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 40px;
}



.iAbout .msg .btn:hover {
	background-color: #ffffff;
	color: #18628a;
}

.iAbout .numList .num:hover {
	transform: rotate(-10deg);
}



.iAbout .numList {
	background-color: #ffffff;
	position: relative;
	border-radius: 50px 0px 0px 0px;
	padding: 22px 30px 24px 33.5px;
	display: flex;
	align-items: center;
	z-index: 99;
	right: 13.6%;
	justify-content: space-between;
	width: 111.9%;
}

.iAbout .numList .item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.iAbout .numList .item:nth-child(3) .num,
.iAbout .numList .item:nth-child(4) .num {
	font-size: 40px;
}



.iAbout .numList::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 100%;
	top: 0;
	background-color: #ffffff;
	z-index: -1;
}


.iAbout .numList .number {
	position: relative;
	display: flex;
	align-items: flex-start;
}



.iAbout .numList .number span {
	background-image: -webkit-linear-gradient(180deg, #78b95d 0%, #419cae 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
	font-weight: bold;
	transform: translateY(2px);
}


.iAbout .numList .num {
	font-family: Microsoft YaHei !important;
	font-size: 46px;
	line-height: 50px;
	background-image: -webkit-linear-gradient(180deg, #419cae 0%, #78b95d 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}


.iAbout .numList i {
	font-size: 18px;
	background-image: -webkit-linear-gradient(180deg, #78b95d 0%, #419cae 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-style: normal;
	position: absolute;
	bottom: 4px;
	transform: translateX(100%);
	right: 0;
}






.iAbout .numList .name {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 27px;
	color: #666666;
}


.iAbout .numList .name:hover {
	color: #18618a;
	text-decoration: underline;
}



.iAbout .list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}



.iAbout .list .item {
	width: 23%;
	margin-right: 2.54%;
}

.iAbout .list .item:nth-child(4n) {
	margin-right: 0;
}


.iAbout .list .item .image {
	width: 57px;
	height: 57px;
	overflow: hidden;
	margin-bottom: 7px;
}


.iAbout .list .item .image:hover img {
	transform: rotate(60deg);
}

.iAbout .list .item .tit {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 10px;
}


.iAbout .list .item .txts {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	hyphens: auto;
}



@media screen and (max-width:1600px) {
	.iAbout {
		margin-bottom: 150px;
	}

	.iAbout .msg .txts a {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.iAbout .msg .btn {
		height: 45px;
		width: 180px;
		border-radius: 3px;
	}

	.iAbout .numList .item:nth-child(n) .num {
		font-size: 32px;
	}

	.iAbout .numList i {
		font-size: 16px;
	}

	.iAbout .numList {
		padding: 20px 30px;
	}

	.iAbout .msg .txts {
		margin-bottom: 30px;
	}

	.iAbout .msg .title1 {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.iAbout .msg .title1 {
		font-size: 38px;
		line-height: 50px;
	}
}

@media screen and (max-width:1333px) {
	.iAbout .msg .txts a {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.iAbout .msg .title1 {
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 20px;
	}

	.iAbout .msg .txts {
		margin-bottom: 20px;
	}

	.iAbout .msg .btn {
		font-size: 14px;
		height: 35px;
		width: 160px;
	}

	.iAbout .numList .name {
		font-size: 14px;
		line-height: 24px;
	}

	.iAbout .numList {
		border-radius: 30px 0 0 0;
		width: 120%;
		right: 25%;
	}

	.iAbout .numList .item:nth-child(n) .num {
		font-size: 28px;
		line-height: 30px;
	}

	.iAbout .numList i {
		font-size: 14px;
		line-height: 24px;
	}

	.iAbout .numList .number span {
		font-size: 28px;
		font-size: 22px;
	}

	.iAbout .numList {
		padding: 20px;
	}

	.iAbout .msg .btn {
		margin-bottom: 30px;
	}

	.iAbout .con .prev,
	.iAbout .con .next {
		font-size: 26px;
	}

	.iAbout .con {
		margin-bottom: 60px;
	}

	.iAbout .list .item .tit,
	.iAbout .list .item .txts {
		font-size: 16px;
		line-height: 26px;
	}

	.iAbout .list .item .image {
		width: 50px;
		height: 50px;
		margin-bottom: 20px;
	}

	.iAbout {
		margin-bottom: 130px;
	}
}

@media screen and (max-width:999px) {

	.iAbout .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .numList {
		width: 100%;
		right: 0;
	}

	.iAbout .con .msg {
		width: 100%;
	}

	.iAbout .con .swiper {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}

	.iAbout .con .msg {
		margin-top: 40px;
	}

	.iAbout .list .item .tit,
	.iAbout .list .item .txts {
		font-size: 14px;
		line-height: 24px;
	}

	.iAbout .msg .btn {
		margin-bottom: 20px;
	}

	.iAbout .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.iAbout .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.iAbout .con {
		margin-bottom: 40px;
	}

	.iAbout .list .item .image {
		width: 45px;
		height: 45px;
		margin-bottom: 15px;
	}

	.iAbout {
		margin-bottom: 80px;
	}

	.iAbout .msg .title1 {
		font-size: 26px;
	}

	.iAbout::after {
		width: 100%;
		height: 100%;
	}

}

@media screen and (max-width:768px) {
	.iAbout .msg .title1 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.iAbout .con .msg {
		margin-top: 30px;
	}

	.iAbout .numList .item:nth-child(n) .num {
		font-size: 22px;
	}

	.iAbout .numList i,
	.iAbout .msg .txts a,
	.iAbout .numList .name,
	.iAbout .list .item .tit,
	.iAbout .list .item .txts {
		font-size: 12px;
		line-height: 22px;
	}

	.iAbout .msg .btn {
		font-size: 12px;
		height: 30px;
		width: 130px;
	}

	.iAbout .msg .txts a {
		margin-bottom: 10px;
	}

	.iAbout .numList {
		border-radius: 20px 0 0 0;
	}

	.iAbout .con {
		margin-bottom: 30px;
	}

	.iAbout .list .item .image {
		width: 40px;
		height: 40px;
	}

	.iAbout .con .swiper {
		max-width: 500px;
	}

	.iAbout {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:538px) {
	.iAbout .msg .title1 {
		font-size: 22px;
	}

	.iAbout .con .msg {
		margin-top: 20px;
	}

	.iAbout .numList {
		flex-wrap: wrap;
	}

	.iAbout .numList .item {
		width: 48%;
		margin: 10px 0;
	}

	.iAbout .numList .item:nth-child(n) .num {
		font-size: 20px;
	}

	.iAbout .numList {
		padding: 10px 20px;
	}

	.iAbout .list .item:nth-child(n) {
		width: 100%;
	}

	.iAbout .list .item .image {
		width: 35px;
		height: 35px;
		margin-bottom: 10px;
	}

	.iAbout {
		margin-bottom: 50px;
	}
}








/* indexM1-3 */

.iNews {
	padding: 0px 0 116px 0;
	position: relative;
}


.iNews::after {
	content: "";
	position: absolute;
	top: -119px;
	left: 0;
	z-index: -3;
	width: 100%;
	/* padding-bottom: 50%; */
	padding-bottom: 894px;
	background-image: url("../images/indexM3-bg.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.iNews .title {
	margin-bottom: 62px;
	position: relative;
}


.iNews .title .title1 {
	font-family: Microsoft YaHei !important;
	font-size: 46px;
	line-height: 50px;
	color: #333333;
	text-align: center;
}

.iNews .title .title1:hover {
	color: #18618a;
}

.iNews .title .btns {
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
	top: 50%;
	transform: translateY(-50%);
}

.iNews .title .btns div {
	width: 36px;
	height: 36px;
	border: solid 2px #18628a;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #18618a;
	cursor: pointer;
	margin-left: 11px;
	font-weight: bold;
	font-size: 18px;
}

.iNews .title .btns div:hover {
	background-color: #18628a;
	color: #ffffff;
}


.iNews .image {
	overflow: hidden;
}


.iNews .swiper-slide {
	overflow: hidden;
	border-radius: 10px;
	background-color: #ffffff;
	transition: .3s linear background-color;
}

.iNews .swiper-slide:hover {
	background-color: #18628a;
}

.iNews .swiper-slide:hover a,
.iNews .swiper-slide:hover p {
	color: #ffffff;
}




.iNews .msg {
	padding: 21px 30px 45px 21px;
}



.iNews .time {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 26px;
	color: #18628a;
	margin-bottom: 1px;
}



.iNews .name {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 5px;
}

.iNews .txts {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.iNews a:hover {
	text-decoration: underline;
}


.quote.iQutote {
	background-color: #ffffff;
	background-image: none;
	padding: 85px 0 287px 0;
}

.quote.iQutote a:hover {
	color: #18618a;
	text-decoration: underline;
}

@media screen and (max-width:1600px) {
	.iNews .msg {
		padding: 20px 30px;
	}

	.iNews {
		padding: 0 0 80px 0;
	}

	.quote.iQutote {
		padding: 80px 0 280px 0;
	}
}

@media screen and (max-width:1333px) {
	.iNews .title .btns div {
		width: 30px;
		height: 30px;
		font-size: 14px;
		margin-left: 30px;
	}

	.iNews .title {
		margin-bottom: 50px;
	}

	.iNews .name {
		font-size: 16px;
		line-height: 26px;
	}

	.iNews .msg {
		padding: 20px;
	}

	.iNews .swiper-slide {
		border-radius: 5px;
	}

	.quote.iQutote {
		padding: 60px 0 280px;
	}

	.iNews {
		padding: 0 0 60px 0;
	}
}

@media screen and (max-width:999px) {
	.iNews .name {
		font-size: 14px;
		line-height: 24px;
	}

	.iNews .msg {
		padding: 10px;
	}

	.iNews {
		padding: 0 0 50px 0;
	}

	.iNews::after {
		top: -90px;
	}

	.quote.iQutote {
		padding: 50px 0 280px;
	}
}

@media screen and (max-width:768px) {
	.quote.iQutote {
		padding: 40px 0 260px;
	}

	.iNews {
		padding: 0 0 40px 0;
	}

	.iNews .title {
		margin-bottom: 40px;
	}

	.iNews::after {
		top: -80px;
	}

	.iNews .name {
		font-size: 12px;
		line-height: 22px;
	}

	.iNews .title .btns div {
		font-size: 12px;
	}
}

@media screen and (max-width:538px) {
	.quote.iQutote {
		padding: 30px 0 260px;
	}

	.iNews .title .btns {
		position: static;
		transform: translateY(0);
		justify-content: center;
		margin-top: 20px;
	}

	.iNews .title .btns div {
		margin: 0 10px;
	}

	.iNews .title {
		margin-bottom: 20px;
	}
}













/* ----------------------1-1product------------------------ */

.product {
	padding: 25px 0 123px 0;
}


.product .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3px;
}



.product .list .item {
	width: 29.64%;
	margin-right: 5.54%;
	background-color: #ffffff;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 77px;
}



.product .list .item:nth-child(3n) {
	margin-right: 0;
}


.product .list .msg {
	padding: 24px 20px 33px 20px;
}


.product .list .image {
	overflow: hidden;
}



.product .list .msg .name {
	font-family: Microsoft YaHei !important;
	font-size: 19px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 12px;
}

.product .list .msg .name:hover {
	color: #18628a;
}



.product .list .msg .btn {
	width: 144px;
	height: 39px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #18628a;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #18628a;
	margin: 0 auto;
}


.product .list .msg .btn:hover {
	background-color: #18628a;
	color: #ffffff;
}



.product .pager {
	margin-bottom: 93px;
}

@media screen and (max-width:1600px) {
	.product {
		padding: 30px 0 80px 0;
	}

	.product .list .msg {
		padding: 30px 20px;
	}

	.product .list .item {
		margin-bottom: 60px;
	}

	.product .pager {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.product {
		padding: 30px 0 60px 0;
	}

	.product .list .item {
		margin-bottom: 40px;
		border-radius: 5px;
		width: 30%;
		margin-right: 5%;
	}

	.product .list .msg {
		padding: 20px;
	}

	.product .list .msg .name {
		margin-bottom: 10px;
	}

	.product .list .msg .btn {
		height: 30px;
		width: 130px;
	}

	.product .pager {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.product {
		padding: 50px 0;
	}

	.product .list .msg {
		padding: 20px;
	}

	.product .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 30px;
	}

	.product .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.product .pager {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:768px) {
	.product .list .item:nth-child(n) {
		margin-bottom: 20px;
	}

	.product {
		padding: 40px 0;
	}

	.product .list .msg {
		padding: 10px;
	}

	.product .list .msg .btn {
		height: 25px;
		width: 100px;
	}

	.product .list {
		margin-bottom: 20px;
	}

	.product .pager {
		margin-bottom: 40px;
	}

}

@media screen and (max-width:538px) {
	.product {
		padding: 30px 0;
	}

	.product .pager {
		margin-bottom: 30px;
	}

	.product .list .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
	}

	.product .list .item:nth-child(2n) {
		margin-right: 0%;
	}

	.product .list {
		margin-bottom: 10px;
	}
}






.needs {
	background-image: linear-gradient(90deg,
			#78b95d 0%,
			#419cae 100%),
		linear-gradient(#18628a,
			#18628a);
	background-blend-mode: normal,
		normal;
	border-radius: 10px;
	padding: 33px 50px 38px 50px;
}

.needs a.title1:hover,
.needs a.txts:hover {
	text-decoration: underline;
}

.needs .title1 {
	font-family: Microsoft YaHei !important;
	font-size: 40px;
	line-height: 50px;
	color: #ffffff;
	margin-bottom: 7px;
	text-align: center;
}


.needs .txts {
	width: 90%;
	margin: 0 auto;
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 22px;
	text-align: center;
}

.needs .btn {
	width: 220px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #18628a;
	margin: 0 auto;
}


.needs .btn:hover {
	background-color: #18628a;
	color: #ffffff;
}

@media screen and (max-width:1600px) {
	.needs .title1 {
		margin-bottom: 20px;
	}

	.needs .btn {
		border-radius: 5px;
		height: 45px;
		width: 190px;
	}

	.needs {
		padding: 40px;
	}
}

@media screen and (max-width:1333px) {
	.needs .txts {
		width: 100%;
	}

	.needs .btn {
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	.needs {
		border-radius: 5px;
	}
}

@media screen and (max-width:768px) {
	.needs {
		padding: 30px;
	}

	.needs .btn {
		width: 150px;
		height: 35px;
	}
}

@media screen and (max-width:538px) {
	.needs {
		padding: 20px;
	}
}









/* ----------------------1-2product------------------------ */

.productShow {
	padding: 31px 0 32px 0;
}


.productShow .pShow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 47px;
}




.productShow .pShow .images {
	width: 36.44%;
}



.productShow .pShow .msgs {
	width: 60.05%;
	margin-top: -34px;
}


.productShow .msgs h1 {
	font-family: Microsoft YaHei !important;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 1px;
}


.productShow .msgs .share {
	display: flex;
	align-items: center;
	margin-bottom: 7px;
}


.productShow .msgs .share span {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 49px;
	color: #999999;
	margin-right: 5px;
}

.productShow .txts {
	margin-bottom: 50px;
}

.productShow .txts p {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 30px;
}


.productShow .txts p:last-child {
	margin-bottom: 0;
}



.productShow .btns {
	display: flex;
	align-items: center;
}

.productShow .btns a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #18628a;
	border-radius: 5px;
	border: solid 1px #18628a;
	background-color: #ffffff;
	width: 180px;
	height: 50px;
	margin-right: 44px;
}

.productShow .btns a:hover {
	background-color: #18628a;
	color: #ffffff;
}



.productShow .btns a:last-child {
	margin-right: 0;
}



.productShow .images {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.productShow .galleryBox {
	width: 76.4%;
	position: relative;
}


.productShow .galleryBox .gallery {
	overflow: hidden;
}



.productShow .pShow .images .thumbs {
	height: 394px;
}

.productShow .thumbrBox {
	width: 20%;
	padding: 30px 0 30px 0;
	position: relative;
}


.productShow .thumbrBox .prev,
.productShow .thumbrBox .next {
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	color: #333333;
}

.productShow .thumbrBox .prev:hover,
.productShow .thumbrBox .next:hover {
	color: #18628a;
}

.productShow .thumbrBox .prev {
	top: -8px;
}

.productShow .thumbrBox .next {
	bottom: -5px;
}




.productShow .thumbs {
	overflow: hidden;
}

.productShow .thumbs .swiper-slide {
	border: 1px solid #ffffff;
	height: auto;
	transition: .3s linear border-color;
	margin-bottom: 12px;
	cursor: pointer;
}

.productShow .thumbs .swiper-slide:last-child {
	margin-bottom: 0;
}



.productShow .thumbs .swiper-slide-thumb-active {
	border-color: #18618a;
}

.productShow .pVideo {
	position: relative;
	cursor: pointer;
}

.productShow .pVideo:hover .playBtn img {
	transform: scale(1.1, 1.1);
}

.productShow .pVideo video {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	top: 0;
	left: 0;
	z-index: 1;
}



.productShow .pVideo .playBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 15%;
	z-index: 2;
}

.productShow .pVideo .playBtn.active {
	display: none;
}

.productShow .checks {
	padding: 47px 0 47px 0;
}

.productShow .tabs .swiper {
	border-bottom: 1px solid #e6e6e6;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}



.productShow .tabs .swiper-slide {
	width: auto;
	padding: 31px 13px;
	cursor: pointer;
	position: relative;
	font-family: Microsoft YaHei !important;
	font-size: 22px;
	color: #333333;
	margin-right: 38.5px;
	transition: .3s linear color;
}

.productShow .tabs .swiper-slide:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	height: 3px;
	background-color: #18628a;
	bottom: -2px;
	width: 100%;
	width: 0;
	transition: .3s linear all;
}


.productShow .tabs .swiper-slide.active:after {
	width: 100%;
}

.productShow .tabs .swiper-slide.active {
	color: #18628a;
}

.productShow .tabs .swiper-slide:hover {
	color: #18628a;
}




.productShow .checks p {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}


.productShow .checks .advantage {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.productShow .checks .advantage .image {
	width: 46%;
}



.productShow .checks .advantage .list {
	width: 50.15%;
}





.productShow p strong {
	font-family: Microsoft YaHei !important;
	/*font-size: 30px;*/
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}


.productShow .advantage .texts {
	margin-top: 28px;
}


.productShow em {
	position: relative;
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	/*font-style: normal;*/
	display: flex;
	align-items: flex-start;
}



.productShow em::before {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #18628a;
	border-radius: 50%;
	margin-top: 11px;
	margin-right: 16.5px;
	flex-shrink: 0;
}



.productShow .table {
	overflow: auto;
}


.productShow .table table {
	width: 100%;
	border-collapse: collapse;
}


.productShow .table table tr td {
	padding: 7.5px 5px;
	background-color: transparent;
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

.productShow .checks .item {
	display: none;
}


.productShow .checks .item.active {
	display: block;
}


.productShow .checks img {
	display: inline-block;
}

.productShow .checks a {
	display: inline;
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #18628a;
}

.productShow .checks a:hover {
	text-decoration: underline;
}


/*jQzoom*/
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px !important;
	height: 300px !important;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
}


@media screen and (max-width:1600px) {
	.productShow .txts p {
		margin-bottom: 20px;
	}

	.productShow .txts {
		margin-bottom: 30px;
	}

	.productShow .msgs h1 {
		font-size: 28px;
	}

	.productShow .btns a {
		height: 40px;
		width: 160px;
		border-radius: 5px;
	}

	.productShow .tabs .swiper-slide {
		padding: 20px 10px;
		font-size: 20px;
	}

	.productShow .pShow .msgs {
		margin-top: 0;
	}

	.productShow p strong {
		font-size: 28px;
	}
}


@media screen and (max-width:1333px) {

	.productShow .checks a {
		font-size: 16px;
		line-height: 26px;
	}

	.productShow .txts p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.productShow .msgs h1 {
		font-size: 26px;
	}

	.productShow .thumbrBox .prev,
	.productShow .thumbrBox .next {
		font-size: 20px;
	}

	.productShow .pShow .msgs {
		width: 52%;
	}

	.productShow .pShow .images {
		width: 42%;
	}

	.productShow .pShow .images .thumbs {
		height: 300px;
	}

	.productShow .btns a {
		font-size: 14px;
		height: 35px;
		border-radius: 2px;
	}

	.productShow .tabs .swiper-slide {
		padding: 15px;
		font-size: 18px;
		margin-right: 30px;
	}

	.productShow .checks {
		padding: 40px 0;
	}

	.productShow p strong {
		font-size: 24px;
		line-height: 30px;
	}

	.productShow .advantage .texts {
		margin-top: 20px;
	}

	.productShow em {
		font-size: 16px;
		line-height: 26px;
	}
}

@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;
	}

	.productShow .pShow {
		flex-direction: column;
	}

	.productShow .msgs h1 {
		margin-bottom: 20px;
	}

	.productShow .msgs .share {
		margin-bottom: 20px;
	}

	.productShow .pShow .msgs {
		width: 100%;
	}

	.productShow .pShow .images {
		width: 100%;
		max-width: 500px;
		margin-bottom: 40px;
	}

	.productShow {
		padding: 50px 0;
	}

	.productShow .pShow .images .thumbs {
		height: 385px;
	}

	.productShow .checks {
		padding: 30px 0;
	}

	.productShow .checks p,
	.productShow .checks em,
	.productShow .checks a,
	.productShow .table table tr td {
		font-size: 14px;
		line-height: 24px;
	}

	.productShow em::before {
		width: 6px;
		height: 6px;
		margin-right: 10px;
		margin-top: 9px;
	}

	.productShow p strong {
		font-size: 22px;
	}

	.productShow .tabs .swiper-slide {
		padding: 10px;
		font-size: 16px;
		line-height: 26px;
	}

	.productShow .msgs .share span,
	.productShow em {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.productShow .msgs h1 {
		margin-bottom: 10px;
	}

	.productShow .checks p,
	.productShow .checks em,
	.productShow .checks a,
	.productShow .table table tr td,
	.productShow em {
		font-size: 12px;
		line-height: 22px;
	}

	.productShow {
		padding: 40px 0;
	}

	.productShow .msgs h1 {
		font-size: 24px;
	}

	.productShow .tabs .swiper-slide {
		font-size: 14px;
		line-height: 24px;
	}

	.productShow p strong {
		font-size: 20px;
	}

	.productShow .advantage .texts {
		margin-top: 10px;
	}

	.productShow .txts p {
		font-size: 12px;
		line-height: 22px;
	}

	.productShow .btns a {
		height: 30px;
		font-size: 12px;
	}

	.productShow .msgs .share span {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {
	.productShow {
		padding: 30px 0;
	}

	.productShow p strong {
		font-size: 18px;
	}

	.productShow .checks .advantage {
		flex-direction: column;
	}

	.productShow .checks .advantage .list {
		width: 100%;
	}

	.productShow .checks .advantage .image {
		width: 100%;
		margin-bottom: 10px;
	}

	.productShow .pShow .images {
		margin-bottom: 20px;
		max-width: 320px;
	}

	.productShow .thumbrBox {
		padding: 20px 0;
	}

	.productShow .pShow .images .thumbs {
		height: 265px;
	}

	.productShow .thumbs .swiper-slide {
		margin-bottom: 10px;
	}

	.productShow .btns a {
		margin-right: 20px;
	}

	.productShow .thumbrBox .prev,
	.productShow .thumbrBox .next {
		font-size: 18px;
	}

	.productShow .msgs h1 {
		font-size: 22px;
	}

	.productShow .txts {
		margin-bottom: 20px;
	}

	.productShow .tabs .swiper-slide {
		margin-right: 20px;
		padding: 5px;
	}

	.productShow .checks {
		padding: 20px 0;
	}
}













.productList {
	background-color: #f7f7f7;
	padding: 70px 0 101px 0;
}


.productList .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 55px;
}


.productList .item:last-child {
	margin-bottom: 0;
}



.productList .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.productList .item:nth-child(2n-1) {
	flex-direction: row;
}



.productList .swiper {
	width: 50%;
	margin: 0;
}

.productList .item:nth-child(n) .msg {
	flex: 1;
}


.productList .item:nth-child(2n-1) .msg {
	padding-left: 55px;
}

.productList .item:nth-child(2n) .msg {
	padding-right: 62px;
}





.productList .title {
	font-family: Microsoft YaHei !important;
	font-size: 36px;
	line-height: 50px;
	color: #333333;
	position: relative;
	margin-bottom: 63px;
}


.productList .title::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -22px;
	width: 70px;
	height: 5px;
	background-color: #18628a;
}


.productList .txts p {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 30px;
	hyphens: auto;
}

.productList .txts p:last-child {
	margin-bottom: 0;
}

.productList .txts p strong {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}


.productList .swiper-pagination {
	bottom: 17px;
}

.productList .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	opacity: 1;
	border: 1px solid #ffffff;
	background-color: transparent;
	margin: 0 6px !important;
}

.productList .swiper-pagination-bullet-active {
	background-color: #ffffff;
}

.productList .video {
	position: relative;
	cursor: pointer;
}

.productList .video .playBtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 8.4%;
}

.productList .video:hover .playBtn img {
	transform: scale(1.1, 1.1);
}

.productList .clear {
	display: none;
}

@media screen and (max-width:1600px) {
	.productList .title {
		line-height: 50px;
		font-size: 32px;
	}
}

@media screen and (max-width:1333px) {
	.productList .title {
		margin-bottom: 40px;
	}

	.productList .txts p {
		margin-bottom: 20px;
	}

	.productList .clear {
		display: block;
	}

	.productList .item {
		display: block;
	}

	.productList .item:nth-child(2n-1) .swiper {
		float: left;
		margin-right: 40px;
	}

	.productList .item:nth-child(2n) .swiper {
		float: right;
		margin-left: 40px;
	}

	.productList .item:nth-child(n) .msg {
		padding: 30px 0;
	}

	.productList .title {
		display: inline;
		margin-bottom: 0;
		font-size: 28px;
		line-height: 40px;
	}

	.productList .txts {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.productList .item:nth-child(n) .msg {
		padding: 20px 0;
	}

	.productList .item {
		margin-bottom: 40px;
	}

	.productList .title {
		font-size: 22px;
		line-height: 35px;
	}

	.productList .title::after {
		height: 3px;
		bottom: -20px;
	}

	.productList .txts {
		margin-top: 35px;
	}

	.productList .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}

	.productList .video .playBtn {
		width: 10%;
	}

}

@media screen and (max-width:768px) {
	.productList .item:nth-child(n) .msg {
		padding: 0;
	}

	.productList .title {
		font-size: 20px;
	}

	.productList .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.productList .video .playBtn {
		width: 12%;
	}

	.productList .txts p strong {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:538px) {
	.productList .txts p {
		margin-bottom: 10px;
	}

	.productList .item:nth-child(n) .swiper {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}

	.productList .title {
		font-size: 18px;
		line-height: 30px;
	}

	.productList .title::after {
		bottom: -15px;
	}

	.productList .txts {
		margin-top: 25px;
	}

	.productList .item {
		margin-bottom: 30px;
	}
}



/* ----------------------2-1about------------------------ */

.about {
	padding: 24px 0 80px 0;
}


.about .title1 {
	font-family: Microsoft YaHei !important;
	font-size: 46px;
	line-height: 50px;
	color: #18628a;
	margin-bottom: 52px;
	position: relative;
	text-align: center;
}


.about .title1::after {
	content: "";
	position: absolute;
	width: 70px;
	height: 5px;
	background-color: #18628a;
	left: 50%;
	transform: translateX(-50%);
	bottom: -22px;

}


.about .txts {
	margin-bottom: 49px;
	padding: 0 34px 0 8px;
}



.about .txts p {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 30px;
	hyphens: auto;
}


.about .txts p:last-child {
	margin-bottom: 0;
}



.about .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



.about .list .item {
	margin-bottom: 18px;
	position: relative;
	overflow: hidden;

}


.about .list .item:nth-child(2n) {
	margin-right: 0;
}

.about .list .item:nth-child(4n),
.about .list .item:nth-child(4n-3) {
	width: 52.2%;
}

.about .list .item:nth-child(4n-1),
.about .list .item:nth-child(4n-2) {
	width: 46.4285%;
}

.about .list .item .name {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei !important;
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
	background-color: rgba(24, 98, 138, 0.5);
	transform: translateY(100%);
}

.about .list .item:hover .name {
	transform: translateY(0);
}

.about .list .item .name p {
	margin-top: -4px;
}


@media screen and (max-width:1333px) {
	.about .title1::after {
		height: 4px;
	}

	.about .list .item {
		margin-bottom: 15px;
	}

	.about {
		padding: 30px 0 60px 0;
	}
}

@media screen and (max-width:999px) {
	.about {
		padding: 50px 0 50px 0;
	}

	.about .title1::after {
		bottom: -20px;
		height: 3px;
	}

	.about .title1 {
		margin-bottom: 50px;
	}

	.about .txts p {
		margin-bottom: 20px;
	}

	.about .txts {
		padding: 0;
		margin-bottom: 40px;
	}

	.about .list .item .name {
		background-color: rgba(24, 98, 138, 0.3);
		transform: translateY(0%);
	}
}

@media screen and (max-width:768px) {
	.about .txts p {
		margin-bottom: 10px;
	}

	.about .txts {
		padding: 0;
		margin-bottom: 30px;
	}

	.about .title1 {
		margin-bottom: 40px;
	}

	.about .list .item {
		margin-bottom: 10px;
	}

	.about {
		padding: 40px 0 40px 0;
	}
}

@media screen and (max-width:538px) {
	.about {
		padding: 30px 0 30px 0;
	}

	.about .title1::after {
		bottom: -15px;
	}

	.about .title1 {
		margin-bottom: 30px;
	}

	.about .txts {
		margin-bottom: 20px;
	}

	.about .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}
}







.development {
	position: relative;
}


.development:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0%;
	background-image: url("../images/historyM1-1.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: -1;
	top: 0;
	left: 0;
	padding-bottom: 904px;
	transform: translateY(-18.7%);
}





.development .title1 {
	font-family: Microsoft YaHei !important;
	font-size: 46px;
	line-height: 50px;
	color: #18628a;
	position: relative;
	margin-bottom: 139px;
	text-align: center;
}



.development .title1:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #18628a;
	bottom: -26px;
}




.history {
	padding: 0px 63px 0px 67px;
	position: relative;
	margin-bottom: 99px;
}



.history .prev,
.history .next {
	position: absolute;
	width: 32px;
	height: 32px;
	border: solid 1px #888888;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #888888;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
}

.history .prev {
	left: 0;
}


.history .next {
	right: 0;
}

.history .time {
	font-family: Microsoft YaHei !important;
	font-size: 30px;
	line-height: 35px;
	color: #333333;
	margin-bottom: 2px;
}

.history .name {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	hyphens: auto;
}

.history .swiper {
	overflow: visible;
	clip-path: polygon(-1% -1000%, 100% -1000%, 100% 1000%, -1% 1000%);
}

.history .prev:hover,
.history .next:hover {
	background-color: #18628a;
	color: #ffffff;
	border-color: #18628a;
	cursor: pointer;
}


.history .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}




.history .swiper-slide:nth-child(2n) {
	flex-direction: column-reverse;
}

.history .swiper-slide:nth-child(2n) .msg {
	height: 175px;
	padding-left: 19px;
}

.history .swiper-slide:nth-child(2n) .msg .time {
	margin-top: 29px;
	margin-left: -3px;
}


.history .swiper-slide:nth-child(2n) .box {
	height: 185px;
}

.history .swiper-slide:nth-child(2n-1) {
	flex-direction: column;
}

.history .swiper-slide:nth-child(2n-1) .msg {
	height: 185px;
	padding-left: 18.5px;
}

.history .swiper-slide:nth-child(2n-1) .msg .time {
	margin-top: -8px;
	margin-left: -3px;
}

.history .swiper-slide:nth-child(2n-1) .box {
	height: 175px;


}



.history .swiper {
	position: relative;
}

.history .swiper:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #7d7d7d;
	left: 50%;
	transform: translateX(-50%);
	top: 185px;
}


.history .msg {
	border-left: 1px solid #7d7d7d;
}

.history .swiper-slide .box {
	position: relative;
}

.history .circle {
	position: absolute;
	width: 14px;
	height: 14px;
	background-color: rgba(125, 125, 125, 0.5);
	border-radius: 50%;
}

.history .circle:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 8px;
	height: 8px;
	background-color: #626262;
	border-radius: 50%;
}


.history .swiper-slide:nth-child(2n) .circle {
	bottom: 0;
	left: 0;
	transform: translateX(-50%) translateY(50%);
}

.history .swiper-slide:nth-child(2n-1) .circle {
	top: 0;
	left: 0;
	transform: translateX(-50%) translateY(-50%);
}


@media screen and (max-width:1600px) {
	.development .title1 {
		font-size: 38px;
	}

	.history .time {
		font-size: 24px;
	}

	.development .title1 {
		margin-bottom: 100px;
	}

	.development:after {
		padding-bottom: 500px;
	}

	.history {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.development .title1 {
		font-size: 28px;
		line-height: 30px;
	}

	.development .title1:after {
		height: 4px;
	}

	.history .time {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.history .name {
		line-height: 26px;
	}

	.history .swiper-slide:nth-child(n) .msg {
		height: 160px;
	}

	.history .swiper-slide:nth-child(n) .box {
		height: 160px;
	}

	.history .swiper:after {
		top: 160px;
	}

	.history {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:999px) {
	.history .name {
		font-size: 14px;
		line-height: 24px;
	}

	.history .swiper-slide:nth-child(n) .msg .time {
		font-size: 18px;
		line-height: 28px;
	}

	.history .swiper-slide:nth-child(n) .msg,
	.history .swiper-slide:nth-child(n) .box {
		height: 140px;
	}

	.history .swiper:after {
		top: 140px;
	}

	.history {
		margin-bottom: 50px;
	}

	.history .swiper {
		clip-path: polygon(-2% -1000%, 98% -1000%, 98% 1000%, -2% 1000%);
	}
}

@media screen and (max-width:768px) {
	.history .name {
		font-size: 12px;
		line-height: 22px;
	}

	.history {
		margin-bottom: 40px;
	}

	.history .swiper-slide:nth-child(n) .msg,
	.history .swiper-slide:nth-child(n) .box {
		height: 100px;
	}

	.history .swiper:after {
		top: 100px;
	}

	.development .title1 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 60px;
	}

	.development .title1:after {
		bottom: -20px;
		height: 3px;
	}

	.history .swiper-slide:nth-child(2n) .msg .time {
		margin-top: 10px;
	}

	.history .swiper-slide:nth-child(2n-1) .msg .time {
		margin-top: 0;
	}

	.development:after {
		padding-bottom: 400px;
	}
}

@media screen and (max-width:538px) {
	.history {
		margin-bottom: 30px;
		padding: 0 50px;
	}

	.development .title1 {
		font-size: 22px;
		line-height: 30px;
	}

	.development .title1:after {
		bottom: -15px;
	}

	.history .swiper-slide:nth-child(n) {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.history .swiper-slide:nth-child(n) .box {
		height: 0px;
	}

	.history .swiper-slide:nth-child(n) .msg {
		height: auto;
		padding: 10px;
		height: 130px;
		border-left: none;
		justify-content: center;
		align-items: center;
		display: flex;
		flex-direction: column;
	}

	.history .name {
		text-align: center;
	}

	.history .swiper-slide:nth-child(n) .circle {
		display: none;
	}

	.history .swiper:after {
		top: 130px;
		display: none;
	}

	.history .swiper-slide:nth-child(n) .msg .time {
		margin-left: 0;
	}

	.history .swiper {
		clip-path: polygon(-5% -1000%, 95% -1000%, 95% 1000%, -5% 1000%);
	}

	.development .title1 {
		margin-bottom: 30px;
	}
}






.honorDes {
	background-color: #f0f0f0;
}

.honorDes .con {
	display: flex;
	width: calc(100% - 260px);
}

.honorDes .title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei !important;
	font-size: 120px;
	line-height: 151px;
	color: #ffffff;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	-webkit-text-stroke: 1px #ffffff;
	text-stroke: 1px #ffffff;
	background-image: url("../images/honorM1-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	flex: 1;
	padding-left: 6%;
}


.honorDes .item {
	margin-bottom: 52px;
}


.honorDes .msg {
	width: 54.7%;
	padding: 57px 0px 35px 65px;
}


.honorDes .msg .tit {
	display: inline-block;
	padding: 12px 18.5px 12px 18.5px;
	min-width: 267px;
	background-color: #18628a;
	font-family: Microsoft YaHei !important;
	font-size: 24px;
	line-height: 26px;
	color: #ffffff;
	margin-bottom: 13px;
}

.honorDes .msg .txt {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	hyphens: auto;
	padding-left: 19px;
}

@media screen and (max-width:1600px) {
	.honorDes .title {
		font-size: 80px;
		line-height: 100px;
	}

	.honorDes .msg {
		padding: 30px 0 30px 30px;
	}

	.honorDes .msg .tit {
		font-size: 20px;
		padding: 5px 10px;
	}

	.honorDes .con {
		width: calc(100% - 120px);
	}
}

@media screen and (max-width:1333px) {
	.honorDes .title {
		font-size: 60px;
		line-height: 80px;
	}

	.honorDes .msg .txt {
		padding-left: 0;
	}

	.honorDes .item {
		margin-bottom: 40px;
	}

	.honorDes .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.honorDes {
		padding: 50px 0;
	}

	.honorDes .con {
		flex-direction: column;
		max-width: 1400px;
		width: calc(100% - 50px);
		margin: 0 auto;
	}

	.honorDes .msg {
		width: 100%;
		padding: 0;
	}

	.honorDes .title {
		font-size: 28px;
		line-height: 30px;
		padding: 0px;
		margin-bottom: 60px;
		-webkit-text-fill-color: #18628a;
		text-fill-color: #18628a;
		-webkit-text-stroke: transparent;
		text-stroke: transparent;
		background-image: none;
		position: relative;
	}

	.honorDes .title:after {
		position: absolute;
		content: "";
		left: 50%;
		transform: translateX(-50%);
		bottom: -20px;
		width: 70px;
		height: 3px;
		background-color: #18628a;
	}

	.honorDes .msg .tit {
		font-size: 16px;
		line-height: 26px;
		min-width: 200px;
	}

	.honorDes .msg .txt {
		font-size: 14px;
		line-height: 24px;
	}

	.honorDes .item {
		margin-bottom: 30px;
	}

	.honorDes .item:last-child {
		margin-bottom: 0;
	}

}

@media screen and (max-width:768px) {
	.honorDes .msg .txt {
		font-size: 12px;
		line-height: 22px;
	}

	.honorDes {
		padding: 40px 0;
	}

	.honorDes .title {
		font-size: 24px;
		line-height: 30px;
	}

	.honorDes .msg .tit {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:538px) {
	.honorDes {
		padding: 30px 0;
	}
}









.honor {
	padding: 92px 0 93px 0;
}


.honor .title1 {
	font-family: Microsoft YaHei !important;
	font-size: 46px;
	line-height: 36px;
	color: #18628a;
	text-align: center;
	margin-bottom: 90px;
	position: relative;
}



.honor .title1:after {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #18628a;
	bottom: -29px;
}


.honor .honor1 {
	margin-bottom: 70px;
}

.honor .honor1 .image {
	overflow: hidden;
	margin-bottom: 10px;
}

.honor .honor2 .image {
	overflow: hidden;
	margin-bottom: 18px;
}


.honor .honor1,
.honor .honor2 {
	position: relative;
	padding: 0 47px;
}



.honor .prev,
.honor .next {
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 2px #18628a;
	cursor: pointer;
	font-size: 14px;
	top: 39.5%;
	color: #18628a;
}

.honor .prev {
	left: 0;
}

.honor .next {
	right: 0;
}


.honor .prev:hover,
.honor .next:hover {
	background-color: #18628a;
	color: #ffffff;
}



.honor .name {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: center;
}


@media screen and (max-width:1333px) {
	.honor .title1 {
		margin-bottom: 80px;
	}

	.honor .title1:after {
		bottom: -20px;
		height: 4px;
	}

	.honor .prev,
	.honor .next {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}

	.honor .honor1 {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.honor .title1 {
		margin-bottom: 60px;
	}

	.honor .honor1 {
		margin-bottom: 40px;
	}

	.honor .title1:after {
		height: 3px;
	}
}

@media screen and (max-width:768px) {

	.honor .honor1,
	.honor .honor2 {
		padding: 0;
		margin-bottom: 70px;
	}

	.honor .prev,
	.honor .next {
		top: 105%;
		left: 50%;
		right: auto;
	}

	.honor .prev {
		transform: translateX(-150%);
	}

	.honor .next {
		transform: translateX(50%);
	}
}

@media screen and (max-width:538px) {
	.honor .title1:after {
		bottom: -15px;
	}

	.honor .honor2 .image {
		margin-bottom: 10px;
	}
}









.response .con {
	display: flex;
	justify-content: flex-end;
	width: calc(100% - 243px);
	margin-left: auto;
}






.response .list {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	justify-content: space-between;
}

.response .title {
	width: 28.9%;
	background-image: url("../images/responseM1-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 14px;
	font-family: Microsoft YaHei !important;
	font-size: 110px;
	line-height: 36px;
	color: #ffffff;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	-webkit-text-stroke: 1px #ffffff;
	text-stroke: 1px #ffffff;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	justify-content: center;
}




.response .list .item {
	width: 49.3%;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}

.response .list .item:nth-child(n+3) {
	margin-bottom: 0;
}


.response .list .item:nth-child(2n) {
	margin-right: 0;
}


.response .list .item .name {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 14px 12px 16px 12px;
	background-color: rgba(0, 0, 0, .5);
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	transform: translateY(100%);
}

.response .list .item:hover .name {
	transform: translateY(0%);
}


@media screen and (max-width:1800px) {
	.response .title {
		font-size: 80px;
	}

	.response .con {
		width: calc(100% - 150px);
	}
}

@media screen and (max-width:1600px) {
	.response .title {
		font-size: 60px;
	}

	.response .con {
		width: calc(100% - 120px);
	}

	.response .list .item .name {
		line-height: 26px;
	}
}

@media screen and (max-width:1333px) {
	.response .con {
		width: calc(100% - 60px);
	}
}

@media screen and (max-width:999px) {
	.response .list .item .name {
		transform: translateY(0%);
	}

	.response .con {
		margin: 0 auto;
		max-width: 100%;
		width: calc(100% - 50px);
		flex-direction: column-reverse;
	}

	.response .title {
		margin-left: 0;
		width: 100%;
		writing-mode: inherit;
		font-size: 28px;
		line-height: 30px;
		-webkit-text-fill-color: #18628a;
		text-fill-color: #18628a;
		-webkit-text-stroke: 1px transparent;
		text-stroke: 1px transparent;
		background-image: none;
		margin-bottom: 60px;
		position: relative;
	}

	.response .title::after {
		position: absolute;
		content: "";
		left: 50%;
		transform: translateX(-50%);
		width: 70px;
		height: 4px;
		background-color: #18628a;
		bottom: -20px;
	}

	.response .list .item .name {
		font-size: 14px;
		line-height: 24px;
	}

	.response .con {
		margin-top: -20px;
	}
}

@media screen and (max-width:768px) {
	.response .list .item .name {
		font-size: 12px;
		line-height: 22px;
	}

	.response .title {
		font-size: 24px;
		margin-bottom: 50px;
	}

	.response .title::after {
		height: 3px;
		bottom: -15px;
	}

	.response .con {
		width: calc(100% - 30px);
	}
}

@media screen and (max-width:538px) {
	.response .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.response .title {
		font-size: 22px;
	}

	.response .list .item:last-child {
		margin-bottom: 0;
	}
}









.provides {
	margin-top: 118px;
	margin-bottom: 103px;
}

.provides .con {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url("../images/provides-bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 57px 30px 57px 30px;
}




.provides .con .tit1 {
	font-family: Microsoft YaHei !important;
	font-size: 48px;
	line-height: 60px;
	color: #ffffff;
	margin-bottom: 0px;
	text-align: center;
}


.provides .con .tit2 {
	font-family: Microsoft YaHei !important;
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 38px;
	text-align: center;
}

.provides .con .btn {
	width: 200px;
	height: 50px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	color: #18628a;
}

.provides .con .btn:hover {
	background-color: #18628a;
	color: #ffffff;
}



@media screen and (max-width:1600px) {
	.provides {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.provides .con {
		padding: 40px 30px;
	}

	.provides .con .tit1 {
		font-size: 38px;
		line-height: 50px;
		margin-bottom: 20px;
	}

	.provides .con .tit2 {
		font-size: 36px;
		line-height: 40px;
	}

	.provides .con .btn {
		height: 45px;
	}
}

@media screen and (max-width:1333px) {
	.provides {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.provides .con .tit1 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.provides .con .tit2 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.provides .con .btn {
		height: 40px;
		font-size: 16px;
	}

}

@media screen and (max-width:999px) {
	.provides {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.provides .con .tit1 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.provides .con .tit2 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.provides .con .btn {
		height: 35px;
		font-size: 14px;
		width: 160px;
	}

	.provides .con {
		padding: 30px;
	}
}

@media screen and (max-width:768px) {
	.provides {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.provides .con .tit1 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.provides .con .tit2 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.provides .con .btn {
		font-size: 12px;
		height: 30px;
	}
}

@media screen and (max-width:538px) {
	.provides {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.provides .con {
		padding: 20px;
	}

	.provides .con .tit2 {
		font-size: 14px;
		line-height: 24px;
	}
}







/* ----------------------3-1technology------------------------ */
.qualification {
	padding: 21px 0 89px 0;
}

.qualification .title1 {
	font-family: Microsoft YaHei !important;
	font-size: 46px;
	line-height: 60px;
	color: #18628a;
	position: relative;
	text-align: center;
	margin-bottom: 73px;
}


.qualification .title1:after {
	content: "";
	width: 70px;
	height: 5px;
	background-color: #18628a;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
}


.qualification .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 69px;
	flex-wrap: wrap;
}



.qualification .btns a {
	width: 180px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 12px;
	border: solid 1px #18628a;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	color: #18628a;
	margin: 0 29px;
}

.qualification .btns a:hover,
.qualification .btns a.active {
	background-color: #18628a;
	color: #ffffff;
}


.qualification .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 14px;
}


.qualification .list .item {
	width: 20.7%;
	margin-right: 5.733333%;
	margin-bottom: 63px;
}





.qualification .list .item:nth-child(4n) {
	margin-right: 0;
}


.qualification .list .item .image {
	margin-bottom: 18px;
}

.qualification .list .item a:hover img {
	transform: scale(1, 1);
}



.qualification .list .item .name {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	padding: 0 50px;
	text-align: center;
}


@media screen and (max-width:1600px) {
	.qualification {
		padding: 30px 0 80px 0;
	}

	.qualification .title1 {
		margin-bottom: 60px;
	}

	.qualification .btns a {
		border-radius: 5px;
		height: 45px;
		margin: 0 20px;
	}

	.qualification .list .item .name {
		padding: 0 20px;
	}
}

@media screen and (max-width:1333px) {
	.qualification {
		padding: 30px 0 60px 0;
	}

	.qualification .btns {
		margin-bottom: 60px;
	}

	.qualification .btns a {
		font-size: 16px;
		height: 40px;
	}

	.qualification .list .item .image {
		margin-bottom: 10px;
	}

	.qualification .list .item {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.qualification {
		padding: 50px 0 50px 0;
	}

	.qualification .btns a {
		font-size: 14px;
		height: 35px;
		margin: 0 10px;
	}

	.qualification .title1 {
		margin-bottom: 50px;
	}

	.qualification .title1:after {
		height: 3px;
	}

	.qualification .btns {
		margin-bottom: 40px;
	}

	.qualification .list .item .name {
		padding: 0 10px;
	}

	.qualification .list .item {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.qualification {
		padding: 40px 0 40px 0;
	}

	.qualification .list .item:nth-child(n) {
		width: 28%;
		margin-right: 8%;
	}

	.qualification .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.qualification .btns a {
		font-size: 12px;
		line-height: 22px;
		height: 30px;
		width: 140px;
		border-radius: 2px;
	}
}

@media screen and (max-width:538px) {
	.qualification {
		padding: 30px 0 30px 0;
	}

	.qualification .list .item:nth-child(n) {
		width: 30%;
		margin-right: 4%;
	}

	.qualification .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.qualification .list .item:nth-child(n) {
		width: 46%;
		margin-right: 8%;
		margin-bottom: 20px;
	}

	.qualification .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.qualification .title1:after {
		bottom: -15px;
	}

	.qualification .title1 {
		margin-bottom: 40px;
	}

	.qualification .btns {
		margin-bottom: 30px;
	}

	.qualification .btns a {
		width: 120px;
	}
}









/* 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: Verdana, Geneva, 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)
	}
}


/* ----------------------3-2technology------------------------ */
.equipment {
	padding: 33px 0 88px 0;
}


.equipment .title1 {
	font-family: Microsoft YaHei !important;
	font-size: 46px;
	line-height: 36px;
	color: #18628a;
	margin-bottom: 79px;
	text-align: center;
	position: relative;
}


.equipment .title1:after {
	content: "";
	width: 70px;
	height: 5px;
	background-color: #18628a;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -29px;
}




.equipment .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 34px;
}


.equipment .list .item {
	width: 31.785%;
	margin-right: 2.3225%;
	margin-bottom: 45px;
}

.equipment .list .item:nth-child(3n) {
	margin-right: 0;
}

.equipment .list .item .image {
	margin-bottom: 14px;
}

.equipment .list .item .name {
	text-align: center;
	padding: 0 10px;
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
}


.equipment .image {
	overflow: hidden;
}

@media screen and (max-width:1600px) {
	.equipment {
		padding: 30px 0 80px 0;
	}
}

@media screen and (max-width:1333px) {
	.equipment {
		padding: 30px 0 60px 0;
	}

	.equipment .title1 {
		margin-bottom: 70px;
	}

	.equipment .list .item {
		margin-bottom: 30px;
	}

	.equipment .list {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.equipment {
		padding: 50px 0 50px 0;
	}

	.equipment .title1:after {
		height: 4px;
		bottom: -20px;
	}

	.equipment .title1 {
		margin-bottom: 60px;
	}

	.equipment .list .item {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.equipment {
		padding: 40px 0 40px 0;
	}

	.equipment .title1:after {
		bottom: -15px;
		height: 3px;
	}

	.equipment .title1 {
		margin-bottom: 50px;
	}

	.equipment .list .item .image {
		margin-bottom: 10px;
	}

}

@media screen and (max-width:538px) {
	.equipment .title1 {
		margin-bottom: 40px;
	}

	.equipment {
		padding: 30px 0 30px 0;
	}

	.equipment .list .item:nth-child(n) {
		width: 46%;
		margin-right: 4%;
	}

	.equipment .list .item:nth-child(2n) {
		margin-right: 2%;
	}

	.equipment .list .item .name {
		padding: 0 5px;
	}

	.equipment .list .item .image {
		margin-bottom: 5px;
	}

	.equipment .list .item {
		margin-bottom: 15px;
	}

	.equipment .list {
		margin-bottom: 10px;
	}
}









/* ----------------------4-1media------------------------ */


.faq {
	padding: 21px 0 77px 0;
}

.faq .list {
	margin-bottom: 75px;
}


.faq .list .item {
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	padding: 36px 36px 44px 36px;
	margin-bottom: 37px;
}


.faq .list .item:last-child {
	margin-bottom: 0;
}

.faq .list .item div {
	display: flex;
	align-items: flex-start;
}

.faq .list .question {
	margin-bottom: 18px;
}

.faq .list .question p {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 26px;
	color: #18628a;
}


.faq .list .answer p {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.faq .list .image {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	margin-right: 16px;
	transform: translateY(2px);
}

.faq .pager {
	margin-bottom: 88px;
}

@media screen and (max-width:1600px) {
	.faq {
		padding: 30px 0 80px 0;
	}

	.faq .list .item {
		padding: 30px;
		margin-bottom: 30px;
	}

	.faq .list {
		margin-bottom: 60px;
	}

	.faq .pager {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:1333px) {
	.faq {
		padding: 30px 0 60px 0;
	}
}


@media screen and (max-width:999px) {
	.faq {
		padding: 50px 0 50px 0;
	}
}

@media screen and (max-width:768px) {
	.faq {
		padding: 40px 0 40px 0;
	}

	.faq .list .image {
		width: 20px;
		height: 20px;
	}

	.faq .list .item {
		margin-bottom: 20px;
		padding: 20px;
	}

	.faq .list,
	.faq .pager {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.faq {
		padding: 30px 0 30px 0;
	}

	.faq .list,
	.faq .pager {
		margin-bottom: 30px;
	}
}




/* ----------------------4-2media------------------------ */

.news {
	padding: 25px 0 102px 0;
}


.news .item {
	display: flex;
	margin-bottom: 35px;
	background-color: #f7f7f7;
}

.news .list {
	margin-bottom: 77px;
}

.news .item:last-child {
	margin-bottom: 0;
}


.news .item .image {
	width: 31.428571%;
	overflow: hidden;
}

.news .item .msg {
	flex: 1;
	padding: 20px 40px 28px 41px;
}


.news .item .time {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 26px;
	color: #18628a;
	margin-bottom: 1px;
}

.news .item .name {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.news .item .txts {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 45px;
}

.news .item .btn {
	width: 155px;
	height: 48px;
	background-color: #f7f7f7;
	border-radius: 8px;
	border: solid 1px #18628a;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #18628a;
}


.news .item:hover {
	background-color: #18628a;
}

.news .item:hover a,
.news .item:hover p {
	color: #ffffff;
}

.news .item:hover .btn {
	background-color: #18628a;
	border-color: #ffffff;
}

.news .item a.name:hover,
.news .item a.txts:hover {
	text-decoration: underline;
}

.news .item a.btn:hover {
	background-color: #ffffff;
	color: #18628a;
}


@media screen and (max-width:1600px) {
	.news .item .msg {
		padding: 20px 30px;
	}

	.news .item .txts {
		margin-bottom: 20px;
	}

	.news .item .btn {
		width: 140px;
		height: 35px;
		border-radius: 4px;
		font-size: 14px;
	}

	.news .item .time {
		margin-bottom: 5px;
	}

	.news {
		padding: 30px 0 80px 0;
	}

	.news .item .msg {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.news .list {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:1333px) {
	.news .item .txts.threeRow {
		-webkit-line-clamp: 2;
	}

	.news .item .msg {
		padding: 10px 20px;
	}

	.news .item .txts {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.news .item .time {
		font-size: 14px;
		line-height: 24px;
	}

	.news .item .name {
		font-size: 16px;
		line-height: 26px;
	}

	.news .item .btn {
		font-size: 12px;
		height: 30px;
		width: 120px;
	}

	.news .item {
		margin-bottom: 30px;
	}

	.news .list {
		margin-bottom: 50px;
	}

	.news {
		padding: 30px 0 60px 0;
	}
}

@media screen and (max-width:999px) {
	.news .item .image {
		width: 38%;
	}

	.news {
		padding: 50px 0 50px 0;
	}
}

@media screen and (max-width:768px) {
	.news {
		padding: 40px 0 40px 0;
	}

	.news .item .time,
	.news .item .name,
	.news .item .txts {
		font-size: 12px;
		line-height: 22px;
	}

	.news .item {
		flex-direction: column;
		align-items: center;
	}

	.news .item .image {
		width: 100%;
		max-width: 440px;
		margin-bottom: 20px;
	}

	.news .item .msg {
		padding: 0;
	}

	.news .item {
		padding: 20px;
	}

}

@media screen and (max-width:538px) {
	.news {
		padding: 30px 0 30px 0;
	}

	.news .item {
		padding: 0;
		max-width: 440px;
		margin: 0px auto 30px;
	}

	.news .item .image {
		margin-bottom: 0;
	}

	.news .item .msg {
		padding: 15px;
	}

	.news .list {
		margin-bottom: 40px;
	}
}





/* ----------------------4-3media------------------------ */

.newDet {
	padding: 30px 0 117px 0;
}


.newDet h1 {
	font-family: Microsoft YaHei !important;
	font-size: 30px;
	line-height: 45px;
	color: #333333;
	text-align: center;
	margin-bottom: 19px;
}

.newDet .tips {
	display: flex;
	align-items: center;
	margin-bottom: 47px;
	justify-content: center;
}


.newDet .tips .time {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-right: 34px;
}


.newDet .tips .share {
	display: flex;
	align-items: center;
}

.newDet .tips .share span {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
	margin-right: 5px;
}

.newDet .con {
	margin-bottom: 58px;
}


.newDet .con p,
.newDet .con a {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.newDet .con a {
	display: inline;
	color: #18628a;
}

.newDet .con a:hover {
	text-decoration: underline;
}


.newDet .con img {
	display: inline-block;
}


.table {
	width: 100%;
	overflow: auto;
}


.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 15px 5px;
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #f4f4f4;
}



.prevOrNext {
	background-color: #f7f7f7;
	padding: 17px 14px 17px 14px;
}

.prevOrNext>div {
	display: flex;
	align-items: center;
}

.prevOrNext>div.prev {
	margin-bottom: 13px;
}


.prevOrNext>div .btn {
	width: 24px;
	height: 24px;
	background-color: #18628a;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	flex-shrink: 0;
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #18628a;
}


.prevOrNext>div a.btn:hover {
	background-color: #ffffff;
	color: #18628a;
}


.prevOrNext>div .name {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	white-space: nowrap;
	flex-shrink: 0;
	margin-right: 6px;
}



.prevOrNext>div .tit {
	font-family: Microsoft YaHei !important;
	font-size: 18px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	width: 100%;
}

.prevOrNext>div a.tit:hover {
	color: #18628a;
}

.newDet .prevOrNext {
	margin-bottom: 84px;
}


@media screen and (max-width:1600px) {
	.newDet {
		padding: 30px 0 80px 0;
	}
}

@media screen and (max-width:1333px) {
	.newDet {
		padding: 30px 0 60px 0;
	}

	.newDet .tips {
		margin-bottom: 40px;
	}

	.prevOrNext>div .tit,
	.prevOrNext>div .name {
		font-size: 16px;
		line-height: 26px;
	}

	.newDet .con {
		margin-bottom: 50px;
	}

	.newDet h1 {
		font-size: 28px;
		line-height: 40px;
	}

	.newDet .prevOrNext {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.newDet {
		padding: 50px 0 50px 0;
	}

	.prevOrNext>div .tit,
	.prevOrNext>div .name {
		font-size: 14px;
		line-height: 24px;
	}

	.newDet .prevOrNext {
		margin-bottom: 50px;
	}

	.newDet .con {
		margin-bottom: 40px;
	}

	.newDet .tips .time,
	.newDet .tips .share span {
		font-size: 14px;
		line-height: 24px;
	}

}

@media screen and (max-width:768px) {
	.newDet {
		padding: 40px 0 40px 0;
	}

	.prevOrNext>div .tit,
	.prevOrNext>div .name {
		font-size: 12px;
		line-height: 22px;
	}

	.newDet h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.newDet .tips .time,
	.newDet .tips .share span {
		font-size: 12px;
		line-height: 22px;
	}

	.newDet .tips {
		margin-bottom: 30px;
	}

	.newDet .con {
		margin-bottom: 30px;
	}

	.newDet .prevOrNext {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.newDet {
		padding: 30px 0 30px 0;
	}

	.newDet h1 {
		font-size: 22px;
	}

	.newDet .tips {
		flex-direction: column;
	}

	.newDet .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}
}




/* ----------------------5-1contactUs------------------------ */

.contactUs {
	padding: 21px 0 71px 0;
}


.contactUs .con {
	display: flex;
	justify-content: space-between;
}

.contactUs .msg {
	width: 32.89%;
	background-image: url("../images/contactM1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 39px 30px 37px 26px;
}



.contactUs .map {
	width: 64.5%;
	background-color: #a4bfdd;
}



.contactUs .msg .title {
	font-family: Microsoft YaHei !important;
	font-size: 36px;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 29px;
}

.contactUs .msg li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 11.1px;
}

.contactUs .msg li:last-child {
	margin-bottom: 0;
}

.contactUs .msg li i {
	font-size: 24px;
	color: #ffffff;
	margin-right: 18px;
	margin-top: 3px;
}


.contactUs .msg .tit {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	margin-bottom: -2px;
}

.contactUs .msg .num {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	word-break: break-all;
}


.contactUs .msg a.num:hover {
	text-decoration: underline;
}


.quote {
	background-image: url("../images/quoteBg.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 74px 0 300px 0;
	margin-bottom: -213px;
}



.quote .title1 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 31px;
}


.quote .title1 {
	font-family: Microsoft YaHei !important;
	font-size: 46px;
	line-height: 50px;
	color: #333333;
}

.quote .title1 span {
	color: #18628a;
	margin-right: 12px;
}


.quote .txts {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin: 0 auto 51px;
	width: 70%;
}


.quote form {
	max-width: 1349px;
	margin: 0 auto;
	transform: translateX(1.4%);
}

.quote ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



.quote ul .item {
	width: 48.4%;
	height: 54px;
	background-color: #ffffff;
	border: solid 1px #d2d2d2;
	margin-bottom: 23px;
	padding: 0 13.5px;
}



.quote input,
.quote textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}



.quote .message {
	width: 100%;
	border: 1px solid #d2d2d2;
	padding: 7px 16px;
	margin-bottom: 26px;
	height: 112px;
	background-color: #ffffff;
}

.quote .codeCon {
	display: flex;
	align-items: center;
	width: 100%;
}






.quote .codeCon .box {
	width: 41.8%;
	display: flex;
}

.quote .codeCon .box input {
	flex: 1;
	border: 1px solid #d2d2d2;
	padding: 0 13px;
	height: 54px;
	background-color: #ffffff;
}


.quote .codeCon .box .codeImg {
	height: 54px;
	background-color: #f3fbfe;
	border: solid 1px #d2d2d2;
	flex-shrink: 0;
	margin-left: 15px;
	cursor: pointer;
}


.quote .codeCon .box .codeImg img {
	height: 100%;
}


.quote .codeCon .subBtn {
	width: 18.5%;
	height: 54px;
	background-color: #18628a;
	margin-left: 18px;
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 1px solid #18628a;
}

.quote .codeCon .subBtn:hover {
	background-color: #ffffff;
	color: #18628a;
}


.quote .must {
	position: relative;
}

.quote .must::before {
	position: absolute;
	content: "*";
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 26px;
	color: #ff0000;
	left: -14.5px;
	top: 16px;
}




.quote input::-webkit-input-placeholder,
.quote textarea::-webkit-input-placeholder {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #333333;
	opacity: 1;
}

.quote input:-moz-placeholder,
.quote textarea:-moz-placeholder {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #333333;
	opacity: 1;
}

.quote input::-moz-placeholder,
.quote textarea::-moz-placeholder {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #333333;
	opacity: 1;
}

.quote input:-ms-input-placeholder,
.quote textarea:-ms-input-placeholder {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #333333;
	opacity: 1;
}

@media screen and (max-width:1600px) {
	.contactUs .msg .title {
		font-size: 32px;
	}

	.quote {
		padding: 60px 0 300px 0;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .msg {
		padding: 30px;
	}

	.contactUs .msg .title {
		font-size: 28px;
	}

	.contactUs .msg li i {
		font-size: 20px;
	}

	.contactUs {
		padding: 30px 0 60px 0;
	}

	.quote .txts {
		width: 100%;
	}

	.quote ul .item,
	.quote .codeCon .box input,
	.quote .codeCon .box .codeImg,
	.quote .codeCon .subBtn {
		height: 45px;
	}

	.quote {
		padding: 60px 0 280px 0;
	}

	.quote .must::before {
		top: 9px;
	}
}

@media screen and (max-width:999px) {
	.contactUs {
		padding: 50px 0 50px 0;
	}

	.contactUs .con {
		flex-direction: column;
	}

	.contactUs .map,
	.contactUs .msg {
		width: 100%;
	}

	.contactUs .msg {
		margin-bottom: 40px;
	}

	.contactUs .msg ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contactUs .msg ul li {
		width: 49%;
		margin-bottom: 30px;
	}

	.quote .codeCon .box,
	.quote .codeCon .subBtn {
		width: 48.4%;
	}

	.contactUs .msg .title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.contactUs .msg .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .msg li i {
		margin-right: 15px;
	}

	.quote {
		padding: 50px 0 280px 0;
	}

	.quote .txts {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.contactUs {
		padding: 40px 0 40px 0;
	}

	.contactUs .msg .num {
		font-size: 12px;
		line-height: 24px;
	}

	.contactUs .msg .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .msg li i {
		font-size: 18px;
		line-height: 28px;
	}

	.contactUs .msg {
		margin-bottom: 30px;
	}

	.quote {
		padding: 40px 0 280px 0;
	}

	.quote .title1 {
		margin-bottom: 20px;
	}

	.quote .txts {
		margin-bottom: 30px;
	}

	.quote ul .item,
	.quote .codeCon .box input,
	.quote .codeCon .box .codeImg,
	.quote .codeCon .subBtn {
		height: 40px;
	}

	.quote ul .item,
	.quote .message {
		margin-bottom: 20px;
	}

	.quote .must::before {
		left: -12px;
	}
}

@media screen and (max-width:538px) {
	.contactUs {
		padding: 30px 0 30px 0;
	}

	.contactUs .msg ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.contactUs .msg .title,
	.contactUs .msg {
		margin-bottom: 20px;
	}

	.contactUs .msg {
		padding: 30px 20px;
	}

	.contactUs .msg ul li:last-child {
		margin-bottom: 0;
	}

	.quote {
		padding: 30px 0 260px 0;
	}

	.quote ul .item,
	.quote .codeCon .box input,
	.quote .codeCon .box .codeImg,
	.quote .codeCon .subBtn {
		height: 35px;
	}

	.quote .codeCon {
		flex-direction: column;
	}

	.quote .codeCon .box {
		width: 100%;
		margin-bottom: 20px;
	}

	.quote .codeCon .subBtn {
		width: 100%;
		margin-left: 0;
	}

	.quote .must::before {
		left: -10px;
		top: 5px;
	}
}






/* ----------------------footer------------------------ */

footer {
	padding: 177px 0 104px 0;
	background-image: url("../images/fBg.png");
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
}

footer .footerList {
	display: flex;
	align-items: flex-start;
}

footer .fMsg {
	width: 26%;
	margin-right: 5.3%;
	transform: translateY(16px);
}

footer .navigation {
	width: 15.2%;
	margin-right: 2%;
}

footer .fProduct {
	width: 22.8%;
	margin-right: 2%;
}

footer .fContactUs {
	width: 26.7%;
}


footer .fMsg .logo {
	width: 129px;
	margin-bottom: 23px;
}

footer .fMsg .logo:hover img {
	transform: scale(1, 1);
}

footer .fMsg .copyright {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 20px;
}

footer .fMsg .copyright span {
	margin: 0 4.5px;
}

footer .fMsg .copyright a {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	display: inline;
}

footer .fMsg .copyright img {
	display: inline;
	margin-left: 3px;
}



footer .fMsg .copyright a:hover {
	text-decoration: underline;
}

footer .blogrolls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

footer .blogrolls a {
	width: 36px;
	height: 36px;
	border-radius: 18px;
	border: solid 1px rgba(255, 255, 255, .3);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, .7);
	margin-right: 8.5px;
	margin-bottom: 5px;
}

footer .blogrolls a:hover {
	text-decoration: none;
}



footer .blogrolls a:hover {
	color: #ffffff;
	border-color: #ffffff;
}

footer .title {
	font-family: Microsoft YaHei !important;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 14px;
}

footer li a,
footer li p {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
}



footer li a:hover {
	text-decoration: underline;
}


footer .fContactUs li p,
footer .fContactUs li a {
	display: inline;
	word-break: break-all;
}



footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
	margin-top: 60px;
}


footer .links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 11px;
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: -43px;
}

footer .links a {
	color: #ffffff;
	margin-left: 10px;
}


footer .links a:hover {
	text-decoration: underline;
}


@media screen and (max-width:1600px) {
	footer .links {
		margin-bottom: -30px;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .fMsg {
		transform: translateY(0px);
	}

	footer .fMsg,
	footer .fProduct,
	footer .navigation,
	footer .fContactUs {
		margin-right: 0%;
	}

	footer {
		padding: 150px 0 80px 0;
	}

	footer .navigation {
		width: 12%;
	}

	footer .fProduct {
		width: 20%;
	}
}

@media screen and (max-width:1333px) {
	footer .fMsg .logo {
		width: 100px;
	}

	footer .title {
		font-size: 20px;
	}

	footer li a,
	footer li p {}

	footer .line {
		margin-top: 30px;
	}

	footer {
		padding: 140px 0 60px;
	}
}



@media screen and (max-width:999px) {
	footer .links {
		display: none;
	}

	footer .navigation,
	footer .fProduct,
	footer .fContactUs {
		display: none;
	}

	footer .fMsg {
		width: 100%;
	}

	footer {
		padding: 100px 0 90px 0;
	}

	footer .fMsg .logo {
		width: 80px;
	}

	footer .fMsg .copyright,
	footer .fMsg .copyright a {
		font-size: 14px;
		line-height: 24px;
	}

	footer .blogrolls a {
		width: 35px;
		height: 35px;
		margin-bottom: 0;
	}
}

@media screen and (max-width:768px) {
	footer .fMsg .logo {
		display: none;
	}

	footer {
		padding: 60px 0 70px 0;
	}

	footer .blogrolls a {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	footer .line {
		margin-top: 20px;
	}

	footer .fMsg .copyright,
	footer .fMsg .copyright a {
		font-size: 12px;
		line-height: 22px;
	}

	footer .fMsg .copyright {
		text-align: center;
	}

	footer .blogrolls {
		justify-content: center;
	}

	footer .blogrolls a:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width:538px) {
	footer .fMsg .copyright {
		margin-bottom: 15px;
	}
}










/* crumb */
.crumb .con {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 21px 0;
}


.crumb a,
.crumb i {
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	color: #333333;
}


.crumb a.active {
	color: #18628a;
}

.crumb i {
	font-style: normal;
	margin: 0 4.5px;
}

.crumb a:hover {
	color: #18628a;
}


@media screen and (max-width:1600px) {
	.crumb .con {
		padding: 15px 0;
	}
}

@media screen and (max-width:1333px) {
	.crumb .con {
		padding: 10px 0;
	}
}

@media screen and (max-width:999px) {

	.crumb,
	.banner2 {
		display: none;
	}
}



/* pager */
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pager .pageList a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #c7c7c7;
	font-family: Microsoft YaHei !important;
	font-size: 16px;
	color: #666666;
	margin: 3px 5px;
}



.pager .pageList a.big {
	width: 100px;
}


.pager .pageList a.next {
	width: 69px;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	border-color: #18628a;
	background-color: #18628a;
	color: #ffffff;
}








.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 17px;
}


.pager .addTo input {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background-color: transparent;
	margin-right: 11px;
	cursor: pointer;
}




@media screen and (max-width:1333px) {
	.pager .pageList a {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.pager .pageList a {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.pager .pageList a {
		font-size: 12px;
	}
}

@media screen and (max-width:538px) {}


/* 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;
}


/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.lianxi div a,
.lianxi div div {
	display: block;
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	background-color: #18628a;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 3px;
	border-radius: 5px;
}

.lianxi .top a {
	width: 52px;
	height: 52px;
	background-color: #18628a;
	line-height: 52px;
	color: #ffffff;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}

.lianxi .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #ffffff;
	border-radius: 50%;
}

.lianxi .top a:hover i {
	border-color: #18628a;
	color: #18628a;
}


.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #ffffff;
	color: #18628a;
	box-shadow: 0 0 10px rgba(24, 98, 138, .4);
}


.clear2 {
	display: none;
}

.weChatCode,
.weChat {
	position: relative;
}

.weChatCode img,
.weChat img {
	position: absolute;
	top: 0;
	right: 100%;
	max-width: 149px;
	display: none;
}

.weChatCode:hover>img {
	display: block;
}

.weChat {
	display: none;
}

@media screen and (max-width: 1600px) {

	.lianxi div a,
	.lianxi div div,
	.lianxi .top a {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 16px;

	}

	.lianxi .top a i {
		width: 20px;
		height: 20px;
		font-size: 12px;
		line-height: 18px;
	}
}

@media screen and (max-width: 999px) {
	.lianxi .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 25%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.weChatCode {
		display: none;
	}

	.weChat {
		display: block;
	}

	.lianxi .weChat img {
		top: 0%;
		right: 50%;
		transform: translateY(100%) translateX(50%);
		display: block;
		z-index: -1;
	}

	.lianxi .weChat img.active {
		transform: translateY(-100%) translateX(50%);
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: #ffffff;
		color: #18628a !important;
		box-shadow: 0 0 10px rgba(24, 98, 138, .4);
	}

}




@font-face {
	font-family: 'Inter-Bold';
	src: url('../fonts/InterBold.eot');
	src: url('../fonts/InterBold.eot') format('embedded-opentype'),
		url('../fonts/InterBold.woff2') format('woff2'),
		url('../fonts/InterBold.woff') format('woff'),
		url('../fonts/InterBold.ttf') format('truetype'),
		url('../fonts/InterBold.svg#InterBold') format('svg');
}

@font-face {
	font-family: 'Inter-Regular';
	src: url('../fonts/InterRegular.eot');
	src: url('../fonts/InterRegular.eot') format('embedded-opentype'),
		url('../fonts/InterRegular.woff2') format('woff2'),
		url('../fonts/InterRegular.woff') format('woff'),
		url('../fonts/InterRegular.ttf') format('truetype'),
		url('../fonts/InterRegular.svg#InterRegular') format('svg');
}




@font-face {
	font-family: "iconfont";
	/* Project id 4207786 */
	src: url('../fonts/iconfont.woff2?t=1692500764022') format('woff2'),
		url('../fonts/iconfont.woff?t=1692500764022') format('woff'),
		url('../fonts/iconfont.ttf?t=1692500764022') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-shangjiantou:before {
	content: "\ee3a";
}

.icon-shangjiantou-copy:before {
	content: "\f1e8";
}

.icon-jia:before {
	content: "\e604";
}

.icon-bofang:before {
	content: "\e87d";
}

.icon-duigou:before {
	content: "\e6c5";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-xiajiantou-copy:before {
	content: "\e652";
}

.icon-phone-call:before {
	content: "\e684";
}

.icon-xiajiantou:before {
	content: "\ee39";
}

.icon-facebook1:before {
	content: "\e60d";
}

.icon-diqiu:before {
	content: "\e6bc";
}

.icon-weizhi1:before {
	content: "\e60a";
}

.icon-dakaixinxi:before {
	content: "\e603";
}

.icon-xiangshang:before {
	content: "\e655";
}

.icon-send-sms:before {
	content: "\e8a1";
}

.icon-shijian:before {
	content: "\e60e";
}

.icon-diqiuquanqiu:before {
	content: "\e76c";
}

.icon-dianziyoujianemail71:before {
	content: "\e8e8";
}

.icon-xiaojiantou-copy-copy:before {
	content: "\eca2";
}

.icon-xiaojiantou-copy:before {
	content: "\eca3";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-weixin1:before {
	content: "\e733";
}

.icon-weixin2:before {
	content: "\e82c";
}

.icon-weixin3:before {
	content: "\e8bb";
}

.icon-24gl-tags2:before {
	content: "\e87c";
}

.icon-home_fill_light:before {
	content: "\e7d8";
}

.icon-guanbi:before {
	content: "\eca0";
}

.icon-xiangxia:before {
	content: "\e601";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-arrow-left:before {
	content: "\ea65";
}

.icon-arrow-right:before {
	content: "\ea66";
}

.icon-sanjiao:before {
	content: "\e65a";
}

.icon-sanjiao_xia:before {
	content: "\e631";
}

.icon-sanjiaoxia:before {
	content: "\e644";
}

.icon-shipin:before {
	content: "\e619";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-twitter-new2:before {
	content: "\e800";
}

.icon-cloud-download:before {
	content: "\e7d9";
}

.icon-fankuifaqs:before {
	content: "\e7c0";
}

.icon-shijieditu:before {
	content: "\e628";
}

.icon-weixinmendian:before {
	content: "\e667";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-line-line:before {
	content: "\e765";
}

.icon-daohang:before {
	content: "\e641";
}

.icon-message2:before {
	content: "\e679";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleleft:before {
	content: "\e7ee";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-tel2:before {
	content: "\e642";
}

.icon-zhiding1:before {
	content: "\e62a";
}

.icon-line:before {
	content: "\e63f";
}

.icon-jiantou_qiehuanxiangxia:before {
	content: "\eb04";
}

.icon-facebook-:before {
	content: "\e68b";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-weizhi:before {
	content: "\e618";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-Rrl_s_145-copy:before {
	content: "\eca4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-message1:before {
	content: "\e609";
}

.icon-below-s:before {
	content: "\e627";
}

.icon-message--fill:before {
	content: "\e683";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-call-add:before {
	content: "\e63e";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-Rrl_s_145:before {
	content: "\e613";
}

.icon-email2:before {
	content: "\e856";
}

.icon-zhiding:before {
	content: "\e60b";
}

.icon-yanjingshouqiyuanhu-xianxingtubiao-01:before {
	content: "\e6a1";
}

.icon-home:before {
	content: "\e624";
}

.icon-edit:before {
	content: "\e611";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-twitter:before {
	content: "\e607";
}

.icon-bigger:before {
	content: "\e647";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-up1:before {
	content: "\e72e";
}

.icon-bottom1:before {
	content: "\e72f";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-up:before {
	content: "\e73e";
}

.icon-bottom:before {
	content: "\e73f";
}

.icon-instagram:before {
	content: "\e79d";
}

.icon-tumblr:before {
	content: "\e79e";
}

.icon-download:before {
	content: "\e7a0";
}

.icon-download1:before {
	content: "\e7a7";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-contact:before {
	content: "\e7be";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-fax:before {
	content: "\e7c2";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-phone:before {
	content: "\e7c8";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-contact1:before {
	content: "\e7c4";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-qq:before {
	content: "\e7ce";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-message:before {
	content: "\e7da";
}

.icon-calendar:before {
	content: "\e7e1";
}

.icon-calendar1:before {
	content: "\e7e3";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-youbian:before {
	content: "\e60f";
}

.icon-jian2:before {
	content: "\e600";
}

.icon-jia2:before {
	content: "\e608";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-bottom7:before {
	content: "\e723";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo4:before {
	content: "\e610";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-shangchuan:before {
	content: "\e602";
}

.icon-top2:before {
	content: "\e637";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter3:before {
	content: "\e7fd";
}

.icon-twitter4:before {
	content: "\e7fe";
}




.productList .prev,
.productList .next {
	position: absolute;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
	cursor: pointer;
	border: 1px solid #ffffff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}


.productList .prev {
	left: 15px;
}

.productList .next {
	right: 15px;
}

.productList .prev:hover,
.productList .next:hover {
	background-color: #ffffff;
	color: #18628a;
}

@media screen and (max-width:999px) {

	.productList .prev,
	.productList .next {
		width: 28px;
		height: 28px;
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {

	.productList .prev,
	.productList .next {
		width: 25px;
		height: 25px;
		font-size: 12px;
	}
}




.lianxi .weChat img.active {
	transform: translateY(-100%) translateX(0%);
}

.lianxi .weChat img {
	left: 0;
	right: auto;
	transform: translateY(100%) translateX(0%);
}