@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .3s linear;
}

body {
	margin: 0 auto;
	font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	background-color: #fff;
	overflow-x: hidden;
}

/* body::-webkit-scrollbar {
	width: 0px;
} */

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;
	overflow: hidden;
}

.standardLink a:hover {
	color: #4986ec !important;
}

a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #ffffff;
	border: none;
	outline: none;
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width:768px) {

	input,
	textarea,
	select {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #ffffff;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #ffffff;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #ffffff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #ffffff;
}

@media screen and (max-width:999px) {

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-family: Poppins-Regular;
		font-size: 14px;
		color: #ffffff;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-family: Poppins-Regular;
		font-size: 14px;
		color: #ffffff;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-family: Poppins-Regular;
		font-size: 14px;
		color: #ffffff;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-family: Poppins-Regular;
		font-size: 14px;
		color: #ffffff;
	}
}

@media screen and (max-width:768px) {

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-family: Poppins-Regular;
		font-size: 12px;
		color: #ffffff;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-family: Poppins-Regular;
		font-size: 12px;
		color: #ffffff;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-family: Poppins-Regular;
		font-size: 12px;
		color: #ffffff;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-family: Poppins-Regular;
		font-size: 12px;
		color: #ffffff;
	}
}

.safeRange {
	max-width: 1844px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

@media screen and (max-width:999px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}

@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 30px 0 30px 0 !important;
	}
}

@media screen and (max-width:538px) {
	.standardRange {
		padding: 20px 0 20px 0 !important;
	}
}



@media screen and (max-width:1333px) {
	.bannerRange {
		padding-top: 80px;
	}
}

@media screen and (max-width:999px) {
	.bannerRange {
		padding-top: 72px;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 24px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 12px !important;
		line-height: 22px !important;
	}

	.standardTxt .btn {
		font-size: 12px !important;
	}
}



.oneRow {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}


/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #4986ec;
		right: 2.5%;
		top: 24px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(73, 134, 236, 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 20px 20px 40px;
	}

	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 */
header {
	height: 100px;
	width: 100%;
	z-index: 9999;
	background-color: transparent;
	position: fixed;
	left: 0;
	top: 0;
	border-bottom: 1px solid #6c6c6c;
	padding: 0 104px;
}

.header2 {
	height: 93px;
}

.header2 nav .con .navList .list>li>a {
	line-height: 93px;
	padding: 4px 10px 7px 10px;
}

.header2 nav .con .navList .list>li>a:after {
	bottom: 6px;
}

.header2 nav .navList .list>li>ul {
	top: 95.6%;
}

nav {
	height: 100%;
}

nav .con {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav .con .logo {
	width: 231px;
}

nav .con .logo:hover img {
	transform: scale(1, 1);
}

nav .con .navList {
	display: flex;
	align-items: center;
}


nav .con .navList .list {
	display: flex;
	align-items: center;
}

nav .con .navList .list>li {
	margin-left: 34px;
	position: relative;
}

nav .con .navList .list>li>a {
	font-family: Poppins-Regular;
	line-height: 100px;
	position: relative;
	padding: 4px 10px 0px 10px;
	overflow: visible;
	text-transform: capitalize;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	font-stretch: normal;
}

nav .con .navList .list>li>a:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 3px;
	width: 0px;
	height: 7px;
	background-color: #4986ec;
	border-radius: 4px;
	transition: .2s linear all;
}

nav .con .navList .list>li:hover>a:after {
	width: 97px;
}

nav .con .navList .list>li>a.active::after {
	width: 97px;
}

nav .con .navList .search {
	width: 200px;
	height: 38px;
	border-radius: 19px;
	border: solid 1px #f5f5f5;
	padding: 0px 22px;
	display: flex;
	align-items: center;
	margin-left: 46px;
	margin-top: 6px;
}

nav .con .navList .search .searchInput {
	width: 100%;
	height: 100%;
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #f5f5f5;
	background-color: transparent;
}

nav .con .navList .search .searchBtn {
	position: relative;
	margin-left: 5px;
	color: #f5f5f5;
	font-size: 22px;
}


nav .con .navList .search .searchBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: transparent;
	cursor: pointer;
}

nav .navList .list ul {
	position: absolute;
	min-width: 301px;
	padding: 13px 0px;
	background-color: #f1f2f3;
	display: none;
}

nav .navList .list ul>li {
	position: relative;
}

nav .navList .list ul>li a {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	padding: 0 16px;
	white-space: nowrap;
}

nav .navList .list ul>li a:hover {
	color: #4986ec;
}

nav .navList .list ul>li a.active {
	color: #4986ec;
}

nav .navList .list>li>ul {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

nav .navList .headerProduct ul {
	left: 100%;
	top: -13px;
}

nav .navList .list li:hover>ul {
	display: block;
}

@media screen and (max-width:1800px) {
	header {
		padding: 0 60px;
	}
}

@media screen and (max-width:1700px) {
	header {
		padding: 0 40px;
	}

	nav .con .logo {
		width: 200px;
	}

	nav .con .navList .list>li {
		margin-left: 26px;
	}

	nav .con .navList .list>li>a {
		padding: 0 10px;
	}

	nav .con .navList .list>li>a::after {
		height: 4px;
		border-radius: 2px;
		bottom: 0;
	}

	nav .con .navList .list>li>a.active::after {
		height: 4px;
		width: 80px;
		border-radius: 2px;
	}

	nav .con .navList .list>li:hover>a:after {
		width: 80px;
	}

	nav .con .navList .search {
		padding: 0 15px;
		width: 160px;
		height: 34px;
		border-radius: 16px;
		margin-top: 0px;
		margin-left: 24px;
	}

	nav .con .navList .search .searchBtn {
		font-size: 18px;
	}
}

@media screen and (max-width:1600px) {
	nav .con .navList .list>li>a.active::after {
		width: 60px;
	}

	nav .con .navList .list>li:hover>a:after {
		width: 60px;
	}

	nav .con .logo {
		width: 180px;
	}

	nav .con .navList .list>li>a {
		font-size: 16px;
	}

	nav .con .navList .list>li {
		margin-left: 10px;
	}

	header {
		padding: 0 30px;
	}
}

@media screen and (max-width:1333px) {
	header {
		padding: 0 20px;
	}

	nav .con .navList .list>li>a.active::after {
		width: 50px;
	}

	nav .con .navList .list>li:hover>a:after {
		width: 50px;
	}

	nav .con .navList .list>li>a {
		font-size: 14px;
		line-height: 80px;
		padding: 0 10px 0px 10px;
	}

	nav .navList .list ul {
		padding: 10px 0;
		min-width: 250px;
	}

	nav .navList .list ul>li a {
		font-size: 14px;
		line-height: 24px;
		padding: 0 10px;
	}

	nav .navList .headerProduct ul {
		top: -13px;
	}

	nav .con .navList .list>li {
		margin-left: 0;
	}

	nav .con .navList .search {
		margin-left: 10px;
	}

	header {
		height: 80px;
	}

	nav .con .logo {
		width: 140px;
	}

	nav .con .navList .search {
		height: 28px;
		padding: 0 10px;
		width: 120px;
	}

	.header2 {
		height: 80px;
	}

	.header2 nav .con .navList .list>li>a {
		line-height: 80px;
	}
}

@media screen and (max-width:999px) {
	header {
		height: 72px;
		border-bottom: none;
	}

	.header2 {
		height: 72px;
		background: #000;
	}

	nav .con .navList {
		display: none;
	}

	nav .con .logo {
		width: 120px;
	}
}

/* indexBanner */
.slide .carouse {
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.slide .slideItem .banner-img {
	width: 100%;
}

.slide .carouse .slideItem {
	width: 100%;
	position: absolute;
	transition: none;
}

.slide .console {
	height: 57px;
	display: inline-block;
	width: 35px;
	position: absolute;
	top: 40%;
}

.slide .dotList {
	position: absolute;
	left: 0;
	bottom: 73px;
	width: 100%;
	text-align: center;
}

.slide .dotList ul li {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-left: 10px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .57);
	margin: 0 14px;
	border-radius: 50%;
	font-size: 0;
}

.slide .dotList ul li.active {
	background-color: rgba(255, 255, 255, 1);
}

.slide .carousel-control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 62px;
	height: 62px;
	z-index: 999;
	text-align: center;
	line-height: 62px;
	cursor: pointer;
	opacity: 0;
}

.slide:hover .carousel-control {
	opacity: 1;
}

.slide .carousel-control i {
	font-size: 42px;
	font-weight: bold;
	color: #ffffff;
}

.slide .carousel-control.left {
	left: 50px;
}

.slide .carousel-control.right {
	right: 50px;
}

.slide .carousel-control.right:hover i,
.slide .carousel-control.left:hover i {
	color: #4986ec;
}


.slide .slidedetail {
	display: none;
}

.slide .slide-count {
	display: none;
}



