@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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	background-color: #ffffff;
	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: #9cc34c !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}

a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Arial, Helvetica, sans-serif;
	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;
}

.safeRange2 {
	max-width: 1474px;
	width: calc(100% - 120px);
	margin: 0 auto;
}


@media screen and (max-width:999px) {

	.safeRange,
	.safeRange2 {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:768px) {

	.safeRange,
	.safeRange2 {
		width: calc(100% - 30px);
	}
}






@media screen and (max-width:1333px) {
	.standardRange2 {
		padding: 30px 0 30px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange2 {
		padding: 20px 0 20px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange2 {
		padding: 15px 0 15px 0 !important;
	}
}

@media screen and (max-width:538px) {
	.standardRange2 {
		padding: 10px 0 10px 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:1333px) {
	.standardTxt .title1 {
		font-size: 26px !important;
		line-height: 30px !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: 22px !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: 20px !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;
	}
}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 18px !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: #266bac;
		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(38, 107, 172, 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----------------------------- */



/* nav */
nav {
	height: 76px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999999;

}



nav .con {
	background-color: #ffffff;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 38px 0 5px;
}


nav.active .con {
	box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.2);
}




nav .logo {
	width: 215px;
	flex-shrink: 0;
}

nav .logo:hover img {
	transform: scale(1, 1);
}

nav .navList {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


nav .navList>ul {
	display: flex;
	align-items: center;
}

nav .navList>ul>li {
	margin-left: 34px;
	position: relative;
}

nav .navList>ul>li:first-child {
	margin-left: 0;
}

nav .navList>ul>li>a {
	padding: 0 22px;
	height: 76px;
	line-height: 76px;
	font-family: Poppins-Regular;
	font-size: 20px;
	color: #333333;
}

nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #ffffff;
	background-color: #266bac;
}

nav .navList .btns {
	margin-left: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}





.language {
	height: 76px;
	display: flex;
	align-items: center;
	position: relative;
}

.language .btn {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #666666;
	text-align: center;
	cursor: pointer;
	user-select: none;
}

.language .btn:hover {
	color: #266bac;
}


.language ul {
	position: absolute;
	top: 100%;
	transform: translateY(8px);
	right: 0;
	max-width: 300px;
	padding: 10px 0;
	background-color: #ffffff;
	box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.05);
	transition: none;
	display: none;
}


.language ul li {
	margin-bottom: 10px;
}

.language ul li a {
	padding: 0 20px;
	text-align: center;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}


.language ul li:last-child {
	margin-bottom: 0;
}

.language ul li a:hover {
	color: #266bac;
}


.search {
	height: 75px;
	display: flex;
	align-items: center;
	position: relative;
	margin-left: 18px;
}

.search .sBtn {
	width: 39px;
	height: 40px;
	border: solid 1px #cfcfcf;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}

.search .sBtn i {
	color: #999999;
	font-size: 18px;
}


.search .sBtn:hover {
	background-color: #266bac;
	border-color: #266bac;
}

.search .sBtn:hover i {
	color: #fff;
}

.search form {
	transform: translateY(8px);
	position: absolute;
	right: 0;
	top: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	width: 0px;
	overflow: hidden;
	padding: 0;
}

.search form.active {
	width: 260px;
	padding-left: 10px;
	box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.05);

}



.search form>input {
	width: 100%;
	margin-right: 10px;
}






.search form .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	position: relative;
}


.search form .btn input {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
}

.search form .btn i {
	color: #999999;
	font-weight: bold;
}

.search form .btn:hover i {
	color: #266bac;
}


.navList .moreList {
	position: absolute;
	top: 100%;
	left: 0;
	max-width: 417px;
	width: max-content;
	padding: 19px 0 34px 0;
	background-color: #ffffff;
	transform: translateY(8px);
	box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.05);
	display: none;
	transition: none;
}


.navList .moreList li {
	position: relative;
	margin-bottom: 22px;
}

.navList .moreList li:last-child {
	margin-bottom: 0;
}

.navList .moreList li a {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	padding: 0 76px 0 34.5px;
}


.navList .moreList li a:hover {
	color: #266bac;
}

.navList .moreList ul {
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #ffffff;
	max-width: 417px;
	width: max-content;
	padding: 20px 0 20px 0;
	background-color: #ffffff;
	transform: translateY(-20px);
	box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.05);
	display: none;
	transition: none;
}








@media screen and (max-width:1600px) {

	nav,
	nav .navList>ul>li>a,
	.language,
	.search {
		height: 70px;
	}

	nav .navList>ul>li>a {
		line-height: 70px;
		font-size: 18px;
	}

	nav .logo {
		width: 180px;
	}

	.navList .moreList,
	.navList .moreList ul {
		padding: 20px 0;
	}

	.navList .moreList li {
		margin-bottom: 14px;
	}

	.navList .moreList li a {
		font-size: 16px;
		line-height: 26px;
		padding: 0 20px;
	}

	.navList .moreList {
		max-width: 300px;
	}
}

@media screen and (max-width:1333px) {

	nav,
	nav .navList>ul>li>a,
	.language,
	.search {
		height: 60px;
	}

	nav .navList>ul>li>a {
		line-height: 60px;
		padding: 0 10px;
		font-size: 16px;
	}

	nav .logo {
		width: 140px;
	}
}

@media screen and (max-width:1200px) {

	nav .navList>ul>li {
		margin-left: 20px;
	}

	.navList .moreList {
		max-width: 260px;
	}

	.navList .moreList li {
		margin-bottom: 10px;
	}

	.navList .moreList,
	.navList .moreList ul {
		padding: 14px 0;
	}

	.navList .moreList ul {
		transform: translateY(-14px);
	}

	.search .sBtn {
		width: 35px;
		height: 35px;
	}

	.search .sBtn i {
		font-size: 16px;
	}

}


@media screen and (max-width:999px) {
	nav {
		height: 50px;
		background-color: #ffffff;
	}

	.language {
		height: 50px;
	}

	.bannerRange {
		padding-top: 50px;
	}

	nav .navList>ul,
	.search {
		display: none;
	}

	nav .navList .btns {
		margin-left: 0;
		margin-right: 60px;
	}

	nav .con {
		padding: 0;
	}

	nav.active {
		box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.2);
		border-bottom: 1px solid transparent;
	}
	
	nav {
		border-bottom: 1px solid #f9f9f9;
	}

	nav.active .con {
		box-shadow: none;
	}
}


@media screen and (max-width:768px) {

	.language .btn,
	.language ul li a {
		font-size: 14px;
		line-height: 24px;
	}

	.language ul li {
		margin-bottom: 5px;
	}

	.language ul {
		padding: 5px 0;
	}

	nav .logo {
		width: 120px;
	}

}

@media screen and (max-width:538px) {
	nav .logo {
		width: 100px;
		transform: translateX(-10px);
	}
}


/* -------------------index------------------------- */

/* indexBanner */
.indexBanner a:hover img {
	transform: scale(1, 1);
}


.indexBanner .prev,
.indexBanner .next {
	position: absolute;
	top: 48%;
	width: 52px;
	height: 52px;
	background-color: #ffffff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
	cursor: pointer;
}

.indexBanner .prev i,
.indexBanner .next i {
	color: #9cc34c;
	font-size: 24px;
	clip-path: polygon(30% 0%, 70% 0%, 70% 100%, 30% 100%);
}


.indexBanner .prev {
	left: 100px;
}

.indexBanner .next {
	right: 100px;
}

.indexBanner .prev:hover,
.indexBanner .next:hover {
	background-color: #266bac;
}

.indexBanner .prev:hover i,
.indexBanner .next:hover i {
	color: #ffffff;
}

.indexBanner .swiper-pagination {
	bottom: 24px;
}

.indexBanner .swiper-pagination span {
	width: 9px;
	height: 9px;
	background-color: #ffffff;
	border-radius: 50%;
	opacity: 1;
	margin: 0 7.5px !important;
}


.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #9cc34c;
}



@media screen and (max-width:1600px) {
	
	.indexBanner .prev,
	.indexBanner .next {
		width: 45px;
		height: 45px;
		border-radius: 6px;
	}
	.indexBanner .prev{
		left: 60px;
	}
	.indexBanner .next{
		right: 60px;
	}

	.indexBanner .prev i,
	.indexBanner .next i {
		font-size: 20px;
	}
}

@media screen and (max-width:1333px) {

	.indexBanner .prev,
	.indexBanner .next {
		width: 40px;
		height: 40px;
	}

	.indexBanner .prev i,
	.indexBanner .next i {
		font-size: 18px;
	}
}

@media screen and (max-width:999px) {

	.indexBanner .prev,
	.indexBanner .next {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .swiper-pagination {
		bottom: 15px;
	}

}

@media screen and (max-width:538px) {
	.indexBanner .swiper-pagination span {
		margin: 0 5px !important;
	}
}









/* future */
.future {
	padding: 106px 0 121px 0;
}



.future .con {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}


.future .con .msg {
	width: 42%;
}


.future .con .images {
	width: 54%;
	margin-top: 28px;
}



.future .con .msg .title {
	display: flex;
	align-items: flex-start;
	margin-bottom: 36px;
}

.future .con .msg .title .big {
	font-family: Poppins;
	font-size: 110px;
	line-height: 110px;
	color: #266bac;
	margin-right: 15px;
}


.future .con .msg .title .title1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 2px;
}


.future .con .msg .title .title1 span {
	font-size: 40px;
	line-height: 51px;
}

.future .con .msg .txts {
	margin-bottom: 33px;
}

.future .con .msg .txts p {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 30px;
	hyphens: auto;
}

.future .con .msg .txts a:hover {
	color: #266bac;
}


.future .con .msg .txts a:last-child {
	margin-bottom: 0;
}



.future .con .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 55px;
	background-color: #9cc34c;
	border-radius: 10px;
	font-family: Poppins;
	font-size: 18px;
	color: #ffffff;
}


.future .con .btn:hover {
	background-color: #266bac;
}


.future .images {
	display: flex;
	align-items: center;
	width: 49%;
	justify-content: space-between;
}


.future .images .image {
	overflow: hidden;
	width: 48.3%;
}


.future .clear {
	display: none;
}



@media screen and (max-width:1600px) {

	.future .con .images,
	.future .con .msg .title .title1 {
		margin-top: 0;
	}

	.future .con .msg .title .title1 span {
		font-size: 32px;
		line-height: 40px;
	}

	.future .con .msg .title .big {
		font-size: 80px;
		line-height: 80px;
	}

	.future .con .btn {
		height: 50px;
		border-radius: 6px;
	}

	.future .con .msg .txts p {
		font-size: 16px;
	}

	.future {
		padding: 80px 0;
	}
}

@media screen and (max-width:1333px) {
	.future .clear {
		display: block;
	}

	.future .con {
		display: block;
	}

	.future .con .images {
		float: right;
		width: 50%;
		margin-left: 2%;
		margin-top: 100px;
	}

	.future .con .msg {
		width: 100%;
	}

	.future .con .msg .title .title1 span {
		font-size: 28px;
	}

	.future .con .msg .title {
		margin-bottom: 30px;
	}

	.future .con .msg .txts p {
		margin-bottom: 20px;
	}

	.future .con .btn {
		height: 45px;
		border-radius: 6px;
		width: 180px;
	}

}

@media screen and (max-width:999px) {
	.future .con .msg .txts p {
		font-size: 14px;
		line-height: 24px;
	}

	.future .con .msg .title .title1 span {
		font-size: 26px;
		line-height: 34px;
	}

	.future .con .msg .title .big {
		font-size: 68px;
		line-height: 68px;
	}

	.future .con .btn {
		height: 40px;
		width: 160px;
	}
}

