@charset "utf-8";

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

body {
	margin: 0 auto;
	font-family: Gotham-Book, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}

ul {
	list-style: none;
}

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

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

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

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

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

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


.standardEdit a {
	color: #015299;
}

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



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

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

textarea {
	resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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



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

	.innerRange {
		padding: 60px 0 80px 0 !important;
	}
}


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

	.innerRange {
		padding: 60px 0 60px 0 !important;
	}
}

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

	.innerRange {
		padding: 50px 0 50px 0 !important;
	}
}

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

	.innerRange {
		padding: 40px 0 40px 0 !important;
	}
}





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

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

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

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

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

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

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

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

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

}

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

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







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

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

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

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


.clear {
	clear: both;
}

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

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

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #F63A44;
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
	perspective: 1200px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
	display: none
}

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

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

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

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

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

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

.swiper-scrollbar-lock {
	display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
	overflow: visible
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
	overflow: visible
}

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

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

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

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

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

.swiper-cards {
	overflow: visible
}

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




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


/* allnav */


nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background-color: #FFF;
	box-shadow: 0 0 50px 0 rgba(34, 54, 104, 0.10);
}

nav .con {
	max-width: 1920px;
	width: 100%;
	padding: 20px 38px 0 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}




nav .logo {
	display: flex;
	align-items: center;
	color: #111;
	font-family: Gotham-Medium;
	font-size: 22px;
	line-height: 32px;
}

nav .logo:hover {
	color: #F63A44;
}

nav .logo img {
	width: 156px;
	flex-shrink: 0;
	margin-right: 16px;
	padding-top: 1px;
}


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



nav .navList {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 172px;
	width: 100%;
}

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

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

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

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 64px;
	color: #111;
	font-family: Gotham-Book;
	font-size: 16px;
	line-height: 26px;
	display: flex;
	align-items: center;
	padding-bottom: 7px;
}


nav .navList>ul>li>a i {
	font-size: 12px;
	transform: rotate(180deg);
	flex-shrink: 0;
	margin-left: 5px;
}


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


nav .navList>ul>li.active>a {
	font-family: Gotham-Bold;
}



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


nav .btns .search {
	height: 64px;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 46px;
}


nav .btns .search .searchBtn {
	cursor: pointer;
}


nav .btns .search .searchBtn i {
	font-size: 20px;
	color: #111;
	transform: translateY(3px);
	font-weight: bold;
}

nav .btns .search .searchBtn:hover i {
	color: #F63A44;
}

nav .btns .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	height: 35px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	border-radius: 5px;
}


nav .btns .search form.active {
	width: 280px;
	padding: 0 10px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}

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

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


nav .btns .language {
	height: 64px;
	display: flex;
	align-items: center;
	position: relative;
}

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #111;
	font-family: Gotham-Book;
	font-size: 18px;
	line-height: 28px;
}



nav .btns .lanBtn:hover {
	color: #F63A44;
}

nav .btns .lanBtn:hover i {
	color: #F63A44;
}


nav .btns .lanBtn img {
	filter: grayscale(100%) brightness(0%);
	margin-right: 4px;
	width: 22px;
}


nav .btns .lanBtn:hover img {
	filter: grayscale(0%) brightness(100%);
}


nav .btns .lanBtn i {
	color: #111;
	font-size: 12px;
}


nav .btns .lanBtn i.icon-right7 {
	font-size: 10px;
	transform: rotate(90deg);
	margin-left: 2px;
}


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

nav .btns .language ul {
	position: absolute;
	top: calc(100% + 5px);
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 130px;
	display: none;
	transition: none;
	border-radius: 5px;
	overflow: hidden;
}

nav .btns .language ul a {
	padding: 5px 18px;
	color: #333333;
	line-height: 24px;
	text-align: center;
}




nav .btns .language ul a:hover {
	background-color: #F2F2F1;
	color: #F63A44;
}





/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	width: max-content;
	max-width: 320px;
	display: none;
	transition: none;
	border-radius: 5px;
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15);
}


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


.moreList {
	top: calc(100% + 5px);
	left: -29px;
}

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

.moreList li {
	position: relative;
}


.moreList li:nth-child(1) a {
	border-radius: 5px 5px 0 0;
}

.moreList li:last-child a {
	border-radius: 0 0 5px 5px
}

.moreList a {
	padding: 7px 29px;
	color: #111111;
	font-size: 16px;
	line-height: 26px;
}

.moreList li:hover>a {
	background-color: #F2F2F1;
	color: #F63A44;
}

.bannerRange {
	height: 120px;
}

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

@media screen and (max-width:1560px) {
	nav .navList {
		padding-left: 0;
	}

	nav .navList>ul>li>a {
		padding-bottom: 0;
	}

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

	.moreList a {
		padding: 5px 29px;
	}
}

@media screen and (max-width:1333px) {
	nav .btns {
		position: absolute;
		right: 50px;
		top: 0;
	}

	nav .con {
		padding: 0 30px;
	}

	nav .navList>ul>li>a {
		height: 50px;
		line-height: 50px;
	}

	.nTop {
		height: 40px;
		display: flex;
		align-items: center;
	}

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

	nav .logo img {
		width: 130px;
	}

	nav .btns .search,
	nav .btns .language {
		height: 40px;
	}

	nav .btns .lanBtn {
		font-size: 16px;
		line-height: 28px;
	}

	nav .btns .lanBtn i.icon-right7 {
		margin-left: 5px;
	}

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

	nav .btns .search .searchBtn i {
		font-size: 18px;
	}

	nav .btns .lanBtn img {
		width: 20px;
	}

	.bannerRange {
		height: 90px;
	}

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

	nav .navList>ul {
		width: 100%;
		justify-content: space-between;
	}

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

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


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

	nav .btns .search {
		display: none;
	}

	.nTop,
	nav .btns .language {
		height: 60px;
	}

	.bannerRange {
		height: 60px;
	}

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

	nav .con {
		padding: 0 80px;
	}

	nav .btns {
		right: 80px;
		margin-right: 60px;
	}

	nav .btns .lanBtn {
		font-size: 14px;
	}

	nav .logo img {
		width: 120px;
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 24px;
	}
}

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

	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .btns {
		right: 25px;
		top: 0;
	}

	.nTop,
	nav .btns .language,
	.bannerRange {
		height: 50px;
	}

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

	nav .logo {
		width: 280px;
		line-height: 14px;
		font-size: 14px;
	}
}

@media screen and (max-width:538px) {
	nav .logo {
		width: auto;
		font-size: 0;
	}

	nav .con {
		padding: 0 15px;
	}

	header .xnav .nav {
		right: 15px;
	}

	.nTop,
	nav .btns {
		right: 15px;
	}

	nav .logo img {
		width: 100px;
		margin-right: 0;
	}
}


/* indexBanner */


.indexBanner {
	position: relative;
	transition: none;
}


.indexBanner * {
	transition: none;
}


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


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

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


.indexBanner .swiper-slide .image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
	transition: all 6s ease-out;
}

.indexBanner .swiper-slide.swiper-slide-active .image img {
	transform: scale(1);
}

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



.indexBanner img {
	display: block;
}



.indexBanner .sBtns>div {
	position: absolute;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
	transition: .4s ease all;
}

.indexBanner .sBtns>div.prev {
	left: 75px;
}

.indexBanner .sBtns>div.next {
	right: 75px;
}



.indexBanner .signs {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
	display: none;
}



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


.indexBanner .swiper-pagination span {
	cursor: pointer;
	background-color: #ffffff;
	font-size: 0px;
	margin: 5px 4.5px !important;
	border: none;
	outline: none;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	transition: .4s ease all;
	opacity: 1;
}


.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #F63A44;
}