@media screen and (max-width:1333px) {
	.slide .dotList {
		bottom: 40px;
	}

	.slide .dotList ul li {
		width: 14px;
		height: 14px;
		margin: 0 10px;
	}

	.slide .carousel-control {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	.slide .carousel-control i {
		font-size: 32px;
	}

	.slide .carousel-control.right {
		right: 30px;
	}

	.slide .carousel-control.left {
		left: 30px;
	}

}

@media screen and (max-width:999px) {
	.slide .carousel-control {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.slide .dotList ul li {
		width: 12px;
		height: 12px;
		margin: 0 6px;
	}

	.slide .dotList {
		bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.slide .dotList ul li {
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}

	.slide .dotList {
		bottom: 20px;
	}
}



/* indexM1 */


.newProduct {
	padding: 50px 0 134px 0;
}

.newProduct .title {
	font-family: Avenir-Black;
	font-size: 50px;
	color: #333333;
	margin-bottom: 10px;
	text-align: center;
	line-height: 55px;
}

.newProduct .txt {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 24px;
	margin: 0 auto;
	width: 58%;
	hyphens: auto;
	text-align: center;
	margin-bottom: 14px;
}


.newProduct .btn {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #4986ec;
	text-align: center;
	margin-bottom: 118px;
}

.newProduct .btn i {
	margin-left: 6px;
	color: #4986ec;
	font-size: 12px;
}


.newProduct .btn:hover i {
	margin-left: 10px;
}

.newProduct .list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.newProduct .list .image {
	width: 16%;
	margin-right: 1.25%;
}

.newProduct .list .image:nth-child(4n) {
	margin-right: 0;
}

.newProduct .list .image:nth-child(2n) {
	transform: translateY(-52px);
}

.newProduct .list .image:nth-child(2n-1) {
	transform: translateY(52px);
}

.newProduct .list .image {
	overflow: visible;
}


@media screen and (max-width:1600px) {
	.newProduct .title {
		font-size: 42px;
		margin-bottom: 14px;
	}

	.newProduct .txt {
		width: 80%;
	}

	.newProduct .txt {
		margin-bottom: 10px;
	}

	.newProduct .btn {
		margin-bottom: 75px;
	}

	.newProduct .list .image:nth-child(2n-1) {
		transform: translateY(40px);
	}

	.newProduct .list .image:nth-child(2n) {
		transform: translateY(-40px);
	}
}

@media screen and (max-width:1333px) {
	.newProduct .title {
		font-size: 38px;
		line-height: 30px;
	}

	.newProduct .txt {
		width: 100%;
	}
}

@media screen and (max-width:999px) {
	.newProduct .title {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.newProduct .list .image:nth-child(n) {
		transform: translateY(0);
		margin: 0 20px;
	}

	.newProduct .btn {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.newProduct .title {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.newProduct .list .image:nth-child(n) {
		margin: 0 0px;
		width: 20%;
	}

	.newProduct .list {
		justify-content: space-around;
	}

	.newProduct .btn {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.newProduct .title {
		font-size: 22px;
	}

	.newProduct .btn {
		margin-bottom: 10px;
	}

	.newProduct .list {
		justify-content: flex-start;
		padding: 0 30px;
	}

	.newProduct .list .image:nth-child(n) {
		width: 46%;
		margin-right: 8%;
		margin-bottom: 10px;
	}

	.newProduct .list .image:nth-child(2n) {
		margin-right: 0%;
	}
}

@media screen and (max-width:400px) {
	.newProduct .list {
		padding: 0;
	}
}

/* indexM2 */
.checkBag .list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	padding: 0 42px;
}

.checkBag .list .item {
	position: relative;
	width: 49.3%;
}

.checkBag .list .item .image2 {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.checkBag .list .item:hover .image2 {
	opacity: 1;
}


.checkBag .list .item:hover .image1 {
	opacity: 0;
}

.checkBag .msg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 52px 40px 45px 39px;
}
.checkBag .msg p:hover{
	color: #4986ec !important;
}
.checkBag .msg .title {
	font-family: Avenir-Black;
	font-size: 36px;
	color: #333333;
	line-height: 55px;
	margin-bottom: 2px;
}

.checkBag .msg .txt {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 29px;
	color: #666666;
	width: 70%;
}
.checkBag .item:first-child .msg .title{
	color: #ffffff;
}
.checkBag .item:first-child .msg .txt{
	color: #ffffff;
}

.checkBag .msg .btn {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #4986ec;
}

.checkBag .msg .btn i {
	margin-left: 6px;
	font-size: 12px;
}



.checkBag .msg .btn:hover i {
	margin-left: 10px;
}

.checkBag .list .item:hover .title,
.checkBag .list .item:hover .txt,
.checkBag .list .item:hover .btn {
	color: #ffffff;
}

.checkBag .list .item:hover .txt {
	width: 47%;
}

@media screen and (max-width:1600px) {
	.checkBag .msg .title {
		font-size: 32px;
	}

	.checkBag .list .item:hover .txt {
		width: 70%;
	}
}


@media screen and (max-width:1333px) {
	.checkBag .msg .title {
		font-size: 28px;
		line-height: 38px;
	}

	.checkBag .msg {
		padding: 20px;
	}

	.checkBag .msg .txt {
		width: 100%;
	}

	.checkBag .msg .title {
		margin-bottom: 5px;
	}

	.checkBag .list .item:hover .txt {
		width: 100%;
	}
}

@media screen and (max-width:999px) {
	.checkBag .list {
		padding: 0 30px;
	}

	.checkBag .msg {
		padding: 10px 10px;
	}

	.checkBag .msg .title {
		font-size: 24px;
		line-height: 30px;
	}

	.checkBag .list .item .image2 {
		opacity: 1;
	}

	.checkBag .list .item .title,
	.checkBag .list .item .txt,
	.checkBag .list .item .btn {
		color: #ffffff;
	}
}

@media screen and (max-width:768px) {
	.checkBag .list {
		padding: 0 20px;
		margin-bottom: 20px;
	}

	.checkBag .msg .title {
		font-size: 20px;
	}
}

@media screen and (max-width:538px) {
	.checkBag .list {
		padding: 0 10px;
		margin-bottom: 10px;
	}

	.checkBag .msg .title {
		font-size: 18px;
	}

	.checkBag .list .item {
		width: 100%;
		margin-bottom: 10px;
	}
}










/* indexM3 */

.rfidBlocking {
	padding: 0px 215px 0px 166px;
	background-image: url("../images/indexM3bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 37px;
	overflow: hidden;
}

.rfidBlocking .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rfidBlocking .msg .title1 {
	font-family: Avenir-Black;
	font-size: 46px;
	color: #ffffff;
	margin-top: 6px;
	margin-bottom: 14px;
}

.rfidBlocking .msg .txt {
	font-family: Poppins-Regular;
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 52px;
}

.rfidBlocking .msg .btn {
	width: 237px;
	height: 60px;
	line-height: 60px;
	background-color: #ffffff;
	font-family: Poppins-Regular;
	font-size: 20px;
	color: #1d1d1d;
	text-align: center;
}

.rfidBlocking .msg .btn:hover {
	background-color: #4986ec;
	color: #ffffff !important;
}

.rfidBlocking .image {
	overflow: visible;
	width: 50%;
	margin-top: 7px;
}


@media screen and (max-width:1600px) {
	.rfidBlocking .msg .title1 {
		font-size: 38px;
		margin-top: 0;
		margin-bottom: 10px;
	}

	.rfidBlocking .msg .txt {
		margin-bottom: 40px;
	}

	.rfidBlocking .image {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.rfidBlocking {
		padding: 0 100px 0 100px;
	}

	.rfidBlocking .msg .btn {
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width:999px) {
	.rfidBlocking {
		padding: 0 80px 0 80px;
	}

	.rfidBlocking .msg .txt {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.rfidBlocking {
		padding: 0 30px 0 30px;
	}

	.rfidBlocking .msg .txt {
		margin-bottom: 20px;
	}

	.rfidBlocking .msg .btn {
		width: 120px;
		height: 35px;
		line-height: 35px;
	}

	.rfidBlocking {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.rfidBlocking {
		padding: 0 10px 0 10px;
	}

	.rfidBlocking .msg .btn {
		height: 30px;
		line-height: 30px;
	}

	.rfidBlocking .msg .txt {
		margin-bottom: 10px;
	}

	.rfidBlocking .con {
		flex-direction: column;
		padding: 10px;
	}

	.rfidBlocking .msg {
		width: 100%;
	}

	.rfidBlocking .image {
		width: 100%;
	}

	.rfidBlocking {
		margin-bottom: 20px;
	}
}







/* indexM4 */

.aboutManDu {
	padding: 0 37px;
}

.aboutManDu .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 58px;
}

.aboutManDu .msg {
	background-color: #fbfbfd;
	width: 56.3%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 223px 45px 155px 49.5px;
	justify-content: center;
}

.aboutManDu .msg .title {
	font-family: Avenir-Black;
	font-size: 50px;
	color: #333333;
	margin-bottom: 24px;
	margin-top: -66px;
}


.aboutManDu .msg p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 28px;
}

.aboutManDu .msg .txt2 {
	font-family: AmazeNormal;
	font-size: 29px;
	letter-spacing: 2px;
	color: #333333;
	margin-bottom: 60px;
	width: 70%;
	line-height: 39px;
}

.aboutManDu .msg .btn {
	font-family: Poppins-Regular;
	font-size: 20px;
	color: #4986ec;
}


.aboutManDu .msg .btn i {
	margin-left: 6px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

.aboutManDu .msg .btn:hover i {
	margin-left: 10px;
}



.aboutManDu .image {
	width: 42.35%;
}

.aboutManDu .clear {
	display: none;
}

@media screen and (max-width:1800px) {
	.aboutManDu .con {
		align-items: stretch;
	}

	.aboutManDu .msg {
		padding: 20px 20px 20px 20px;
	}

	.aboutManDu .msg .title {
		margin-top: 0;
	}

	.aboutManDu .msg .txt2 {
		width: 100%;
	}
}

@media screen and (max-width:1600px) {
	.aboutManDu .msg .title {
		font-size: 42px;
	}
}

@media screen and (max-width:1333px) {
	.aboutManDu .msg .title {
		font-size: 34px;
		line-height: 30px;
	}

	.aboutManDu .msg p {
		margin-bottom: 20px;
	}

	.aboutManDu .msg .txt2 {
		font-size: 26px;
		margin-bottom: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.aboutManDu .clear {
		display: block;
	}

	.aboutManDu .con {
		background-color: #fbfbfd;
		display: block;
		padding: 20px;
		margin-bottom: 40px;
	}

	.aboutManDu .image {
		float: right;
		margin-left: 20px;
	}

	.aboutManDu .msg {
		background-color: transparent;
		width: auto;
		padding: 0;
		display: inline;
	}

	.aboutManDu {
		padding: 0 30px;
	}

	.aboutManDu .msg .title {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.aboutManDu .msg .txt2 {
		font-size: 24px;
	}

	.aboutManDu .msg p {
		margin-bottom: 10px;
		display: inline;
	}
}

@media screen and (max-width:768px) {
	.aboutManDu {
		padding: 0 20px;
	}

	.aboutManDu .con {
		margin-bottom: 30px;
	}

	.aboutManDu .msg .title {
		font-size: 24px;
	}

	.aboutManDu .image {
		margin-left: 10px;
	}

	.aboutManDu .msg .txt2 {
		font-size: 18px;
		line-height: 26px;
	}
}

@media screen and (max-width:538px) {
	.aboutManDu {
		padding: 0 10px;
	}

	.aboutManDu .con {
		margin-bottom: 20px;
	}

	.aboutManDu .image {
		margin-left: 0;
		width: 100%;
	}

	.aboutManDu .con {
		padding: 0px;
	}

	.aboutManDu .msg {
		display: flex;
		padding: 10px;
	}

	.aboutManDu .msg .title {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.aboutManDu .msg p {
		margin-bottom: 5px;
	}

	.aboutManDu .msg .txt2 {
		margin-bottom: 10px;
	}
}


/* indexM5 */
.ourAdvantage {
	background-color: #fbfbfd;
	padding: 13px 37px 41px 37px;
}

.ourAdvantage .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ourAdvantage .image {
	width: 39.7%;
	transform: translateY(-57px);
}

.ourAdvantage .msg {
	width: 51%;
	padding: 20px 80px 20px 0;
}

.ourAdvantage .msg .list {
	margin-bottom: 43px;
}

.ourAdvantage .msg .title {
	font-family: Avenir-Black;
	font-size: 40px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 35px;
}

.ourAdvantage .msg .item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.ourAdvantage .msg .item:last-child {
	margin-bottom: 0;
}


.ourAdvantage .msg .item img {
	width: 36px;
	height: 34px;
	flex-shrink: 0;
	margin-right: 10px;
	transform: translateY(3px);
}

.ourAdvantage .msg .item .txt {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}


.ourAdvantage .msg .btn {
	display: flex;
	align-items: center;
	font-family: Poppins-Regular;
	font-size: 20px;
	color: #4986ec;
}




.ourAdvantage .msg .btn i {
	margin-left: 6px;
	font-size: 12px;
}

.ourAdvantage .msg .btn:hover i {
	margin-left: 10px;
}



@media screen and (max-width:1700px) {
	.ourAdvantage .image {
		transform: translateY(0);
	}

	.ourAdvantage .msg .title {
		font-size: 38px;
		margin-bottom: 30px;
	}

	.ourAdvantage .msg .item {
		margin-bottom: 20px;
	}

	.ourAdvantage .msg {
		padding: 20px 40px 20px 20px;
	}

	.ourAdvantage .image {
		width: 40%;
	}
}

@media screen and (max-width:1600px) {
	.ourAdvantage .msg .title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.ourAdvantage .msg .item img {
		width: 30px;
		height: 28px;
		transform: translateY(0);
	}

	.ourAdvantage .msg .item {
		margin-bottom: 10px;
	}

	.ourAdvantage .msg .list {
		margin-bottom: 20px;
	}

	.ourAdvantage .msg {
		width: 50%;
	}

	.ourAdvantage .image {
		width: 48%;
	}
}

@media screen and (max-width:1333px) {
	.ourAdvantage .con {
		display: block;
	}

	.ourAdvantage .image {
		float: left;
		margin-right: 20px;
	}

	.ourAdvantage .msg {
		width: auto;
		padding: 0;
	}

	.ourAdvantage .msg .btn {
		justify-content: flex-end;
	}

	.ourAdvantage {
		padding: 30px 43px 30px 43px;
	}

	.ourAdvantage .msg .item img {
		width: 28px;
		height: 26px;
	}

	.ourAdvantage .msg .title {
		font-size: 28px;
	}
}

@media screen and (max-width:999px) {
	.ourAdvantage .image {
		margin-right: 10px;
	}

	.ourAdvantage {
		padding: 30px;
	}

	.ourAdvantage .msg .item img {
		width: 26px;
		height: 24px;
	}

	.ourAdvantage .msg .title {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.ourAdvantage .msg .list {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:768px) {
	.ourAdvantage .msg .title {
		font-size: 24px;
	}

	.ourAdvantage {
		padding: 20px;
	}
}

@media screen and (max-width:538px) {
	.ourAdvantage .image {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.ourAdvantage .con {
		display: flex;
		flex-direction: column;
	}

	.ourAdvantage {
		padding: 10px;
	}

	.ourAdvantage .msg .title {
		font-size: 22px;
	}
}











/* indexM6 */
.Inews {
	background-image: url("../images/indexM5bg.jpg");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0 19.1% 0 20.1%;
}

.Inews .box1 {
	width: 100%;
	display: flex;
	align-items: flex-start;
}

.Inews .list {
	width: 41.8%;
	padding: 28px 28px 0px 47px;
	margin-top: 20px;
}

.Inews .list .item {
	border-bottom: 1px solid #b9b9b9;
	margin-bottom: 22.5px;
	padding: 0 5px;
	width:100%;
}

.Inews .list .item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.Inews .list .item .tiem {
	display: flex;
	align-items: center;
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
	margin-bottom: 10px;
}

.Inews .list .item .tiem i {
	font-size: 24px;
	transform: translateY(-2px);
	margin-right: 8px;
	color: #999999;
}



.Inews .list .item .title1 {
	font-family: Avenir-Black;
	font-size: 24px;
	color: #333333;
	margin-bottom: 7px;
}


.Inews .list .item .txt {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 36px;
}




.Inews .Iservice {
	width: 58.2%;
	display: flex;
	flex-direction: column;
}

.Inews .Iservice .item {
	position: relative;
	overflow: hidden;
}

.Inews .Iservice .item:hover img {
	transform: scale(1.1, 1.1);
}

.Inews .Iservice .item:hover .btn2 img {
	transform: scale(1, 1);
}

.Inews .Iservice .item .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 24px 27px 24px 35px;
	display: flex;
	align-items: flex-end;
}

.Inews .Iservice .item .msg .box {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.Inews .Iservice .item .msg .box p:hover{
	color: #4986ec;
}
.Inews .Iservice .item .msg .txt {
	font-family: Avenir-Black;
	font-size: 24px;
	color: #ffffff;
}

.Inews .Iservice .item .msg .btn2 {
	width: 79px;
	height: 47px;
	background-color: #195ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 10px;
	padding: 5px 10px;
}

.Inews .Iservice .item .msg .btn2 img {
	margin-top: 8px;
}

.Inews .Iservice .item .msg .btn2 i {
	color: #fff;
	font-size: 50px;
	transform: rotate(270deg);
}

.Inews .Iservice .item .msg .btn2:hover img {
	transform: scale(1, 1) translateX(5px);
}

.Inews .Iservice .item .msg .btn2:hover i {
	color: #4986ec;
}

.Inews .image2 {
	width: 19.1%;
}



@media screen and (max-width:1800px) {
	.Inews .box1 {
		align-items: stretch;
	}

	.Inews .list {
		margin-top: 0;
		padding: 30px 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.Inews .list .item {
		margin-bottom: 20px;
	}

	.Inews .list .item .tiem {
		margin-bottom: 0;
	}

	.Inews .list .item .title1 {
		font-size: 22px;
		margin-bottom: 5px;
		line-height: 32px;
	}

	.Inews .list .item .txt {
		line-height: 26px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1600px) {
	.Inews .list .item .title1 {
		font-size: 20px;
	}

	.Inews .list {
		padding: 10px 10px;
	}

	.Inews .list .item {
		margin-bottom: 10px;
	}

	.Inews .list .item .txt {
		margin-bottom: 14px;
	}

	.Inews .Iservice .item .msg {
		padding: 20px;
	}

	.Inews .Iservice .item .msg .txt {
		font-size: 22px;
	}

	.Inews .Iservice .item .msg .btn2 {
		width: 60px;
		height: 40px;
		line-height: 40px;
	}

	.Inews .Iservice .item .msg .btn2 i {
		font-size: 38px;
	}

	.Inews .Iservice .item .msg .btn2 img {
		margin-top: 5px;
	}
}

@media screen and (max-width:1333px) {
	.Inews .box1 {
		flex-direction: column;
	}

	.Inews .list {
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.Inews .list .item {
		width: 49%;
		margin-right: 1%;
	}

	.Inews .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.Inews .list .item .tiem i {
		font-size: 22px;
	}

	.Inews .list .item .title1 {
		font-size: 18px;
		line-height: 28px;
	}

	.Inews .list .item .txt {
		margin-bottom: 10px;
		line-height: 24px;
	}

	.Inews .Iservice {
		width: 100%;
		flex-direction: row;
	}

	.Inews .Iservice .item {
		width: 50%;
	}

	.Inews .Iservice .item .msg {
		padding: 10px;
	}

	.Inews .Iservice .item .msg .txt {
		font-size: 18px;
	}

	.Inews .Iservice .item .msg .btn2 {
		width: 50px;
		height: 35px;
		line-height: 35px;
	}

	.Inews .Iservice .item .msg .btn2 i {
		font-size: 32px;
	}

	.Inews .list .item:last-child {
		border-bottom: 1px solid #b9b9b9;
		margin-bottom: 10px;
	}

	.Inews .list {
		padding: 10px 10px 0 10px;
	}
}

@media screen and (max-width:999px) {
	.Inews {
		padding: 0 0;
		background-image: none;
	}

	.Inews .list {
		background-color: #ffffff;
		padding: 30px 30px 20px 30px;
	}

	.Inews .list .item .tiem {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.Inews .list .item .tiem i {
		font-size: 20px;
	}

	.Inews .list .item .title1 {
		font-size: 16px;
		line-height: 26px;
	}

	.Inews .list .item .txt {
		font-size: 14px;
		line-height: 22px;
	}

	.Inews .Iservice .item .msg .txt {
		font-size: 16px;
	}

	.Inews .Iservice .item .msg {
		padding: 30px;
	}
}

@media screen and (max-width:768px) {
	.Inews .list {
		padding: 20px 20px 10px 20px;
	}

	.Inews .list .item .tiem {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.Inews .list .item .tiem i {
		font-size: 18px;
		margin-right: 5px;
	}

	.Inews .list .item .title1 {
		font-size: 14px;
		line-height: 24px;
	}

	.Inews .list .item .txt {
		font-size: 12px;
	}

	.Inews .Iservice .item .msg .txt {
		font-size: 14px;
	}

	.Inews .Iservice .item .msg {
		padding: 20px;
	}
}

@media screen and (max-width:538px) {
	.Inews .list {
		padding: 10px;
	}

	.Inews .list .item {
		width: 100%;
		margin-right: 0;
	}

	.Inews .Iservice .item .msg {
		padding: 10px;
	}

	.Inews .Iservice .item .msg .btn2 {
		width: 45px;
		height: 35px;
		line-height: 35px;
	}

	.Inews .Iservice {
		flex-wrap: wrap;
	}

	.Inews .Iservice .item {
		width: 100%;
	}

	.Inews .list .item:last-child {
		margin-bottom: 0;
		border-bottom: 0;
	}
}















/* indexM7 */
.IcontactUs {
	display: flex;
	background-color: #1b1b1b;
}

.IcontactUs .map {
	width: 45.5%;
}

.IcontactUs .box {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	width: 50%;
}

.IcontactUs form {
	width: 72.7%;
	background-color: #2d2d2d;
	padding: 16px 73px 43px 45px;
}

.IcontactUs form input,
.IcontactUs form textarea {
	background-color: transparent;
	width: 100%;
}

.IcontactUs form input {
	height: 55px;
}










.IcontactUs form .title1 {
	font-family: Avenir-Black;
	font-size: 26px;
	line-height: 37px;
	color: #ffffff;
	margin-bottom: 20px;
}

.IcontactUs form .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
}

.IcontactUs form .item input {
	padding: 0 14px;
	border: solid 1px #ffffff;
	border-radius: 8px;
	width: 47.8%;
}


.IcontactUs form .message {
	width: 100%;
	height: 115px;
	margin-bottom: 15px;

}

.IcontactUs form textarea {
	border: solid 1px #ffffff;
	border-radius: 8px;
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
	padding: 11px 17px;
}

.IcontactUs form .codeCon {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}


.IcontactUs form .codeCon .box2 {
	display: flex;
	align-items: center;
	width: 61%;
	justify-content: space-between;
}


.IcontactUs form .codeCon .box2 input {
	border: 1px solid #ffffff;
	width: 51.95%;
	height: 52px;
	border-radius: 8px;
	padding: 0 13px;
	margin-right: 10px;
}

.IcontactUs form .codeImg {
	cursor: pointer;
	border-radius: 4px;
	background-color: #f3fbfe;
	overflow: hidden;
	flex-shrink: 0;
}

.IcontactUs form .codeImg img {
	width: 100%;
	height: 100%;
}


.IcontactUs form .submitBtn {
	height: 52px;
	width: 36.1%;
	background-color: #195ccc;
	border-radius: 4px;
	font-family: Avenir-Black;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
}

.IcontactUs form .submitBtn:hover {
	background-color: #ffffff;
	color: #4986ec;
}


.IcontactUs .box {
	position: relative;
}

.IcontactUs .goTop {
	position: absolute;
	bottom: 26px;
	left: 72.7%;
	width: 83px;
	height: 83px;
	background-color: #195ccc;
	text-align: center;
	line-height: 83px;
	color: #ffffff;
	font-size: 36px;
}

.IcontactUs .goTop:hover {
	background-color: #fff;
	color: #4986ec;
	cursor: pointer;
}





@media screen and (max-width:1600px) {
	.IcontactUs form .codeCon .box2 {
		width: 68%;
	}

	.IcontactUs form .submitBtn {
		width: 28%;
	}

	.IcontactUs form {
		width: 90%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 20px;
	}

	.IcontactUs .goTop {
		left: 90%;
	}

	.IcontactUs form .item input,
	.IcontactUs form .codeImg,
	.IcontactUs form .submitBtn,
	.IcontactUs form .codeCon .box2 input {
		height: 45px;
		border-radius: 4px;
	}

	.IcontactUs form textarea,
	.IcontactUs form .codeCon .box2 input {
		border-radius: 4px;
	}

	.IcontactUs form .submitBtn {
		font-size: 18px;
	}

	.IcontactUs .goTop {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 28px;
	}

	.IcontactUs form .message {
		height: 100px;
	}
}

@media screen and (max-width:1333px) {
	.IcontactUs form .title1 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.IcontactUs form .item input,
	.IcontactUs form .codeImg,
	.IcontactUs form .submitBtn,
	.IcontactUs form .codeCon .box2 input {
		height: 40px;
	}

	.IcontactUs form .message {
		margin-bottom: 10px;
		height: 80px;
	}

	.IcontactUs form {
		padding: 10px 20px;
		width: 85%;
	}

	.IcontactUs form input {
		padding: 0 10px !important;
	}

	.IcontactUs form textarea {
		padding: 10px;
	}

	.IcontactUs .goTop {
		bottom: 0;
		left: 85%;
	}
}

@media screen and (max-width:999px) {
	.IcontactUs {
		background-color: #2d2d2d;
		align-items: center;
	}

	.IcontactUs form .codeCon {
		flex-direction: column;
	}

	.IcontactUs form .codeCon .box2 input {
		flex: 1;
	}

	.IcontactUs form .codeCon .box2 {
		width: 100%;
		margin-bottom: 10px;
	}

	.IcontactUs form .submitBtn {
		width: 100%;
	}

	.IcontactUs form {
		width: 90%;
		padding: 20px;
	}

	.IcontactUs .goTop {
		left: 90%;
		width: 50px;
		height: 50px;
		line-height: 50px;
		bottom: 10px;
		top: 20px;
		font-size: 22px;
	}

	.IcontactUs form .submitBtn {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.IcontactUs {
		flex-direction: column-reverse;
	}

	.IcontactUs form,
	.IcontactUs .box {
		width: 100%;
	}

	.IcontactUs .map {
		width: 100%;
	}

	.IcontactUs .goTop {
		bottom: auto;
		top: 20px;
		left: auto;
		right: 20px;
		font-size: 20px;
	}

	.IcontactUs form .submitBtn {
		font-size: 14px;
	}
}

@media screen and (max-width:538px) {
	.IcontactUs form .title1 {
		font-size: 18px;
		line-height: 26px;
	}

	.IcontactUs form {
		padding: 10px;
	}

	.IcontactUs .goTop {
		right: 10px;
		top: 10px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}

	.IcontactUs form .item input,
	.IcontactUs form .codeImg,
	.IcontactUs form .submitBtn,
	.IcontactUs form .codeCon .box2 input {
		height: 35px;
	}
}







/* ----------------------1-1man------------------------------ */
.banner2 {
	position: relative;
}

.banner2 .pageName {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 49%;
	display: flex;
	flex-direction: column;
	align-items: center;
}




.banner2 .pageName .title {
	font-family: Poppins;
	font-size: 40px;
	color: #ffffff;
	margin-bottom: 17.5px;
}

@media screen and (max-width:1333px) {
	.banner2 .pageName .title {
		font-size: 32px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.banner2 .pageName {
		top: 50%;
	}
}

@media screen and (max-width:999px) {
	.banner2 {
		display: none;
	}
}

/* menBagM1 */
.menCheckBag .tabBox {
	background-color: #f2f2f2;
}

.menCheckBag #tab {
	display: flex;
	align-items: center;
	padding: 47px 0 57px 0;
	max-width: 1800px;
	width: calc(100% - 120px);
	margin: 0 auto;
	scrollbar-color: #4986ec rgba(0, 0, 0, 0.2);
	scrollbar-width: thin;
	overflow: auto;
}


.menCheckBag #tab::-webkit-scrollbar {
	height: 10px;
}



.menCheckBag #tab::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #4986ec;
}


.menCheckBag #tab::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ffffff;
}



.menCheckBag #tab li {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	flex-shrink: 0;
	padding: 0 5.75%;
}

.menCheckBag #tab li:first-child {
	margin-left: auto;
}

.menCheckBag #tab li:last-child {
	margin-right: auto;
}


.menCheckBag #tab li .image {
	margin-bottom: 11px;
	overflow: visible;
	width: 82.5%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menCheckBag #tab li .image:hover img {
	transform: scale(1, 1) translateY(-5px);
}


.menCheckBag #tab li .txt {
	font-family: Poppins-Regular;
	font-size: 20px;
	color: #333333;
	text-align: center;
}

.menCheckBag #tab li.current .txt {
	text-decoration: underline;
	color: #4986ec;
	text-align: center;
}


.menCheckBag #content .tabul {
	display: none;
	padding: 52px 0 41px 0;
}


#content .tabul .title {
	font-family: Poppins;
	text-align: center;
	font-size: 36px;
	color: #333333;
	margin-bottom: 12px;
}

#content .tabul .tit2 {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	width: 54%;
	margin: 0 auto;
	text-align: center;
	hyphens: auto;
	margin-bottom: 6px;

}

#content .tabul .tit2.active {
	display: block;
	overflow: visible;
	width: 90%;
}

#content .tabul .btn {
	text-align: center;
	cursor: pointer;
	font-family: Poppins-Regular;
	text-decoration: underline;
	font-size: 16px;
	color: #4986ec;
}

#content .tabul .big {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #4986ec;
	text-align: center;
	cursor: pointer;
}

#content .tabul .big:hover {
	text-decoration: underline;
}

#content .tabul .list {
	display: flex;
	flex-wrap: wrap;
	padding: 35px 45px 20px;
}


#content .tabul .list .item {
	width: 15.15%;
	margin-right: 6.0625%;
	margin-bottom: 37px;
}


#content .tabul .list .item:nth-child(5n) {
	margin-right: 0;
}


#content .tabul .list .item .image {
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.13);
}