@media screen and (max-width:768px) {
	.future .con {
		display: flex;
		flex-direction: column-reverse;
	}

	.future .con .images {
		margin-left: 0;
		width: 100%;
	}

	.future .con .msg .title .title1 span {
		font-size: 22px;
		line-height: 30px;
	}

	.future .con .msg .title .big {
		font-size: 65px;
		line-height: 65px;
	}

	.future .con .msg .title {
		margin-bottom: 20px;
	}

	.future .con .images {
		margin-top: 40px;
	}

	.future .con .msg .txts p {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.future .con .btn {
		height: 35px;
		width: 140px;
	}
}

@media screen and (max-width:538px) {
	.future .con .msg .title .title1 span {
		font-size: 20px;
	}

	.future .con .msg .txts {
		margin-bottom: 30px;
	}

	.future .con .images {
		margin-top: 30px;
	}
}








/* ourProduct */

.ourProduct {
	padding-top: 68px;
	background-image: url("../images/ourProductM1-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.ourProduct .title {
	display: flex;
	align-items: flex-start;
	margin-bottom: 18px;
}

.ourProduct .title .big {
	font-family: Poppins;
	font-size: 110px;
	line-height: 110px;
	color: #ffffff;
	margin-right: 15px;
}

.ourProduct .title .title1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 20px;
}

.ourProduct  .title1 span:first-child{
	margin-bottom: 3px;
}

.ourProduct .title .title1 span {
	font-size: 40px;
	color: #fff !important;
}

.ourProduct .title .title1:hover span {
	color: #266bac !important;
}


.ourProduct .txts {
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 58px;
	padding-right: 300px;
}

.ourProduct .txts:hover {
	color: #266bac;
}

.ourProduct .msgBox {
	background-color: #ffffff;
	border-radius: 10px 10px 0 0;
	padding-top: 63px;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.ourProduct .productSwiper {
	margin-bottom: 44px;
	padding: 0 70px;

}

.ourProduct .productSwiper .btns {
	display: flex;
	align-items: center;
	transform: translateY(-169px);
	justify-content: flex-end;
	margin-left: auto;
	pointer-events: none;
	margin-right: -70px;
}

.ourProduct .productSwiper .btns div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background-color: #266bac;
	border-radius: 10px;
	cursor: pointer;
	margin-left: 14px;
	pointer-events: all;
}

.ourProduct .productSwiper .btns div:first-child {
	margin-left: 0;
}

.ourProduct .productSwiper .btns div:hover {
	background-color: #ffffff;
}

.ourProduct .productSwiper .btns div:hover i {
	color: #9cc34c;
}

.ourProduct .productSwiper .btns div i {
	font-family: Calibri-Bold;
	font-size: 22px;
	color: #ffffff;
	clip-path: polygon(30% 0%, 70% 0%, 70% 100%, 30% 100%);
}

.ourProduct .productSwiper .swiper {
	position: relative;
	overflow: visible;
	display: none;
}

.ourProduct .productSwiper .swiper.current{
	display: block;
}

.ourProduct .productSwiper .lBtn,
.ourProduct .productSwiper .rBtn {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: absolute;
	top: 41.8%;
	transform: translateY(-50%);
	z-index: 99;
}



.ourProduct .productSwiper .lBtn {
	left: -50px;
}

.ourProduct .productSwiper .rBtn {
	right: -50px;
}


.ourProduct .productSwiper .lBtn i,
.ourProduct .productSwiper .rBtn i {
	color: #9cc34c;
	font-size: 22px;
	clip-path: polygon(30% 0%, 70% 0%, 70% 100%, 30% 100%);
}

.ourProduct .productSwiper .lBtn span,
.ourProduct .productSwiper .rBtn span {
	color: #9cc34c;
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 30px;
}

.ourProduct .productSwiper .lBtn:hover i,
.ourProduct .productSwiper .lBtn:hover span,
.ourProduct .productSwiper .rBtn:hover i,
.ourProduct .productSwiper .rBtn:hover span {
	color: #266bac;
}


.ourProduct .productSwiper .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.ourProduct .productSwiper .swiper-slide .image {
	margin-bottom: 82px;
	position: relative;
}

.ourProduct .productSwiper .swiper-slide:after,
.ourProduct .productSwiper .swiper-slide:after {
	content: "";
	position: absolute;
	background-color: #f8f8f8;
	width: 0;
	height: 86.5%;
	top: -12%;
	z-index: -1;
	transition: .3s linear all;
}



.ourProduct .productSwiper .swiper-slide-prev:after,
.ourProduct .productSwiper .swiper-slide-next:after {
	top: -12%;
	width: 104%;
}

.ourProduct .productSwiper .swiper-slide-prev:after {
	left: -20%;
}

.ourProduct .productSwiper .swiper-slide-next:after {
	right: -20%;
}





.ourProduct .productSwiper .swiper-slide .image::after {
	content: "";
	background-color: #ffffff;
	box-shadow: 0px 0px 24px 0px rgba(162, 162, 162, 0.18);
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: -1;
	transition: .5s linear all;
	opacity: 0;
	width: 0;
	height: 0;
}




.ourProduct .productSwiper .swiper-slide.swiper-slide-active .image::after {
	opacity: 1;
	width: 165%;
	height: 165%;
}



.ourProduct .productSwiper .swiper-slide h2{
	font-weight: normal;
}
.ourProduct .productSwiper .swiper-slide .name {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #266bac;
	width: 0;
	text-align: center;
}

.ourProduct .productSwiper .swiper-slide.swiper-slide-active .name {
	width: 100%;
}



.ourProduct .productSwiper .swiper-slide .name:hover {
	color: #9cc34c;
}


.ourProduct .productCheck {
	background-color: #f8f8f8;
	position: relative;
	padding: 0 107px;
}

.ourProduct .productCheck .swiper {
	height: 100%;
}

.ourProduct .productCheck .swiper-slide {
	height: 100%;
	display: flex;
	align-items: center;
	font-family: Poppins;
	font-size: 20px;
	color: #333333;
	cursor: pointer;
	transition: .3s linear color;
	padding: 16px 0 11px 0;
	text-align: center;
}





.ourProduct .productCheck .swiper-slide:hover {
	color: #9cc34c;
}

.ourProduct .productCheck .swiper-slide.active {
	color: #266bac;
}




.ourProduct .productCheck .prev,
.ourProduct .productCheck .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	cursor: pointer;
	font-size: 22px;
	clip-path: polygon(30% 0%, 70% 0%, 70% 100%, 30% 100%);
	color: #9cc34c;
}

.ourProduct .productCheck .prev:hover,
.ourProduct .productCheck .next:hover {
	color: #266bac;
}



.ourProduct .productCheck .prev {
	left: 5.3%;
}


.ourProduct .productCheck .next {
	right: 5.3%;
}


.ourProduct .productCheck .swiper-button-disabled {
	display: none;
}







@media screen and (max-width:1600px) {
	.ourProduct {
		padding-top: 60px;
	}

	.ourProduct .title .title1 span {
		font-size: 32px;
		line-height: 40px;
	}
	.ourProduct .title .big{
		font-size: 100px;
		line-height: 100px;
	}
	.ourProduct .title .title1{
		margin-bottom: 0;
	}
	.ourProduct .productCheck .swiper-slide{
		padding: 15px 0;
		font-size: 18px;
		line-height: 28px;
	}
	.ourProduct .productSwiper .btns div{
		width: 45px;
		height: 45px;
	}
	.ourProduct .productSwiper .btns div i{
		font-size: 20px;
	}
	.ourProduct .productSwiper .btns{
		transform: translateY(-160px);
	}
	.ourProduct .txts{
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.ourProduct .title .title1 span{
		font-size: 26px;
		line-height: 40px;
	}
	.ourProduct .title .big{
		font-size: 80px;
		line-height: 80px;
	}
	.ourProduct .txts{
		font-size: 16px;
		line-height: 26px;
	}
	.ourProduct .productSwiper .btns div{
		width: 40px;
		height: 40px;
	}
	.ourProduct .productSwiper .btns div i{
		font-size: 18px;
	}
	.ourProduct .msgBox{
		border-radius: 6px 6px 0 0;
		padding-top: 60px;
	}
	.ourProduct .productSwiper .swiper-slide-prev:after{
		left: -40%;
		width: 150%;
	}
	
	.ourProduct .productSwiper .swiper-slide-next:after{
		right: -40%;
		width: 150%;
	}
	.ourProduct .productCheck .swiper-slide{
		font-size: 16px;
		line-height: 26px;
		justify-content: center;
	}
	
	.ourProduct .productCheck{
		padding: 0 50px ;
	}
	.ourProduct .productCheck .prev{
		left: 10px;
	}
	.ourProduct .productCheck .next{
		right: 10px;
	}
	.ourProduct .productSwiper .swiper-slide .name{
		font-size: 16px;
		line-height: 26px;
	}
	.ourProduct .productSwiper .swiper-slide .image{
		margin-bottom: 70px;
	}
	.ourProduct .productSwiper .lBtn span, .ourProduct .productSwiper .rBtn span{
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.ourProduct .productCheck .swiper-slide,
	.ourProduct .productSwiper .swiper-slide .name{
		font-size: 14px;
		line-height: 24px;
	}
	.ourProduct,
	.ourProduct .msgBox{
		padding-top: 50px;
	}
	.ourProduct .productSwiper{
		margin-bottom: 40px;
	}
	.ourProduct .productSwiper .lBtn span, .ourProduct .productSwiper .rBtn span{
		font-size: 16px;
		line-height: 26px;
	}
	.ourProduct .productSwiper .lBtn i, .ourProduct .productSwiper .rBtn i{
		font-size: 16px;
	}
	.ourProduct .title .title1 span{
		font-size: 26px;
		line-height: 30px;
	}
	.ourProduct .title .big{
		font-size: 65px;
		line-height: 60px;
	}
	.ourProduct .txts{
		font-size: 14px;
		line-height: 24px;
	}
	.ourProduct .productSwiper .btns{
		transform: translateY(-140px);
	}
}

@media screen and (max-width:768px) {
	.ourProduct{
		padding-top: 40px;
	}
	 .ourProduct .msgBox{
		 padding-top: 0;
	 }
	.ourProduct .title .title1 span{
		font-size: 22px;
	}
	.ourProduct .txts{
		padding-right: 200px;
	}
	.ourProduct .productSwiper{
		padding: 0 40px;
	}
	.ourProduct .productSwiper .btns{
		margin-right: 0;
	}
	.ourProduct .productSwiper .swiper-slide::after{
		display: none;
	}
	.ourProduct .productSwiper .swiper-slide-prev:after{
		padding: 10px 0;
		font-size: 12px;
		line-height: 22px;
	}
	.ourProduct .productSwiper .swiper-slide.swiper-slide-active .image::after{
		display: none;
	}
	.ourProduct .productSwiper .lBtn,
	.ourProduct .productSwiper .rBtn{
		display: none;
	}
	.ourProduct .productSwiper .swiper-slide .image{
		margin-bottom: 20px;
	}
	.ourProduct .productCheck .swiper-slide, .ourProduct .productSwiper .swiper-slide .name{
		font-size: 12px;
		line-height: 22px;
	}
	.ourProduct .txts{
		margin-bottom: 40px;
	}
	.ourProduct .productSwiper .btns{
		transform: translateY(-80px);
	}
}


@media screen and (max-width:538px) {
	.ourProduct .productSwiper{
		padding: 0 20px;
	}
	.ourProduct .productSwiper .swiper-slide .name{
		width: 100%;
	}
	.ourProduct .txts{
		padding-right: 0;
	}
	.ourProduct .title{
		margin-bottom: 10px;
	}
	.ourProduct .txts{
		margin-bottom: 60px;
	}
	.ourProduct .productSwiper .btns div{
		width: 35px;
		height: 35px;
		border-radius: 3px;
	}
	.ourProduct .productSwiper .btns{
		transform: translateY(-50px);
	}
}







/* innvoation */


.innvoation {
	padding: 95px 0 141px 0;
	background-image: url("../images/innovation.png");
	background-size: cover;
	background-position: right top;
	background-repeat: no-repeat;
}



.innvoation .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 26px;
}


.innvoation .title {
	display: flex;
	align-items: flex-start;
}

.innvoation .title .big {
	font-family: Poppins;
	font-size: 110px;
	line-height: 110px;
	margin-right: 15px;
	color: #266bac;
}

.innvoation .title1 {
	display: flex;
	flex-direction: column;
}

.innvoation.standardTxt .title1 span {
	font-size: 40px;
	line-height: 51px;
}



.innvoation .btns {
	display: flex;
	margin-left: 30px;
	margin-bottom: 8px;
}


.innvoation .btns div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background-color: #9cc34c;
	border-radius: 10px;
	cursor: pointer;
	margin-left: 14px;
}


.innvoation .btns div:first-child {
	margin-left: 0;
}


.innvoation .btns div i {
	clip-path: polygon(28% 0%, 72% 0%, 72% 100%, 28% 100%);
	color: #fff;
	font-size: 20px;
}


.innvoation .btns div:hover {
	background-color: #266bac;
}


.innvoation .swiper-slide {
	background-image: url("../images/rdM2-2.png");
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	overflow: hidden;
}


.innvoation .image {
	width: 50%;
	overflow: hidden;
}

.innvoation .msg {
	width: 46%;
	padding-right: 1%;
}


.innvoation .msg .tit {
	font-family: Poppins;
	font-size: 34px;
	line-height: 51px;
	color: #ffffff;
	margin-bottom: 37px;
	margin-top: -28px;
}

.innvoation .msg .txts {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 67px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}
.innvoation .msg .btn {
	width: 200px;
	height: 55px;
	background-color: #9cc34c;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins;
	font-size: 18px;
	color: #ffffff;
}

.innvoation .msg .btn:hover {
	background-color: #fff;
	color: #9cc34c;
}