@media screen and (max-width:1560px) {
	.indexBanner .sBtns>div.next {
		right: 60px;
	}

	.indexBanner .sBtns>div.prev {
		left: 60px;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .sBtns {
		display: none;
	}

	.indexBanner .signs {
		display: flex;
		bottom: 20px;
	}

	.indexBanner .swiper-pagination span {
		width: 12px;
		height: 12px;
		margin: 5px 10px !important;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .swiper-pagination span {
		width: 10px;
		height: 10px;
		margin: 5px 8px !important;
	}

	.indexBanner .signs {
		bottom: 14px;
	}
}

@media screen and (max-width:538px) {
	.indexBanner .signs {
		bottom: 10px;
	}
}

/* indexM1-1 */

.title1 {
	color: #111;
	font-family: Gotham-Bold;
	font-size: 42px;
	line-height: 52px;
}

a.title1 {
	display: inline-block;
}

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

.iProducts {
	margin-top: 96px;
}

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

.iProducts .title .box {
	width: 40%;
}

.iProducts .title .txts {
	width: 41%;
	margin-top: -22px;
}


.standardEdit p {
	color: #555;
	font-size: 18px;
	line-height: 32px;
}

.cBtn {
	display: flex;
	align-items: center;
	width: max-content;
	color: #111;
	font-family: Gotham-Bold;
	font-size: 16px;
	line-height: 26px;
}


.cBtn img {
	width: 25px;
	flex-shrink: 0;
	margin-left: 18px;
	filter: grayscale(100%) brightness(0%);
}

.cBtn:hover {
	color: #F63A44;
}

.cBtn:hover img {
	transform: none;
	filter: grayscale(0%) brightness(100%);
}


.iProducts .cBtn {
	margin-top: 47px;
}


.iProducts .list {
	margin-top: 78px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.iProducts .list .item {
	width: 23.42%;
	margin-right: 2.1%;
	margin-top: 30px;
}

.iProducts .list .item:nth-child(4n) {
	margin-right: 0;
}

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

.iProducts .list .image {
	overflow: hidden;
	border-radius: 10px;
}

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


.iProducts .list .tit {
	text-align: center;
	margin-top: 17px;
	color: #111;
	text-align: center;
	font-family: Gotham-Medium;
	font-size: 16px;
	line-height: 26px;
}

.iProducts .list .tit:hover {
	color: #F63A44;
}


.iProducts h2 {
	font-weight: normal;
}

@media screen and (max-width:1560px) {
	.iProducts {
		margin-top: 80px;
	}

	.iProducts .title .txts {
		margin-top: 0;
	}

	.iProducts .title .txts {
		width: 50%;
	}

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

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

	.iProducts .list .image {
		border-radius: 5px;
	}

	.iProducts .list {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.iProducts .title .txts {
		width: 52%;
	}

	.iProducts {
		margin-top: 60px;
	}

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

	.iProducts .list {
		margin-top: 50px;
	}

}

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

	.iProducts .title .box {
		width: 100%;
	}

	.iProducts .cBtn {
		margin-top: 20px;
	}

	.cBtn {
		font-size: 14px;
	}

	.cBtn img {
		width: 20px;
	}

	.iProducts .title .txts {
		width: 100%;
		margin-top: 20px;
	}

	.iProducts .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

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

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

	.iProducts .list {
		margin-top: 40px;
	}

	.iProducts .list .tit {
		font-size: 14px;
		line-height: 26px;
		margin-top: 12px;
	}

	.iProducts {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.iProducts {
		margin-top: 40px;
	}

}

@media screen and (max-width:538px) {
	.iProducts .list {
		margin-top: 30px;
		justify-content: space-between;
	}

	.iProducts .list .item:nth-child(n) {
		width: 49%;
		margin-top: 20px;
		margin-right: 0;
	}

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

/* indexM2-1 */

.company {
	padding: 196px 0 100px 0;
}

.company>div {
	position: relative;
}


.company .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	align-items: center;
}

.company .title .box {
	flex-shrink: 0;
	margin-right: 12.1%;
	width: 263px;
	margin-top: -23px;
}


.company .title .num {
	color: #111;
	text-align: center;
	font-family: Gotham-Bold;
	font-size: 120px;
	line-height: 120px;
	position: relative;
}


.company .title .num::after {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 100%;
	height: 100%;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	z-index: -1;
	background-color: #F63A44;
}

.company .title .name {
	color: #111;
	text-align: center;
	font-family: Gotham-Medium;
	font-size: 18px;
	line-height: 26px;
	margin-top: 10px;
}


.company .title .msg {
	flex: 1;
}

.company .title .msg .txts {
	margin-top: 33px;
}

.company .advantageList {
	margin-top: 25px;
}



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


.advantageList .item {
	width: 30%;
	margin-right: 5%;
	margin-top: 20px;
}

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

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


.advantageList .sign {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.advantageList .sign img {
	display: block;
}


.advantageList .txts {
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.advantageList .txts p {
	color: #111;
	font-family: Gotham-Medium;
	font-size: 16px;
	line-height: 26px;
}

.company .cBtn {
	margin: 0 auto;
	margin-top: 68px;
}

.imgBg {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	height: 100%;
}


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

.company .imgBg {
	left: 50%;
	transform: translateX(-50%);
	top: -20%;
	width: 100%;
	height: auto;
}


.company .imgBg img {
	max-width: 100%;
	object-fit: contain;
}


@media screen and (max-width:1560px) {
	.company .imgBg {
		top: 0;
	}

	.company .advantageList {
		margin-top: 40px;
	}

	.company .title .num {
		font-size: 100px;
		line-height: 100px;
	}

	.company .cBtn {
		margin-top: 50px;
	}

	.company .title .box {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.company .title .box {
		margin-right: 6%;
	}

	.company .title .num {
		font-size: 80px;
		line-height: 80px;
	}

	.company .title .num::after {
		width: 40px;
		height: 40px;
	}

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

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

	.company .title .msg .txts {
		margin-top: 20px;
	}

	.company .title .box {
		width: 100%;
		margin-right: 0;
		display: flex;
		align-items: center;
	}

	.company .title .name {
		margin-top: 0;
		text-align: left;
		font-size: 16px;
		line-height: 28px;
	}

	.company .title .msg {
		margin-top: 40px;
	}

	.company .title .num {
		font-size: 68px;
		line-height: 68px;
		width: 200px;
		margin-right: 20px;
	}

	.company .title .num::after {
		width: 36px;
		height: 36px;
	}


	.company .advantageList {
		margin-top: 30px;
	}

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

	.advantageList .sign {
		width: 40px;
		height: 40px;
	}


	.advantageList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

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

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

@media screen and (max-width:768px) {
	.company .title .num {
		font-size: 62px;
		line-height: 62px;
	}

	.company .title .num::after {
		width: 32px;
		height: 32px;
	}
}

@media screen and (max-width:538px) {
	.advantageList .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

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






/* indexM3-1 */



.touch {
	position: relative;
	padding: 157px 80px 133px;
	border-radius: 40px;
	overflow: hidden;
}


.touch .msg {
	width: 34%;
}

.touch .tips {
	color: #111;
	font-family: Gotham-Medium;
	font-size: 22px;
	line-height: 40px;
	margin-top: 26px;
}


.touch .btn {
	width: 213px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: #111;
	color: #FFF;
	font-size: 16px;
	font-family: Gotham-Bold;
	margin-top: 59px;
}

.touch .btn:hover {
	background-color: #ffffff;
	color: #111;
	box-shadow: 2px 2px 10px rgba(122, 122, 122, 0.1);
}


@media screen and (max-width:1560px) {
	.touch {
		padding: 80px 60px;
		border-radius: 20px;
	}

	.touch .msg {
		width: 46%;
	}

	.touch .btn {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.touch {
		padding: 60px 40px;
		border-radius: 10px;
	}

	.touch .msg {
		width: 50%;
	}

	.touch .btn {
		margin-top: 30px;
	}

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

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

	.touch {
		padding: 50px 30px;
		border-radius: 5px;
	}

	.touch .btn {
		height: 40px;
		width: 200px;
	}
}

@media screen and (max-width:768px) {
	.touch {
		padding: 40px 26px;
	}

	.touch .msg {
		width: 70%;
	}

	.touch .tips {
		font-size: 16px;
		line-height: 28px;
		margin-top: 20px;
	}
}

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



/* indexM4-1 */

.process {
	padding: 96px 0 96px 0;
}


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

.process .title .cBtn {
	flex-shrink: 0;
	margin-left: 40px;
}

.process .list {
	margin-top: 44px;
	flex-wrap: wrap;
	display: flex;
}

.process .list .item {
	width: 17.85%;
	margin-right: 2.6875%;
	margin-top: 20px;
	border-radius: 20px;
	border: 1px solid #A5A3A3;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 48px 20px 48px;
}


.process .list .item:nth-child(5n) {
	margin-right: 0;
}

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



.process .list .num {
	color: #111;
	text-align: center;
	font-family: Gotham-Bold;
	font-size: 42px;
	line-height: 42px;
}


.process .list .name {
	color: #111;
	text-align: center;
	font-family: Gotham-Medium;
	font-size: 18px;
	line-height: 26px;
	margin-top: 19px;
}

@media screen and (max-width:1560px) {
	.process .list .item {
		border-radius: 10px;
		padding: 30px 20px;
	}

	.process .list .num {
		font-size: 36px;
		line-height: 36px;
	}
}

@media screen and (max-width:1333px) {
	.process .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

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

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

	.process .list .name {
		font-size: 16px;
		line-height: 28px;
		margin-top: 14px;
	}

	.process .list .item {
		border-radius: 5px;
	}

	.process .list .num {
		font-size: 28px;
		line-height: 28px;
	}

}

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

	.process .title .cBtn {
		margin-left: 0;
		margin-top: 20px;
	}

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

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

}

@media screen and (max-width:768px) {
	.process .list .name {
		font-size: 14px;
		line-height: 26px;
	}

	.process .list .num {
		font-size: 24px;
		line-height: 24px;
	}

	.process .list .item {
		padding: 20px 14px;
	}
}

@media screen and (max-width:538px) {
	.process .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

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

	.process .list {
		justify-content: space-between;
	}
}

/* indexM5-1 */


.iProject .projectList {
	margin-top: 36px;
}

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

.projectList .item {
	width: 48.92%;
	margin-top: 72px;
	position: relative;
}


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


.projectList .image {
	border-radius: 20px;
	overflow: hidden;
}

.projectList .image:hover img {
	transform: none;
}

.projectList .msg {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 61.6%;
	transform: translateX(-50%) translateY(50%);
	height: 60px;
	background-color: #FFF;
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 38px;
	pointer-events: none;
}


.projectList .tit {
	color: #111;
	font-family: Gotham-Medium;
	font-size: 20px;
	line-height: 32px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 70%;
}


.projectList .tit:hover {
	color: #F63A44;
}

.projectList .btn {
	opacity: 0;
	flex-shrink: 0;
	width: 25px;
}

.projectList .btn img {
	filter: grayscale(100%) brightness(0%);
}

.projectList .btn:hover img {
	filter: grayscale(0%) brightness(100%);
	transform: none;
}

.projectList .item:hover .msg {
	bottom: 50%;
	pointer-events: all;
}

.projectList .item:hover .btn {
	opacity: 1;
}

.projectList .item:hover .tit {
	left: 38px;
	transform: translateX(0) translateY(-50%);
}


.iProject>div>.cBtn {
	margin-left: auto;
	margin-top: 91px;
}


@media screen and (max-width:1560px) {
	.projectList .image {
		border-radius: 10px;
	}

	.projectList .msg {
		width: 70%;
		height: 50px;
	}

	.iProject>div>.cBtn {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.projectList .image {
		border-radius: 5px;
	}

	.projectList .msg {
		width: 80%;
		height: 40px;
	}

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

	.projectList .item {
		margin-top: 60px;
	}

	.iProject>div>.cBtn {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.projectList .msg {
		position: static;
		transform: translateX(0);
		width: 100%;
		pointer-events: all;
		justify-content: space-between;
		padding: 8px 14px;
		height: auto;
		box-shadow: none;
	}

	.projectList .item .msg .tit {
		position: static;
		transform: translateX(0) translateY(0%);
		width: auto;
		font-size: 16px;
		line-height: 28px;
	}

	.projectList .btn {
		opacity: 1;
	}

	.projectList .image {
		border-radius: 0;
	}

	.projectList .item {
		border-radius: 5px;
		overflow: hidden;
		box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15);
		margin-top: 30px;
	}

	.iProject>div>.cBtn {
		margin-top: 30px;
	}

	.projectList .btn {
		flex-shrink: 0;
		margin-left: 30px;
	}

	.iProject .projectList {
		margin-top: 30px;
	}
}

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

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



/* indexM6-1 */

.reviews {
	margin-top: 101px;
}


.reviews .con {
	border-radius: 40px;
	padding: 99px 40px 105px;
	position: relative;
	overflow: hidden;
}

.reviews .con::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #F2F2F1;
	z-index: -4;
}

.reviews .tip {
	text-align: center;
	color: #F63A44;
	font-family: Gotham-Bold;
	font-size: 18px;
	line-height: 28px;
}


.reviews .title1 {
	text-align: center;
	margin-top: 19px;
}



.swiperBox {
	position: relative;
}

.reviews .swiperBox {
	width: 74%;
	margin: 0 auto;
	margin-top: 28px;
}


.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	font-size: 20px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, .2);
	cursor: pointer;
}


.sBtns>div:hover {
	background-color: #F63A44;
}

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



.reviews .sBtns>div {
	position: absolute;
	top: 47.3%;
	transform: translateY(-50%);
}


.reviews .sBtns>div:hover{
	background-color: #000;
}


.reviews .sBtns>div.prev {
	left: -111px;
	margin-right: 0;
}

.reviews .sBtns>div.next {
	right: -111px;
}


.reviews .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.reviews .sign {
	width: 105px;
	height: 105px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}


.reviews .sign img {
	display: block;
}


.reviews .txts {
	text-align: center;
	color: #111;
	font-size: 20px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 30px;
}


.reviews .user {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 51px;
}



.reviews .user .name {
	color: #111;
	text-align: center;
	font-family: Gotham-Medium;
	font-size: 20px;
	line-height: 26px;
}


.reviews .user .msg {
	color: #555;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin-top: 11px;
}


.reviews .imgBg {
	height: auto;
	top: -9%;
	width: 92.5%;
}


@media screen and (max-width:1560px) {
	.reviews {
		margin-top: 80px;
	}

	.reviews .con {
		padding: 80px 40px;
		border-radius: 20px;
	}

	.reviews .txts {
		font-size: 18px;
		line-height: 30px;
	}

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

	.reviews .sign {
		width: 90px;
		height: 90px;
	}

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

	.reviews .user {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.reviews {
		margin-top: 60px;
	}

	.reviews .con {
		padding: 60px 30px;
		border-radius: 10px;
	}

	.reviews .sign {
		width: 80px;
		height: 80px;
	}

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

	.reviews .user .name {
		font-size: 18px;
		line-height: 28px;
	}

	.reviews .user {
		margin-top: 30px;
	}

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

	.reviews .sBtns>div.next {
		right: -90px;
	}

	.reviews .sBtns>div.prev {
		left: -90px;
	}
}

@media screen and (max-width:999px) {
	.reviews {
		margin-top: 50px;
	}

	.reviews .con {
		padding: 50px 20px;
		border-radius: 5px;
	}

	.reviews .sign {
		width: 70px;
		height: 70px;
	}

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

	.reviews .sBtns>div.next {
		right: -70px;
	}

	.reviews .sBtns>div.prev {
		left: -70px;
	}

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

	.reviews .user .msg {
		font-size: 14px;
		line-height: 26px;
		margin-top: 10px;
	}

	.reviews .user .name {
		font-size: 16px;
		line-height: 26px;
	}

	.reviews .user {
		margin-top: 20px;
	}
}

@media screen and (max-width:768px) {
	.reviews {
		margin-top: 40px;
	}

	.reviews .con {
		padding: 40px 30px;
	}

	.reviews .swiperBox {
		width: 100%;
	}

	.reviews .sign {
		width: 65px;
		height: 65px;
	}

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

	.reviews .sBtns>div {
		position: static;
		margin-top: 20px;
		transform: translateY(0);
	}

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

@media screen and (max-width:538px) {
	.reviews .imgBg {
		top: 0;
	}
}


/* indexM7-1 */


.iSustainable {
	margin-top: 100px;
}

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


.sustainable .msg {
	width: 46%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 20px 0;
}

.sustainable .image {
	overflow: hidden;
	border-radius: 20px;
	width: 48.92%;
}

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



.sustainable .txts {
	margin-top: 29px;
}

.sustainable .txts p {
	color: #111111;
	margin-bottom: 8px;
}

.sustainable .txts p:last-child {
	margin-bottom: 0;
}

.standardEdit p strong {
	color: #111;
	font-size: 18px;
	font-family: Gotham-Medium;
	font-weight: normal;
	line-height: normal;
}

.sustainable .cBtn {
	margin-top: 46px;
}


@media screen and (max-width:1560px) {
	.iSustainable {
		margin-top: 80px;
	}

	.sustainable .image {
		border-radius: 10px;
	}
}

@media screen and (max-width:1333px) {
	.iSustainable {
		margin-top: 60px;
	}

	.sustainable .image {
		border-radius: 5px;
	}

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

@media screen and (max-width:999px) {
	.iSustainable {
		margin-top: 50px;
	}

	.standardEdit p strong {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.iSustainable {
		margin-top: 40px;
	}

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

	.sustainable .msg {
		padding: 0;
		width: 100%;
	}

	.sustainable .image {
		width: 100%;
		margin-top: 30px;
		height: 360px;
	}

	.sustainable .cBtn {
		margin-top: 20px;
	}
}

@media screen and (max-width:538px) {
	.sustainable .image {
		height: 300px;
	}

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



/* indexM8-1 */

.iNews {
	padding: 73px 0 102px 0;
}


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

.latestNews .title .cBtn {
	flex-shrink: 0;
	margin-left: 40px;
}


.latestNews .swiper {
	margin-top: 41px;
}


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

.latestNews .sBtns>div {
	margin-top: 30px;
}

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


.newItem .image {
	border-radius: 20px;
	overflow: hidden;
}

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

.newItem .time {
	color: #555;
	font-size: 16px;
	line-height: 26px;
	margin-top: 23px;
}


.newItem .tit {
	color: #111;
	font-family: Gotham-Medium;
	font-size: 22px;
	line-height: 34px;
	margin-top: 9px;
}


.newItem .tit:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

@media screen and (max-width:1560px) {
	.newItem .image {
		border-radius: 10px;
	}

	.newItem .tit {
		font-size: 20px;
	}
}

@media screen and (max-width:1333px) {
	.newItem .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.newItem .image {
		border-radius: 5px;
	}

	.newItem .time {
		margin-top: 20px;
	}
}

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

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

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

	.latestNews .title .cBtn {
		margin-left: 0;
		margin-top: 20px;
	}
}





/* 1-1product */


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


.mBtn {
	margin-top: 20px;
	font-size: 18px;
	line-height: 28px;
	color: #555;
	cursor: pointer;
}

.mBtn:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.products {
	padding: 66px 0 102px 0;
}

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

.products form {
	margin-top: 38px;
}

.products .list {
	display: flex;
	flex-wrap: wrap;
}

.products .list .productItem {
	width: 23.42%;
	margin-right: 2.1%;
	margin-top: 40px;
}

.products .list .productItem:nth-child(4n) {
	margin-right: 0;
}

.products .list .productItem:nth-child(-n+4) {
	margin-top: 0;
}


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

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


.productItem .sign {
	color: #555;
	font-size: 16px;
	line-height: 24px;
	margin-top: 16px;
}

.productItem .tit {
	color: #111;
	font-family: Gotham-Medium;
	font-size: 18px;
	line-height: 26px;
}

.productItem .tit:hover {
	color: #F63A44;
}



.productItem .btns {
	display: flex;
	width: 160px;
	height: 40px;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background-color: #F2F2F1;
	margin-top: 23px;
}


.productItem .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	outline: 1px solid #555;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 11px;
}


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


.productItem .checkBtn i {
	font-size: 12px;
	opacity: 0;
}

.productItem .checkBtn.active i {
	opacity: 1;
}

.productItem .btns a {
	color: #555;
	font-size: 14px;
	line-height: 26px;
}

.productItem .btns a:hover {
	color: #F63A44;
}

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



.products .touch {
	margin-top: 94px;
}


.products .sustainable {
	margin-top: 100px;
}


.products .latestNews {
	margin-top: 96px;
}


@media screen and (max-width:1560px) {
	.products .mbox {
		margin-top: 30px;
	}

	.productItem .image {
		border-radius: 5px;
	}

	.productItem .tit {
		margin-top: 10px;
	}

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

	.products .touch,
	.products .sustainable,
	.products .latestNews {
		margin-top: 80px;
	}

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

@media screen and (max-width:1333px) {
	.products .list .productItem:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.products .list .productItem:nth-child(3n) {
		margin-right: 0;
	}

	.products .list .productItem:nth-child(-n+3) {
		margin-top: 0;
	}

	.productItem .btns {
		height: 36px;
		width: 150px;
		border-radius: 4px;
	}

	.products .touch,
	.products .sustainable,
	.products .latestNews {
		margin-top: 60px;
	}

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

	.mbox {
		height: 56px;
	}

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

@media screen and (max-width:999px) {
	.mbox {
		height: 52px;
	}

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

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

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

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

	.products .touch,
	.products .sustainable,
	.products .latestNews {
		margin-top: 50px;
	}

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

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

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

	.products .list {
		justify-content: space-between;
	}
}

@media screen and (max-width:450px) {
	.products .list .productItem:nth-child(n) {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.products .list .productItem:nth-child(1) {
		margin-top: 0;
	}

}

/* 1-2product */


.productDet {
	padding: 70px 0 102px 0;
}

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

.productShow .box {
	width: 42.85%;
	position: relative;
}


.productShow .jianjie {
	width: 51%;
	margin-top: 26px;
}


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


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



.productShow .box .checkSwiper {
	padding: 0 46px;
	position: relative;
	overflow: hidden;
}


.productShow .box .checkSwiper .iconfont {
	position: absolute;
	top: 50%;
	height: 100%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	z-index: 99;
	width: 31px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .2);

}

.productShow img {
	display: block;
}

.productShow .box .checkSwiper .prev.swiper-button-disabled,
.productShow .box .checkSwiper .next.swiper-button-disabled {
	pointer-events: none;
}

.productShow .box .checkSwiper .prev {
	left: 0px;
}

.productShow .box .checkSwiper .next {
	right: 0px;
}


.productShow .box .checkSwiper .iconfont:hover {
	background-color: #000;
}

.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: .4s ease opacity;
	background-color: #efefef;
	overflow: hidden;
}

.productShow .checkSwiper .swiper-slide.swiper-slide-visible {
	opacity: 1;
}


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


.productShow .checkSwiper .swiper-slide.swiper-slide-thumb-active::after {
	border: solid 1px #F63A44;
}


.jianjie .tip {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}



.jianjie .title1 {
	line-height: 46px;
}


.jianjie .txts p {
	margin-bottom: 10px;
}

.jianjie .txts p:last-child {
	margin-bottom: 0;
}


.jianjie .txts p strong {
	color: #111;
	font-family: Gotham-Medium;
	font-size: 20px;
}


.jianjie .txts {
	margin-top: 37px;
}


.jianjie .share {
	margin-top: 45px;
}


.jianjie .btns {
	display: flex;
	align-items: center;
	margin-top: 57px;
}

.jianjie .btns a {
	width: 152px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
	font-size: 16px;
	color: #111;
	background-color: #F2F2F1;
	font-family: Gotham-Bold;
	border-radius: 5px;
}

.jianjie .btns a:nth-child(2) {
	margin-right: 0;
	width: 163px;
}


.jianjie .btns a:hover {
	background-color: #F63A44;
	color: #ffffff;
}




/*jQzoom*/
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
}


.productDet .desList {
	margin-top: 79px;
}

.desList .item {
	margin-top: 80px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.desList .item .title1 {
	width: 26%;
	margin-top: -5px;

}

.desList .item .txts {
	width: 70.3%;
}


.desList .item .txts p {
	padding-left: 20px;
	margin-bottom: 10px;
}

.desList .item .txts p:last-child {
	margin-bottom: 0;
}


.desList .item .txts p em {
	font-style: normal;
	position: relative;
}

.desList .item .txts p em::after {
	content: "";
	position: absolute;
	left: -20px;
	top: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #F63A44;
}




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

.productDet .touch {
	margin-top: 101px;
}

.productDet .hotProducts {
	margin-top: 96px;
}





@media screen and (max-width:1560px) {
	.jianjie .title1 {
		margin-top: 20px;
	}

	.jianjie .share {
		margin-top: 40px;
	}

	.jianjie .btns {
		margin-top: 50px;
	}

	.desList .item .title1 {
		margin-top: 0;
	}

	.productDet .touch,
	.productDet .hotProducts {
		margin-top: 80px;
	}

}


@media screen and (max-width:1333px) {
	.productShow .box .checkSwiper .iconfont {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}

	.productShow .jianjie {
		margin-top: 0;
	}

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

	.jianjie .txts p strong {
		font-size: 18px;
	}

	.jianjie .share {
		margin-top: 30px;
	}

	.jianjie .btns {
		margin-top: 30px;
	}

	.productDet .desList {
		margin-top: 60px;
	}

	.desList .item {
		margin-top: 50px;
	}

	.productDet .touch,
	.productDet .hotProducts {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

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

	.productShow .jianjie {
		width: 100%;
	}

	.jianjie .txts,
	.jianjie .share,
	.jianjie .btns {
		margin-top: 20px;
	}

	.jianjie .btns a {
		font-size: 14px;
		height: 40px;
		margin-right: 20px;
	}

	.productShow .box {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.productShow .jianjie {
		margin-top: 30px;
	}

	.productDet .desList,
	.productDet .touch,
	.productDet .hotProducts {
		margin-top: 50px;
	}

	.desList .item {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 40px;
	}

	.desList .item .title1 {
		width: 100%;
	}

	.desList .item .txts {
		width: 100%;
		margin-top: 20px;
	}

	.desList .item .txts p em::after {
		width: 8px;
		height: 8px;
		top: 4px;
	}

	.jianjie .tip {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.productShow .box {
		max-width: 360px;
	}

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

	.productDet .desList,
	.productDet .touch,
	.productDet .hotProducts {
		margin-top: 40px;
	}
}

/* 2-1about */

.aboutUs {
	padding: 69px 0 97px 0;
}


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


.aboutUs .title {
	flex-shrink: 0;
	margin-right: 8.3%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 21px;
}

.aboutUs .title .year {
	color: #111;
	font-family: Gotham-Bold;
	font-size: 100px;
	line-height: 100px;
	position: relative;
	margin-top: 2px;
}


.aboutUs .title .year::after {
	content: "";
	position: absolute;
	bottom: -2%;
	right: -9%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #F63A44;
	z-index: -1;
}

.aboutUs .con .txts p {
	font-size: 16px;
	color: #111;
}

.aboutUs .con .txts p strong {
	font-size: 16px;
}


.aboutUs .numList {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}


.aboutUs .numList .item {
	width: 31.92%;
	margin-right: 2.12%;
	margin-top: 29px;
}


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

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

.aboutUs .numList .image {
	border-radius: 10px;
	overflow: hidden;
}

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

.aboutUs .numList .name {
	color: #111;
	font-size: 16px;
	line-height: 26px;
	margin-top: 23px;
}

.aboutUs .numList .num {
	color: #111;
	font-family: Gotham-Medium;
	font-size: 16px;
	line-height: 26px;
	margin-top: 3px;
}



.aboutUs .numList .num span {
	font-size: 30px;
	line-height: 30px;
	margin: 0 10px;
}


.aboutUs .numList .tips {
	color: #111;
	font-size: 30px;
	line-height: 50px;
	padding-top: 20.5%;
	padding-right: 1%;
}

.aboutUs .numList .tips strong {
	font-family: Gotham-Bold;
	font-size: 40px;
	line-height: normal;
}


@media screen and (max-width:1560px) {
	.aboutUs .title .year {
		font-size: 80px;
		line-height: 80px;
		margin-top: 20px;
	}

	.aboutUs .title .year::after {
		width: 50px;
		height: 50px;
	}

	.aboutUs .numList .tips {
		font-size: 28px;
		line-height: 50px;
		padding-top: 14%;
	}

	.aboutUs .numList .tips strong {
		font-size: 36px;
	}
}

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

	.aboutUs .title {
		margin-top: 0;
		margin-right: 0;
	}

	.aboutUs .con .txts {
		margin-top: 40px;
	}

	.aboutUs .title .year::after {
		width: 40px;
		height: 40px;
		right: -4%;
		bottom: 1%;
	}

	.aboutUs .numList .tips {
		font-size: 22px;
		line-height: 36px;
	}

	.aboutUs .numList .tips strong {
		font-size: 24px;
		line-height: 36px;
	}

	.aboutUs .numList .num span {
		font-size: 24px;
		line-height: 36px;
	}

	.aboutUs .title .year {
		font-size: 60px;
		line-height: 60px;
	}

	.aboutUs .title .year::after {
		width: 36px;
		height: 36px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .con .txts p strong {
		font-size: 14px;
	}

	.aboutUs .title .year {
		font-size: 50px;
		line-height: 50px;
	}

	.aboutUs .title .year::after {
		width: 30px;
		height: 30px;
	}

	.aboutUs .con .txts {
		margin-top: 30px;
	}

	.aboutUs .numList {
		justify-content: space-between;
	}

	.aboutUs .numList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

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

	.aboutUs .numList .tips {
		font-size: 20px;
		line-height: 30px;
	}

	.aboutUs .numList .num span {
		font-size: 20px;
		line-height: 30px;
	}

	.aboutUs .numList .name,
	.aboutUs .numList .num {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .title .year {
		font-size: 46px;
		line-height: 46px;
	}
}

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

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

	.aboutUs .numList .tips {
		padding: 0;
	}

	.aboutUs .numList .name {
		margin-top: 20px;
	}

	.aboutUs .numList .tips {
		font-size: 18px;
	}
}


.advantage {
	background-color: #F2F2F1;
	padding: 96px 0 100px 0;
}

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

.advantage .advantageList {
	margin-top: 57px;
}

@media screen and (max-width:1333px) {
	.advantage .advantageList {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.advantage .advantageList {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.advantage .advantageList {
		margin-top: 30px;
	}
}



.capabilities {
	padding: 96px 0 96px 0;
}

.capabilities .tips {
	margin-top: 28px;
}

.capabilities .tips p {
	color: #111111;
}

.capabilities .con {
	margin-top: 37px;
}


.capabilities .image {
	width: 48.92%;
	border-radius: 20px;
	float: left;
	margin-right: 4.9%;
	overflow: hidden;
}


.capabilities .txts p {
	margin-bottom: 10px;
	color: #111111;
}

.capabilities .txts p:last-child {
	margin-bottom: 0;
}

.factory {
	padding-bottom: 100px;
}


.factory .swiper {
	margin-top: 37px;
}

.factory .swiper .image {
	border-radius: 10px;
	overflow: hidden;
}


.factory .swiperBox {
	position: relative;
}

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

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

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

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

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

@media screen and (max-width:1560px) {
	.capabilities .tips {
		margin-top: 30px;
	}

	.capabilities .con {
		margin-top: 40px;
	}

	.capabilities .image {
		border-radius: 10px;
	}

	.factory .swiper .image {
		border-radius: 5px;
	}

	.factory {
		padding-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.capabilities .image {
		border-radius: 5px;
	}

	.factory {
		padding-bottom: 60px;
	}

	.capabilities .image {
		margin-right: 4%;
	}
}

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

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

@media screen and (max-width:768px) {
	.capabilities .con {
		margin-top: 30px;
	}

	.factory .swiperBox .sBtns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.factory .swiperBox .sBtns>div {
		position: static;
		margin-top: 20px;
		transform: translateY(0);
	}

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

	.factory {
		padding-bottom: 40px;
	}

}

@media screen and (max-width:538px) {
	.capabilities .image {
		width: 100%;
		float: none;
		margin: 0 auto;
		margin-top: 30px;
	}

	.capabilities .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}

.history {
	position: relative;
	padding: 127px 0 86px 0;
}


.history .msg {
	position: relative;
	padding: 0 16.5%;
}


.history .msg .sBtns>div {
	position: absolute;
	top: 84%;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, .2);
}

.history .msg .sBtns>div:hover {
	background-color: #F63A44;
}

.history .msg .sBtns>div.prev {
	left: 7.4%;
}

.history .msg .sBtns>div.next {
	right: 7.4%;
}



.history .sign {
	width: 84px;
	margin: 0 auto;
}


.history .msg .year {
	text-align: center;
	color: #FFF;
	font-family: Gotham-Bold;
	font-size: 60px;
	line-height: 60px;
	margin-top: 21px;
}

.history .msg .txts {
	margin-top: 35px;
}


.history .msg .txts p {
	color: #ffffff;
	text-align: center;
}


.history .yearSwiper {
	margin-top: 258px;
	position: relative;
	z-index: 9;
	height: 13px;
}


.history .yearSwiper .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	width: 117%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.history .yearSwiper::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	border-top: 2px dashed rgba(255, 255, 255, .6);
	bottom: 6px;
	width: 100vw;
}

.history .yearSwiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
}


.history .yearSwiper .swiper-slide .circle {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ffffff;
	border-radius: 50%;
	flex-shrink: 0;
}


.history .yearSwiper .swiper-slide .year {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #FFF;
	font-size: 18px;
	line-height: 32px;
	bottom: 14px;
}


.history .yearSwiper .swiper-slide.swiper-slide-thumb-active .year {
	color: #FFF;
	font-family: Gotham-Medium;
	font-size: 24px;
	bottom: 16px;
}

.history .yearSwiper .swiper-slide.swiper-slide-thumb-active .circle {
	background-color: #F63A44;
}


@media screen and (max-width:1700px) {
	.history .yearSwiper .swiper {
		width: 100%;
	}
}

@media screen and (max-width:1560px) {
	.history .yearSwiper {
		margin-top: 160px;
	}

	.history .sign {
		width: 60px;
	}

	.history .msg .year {
		font-size: 50px;
		line-height: 50px;
	}

	.history .msg .sBtns>div {
		top: 78%;
	}
}

@media screen and (max-width:1333px) {
	.history .yearSwiper .swiper-slide .year {
		font-size: 16px;
	}

	.history .sign {
		width: 50px;
	}

	.history .msg .year {
		font-size: 40px;
		line-height: 40px;
	}

	.history .yearSwiper {
		margin-top: 140px;
	}
}

@media screen and (max-width:999px) {
	.history .msg .sBtns>div.next {
		right: 0;
	}

	.history .msg .sBtns>div.prev {
		left: 0;
	}

	.history .msg {
		padding: 0 12%;
	}

	.history .yearSwiper .swiper-slide.swiper-slide-thumb-active .year {
		font-size: 20px;
	}

	.history .yearSwiper {
		margin-top: 100px;
	}

	.history .msg .year {
		font-size: 34px;
		line-height: 34px;
	}
}

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

	.history .sign {
		width: 40px;
	}

	.history .msg .sBtns>div {
		top: 75%;
	}
}

@media screen and (max-width:538px) {
	.history .msg {
		padding: 0;
	}

	.history .msg .sBtns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.history .msg .sBtns>div {
		position: static;
		margin-top: 20px;
		transform: translateY(0);
	}

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

	.history .yearSwiper {
		margin-top: 80px;
	}
}



.holistically {
	padding: 100px 0 100px 0;
}


.global {
	padding: 96px 0 67px 0;
	position: relative;
}

.global .msg {
	margin-top: 72px;
	margin-left: auto;
	width: 53.85%;
	margin-left: auto;
	background-color: #ffffff;
	padding: 44px 17px 44px 47px;
	border-radius: 10px;
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15);
}


.global .txts {
	overflow: auto;
	max-height: 390px;
	padding-right: 40px;
}

.global .txts p {
	margin-bottom: 10px;
	color: #111111;
}

.global .txts p:last-child {
	margin-bottom: 0;
}

.global .txts p strong {
	font-family: Gotham-Bold;
}



.global .txts::-webkit-scrollbar {
	width: 3px;
	height: 6px;
	border-radius: 10px;
	background-color: #D9D9D9;
}

.global .txts::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #F63A44;
}

.global .txts::-webkit-scrollbar-track {
	background-color: transparent;
}


@media screen and (max-width:1560px) {
	.global .msg {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.global .msg {
		margin-top: 50px;
	}

	.global .msg {
		width: 60%;
		padding: 40px;
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.global .msg {
		width: 80%;
		padding: 30px;
	}

	.global .msg {
		margin-top: 40px;
	}

	.global .txts {
		height: 380px;
	}
}

@media screen and (max-width:538px) {
	.global .msg {
		width: 86%;
		padding: 30px;
	}
}

@media screen and (max-width:450px) {
	.global .msg {
		width: 100%;
	}
}


.aboutPiece {
	padding: 100px 0 100px 0;
}


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


.faq .title1 {
	width: 16%;
	margin-top: -4px;
}

.faq .faqList {
	width: 74.42%;
}



.faqList .item {
	margin-bottom: 18.5px;
	padding-bottom: 24px;
	border-bottom: 1px solid #D9D9D9;
}


.faqList .item:last-child {
	margin-bottom: 0;
}

.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}




.faqList .question:hover .name {
	color: #F63A44;
}


.faqList .item:nth-child(1) .answer {
	display: block;
}



.faqList .question .name {
	font-size: 18px;
	line-height: 30px;
	color: #111111;
	font-family: Gotham-Medium;
}


.faqList .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 30px;
	width: 30px;
	height: 30px;
}




.faqList .question i {
	width: 20px;
	height: 2px;
	background-color: #A5A3A3;
	border-radius: 9px;
}

.faqList .question i.move {
	width: 20px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	border-radius: 9px;
}

.faqList .item.active .question i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}


.faqList .item .question:hover i {
	background-color: #F63A44;
}


.faqList .answer {
	display: none;
	transition: none;
	padding: 12px 0 2px 0px;
}



.faqList .answer p {
	color: #555555;
	line-height: 26px;
}


.aboutPiece .touch {
	margin-top: 100px;
}


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

	.faq .title1 {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.aboutPiece .touch {
		margin-top: 60px;
	}

}

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

	.faq .title1 {

		width: 100%;
	}

	.faqList .question .name {
		font-size: 16px;
		line-height: 28px;
	}

	.faq .faqList {
		width: 100%;
		margin-top: 30px;
	}

	.faqList .item {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.aboutPiece .touch {
		margin-top: 50px;
	}

	.faqList .question i.move,
	.faqList .question i {
		width: 16px;
	}
}

@media screen and (max-width:768px) {
	.aboutPiece .touch {
		margin-top: 40px;
	}

	.faqList .question .btns {
		margin-left: 20px;
	}
}



/* 3-1quality */

.quality {
	padding: 66px 0 100px 0;
}


.quality .mbox {
	margin-top: 27px;
}

.quality .mbox p {
	color: #111;
}

.quality .list {
	margin-top: 38px;
}


.quality .item {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	align-items: center;
}


.quality .item:nth-child(2n) {
	flex-direction: row-reverse;
}

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


.quality .list .image {
	width: 48.92%;
	border-radius: 20px;
	overflow: hidden;
}


.quality .list .clear {
	display: none;
}


.quality .list .msg {
	width: 46.05%;
}

.quality .list .tit {
	color: #111;
	font-family: Gotham-Medium;
	font-size: 36px;
	line-height: 50px;
}


.quality .list .txts {
	margin-top: 23px;
}



.quality .dis {
	margin-top: 41px;
}


.quality .honor {
	margin-top: 71px;
	position: relative;
}


.quality .honor .sBtns>div {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
}


.quality .honor .sBtns>div.prev {
	left: -98px;
}

.quality .honor .sBtns>div.next {
	right: -98px;
}


.quality .honor .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.quality .honor .swiper .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.quality .honor .image:hover img {
	transform: translateY(-10px);
}


.quality .honor .name {
	color: #222;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	margin-top: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}



.quality .touch {
	margin-top: 99px;
}

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

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


@media screen and (max-width:1560px) {
	.quality .mbox {
		margin-top: 30px;
	}

	.quality .list .tit {
		font-size: 28px;
		line-height: 40px;
	}

	.quality .list .image {
		border-radius: 10px;
	}

	.quality .item {
		margin-top: 50px;
	}

	.quality .honor {
		margin-top: 60px;
	}

	.quality .touch {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.quality .list .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.quality .list .image {
		border-radius: 5px;
	}

	.quality .touch {
		margin-top: 60px;
	}

	.quality .honor .name {
		-webkit-line-clamp: 2;
	}

}

@media screen and (max-width:999px) {
	.quality .item {
		margin-top: 40px;
	}

	.quality .list .tit {
		font-size: 22px;
		line-height: 34px;
	}

	.quality .list .clear {
		display: block;
	}

	.quality .item {
		display: block;
	}

	.quality .list .msg {
		width: 100%;
		padding-top: 20px;
	}

	.quality .list .item:nth-child(2n-1) .image {
		float: left;
		margin-right: 5%;
	}

	.quality .list .item:nth-child(2n) .image {
		float: right;
		margin-left: 5%;
	}

	.quality .honor .name {
		font-size: 14px;
		line-height: 24px;
	}

	.quality .honor,
	.quality .touch {
		margin-top: 50px;
	}
}

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

	.quality .honor,
	.quality .touch {
		margin-top: 40px;
	}

	.quality .dis {
		margin-top: 30px;
	}

	.quality .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

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

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

	.quality .honor .sBtns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.quality .honor .sBtns>div {
		position: static;
		margin-top: 20px;
		transform: translateY(0);
	}

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

	.quality .mbox {
		margin-top: 20px;
	}
}

@media screen and (max-width:538px) {
	.quality .list .item:nth-child(n) .image {
		float: none;
		width: 100%;
		margin: 0;
	}

	.quality .list .txts {
		margin-top: 20px;
	}
}


/* 4-1 customization */

.customization {
	padding: 66px 0 100px 0;
}

.cusPorcess .title1 {
	text-align: center;

}

.cusPorcess .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 84px;
}

.cusPorcess .list .item {
	position: relative;
	margin-top: 80px;
	width: 23.42%;
	margin-right: 2.1%;
	padding: 68px 40px 33px;
	border-radius: 10px;
	background: #F2F2F1;
}


.cusPorcess .list .item:nth-child(6n) {
	margin-right: 0;
}

.cusPorcess .list .item:nth-child(6n-4) {
	margin-right: 0;
}


.cusPorcess .list .item:nth-child(-n+2) {
	margin-top: 0;
	width: 48.95%;
}

.cusPorcess .list .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	padding: 10px;
	border-radius: 50%;
	color: #FFF;
	font-family: Gotham-Medium;
	font-size: 20px;
	line-height: 32px;
	background-color: #F63A44;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.cusPorcess .list .tit {
	text-align: center;
	color: #111;
	font-family: Gotham-Medium;
	font-size: 24px;
	line-height: 32px;
}

.cusPorcess .list .signs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 7px;
	margin-bottom: -6px;
}

.cusPorcess .list .signs .sign {
	background-color: #ffffff;
	padding: 11px 10px;
	margin: 10px 10px;
	border-radius: 5px;
}


.customization .range {
	margin-top: 96px;
}


.range .con {
	margin-top: 34px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}

.range .con .clear {
	display: none;
}

.range .con .msg {
	width: 45%;
}


.range .con .msg p {
	padding-left: 23px;
	margin-bottom: 1px;
}

.range .con .msg p:last-child {
	margin-bottom: 0;
}

.range .con .msg p strong {
	position: relative;
	font-size: 20px;
}

.range .con .msg p strong::after {
	content: "";
	position: absolute;
	top: 7px;
	width: 10px;
	height: 10px;
	left: -23px;
	background-color: #F63A44;
	border-radius: 50%;
}


.range .con .images {
	width: 49.2%;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.range .con .images .image {
	border-radius: 10px;
	overflow: hidden;
}

.range .con .images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}



.range .con .images .box {
	width: 47.6%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.range .con .images .box .image {
	margin-bottom: 32px;
}

.range .con .images .box .image:last-child {
	margin-bottom: 0;
}


.range .con .images .show {
	width: 47.7%;
	border-radius: 10px;
	overflow: hidden;
}


.customization .touch {
	margin-top: 100px;
}


.oemOdm {
	padding: 95px 0 100px 0;
	background-color: #F2F2F1;
}

.oemOdm .slides {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.oemOdm .slides .swiper {
	width: 1%;
	flex: 1;
	border-bottom: 2px solid #D9D9D9;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.oemOdm .slides .swiper .swiper-slide {
	width: auto;
	color: #111;
	font-family: Gotham-Medium;
	font-size: 18px;
	line-height: 32px;
	padding: 14px 0;
	cursor: pointer;
	position: relative;
	margin-right: 55px;
}


.oemOdm .slides .swiper .swiper-slide::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	height: 2px;
	transition: .6s ease all;
	opacity: 0;
	width: 0;
	z-index: 9;
	background-color: #F63A44;
}

.oemOdm .slides .swiper .swiper-slide.active {
	font-size: 22px;
}

.oemOdm .slides .swiper .swiper-slide.active::after,
.oemOdm .slides .swiper .swiper-slide:hover::after {
	width: 100%;
	opacity: 1;
}

.oemOdm .slides .btns {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}


.oemOdm .slides .btns>div {
	font-size: 18px;
	color: #111;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 30px;
	cursor: pointer;
	position: relative;
}

.oemOdm .slides .btns>div.prev {
	margin-left: 30px;
}

.oemOdm .slides .btns>div.prev::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(50%);
	width: 1px;
	height: 80%;
	background-color: #dddddd;
	right: 0;
}

.oemOdm .slides .btns>div:hover {
	color: #F63A44;
}

.oemOdm .slides .btns>div.swiper-button-disabled {
	pointer-events: none;
}

.oemOdm .checks {
	margin-top: 38px;
	background-color: #ffffff;
	padding: 49px 50px 61px;
}


.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 19px 28px;
	font-size: 16px;
	line-height: 24px;
	font-family: Gotham-Book, Arial, sans-serif;
	color: #555;
	border: 1px solid #D9D9D9;
}

.table table tr td p {
	font-size: 16px;
	line-height: 24px;
	color: #555;
	margin-bottom: 10px;
}

.table table tr td p:last-child {
	margin-bottom: 0;
}


.table table tr td p strong {
	color: #000;
	font-family: Gotham-Medium;
	font-size: 20px;
	line-height: 32px;
}


.oemOdm .checks .item {
	display: none;
}

.oemOdm .checks .item.active {
	display: block;
}


@media screen and (max-width:1560px) {
	.cusPorcess .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.cusPorcess .list .num {
		width: 95px;
		height: 95px;
		font-size: 18px;
	}

	.cusPorcess .list .signs .sign {
		margin: 5px 10px;
	}

	.customization .range {
		margin-top: 80px;
	}

	.range .con .images .image {
		border-radius: 5px;
	}

	.oemOdm .checks {
		padding: 50px;
	}

	.table table tr td p strong {
		font-size: 18px;
	}

	.table table tr td {
		padding: 20px;
	}

	.customization .touch {
		margin-top: 80px;
	}

}

@media screen and (max-width:1333px) {
	.cusPorcess .list .num {
		font-size: 16px;
		width: 85px;
		height: 85px;
	}

	.cusPorcess .list .item {
		padding: 60px 20px 30px;
	}

	.cusPorcess .list .signs .sign {
		margin: 5px;
	}

	.cusPorcess .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.cusPorcess .list .item {
		border-radius: 5px;
	}

	.customization .range {
		margin-top: 60px;
	}

	.range .con .msg p strong {
		font-size: 18px;
	}

	.range .con {
		display: block;
	}

	.range .con .images {
		margin-top: 0%;
		float: right;
		margin-left: 5%;
	}

	.range .con .msg {
		width: 100%;
	}

	.range .con {
		margin-top: 40px;
	}

	.customization .touch {
		margin-top: 60px;
	}

	.oemOdm .slides .swiper .swiper-slide.active {
		font-size: 20px;
	}

	.oemOdm .slides .swiper .swiper-slide {
		font-size: 16px;
		line-height: 28px;
	}

	.oemOdm .checks {
		margin-top: 30px;
		padding: 30px;
	}

	.table table tr td {
		padding: 10px 20px;
	}

	.table table tr td {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.cusPorcess .list {
		justify-content: space-between;
	}

	.cusPorcess .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
	}

	.cusPorcess .list .signs .sign {
		font-size: 14px;
		line-height: 26px;
		padding: 2px 10px;
	}

	.cusPorcess .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.cusPorcess .list .num {
		font-size: 14px;
		width: 75px;
		height: 75px;
	}

	.range .con .msg p strong {
		font-size: 16px;
	}

	.range .con .msg p strong::after {
		top: 4px;
	}

	.customization .touch {
		margin-top: 50px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 26px;
	}

	.table table tr td p {
		margin-bottom: 5px;
	}

	.table table tr td p strong {
		font-size: 16px;
	}

	.oemOdm .slides .swiper .swiper-slide {
		font-size: 14px;
		line-height: 26px;
	}

	.oemOdm .slides .swiper .swiper-slide.active {
		font-size: 16px;
	}

	.oemOdm .slides .btns>div {
		font-size: 16px;
	}

	.oemOdm .slides {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.oemOdm .slides .swiper {
		width: 100%;
		flex: none;
		margin: 0;
	}

	.oemOdm .slides .btns>div.prev {
		margin-left: 0px;
	}

	.oemOdm .slides .btns>div {
		margin-bottom: 5px;
	}

	.range .con .images .box .image {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.cusPorcess .list .item:nth-child(n) {
		margin-top: 60px;
	}

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

	.cusPorcess .list .item:nth-child(-n+2) {
		width: 100%;
	}

	.cusPorcess .list {
		margin-top: 70px;
	}

	.oemOdm .checks {
		padding: 20px;
	}
}

@media screen and (max-width:538px) {
	.cusPorcess .list .item:nth-child(n) {
		width: 100%;
	}

	.range .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.range .con .images {
		width: 100%;
		float: none;
		margin: 0;
		margin-top: 30px;
	}

	.oemOdm .checks {
		padding: 15px;
	}
}


/* 5-1project */

.projects {
	padding: 66px 0 100px 0;
}

.projects .projectList {
	margin-top: 39px;
}

.projects .pager {
	margin-top: 95px;
}

.projects .touch {
	margin-top: 92px;
}


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

	.projects .pager,
	.projects .touch {
		margin-top: 80px;
	}
}

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

	.projects .pager,
	.projects .touch {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.projects .pager {
		margin-top: 40px;
	}

	.projects .touch {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.projects .pager {
		margin-top: 30px;
	}

	.projects .touch {
		margin-top: 40px;
	}
}

/* 5-2project */

.projectDet {
	padding: 67px 0 100px 0;
}

.projectDet h1 {
	font-weight: normal;
}

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

.share span {
	color: #555;
	font-size: 16px;
	line-height: 28px;
	flex-shrink: 0;
	margin-right: 14px;
}


.projectDet .share {
	margin-top: 30px;
}


.projectDet .describe {
	margin-top: 28px;
}

.projectDet .describe p {
	margin-bottom: 9px;
}

.projectDet .describe p:last-child {
	margin-bottom: 0;
}


.projectDet .prevOrNext {
	margin-top: 71px;
}


.prevOrNext {
	padding: 25px 0 27px 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

.prevOrNext a,
.prevOrNext div {
	color: #555;
	font-size: 18px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.prevOrNext .next {
	margin-top: 15px;
}

.prevOrNext a:hover {
	color: #111;
}

.projectDet .hotProducts {
	margin-top: 96px;
}


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

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

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


.hotProducts .swiper {
	margin-top: 34px;
}


.projectDet .touch {
	margin-top: 102px;
}

@media screen and (max-width:1560px) {
	.projectDet .describe {
		margin-top: 30px;
	}

	.projectDet .prevOrNext {
		margin-top: 50px;
	}

	.prevOrNext {
		padding: 20px 0;
	}

	.prevOrNext .next {
		margin-top: 10px;
	}

	.projectDet .hotProducts,
	.projectDet .touch {
		margin-top: 80px;
	}

}

@media screen and (max-width:1333px) {
	.projectDet .describe p {
		margin-bottom: 0;
	}

	.projectDet .hotProducts,
	.projectDet .touch {
		margin-top: 60px;
	}

	.prevOrNext a,
	.prevOrNext div {
		font-size: 16px;
		line-height: 28px;
	}

	.projectDet .prevOrNext {
		margin-top: 40px;
	}
}

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

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

	.prevOrNext a,
	.prevOrNext div {
		font-size: 14px;
		line-height: 26px;
	}

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

	.projectDet .hotProducts,
	.projectDet .touch {
		margin-top: 50px;
	}
}

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

	.projectDet .hotProducts,
	.projectDet .touch {
		margin-top: 40px;
	}

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

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

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

@media screen and (max-width:450px) {
	.hotProducts .swiper {
		max-width: 280px;
		margin: 0 auto;
		margin-top: 30px;
	}
}

/* 6-1news */

.news {
	padding: 66px 0 100px 0;
}

.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 37px
}


.news .list .newItem {
	width: 31.85%;
	margin-right: 2.225%;
	margin-top: 51px;
}


.news .list .newItem:nth-child(3n) {
	margin-right: 0;
}

.news .list .newItem:nth-child(-n+3) {
	margin-top: 0;
}

.news .pager {
	margin-top: 67px;
}

.news .touch {
	margin-top: 92px;
}

@media screen and (max-width:1560px) {
	.news .list .newItem {
		margin-top: 40px;
	}

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

	.news .touch {
		margin-top: 80px;
	}

	.news .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.news .touch {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.news .list .newItem {
		margin-top: 30px;
	}

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

	.news .touch {
		margin-top: 50px;
	}
}

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

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

	.news .list {
		justify-content: space-between;
	}

	.news .pager {
		margin-top: 30px;
	}

	.news .touch {
		margin-top: 40px;
	}

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

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

	.news .list .newItem:nth-child(-n+1) {
		margin-top: 0;
	}
}


/* 6-2news */

.newDet {
	padding: 66px 0 100px 0;
}

.newDet .tips {
	margin-top: 25px;
	display: flex;
	align-items: center;
}

.newDet .tips .time {
	color: #555;
	font-size: 16px;
	line-height: 26px;
	flex-shrink: 0;
	margin-right: 41px;
}

.newDet .describe {
	margin-top: 28px;
}

.newDet .describe p {
	font-size: 16px;
}

.newDet .describe p strong {
	font-size: 16px;
}

.newDet .prevOrNext {
	margin-top: 60px;
}

.newDet .hotProducts {
	margin-top: 96px;
}

.newDet .touch {
	margin-top: 77px;
}

@media screen and (max-width:1560px) {
	.newDet .tips {
		margin-top: 30px;
	}

	.newDet .describe {
		margin-top: 30px;
	}

	.newDet .prevOrNext {
		margin-top: 50px;
	}

	.newDet .hotProducts,
	.newDet .touch {
		margin-top: 80px;
	}
}

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

	.newDet .hotProducts,
	.newDet .touch {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.newDet .tips .time {
		margin-right: 30px;
	}

	.newDet .prevOrNext {
		margin-top: 30px;
	}

	.newDet .hotProducts,
	.newDet .touch {
		margin-top: 50px;
	}
}

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

	.newDet .hotProducts,
	.newDet .touch {
		margin-top: 40px;
	}
}

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

	.newDet .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}
}


/* 7-1contact */

.contactUs {
	padding: 66px 0 101px 0;
}

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

.contactUs .list {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}

.contactUs .list .item {
	width: 31.92%;
	margin-right: 2.12%;
	display: flex;
	flex-direction: column;
	align-items: center;
}


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

.contactUs .list .sign {
	width: 74px;
	height: 74px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contactUs .list .sign img {
	display: block;
}

.contactUs .list .name {
	color: #111;
	font-family: Gotham-Bold;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin-top: 18px;
}


.contactUs .list .num {
	color: #000;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	margin-top: 12px;
}

.contactUs .list .email .num {
	word-break: break-all;
}

.contactUs .list a.num:hover {
	color: #F63A44;
}

.leaveMessage {
	padding: 100px 0 100px 0;
	background-color: #F2F2F1;
}

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

.leaveMessage .msg {
	width: 48%;
	margin-top: -4px;
}

.leaveMessage .msg .txts {
	margin-top: 30px;
	color: #555;
	font-size: 18px;
	line-height: 32px;
}

.leaveMessage .cForm {
	width: 42.57%;
}

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

.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cForm ul li {
	height: 40px;
	width: 100%;
	margin-top: 10px;
	background-color: #FFF;
	padding: 0 23px;
	overflow: hidden;
	border-radius: 5px;
}

.cForm ul li:nth-child(-n+2) {
	width: 48.5%;
	margin-top: 0;
}


.cForm ul li.message {
	width: 100%;
	height: 150px;
	padding: 9px 23px;
}


.cForm ul li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.cForm ul li.code input {
	flex: 1;
	padding: 0 23px;
}

.cForm ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	background-color: #f3fbfe;
	width: 86px;
	height: 29px;
	margin-right: 12px;
}

.cForm ul li.code .codeImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.cForm ul li.subBtn {
	padding: 0;
	width: 106px;
	background-color: transparent;
}

.cForm ul li.subBtn input {
	background-color: #F63A44;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	border-radius: 5px;
}

.cForm ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #F63A44;
}

.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #111111;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 16px;
	color: #111111;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 16px;
	color: #111111;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #111111;
}

@media screen and (max-width:1560px) {
	.contactUs .list .sign {
		width: 60px;
		height: 60px;
	}

	.contactUs .list .name {
		font-size: 18px;
		line-height: 28px;
	}

	.leaveMessage .msg {
		margin-top: 0;
	}

}

@media screen and (max-width:1333px) {
	.contactUs .list .sign {
		width: 50px;
		height: 50px;
	}

	.contactUs .list .num {
		font-size: 16px;
		line-height: 28px;
	}

	.leaveMessage .msg {
		width: 45%;
	}

	.leaveMessage .cForm {
		width: 50%;
	}
}

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

	.leaveMessage .msg {
		width: 100%;
	}

	.leaveMessage .cForm {
		width: 100%;
		margin-top: 30px;
	}

	.contactUs .list .sign {
		width: 42px;
		height: 42px;
	}

	.contactUs .list .name {
		font-size: 16px;
		line-height: 28px;
	}

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

@media screen and (max-width:768px) {
	.contactUs .list {
		justify-content: space-between;
	}

	.contactUs .list .item {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

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

	.contactUs .list .sign {
		width: 36px;
		height: 36px;
	}
}

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

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

	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

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

	.cForm ul li.subBtn {
		width: 106px;
	}

}



/* innerBanner */

.innerBanner {
	height: 470px;
}

.innerBanner .image {
	height: 100%;
}

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


/* crumb */
.crumb {
	padding-top: 28px;
}

.crumb img {
	flex-shrink: 0;
	margin-right: 10.5px;
}

.crumb a,
.crumb i {
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	letter-spacing: 0px;
	color: #555;
}

.crumb a.active,
.crumb a:hover {
	color: #111;
}

.crumb i {
	font-style: normal;
	margin: 0 5px;
}



/* pager */

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

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #222;
	margin: 5px 6px;
	border-radius: 6px;
}



.pager .pageList a.active,
.pager .pageList a:hover {
	background-color: #F63A44;
	color: #ffffff;
}

.pager .pageList a.prev {
	width: auto;
	margin: 5px 14px;
	color: #666666;
}

.pager .pageList a.next {
	width: auto;
	margin: 5px 19px;
	color: #666666;
}

.pager .pageList a.prev:hover,
.pager .pageList a.next:hover {
	background-color: transparent;
	color: #222;
}

.pager .pageList a.prev i,
.pager .pageList a.next i {
	font-size: 12px;
	font-weight: bold;
	color: #222222;
}

.pager .pageList a.prev i {
	flex-shrink: 0;
	margin-right: 10px;
}



.pager .pageList a.next i {
	flex-shrink: 0;
	margin-left: 10px;
}

.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 4px;
	position: relative;
	color: #111;
	font-size: 14px;
	line-height: 26px;
}


.pager .addTo span {
	color: #111;
	font-size: 14px;
	line-height: 26px;
	position: relative;
}

.pager .addTo span::after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #111;
	transition: .4s ease all;
	bottom: 1px;
}

.pager .addTo:hover span::after {
	width: 100%;
	right: auto;
	left: 0;
}


.pager .addTo img {
	flex-shrink: 0;
	margin-left: 10px;
	width: 18px;
	height: 18px;
}



.pager .addTo input {
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}


@media screen and (max-width:1560px) {
	.innerBanner {
		height: 400px;
	}

	.crumb {
		padding-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 320px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 260px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 240px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 200px;
	}
}


/* footer */



footer {
	padding: 90px 0 40px 0;
	background-color: #111;
}


footer a {
	display: inline-block;
}

footer .fLogo {
	display: block;
	width: 270px;
	margin-bottom: 35px;
	margin-top: 8px;
}


footer .fLogo:hover img {
	transform: none;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
}


footer .footerList ul li {
	margin-top: 10px;
}

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

footer .footerList .fContact ul li {
	margin-top: 16px;
}

footer .footerList .fContact ul li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .fMsg {
	width: 30%;
	margin-right: 5.6%;
}

footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 39px;
}