#content .tabul .list .item .msg {
	padding: 21px 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

#content .tabul .list .item .txt {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #333333;
	margin-bottom: 19px;
	width: 100%;
	text-align: center;
}


#content .tabul .list .item .inqureBtn {
	display: flex;
	align-items: center;
	text-decoration: none;
}

#content .tabul .list .item .inqureBtn a {
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #333333;
}

#content .tabul .list .item .inqureBtn:hover {
	text-decoration: none;
}

#content .tabul .list .item .inqureBtn a:hover {
	color: #4986ec;
}

#content .tabul .list .inqureBtn input {
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border: solid 1px #999999;
	margin-right: 5px;
	cursor: pointer;
}

.menCheckBag .tags {
	padding: 0 38px;
	margin: 10px 0 49px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-family: Poppins;
	font-size: 18px;
	color: #333333;
}

.menCheckBag .tags a {
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #333333;
	padding: 5px 0;
	margin-left: 6px;
}

.menCheckBag .tags a:hover {
	text-decoration: underline;
}

@media screen and (max-width:1600px) {
	.menCheckBag #tab li .image {
		width: 70%;
	}

	.menCheckBag #tab {
		padding: 40px 0 40px 0;
	}

	.menCheckBag #tab li {
		padding: 0 5%;
	}
}