@media screen and (max-width:1600px) {
	.innvoation .msg .tit {
		margin-top: 0;
	}

	.innvoation .msg .tit {
		font-size: 28px;
		line-height: 30px;
	}

	.innvoation {
		padding: 80px 0;
	}

	.innvoation .btns div {
		width: 45px;
		height: 45px;
	}

	.innvoation.standardTxt .title1 span {
		font-size: 32px;
		line-height: 40px;
	}

	.innvoation .title .big {
		font-size: 100px;
		line-height: 90px;
	}

	.innvoation .msg .txts {
		margin-bottom: 40px;
	}

	.innvoation .msg .btn {
		height: 50px;
		width: 180px;
		border-radius: 6px;
	}

	.innvoation .box {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.innvoation .msg .txts {
		-webkit-line-clamp: 4;
		margin-bottom: 30px;
		line-height: 26px;
	}

	.innvoation .msg .tit {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.innvoation .msg .btn {
		height: 45px;
		width: 160px;
	}

	.innvoation .image {
		width: 48%;
	}

	.innvoation .msg {
		width: 48%;
		padding-right: 20px;
	}

	.innvoation.standardTxt .title1 span {
		font-size: 26px;
	}

	.innvoation .title .big {
		font-size: 80px;
		line-height: 80px;
	}

	.innvoation .btns div {
		width: 40px;
		height: 40px;
	}

	.innvoation .btns div i {
		font-size: 18px;
	}

	.innvoation .swiper-slide {
		border-radius: 6px;
	}
}

@media screen and (max-width:999px) {
	.innvoation .msg .txts {
		font-size: 14px;
		line-height: 24px;
	}

	.innvoation .msg .tit {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.innvoation .msg .btn {
		height: 40px;
		width: 150px;
	}

	.innvoation .box {
		margin-bottom: 30px;
	}

	.innvoation .msg {
		width: 49%;
	}

	.innvoation.standardTxt .title1 span {
		line-height: 34px;
	}

}

@media screen and (max-width:768px) {
	.innvoation .msg .txts {
		font-size: 12px;
		line-height: 22px;
	}

	.innvoation .msg .btn {
		height: 35px;
		width: 140px;
		border-radius: 4px;
	}

	.innvoation .swiper-slide {
		padding: 20px;
		display: block;
	}

	.innvoation .msg {
		padding-right: 0;
		width: 100%;
	}

	.innvoation .image {
		width: 100%;
		margin-bottom: 30px;
		max-width: 400px;
		border-radius: 6px;
	}

	.innvoation.standardTxt .title1 span {
		font-size: 22px;
		line-height: 30px;
	}

	.innvoation .title .big {
		font-size: 65px;
		line-height: 65px;
	}
}

@media screen and (max-width:538px) {
	.innvoation .msg .tit {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.innvoation .image {
		margin-bottom: 10px;
	}

	.innvoation .msg .txts {
		margin-bottom: 20px;
	}

	.innvoation .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.innvoation .btns {
		margin-left: 0;
		margin-top: 20px;
	}

	.innvoation .btns div {
		width: 35px;
		height: 35px;
		border-radius: 3px;
	}

	.innvoation .btns div i {
		font-size: 16px;
	}

	.innvoation.standardTxt .title1 span {
		font-size: 20px;
	}
}








/* newCenter */



.newCenter {
	padding: 96px 0 84px 0;
	background-image: url("../images/newCenter-bg.png");
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.newCenter .faq .title1 {
	transform: translateY(-2px);
}



.newCenter .box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}



.newCenter .box .con {
	width: 49.2%;
}


.newCenter .box .faq .list .item {
	width: 100%;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.14);
	margin-right: 0;
}



.newCenter .standardTxt .title1 span {
	font-family: Poppins;
	font-size: 40px;
}


.newCenter .title1 {
	margin-bottom: 24px;
}

.newCenter .con .list .item {
	border-radius: 6px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}





.newCenter .con .list .item:last-child {
	margin-bottom: 0;
}


.newCenter .con .list .item .image {
	width: 335.5px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 6px 0 0 6px;
}



.newCenter .con .list .item .msg {
	flex: 1;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.14);
	border-radius: 6px;
	height: 313px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 20px 22.5px;
}





.newCenter .con .list .time {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #9cc34c;
	margin-bottom: 8px;
}


.newCenter .con .list .tit {
	font-family: Poppins;
	font-size: 20px;
	line-height: 29px;
	color: #333333;
	margin-bottom: 15px;
}


.newCenter .con .list .txts {
	font-family: Poppins-Light;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 46px;
	hyphens: auto;
}


.newCenter .con .list .btnr {
	font-family: Poppins;
	font-size: 26px;
	line-height: 24px;
	color: #9cc34c;
	display: inline-block;
}

.newCenter .con a:hover {
	color: #266bac !important;
}

.newCenter .box .faq {
	width: 48.78%;
}


.newCenter .box .faq .list {
	transform: translateX(3px);
}


@media screen and (max-width:1600px) {
	.newCenter .standardTxt .title1 span {
		font-size: 32px;
	}

	.newCenter .standardTxt .title1 {
		transform: translateY(0);
	}

	.newCenter .con .list .tit {
		font-size: 18px;
	}

	.newCenter .con .list .item .image {
		width: 300px;
	}

	.newCenter .con .list .item .msg {
		height: 280px;
	}

	.newCenter .faq .answer {
		font-size: 14px;
		line-height: 26px;
	}

	.newCenter .faq .question {
		font-size: 18px;
		line-height: 28px;
	}

	.newCenter .faq .list .item {
		margin-bottom: 20px;
	}

	.newCenter {
		padding: 80px 0;
	}

}

@media screen and (max-width:1333px) {
	.newCenter .box {
		flex-direction: column;
	}

	.newCenter .box .con,
	.newCenter .box .faq {
		width: 100%;
	}

	.newCenter .box .faq .list {
		transform: translateX(0);
	}

	.newCenter .con .list .item,
	.newCenter .box .faq .list .item {
		width: 100%;
	}

	.newCenter .con .list .item:nth-child(2n),
	.newCenter .box .faq .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.newCenter .box .con {
		margin-bottom: 60px;
	}

	.newCenter .con .list .txts {
		margin-bottom: 30px;
		-webkit-line-clamp: 2;
	}

	.newCenter .con .list .item .msg {
		height: auto;
	}

	.newCenter .con .list .item .image {
		width: 240px;
	}

	.newCenter .standardTxt .title1 span {
		font-size: 28px;
	}
}


@media screen and (max-width:999px) {
	.newCenter .faq .question {
		font-size: 16px;
		line-height: 26px;
	}

	.newCenter .con .list .tit {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 26px;
	}

	.newCenter .con .list .txts {
		margin-bottom: 20px;
	}

	.newCenter .con .list .btnr {
		font-size: 24px;
	}

	.newCenter .standardTxt .title1 span {
		font-size: 24px;
	}
}

@media screen and (max-width:768px) {
	.newCenter .con .list .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.newCenter .con .list .item .msg {
		padding: 15px;
	}

	.newCenter .con .list .item .image {
		width: 220px;
	}

	.newCenter .standardTxt .title1 span {
		font-size: 22px;
	}

	.newCenter .box .con {
		margin-bottom: 40px;
	}

	.newCenter .faq .question {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:538px) {
	.newCenter .con .list .item {
		flex-direction: column;
		padding: 15px;
		background-color: #fff;
		margin-bottom: 20px;
	}

	.newCenter .con .list .item:last-child {
		margin-bottom: 0;
	}

	.newCenter .con .list .item .image {
		width: 100%;
		border-radius: 0;
		max-width: 300px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 6px;
	}

	.newCenter .con .list .item .msg {
		box-shadow: none;
		border-radius: 0;
		padding: 0;
	}

	.newCenter .con .list .item {
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.14);
		border-radius: 6px;
		overflow: hidden;
	}

	.newCenter .con .list .txts {
		margin-bottom: 15px;
	}

}



/* -------------------1-1products------------------------- */

.products {
	padding: 26px 0 97px 0;
	background-color: #f9f9f9;
}

.products .describe {
	margin-bottom: 39px;
}

.products .describe .tit {
	font-family: Poppins;
	font-size: 26px;
	line-height: 48px;
	color: #266bac;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.products .describe .txts {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 21px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;

}






.products .describe .txts.active {
	-webkit-line-clamp: 2;
}



.products .describe .btn {
	font-family: Poppins;
	text-decoration: underline;
	font-size: 16px;
	line-height: 24px;
	color: #266bac;
	cursor: pointer;
}



.products .describe .btn:hover {
	color: #9cc34c;
}



.products .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}




.products .con .pNav {
	width: 24.4%;
}

.products .con form {
	width: 74.7%;
	margin-right: -3px;
}

.products .con .pNav .title {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins;
	font-size: 18px;
	color: #ffffff;
	height: 66px;
	background-color: #266bac;
}



.products .con .pNav .title i {
	display: none;
}

.products .con .pNav .title.active i {
	transform: rotate(90deg);
}


.products .con .pNav ul {
	padding: 23px 0 37px 0;
	background-color: #ffffff;
}


.products .con .pNav ul li {
	position: relative;
	margin-bottom: 20px;
}

.products .con .pNav ul li.active {
	padding-left: 50px;
}

.products .con .pNav ul li:last-child {
	margin-bottom: 0;
}

.products .con .pNav ul li::after {
	position: absolute;
	content: "";
	height: 1px;
	background-color: #266bac;
	width: 0px;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	transition: .3s linear all;
}

.products .con .pNav ul li.active::after {
	width: 30px;
}






.products .con .pNav ul li a {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	padding: 0 10px 0 14.5px;
}




.products .con .pNav ul li.active a {
	color: #266bac;
}

.products .con .pNav ul li a:hover {
	color: #266bac;
}



.products .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 38px;
}


.products .list .item {
	width: 32.2%;
	margin-right: 1.7%;
	margin-bottom: 18px;
	background-color: #fff;
}


.products .list .item:nth-child(3n) {
	margin-right: 0;
}


.products .list .item .image {
	overflow: hidden;
	margin-bottom: 14.5px;
}

.products .list .item .name {
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 16px;
	text-align: center;
	padding: 0 10px;
}


.products .list .item .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}



.products .list .item .btns .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	background-image: url("../images/checkBox.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 13px;
	transform: translateY(-2px);
}




.products .list .item .btns .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	opacity: 0;
	cursor: pointer;
}


.products .list .item .btns .subBtn i {
	font-size: 18px;
	color: #9cc34c;
	transform: translateX(2px) translateY(-2px);
	opacity: 0;
}

.products .list .item .btns .subBtn.active i {
	opacity: 1;
}






.products .list .item .btns .btn {
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
}



@media screen and (max-width:1600px) {

	.products .list .item .btns .btn,
	.products .list .item .name {
		font-size: 18px;
		line-height: 28px;
	}

	.products .list .item .name {
		margin-bottom: 10px;
	}

	.products .con form {
		margin-right: 0;
		width: 74%;
	}

	.products {
		padding: 60px 0 100px 0;
	}

	.products .list .item .btns .subBtn {
		transform: translateY(0);
	}
}

@media screen and (max-width:1333px) {
	.products .con .pNav .title {
		height: 45px;
	}

	.products .describe .tit {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.products .con .pNav ul li a {
		padding: 0 15px;
	}

	.products .con .pNav ul li.active {
		padding-left: 30px;
	}

	.products .con .pNav ul li.active::after {
		width: 20px;
	}

	.products .list .item .image {
		margin-bottom: 10px;
	}

	.products .list .item {
		margin-bottom: 15px;
	}

}

@media screen and (max-width:999px) {
	.products {
		padding: 50px 0 100px 0;
	}

	.products .con {
		flex-direction: column;
	}

	.products .con .pNav {
		width: 100%;
		margin-bottom: 20px;
	}

	.products .con form {
		width: 100%;
	}

	.products .con .pNav .title {
		padding: 0 15px;
		justify-content: space-between;
	}

	.products .con .pNav .title i {
		display: block;
	}

	.products .con .pNav ul {
		padding: 20px 0;
		display: none;
		transition: none;
	}

	.products .con .pNav ul li {
		margin-bottom: 14px;
	}

	.products .describe .tit {
		font-size: 22px;
	}

	.products .describe .txts {
		margin-bottom: 10px;
	}

	.products .describe {
		margin-bottom: 30px;
	}

	.products .con .pNav .title {
		height: 40px;
		font-size: 16px;
	}

	.products .list {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:768px) {
	.products {
		padding: 20px 0 60px 0;
	}

	.products .describe .tit {
		font-size: 20px;
	}

	.products .con .pNav .title {
		height: 35px;
		font-size: 14px;
	}

	.products .list .item .name {
		margin-bottom: 5px;
	}

	.products .list .item {
		margin-bottom: 10px;
	}

	.products .list {
		margin-bottom: 20px;
	}

	.products .con .pNav ul li {
		margin-bottom: 10px;
	}

	.products .con .pNav ul {
		padding: 15px 0;
	}

	.products .con .pNav .title i {
		font-size: 14px;
	}
}

@media screen and (max-width:538px) {
	.products {
		padding: 10px 0 50px 0;
	}

	.products .describe .tit {
		font-size: 18px;
	}

	.products .describe {
		margin-bottom: 20px;
	}

	.products .con .pNav .title {
		height: 30px;
	}

	.products .con .pNav .title i {
		font-size: 12px;
	}

	.products .con .pNav ul {
		padding: 10px 0;
	}

	.products .con .pNav {
		margin-bottom: 15px;
	}

	.products .list .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
	}

	.products .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.products .list .item .btns .subBtn {
		width: 12px;
		height: 12px;
	}
}














/* focus */
.focus {
	background-image: url("../images/focusBg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #9cc34c;
	padding: 0px 0 31px 0;
}



.focus .con {
	display: flex;
	align-items: center;
}






.focus .msg {
	padding: 29px 20px 68px 27.5px;
	background-color: #266bac;
	border-radius: 0 0 10px 10px;
	width: 54.7%;
	position: relative;
	margin-right: 13.9%;
}


.focus .msg::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: #266bac;
	border-radius: 10px 10px 0 0;
}

.focus .msg::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 36px;
	bottom: 100%;
	right: 1px;
	transform: translateX(100%);
	background-color: #114e88;
	clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
	border-radius: 10px 0 0 0;
}




.focus .msg .title1 {
	font-family: Poppins;
	font-size: 32px;
	line-height: 36px;
	color: #ffffff;
	margin-bottom: 16px;

}

.focus .msg a.title1:hover,
.focus .msg a.txts:hover{
	color: #9cc34c;
}



.focus .msg .txts {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
}