footer .blogrolls a {
	font-size: 22px;
	flex-shrink: 0;
	margin: 5px 0;
	margin-right: 26px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}


footer .footerList .blogrolls a:hover {
	color: #F63A44;
}


footer .blogrolls a:last-child {
	margin-right: 0;
}


footer .blogrolls a:hover {
	color: #F63A44;
}


footer .email a {
	word-break: break-all;
}

footer .footerList .fContact .box {
	margin-top: 16px;
}

footer .footerList .fContact li {
	display: flex;
	align-items: flex-start;
}

footer .footerList .fContact li i {
	font-size: 18px;
	flex-shrink: 0;
	margin-right: 11px;
	color: #F63A44;
}


footer .footerList .fContact .num {
	color: #F2F2F1;
	font-size: 18px;
	line-height: 28px;
}

footer .footerList .fContact a.num:hover {
	color: #F63A44;
}

footer .footerList .box {
	margin-top: 24px;
}

footer .footerList .fProducts {
	width: 20%;
	margin-right: 3.4%;
}


footer .footerList .fNav {
	width: 18%;
	margin-right: 3.7%;
}



footer .footerList .fInquiry {
	width: 19.3%;
}


footer .footerList a:hover {
	color: #ffffff;
}




footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: #999;
}


footer .title {
	font-size: 18px;
	font-family: Gotham-Bold;
	line-height: 30px;
	color: #ffffff;
	display: inline-block;
}