@media screen and (max-width:1333px) {
	.menCheckBag #tab {
		padding: 35px 0px 35px 0px;
	}

	.menCheckBag #tab li .image {
		width: 60%;
	}

	.menCheckBag #content .tabul {
		padding: 40px 0 40px 0;
	}

	.menCheckBag #tab::-webkit-scrollbar {
		height: 8px;
	}

	#content .tabul .title {
		font-size: 28px;
		line-height: 30px;
	}

	#content .tabul .tit2 {
		width: 86%;
	}

	#content .tabul .list {
		padding: 30px 45px 30px;
	}

	#content .tabul .list .item {
		width: 23.5%;
		margin-right: 2%;
	}

	#content .tabul .list .item:nth-child(5n) {
		margin-right: 2%;
	}

	#content .tabul .list .item:nth-child(4n) {
		margin-right: 0%;
	}

	#content .tabul .list .item .msg {
		padding: 10px;
	}

	#content .tabul .list .item .txt {
		margin-bottom: 10px;
	}

	#content .tabul .list .item {
		margin-bottom: 20px;
	}

	.menCheckBag .tags a {
		font-size: 16px;
	}

	.menCheckBag .tags {
		margin: 0 0 40px 0;
	}
}

@media screen and (max-width:999px) {
	.menCheckBag #tab::-webkit-scrollbar {
		height: 4px;
	}
	.menCheckBag #tab {
		padding: 30px 0;
		width: calc(100% - 50px);
	}

	.menCheckBag #tab li {
		padding: 0 3%;
	}

	.menCheckBag #content .tabul {
		padding: 30px 0 30px 0;
	}

	#content .tabul .title {
		font-size: 26px;
	}

	#content .tabul .tit2 {
		width: 90%;
	}

	#content .tabul .list {
		padding: 30px;
	}

	#content .tabul .list .inqureBtn input {
		width: 18px;
		height: 18px;
	}

	#content .tabul .list .item {
		margin-bottom: 10px;
	}

	.menCheckBag .tags {
		margin: 0 0 10px 0;
	}

	.menCheckBag .tags a {
		font-size: 14px;
	}

	.menCheckBag .tags {
		font-size: 16px;
		padding: 30px;
	}
}

@media screen and (max-width:768px) {
	.menCheckBag #tab {
		padding: 20px 0;
		width: calc(100% - 30px);
	}
	.menCheckBag #tab li .image{
		width: 50%;
		margin-bottom: 6px;
	}
	#content .tabul .title {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.menCheckBag #content .tabul {
		padding: 20px 0 20px 0;
	}

	#content .tabul .list {
		padding: 20px;
	}

	#content .tabul .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
	}

	#content .tabul .list .item:nth-child(3n) {
		margin-right: 0;
	}

	#content .tabul .list .item .txt {
		margin-bottom: 5px;
	}

	#content .tabul .list .item .inqureBtn a {
		font-size: 12px;
	}

	#content .tabul .list .inqureBtn input {
		width: 15px;
		height: 15px;
	}

	.menCheckBag .tags {
		font-size: 14px;
	}

	.menCheckBag .tags {
		padding: 20px;
		margin: 0;
	}

	.menCheckBag .tags a {
		font-style: 12px;
	}

}

@media screen and (max-width:538px) {
	.menCheckBag #tab {
		padding: 14px 0;
	}
	#content .tabul .list .item:nth-child(2n) {
		margin-right: 0;
	}
	.menCheckBag #content .tabul {
		padding: 10px 0 10px 0;
	}

	#content .tabul .title {
		font-size: 22px;
		margin-bottom: 5px;
	}

	#content .tabul .list {
		padding: 10px;
	}

	#content .tabul .list .item .msg {
		padding: 5px;
	}

	.menCheckBag .tags {
		padding: 10px;
	}
}

/* menM4 */
.menBagAdvantage {
	padding: 33px 0 89px 0;
}

.menBagAdvantage .box {
	padding: 0 40px 0 40px;
}


.menBagAdvantage .title {
	font-family: Poppins;
	font-size: 36px;
	color: #333333;
	margin-bottom: 29px;
	text-align: center;
}


.menBagAdvantage .list {
	display: flex;
	flex-wrap: wrap;
}

.menBagAdvantage .list .item {
	width: 18.4%;
	margin-right: 2%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.menBagAdvantage .list .item:nth-child(5n) {
	margin-right: 0;
}

.menBagAdvantage .list .item {
	padding: 29px 10px 10px 10px;
	border-radius: 10px;
	background-color: #f3f3f3;
}

.menBagAdvantage .list .item .image {
	width: 22.7%;
	margin-bottom: 39px;
}

.menBagAdvantage .list .item .txt {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	hyphens: auto;
}



@media screen and (max-width:1333px) {
	.menBagAdvantage {
		padding: 20px 0 40px 0;
	}

	.menBagAdvantage .title {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.menBagAdvantage .list .item {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 20px;
		padding: 20px;
	}

	.menBagAdvantage .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.menBagAdvantage .list .item .image {
		width: 20%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.menBagAdvantage {
		padding: 0px 0 30px 0;
	}

	.menBagAdvantage .title {
		margin-bottom: 20px;
		font-size: 26px;
	}

	.menBagAdvantage .box {
		padding: 0 30px 0 30px;
	}

	.menBagAdvantage .list .item {
		width: 49%;
		margin-bottom: 20px;
		padding: 20px 10px;
	}

	.menBagAdvantage .list .item:nth-child(3n) {
		margin-right: 2%;
	}

	.menBagAdvantage .list .item:nth-child(2n) {
		margin-right: 0%;
	}

	.menBagAdvantage .list .item .image {
		width: 15%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:768px) {
	.menBagAdvantage .box {
		padding: 0 20px;
	}

	.menBagAdvantage .title {
		font-size: 24px;
	}

	.menBagAdvantage .list .item {
		margin-bottom: 10px;
	}

	.menBagAdvantage {
		padding: 0 0 20px 0;
	}
}

@media screen and (max-width:538px) {
	.menBagAdvantage .box {
		padding: 0 10px;
	}

	.menBagAdvantage .title {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.menBagAdvantage .list .item:nth-child(n) {
		margin-bottom: 10px;
		width: 100%;
		margin-right: 0;
		flex-direction: row;
	}

	.menBagAdvantage .list .item .image {
		flex-shrink: 0;
		width: 10%;
		margin-right: 10px;
	}

	.menBagAdvantage {
		padding: 0 0 20px 0;
	}
}


/* menM6 */
.videoCon {
	padding: 70px 40px 10px 40px;
}


.videoCon .box {
	background-image: url("../images/menM4bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 52px 73px 52px 77px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.videoCon .message {
	width: 50%;
	transform: translateY(-6px);
}

.videoCon .video {
	width: 47.35%;
	position: relative;
	cursor: pointer;
}

.videoCon .video:hover .playBtn img {
	transform: scale(1.1, 1.1);
}

.videoCon .video .playBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 8.4%;
}


.videoCon .title {
	font-family: Poppins-Regular;
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 27px;
}



.videoCon .title span {
	font-family: Poppins-Regular;
	font-size: 48px;
	color: #195ccc;
	margin-right: 15px;
}

.videoCon .list {
	width: 72%;
	margin-bottom: 54px;
}


.videoCon .list p {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 32px;
	color: #ffffff;
	margin-bottom: 32px;
}

.videoCon .list p:last-child {
	margin-bottom: 0;
}


.videoCon .btn {
	width: 237px;
	height: 60px;
	line-height: 60px;
	background-color: #ffffff;
	text-align: center;
	font-family: Poppins-Regular;
	font-size: 20px;
	color: #1d1d1d;
}


.videoCon .btn:hover {
	background-color: #4986ec;
	color: #ffffff !important;
}



.videoCon .titleImg {
	padding: 85px 0 93px 0;
	width: 50%;
	margin: 0 auto;
}


@media screen and (max-width:1600px) {
	.videoCon .message {
		transform: translateY(0px);
	}

	.videoCon .title,
	.videoCon .title span {
		font-size: 38px;
		line-height: 40px;
	}

	.videoCon .list p {
		margin-bottom: 30px;
	}

	.videoCon .video {
		width: 48%;
	}

	.videoCon .list {
		margin-bottom: 40px;
		width: 100%;
	}

	.videoCon .btn {
		width: 200px;
		height: 50px;
		line-height: 50px;
	}

}

@media screen and (max-width:1333px) {

	.videoCon .title,
	.videoCon .title span {
		font-size: 28px;
		line-height: 30px;
	}

	.videoCon .box {
		padding: 40px 30px;
	}

	.videoCon .title {
		margin-bottom: 20px;
	}

	.videoCon .list p {
		margin-bottom: 10px;
	}

	.videoCon .list {
		margin-bottom: 30px;
	}

	.videoCon .btn {
		width: 180px;
		height: 40px;
		line-height: 40px;
	}

	.videoCon .video {
		width: 55%;
	}

	.videoCon {
		padding: 10px 40px 10px 40px;
	}

	.videoCon .titleImg {
		padding: 40px;
	}

	.videoCon .message {
		width: 42%;
	}
}

@media screen and (max-width:999px) {
	.videoCon {
		padding: 0 30px 0px 30px;
	}

	.videoCon .box {
		padding: 30px;
	}

	.videoCon .title,
	.videoCon .title {
		font-size: 26px;
		margin-bottom: 5px;
	}

	.videoCon .title,
	.videoCon .title span {
		font-size: 26px;
	}

	.videoCon .list {
		margin-bottom: 20px;
	}

	.videoCon .btn {
		height: 35px;
		line-height: 35px;
	}
}

@media screen and (max-width:768px) {
	.videoCon .box {
		flex-direction: column;
	}

	.videoCon .message {
		width: 100%;
		margin-bottom: 20px;
	}

	.videoCon .video {
		width: 100%;
	}

	.videoCon {
		padding: 0 20px 0 20px;
	}

	.videoCon .box {
		padding: 20px;
	}

	.videoCon .title,
	.videoCon .title {
		font-size: 24px;
	}

	.videoCon .title,
	.videoCon .title span {
		font-size: 24px;
	}

	.videoCon .titleImg {
		width: 70%;
		padding: 30px;
	}
}

@media screen and (max-width:538px) {
	.videoCon {
		padding: 0 10px 0 10px;
	}

	.videoCon .title,
	.videoCon .title {
		font-size: 22px;
	}

	.videoCon .title,
	.videoCon .title span {
		font-size: 22px;
	}

	.videoCon .list p {
		margin-bottom: 0;
	}

	.videoCon .list {
		margin-bottom: 10px;
	}

	.videoCon .btn {
		width: 140px;
	}

	.videoCon .box {
		padding: 20px 10px;
	}

	.videoCon .titleImg {
		padding: 20px;
	}
}






/* --------------------------1-2productDet----------------------------------- */

.productDet {
	padding: 55px 38px 35px 38px;

}

.productDet #outer3 {
	width: 100%;
}

.productDet #outer3 #content3 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.productDet #content3 .tabul3 {
	display: none;
	width: 44.5%;
}

#tab3 {
	margin-bottom: 58px;
}

.productDet #content3 .tabul3 a:hover img {
	transform: scale(1, 1);
}

#content3 .tabul3 a {
	width: 100%;
}
#content3 .tabul3 .name{
	text-align: center;
	font-family: Poppins-Regular;
	font-size: 26px;
	margin: 32px 0;
}


#tab3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#tab3 li {
	width: 47px;
	height: 47px;
	border-radius: 50%;
	margin: 5px 10px;
	cursor: pointer;
	overflow: hidden;
}

.productDet .btns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	justify-content: center;
}


.productDet .btns .inquire {
	width: 28.75%;
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-family: Poppins-Regular;
	font-size: 20px;
	color: #ffffff;
	margin: 5px 27px;
	background-color: #1c7cce;
	border-radius: 10px;
}

.productDet .btns .inquire,
.share {}

.productDet .btns .inquire:hover {
	text-decoration: underline;
}

.share {
	display: flex;
	align-items: center;
	margin-right: -11%;
}

.share span {
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #333333;
	margin-right: 4px;
}

.productDes {
	background-color: #f2f2f2;
	padding: 79px 34px 112px 34px;
}

.productDes .title {
	font-family: Avenir-Black;
	font-size: 50px;
	color: #333333;
	margin-bottom: 37px;
	text-align: center;
}

.productDes .list {
	width: 67%;
	margin: 0 auto;
}

.productDes .list p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	hyphens: auto;
}

.productDes .list p:last-child {
	margin-bottom: 0;
}


.detShow {
	padding: 92px 0 30px 0;
}