.focus .btn {
	width: 268px;
	height: 74px;
	background-color: #266bac;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins;
	font-size: 22px;
	color: #ffffff;
	margin-top: 4px;
	flex-shrink: 0;
}

.focus .btn:hover {
	background-color: #ffffff;
	color: #266bac;
}


@media screen and (max-width:1600px) {
	.focus .btn {
		margin-top: 0;
	}
	.focus .msg .title1 {
		font-size: 30px;
	}

	.focus .msg {
		padding: 30px 20px 50px 20px;
	}

	.focus .btn {
		height: 60px;
		width: 230px;
		font-size: 20px;
		border-radius: 6px;
	}

}

@media screen and (max-width:1333px) {
	.focus .msg {}

	.focus .msg::after {
		height: 30px;
	}

	.focus .msg::before {
		height: 26px;
		right: 3px;
		border-radius: 0;
	}

	.focus .btn {
		width: 180px;
		height: 50px;
	}

}

@media screen and (max-width:999px) {
	.focus .msg {
		padding: 20px 20px 30px 20px;
		margin-right: 0;
		width: 65%;
		border-radius: 0 0 5px 5px;
	}

	.focus .con {
		justify-content: space-between;
	}

	.focus .msg::after {
		border-radius: 5px 5px 0 0;
	}

	.focus .msg::after {
		height: 20px;
	}

	.focus .msg::before {
		height: 20px;
	}

	.focus .btn {
		width: 160px;
		height: 45px;
	}

	.focus {
		padding: 0 0 20px 0;
	}
}

@media screen and (max-width:768px) {
	.focus .msg .title1 {
		margin-bottom: 10px;
	}

	.focus .btn {
		height: 40px;
		width: 140px;
		border-radius: 3px;
	}

}

@media screen and (max-width:538px) {
	.focus .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.focus .msg {
		width: 95%;
		padding: 0 20px 20px;
	}

	.focus .btn {
		height: 35px;
		margin-top: 10px;
	}
}








/* hotProduct */


.pBottom {
	padding: 47px 0 90px 0;
	background-color: #f9f9f9;
}

.pBottom .hotProduct {
	margin-bottom: 49px;
}


.hotProduct .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}

.hotProduct .title .title1 {
	transform: translateY(2px);
}

.standardTxt .title1 span {
	font-family: Poppins;
	font-size: 30px;
	line-height: 48px;
}

.standardTxt .title1 span:first-child {
	color: #9cc34c;
	margin-right: 6px;
}


.standardTxt .title1 span:last-child {
	color: #266bac;
}

.standardTxt a.title1:hover span:first-child {
	color: #266bac;
}

.standardTxt a.title1:hover span:last-child {
	color: #9cc34c;
}



.hotProduct .title .btns {
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.hotProduct .title .btns div {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background-color: #9cc34c;
	border-radius: 10px;
	cursor: pointer;
	width: 52px;
	height: 52px;
	margin-left: 14px;
	font-weight: bold;
}

.hotProduct .title .btns div i {
	font-size: 18px;
	clip-path: polygon(25% 0%, 75% 0%, 75% 100%, 25% 100%);
}



.hotProduct .title .btns div:first-child {
	margin-left: 0px;
}


.hotProduct .title .btns div:hover {
	background-color: #266bac;
}


.hotProduct .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 30px 19px 19px;
	background-color: #ffffff;
	margin-bottom: 30px;
}



.hotProduct .item:last-child {
	margin-bottom: 0;
}

.hotProduct .item .image {
	width: 22.3%;
	background-color: #fff;
	overflow: hidden;
}


.hotProduct .item .msg {
	width: 73.5%;
}



.hotProduct .item .tit {
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 14px;
}



.hotProduct .item .txts {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 26px;
	hyphens: auto;
}


.hotProduct .item .btn {
	width: 200px;
	height: 55px;
	background-color: #9cc34c;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}


.hotProduct .item .btn:hover {
	background-color: #266bac;
	color: #fff !important;
}

@media screen and (max-width:1600px) {
	.hotProduct .title .title1 {
		transform: translateY(0);
	}

	.hotProduct .title {
		margin-bottom: 30px;
	}

	.standardTxt .title1 span {
		font-size: 30px;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 span {
		font-size: 28px;
		line-height: 30px;
	}

	.hotProduct .title .btns div {
		width: 45px;
		height: 45px;
	}

	.hotProduct .title .btns div i {
		font-weight: normal;
	}

	.hotProduct .item .tit {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.hotProduct .item .btn {
		height: 40px;
		border-radius: 5px;
		width: 160px;
	}

	.hotProduct .item .txts {
		margin-bottom: 20px;
	}

	.hotProduct .item {
		padding: 20px;
	}

}

@media screen and (max-width:999px) {
	.standardTxt .title1 span {
		font-size: 24px;
	}

	.hotProduct .title .btns div {
		width: 40px;
		height: 40px;
		border-radius: 3px;
	}

	.hotProduct .item .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.hotProduct .item .btn {
		height: 35px;
		border-radius: 3px;
		width: 140px;
	}

}

@media screen and (max-width:768px) {
	.hotProduct .item .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 5px;
	}

	.hotProduct .item .txts {
		margin-bottom: 10px;
	}

	.hotProduct .item .btn {
		height: 30px;
		width: 120px;
		border-radius: 2px;
	}

	.standardTxt .title1 span {
		font-size: 22px;
	}

	.hotProduct .title .btns div {
		width: 35px;
		height: 35px;
	}

	.hotProduct .title .btns div i {
		font-size: 14px;
	}

	.hotProduct .item {
		margin-bottom: 20px;
	}

}

@media screen and (max-width:538px) {
	.hotProduct .item {
		flex-direction: column;
	}

	.hotProduct .item .msg {
		width: 100%;
	}

	.hotProduct .item .image {
		width: 100%;
		max-width: 120px;
		margin-bottom: 10px;
	}

	.hotProduct .item .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.hotProduct .item .btn {
		height: 28px;
	}

	.pBottom .hotProduct {
		margin-bottom: 40px;
	}
}


/* faq */

.faq .title1 {
	margin-bottom: 26px;
}

.faq .list {
	display: flex;
	flex-wrap: wrap;
}



.faq .list .item {
	width: 48.785%;
	margin-right: 2.43%;
	margin-bottom: 30px;
	background-color: #fff;
	padding: 19px 20px 22px 29px;
	border-radius: 6px;
}

.faq .list .item:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.14);
}

.faq .list .item:nth-child(2n) {
	margin-right: 0;
}



.faq .question {
	display: flex;
	align-items: flex-start;
	font-family: Poppins;
	font-size: 20px;
	line-height: 29px;
	color: #333333;
	margin-bottom: 11px;
}


.faq .question span {
	color: #266bac;
	margin-right: 6px;
}


.faq .answer {
	display: flex;
	align-items: flex-start;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}



.faq .answer span {
	font-family: Poppins;
	font-size: 20px;
	line-height: 29px;
	color: #9cc34c;
	margin-right: 14px;
}


@media screen and (max-width:1333px) {
	.faq .title1 {
		margin-bottom: 30px;
	}

	.faq .question {
		font-size: 18px;
		line-height: 28px;
	}

	.faq .answer {
		line-height: 28px;
	}

	.faq .answer span {
		font-size: 18px;
		margin-right: 10px;
	}

	.faq .list .item {
		margin-bottom: 20px;
		padding: 20px;
	}
}

@media screen and (max-width:999px) {

	.faq .question,
	.faq .answer span {
		font-size: 16px;
		line-height: 26px;
	}

	.faq .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}


}

@media screen and (max-width:768px) {

	.faq .question,
	.faq .answer span {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:538px) {
	.faq .list .item {
		margin-bottom: 15px;
	}

	.faq .title1 {
		margin-bottom: 20px;
	}
}


/* -------------------1-2products------------------------- */

.productDet {
	padding: 61px 0 43px 0;
	background-color: #f9f9f9;
}


.productDet .productShow {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	align-items: center;
}

.productDet .productShow .images {
	width: 50%;
	position: relative;
	background-color: #fff;
}


.productDet .productShow .productDes {
	width: 46.1%;
}


.productDet .prev,
.productDet .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	cursor: pointer;
	color: #333333;
	font-size: 24px;
	clip-path: polygon(28% 0%, 72% 0%, 72% 100%, 28% 100%);
}



.productDet .prev {
	left: 30px;
}

.productDet .next {
	right: 30px;
}

.productDet .prev:hover,
.productDet .next:hover {
	color: #9cc34c;
}



.productDes h1 {
	font-family: Poppins;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 28px;
	margin-top: 8px;
}


.productDes .txts {
	margin-bottom: 70px;
}


.productDes .txts p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}


.productDes .share {
	display: flex;
	align-items: center;
	margin-bottom: 27px;
}


.productDes .share span {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-right: 10px;
}



.productDes .btns {
	display: flex;
	align-items: center;
	margin-bottom: 59px;
}



.productDes .btns a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins;
	font-size: 18px;
	color: #666666;
	border-radius: 10px;
	width: 200px;
	height: 55px;
	background-color: #ffffff;
	margin-right: 38px;
}

.productDes .btns a:last-child {
	margin-right: 0;
}


.productDes .btns a:hover {
	background-color: #9cc34c;
	color: #fff;
}

.productDes .swiper-slide {
	border: 1px solid transparent;
}


.productDes .swiper-slide-thumb-active {
	border: solid 1px #266bac;
}


.productDet .productShow {
	margin-bottom: 53px;
}

.productDet .describe p strong {
	font-family: Poppins;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	position: relative;
	border-bottom: 2px solid #ffffff;
	display: block;
	margin-bottom: 25px;
	padding-bottom: 19px;
}



.productDet .describe p strong::after {
	content: "";
	height: 4px;
	background: linear-gradient(to right, #266bac 0%, #266bac 50%, #9cc34c 50%, #9cc34c 100%);
	position: absolute;
	bottom: -1px;
	transform: translateY(50%);
	width: 80px;
	left: 0;
}


.productDet .describe em {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	display: flex;
	align-items: flex-start;
	font-style: normal;

}


.productDet .describe em::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: #266bac;
	outline: 2px solid rgba(38, 107, 172, 0.3);
	transform: rotate(45deg);
	margin-top: 12.5px;
	margin-right: 10px;
	flex-shrink: 0;
}






.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}


.table table tr:nth-child(2n) td {
	background-color: rgba(156, 195, 76, .1);
}

.table table tr td {
	padding: 17px 5px;
	background-color: transparent;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}


.table table tr:nth-child(1) td {
	font-family: Poppins !important;
	color: #333333;
}

.table table tr td:nth-child(1) {
	color: #333333;
	font-family: Poppins-Light;
	font-weight: bold;
}




.productDet .describe p,
.productDet .describe a {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.productDet .describe a {
	color: #266bac;
	display: inline;
}

.productDet .describe a:hover {
	text-decoration: underline;
}

.productDet .describe img {
	display: inline-block;
}


/*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;
}


.pdetBottom {
	background-color: #f9f9f9;
	padding: 49px 0 119px 0;
}

@media screen and (max-width:1600px) {
	.productDes h1 {
		margin-top: 0;
	}

	.productDes .txts {
		margin-bottom: 40px;
	}

	.productDet .productShow {
		margin-bottom: 60px;
	}

	.productDet {
		padding: 80px 0;
	}

	.productDes .btns {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.productDes .txts p {
		font-size: 14px;
		line-height: 24px;
	}

	.productDes h1 {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.productDes .share span {
		font-size: 14px;
	}

	.productDes .btns a {
		font-size: 16px;
		height: 45px;
		border-radius: 5px;
		width: 200px;
		margin-right: 20px;
	}

	.productDes .share {
		margin-bottom: 20px;
	}

	.productDet .describe p strong {
		font-size: 24px;
	}

	.productDet .describe em {
		font-size: 14px;
	}

	.table table tr td {
		font-size: 14px;
	}
}

@media screen and (max-width:999px) {
	.productDet .productShow {
		flex-direction: column;
	}

	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productDet .productShow .productDes {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
	}

	.productDet .productShow .productDes .swiper {
		width: 100%;
		margin-bottom: 50px;
		max-width: 500px;
	}

	.productDes .btns {
		margin-bottom: 0;
	}

	.productDet .productShow .images {
		width: 100%;
		max-width: 500px;
		margin-bottom: 20px;
	}

	.productDes h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.productDes .btns a {
		font-size: 14px;
		height: 40px;
		width: 180px;
	}

	.productDet .describe p strong {
		font-size: 22px;
		line-height: 30px;
	}

	.table table tr td {
		padding: 10px 5px;
		line-height: 24px;
	}

}

@media screen and (max-width:768px) {
	.table table tr td {
		font-size: 12px;
		line-height: 22px;
	}

	.productDet .describe p strong {
		font-size: 20px;
		padding-bottom: 10px;
	}

	.productDet .describe em,
	.productDes .txts p {
		font-size: 12px;
		line-height: 22px;
	}

	.productDet .describe em::before {
		margin-top: 7.5px;
	}

	.productDes h1 {
		font-size: 20px;
	}

	.productDes .share span {
		font-size: 12px;
	}

	.productDes .btns a {
		font-size: 12px;
		height: 35px;
		width: 160px;
		border-radius: 2px;
	}

	.productDet .productShow .productDes .swiper {
		margin-bottom: 40px;
	}
}


@media screen and (max-width:538px) {

	.productDet .prev,
	.productDet .next {
		font-size: 20px;
	}

	.productDet .prev {
		left: 10px;
	}

	.productDet .next {
		right: 10px;
	}

	.productDet .productShow .images {
		margin-bottom: 15px;
	}

	.productDet .productShow .productDes .swiper {
		margin-bottom: 30px;
	}

	.productDes .txts {
		margin-bottom: 30px;
	}

	.productDet .productShow {
		margin-bottom: 40px;
	}

}







/* application */
.application {
	padding: 143px 0 57px 0;
	background-color: rgba(156, 195, 76, .1);
}

.application .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.application .des {
	width: 47.7%;
	transform: translateY(-11.5%);
}


.application .swiper {
	width: 47.9%;
	margin-left: 0;
	margin-right: 0;
}





.application .des .title {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
	margin-top: 18px;
}




.application .des .title .big {
	font-family: Poppins;
	font-size: 110px;
	color: #266bac;
	margin-right: 15px;
	line-height: 110px;
	margin-top: -2px;
}





.application .des .title .title1 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}