footer a.title:hover {
	color: #F63A44;
}


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


footer .titBox .menuBtn {
	display: none;
}


footer .links {
	margin-top: 15px;
}

footer .links a:hover {
	color: #ffffff;
}

footer .links span {
	margin-right: 10px;
}

footer .links a {
	margin-right: 10px;
	display: inline-block;
}


footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 21px 0 31px 0;
}


footer form {
	margin-top: 20px;
}

footer form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


footer form li {
	height: 40px;
	background-color: #ffffff;
	padding: 0 22px;
	width: 100%;
	border-radius: 5px;
}



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

footer form li {
	width: 100%;
}

footer .footerList li form ul li {
	margin-top: 10px;
	overflow: hidden;
}



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


footer form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}


footer form li.code input {
	flex-shrink: 1;
	padding: 0 14px;
	background-color: #ffffff;
}


footer form li.code .codeImg {
	height: 100%;
	width: 86px;
	height: 29px;
	flex-shrink: 0;
	overflow: hidden;
	cursor: pointer;
	background-color: #f3fbfe;
	margin-left: 15px;
	margin-right: 5px;
}


footer form li.code .codeImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


footer form li.subBtn {
	padding: 0;
	background-color: transparent;
	width: 106px;
}



footer form li.subBtn input {
	background-color: #F63A44;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	border-radius: 5px;

}