.detShow p {
	display: flex;
	justify-content: center;
}

.detShow p strong {
	font-family: Avenir-Black;
	font-size: 50px;
	color: #333333;
}


.detShow p em {
	font-family: Poppins-Regular;
	font-size: 30px;
	line-height: 55px;
	color: #333333;
	font-style: normal;
	padding: 0 8%;
	text-align: center;
	display: inline-block;
	width: 100%;
}


@media screen and (max-width:1600px) {
	.productDes {
		padding: 60px 30px 60px 30px;
	}

	.productDes .list {
		width: 85%;
	}

	.productDes .title {
		font-size: 38px;
		margin-bottom: 30px;
	}

	.detShow p strong {
		font-size: 38px;
	}


	.detShow {
		padding: 60px 0 30px 0;
	}

	.detShow p em {
		font-size: 22px;
		line-height: 36px;
	}
	#content3 .tabul3 .name{
		font-size: 24px;
		margin: 25px 0;
	}
}

@media screen and (max-width:1333px) {
	.productDet {
		padding: 40px 38px 40px 38px;
	}

	.share {
		margin-right: 0;
	}

	#tab3 li {
		width: 40px;
		height: 40px;
	}

	#tab3 {
		margin-bottom: 30px;
	}

	.productDet .btns .inquire {
		height: 45px;
		line-height: 45px;
		border-radius: 5px;
		font-size: 16px;
	}

	.productDes {
		padding: 40px;
	}

	.productDes .list {
		width: 100%;
	}

	.productDes .title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.detShow {
		padding: 40px 0 30px 0;
	}

	.detShow p strong {
		font-size: 32px;
	}

	.detShow p em {
		font-size: 18px;
		line-height: 30px;
		padding: 0 43px;
	}
	#content3 .tabul3 .name{
		font-size: 22px;
		margin: 20px 0;
	}
}

@media screen and (max-width:999px) {
	.productDet {
		padding: 30px;
	}

	#tab3 {
		margin-bottom: 20px;
	}

	#tab3 li {
		width: 35px;
		height: 35px;
	}

	.productDet .btns .inquire {
		font-size: 14px;
		margin: 5px 10px;
		height: 40px;
		line-height: 40px;
	}

	.productDes {
		padding: 30px;
	}

	.productDes .title {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.detShow {
		padding: 30px 0 30px 0;
	}

	.detShow p strong {
		font-size: 28px;
	}

	.detShow p em {
		font-size: 16px;
		line-height: 26px;
		padding: 0 30px;
	}
	#content3 .tabul3 .name{
		font-size: 18px;
	}
}

@media screen and (max-width:768px) {
	.productDet #content3 .tabul3 {
		width: 60%;
	}

	#tab3 {
		margin-bottom: 14px;
	}

	#tab3 li {
		width: 30px;
		height: 30px;
	}

	.productDet {
		padding: 20px;
	}

	.productDet .btns .inquire {
		font-size: 12px;
		height: 35px;
		line-height: 35px;
	}

	.share span {
		font-size: 12px;
	}

	.productDes {
		padding: 20px;
	}

	.productDes .title {
		font-size: 24px;
	}


	.detShow {
		padding: 20px 0 20px 0;
	}

	.detShow p strong {
		font-size: 24px;
	}

	.detShow p em {
		font-size: 14px;
		line-height: 24px;
		padding: 0 20px;
	}
	#content3 .tabul3 .name{
		font-size: 16px;
	}
}

@media screen and (max-width:538px) {
	.productDet #content3 .tabul3 {
		width: 100%;
	}

	.productDet .btns {
		flex-direction: column;
	}

	.productDet .btns .inquire {
		width: 80%;
		margin-bottom: 10px;
	}

	#tab3 {
		margin-bottom: 10px;
	}

	.productDes {
		padding: 20px 10px;
	}

	.productDes .title {
		font-size: 22px;
	}

	.detShow {
		padding: 10px 0 10px 0;
	}

	.detShow p strong {
		font-size: 22px;
	}

	.detShow p em {
		font-size: 12px;
		line-height: 22px;
		padding: 0 10px;
	}
	
	#content3 .tabul3 .name{
		font-size: 14px;
		margin: 10px 0;
	}
}







/* -----------------2-1about---------------------- */


.aboutPage {
	padding: 43px 40px 0px 40px;
}

.aboutPage .msg {
	padding: 0;
	background-color: #ffffff;
	width: 48%;
	padding-bottom: 100px;
}

.aboutPage .con {
	margin-bottom: 43px;
}

.aboutPage .msg .title {
	margin-top: -4px;
	margin-bottom: 33px;
}

.aboutPage .msg p {
	margin-bottom: 33px;
	hyphens: auto;
}

.aboutPage .msg .btn {
	margin-top: 23px;
	margin-bottom: 44px;
	display: flex;
	align-items: center;
}

.aboutPage .clear {
	display: none;
}


.factorys {
	margin-bottom: 81px;
	padding: 0 36px 0 42px;
	position: relative;
}

.factorys .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.factorys .swiper-slide .image {
	width: 48.75%;
}

.factorys .prev,
.factorys .next {
	position: absolute;
	top: -92px;
	width: 79px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	background-color: #195ccc;
	cursor: pointer;
}

.factorys .prev img,
.factorys .next img {
	margin-top: 8px;
}

.factorys .prev:hover {
	background-color: #242424;
}

.factorys .next:hover {
	background-color: #242424;
}

.factorys .prev i,
.factorys .next i {
	color: #ffffff;
	font-weight: bold;
	font-size: 38px;
	display: block;
}

.factorys .prev i {
	transform: rotate(90deg) scaleX(-1);
}

.factorys .next i {
	transform: rotate(270deg);
}

.factorys .next {
	left: 129px;
}















.certificate {
	padding: 67px 33px 94px 40px;
	position: relative;
}

.certificate .title {
	font-family: Avenir-Black;
	font-size: 50px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 51px;
}

.certificate .swiper-slide a:hover img {
	transform: scale(1, 1);
}

.certificate .txt {
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #333333;
	text-align: center;
	cursor: pointer;
}

.certificate .txt:hover {
	color: #4986ec;
}

.certificate .shadowImg {
	margin-top: -3px;
	margin-bottom: 4px;
}

.certificate .btns {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	bottom: 12px;
}

.certificate .btns .prev,
.certificate .btns .next {
	width: 78px;
	height: 47px;
	text-align: center;
	background-color: #195ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 5px 10px;
}

.certificate .btns .prev img,
.certificate .btns .next img {
	margin-top: 8px;
}

.certificate .btns .prev {
	margin-right: 9px;
}


.certificate .btns .prev i,
.certificate .btns .next i {
	color: #ffffff;
	font-weight: bold;
	font-size: 38px;
	display: block;
}

.certificate .btns .prev i {
	transform: rotate(90deg) scaleX(-1);
}

.certificate .btns .next i {
	transform: rotate(270deg);
}


.certificate .prev:hover {
	background-color: #242424;
}

.certificate .next:hover {
	background-color: #242424;
}