.application .des .title .title1 span {
	font-size: 40px;
	line-height: 51px;
}



.application .des .txts {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 52px;
	padding-right: 5.8%;
}

.application .des a.txts:hover{
	color: #266bac;
}

.application .des .btn {
	width: 200px;
	height: 55px;
	background-color: #9cc34c;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 67px;
}



.application .des .btn:hover {
	background-color: #266bac;
}


.application .des .btns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.application .des .btns div {
	width: 52px;
	height: 52px;
	background-color: #9cc34c;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.application .des .btns div {
	margin-left: 14px;
}

.application .des .btns div:first-child {
	margin-left: 0;
}



.application .des .btns div i {
	clip-path: polygon(28% 0%, 72% 0%, 72% 100%, 28% 100%);
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}


.application .des .btns div:hover {
	background-color: #266bac;
}


.application .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0% 1000%);
}


.application .swiper .item {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	width: 48.1%;
	margin-right: 3.7%;
	margin-bottom: 32px;
}

.application .swiper .item:nth-child(2n) {
	margin-right: 0;
}


.application .swiper .item:nth-child(2n-1) {
	transform: translateY(-62px);
}



.application .swiper .item .name {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 10px 16px 10px;
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	background-color: rgba(38, 107, 172, 0.5);
}

.application .swiper .item .name:hover{
	color: #9cc34c;
}

.application .swiper .swiper-slide {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width:1600px) {
	.application .des .title .big {
		margin-top: 0;
		font-size: 80px;
		line-height: 80px;
	}

	.application .des {
		transform: translateY(0%);
	}

	.application .swiper .item .name {
		padding: 5px 10px;
		font-size: 18px;
	}

	.application .des .title .title1 span {
		font-size: 32px;
		line-height: 40px;
	}

	.application .des .title {
		margin-top: 0;
	}

	.application .des .btn {
		height: 45px;
		border-radius: 6px;
		width: 180px;
	}

	.application .des .btns div {
		width: 45px;
		height: 45px;
	}

}

@media screen and (max-width:1333px) {
	.application .des .title .title1 span {
		font-size: 26px;
	}

	.application .des .txts {
		padding-right: 0;
	}

	.application .des .title .big {
		font-size: 80px;
	}

	.application .swiper .item .name {
		font-size: 16px;
		line-height: 26px;
	}

	.application .des .txts {
		margin-bottom: 40px;
	}

	.application .des .btn {
		margin-bottom: 40px;
	}

	.application .des .btn {
		height: 40px;
		width: 160px;
	}

	.application .des .btns div {
		width: 40px;
		height: 40px;
		border-radius: 6px;
	}

	.application .des .btns div i {
		font-size: 18px;
	}

	.application .swiper .item {
		margin-bottom: 20px;
		border-radius: 6px;
	}
}

@media screen and (max-width:999px) {
	.application .con {
		flex-direction: column;
	}

	.application .des {
		width: 100%;
	}

	.application .des .title {
		margin-bottom: 20px;
	}

	.application .des .title .title1 span {
		font-size: 26px;
		line-height: 34px;
	}

	.application .des .title .big {
		line-height: 68px;
		font-size: 68px;
	}

	.application .des .txts {
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.application .des .btn {
		margin-bottom: 30px;
	}

	.application .swiper {
		width: 100%;
	}

	.application .des .btns {
		margin-bottom: 30px;
	}

	.application .swiper .item:nth-child(2n-1) {
		transform: translateY(0);
	}

	.application .swiper .item:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
	}

	.application .swiper .item:nth-child(4n) {
		margin-right: 0;
	}

	.application .swiper .item .name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.application .swiper .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
	}

	.application .swiper .item:nth-child(3n) {
		margin-right: 0;
	}

	.application .des .txts {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 20px;
	}

	.application .des .title .title1 span {
		font-size: 24px;
		line-height: 30px;
	}

	.application .des .title .big {
		font-size: 65px;
		line-height: 60px;
	}

	.application .des .btn {
		height: 35px;
		border-radius: 3px;
		width: 140px;
	}

	.application .des .btns div {
		width: 35px;
		height: 35px;
	}

	.application .des .btns div i {
		font-size: 16px;
	}

	.application .swiper .item .name {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {
	.application .swiper .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 15px;
	}

	.application .swiper .item:nth-child(2n) {
		margin-right: 0;
	}

	.application .des .btns div {
		border-radius: 3px;
	}

	.application .des .btns div i {
		font-size: 14px;
	}

	.application .des .title .title1 span {
		font-size: 20px;
	}

	.application .des .title .title1 {
		margin-top: 0;
	}
}




/* -------------------2-1 About Us------------------------- */
.technology {
	padding: 54px 0 57px 0;
	background-color: #ffffff;
}


.technology .msg {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 54px;
}


.technology .msg .title {
	width: 25%;
}

.technology .msg .title .title1 span:first-child {
	display: inline-block;
	margin-bottom: 3px;
}


.technology .msg .des {
	width: 69.8%;
}


.technology .msg .title .title1 {
	margin-bottom: 228px;
}

.technology .msg .title .btn {
	width: 200px;
	height: 55px;
	background-color: #9cc34c;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins;
	font-size: 18px;
	color: #ffffff;
}

.technology .msg .title .btn:hover {
	background-color: #114e88;
}


.technology .msg .des .txt {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	hyphens: auto;
}

.technology .msg .des .image {
	margin-top: 29px;
}

.technology .txts p {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 30px;
	hyphens: auto;
}

.technology .txts p:last-child {
	margin-bottom: 0;
}