footer form li.subBtn input:hover {
	background-color: #ffffff;
	color: #F63A44;
}



footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
	color: #111;
	opacity: 1;
}

footer form input:-moz-placeholder,
footer form textarea:-moz-placeholder {
	color: #111;
	opacity: 1;
}

footer form input::-moz-placeholder,
footer form textarea::-moz-placeholder {
	color: #111;
	opacity: 1;
}

footer form input:-ms-input-placeholder,
footer form textarea:-ms-input-placeholder {
	color: #111;
	opacity: 1;
}


footer .copyright {
	line-height: 28px;
}


footer .copyright a {
	display: inline;
}


footer .copyright a:hover {
	color: #fff;
}


footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}


@media screen and (max-width:1560px) {
	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer {
		padding: 60px 0 40px 0;
	}

	footer .fLogo {
		width: 200px;
		margin-top: 0;
	}

	footer form li {
		padding: 0 15px;
	}

	footer .line {
		margin: 30px 0;
	}
}

@media screen and (max-width:1333px) {
	footer .fLogo {
		width: 140px;
	}

	footer .footerList .fContact .num {
		font-size: 16px;
		line-height: 28px;
	}

	footer .footerList .fInquiry {
		width: 20%;
	}

	footer .footerList .fMsg {
		width: 22%;
	}

	footer .blogrolls a {
		font-size: 20px;
	}

	footer .blogrolls {
		margin-top: 30px;
	}

	footer .footerList .fProducts {
		width: 26%;
	}

	footer .footerList .fNav {
		width: 22%;
	}

	footer form li,
	footer form li.code input {
		padding: 0 10px;
	}

	footer form li.code .codeImg {
		margin-left: 0;
		width: 60px;
		height: 22px;
	}

	footer .footerList .fInquiry {
		width: 22%;
	}

	footer .links {
		margin-top: 10px;
	}
}

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

	footer {
		padding-bottom: 70px;
	}

	footer .footerList {
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 10px;
	}

	footer .footerList>li.fMsg {
		margin-bottom: 10px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .footerList .fMsg ul li {
		margin-bottom: 0;
		margin-top: 10px;
		width: 48%;
	}

	footer .footerList .fMsg ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fMsg ul {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList .fMsg .name {
		margin-bottom: 5px;
	}

	footer .footerList .box {
		margin-top: 10px;
		display: none;
		transition: none;
	}

	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .title {
		font-size: 16px;
		line-height: 26px;
	}

	footer form {
		margin-top: 10px;
		display: none;
		transition: none;
	}

	footer .footerList ul li:nth-child(n) {
		width: 48%;
		margin-top: 10px;
	}

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

	footer .fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin: 0;
		margin-bottom: 30px;
		order: 1;
	}

	footer .blogrolls a {
		font-size: 18px;
	}

	footer .footerList>li.fMsg {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	footer .footerList .fContact {
		width: 100%;
		order: 2;
	}

	footer {
		padding-top: 40px;
	}

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		font-size: 12px;
		color: #ffffff;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}

	footer .fLogo {
		width: 120px;
		margin-bottom: 24px;
		order: 1;
	}

	footer .footerList form ul li.message {
		width: 100%;
		height: 90px;
	}

	footer .footerList .fContact ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fContact ul li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .fContact .num {
		font-size: 14px;
	}

	footer form li {
		height: 36px;
	}
}



@media screen and (max-width:538px) {
	footer .fLogo {
		width: 120px;
	}

	footer .footerList .fMsg ul li:nth-child(n),
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(1),
	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}
}

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

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