@media screen and (max-width:1700px) {
	.aboutPage .msg p {
		margin-bottom: 20px;
	}

	.factorys {
		margin-bottom: 70px;
	}

	.aboutPage .msg .title {
		margin-bottom: 20px;
	}

	.aboutPage .msg .btn {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.factorys .prev,
	.factorys .next {
		top: -70px;
	}

	.aboutPage .msg {
		width: 56%;
	}

	.certificate {
		padding: 50px 43px 80px 43px;
	}

	.certificate .title {
		font-size: 42px;
	}

	.factorys .prev img,
	.factorys .next img {
		margin-top: 5px;
	}

	.certificate .btns .prev img,
	.certificate .btns .next img {
		margin-top: 5px;
	}
}


@media screen and (max-width:1333px) {
	.aboutPage .clear {
		display: block;
	}

	.aboutPage .con {
		display: block;
		margin-bottom: 100px;
	}

	.aboutPage .image {
		float: right;
		margin-left: 30px;
	}

	.aboutPage .msg {
		width: auto;
		display: unset;
	}

	.aboutPage .msg p {
		display: inline;
	}

	.factorys {
		padding: 0 43px 0 43px;
		margin-bottom: 40px;
	}

	.factorys .prev,
	.factorys .next {
		width: 60px;
		height: 40px;
		line-height: 40px;
		top: -60px;
	}

	.factorys .prev i,
	.factorys .next i {
		font-size: 28px;
	}

	.certificate {
		padding: 30px 43px 90px 43px;
	}

	.certificate .title {
		font-size: 38px;
		margin-bottom: 30px;
	}

	.certificate .btns {
		bottom: 30px;
	}

	.certificate .btns .prev,
	.certificate .btns .next {
		width: 60px;
		height: 40px;
		line-height: 40px;
	}

	.certificate .btns .prev i,
	.certificate .btns .next i {
		font-size: 32px;
	}

}

@media screen and (max-width:999px) {
	.aboutPage {
		padding: 30px 30px 40px 30px;
	}

	.aboutPage .msg .title {
		margin-bottom: 10px;
	}

	.factorys {
		padding: 0 30px 0 30px;
		margin-bottom: 30px;
	}

	.factorys .prev,
	.factorys .next {
		top: -50px;
	}

	.factorys .next {
		left: 110px;
	}

	.certificate {
		padding: 0 30px 80px 30px;
	}

	.certificate .btns .prev i,
	.certificate .btns .next i {
		font-size: 28px;
	}

	.certificate .btns .prev,
	.certificate .btns .next {
		width: 50px;
		height: 35px;
		line-height: 35px;
		line-height: 30px;
	}

	.certificate .title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.aboutPage .con {
		margin-bottom: 60px;
	}

	.aboutPage .msg {
		background-color: transparent;
	}
}

@media screen and (max-width:768px) {
	.aboutPage {
		padding: 20px 20px 40px 20px;
	}

	.aboutPage .msg .btn {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.factorys {
		padding: 0 20px 0 20px;
		margin-bottom: 20px;
	}

	.factorys .prev,
	.factorys .next {
		width: 50px;
		height: 30px;
		line-height: 30px;
		top: -40px;
	}

	.factorys .prev i,
	.factorys .next i {
		font-size: 24px;
		font-weight: normal;
	}

	.factorys .next {
		left: 90px;
	}

	.certificate {
		padding: 0 20px 70px 20px;
	}

	.certificate .title {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.certificate .btns .prev,
	.certificate .btns .next {
		height: 30px;
	}

	.aboutPage .con {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.aboutPage {
		padding: 10px 10px 50px 10px;
	}

	.aboutPage .msg .title {
		margin-bottom: 5px;
	}

	.factorys {
		padding: 0 10px 0 10px;
		margin-bottom: 10px;
	}

	.factorys .next {
		left: 80px;
	}

	.certificate {
		padding: 0 10px 60px 10px;
	}

	.certificate .btns {
		bottom: 20px;
	}

	.certificate .btns .prev i,
	.certificate .btns .next i {
		font-size: 22px;
	}

	.aboutPage .con {
		margin-bottom: 10px;
	}

	.aboutPage .image {
		margin-left: 0;
	}

	.aboutManDu .con {
		background-color: #ffffff;
	}
}





/* -----------------------3-1whay---------------------------------- */
.whyUs {
	padding: 54px 38px 40px 38px;
}

.whyUs .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 85px;
}

.whyUs .box .image {
	width: 39.7%;
}

.whyUs .box .msg {
	width: 55.9%;
}

.whyUs .box:nth-child(2n-1) .msg {
	transform: translateY(22px);
}

.whyUs .box:nth-child(2n-1) .list {
	margin-right: 10%;
}

.whyUs .box:nth-child(2n) .list {
	margin-left: 14.5%;
}

.whyUs .box:nth-child(2n-1) .titImg {
	margin-right: 7.1%;
	margin-top: 54px;
}

.whyUs .box:nth-child(2n) .titImg {
	margin-left: 7.1%;
	margin-top: 57px;
}

.whyUs .box:nth-child(2n) {
	flex-direction: row-reverse;
}

.whyUs .box:last-child {
	margin-bottom: 43px;
}

.whyUs .box .title {
	font-family: Avenir-Black;
	font-size: 40px;
	color: #333333;
	margin-bottom: 25px;
}

.whyUs .box .item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.whyUs .box .item:last-child {
	margin-bottom: 0;
}

.whyUs .box .item img {
	width: 42px;
	height: 42px;
	margin-right: 9px;
}

.whyUs .box .item p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 30px;
}

.whyUs .box .item p:last-child {
	margin-bottom: 0;
}


.whyUs2 {
	padding: 32px 38px 40px 38px;
}

.whyUs2 .box:nth-child(2n-1) .msg {
	transform: translateY(77px);
}

.whyUs2 .box:nth-child(2n) .msg {
	transform: translateY(26px);
}

.whyUs2 .box:nth-child(3n) .msg {
	transform: translateY(-39px);
}


.whyUs2 .box:nth-child(2n-1) {
	margin-bottom: 63px;
}

.whyUs2 .box:nth-child(2n) {
	margin-bottom: 100px;
}

.whyUs2 .box:last-child {
	margin-bottom: -27px;
}




@media screen and (max-width:1600px) {
	.whyUs .box .title {
		font-size: 38px;
	}

	.whyUs .box:nth-child(n) .msg {
		transform: translateY(0);
	}

	.whyUs .box:nth-child(n) .list {
		margin-right: 0;
		margin-left: 0;
	}

	.whyUs .box:nth-child(n) .titImg {
		margin-top: 30px;
	}

	.whyUs .box:nth-child(n) .titImg {
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width:1333px) {
	.whyUs .box {
		display: block;
	}

	.whyUs .box .image {
		width: 40%;
	}

	.whyUs .box:nth-child(n) .msg {
		width: 100%;
	}

	.whyUs .box:nth-child(2n-1) .image {
		float: left;
		margin-right: 30px;
	}

	.whyUs .box:nth-child(2n) .image {
		float: right;
		margin-left: 30px;
	}

	.whyUs .box .title {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.whyUs .box .item img {
		width: 35px;
		height: 35px;
	}

	.whyUs .box .item {
		margin-bottom: 20px;
	}

	.whyUs .box:nth-child(n) {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:999px) {
	.whyUs {
		padding: 30px;
	}

	.whyUs .box:nth-child(n) {
		margin-bottom: 30px;
	}

	.whyUs .box .item img {
		width: 30px;
		height: 30px;
		margin-right: 5px;
	}

	.whyUs .box .title {
		font-size: 28px;
	}
}

@media screen and (max-width:768px) {
	.whyUs .box:nth-child(n) {
		display: flex;
		flex-direction: column;

	}

	.whyUs .box:nth-child(n) .image {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}

	.whyUs {
		padding: 20px;
	}

	.whyUs .box .title {
		font-size: 24px;
	}
}

@media screen and (max-width:538px) {
	.whyUs .box:nth-child(n) {
		margin-bottom: 20px;
	}

	.whyUs .box:nth-child(n) .image {
		margin-bottom: 10px;
	}

	.whyUs .box .item {
		margin-bottom: 10px;
	}

	.whyUs .box .title {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.whyUs {
		padding: 10px;
	}
}














/*  -------------------4-1blog--------------------------------- */

.blog {
	margin-top: 65px;
	padding: 0 38px 0 38px;
}


.blog .swiper-slide {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.blog .swiper-slide .image {
	width: 38%;
}

.blog .swiper-slide .msg {
	flex: 1;
	padding: 6px 4% 89px 3.07%;
}

.blog .swiper-slide .msg .title {
	font-family: Poppins;
	font-size: 26px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 13px;
	hyphens: auto;
}

.blog .swiper-slide .msg .time {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
	margin-bottom: 20px;
}

.blog .swiper-slide .msg .list {
	margin-bottom: 15px;
}

.blog .swiper-slide .msg .list:hover p {
	color: #4986ec;
}

.blog .swiper-slide .msg .list p {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 30px;
	color: #6d6d6d;
	margin-bottom: 30px;
}

.blog .swiper-slide .msg .list p:last-child {
	margin-bottom: 0;
}

.blog .swiper-slide .msg .btn {
	display: flex;
	align-items: center;
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #4986ec;
}

.blog .swiper-slide .msg .btn i {
	color: #4986ec;
	font-size: 18px;
	font-weight: bold;
	margin-left: 9px;
}

.blog .swiper-slide .msg .btn:hover i {
	margin-left: 13px;
}

.blog {
	position: relative;
}

.blog .btns {
	position: absolute;
	bottom: 8px;
	display: flex;
	align-items: center;
	z-index: 1;
	left: 41.45%;
}


.blog .btns div {
	width: 49px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	background-color: #fefefe;
	border: solid 1px #e5e5e5;
	cursor: pointer;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}

.blog .btns div:hover {
	background-color: #4986ec;
	border-color: #4986ec;
	color: #ffffff;
}

.blog .btns div.prev {
	margin-right: 14px;
}

@media screen and (max-width:1600px) {
	.blog .swiper-slide .image {
		width: 40%;
	}

	.blog .btns {
		left: 43%;
	}

	.blog .swiper-slide .msg .title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.blog .swiper-slide .msg .time {
		margin-bottom: 10px;
	}

	.blog .swiper-slide .msg .list p {
		margin-bottom: 10px;
	}

	.blog .btns div {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
	}

	.blog .swiper-slide .msg {
		padding: 0 3% 80px 3%;
	}

	.blog .btns {
		bottom: 0;
	}
}

@media screen and (max-width:1333px) {
	.blog {
		margin-top: 40px;
	}

	.blog .swiper-slide .msg .title {
		font-size: 22px;
	}

	.blog .swiper-slide .msg {
		padding: 0;
		width: 100%;
	}

	.blog .swiper-slide .msg .list {
		display: inline;
	}

	.blog .swiper-slide .image {
		width: 50%;
	}

	.blog .swiper-slide .msg .title,
	.blog .swiper-slide .msg .time,
	.blog .swiper-slide .msg .list p {
		margin-bottom: 5px;
	}

	.blog .swiper-slide .msg .list {
		margin-bottom: 10px;
	}

	.blog .btns {
		left: 51.5%;
	}

	.blog .btns div {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.blog .swiper-slide {
		display: block;
	}

	.blog .swiper-slide .image {
		float: left;
		margin-right: 2%;
	}

	.blog .swiper-slide .msg .btn {
		justify-content: flex-end;
	}

	.blog .btns {
		left: 50%;
		transform: translateX(-50%);
		bottom: -50px;
	}
}

@media screen and (max-width:999px) {
	.blog .swiper-slide .msg .title {
		font-size: 20px;
		line-height: 26px;
	}

	.blog .btns div {
		width: 35px;
		line-height: 35px;
		height: 35px;
	}

	.blog {
		padding: 0 30px 0 30px;
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.blog {
		padding: 0 20px 0 20px;
		margin-top: 20px;
	}

	.blog .swiper-slide .msg .title {
		font-style: 18px;
		line-height: 26px;
	}
}

@media screen and (max-width:538px) {
	.blog {
		padding: 0 10px 0 10px;
		margin-top: 10px;
	}

	.blog .swiper-slide .image {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}










.blogList {
	padding: 59px 38px 60px 38px;
}

.blogList .list {
	display: flex;
	flex-wrap: wrap;
}


.blogList .list .item {
	width: 48.4%;
	margin-right: 3.12%;
	margin-bottom: 59px;
	padding: 30px;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blogList .list .item:nth-child(2n) {
	margin-right: 0;
}

.blogList .list .item .image {
	width: 39.6%;
}

.blogList .list .item .msgBox {
	width: 56.8%;
	margin-top: 4px;
}

.blogList .list .item .name {
	font-family: Poppins;
	font-size: 18px;
	color: #333333;
	margin-bottom: 9px;
	line-height: 30px;
}

.blogList .list .item .time {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
	margin-bottom: 9px;
}

.blogList .list .item .msg {
	font-family: Poppins-Light;
	font-size: 14px;
	line-height: 24px;
	color: #6d6d6d;
	margin-bottom: 9px;
}

.blogList .list .item .btn {
	display: flex;
	align-items: center;
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #4986ec;
}

.blogList .list .item .btn i {
	color: #4986ec;
	margin-left: 9px;
	font-size: 18px;
	font-weight: bold;
}

.blogList .list .item .btn:hover i {
	margin-left: 13px;
}


.blogList .pageList {
	margin-top: 18px;
}

.pageList .no:hover {
	background-color: #e8e8e8;
	color: #333;
}

.blogTitBg {
	padding: 84px 38px 33px 38px;
	display: flex;
	align-items: center;
	justify-content: center;
}




@media screen and (max-width:1600px) {
	.blogList .list .item {
		margin-bottom: 40px;
		width: 49%;
		margin-right: 2%;
		padding: 20px;
	}

	.blogList .list .item .name {
		line-height: 26px;
		margin-bottom: 5px;
	}
}



@media screen and (max-width:1333px) {
	.blogList {
		padding: 90px 38px 40px 38px;
	}

	.blogList .list .item {
		margin-bottom: 30px;
	}

	.blogList .list .item .name {
		font-size: 16px;
		line-height: 24px;
	}

	.blogList .list .item .time {
		margin-bottom: 0;
	}

	.blogList .list .item .image {
		width: 49%;
		float: left;
		margin-right: 2%;
	}

	.blogList .list .item .msgBox {
		width: 49%;
	}

	.blogList .list .item {
		padding: 14px;
	}

	.blogTitBg {
		padding: 40px;
	}

	.blogList .list .item .msgBox {
		margin-top: 0;
	}

}

@media screen and (max-width:999px) {
	.blogList {
		padding: 80px 30px 30px 30px;
	}

	.blogList .list .item {
		margin-bottom: 20px;
	}

	.blogTitBg {
		padding: 30px;
	}

	.blogList .list .item {
		width: 100%;
		margin-right: 0;
	}

	.blogList .list .item .image {
		width: 42.8%;
	}

	.blogList .list .item .msgBox {
		width: 70%;
	}

	.blogList .pageList {
		margin-top: 10px;
	}
}

@media screen and (max-width:768px) {
	.blogList {
		padding: 80px 20px 20px 20px;
	}

	.blogList .list .item {
		width: 49%;
		margin-right: 2%;
	}

	.blogList .list .item .image {
		width: 100%;
		margin-right: 0%;
	}

	.blogList .list .item .msg {
		display: -webkit-box;
	}

	.blogList .list .item {
		display: flex;
		flex-direction: column;
		padding: 10px;
	}

	.blogList .list .item .name {
		font-size: 14px;
		line-height: 22px;
	}

	.blogList .list .item {
		margin-bottom: 15px;
	}

	.blogList .pageList {
		margin-top: 10px;
	}

	.blogList .list .item .msgBox {
		width: 100%;
	}
}

@media screen and (max-width:538px) {
	.blogList {
		padding: 60px 10px 10px 10px;
	}

	.blogList .list .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.blogList .list .item .image {
		max-width: 330px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:370px) {
	.blogList {
		padding: 60px 10px 10px 10px;
	}

	.blogList .list .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}




/* 4-2 */

.blogDet {
	padding: 69px 44px 40px 44px;
}

.blogDet h1 {
	font-family: Avenir-Black;
	font-size: 30px;
	color: #333333;
	margin-bottom: 16px;
}

.blogDet .tips {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 25px;
}


.blogDet .tips .time {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-style: italic;
	color: #666666;
}

.blogDet .tips .share {
	display: flex;
	align-items: center;
	margin: 5px 24px;
}

.blogDet .tips .share span {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-style: italic;
	color: #666666;
	margin-right: 15px;
}

.blogDet .meaasges {
	border-top: 1px solid #f2f2f2;
	padding: 42px 0 43px 0;
}


.blogDet .meaasges p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.blogDet .prevOrNext {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 13px 0;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}

.blogDet .prevOrNext>div {
	display: flex;
	align-items: center;
}


.blogDet .prevOrNext>div .con {
	display: flex;
	flex-direction: column;
}

.blogDet .prevOrNext>div.prev .con {
	align-items: flex-start;
}

.blogDet .prevOrNext>div.prev .con span {
	text-align: left;
}

.blogDet .prevOrNext>div.next .con {
	align-items: flex-end;
}

.blogDet .prevOrNext>div.next .con span {
	text-align: right;
}

.blogDet .prevOrNext span {
	font-family: Poppins-Medium;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	word-wrap: break-word;
	hyphens: auto;
}

.blogDet .prevOrNext span:nth-child(2) {
	font-family: Poppins-Medium;
	font-size: 16px;
	color: #999999;
}

.blogDet .prevOrNext a:hover span {
	color: #4986ec;
}

.blogDet .prevOrNext .prev i {
	font-size: 18px;
	color: #666666;
	margin-right: 10px;
}

.blogDet .prevOrNext .next i {
	font-size: 18px;
	color: #666666;
	margin-left: 10px;
}

.hotProduct.blogHot {
	padding: 0 40px 79px 40px;
}

.hotProduct.blogHot .btns {
	bottom: 18px;
}

.blogDet .prevOrNext>div.prev {
	margin-right: 20px;
}

@media screen and (max-width:1600px) {
	.blogDet {
		padding: 50px 44px 40px 44px;
	}
}

@media screen and (max-width:1333px) {
	.blogDet {
		padding: 40px;
	}

	.blogDet h1 {
		font-size: 28px;
	}

	.blogDet .tips {
		margin-bottom: 20px;
	}

	.blogDet .meaasges {
		padding: 40px 0 40px 0;
	}

	.blogDet .prevOrNext {
		padding: 10px 0 10px 0;
	}
}

@media screen and (max-width:999px) {
	.blogDet {
		padding: 30px;
	}

	.blogDet h1 {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.blogDet .tips {
		margin-bottom: 10px;
	}

	.blogDet .tips .share {
		margin: 5px 10px;
	}

	.blogDet .tips .time,
	.blogDet .tips .share span {
		font-size: 14px;
	}

	.blogDet .tips .share span {
		margin-right: 10px;
	}

	.blogDet .meaasges {
		padding: 30px 0;
	}

	.blogDet .prevOrNext span:nth-child(n) {
		font-size: 14px;
		line-height: 24px;
	}

	.blogDet .prevOrNext div i {
		font-size: 16px !important;
	}

	.hotProduct.blogHot {
		padding: 20px 30px 80px 30px;
	}

	.hotProduct.blogHot .btns {
		bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.blogDet {
		padding: 20px;
	}

	.blogDet h1 {
		font-size: 24px;
	}

	.blogDet .tips .time,
	.blogDet .tips .share span {
		font-size: 12px;
	}

	.blogDet .meaasges {
		padding: 20px 0;
	}

	.blogDet .prevOrNext span:nth-child(n) {
		font-size: 12px;
		line-height: 22px;
	}

	.blogDet .prevOrNext div i {
		font-size: 14px !important;
	}

	.blogDet .prevOrNext {
		padding: 5px 0;
	}

	.hotProduct.blogHot {
		padding: 20px 20px 60px 20px;
	}

	.hotProduct.blogHot .btns {
		bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.blogDet {
		padding: 10px;
	}

	.blogDet h1 {
		font-size: 22px;
	}

	.blogDet .tips {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 5px;
	}

	.blogDet .tips .share {
		margin: 10px 0;
	}

	.blogDet .meaasges {
		padding: 10px 0;
	}

	.hotProduct.blogHot {
		padding: 10px 10px 60px 10px;
	}

	.hotProduct.blogHot .btns {
		bottom: 30px;
	}
}




/* -----------------------5-1contactUs----------------------------------- */


.contactUs {
	padding: 66px 38px 5px 38px;
}

.contactUs .list {
	display: flex;
	flex-wrap: wrap;
}

.contactUs .list .item {
	width: 23.95%;
	margin-right: 1.4%;
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 250px;
	background-color: rgba(245, 245, 245, 0.3);
	padding: 41px 10px 0px 10px;
}

.contactUs .list .item:nth-child(4n) {
	margin-right: 0;
}


.contactUs .list .item .image {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #4986ec;
	margin-bottom: 22px;
	flex-shrink: 0;
}

.contactUs .list .item i {
	color: #4986ec;
	font-size: 40px;
}

.contactUs .list .item p,
.contactUs .list .item a {
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 35.5px;
	color: #666666;
	text-align: center;
	word-wrap: break-word;
	word-break: break-all;
}

.contactUs .list .item.address p {
	font-size: 21px;
	line-height: 42px;
}

.contactUs .list .item.item.address .image {
	margin-bottom: 6px;
}

.contactUs .item.codeImg {
	padding: 0;
	align-items: center;
	justify-content: center;
}

.contactUs .item.codeImg div {
	width: 49%;
}

.writeUs {
	padding: 0 38px 0 38px;
}

.writeUs .title {
	font-family: Poppins-Medium;
	font-size: 42px;
	color: #333333;
	margin-bottom: 20px;
	text-align: center;
}



.writeUs .tit2 {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
	margin-bottom: 56px;
	text-align: center;
}

.writeUs form {
	margin-bottom: 80px;
}

.writeUs form .list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
}

.writeUs form div.must {
	position: relative;
}

.writeUs form div.must:after {
	position: absolute;
	content: "*";
	font-size: 16px;
	color: #e60012;
	top: 50%;
	transform: translateY(-40%);
	left: 13px;
}

.writeUs form .list div {
	width: 23.4%;
	margin-right: 2.133333%;
	border: 1px solid #d6d6d6;
	height: 58px;
}

.writeUs form .list div:nth-child(4n) {
	margin-right: 0;
}

.writeUs form .msg {
	height: 252px;
	background-color: #ffffff;
	border: solid 1px #d6d6d6;
	margin-bottom: 40px;
}

.writeUs form .codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.writeUs form .codeCon .codeInput {
	width: 49.95%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #d6d6d6;
	height: 58px;

}

.writeUs form .codeCon .codeInput input {
	flex: 1;
}

.writeUs form .codeCon .codeInput .codeImg {
	flex-shrink: 0;
	width: 245px;
	height: 55px;
	background-color: #f3fbfe;
	border-left: solid 1px #d6d6d6;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.writeUs form .codeCon .codeInput .codeImg img {
	height: 100%;
}



.writeUs form input,
.writeUs form textarea {
	width: 100%;
	height: 100%;
}

.writeUs form input {
	padding: 0 34px;
}

.writeUs form textarea {
	padding: 13px 34px;
}

.writeUs .submitBtn {
	width: 48.9%;
	background-color: #4986ec;
	height: 58px;
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}

.writeUs .submitBtn:hover {
	text-decoration: underline;
}

.writeUs form input,
.writeUs form textarea {
	color: #333333;
	font-size: 16px;
}

.writeUs form input::-webkit-input-placeholder,
.writeUs form textarea::-webkit-input-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
}

.writeUs form input:-moz-placeholder,
.writeUs form textarea:-moz-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
}

.writeUs form input::-moz-placeholder,
.writeUs form textarea::-moz-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
}

.writeUs form input:-ms-input-placeholder,
.writeUs form textarea:-ms-input-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
}


.writeUs .titImg {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 88px 38px 94px 38px;
}

.writeUs .titImg img {
	width: 55.3%;
}

@media screen and (max-width:1600px) {
	.contactUs .list .item:nth-child(n) {
		padding: 30px 10px 10px 10px;
	}

	.contactUs .list .item:nth-child(n) .image {
		width: 90px;
		height: 90px;
		margin-bottom: 20px;
	}

	.contactUs .list .item:nth-child(n) p,
	.contactUs .list .item:nth-child(n) a {
		font-size: 18px;
		line-height: 30px;
	}

	.contactUs .list .item {
		margin-bottom: 40px;
	}

	.writeUs .title {
		font-size: 38px;
	}

	.contactUs {
		padding: 50px 38px 0px 38px;
	}


}

@media screen and (max-width:1333px) {
	.contactUs {
		padding: 40px 38px 10px 38px;
	}

	.contactUs .list .item:nth-child(n) {
		padding: 20px 10px 10px 10px;
	}

	.contactUs .list .item:nth-child(n) .image {
		width: 70px;
		height: 70px;
	}

	.contactUs .list .item i {
		font-size: 32px;
	}

	.contactUs .list .item:nth-child(n) p,
	.contactUs .list .item:nth-child(n) a {
		font-size: 16px;
		line-height: 26px;
	}

	.contactUs .list .item {
		margin-bottom: 30px;
	}

	.contactUs .list .item {
		height: 200px;
	}

	.contactUs .item.codeImg div {
		width: 75%;
	}

	.writeUs .tit2 {
		margin-bottom: 30px;
	}

	.writeUs .title {
		font-size: 32px;
		margin-bottom: 16px;
	}

	.writeUs form input {
		padding: 0 20px;
	}

	.writeUs form textarea {
		padding: 10px 20px;
	}

	.writeUs form .list div,
	.writeUs .submitBtn,
	.writeUs form .codeCon .codeInput {
		height: 45px;
	}

	.writeUs form div.must:after {
		left: 8px;
	}

	.writeUs form .list {
		margin-bottom: 20px;
	}

	.writeUs form .msg {
		height: 180px;
		margin-bottom: 20px;
	}

	.writeUs form .codeCon .codeInput .codeImg {
		height: 160px;
		height: 43px;
	}

	.writeUs form {
		margin-bottom: 40px;
	}

	.writeUs .titImg {
		padding: 40px 38px 40px 38px;
	}

}

@media screen and (max-width:999px) {
	.contactUs {
		padding: 30px;
	}

	.contactUs .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
	}

	.contactUs .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.contactUs .list .item {
		height: auto;
	}

	.contactUs .list .item:nth-child(n) {
		padding: 20px;
	}

	.contactUs .list .item:nth-child(n) .image {
		width: 60px;
		height: 60px;
		margin-bottom: 10px;
	}

	.contactUs .list .item i {
		font-size: 28px;
	}

	.contactUs .list .item:nth-child(n) p,
	.contactUs .list .item:nth-child(n) a {
		font-size: 14px;
		line-height: 24px;
	}

	.contactUs .list .item:nth-child(n) {
		margin-bottom: 20px;
	}

	.contactUs .list .item.weixin {
		justify-content: center;
	}

	.writeUs .title {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.writeUs .tit2 {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 24px;
	}

	.writeUs {
		padding: 0 30px;
	}

	.writeUs form .list div {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.writeUs form .list div:nth-child(2n) {
		margin-right: 0;
	}

	.writeUs form .list {
		margin-bottom: 0;
	}

	.writeUs form .msg {
		height: 140px;
	}

	.writeUs form .codeCon .codeInput .codeImg {
		width: 180px;
	}

	.writeUs form input,
	.writeUs form textarea,
	.writeUs .submitBtn {
		font-size: 14px;
	}

	.writeUs form input::-webkit-input-placeholder,
	.writeUs form textarea::-webkit-input-placeholder {
		font-size: 14px;
	}

	.writeUs form input:-moz-placeholder,
	.writeUs form textarea:-moz-placeholder {
		font-size: 14px;
	}

	.writeUs form input::-moz-placeholder,
	.writeUs form textarea::-moz-placeholder {
		font-size: 14px;
	}

	.writeUs form input:-ms-input-placeholder,
	.writeUs form textarea:-ms-input-placeholder {
		font-size: 14px;
	}

	.writeUs form {
		margin-bottom: 30px;
	}

	.writeUs .titImg {
		padding: 30px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .list .item:nth-child(n) {
		padding: 10px;
	}

	.contactUs {
		padding: 20px;
	}

	.contactUs .list .item:nth-child(n) .image {
		width: 50px;
		height: 50px;

	}

	.contactUs .list .item i {
		font-size: 24px;
	}

	.contactUs .list .item:nth-child(n) p,
	.contactUs .list .item:nth-child(n) a {
		font-size: 12px;
		line-height: 22px;
	}

	.contactUs .list .item:nth-child(n) {
		margin-bottom: 16px;
	}

	.writeUs form {
		margin-bottom: 20px;
	}

	.writeUs .title {
		font-size: 24px;
	}

	.writeUs .tit2 {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.writeUs {
		padding: 0 20px;
	}

	.writeUs form .list div {
		margin-bottom: 10px;
		height: 40px;
	}

	.writeUs form .msg {
		height: 100px;
		margin-bottom: 10px;
	}

	.writeUs form .list div,
	.writeUs .submitBtn,
	.writeUs form .codeCon .codeInput {
		height: 40px;
	}

	.writeUs form .codeCon .codeInput .codeImg {
		height: 38px;
		width: 140px;
	}

	.writeUs .titImg {
		padding: 20px;
	}

	.writeUs form input,
	.writeUs form textarea,
	.writeUs .submitBtn {
		font-size: 12px;
	}

	.writeUs form input::-webkit-input-placeholder,
	.writeUs form textarea::-webkit-input-placeholder {
		font-size: 12px;
	}

	.writeUs form input:-moz-placeholder,
	.writeUs form textarea:-moz-placeholder {
		font-size: 12px;
	}

	.writeUs form input::-moz-placeholder,
	.writeUs form textarea::-moz-placeholder {
		font-size: 12px;
	}

	.writeUs form input:-ms-input-placeholder,
	.writeUs form textarea:-ms-input-placeholder {
		font-size: 12px;
	}
}

@media screen and (max-width:538px) {
	.contactUs {
		padding: 10px;
	}

	.contactUs .list .item:nth-child(n) .image {
		width: 40px;
		height: 40px;

	}

	.contactUs .list .item i {
		font-size: 22px;
	}

	.contactUs .list .item:nth-child(n) {
		width: 49%;
		margin-bottom: 10px;
	}

	.contactUs .list .item:nth-child(3n) {
		margin-right: 2%;
	}

	.contactUs .list .item:nth-child(2n) {
		margin-right: 0%;
	}

	.writeUs form .codeCon {
		flex-direction: column;
	}

	.writeUs form .codeCon .codeInput {
		width: 100%;
		margin-bottom: 10px;
	}

	.writeUs .submitBtn {
		width: 100%;
	}

	.writeUs {
		padding: 0 10px;
	}

	.writeUs .title {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.writeUs form .list div,
	.writeUs .submitBtn,
	.writeUs form .codeCon .codeInput {
		height: 35px;
	}

	.writeUs form .codeCon .codeInput .codeImg {
		height: 33px;
	}

	.writeUs form input {
		padding: 0 10px;
	}

	.writeUs form textarea {
		padding: 10px;
	}

	.writeUs form div.must:after {
		left: 2px;
	}

	.writeUs form {
		margin-bottom: 10px;
	}

	.writeUs .titImg {
		padding: 10px;
	}

	.writeUs form .msg {
		height: 80px;
	}
}





/* hotProduct */

.hotProduct {
	padding: 60px 40px 89px 40px;
	position: relative;
}

.hotProduct .title {
	font-family: Avenir-Black;
	font-size: 50px;
	color: #333333;
	margin-bottom: 54px;
	text-align: center;
}

.hotProduct .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.hotProduct .swiper-slide .image {
	background-color: #4986ec;
	box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.13);
}

.hotProduct .swiper-slide .txt {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #333333;
	padding: 21px 10px;
	width: 100%;
}

.hotProduct .btns {
	position: absolute;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}

.hotProduct .btns div {
	width: 78px;
	height: 47px;
	text-align: center;
	/* line-height: 47px; */
	display: flex;
	padding: 5px 10px;
	align-items: center;
	justify-content: center;
	background-color: #195ccc;
	cursor: pointer;
}

.hotProduct .btns div:hover {
	background-color: #242424;
}

.hotProduct .btns div img {
	margin-top: 8px;
}

.hotProduct .btns div i {
	font-size: 40px;
	color: #fff;
	display: block;
}

.hotProduct .btns div.prev {
	margin-right: 13px;
}

.hotProduct .btns div.prev i {
	transform: rotate(90deg) scaleX(-1);

}

.hotProduct .btns div.next i {
	transform: rotate(270deg);

}

@media screen and (max-width:1600px) {
	.hotProduct .title {
		font-size: 38px;
		margin-bottom: 40px;
	}

	.hotProduct {
		padding: 40px 40px 80px 40px;
	}

	.hotProduct .btns div {
		width: 70px;
		height: 45px;
		line-height: 45px;
	}

	.hotProduct .btns div.prev {
		margin-right: 16px;
	}

	.hotProduct .btns div img {
		margin-top: 5px;
	}
}

@media screen and (max-width:1333px) {
	.hotProduct {
		padding: 30px 40px 60px 40px;
	}

	.hotProduct .title {
		font-size: 32px;
		margin-bottom: 30px;
	}

	.hotProduct .btns div {
		width: 60px;
		height: 40px;
		line-height: 40px;
	}

	.hotProduct .btns {
		bottom: 20px;
	}

}

@media screen and (max-width:999px) {
	.hotProduct {
		padding: 30px 30px 60px 30px;
	}

	.hotProduct .title {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.hotProduct .btns div {
		width: 50px;
		height: 35px;
		line-height: 35px;
	}

	.hotProduct .btns {
		bottom: 20px;
	}

	.hotProduct .swiper-slide .txt {
		padding: 10px;
	}

}

@media screen and (max-width:768px) {
	.hotProduct {
		padding: 20px 20px 60px 20px;
	}

	.hotProduct .title {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.hotProduct .btns div {
		width: 50px;
		height: 30px;
		line-height: 30px;
	}

	.hotProduct .btns {
		bottom: 25px;
	}
}

@media screen and (max-width:538px) {
	.hotProduct {
		padding: 10px 10px 40px 10px;
	}

	.hotProduct .title {
		font-size: 22px;
	}

	.hotProduct .btns {
		bottom: 14px;
	}
}






















/* crumb */
.crumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.crumb a,
.crumb i {
	font-family: Poppins-Regular;
	font-size: 20px;
	font-style: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.crumb a.active {
	text-decoration: underline;
}

.crumb i {
	font-style: normal;
	margin: 0 4px;
}

.crumb a:hover {
	color: #4986ec;
}

.crumb2 {
	display: none;
}

@media screen and (max-width:1333px) {

	.crumb a,
	.crumb i {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.crumb {
		padding: 10px 30px;
		background-color: #537bbc;
		width: 100%;
	}

	.crumb2 {
		display: flex;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.crumb {
		padding: 10px 20px;
	}

	.crumb a,
	.crumb i {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {
	.crumb {
		padding: 10px;
	}

	.crumb a,
	.crumb i {
		font-size: 12px;
		line-height: 22px;
	}
}

/* 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: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: solid 1px #999999;
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #666666 !important;
	margin: 3px 3px;
	text-decoration: none !important;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	border-color: #4986ec;
	background-color: #4986ec;
	color: #ffffff !important;
	text-decoration: none !important;
}

.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 3px;
}


.pager .addTo input {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #4986ec;
	background-color: transparent;
	margin-right: 17px;
	cursor: pointer;
}

.pager .addTo input:hover {
	text-decoration: underline;
}

.pager .pageList a.big {
	font-size: 24px !important;
}


/* 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: 9;
}

.lianxi div a,
.lianxi div div {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #565353;
	font-size: 26px;
	color: #ffffff;
	margin-right: 3px;
}
.lianxi div a.active2{
	pointer-events: none;
}

.lianxi div.zalo a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.lianxi div.zalo a:hover img {
	transform: scale(1, 1);
}

.lianxi .top a {
	width: 50px;
	height: 50px;
	background-color: #4986ec;
	line-height: 50px;
	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;
}

.lianxi .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-radius: 50%;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div:hover a,
.lianxi div:hover div {
	background-color: #ffffff;
}

.lianxi div.top:hover a {
	background-color: #4986ec;
}

.clear2 {
	display: none;
}
.lianxi div:nth-child(1) a {
	color: #e4007f;
}

.lianxi div:nth-child(2) a {
	color: #537bbc;
}

.lianxi div:nth-child(3) a {
	color: #25d366;
}

.lianxi div:nth-child(4) a {
	color: #11cd6e;
}



.lianxi>div{
	position: relative;
}
.lianxi>div>img{
	position: absolute;
	left: 100%;
	max-width: 149px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

.lianxi>div>img.active{
	left: auto;
	right: 100%;
}






@media screen and (max-width: 999px) {
	.lianxi>div>img{
		left: 50%;
		max-width: 149px;
		top: 100%;
		transform: translateX(-50%);
		z-index: -1;
	}
	
	.lianxi>div>img.active{
		top: auto;
		bottom: 100%;
		left: 50%;
	}
	
	.youlian {
		display: none;
	}
	.lianxi .top a {
		width: 20%;
		height: 45px;
		line-height: 45px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		font-size: 22px;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 20%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		margin: auto;
		width: 100%;
		border-radius: 0px;
		height: 45px;
		line-height: 45px;
		font-size: 22px;
	}
	.weChat .iconfont {
		color: #11cd6e;
	}
	.lianxi .top i {
		border-color: #fff;
	}
	

}

footer {
	background-color: #000000;
	padding: 83px 0 27px 0;
}

footer .con {
	padding: 0 110px;
}

footer .bottom {
	padding: 0 110px;
}

footer .footerList {
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;
}


footer .codes {
	width: 23.75%;
}


footer .codes .Flogo {
	width: 296px;
	margin-bottom: 49px;
}

footer .codes .Flogo:hover img {
	transform: scale(1, 1);
}

footer .codes .list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .codes .list .item {
	width: 44.2%;
}

footer .codes .list .item img {
	margin-bottom: 8px;
}

footer .codes .list .item .name {
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #bfbfbf;
	text-align: center;
}

footer .Fmsgs {
	width: 69%;
	margin-top: 26px;
}

footer .Fmsgs .Fnavs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 72px;
}


footer .Fmsgs .Fnavs a {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-right: 6.1%;
}

footer .Fmsgs .Fnavs a:last-child {
	margin-right: 0;
}


footer .Fmsgs .FcontactMsg {
	display: flex;
	align-items: flex-start;
	margin-bottom: 65px;
}


footer .Fmsgs .FcontactMsg .name {
	font-family: Poppins-Regular;
	font-size: 20px;
	color: #afafaf;
	margin-bottom: 10px;
}

footer .Fmsgs .FcontactMsg .phone {
	width: 36%;
	margin-right: 2.15%;
}

footer .Fmsgs .FcontactMsg .address {
	width: 44%;
}

footer .Fmsgs .FcontactMsg .phone .name {
	margin-bottom: 17px;
}

footer .Fmsgs .FcontactMsg .phone .num {
	font-family: Avenir-Black;
	font-size: 38px;
	color: #ffffff;
	word-wrap: break-word;
}

footer .Fmsgs .FcontactMsg .address .msg {
	font-family: Avenir-Black;
	font-size: 18px;
	line-height: 32px;
	color: #ffffff;
}

footer .Fmsgs .Flink {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

footer .Fmsgs .Flink i {
	margin-right: 16px;
	font-size: 29px;
	color: #bdbdbd;
}


footer .Fmsgs .Flink .item {
	display: flex;
	align-items: center;
	margin-right: 7.2%;
	margin-top: 10px;
}

footer .Fmsgs .Flink .item:last-child {
	margin-right: 0;
}

footer .Fmsgs .Flink p,
footer .Fmsgs .Flink a {
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #bdbdbd;
}


footer .line {
	width: 100%;
	height: 1px;
	background-color: #767676;
	margin-bottom: 7px;
	margin-top: 18px;
}


footer .copyright {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 16px;
	justify-content: flex-start;
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 30px;
	color: #999999;
}

footer .copyright a,
footer .copyright span {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
}

footer .copyright a.sitmap {
	margin-right: 10px;
}

footer .copyright a.image {
	margin-left: 10px;
	overflow: visible;
}

footer .copyright span {
	margin: 0 5px;
}

footer .links,
footer .keyWords {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 26px;
	color: #dfdfdf;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

footer .links a,
footer .keyWords a {
	margin-left: 10px;
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 26px;
	color: #dfdfdf;
}

footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

footer .blogrolls2 {
	display: none;
}

footer .blogrolls a {
	width: 43px;
	height: 43px;
	border-radius: 50%;
	border: solid 1px #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #fff;
}


footer .blogrolls a:hover {
	background-color: #4986ec;
	border-color: #4986ec;
	color: #ffffff !important;
}

@media screen and (max-width:1700px) {
	footer .Fmsgs .FcontactMsg .phone .num {
		font-size: 28px;
	}

	footer .Fmsgs .FcontactMsg .phone,
	footer .Fmsgs .FcontactMsg .address {
		width: 49%;
		margin-right: 0;
	}

	footer .Fmsgs .FcontactMsg {
		justify-content: space-between;
	}

	footer {
		padding: 60px 0 40px;
	}

	footer .codes .Flogo {
		width: 240px;
	}

	footer .Fmsgs .Fnavs,
	footer .Fmsgs .FcontactMsg {
		margin-bottom: 40px;
	}

	footer .Fmsgs .Flink i {
		font-size: 26px;
	}

	footer .Fmsgs .Flink .item {
		margin-right: 3%;
	}

	footer .con {
		padding: 0 43px;
	}

	footer .bottom {
		padding: 0 43px;
	}

	footer .Fmsgs {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	footer {
		padding: 40px 0 40px 0;
	}

	footer .blogrolls a {
		width: 40px;
		height: 40px;
	}

	footer .codes .Flogo {
		width: 200px;
	}

	footer .codes {
		width: 28%;
	}

	footer .Fmsgs .FcontactMsg .phone .num {
		font-size: 24px;
	}

	footer .Fmsgs .FcontactMsg .name {
		font-size: 18px;
	}

	footer .Fmsgs .Fnavs a {
		margin-right: 4%;
	}

	footer .Fmsgs .Fnavs,
	footer .Fmsgs .FcontactMsg {
		margin-bottom: 30px;
	}

	footer .Fmsgs .FcontactMsg .phone .name {
		margin-bottom: 10px;
	}

	footer .Fmsgs .Flink i {
		font-size: 24px;
	}

	footer .Fmsgs .Flink .item {
		margin-right: 40px;
	}
}

@media screen and (max-width:999px) {
	footer {
		padding: 40px 0 60px 0;
	}

	footer .con {
		padding: 0 30px;
	}

	footer .bottom {
		padding: 0 30px;
	}

	footer .links {
		display: none;
	}

	footer .codes .Flogo {
		margin-bottom: 20px;
	}

	footer .blogrolls a {
		width: 35px;
		height: 35px;
	}

	footer .codes .list .item {
		width: 47%;
	}

	footer .codes .Flogo {
		width: 170px;
	}

	footer .Fmsgs .Fnavs,
	footer .Fmsgs .FcontactMsg {
		margin-bottom: 20px;
	}

	footer .Fmsgs .FcontactMsg .name {
		font-size: 16px;
		line-height: 26px;
	}

	footer .Fmsgs .FcontactMsg .phone .num {
		font-size: 20px;
	}

	footer .Fmsgs .Flink i {
		font-size: 22px;
	}
}

@media screen and (max-width:768px) {
	footer {
		padding: 20px 0 60px 0;
	}

	footer .line {
		margin: 10px 0;
	}

	footer .footerList {
		display: none;
	}

	footer .con,
	footer .bottom {
		padding: 0 20px;
	}

	footer .copyright {
		margin-bottom: 10px;
	}

	footer .blogrolls a {
		margin-right: 10px;
	}
}

@media screen and (max-width:538px) {
	footer {
		padding: 20px 0 60px 0;
	}

	footer .con,
	footer .bottom {
		padding: 0 10px;
	}

	footer .blogrolls a {
		width: 30px;
		height: 30px;
	}

	footer .blogrolls {
		justify-content: center;
	}
}




#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)
	}
}






@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: 'Avenir-Black';
	src: url('../fonts/AvenirBlack.eot');
	src: url('../fonts/AvenirBlack.eot') format('embedded-opentype'),
		url('../fonts/AvenirBlack.woff2') format('woff2'),
		url('../fonts/AvenirBlack.woff') format('woff'),
		url('../fonts/AvenirBlack.ttf') format('truetype'),
		url('../fonts/AvenirBlack.svg#AvenirBlack') format('svg');
}



@font-face {
	font-family: 'AmazeNormal';
	src: url('../fonts/AMAZR.eot');
	src: url('../fonts/AMAZR.eot') format('embedded-opentype'),
		url('../fonts/AMAZR.woff2') format('woff2'),
		url('../fonts/AMAZR.woff') format('woff'),
		url('../fonts/AMAZR.ttf') format('truetype'),
		url('../fonts/AMAZR.svg#AMAZR') format('svg');
}





@font-face {
	font-family: "iconfont";
	/* Project id 4207786 */
	src: url('../fonts/iconfont.woff2?t=1692500764022') format('woff2'),
		url('../fonts/iconfont.woff?t=1692500764022') format('woff'),
		url('../fonts/iconfont.ttf?t=1692500764022') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-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-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";
}

.lists {
	padding: 35px 45px 20px;
	font-size: 15px;
}

.lists b {

	font-size: 15px;
}

.crumb a,
.crumb i {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
@media screen and (max-width:1600px){
 	.banner2 .pageName{
		top: 40%;
	}	
	.banner2 .pageName .title{
		margin-bottom: 10px;
	}
}