@media screen and (max-width:1600px) {
	.technology .msg .title .title1 {
		margin-bottom: 50px;
	}

	.technology .msg .title .btn {
		height: 50px;
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.technology .msg .title .btn {
		height: 45px;
		width: 180px;
	}

	.technology {
		padding: 50px 0;
	}

	.technology .msg {
		margin-bottom: 50px;
	}

	.technology .txts p {
		margin-bottom: 20px;
	}

}

@media screen and (max-width:999px) {
	.technology .msg {
		flex-direction: column;
	}

	.technology .msg .des {
		width: 100%;
	}

	.technology {
		padding: 50px 0;
	}

	.technology .msg .title {
		width: 100%;
		margin-bottom: 30px;
	}

	.technology .msg .title .title1 span:first-child {
		margin-bottom: 0;
	}

	.technology .msg .title .title1 {
		margin-bottom: 30px;
	}

	.technology .msg .title .btn {
		height: 35px;
	}

	.technology .msg .des .image {
		margin-top: 20px;
	}

	.technology .msg {
		margin-bottom: 20px;
	}


}

@media screen and (max-width:768px) {
	.technology .txts p {
		margin-bottom: 10px;
	}

	.technology .msg .des .image {
		margin-top: 10px;
	}

	.technology .msg .title .title1 {
		margin-bottom: 20px;
	}

	.technology .msg .title .btn {
		height: 30px;
		width: 150px;
		border-radius: 3px;
	}

	.technology {
		padding: 40px 0;
	}
}

@media screen and (max-width:538px) {
	.technology {
		padding: 30px 0;
	}
}









.factory {
	padding: 74px 0 75px 0;
	background-color: rgba(156, 195, 76, .1);
}


.factory .item {
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.factory .item:last-child {
	margin-bottom: 0;
}


.factory .item:nth-child(2n) {
	flex-direction: row-reverse;
}


.factory .item .images {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.factory .item .images .image {
	flex: 1;
}


.factory .item .images .image:nth-child(2n) {
	margin-left: 4.6%;
}




.factory .item .txts {
	width: 47.75%;
}

.factory .item .clear {
	display: none;
}

.factory .item .txts p {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 30px;
	hyphens: auto;
}


.factory .item .txts p:last-child {
	margin-bottom: 0;
}


@media screen and (max-width:999px) {
	.factory .item {
		margin-bottom: 40px;
	}

	.factory .item .txts {
		width: 100%;
	}

	.factory .item .clear {
		display: block;
	}

	.factory .item {
		display: block;
	}

	.factory .item:nth-child(2n-1) .images {
		float: left;
		margin-right: 20px;
	}

	.factory .item:nth-child(2n) .images {
		float: right;
		margin-left: 20px;
	}

	.factory .item .txts p {
		margin-bottom: 20px;
	}

}

@media screen and (max-width:768px) {
	.factory .item .txts p {
		margin-bottom: 10px;
	}

	.factory .item {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:538px) {
	.factory .item {
		margin-bottom: 20px;
	}

	.factory .item .images:nth-child(n) {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

}












.company {
	padding: 50px 0 60px 0;
	background-color: #fff;
}



.company .title1 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 44px;
}



.company .list {
	display: flex;
	flex-wrap: wrap;
}



.company .list .item {
	width: 31.857%;
	margin-right: 2.2145%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	padding: 64px 45px 57px;
}


.company .list .item:hover {
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);
}


.company .list .item:nth-child(3n) {
	margin-right: 0;
}


.company .list .item .image {
	width: 80px;
	height: 80px;
	background-color: #266bac;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
	border-radius: 50%;
}


.company .list .item .tit {
	font-family: Poppins;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 14px;
}

.company .list .item .msg {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-align: center;
	hyphens: auto;
}

@media screen and (max-width:1600px) {
	.company .list .item .image {
		width: 70px;
		height: 70px;
	}

	.company .list .item {
		padding: 40px 30px;
	}

	.company .list .item .tit {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.company .list .item .tit {
		font-size: 20px;
	}

	.company .list .item {
		padding: 30px;
	}

	.company .list .item .image {
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
	}

	.company .list .item .tit {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:999px) {
	.company .title1 {
		margin-bottom: 40px;
	}

	.company .list .item {
		padding: 30px 20px;
		box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);
	}

	.company .list .item .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 5px;
	}

	.company .list .item .image {
		margin-bottom: 10px;
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width:768px) {
	.company .title1 {
		margin-bottom: 30px;
	}

	.company .list .item {
		padding: 20px;
	}

	.company .list .item .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.company .list .item:nth-child(n) {
		width: 49%;
		margin-bottom: 15px;
		margin-right: 2%;

	}

	.company .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.company .list .item:last-child {
		margin-bottom: 0;
	}


}

@media screen and (max-width:538px) {
	.company .list .item:nth-child(n) {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0%;
	}

	.company .list .item .image {
		width: 45px;
		height: 45px;
	}
}








.honor {
	background-color: rgba(156, 195, 76, .1);
	padding: 63px 0 70px 0;
}

.honor .title1 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}



.honor .name {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	text-align: center;
}

.honor .shadow {
	width: 100%;
	margin-top: -3px;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
}

.honor .swiper {
	margin-bottom: 6px;
}


.honor .swiper-slide:hover .shadow {
	width: 0;
}


.honor .btns {
	display: flex;
	align-items: center;
	justify-content: center;
}



.honor .btns div {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background-color: #9cc34c;
	border-radius: 10px;
	cursor: pointer;
	width: 52px;
	height: 52px;
	margin-left: 14px;
	font-weight: bold;
}

.honor .btns div:first-child {
	margin-left: 0;
}



.honor .btns div i {
	font-size: 22px;
	clip-path: polygon(28% 0%, 72% 0%, 72% 100%, 28% 100%);
}


.honor .btns div:hover {
	background-color: #266bac;
}


.honor .image:hover img {
	transform: scale(1, 1);
}





.aboutBottom {
	padding: 84px 0 92px 0;
}

.aboutBottom .faq .list .item {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.14);
}

@media screen and (max-width:1600px) {
	.aboutBottom {
		padding: 80px 0 80px 0;
	}

	.honor .swiper {
		margin-bottom: 20px;
	}

	.honor .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.honor .shadow {
		margin-top: 0;
	}

	.honor .btns div {
		width: 45px;
		height: 45px;
		border-radius: 6px;
	}

}

@media screen and (max-width:999px) {
	.honor .btns div {
		width: 40px;
		height: 40px;
	}

	.honor .btns div i {
		font-size: 14px;
	}

	.honor .title1 {
		margin-bottom: 30px;
	}


}

@media screen and (max-width:768px) {
	.honor .btns div {
		width: 35px;
		height: 35px;
		border-radius: 3px;
	}

}

@media screen and (max-width:538px) {
	.honor .title1 {
		margin-bottom: 20px;
	}

	.honor .swiper {
		margin-bottom: 10px;
	}
}



/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: 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-1R&D------------------------- */



.rAndd {
	padding: 52px 0 33px 0;
}

.rAndd h1 {
	font-family: Poppins;
	font-size: 30px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 14px;
}



.rAndd .con p,
.rAndd .con a {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.rAndd .con a {
	color: #266bac;
	display: inline;
}

.rAndd .con img {
	display: inline-block;
}

.rAndd .con a:hover {
	text-decoration: underline;
}




.rAndd .con .list .item {
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 31px;
}

.rAndd .con .list .item:last-child {
	margin-bottom: 0;
}



.rAndd .con .list .item:nth-child(2n) {
	background-color: #9cc34c;
	flex-direction: row-reverse;
}


.rAndd .con .list .item:nth-child(2n-1) {
	background-color: #266bac;
	position: relative;
	background-image: url("../images/rdM2-2.png");
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
}




.rAndd .con .list .item .clear {
	display: none;
}


.rAndd .con .list .item .image {
	width: 50%;
}

.rAndd .con .list .item .image img {
	display: block;
}

.rAndd .con .list .item .msg {
	width: 50%;
}

.rAndd .con .list .item:nth-child(2n) .msg {
	padding: 30px 10px 30px 52px;
}

.rAndd .con .list .item:nth-child(2n-1) .msg {
	padding: 30px 25px 30px 54.5px;
}


.rAndd .con .list .item .msg .title {
	font-family: Poppins;
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 39px;
	color: #ffffff;
	margin-top: 4px;
}

.rAndd .con .list .item .msg .txts p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 30px;
}

.rAndd .con .list .item .msg .txts p:last-child {
	margin-bottom: 0;
}


.solutionBottom {
	padding: 47px 0 93px 0;
}

.solutionBottom .faq .list .item {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.14);
}

@media screen and (max-width:1600px) {
	.rAndd {
		padding: 60px 0;
	}

	.rAndd .con .list .item .msg .title {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.rAndd .con .list .item .msg .title,
	.rAndd h1 {
		font-size: 28px;
		line-height: 40px;
	}

	.rAndd .con .list .item .msg .txts p {
		margin-bottom: 20px;
	}

	.rAndd .con .list .item {
		border-radius: 6px;
	}

	.rAndd .con .list .item:nth-child(n) .msg {
		padding: 30px;
	}
}

@media screen and (max-width:1333px) {
	.rAndd h1 {
		font-size: 26px;
		line-height: 30px;
	}

	.rAndd .con .list .item .msg .title {
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 30px;
	}

	.rAndd .con .list .item .clear {
		display: block;
	}

	.rAndd .con .list .item:nth-child(n) .msg {
		padding: 0px;
		width: 100%;
		padding: 20px 0;
	}

	.rAndd .con .list .item {
		padding: 20px;
		display: block;
		border-radius: 3px;
	}

	.rAndd .con .list .item .image {
		border-radius: 3px;
		overflow: hidden;
	}

	.rAndd .con .list .item:nth-child(2n-1) .image {
		float: left;
		margin-right: 2%;
	}

	.rAndd .con .list .item:nth-child(2n) .image {
		float: right;
		margin-left: 2%;
	}


}

@media screen and (max-width:999px) {
	.rAndd h1 {
		font-size: 22px;
	}

	.rAndd .con p,
	.rAndd .con a,
	.rAndd .con .list .item .msg .txts p {
		font-size: 14px;
		line-height: 26px;
	}


	.rAndd .con .list .item .msg .title {
		font-size: 20px;
	}

	.rAndd .con .list .item:nth-child(n) {
		padding: 15px;
	}

	.rAndd .con .list .item {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.rAndd h1 {
		font-size: 20px;
	}

	.rAndd .con p,
	.rAndd .con a,
	.rAndd .con .list .item .msg .txts p {
		font-size: 12px;
		line-height: 24px;
	}

	.rAndd .con .list .item .msg .txts p {
		margin-bottom: 10px;
	}

	.rAndd .con .list .item .msg .title {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.rAndd .con .list .item:nth-child(n) .msg {
		padding: 10px 0;
	}
}

@media screen and (max-width:538px) {
	.rAndd h1 {
		font-size: 18px;
	}

	.rAndd .con .list .item:nth-child(n) .image {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

	.rAndd .con .list .item {
		margin-bottom: 20px;
	}
}







/* -------------------4-1 News------------------------- */

.news {
	padding: 59px 0 103px 0;
	background-color: #ffffff;
}



.news .list {
	margin-bottom: 54px;
}


.news .list .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 6px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.14);
	background-color: #ffffff;
	overflow: hidden;
	margin-bottom: 29px;
}


.news .list .item:last-child {
	margin-bottom: 0;
}



.news .list .item .image {
	overflow: hidden;
	width: 295px;
	flex-shrink: 0;
}



.news .list .item .msg {
	flex: 1;
	padding-right: 20px;
	margin-left: 57.5px;
}




.news .list .item .msg .time {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 28px;
	color: #9cc34c;
	margin-bottom: 6px;
	margin-top: 4px;
}




.news .list .item .msg .name {
	font-family: Poppins;
	font-size: 20px;
	line-height: 29px;
	color: #333333;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;

}

.news .list .item .msg .name:hover {
	color: #266bac;
}

.news .list .item .msg .txts {
	font-family: Poppins-Light;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 35px;
	hyphens: auto;
}


.news .list .item .msg .txts:hover {
	color: #266bac;
}


.news .list .item .msg .nbtn {
	font-family: Poppins;
	font-size: 26px;
	line-height: 24px;
	color: #9cc34c;
}

.news .list .item .msg .nbtn:hover {
	color: #266bac;
}


@media screen and (max-width:1600px) {
	.news .list .item .msg .time {
		margin-top: 0;
	}

	.news .list .item .msg .name {
		margin-bottom: 10px;
	}

	.news .list .item .msg .txts {
		margin-bottom: 20px;
	}

	.news .list .item .msg {
		margin-left: 40px;
	}
}

@media screen and (max-width:1333px) {
	.news .list .item .image {
		width: 260px;
	}

	.news .list .item .msg .name {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 5px;
	}

	.news .list .item .msg {
		margin-left: 30px;
	}
}

@media screen and (max-width:999px) {
	.news .list .item .image {
		width: 245px;
	}

	.news .list .item .msg .name {
		font-size: 16px;
		line-height: 26px;
	}

	.news .list .item .msg {
		margin-left: 20px;
	}

	.news .list .item .msg .time {
		line-height: 24px;
	}

	.news .list .item .msg .txts {
		font-size: 12px;
		line-height: 22px;
	}

	.news .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.news .list .item .image {
		width: 190px;
	}

	.news .list .item .msg .name {
		font-size: 14px;
		line-height: 24px;
	}

	.news .list .item .msg .time {
		font-size: 12px;
		line-height: 22px;
	}

	.news .list .item .msg .nbtn {
		font-size: 24px;
		line-height: 30px;
	}

	.news .list .item .msg .txts {
		margin-bottom: 5px;
	}

	.news .list {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:538px) {
	.news .list .item {
		flex-direction: column;
		padding: 15px;
	}

	.news .list .item .msg {
		margin-left: 0;
		padding-right: 0;
	}

	.news .list .item .image {
		width: 100%;
		max-width: 250px;
		margin-bottom: 10px;
	}

	.news .list .item .msg .nbtn {
		font-size: 20px;
	}

	.news .list {
		margin-bottom: 20px;
	}
}




/* -------------------4-2 News------------------------- */
.newsDet {
	padding: 60px 0 91px 0;
}


.newsDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.newsDet .con .msg {
	width: 68.7142%;
	background-color: #f9f9f9;
	padding: 60px 40px 28px 34px;
}



.newsDet .con .list {
	width: 28.57142%;
}



.newsDet .con .msg h1 {
	font-family: Poppins;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 16px;
	text-align: center;
}


.newsDet .con .msg .tips {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}



.newsDet .con .msg .tips .time {
	display: flex;
	align-items: center;
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	margin-right: 35px;
}



.newsDet .con .msg .tips .time i {
	font-size: 18px;
	margin-right: 8px;
}

.newsDet .share {
	display: flex;
	align-items: center;
}

.newsDet .share span {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	margin-right: 15px;
}


.newsDet .des {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 19px 0 35px 0;
	margin-bottom: 42px;
}



.newsDet .des p,
.newsDet .des a {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}



.newsDet .des p a {
	color: #266bac;
	display: inline;
}

.newsDet .des p a:hover {
	text-decoration: underline;
}

.newsDet .des p img {
	display: inline-block;
}



.prevOrNext {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.prevOrNext .prev {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.prevOrNext .next {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	border-radius: 2px;
	background-color: #d7d7d7;
}

.prevOrNext a.btn:hover {
	background-color: #266bac;
}


.prevOrNext .btn i {
	color: #ffffff;
}


.prevOrNext .prev .btn {
	margin-right: 10px;
}

.prevOrNext .next .btn {
	margin-left: 10px;
}




.prevOrNext .name {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
}

.prevOrNext a.name {
	color: #333333;
}

.prevOrNext a.name:hover {
	color: #266bac;
	text-decoration: underline;
}

.prevOrNext div.name {
	color: #999999;
}



.newsDet .list .item {
	background-color: #f9f9f9;
	padding: 30px 33px 21px 31px;
	margin-bottom: 32px;
}



.newsDet .list .image {
	overflow: hidden;
	margin-bottom: 13px;
}


.newsDet .list .time {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 28px;
	color: #9cc34c;
	margin-bottom: 6px;
}


.newsDet .list .name {
	font-family: Poppins;
	font-size: 18px;
	line-height: 29px;
	color: #333333;
}

.newsDet .list .name:hover {
	color: #266bac;
}



.nDetBottom {
	padding: 46px 0 124px 0;
}

.nDetBottom .hotProduct .item {
	background-color: rgba(251, 251, 251, 0.8);
}


@media screen and (max-width:1600px) {
	.nDetBottom {
		padding: 80px 0 80px 0;
	}

	.newsDet .con .msg {
		padding: 40px 30px;
	}

	.newsDet .con .msg h1 {
		font-size: 28px;
		line-height: 35px;
	}

	.newsDet .list .item {
		padding: 20px 20px;
	}

	.newsDet .list .name {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:1333px) {
	.newsDet .con .msg h1 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.newsDet .con .msg .tips {
		margin-bottom: 20px;
	}

	.newsDet .des {
		padding: 30px 0;
	}

	.newsDet .des p,
	.newsDet .des a,
	.prevOrNext .name {
		font-size: 14px;
		line-height: 26px;
	}

	.prevOrNext .btn {
		width: 28px;
		height: 28px;
	}

	.prevOrNext .btn i {
		font-size: 14px;
	}

	.newsDet .des {
		margin-bottom: 30px;
	}

	.newsDet .con .msg {
		padding: 30px;
	}

	.newsDet .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.newsDet .list .time {
		line-height: 22px;
		font-size: 12px;
	}

	.newsDet .list .item {
		padding: 15px;
	}
}

@media screen and (max-width:999px) {
	.newsDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.newsDet .con .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.newsDet .con .list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.newsDet .con .list .item {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.newsDet .con .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.newsDet {
		padding: 50px 0 80px 0;
	}


}

@media screen and (max-width:768px) {
	.newsDet {
		padding: 40px 0 50px 0;
	}

	.newsDet .con .msg {
		padding: 30px;
	}

	.newsDet .con .msg h1 {
		font-size: 22px;
	}

	.newsDet .des p,
	.newsDet .des a,
	.prevOrNext .name {
		font-size: 12px;
		line-height: 22px;
	}

	.newsDet .des {
		padding: 20px 0;
		margin-bottom: 20px;
	}

	.newsDet .con .list .item:nth-child(n) {
		width: 48.5%;
		margin-right: 3%;
	}

	.newsDet .con .list .item:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width:538px) {
	.newsDet {
		padding: 30px 0;
	}

	.newsDet .con .msg h1 {
		font-size: 18px;
		line-height: 28px;
	}

	.newsDet .con .msg .tips {
		flex-direction: column;
	}

	.newsDet .con .msg {
		padding: 20px;
	}

	.newsDet .con .msg .tips .time {
		margin-right: 0;
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.newsDet .con .msg .tips .time i {
		font-size: 14px;
		margin-top: -2px;
	}

	.newsDet .share span {
		font-size: 12px;
		line-height: 22px;
		margin-right: 5px;
	}

	.prevOrNext .btn {
		width: 24px;
		height: 24px;
	}

	.prevOrNext .btn i {
		font-size: 12px;
	}

	.newsDet .con .msg {
		margin-bottom: 30px;
	}

	.newsDet .list .item {
		padding: 10px;
	}

	.newsDet .list .name {
		font-size: 12px;
		line-height: 22px;
	}
}

/* -------------------5-1 Contact------------------------- */


.contactUs {
	padding: 48px 0 83px 0;
}


.contactUs .con {
	display: flex;
	align-items: flex-start;
	position: relative;
	justify-content: space-between;
}


.contactUs .con::after {
	content: "";
	width: 2px;
	position: absolute;
	background-color: #e5e5e5;
	height: 101.5%;
	left: 54.95%;
	top: 7px;
	transform: translateX(-50%);
}


.contactUs .con .sendEmail {
	width: 47.9%;
}

.contactUs .con .msgs {
	width: 43.5%;
}


.contactUs .con .msgs {
	padding-left: 50px;
}


.contactUs .con .title1 span {
	font-size: 26px;
}

.contactUs .con .sendEmail .title1 {
	margin-bottom: 0px;
}

.contactUs .con .sendEmail .txts {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 20px;
}


.contactUs .con .sendEmail form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



.contactUs .con .sendEmail form ul li {
	width: 46.6%;
	margin-bottom: 28px;
	position: relative;
	padding: 0 8px;
	border-bottom: 1px solid #dddddd;
}







.contactUs .con .sendEmail form ul li.must::after {
	content: "*";
	position: absolute;
	top: 7px;
	left: 0;
	font-family: Poppins-Light;
	font-size: 14px;
	color: #ff0000;
}


.contactUs .con .sendEmail form ul li.message {
	width: 100%;
	margin-top: -2px;
	margin-bottom: 17px;
}


.contactUs .con .sendEmail form input,
.contactUs .con .sendEmail form textarea {
	width: 100%;
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #333333;
}

.contactUs .con .sendEmail form input {
	height: 40px;
}

.contactUs .con .sendEmail form textarea {
	height: 107px;
}



.contactUs .con .sendEmail form .name {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}




.contactUs .con .sendEmail form ul li.fcode {
	width: 100%;
	border-bottom: none;
	margin-bottom: 0;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}




.contactUs .con .sendEmail form ul li.fcode .codeCon {
	width: 46.7%;
	border-bottom: 1px solid #dddddd;
	padding: 0 0px 0 8px;
}







.contactUs .con .sendEmail form ul li.fcode .codeCon .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 20px;
}



.contactUs .con .sendEmail form ul li.fcode .codeCon .box input {
	flex: 1;
}


.contactUs .con .sendEmail form ul li.fcode .codeCon .box .fCodeImg {
	flex-shrink: 0;
	margin-left: 30px;
	cursor: pointer;
	background-color: #f3fbfe;
	transform: translateY(-10px);
}


.contactUs .con .sendEmail form ul li.fcode .codeCon .fCodeImg img {
	height: 100%;
}




.contactUs .con .sendEmail form ul li.fcode .submitBtn {
	width: 46.6%;
	height: 42px;
	background-color: #9cc34c;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Light;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	transform: translateY(4px);
}



.contactUs .con .sendEmail form ul li.fcode .submitBtn:hover {
	background-color: #266bac;
	color: #fff;

}



.contactUs .msgs .title1 {
	margin-bottom: 32px;
}

.contactUs .msgs .list .item {
	display: flex;
	align-items: center;
	margin-bottom: 119px;
}



.contactUs .msgs .list .item i {
	width: 54px;
	height: 54px;
	background-color: #266bac;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	border-radius: 50%;
	margin-right: 8px;
	color: #ffffff;
	flex-shrink: 0;
	transform: translateY(-3px);
}






.contactUs .msgs .list .item:last-child {
	margin-bottom: 0;
}


.contactUs .msgs .list .name,
.contactUs .msgs .list .num {
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.contactUs .msgs .list a.num:hover {
	color: #266bac;
	text-decoration: underline;
}


.contactUs .msgs .list a.num.email {
	word-break: break-all;
}



@media screen and (max-width:1600px) {

	.contactUs .msgs .list .name,
	.contactUs .msgs .list .num {
		font-size: 18px;
	}

	.contactUs .msgs .list .item i {
		transform: translateY(0);
	}

	.contactUs .msgs .list .item {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .con .sendEmail .title1 {
		margin-bottom: 20px;
	}

	.contactUs .con .sendEmail form input,
	.contactUs .con .sendEmail form textarea {
		font-size: 14px !important;
	}

	.contactUs .con .sendEmail form input {
		height: 30px;
	}

	.contactUs .con .sendEmail form ul li.fcode .codeCon .box {
		height: 30px;
	}

	.contactUs .con .sendEmail form ul li.fcode .codeCon .box .fCodeImg {
		transform: translateY(0);
	}

	.contactUs .con .sendEmail form ul li.fcode .submitBtn {
		transform: translateY(0);
	}

	.contactUs .msgs .list .item i {
		margin-right: 20px;
	}

	.contactUs .msgs .list .name,
	.contactUs .msgs .list .num {
		font-size: 16px;
		line-height: 26px;
	}

	.contactUs .con .sendEmail form ul li.must::after {
		top: 5px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .con .sendEmail form ul li.must::after {
		top: 3px;
	}

	.contactUs .con {
		flex-direction: column;
	}

	.contactUs .con .sendEmail {
		width: 100%;
		margin-bottom: 50px;
	}

	.contactUs .con::after {
		display: none;
	}

	.contactUs .con .msgs {
		padding-left: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.contactUs .msgs .list {
		display: flex;
		flex-wrap: wrap;
	}

	.contactUs .msgs .list .item {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 0;
	}

	.contactUs .msgs .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.contactUs .msgs .list .name,
	.contactUs .msgs .list .num {
		font-size: 14px;
	}

	.contactUs .msgs .list .item i {
		width: 45px;
		height: 45px;
		margin-right: 10px;
	}

	.contactUs .con .sendEmail form textarea {
		height: 80px;
	}

}

@media screen and (max-width:768px) {
	.contactUs .con .sendEmail form ul li {
		margin-bottom: 20px;
	}

	.contactUs .con .sendEmail form textarea {
		height: 60px;
	}

	.contactUs .msgs .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 30px;
	}

	.contactUs .msgs .list .name,
	.contactUs .msgs .list .num {
		font-size: 12px;
	}

	.contactUs .msgs .list .item:nth-child(2n) {
		margin-right: 0;

	}

	.contactUs .con .msgs {
		margin-bottom: 0;
	}

	.contactUs .con .sendEmail form input,
	.contactUs .con .sendEmail form textarea {
		font-size: 12px !important;
	}
}

@media screen and (max-width:538px) {
	.contactUs .con .sendEmail form ul li.fcode {
		flex-direction: column;
	}

	.contactUs .con .sendEmail form ul li.fcode .codeCon {
		width: 100%;
	}

	.contactUs .con .sendEmail form ul li.fcode .submitBtn {
		width: 100%;
		margin-top: 20px;
		height: 35px;
	}

	.contactUs .msgs .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}

	.contactUs .msgs .list .item i {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
}










/* -------------------6-1 Solution------------------------- */

.solution {
	padding: 59px 0 119px 0;
}


.solution .list {
	margin-bottom: 58px;
}



.solution .item {
	display: flex;
	align-items: center;
	padding: 24px 40px 23px 23px;
	background-color: #ffffff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.14);
	border-radius: 6px;
	margin-bottom: 30px;
}


.solution .item:last-child {
	margin-bottom: 0;
}




.solution .item .image {
	overflow: hidden;
	width: 336px;
	border-radius: 6px;
	flex-shrink: 0;
}




.solution .item .msg {
	flex: 1;
	margin-left: 39px;
}


.solution .item .msg .name {
	font-family: Poppins;
	font-size: 24px;
	line-height: 29px;
	color: #333333;
	margin-bottom: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: 20px;
}

.solution .item .msg .name:hover {
	color: #266bac;
}

.solution .item .msg .txts {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 122px;
}


.solution .item .msg .txts:hover {
	color: #266bac;
}

.solution .item .msg .btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.solution .item .msg .btns .time {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 28px;
	color: #9cc34c;
}


.solution .item .msg .btns .time:hover {
	color: #266bac;
}

.solution .item .msg .btns .btn {
	width: 200px;
	height: 50px;
	background-color: #9cc34c;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins;
	font-size: 18px;
	color: #ffffff;
	transform: translateY(4px);
}

.solution .item .msg .btns .btn:hover {
	background-color: #266bac;
}

@media screen and (max-width:1600px) {
	.solution .item {
		padding: 25px;
	}

	.solution .item .msg {
		margin-left: 25px;
	}

	.solution .item .msg .btns .btn {
		height: 45px;
		transform: translateY(0);
		font-size: 16px;
		width: 180px;
		border-radius: 6px;
	}

	.solution .item .msg .txts {
		margin-bottom: 100px;
	}

	.solution .item .image {
		width: 320px;
	}
}

@media screen and (max-width:1333px) {
	.solution .item .image {
		width: 260px;
	}

	.solution .item .msg .name {
		margin-top: 0;
	}

	.solution .item .msg .txts {
		margin-bottom: 40px;
	}

	.solution .item .msg .name {
		font-size: 22px;
		line-height: 30px;
	}

	.solution .item .msg .btns .btn {
		height: 40px;
		width: 160px;
		font-size: 14px;
	}

	.solution .item {
		padding: 20px;
	}

	.solution .item .msg {
		margin-left: 20px;
	}

}

@media screen and (max-width:999px) {
	.solution .item .msg .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.solution .item .msg .name {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.solution .item .msg .btns .btn {
		height: 35px;
		width: 140px;
		border-radius: 3px;
	}

	.solution .item .image {
		width: 220px;
	}

	.solution .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.solution .item .image {
		width: 160px;
	}

	.solution .item .msg .name {
		font-size: 18px;
		line-height: 28px;
	}

	.solution .item .msg .txts {
		font-size: 12px;
		line-height: 24px;
	}

	.solution .item .msg .txts {
		margin-bottom: 20px;
	}

	.solution .item .msg .btns .time {
		font-size: 12px;
		line-height: 24px;
	}

	.solution .item .msg .btns .btn {
		height: 30px;
		width: 120px;
		font-size: 12px;
	}

	.solution .item .image,
	.solution .item {
		border-radius: 3px;
	}

	.solution .item {
		padding: 15px;
	}

	.solution .list {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.solution .item {
		flex-direction: column;
		padding: 20px;
	}

	.solution .item .image {
		margin-bottom: 10px;
		max-width: 250px;
		width: 100%;
	}

	.solution .item .msg {
		margin-left: 0;
	}

	.solution .item .msg .name {
		font-size: 16px;
		line-height: 26px;
	}
}



/* -------------------6-2 Solution------------------------- */



.solutionDet {
	padding: 53px 0 59px 0;
}


.solutionDet h1 {
	font-family: Poppins;
	font-size: 30px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 13px;
	text-align: center;
}




.solutionDet .share {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 19px;
}



.solutionDet .share span {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	margin-right: 8px;
	transform: translateY(2px);
}




.solutionDet .des {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 23px 0 27px 0;
	margin-bottom: 42px;
}


.solutionDet .des p,
.solutionDet .des a {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.solutionDet .des a {
	display: inline;
	color: #266bac;
}

.solutionDet .des a:hover {
	text-decoration: underline;
}


.solutionDet .des img {
	display: inline-block;
}





/* request */

.request {
	padding: 54px 0 64px 0;
	background-image: url("../images/requestBg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #266bac;
	background-attachment: fixed;
}



.request .title1 {
	font-family: Poppins;
	font-size: 30px;
	line-height: 45px;
	color: #ffffff;
	margin-bottom: 19px;
	text-align: center;
}


.request .txts {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 34px;
	text-align: center;
	width: 68%;
	margin-left: auto;
	margin-right: auto;
	hyphens: auto;
}


.request .btn {
	width: 268px;
	height: 74px;
	background-color: #9cc34c;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins;
	font-size: 22px;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

.request .btn:hover {
	background-color: #ffffff;
	color: #9cc34c;
}



.sBottom {
	padding: 2px 0 120px 0;
}

.sBottom .company {
	padding: 50px 0 56px 0;
}

.sBottom .hotProduct .item {
	background-color: rgba(251, 251, 251, 0.8);

}

@media screen and (max-width:1600px) {
	.solutionDet .share span {
		transform: translateY(0);
	}
	.request .txts {
		width: 80%;
	}

	.request .btn {
		width: 240px;
		height: 50px;
		border-radius: 6px;
		font-size: 18px;
	}

	.sBottom {
		padding: 40px 0 100px 0;
	}
}

@media screen and (max-width:1333px) {
	.solutionDet h1 {
		font-size: 28px;
		line-height: 30px;
	}

	.solutionDet .des p,
	.solutionDet .des a {
		line-height: 28px;
	}

	.request .btn {
		height: 45px;
		width: 200px;
	}

	.request .txts {
		width: 90%;
	}

	.sBottom {
		padding: 0 0 60px 0;
	}

	.solutionDet .des {
		padding: 30px 0;
	}

	.solutionDet .des {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {

	.solutionDet .des p,
	.solutionDet .des a {
		font-size: 14px;
		line-height: 26px;
	}

	.solutionDet h1 {
		font-size: 24px;
	}
}

@media screen and (max-width:768px) {
	.solutionDet h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.sBottom {
		padding: 0 0 40px 0;
	}

	.solutionDet .des p,
	.solutionDet .des a {
		font-size: 12px;
		line-height: 24px;
	}

	.request .title1 {
		margin-bottom: 15px;
	}

	.request .txts {
		margin-bottom: 20px;
	}

	.request .btn {
		height: 35px;
		width: 160px;
		border-radius: 3px;
	}

	.solutionDet .share span {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {
	.sBottom {
		padding: 0 0 30px 0;
	}

	.request .txts {
		width: 100%;
	}

	.solutionDet h1 {
		font-size: 20px;
	}
}


/* footer */

footer .ftop {
	padding: 22px 0 61px 0;
	display: flex;
	align-items: flex-start;
	background-image: url("../images/fbg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}



footer .footerList {
	display: flex;
	align-items: flex-start;
	padding: 30px 0 30px 0;
}




footer .footerList .title {
	font-family: Poppins;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 30px;
	position: relative;
	margin-bottom: 48px;
}

footer .footerList a.title:hover {
	color: #9cc34c !important;
}



footer .footerList .title::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -15px;
	width: 41px;
	height: 3px;
	background-color: #9cc34c;
}




footer .footerList .fContactUs {
	width: 20%;
	margin-right: 4.6%;
}

footer .footerList .navigation {
	width: 19.15%;
	margin-right: 2%;
}

footer .footerList .fProduct {
	width: 22.1%;
	margin-right: 2%;
}

footer .footerList .quickQuite {
	width: 30.15%;
}



footer .footerList a,
footer .footerList p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #a1a1a1;
}




footer .fbottom {
	background-color: #709c16;
	padding: 27px 0 20px 0;
}

footer .fbottom .con {
	display: flex;
	justify-content: space-between;
}


footer .fbottom .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 30px;
}

footer .fbottom .blogrolls a {
	color: #a1aab8;
	font-size: 20px;
	margin-right: 23px;
}

footer .fbottom .blogrolls a:last-child {
	margin-right: 0;
}


footer .fbottom .blogrolls a:hover {
	color: #fff;
}

footer .copyright span {
	margin-right: 5px;
}

footer .copyright a {
	margin-right: 3px;
}

footer .copyright .image {
	margin-left: 3px;
}

footer .copyright,
footer .copyright a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 30px;
	color: #ececec;
}


footer .copyright a,
footer .copyright img {
	display: inline;
}


.fContactUs ul li {
	display: flex;
	align-items: flex-start;
}

.fContactUs ul li i {
	color: #a1aab8;
	margin-right: 10px;
	margin-top: 4px;
	font-size: 18px;
}


footer ul li {
	margin-bottom: 10px;
}

footer ul li:last-child {
	margin-bottom: 0;
}


footer a:hover {
	color: #fff !important;
}



footer .footerList .navigation .title {
	margin-bottom: 39px;
}

footer .footerList .navigation ul {
	margin-left: 2px;
}

footer .footerList .fProduct .title {
	margin-bottom: 39px;
	text-transform: uppercase;
}

footer .footerList .fProduct ul {
	margin-left: 4px;
}

footer .footerList .quickQuite .title {
	margin-bottom: 46px;
}

.quickQuite form {
	padding: 0 3.5px 0 4.5px;
}

.quickQuite ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.quickQuite ul li {
	width: 48.5%;
	border-radius: 4px;
	border: solid 1px #c1c1c1;
	height: 41px;
	margin-bottom: 13px;
}




.quickQuite ul li input,
.quickQuite ul li textarea {
	background-color: transparent;
	height: 100%;
	width: 100%;
	color: #ffffff;
}




.quickQuite ul li.must {
	position: relative;
}

.quickQuite ul li.must::after {
	content: "*";
	top: 8px;
	left: 18px;
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #ff0000;
	position: absolute;
}


.quickQuite ul li.message {
	width: 100%;
	height: 84px;
	margin-bottom: 16px;
	padding: 8px 17.5px;
}


.quickQuite ul li {
	padding: 0 25px;
}



.quickQuite .fcode {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border: none;
	padding: 0;
}



.quickQuite .codeCon {
	width: 75.6%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #c1c1c1;
	border-radius: 4px;
	overflow: hidden;
}


.quickQuite .codeCon input {
	flex: 1;
	padding: 0 23.5px;
}

.quickQuite .codeCon .fCodeImg {
	flex-shrink: 0;
}

.quickQuite .codeCon .fCodeImg img {
	height: 100%;
	cursor: pointer;
}


.quickQuite .fcode .submitBtn {
	width: 20.9%;
	height: 41px;
	background-color: #9cc34c;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #fefefe;
	cursor: pointer;
}



.quickQuite .fcode .submitBtn:hover {
	background-color: #266bac;
}



footer input::-webkit-input-placeholder,
footer textarea::-webkit-input-placeholder {
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #afafaf;
}

footer input:-moz-placeholder,
footer textarea:-moz-placeholder {
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #afafaf;
}

footer input::-moz-placeholder,
footer textarea::-moz-placeholder {
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #afafaf;
}

footer input:-ms-input-placeholder,
footer textarea:-ms-input-placeholder {
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #afafaf;
}



footer .footerList ul {
	transform: translateX(-4px);
}


@media screen and (max-width:1600px) {
	footer .fbottom .blogrolls a {
		font-size: 18px;
	}
}

@media screen and (max-width:1333px) {
	footer .footerList .title {
		font-size: 20px;
	}

	footer .footerList a,
	footer .footerList p {
		font-size: 14px;
		line-height: 24px;
	}

	footer input::-webkit-input-placeholder,
	footer textarea::-webkit-input-placeholder {
		font-size: 12px !important;
	}

	footer input:-moz-placeholder,
	footer textarea:-moz-placeholder {
		font-size: 12px !important;
	}

	footer input::-moz-placeholder,
	footer textarea::-moz-placeholder {
		font-size: 12px !important;
	}

	footer input:-ms-input-placeholder,
	footer textarea:-ms-input-placeholder {
		font-size: 12px !important;
	}

	.quickQuite ul li,
	.quickQuite .codeCon input {
		padding: 0 10px;
	}

	.quickQuite ul li.message {
		padding: 10px;
	}

	.quickQuite ul li.must::after {
		left: 5px;
		top: 5px;
	}

	footer .footerList {
		padding: 0;
	}

	footer .ftop {
		padding: 50px 0;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .fbottom .blogrolls a {
		font-size: 16px;
	}

	.quickQuite input,
	.quickQuite textarea {
		font-size: 12px !important;
	}

	footer .footerList .fContactUs,
	footer .footerList .fProduct,
	footer .footerList .navigation {
		margin-right: 0;
	}

	footer .footerList .navigation {
		width: 15%;
	}

	footer .footerList .quickQuite {
		width: 35%;
	}

	footer .footerList .fProduct {
		width: 16%;
	}

}

@media screen and (max-width:999px) {
	footer .ftop {
		display: none;
	}

	footer {
		padding-bottom: 42px;
	}

	footer .fbottom {
		padding: 20px 0;
	}

	footer .fbottom .con {
		flex-direction: column;
		align-items: center;
	}

	footer .fbottom .blogrolls {
		margin-right: 0;
		margin-bottom: 15px;
	}

	footer .copyright {
		text-align: center;
	}

	footer .copyright,
	footer .copyright a {
		line-height: 26px;
	}

}



@media screen and (max-width:768px) {

	footer .copyright,
	footer .copyright a {
		font-size: 12px;
		line-height: 22px;
	}
}








/* banner2 */
.banner2 .safeRange {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	top: 0;
	z-index: 99;
}



.banner2 .title {
	font-family: Poppins;
	font-size: 36px;
	line-height: 45px;
	color: #9cc34c;
}



/* crumb */
.crumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 3px;
	margin-top: 75px;
	width: 100%;
}


.crumb a,
.crumb i {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-style: normal;
}


.crumb a.active {
	color: #9cc34c;
}


.crumb i {
	font-style: normal;
	margin: 0 5px;
}


.crumb a:hover {
	color: #9cc34c;
}



@media screen and (max-width:1600px) {
	.banner2 .title {
		font-size: 32px;
	}

	.crumb {
		margin-bottom: 5px;
	}

	.crumb a,
	.crumb i {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:1333px) {
	.banner2 .title {
		font-size: 28px;
		line-height: 30px;
	}

	.crumb {
		margin-top: 50px;
		margin-bottom: 10px;
	}
}



@media screen and (max-width:999px) {

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 24px;
	}

	.crumb {
		margin-top: 0;
	}

	.banner2 .title {
		font-size: 24px;
		line-height: 30px;
	}

}

@media screen and (max-width:768px) {
	.banner2 .title {
		display: none;
	}

	.crumb {
		margin-bottom: 0px;
		padding: 10px 0;
	}

	.banner2 {
		position: static;
		padding-bottom: 0 !important;
		height: auto !important;
	}

	.banner2 img {
		display: none;
	}

	.banner2 .safeRange {
		position: static;
		transform: translateX(0);
	}

	.crumb a,
	.crumb i {
		color: #333333;
	}

}













/* 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;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #999999;
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #666666;
	margin: 3px 5px;
	border-radius: 4px;

}

.pager .pageList a.prev {
	width: 100px;
}

.pager .pageList a.next {
	width: 69px;
}



.pager .pageList a.active,
.pager .pageList a:hover {
	border-color: #9cc34c;
	background-color: #9cc34c;
	color: #ffffff;
}



.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 12px;
	margin-top: 7px;
}


.pager .addTo input {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background-color: transparent;
	margin-right: 7px;
	cursor: pointer;
	color: #9cc34c;
}

.pager .addTo input:hover {
	text-decoration: underline;
}

.pager .addTo img {
	transform: translateY(-1px);
}


@media screen and (max-width:1333px) {
	.pager .pageList a {
		width: 35px;
		height: 35px;
		border-radius: 2px;
	}

	.pager .addTo {
		margin-top: 0;
	}
}

@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 {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}
}



/* 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: 71px;
	height: 71px;
	text-align: center;
	line-height: 71px;
	background-color: #f5f5f5;
	font-size: 32px;
	margin-bottom: 1px;
	margin-right: 3px;
	border-radius: 10px;
}

.lianxi div:nth-child(1) a{
	color: #1296db;
}
.lianxi div:nth-child(2) a{
	color: #3ac34c;
}

.lianxi div:nth-child(3) a{
	color: #1aa02b;
}


.lianxi .top a {
	width: 71px;
	height: 71px;
	background-color: #f5f5f5;
	line-height: 71px;
	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: 42px;
	border-radius: 50%;
	transform: rotate(-90deg);
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lianxi .top:hover i{
	color: #ffffff;
} 


.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #266bac;
	color: #fff !important;
}

.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: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
		border-radius: 5px;
	}
	.lianxi .top i{
		font-size: 35px;
	}
}
@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;
		height: 42px;
		font-size: 16px;
	}

	.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;
		font-size: 30px
	}
}


@font-face {
	font-family: 'Poppins';
	src: url('../fonts/PoppinsBold.eot');
	src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'),
		url('../fonts/PoppinsBold.woff2') format('woff2'),
		url('../fonts/PoppinsBold.woff') format('woff'),
		url('../fonts/PoppinsBold.ttf') format('truetype'),
		url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}


@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/PoppinsRegular.eot');
	src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
		url('../fonts/PoppinsRegular.woff2') format('woff2'),
		url('../fonts/PoppinsRegular.woff') format('woff'),
		url('../fonts/PoppinsRegular.ttf') format('truetype'),
		url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}



@font-face {
	font-family: 'Poppins-Light';
	src: url('../fonts/PoppinsLight.eot');
	src: url('../fonts/PoppinsLight.eot') format('embedded-opentype'),
		url('../fonts/PoppinsLight.woff2') format('woff2'),
		url('../fonts/PoppinsLight.woff') format('woff'),
		url('../fonts/PoppinsLight.ttf') format('truetype'),
		url('../fonts/PoppinsLight.svg#PoppinsLight') format('svg');
}





@font-face {
	font-family: "iconfont";
	/* Project id 4207786 */
	src: url('../fonts/iconfont.woff2?t=1708660492429') format('woff2'),
		url('../fonts/iconfont.woff?t=1708660492429') format('woff'),
		url('../fonts/iconfont.ttf?t=1708660492429') 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";
}

.pager .no:hover{
	border: solid 1px #999999 !important;
    color: #666666 !important;
    background-color: #fff !important;
}
.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#266bac;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #266bac; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#266bac solid 1px;background: #266bac; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.application .swiper .item .name a{
	color: #fff;
}
#st-1{
	z-index: 99 !important;
}
.none{
	width: 70%;
	font-size: 16px;
	font-size: 1.6rem;
}




.productDet .productShow .images{
	width: 500px;
	height: 500px;
	flex-shrink: 0;
	margin-right: 100px;
}

.productShow .productDes{
	width: auto;
	flex: 1;
}


.productDes .txts{
	margin-bottom: 35px;
}

.productDes .tips{
	display: flex;
	align-items: center;
	margin-bottom: 27px;
}


.productDes .btns,
.productDes .share{
	margin-bottom: 0;
}

.productDes .share{
	margin-right: 30px;
}

@media screen and (max-width:1600px){
	.productShow .productDes{
		width: auto;
		flex: 1;
	}
	.productDet .productShow .images{
		margin-right: 80px;
	}
	.productDes .btns a{
		height: 45px;
		margin-right: 20px;
		border-radius: 5px;
	}
	.productDes .tips{
		flex-direction: column;
		align-items: flex-start;
	}
	
	.productDes .share{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
}

@media screen and (max-width:1333px){
	.productShow .productDes{
		width: auto;
		flex: 1;
	}
	.productDet .productShow .images{
		width: 400px;
		height: 400px;
		margin-right: 50px;
	}
}


@media screen and (max-width:999px){
	.productDet .productShow .images{
		width: 100%;
		height: auto;
		margin-right: 0;
		max-width: 500px;
	}
	.productDes .btns a{
		height: 40px;
	}
	.productDes .tips{
		margin-bottom: 0;
	}
}


@media screen and (max-width:768px){
	.productDes .txts{
		margin-bottom: 30px;
	}
	.productDes .btns a{
		height: 35px;
	}
	.productDet .productShow{
		margin-bottom: 50px;
	}
}


@media screen and (max-width:538px){
	.productDes .btns a{
		width: 130px;
		border-radius: 2px;
	}
}