/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Gotham-Book, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* customer */

.customer {
	position: fixed;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
	width: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px 0;

}

.customer>div {
	margin-bottom: 18px;
	border-radius: 50%;
	position: relative;
}

.customer>div::after {
	content: "";
	position: absolute;
	bottom: -7px;
	width: 16px;
	height: 1px;
	background-color: rgba(51, 51, 51, .3);
	left: 50%;
	transform: translateX(-50%);
}


.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: #333;
	font-size: 24px;
	border-radius: 50%;
	position: relative;
	background-color: transparent;

}


.customer .top {
	margin-bottom: 0;
}

.customer .top::after {
	display: none;
}

.customer .top a {
	width: 50px;
	height: 50px;
	color: #333;
	text-align: center;
	cursor: pointer;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}


.customer a i {
	display: flex;
	align-items: center;
	justify-content: center;
}


.customer .top i {
	font-size: 26px;
	font-weight: bold;
}

.customer div div {
	cursor: pointer;
}

.customer div:hover a,
.customer div:hover div {
	color: #ffffff;
	background-color: #111;
}


.customer div a:hover i {
	color: #ffffff;
}

.clear2 {
	display: none;
}


.customer .code {
	position: relative;
}

.customer .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -10;
	opacity: 0;
	pointer-events: none;
}

.customer .code:hover img {
	transform: translateX(0);
	opacity: 1;
	pointer-events: all;
}


@media screen and (max-width: 1360px) {
	.customer {
		right: 5px;
	}

	.customer>div {
		margin-bottom: 10px;
	}

	.customer {
		width: 50px;
	}

	.customer div a,
	.customer div div {
		width: 45px;
		height: 45px;
		font-size: 22px;
	}

	.customer .top i {
		font-size: 24px;
	}

	.customer .top a {
		width: 45px;
		height: 45px;
	}
}

@media screen and (max-width: 999px) {
	.customer {
		display: block;
		border-radius: 0;
		padding: 0;
		box-shadow: none;
		background-color: transparent;
	}

	.customer>div {
		margin-bottom: 0;
	}

	.customer .top a {
		width: 100%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #ffffff;
		border-top: 1px solid #F2F2F2;
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.customer div {
		width: 25%;
		float: left;
	}

	.customer div a,
	.customer div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #ffffff;
		border-radius: 0px;
		border-top: 1px solid #F2F2F2;
	}

	.customer div:hover a,
	.customer div:hover div {
		color: #333333;
		background-color: #ffffff;
	}

	.customer div a:hover i {
		color: #333333;
	}

	.customer div a:after,
	.customer div div:after {
		display: none;
	}

	.customer div.active a,
	.customer div.active div {
		color: #ffffff;
		background-color: #111;
	}

	.customer .top i {
		border-color: #fff;
	}

	.customer .code img,
	.customer .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.customer .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
		pointer-events: all;
	}
}

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

	.customer .code img,
	.customer .code:hover img {
		left: 0%;
		transform: translateX(0%);
	}

	.customer .code.active img {
		left: 0%;
		transform: translateX(0%) translateY(-100%);
	}
}



@font-face {
	font-family: 'Gotham-Bold';
	font-display: swap;
	src: url('../fonts/GothamBold.eot');
	src: url('../fonts/GothamBold.eot') format('embedded-opentype'),
		url('../fonts/GothamBold.woff2') format('woff2'),
		url('../fonts/GothamBold.woff') format('woff'),
		url('../fonts/GothamBold.ttf') format('truetype'),
		url('../fonts/GothamBold.svg#GothamBold') format('svg');
}

@font-face {
	font-family: 'Gotham-Book';
	font-display: swap;
	src: url('../fonts/GothamBook.eot');
	src: url('../fonts/GothamBook.eot') format('embedded-opentype'),
		url('../fonts/GothamBook.woff2') format('woff2'),
		url('../fonts/GothamBook.woff') format('woff'),
		url('../fonts/GothamBook.ttf') format('truetype'),
		url('../fonts/GothamBook.svg#GothamBook') format('svg');
}


@font-face {
	font-family: 'Gotham-Medium';
	font-display: swap;
	src: url('../fonts/GothamMedium.eot');
	src: url('../fonts/GothamMedium.eot') format('embedded-opentype'),
		url('../fonts/GothamMedium.woff2') format('woff2'),
		url('../fonts/GothamMedium.woff') format('woff'),
		url('../fonts/GothamMedium.ttf') format('truetype'),
		url('../fonts/GothamMedium.svg#GothamMedium') format('svg');
}


@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1766050956754') format('woff'),
		url('../fonts/iconfont.ttf?t=1766050956754') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zuojiantou:before {
	content: "\e600";
}

.icon-zuojiantou-copy:before {
	content: "\f213";
}

.icon-Gc_17_public-TopOutlined:before {
	content: "\e61b";
}

.icon-jurassic_message:before {
	content: "\e69f";
}

.icon-top02:before {
	content: "\e6f5";
}

.icon-kefu:before {
	content: "\e608";
}

.icon-teams_x:before {
	content: "\e604";
}

.icon-zhiding1:before {
	content: "\e7b9";
}

.icon-QQ:before {
	content: "\e882";
}

.icon-QQkongjian:before {
	content: "\e619";
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-location:before {
	content: "\e614";
}

.icon-xinlangweibo:before {
	content: "\e606";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}