@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: ProximaNova-Regular, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #930c20 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #930c20;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: ProximaNova-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}



.safeRange {
	max-width: 1600px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

.safeRange2 {
	max-width: 1400px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {

	.safeRange,
	.safeRange2 {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {

	.safeRange,
	.safeRange2 {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1760px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}


@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}





@media screen and (max-width:1760px) {
	.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: #930c20;
		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(147, 12, 32, 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: ProximaNova-Regular, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: 4px;
	}
}

/**
 * Swiper 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, 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');
	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 {
	height: 130px;
	background-color: #ffffff;
	position: relative;
	left: 0;
	top: 0;
}


nav .nTop {
	height: 30px;
	background-color: #111111;
	position: relative;
	z-index: 99999;
}


nav .nTop>div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav .nTop .nMsg {
	display: flex;
	align-items: center;
}

nav .nTop .nMsg .item {
	display: flex;
	align-items: center;
	margin-right: 52px;
}

nav .nTop .nMsg .item:last-child {
	margin-right: 0;
}

nav .nTop .nMsg img {
	flex-shrink: 0;
	width: 18px;
	margin-right: 22px;
}


nav .nTop .nMsg .num {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.6;
}



nav .language {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}



nav .lanBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
}

nav .lanBtn img {
	width: 28px;
	flex-shrink: 0;
	margin-right: 11px;
}


nav .lanBtn:hover span {
	color: #ffffff;
}

nav .lanBtn span {
	font-size: 14px;
	line-height: 26px;
	color: rgba(255, 255, 255, .6);
}

nav .lanBtn i {
	color: rgba(254, 254, 254, 0.6);
	font-size: 12px;
	flex-shrink: 0;
	margin-left: 6px;

}

nav .lanBtn:hover i {
	color: #ffffff;
}

nav .lanBtn i.icon-up7 {
	transform: rotate(180deg);
}

nav .language.active .lanBtn i.icon-up7 {
	transform: rotate(0deg);
}

nav .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	overflow: hidden;
	padding: 10px 0;
}


nav .language ul li {
	margin-bottom: 10px;
}

nav .language ul li:last-child {
	margin-bottom: 0;
}

nav .language ul a {
	padding: 0px 20px;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	display: flex;
	align-items: flex-start;
}


nav .language ul a img {
	width: 22px;
	flex-shrink: 0;
	margin-right: 10px;
	transform: translateY(5px);
}


nav .language ul a:hover {
	color: #930c20;
}

nav .language ul a:hover img {
	transform: translateY(5px);
}




nav.active .nBottom {
	position: fixed;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}



nav .nBottom {
	height: 100px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	z-index: 9999;
}

html {
	scroll-padding-top: 100px;
}

nav .nBottom>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	position: relative;
}



nav .logo {
	max-width: 208px;
	flex-shrink: 0;
}


nav .logo:hover img {
	transform: none;
}

nav .navList {
	display: flex;
	align-items: center;
	height: 100%;
}

nav .navList>ul {
	display: flex;
	align-items: center;
}


nav .navList>ul>li {
	margin-right: 93px;
	position: relative;
}


nav .navList>ul>li:last-child {
	margin: 0;
}


nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 100px;
	line-height: 100px;
	font-size: 18px;
	font-family: Oswald-Regular;
	color: #333333;
}

nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #930c20;
}



nav .navList .btns {
	display: flex;
	align-items: center;
	margin-left: 133px;
	height: 100%;
}

nav .search {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 9999;
	flex-shrink: 0;
	margin-right: 60px;
}


nav .search .searchBtn {
	cursor: pointer;
}


nav .search .searchBtn i {
	color: #333333;
	display: block;
	font-size: 24px;
	font-weight: bold;
}



nav .search .searchBtn:hover i {
	color: #930c20;
}


nav .search form {
	position: absolute;
	top: 100%;
	right: 0;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	z-index: 99;
	background-color: #ffffff;
	width: 0;
	border-bottom: 1px solid #ffffff;
	overflow: hidden;
}


nav .search form.active {
	width: 260px;
}

nav .search form>input {
	padding: 0 10px;
}


nav .search form input {
	width: 100%;
	height: 100%;
	color: #333333;
	background-color: transparent;
}




nav .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 30px;
	width: 30px;
	margin-right: 5px;
}



nav .search form .subBtn i {
	color: #333333;
	font-weight: bold;
	font-size: 16px;

}



nav .search form .subBtn:hover i {
	color: #930c20;
}




nav .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}


nav .conBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 56px;
	background-color: #930c20;
	border: 1px solid #930c20;
	font-family: Oswald-Regular;
	font-size: 18px;
	color: #ffffff;
}


nav .conBtn:hover {
	background-color: #ffffff;
	color: #930c20;
}




/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	padding: 26px 0 22px 0;
	width: 271px;
	display: none;
	transition: none;
}

nav.active .moreList,
nav.active .moreList ul {
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
}

.moreList ul {
	left: 100%;
	top: -9px;
}


.moreList {
	top: 100%;
	left: -30px;
}


.moreList li {
	margin-bottom: 10px;
	position: relative;
}

.moreList li:last-child {
	margin-bottom: 0;
}


.moreList a {
	padding: 0 30px;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}


.moreList a:hover {
	color: #930c20;
}

header .xnav .msg {
	display: none;
}



@media screen and (max-width:1760px) {
	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
	}

	nav .nBottom {
		height: 80px;
	}

	html {
		scroll-padding-top: 80px;
	}

	nav {
		height: 110px;
	}

	nav .conBtn {
		height: 40px;
		width: 160px;
		font-size: 16px;
	}


	nav .logo {
		max-width: 180px;
	}

	nav .navList .btns {
		margin-left: 80px;
	}

	nav .navList>ul>li {
		margin-right: 60px;
	}

	nav .search .searchBtn i {
		font-size: 22px;
	}

	nav .search {
		margin-right: 50px;
	}

	.moreList,
	.moreList ul {
		padding: 20px 0;
	}
}

@media screen and (max-width:1333px) {
	nav .conBtn {
		width: 140px;
	}

	nav .navList>ul>li>a {
		font-size: 16px;
	}

	nav .logo {
		max-width: 150px;
	}

	nav .navList .btns {
		margin-left: 30px;
	}

	nav .search {
		margin-right: 30px;
	}

	nav .navList>ul>li {
		margin-right: 35px;
	}

	nav .search .searchBtn i {
		font-size: 20px;
	}

	.moreList,
	.moreList ul {
		padding: 10px 0;
	}

	.moreList li {
		margin-bottom: 5px;
	}

	nav .lanBtn img {
		width: 22px;
	}
}

@media screen and (max-width:999px) {
	nav .nTop {
		height: 0;
	}

	nav .nTop .nMsg {
		display: none;
	}

	nav .language {
		height: 60px;
		position: absolute;
		right: 80px;
		top: 100%;
	}

	nav .navList {
		display: none;
	}

	nav {
		height: 60px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		width: 100%;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav.active {
		box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
	}

	nav.active .nBottom {
		position: relative;
		box-shadow: none;
	}

	nav .nBottom,
	.bannerRange {
		height: 60px;
	}

	nav .language {
		margin-right: 80px;
	}

	nav .lanBtn span {
		color: #333333;
	}

	nav .lanBtn i {
		color: #333333;
	}

	nav .language ul a {
		font-size: 14px;
	}

	nav .language ul a img {
		width: 20px;
		transform: translateY(7px);
	}

	nav .language ul a:hover img {
		transform: translateY(7px);
	}

	nav .logo {
		max-width: 60px;
	}

	header .xnav .msg {
		margin-top: 20px;
		display: block;
	}

	header .xnav .msg .item {
		display: flex;
		align-items: flex-start;
		color: #ffffff;
	}

	header .xnav .msg .item img {
		filter: grayscale(100%) brightness(500%);
		flex-shrink: 0;
		width: 18px;
		margin-right: 10px;
	}

}

@media screen and (max-width:768px) {

	nav .language {
		height: 50px;
		right: 25px;
	}

	nav {
		height: 50px;
	}

	html {
		scroll-padding-top: 50px;
	}

	nav .nBottom,
	.bannerRange {
		height: 50px;
	}

	nav .language {
		margin-right: 80px;
	}

	header .xnav .nav {
		right: 25px;
		top: 25px;
	}
	
	nav .logo {
		max-width: 55px;
	}

}

@media screen and (max-width:538px) {

	header .xnav .nav {
		right: 15px;
	}

	nav .language {
		right: 15px;
		margin-right: 50px;
	}
}


/* 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;
}


.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 .btns {
	position: absolute;
	z-index: 99;
	display: flex;
	align-items: center;
	right: calc((100% - 1600px)/ 2);
	bottom: 40px;
}


.indexBanner .btns>div {
	width: 60px;
	height: 60px;
	border: solid 1px #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #ffffff;
	transition: .4s ease all;
	cursor: pointer;
}


.indexBanner .btns>div:hover {
	background-color: #930c20;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
	border-color: #930c20;
}

.indexBanner .prev {
	margin-right: 10px;
}


.indexBanner .prev:hover,
.indexBanner .next:hover {
	border-color: #ffffff;
	color: #ffffff;
}



.indexBanner .signs {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
	display: none;
}


.indexBanner .swiper-pagination {
	position: static;
	margin: 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}


.indexBanner .swiper-pagination span {
	cursor: pointer;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	opacity: 1;
	transition: .4s ease all;
	background-color: #ffffff;
}


.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	border-color: #930c20;
}



.indexBanner .msg {
	position: absolute;
	height: 100%;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	pointer-events: none;
	display: flex;
	align-items: flex-end;
	padding: 55px 0;
}


.indexBanner .info {
	width: 64%;
}


.indexBanner .msg .tit {
	font-family: Oswald-Bold;
	font-size: 52px;
	line-height: 62px;
	color: #ffffff;
	transition: .4s ease all;
	pointer-events: all;
}


.indexBanner .msg .txts {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin-top: 12px;
	pointer-events: all;
}


.indexBanner .msg a.tit:hover {
	color: #930c20;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.16);
}

.indexBanner .msg .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: all;
	width: 185px;
	height: 54px;
	background-color: #930c20;
	color: #ffffff;
	font-size: 18px;
	font-family: Oswald-Regular;
	transition: .4s ease all;
	margin-top: 26px;
}


.indexBanner .msg .btn:hover {
	background-color: #ffffff;
	color: #930c20;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width:1760px) {
	.indexBanner .btns {
		right: 80px;
		bottom: 50px;
	}

	.indexBanner .msg .btn {
		width: 160px;
		height: 45px;
		font-size: 16px;
	}

	.indexBanner .msg .tit {
		font-size: 36px;
		line-height: 48px;
	}

	.indexBanner .info {
		width: 70%;
	}

	.indexBanner .msg .txts {
		margin-top: 20px;
	}

	.indexBanner .btns>div {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}

	.indexBanner .msg {
		padding: 50px 0;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .msg {
		padding: 40px 0;
	}

	.indexBanner .btns {
		bottom: 40px;
	}

	.indexBanner .msg .tit {
		font-size: 28px;
		line-height: 38px;
	}

	.indexBanner .msg .btn {
		height: 40px;
		width: 150px;
	}

	.indexBanner .msg .txts {
		font-size: 16px;
		line-height: 28px;
	}

	.indexBanner .btns>div {
		width: 46px;
		height: 46px;
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .msg .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.indexBanner .msg .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.indexBanner .msg .btn {
		font-size: 14px;
		height: 36px;
		width: 140px;
		margin-top: 20px;
	}

	.indexBanner .btns>div {
		width: 42px;
		height: 42px;
	}

	.indexBanner .msg {
		padding: 30px 0;
	}

	.indexBanner .btns {
		bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .btns {
		right: 25px;
	}

	.indexBanner .btns>div {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}

	.indexBanner .msg .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.indexBanner .msg .txts {
		margin-top: 16px;
	}

	.indexBanner .msg .btn {
		width: 130px;
		margin-top: 16px;
	}
}

@media screen and (max-width:538px) {
	.indexBanner .msg {
		padding: 15px 0;
	}

	.indexBanner .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.indexBanner .msg .txts {
		-webkit-line-clamp: 1;
		margin-top: 10px;
	}

	.indexBanner .btns {
		right: 15px;
		bottom: 15px;
	}

	.indexBanner .msg .btn {
		margin-top: 10px;
		height: 30px;
		width: 120px;
	}
}



/* title1 */

.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}


.iTit .title1 {
	text-align: center;
}

.title1 {
	font-family: Oswald-Bold;
	font-size: 46px;
	line-height: 60px;
	color: #333333;
}

a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #930c20;
}

.iTit .tip {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-top: 12px;
}




/* indexM1-1 */

.iAdvantages {
	padding: 46px 0 90px 0;
}


.iAdvantages .safeRange2 {
	max-width: 1499px;
}


.iAdvantages .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 41px;
}


.iAdvantages .list .item {
	width: 25%;
	margin-top: 30px;
	padding: 8px 30px 11px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-right: 1px solid #1b1b1b;
}


.iAdvantages .list .item:nth-child(4n) {
	border-right: none;
}

.iAdvantages .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.iAdvantages .list .image {
	width: 62px;
}

.iAdvantages .list .image img {
	filter: grayscale(100%) brightness(0%);
}


.iAdvantages .list .image:hover img {
	transform: none;
	filter: grayscale(0%) brightness(100%);
}

.iAdvantages .list .tit {
	font-family: ProximaNova-Semibol;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin-top: 5px;
	text-align: center;
}

.iAdvantages .list .tit:hover {
	color: #930c20;
}

@media screen and (max-width:1760px) {
	.iAdvantages .safeRange2 {
		max-width: 1600px;
	}

	.iAdvantages .list .item {
		padding: 20px 10px;
	}
}

@media screen and (max-width:1333px) {
	.iAdvantages .list .image {
		width: 56px;
	}

	.iAdvantages .list .tit {
		font-size: 16px;
		line-height: 26px;
		margin-top: 20px;
	}

	.iAdvantages .list .item {
		padding: 10px 10px;
	}

	.iTit .tip {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.iAdvantages .list .tit {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}

	.iAdvantages .list {
		justify-content: center;
	}

	.iAdvantages .list .item:nth-child(n) {
		width: 33.33%;
		margin-top: 20px;
		padding: 0 10px;
	}

	.iAdvantages .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.iAdvantages .list .item:nth-child(3n) {
		border-right: none;
	}

	.iTit .tip {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.iAdvantages .list .item:nth-child(n) {
		width: 50%;
		border-right: 1px solid #1b1b1b;
		margin-top: 20px;
	}

	.iAdvantages .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iAdvantages .list .item:nth-child(2n) {
		border-right: none;
	}

	.iAdvantages .list .image {
		width: 50px;
	}

	.iAdvantages .list {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.iAdvantages .list .image {
		width: 45px;
	}
}

/* indexM2-1 */

.ourProducts {
	padding: 74px 0 96px 0;
	background-color: rgba(238, 238, 238, .6);
}

.ourProducts .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ourProducts .title .btn {
	font-family: Oswald-Bold;
	font-size: 18px;
	line-height: 30px;
	color: #930c20;
	position: relative;
}


.ourProducts .title .btn::after {
	content: "";
	pointer-events: none;
	position: absolute;
	transition: .4s ease all;
	right: 0;
	height: 1px;
	background-color: #930c20;
	bottom: -3px;
	width: 0;
}


.ourProducts .title .btn:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}


.ourProducts .categorys {
	margin-top: 19px;
	display: flex;
	flex-wrap: wrap;
}

.ourProducts .categorys a,
.ourProducts .categorys div {
	padding: 11px 26.5px;
	margin: 5.5px 0;
	margin-right: 10px;
	background-color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	text-align: center;
	cursor: pointer;
}


.ourProducts .categorys a:hover,
.ourProducts .categorys div:hover,
.ourProducts .categorys div.active {
	background-color: #550712;
	color: #ffffff;
}

.ourProducts .checks{
	margin-top: 25px;
}

.ourProducts .list {
	display: flex;
	flex-wrap: wrap;
}

.ourProducts  .checks .list{
	display: none;
}

.ourProducts  .checks .list.active{
	display: flex;
}


.ourProducts .list .productItem {
	width: 23.14%;
	margin-right: 2.48%;
	margin-top: 57px;
}

.ourProducts .list .productItem:nth-child(4n) {
	margin-right: 0;
}

.ourProducts .list .productItem:nth-child(-n+4) {
	margin-top: 0;
}

.productItem .image {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}


.productItem h2 {
	font-weight: normal;
}

.productItem .tit {
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin-top: 20px;
}


.productItem .tit:hover {
	color: #930c20;
}

.productItem .line {
	width: 100%;
	height: 1px;
	background-color: rgba(17, 17, 17, 0.6);
	margin-top: 11px;
}

.productItem .btns {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
	align-items: center;
}

.colorBtns {
	display: flex;
	flex-wrap: wrap;
}

.colorBtns .item {
	width: 24px;
	height: 24px;
	border: solid 1px #e5e5e5;
	padding: 3px;
	margin: 5px 0;
	margin-right: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.colorBtns .item div {
	width: 100%;
	height: 100%;
}



.productItem .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	border: solid 1px #111111;
	flex-shrink: 0;
	margin-left: 30px;
}


.productItem .btn i {
	font-size: 12px;
	transform: rotate(-45deg);
}


.productItem .btn:hover {
	background-color: #930c20;
	border-color: #930c20;
}

.productItem .btn:hover i {
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.ourProducts .categorys a,
	.ourProducts .categorys div{
		padding: 5px 20px;
	}

	.ourProducts .categorys {
		margin-top: 30px;
	}

	.ourProducts .title .btn {
		font-size: 16px;
	}

	.ourProducts .checks{
		margin-top: 30px;
	}

	.ourProducts .list .productItem {
		margin-top: 40px;
	}

	.productItem .btns {
		margin-top: 10px;
	}
}

@media screen and (max-width:1333px) {
	.ourProducts .categorys a,
	.ourProducts .categorys div{
		font-size: 16px;
		line-height: 28px;
	}

	.productItem .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.ourProducts .list .productItem {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.ourProducts .categorys a,
	.ourProducts .categorys div{
		font-size: 14px;
		line-height: 24px;
		padding: 5px 10px;
	}

	.ourProducts .list .productItem:nth-child(n) {
		width: 30%;
		margin-right: 5%;
		margin-top: 30px;
	}

	.ourProducts .list .productItem:nth-child(3n) {
		margin-right: 0;
	}

	.ourProducts .list .productItem:nth-child(-n+3) {
		margin-top: 0;
	}

	.productItem .tit {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.ourProducts .list .productItem:nth-child(n) {
		width: 32%;
		margin-right: 2%;
	}

	.ourProducts .list .productItem:nth-child(3n) {
		margin-right: 0;
	}

	.productItem .tit {
		margin-top: 16px;
	}

	.colorBtns .item {
		width: 20px;
		height: 20px;
	}

	.productItem .btn {
		width: 24px;
		height: 24px;
	}

	.productItem .btn {
		margin-left: 20px;
	}
}

@media screen and (max-width:538px) {
	.ourProducts .categorys a,
	.ourProducts .categorys div{
		padding: 2px 10px;
	}

	.ourProducts .list {
		justify-content: space-between;
	}

	.ourProducts .list .productItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.ourProducts .list .productItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.ourProducts .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.ourProducts .title .btn {
		margin-top: 20px;
	}
}

/* indexM3-1 */

.popularProducts {
	padding: 71px 0 57px 0;
	position: relative;
}


.popularProducts::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0;
	top: 0;
	background-image: url("./images/indexM3-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.popularProducts .con {
	margin-top: 62px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}

.popularProducts .imgSwiperBox {
	width: 500px;
	height: 500px;
	clip-path: polygon(0% -1000%, 1000% -1000%, 1000% 1000%, 0% 1000%);
	transform: rotateY(-180deg);
}

.popularProducts .imgSwiperBox .imgSwiper {
	height: 100%;
	transform: translateX(-95px);
}

.popularProducts .imgSwiper .swiper-wrapper {
	align-items: center;
}


.popularProducts .imgSwiper .swiper-slide {
	height: auto;
	margin-right: 30px;
	width: 56%;
	transition: .4s ease width;
	flex-shrink: 0;
}


.popularProducts .imgSwiper .swiper-slide-active {
	width: 100%;
}

.popularProducts .imgSwiper .image {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transform: rotateY(180deg);
}

.popularProducts .box {
	position: absolute;
	width: 27.7%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-bottom: 47px;
}


.popularProducts .swiper-pagination {
	position: static;
	text-align: left;
}


.popularProducts .swiper-pagination span {
	font-family: Oswald-Regular;
	font-size: 16px;
	line-height: 30px;
	color: rgba(51, 51, 51, .6);
}


.popularProducts .swiper-pagination i {
	font-style: normal;
	font-family: Oswald-Regular;
	font-size: 16px;
	color: #333333;
	margin: 0 2px;
}

.popularProducts .swiper-pagination .swiper-pagination-current {
	font-family: Oswald-Bold;
	font-size: 16px;
	line-height: 30px;
	color: #930c20;
}


.popularProducts .msgSwiper {
	overflow: hidden;
	margin-top: 20px;
}


.popularProducts .msgSwiper .tit {
	font-family: Oswald-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
}


.popularProducts .msgSwiper .tit:hover {
	color: #930c20;
}

.popularProducts .msgSwiper .txts {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-top: 14px;
}


.popularProducts .msgSwiper .btn {
	width: 214px;
	height: 54px;
	background-color: #930c20;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #930c20;
	font-family: Oswald-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin-top: 65px;
}



.popularProducts .msgSwiper .btn:hover {
	background-color: transparent;
	color: #930c20;
}


.popularProducts .btns>div {
	margin-top: 30px;
}

.popularProducts .bigTit {
	position: absolute;
	right: 27px;
	top: 50%;
	transform: translateY(-50%);
	font-family: Oswald-Bold;
	font-size: 134px;
	line-height: 134px;
	color: white;
	-webkit-text-stroke: 1px rgba(51, 51, 51, 0.3);
	-webkit-text-fill-color: transparent;
	writing-mode: vertical-lr;
	white-space: nowrap;
}


.popularProducts .btns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.popularProducts .btns>div {
	position: relative;
	font-weight: bold;
	font-size: 28px;
	color: #000000;
	cursor: pointer;
	z-index: 9;
}

.popularProducts .btns>div::after {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background-color: rgba(147, 12, 32, 0.1);
	border-radius: 50%;
	pointer-events: none;
	opacity: 0;
	transition: .4s ease all;
	top: 50%;
}

.popularProducts .btns>div.prev::after {
	left: -13px;
	transform: translateX(20px) translateY(-50%);
}


.popularProducts .btns>div.next::after {
	right: -13px;
	transform: translateX(-20px) translateY(-50%);
}


.popularProducts .btns>div.prev {
	margin-right: 33px;
}


.popularProducts .btns>div:hover {
	color: #930c20;
}

.popularProducts .btns>div:hover::after {
	opacity: 1;
	transform: translateX(0) translateY(-50%);
}

@media screen and (max-width:1560px) {
	.popularProducts .con {
		margin-top: 50px;
	}

	.popularProducts .imgSwiperBox {
		width: 420px;
		height: 420px;
	}

	.popularProducts .msgSwiper .tit {
		font-size: 26px;
		line-height: 38px;
	}

	.popularProducts .box {
		padding-bottom: 0;
	}

	.popularProducts .msgSwiper .btn {
		width: 200px;
		height: 45px;
		font-size: 16px;
		margin-top: 50px;
	}

	.popularProducts .bigTit {
		font-size: 126px;
		line-height: 126px;
	}

	.popularProducts .imgSwiperBox .imgSwiper {
		transform: translateX(-78px);
	}

	.popularProducts .bigTit {
		font-size: 106px;
		line-height: 106px;
	}
}

@media screen and (max-width:1333px) {
	.popularProducts .con {
		margin-top: 40px;
	}

	.popularProducts .imgSwiperBox {
		width: 340px;
		height: 340px;
	}

	.popularProducts .imgSwiperBox .imgSwiper {
		transform: translateX(-60px);
	}

	.popularProducts .msgSwiper .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.popularProducts .box {
		width: 26%;
	}

	.popularProducts .msgSwiper .btn {
		height: 40px;
		width: 180px;
		margin-top: 30px;
	}

	.popularProducts .btns>div {
		font-size: 24px;
		line-height: 34px;
	}
}

@media screen and (max-width:999px) {
	.popularProducts .msgSwiper .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.popularProducts::after {
		display: none;
	}

	.popularProducts .imgSwiperBox {
		transform: none;
		overflow: hidden;
	}

	.popularProducts .imgSwiper .swiper-slide:nth-child(n) {
		width: 100%;
		margin-right: 0px;
	}

	.popularProducts .imgSwiperBox .imgSwiper {
		transform: translateX(0);
	}

	.popularProducts .con {
		margin-top: 30px;
	}

	.popularProducts .box {
		position: static;
		transform: translateY(0);
		flex: 1;
	}

	.popularProducts .imgSwiperBox {
		flex-shrink: 0;
		margin-right: 40px;
		width: 320px;
		height: 320px;
	}

	.popularProducts .bigTit {
		font-size: 90px;
		line-height: 90px;
		right: 0;
	}

	.popularProducts .btns>div {
		font-size: 22px;
	}

	.popularProducts .imgSwiper .image {
		transform: rotateY(0deg);
	}
}

@media screen and (max-width:768px) {
	.popularProducts .msgSwiper .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.popularProducts .imgSwiperBox {
		margin-right: 30px;
		width: 260px;
		height: 260px;
	}

	.popularProducts .msgSwiper .btn {
		height: 36px;
		width: 160px;
	}

	.popularProducts .bigTit {
		font-size: 85px;
		line-height: 85px;
	}
}

@media screen and (max-width:538px) {
	.popularProducts .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.popularProducts .box {
		width: 100%;
		margin-top: 20px;
	}

	.popularProducts .imgSwiperBox {
		margin: 0 auto;
	}

	.popularProducts .msgSwiper .btn {
		margin-top: 20px;
	}


	.popularProducts .imgSwiperBox {
		width: 100%;
		max-width: 280px;
		height: auto;
	}
}



/* indexM4-1 */

.touch {
	position: relative;
}

.touch .show {
	height: 802px;
}


.touch .show img {
	height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.touch .picec {
	height: 130px;
	background-color: #ffffff;
}


.touch .msg {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	background-color: #930c20;
	padding: 65px 100px 71px;
}

.touch .msg::after {
	content: "";
	position: absolute;
	height: 100%;
	z-index: -1;
	top: 0;
	width: 100vw;
	background-color: #930c20;
}

.touch .msg::after {
	left: calc(100% - 2px);
}


.touch .msg .box {
	width: 58%;
	position: relative;
	z-index: 9;
}


.touch .title {
	font-family: Oswald-Bold;
	font-size: 40px;
	color: #ffffff;
	line-height: 46px;
}

.touch .txts {
	font-family: ProximaNova-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-top: 17px;
}


.touch .btn {
	width: 184px;
	height: 54px;
	background-color: #930c20;
	border: solid 1px #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Oswald-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin-top: 35px;
}


.touch .btn:hover {
	background-color: #ffffff;
	color: #930c20;
}


.touch .image {
	width: 43.875%;
	position: absolute;
	right: 0.9%;
	top: -9.7%;
}

@media screen and (max-width:1760px) {
	.touch .msg {
		padding: 50px 0;
	}

	.touch .msg:before {
		content: "";
		position: absolute;
		height: 100%;
		width: 100%;
		left: -40px;
		background-color: #930c20;
		top: 0;
	}

	.touch .btn {
		height: 45px;
		width: 160px;
		font-size: 16px;
	}

	.touch .title {
		font-size: 32px;
		line-height: 46px;
	}

	.touch .show {
		height: 600px;
	}

	.touch .image {
		top: 50%;
		transform: translateY(-50%);
	}

	.touch .msg .box {
		width: 54%;
	}

	.touch .picec {
		height: 80px;
	}
}

@media screen and (max-width:1333px) {
	.touch .picec {
		height: 60px;
	}

	.touch .title {
		font-size: 26px;
		line-height: 36px;
	}

	.touch .btn {
		margin-top: 30px;
		height: 40px;
		width: 140px;
	}

	.touch .msg {
		padding: 40px 0;
	}

	.touch .show {
		height: 560px;
	}
}

@media screen and (max-width:999px) {
	.touch .picec {
		height: 50px;
	}

	.touch .title {
		font-size: 22px;
		line-height: 34px;
	}

	.touch .btn {
		height: 36px;
		width: 130px;
		margin-top: 20px;
	}

	.touch .show {
		height: 500px;
	}
}

@media screen and (max-width:768px) {
	.touch .picec {
		height: 0;
	}

	.touch .msg {
		position: static;
		transform: translateX(0);
	}

	.touch .show {
		height: 280px;
	}

	.touch .show img {
		display: block;
	}

	.touch .image {
		display: none;
	}

	.touch .msg .box {
		width: 100%;
	}

	.touch .title {
		font-size: 20px;
	}
}

@media screen and (max-width:538px) {
	.touch .show {
		height: 260px;
	}

	.touch .title {
		font-size: 18px;
		line-height: 28px;
	}
}


/* indexM5-1 */

.iService {
	padding: 95px 0 52px 0;
	padding-left: calc((100% - 1400px)/ 2);
}


.iService .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.iService .con .box {
	width: 36.9%;
	padding-top: 14px;
}


.iService .swiper {
	margin: 0;
	width: 57.6%;
}


.iService .tips {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-top: 13px;
}


.iService .checks {
	margin-top: 84px;
}

.iService .item {
	padding: 27px 0 27px 0;
	border-bottom: 1px solid #dcdcdc;
}

.iService .checks .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.iService .checks .name {
	font-family: Oswald-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}


.iService .checks .name:hover {
	color: #930c20;
}


.iService .checks .btn {
	width: 18px;
	height: 18px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 40px;
	cursor: pointer;
}


.iService .checks .btn i {
	width: 18px;
	height: 3px;
	background-color: #444444;
}



.iService .checks .btn i.move {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
	will-change: transform;
}

.iService .checks .item.active .btn i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}



.iService .checks .btn:hover i {
	background-color: #930c20;
}



.iService .checks .item.active {
	padding-bottom: 21px;
}

.iService .checks .txts {
	font-family: ProximaNova-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	padding-top: 15px;
	display: none;
	transition: none;
}


.iService .checks .item:nth-child(1) .txts {
	display: block;
}


@media screen and (max-width:1560px) {
	.iService {
		padding: 80px 0;
		padding-left: 80px;
	}

	.iService .checks {
		margin-top: 30px;
	}

	.iService .item {
		padding: 20px 0;
	}

	.iService .tips {
		margin-top: 20px;
	}

	.iService .con .box {
		padding-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.iService {
		padding: 60px 0;
		padding-left: 80px;
	}

	.iService .checks .name {
		font-size: 18px;
		line-height: 28px;
	}

	.iService .checks .btn i {
		height: 2px;
		width: 16px;
	}
}

@media screen and (max-width:999px) {
	.iService .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iService {
		padding: 50px 80px;
	}

	.iService .con .box {
		width: 100%;
	}

	.iService .checks .name {
		font-size: 16px;
		line-height: 28px;
	}

	.iService .item {
		padding: 14px 0;
	}

	.iService .checks {
		margin-top: 20px;
	}

	.iService .swiper {
		width: 100%;
		margin-top: 30px;
	}

	.iService .swiper .image {
		height: 400px;
	}

	.iService .swiper .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

}

@media screen and (max-width:768px) {
	.iService {
		padding: 40px 25px;
	}

	.iService .swiper .image {
		height: 360px;
	}
}

@media screen and (max-width:538px) {
	.iService {
		padding: 40px 15px;
	}

	.iService .swiper .image {
		height: 280px;
	}
}


/* 2-1 Products */


.products {
	padding: 62px 0 93px 0;
	background-color: rgba(238, 238, 238, 0.6);
}



.products .productTitle {
	display: flex;
	align-items: flex-start;
}


.productTitle .title1 {
	flex-shrink: 0;
	margin-right: 5%;
}



.mbox {
	height: 60px;
	overflow: hidden;
	margin-top: 1px;
}

.mbox .standardEdit p {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}


.mBtn {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 46px;
	background-color: #930c20;
	border: solid 1px #930c20;
	cursor: pointer;
}



.mBtn span {
	font-family: Oswald-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}


.mBtn .btns {
	flex-shrink: 0;
	margin-left: 18px;
	cursor: pointer;
}


.mBtn .btns i {
	color: #ffffff;
	font-weight: bold;
}


.mBtn .btns i:nth-child(2) {
	display: none;
}


.mBtn:hover {
	background-color: transparent;
}

.mBtn:hover span,
.mBtn:hover .btns i {
	color: #930c20;
}


.mBtn.active .btns i {
	display: none;
}


.mBtn.active .btns i:nth-child(2) {
	display: block;
}



.products .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 52px;
}


.innerNav {
	width: 20.28%;
}

.innerNav .category .title {
	background-color: #550712;
}

.innerNav .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 17px 28.5px 15px 28.5px;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #f5f8fb;
	margin-bottom: 19px;
	border-radius: 8px;
	background-color: #550712;
}

.innerNav .title i {
	display: none;
}

.innerNav .productSlides>ul>li {
	border-top: 1px solid #d2d2d2;
}

.innerNav .productSlides>ul>li:nth-child(1) {
	border-top: none;
}

.innerNav .productSlides>ul>li:last-child {
	border-bottom: 1px solid #d2d2d2;
}

.innerNav .productSlides>ul>li>a {
	display: flex;
	align-items: center;
	padding: 15.5px 0;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.innerNav .productSlides>ul>li>a i {
	flex-shrink: 0;
	margin-right: 14px;
	font-size: 15px;
	font-weight: bold;
	color: #930c20;
	opacity: 0;
}

.innerNav .productSlides li:hover>a,
.innerNav .productSlides li.active>a {
	color: #930c20;
}


.innerNav .productSlides>ul>li:hover>a i,
.innerNav .productSlides>ul>li.active>a i {
	opacity: 1;
}

.innerNav .productSlides ul ul>li:hover>a:before,
.innerNav .productSlides ul ul>li.active>a:before {
	opacity: 1;
}

.innerNav .productSlides>ul>li.active>ul {
	display: block;
}



.innerNav .tags {
	margin-top: 40px;
}

.innerNav .tags .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 17px 28.5px 15px 28.5px;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #f5f8fb;
	margin-bottom: 19px;
	border-radius: 8px;
	background-color: #b3b3b3;
}


.innerNav .tags .list {
	display: flex;
	flex-wrap: wrap;
}

.innerNav .tags .list a {
	background-color: #ffffff;
	padding: 3px 14px;
	font-family: Inter-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-right: 10px;
	margin-bottom: 10px;
}


.innerNav .tags .list a:hover {
	background-color: rgba(147, 12, 32, 0.1);
	color: #930c20;
}



.products .con .productList {
	width: 74.35%;
}


.productList .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 51px;
}


.productList .list .productItem {
	width: 31.1%;
	margin-right: 3.35%;
	margin-top: 45px;
}


.productList .list .productItem:nth-child(3n) {
	margin-right: 0;
}

.productList .list .productItem:nth-child(-n+3) {
	margin-top: 0;
}


.productList .productItem .image:hover img {
	transform: scale(1, 1);
}


.productList .productItem .colorBtns {
	margin-top: 5px;
}

.productItem .box {
	position: relative;
}


.productItem .box:hover .checkBtns {
	opacity: 1;
}


.productItem .box .checkBtns {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 56px;
	background-color: #930c20;
	opacity: 0;
	pointer-events: none;
}

.productItem .box .checkBtns.active {
	opacity: 1;
}

.productItem .box .checkBtns.active .checkBtn i {
	opacity: 1;
}


.productItem .checkBtn {
	width: 10px;
	height: 10px;
	outline: solid 1px #ffffff;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 10px;
	pointer-events: all;
	background-color: rgba(255, 255, 255, .1);
}




.productItem .checkBtn input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	opacity: 0;
}

.productItem .checkBtn i {
	color: #ffffff;
	font-size: 14px;
	opacity: 0;
}

.productItem .checkBtns .btn {
	font-family: Oswald-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	width: auto;
	height: auto;
	border-radius: 0;
	border: none;
	margin: 0;
	pointer-events: all;
}

.productItem .checkBtns .btn:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.innerTouch {
	margin-bottom: -2px;
}

.innerTouch .picec {
	background-color: #000000;
}

.innerNav .title i.active {
	transform: rotate(45deg);
}

@media screen and (max-width:1560px) {
	.mbox {
		margin-top: 0;
	}

	.mBtn {
		height: 40px;
		width: 140px;
	}

	.mBtn .btns {
		margin-left: 12px;
	}

	.mBtn span {
		font-size: 16px;
	}

	.innerNav .title,
	.innerNav .tags .title {
		padding: 12px 20px;
		border-radius: 5px;
	}

	.innerNav .productSlides>ul>li>a {
		padding: 12px 0;
	}

	.innerNav {
		width: 22%;
	}

	.productItem .box .checkBtns {
		height: 45px;
		width: 160px;
	}

	.productItem .checkBtns .btn {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.mBtn {
		margin-top: 20px;
	}

	.productList .list {
		justify-content: space-between;
	}

	.productList .list .productItem:nth-child(n) {
		width: 48%;
		margin-top: 30px;
		margin-right: 0;
	}

	.productList .list .productItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.products .con .productList {
		width: 70%;
	}

	.innerNav {
		width: 26%;
	}

	.innerNav .title,
	.innerNav .tags .title {
		font-size: 18px;
		line-height: 28px;
	}

	.innerNav .title,
	.innerNav .tags .title {
		padding: 10px 14px;
	}

	.innerNav .productSlides>ul>li>a {
		padding: 10px 0;
	}

	.productList .list {
		margin-bottom: 40px;
	}

	.mbox {
		height: 56px;
	}

	.innerNav .productSlides>ul>li>a {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.products .productTitle {
		flex-direction: column;
		align-items: flex-start;
	}

	.mbox {
		height: 52px;
		margin-top: 20px;
	}

	.mBtn span,
	.mBtn i {
		font-size: 14px;
		line-height: 24px;
	}

	.mBtn {
		height: 36px;
		width: 140px;
	}

	.products .con {
		margin-top: 40px;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.products .con .productList {
		width: 100%;
	}

	.productItem .box .checkBtns {
		opacity: 1;
		bottom: 20px;
		top: auto;
		transform: translateX(-50%);
		height: 36px;
		width: 130px;
	}

	.productList .list {
		justify-content: flex-start;
	}

	.productList .list .productItem:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.productList .list .productItem:nth-child(-n+3) {
		margin-top: 0;
	}

	.productList .list .productItem:nth-child(3n) {
		margin-right: 0;
	}

	.innerNav {
		width: 100%;
		margin-top: 40px;
	}

	.innerNav .productSlides>ul>li>a {
		font-size: 14px;
		line-height: 24px;
		padding: 6px 0;
	}

	.innerNav .productSlides>ul>li>a i {
		font-size: 14px;
	}


	.innerNav .tags {
		margin-top: 30px;
	}

	.innerNav .productSlides .title {
		margin-bottom: 0;
	}

	.innerNav .productSlides>ul {
		margin-top: 20px;
		display: none;
		transition: none;
	}

	.innerNav .title i {
		display: flex;
		width: 32px;
		height: 32px;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (max-width:768px) {
	.productList .list {
		justify-content: space-between;
		margin-bottom: 30px;
	}

	.productList .list .productItem:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.productList .list .productItem:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.productItem .box .checkBtns {
		height: 30px;
		width: 120px;
	}
}



/* 2-2 Products */


.productShow {
	padding: 71px 0 80px 0;
}


.productShow .con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.productShow .showList {
	flex-shrink: 0;
	margin-right: 5.2%;
}

.productShow .shows {
	justify-content: space-between;
	align-items: center;
	transition: none;
	display: none;
}


.productShow .showList .shows.active {
	display: flex;
}

.showSipwerBox {
	position: relative;
	margin-right: 20px;
	width: 564px;
}

.showSipwer .swiper-slide img {
	display: block;
}

.productShow .shows .showSipwer {
	margin: 0;
	width: 100%;
	overflow: hidden;
	border: solid 1px #dcdcdc;
}


.productShow .shows .checkSwiper {
	overflow: hidden;
	height: 100%;
}

.productShow .shows .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 564px;
	padding: 30px 0;
	width: 83px;
}


.productShow .shows .swiperBox .prev,
.productShow .shows .swiperBox .next {
	width: 100%;
	position: absolute;
	color: #8c8c8c;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 2px 5px;
	height: auto;
}


.productShow .shows .swiperBox .prev i,
.productShow .shows .swiperBox .next i {
	font-weight: bold;
	font-size: 17px;
}


.productShow .shows .swiperBox .prev:hover,
.productShow .shows .swiperBox .next:hover {
	color: #930c20;
}


.productShow .shows .swiperBox .prev {
	top: 0;
}

.productShow .shows .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .shows .swiperBox .next {
	bottom: 0;
}

.productShow .shows .swiperBox .next i {
	transform: rotate(90deg);
}


.productShow .shows .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}


.productShow .shows .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: .4s ease all;
	pointer-events: none;
	overflow: hidden;
	border: 1px solid #dcdcdc;
}

.productShow .shows .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #930c20;
}




.productShow .jianjie {
	flex: 1;
}


.productShow .jianjie h1 {
	font-size: 40px;
	margin-top: 27px;
}


.productShow .jianjie .line {
	width: 100%;
	height: 1px;
	background-color: rgba(102, 102, 102, .2);
	margin-top: 29px;
}


.productShow .jianjie .txts {
	margin-top: 21px;
}



.productShow .jianjie .detail .tit {
	font-family: NunitoSans-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 31px;
}


.productShow .jianjie .detail .standardEdit p {
	display: block;
	margin-bottom: 9.5px;
}





.productShow .jianjie .moreColor {
	display: flex;
	align-items: flex-start;
	margin-top: 70px;
}


.productShow .jianjie .colorBtns .item {
	cursor: pointer;
	width: 34px;
	height: 34px;
	padding: 4px;
	margin-right: 10px;
}


.productShow .jianjie .colorBtns .item.active,
.productShow .jianjie .colorBtns .item:hover {
	border-color: #930c20;
}

.productShow .jianjie .tit {
	font-family: Oswald-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	flex-shrink: 0;
	margin-right: 17px;
	margin-top: 7px;
}


.productShow .jianjie .btns {
	display: flex;
	align-items: center;
	margin-right: 48px;
	margin-top: 36px;
}


.productShow .jianjie .btns a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 56px;
	background-color: #e5e5e5;
	font-family: Oswald-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin-right: 10px;
}


.productShow .jianjie .btns a:hover {
	background-color: #930c20;
	color: #ffffff;
}

.productShow .jianjie .btns a:last-child {
	margin-right: 0;
}




/*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;
}




@media screen and (max-width:1560px) {
	.showSipwerBox {
		width: 480px;
	}

	.productShow .shows .swiperBox {
		height: 480px;
		width: 66px;
	}

	.productShow .jianjie h1 {
		margin-top: 0;
	}

	.productShow .jianjie .moreColor {
		margin-top: 30px;
	}

	.productShow .jianjie .btns a {
		height: 50px;
		font-size: 16px;
		width: 150px;
	}
}


@media screen and (max-width:1333px) {
	.showSipwerBox {
		width: 400px;
	}

	.productShow .shows .swiperBox {
		height: 400px;
		width: 52px;
	}

	.productShow .jianjie .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.productShow .jianjie .btns a {
		height: 45px;
	}

	.productShow .jianjie .btns {
		margin-top: 30px;
	}
}


@media screen and (max-width:999px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		flex: none;
		width: 100%;
	}

	.productShow .showList {
		margin: 0 auto 30px;
	}


	.showSipwerBox {
		width: 360px;
	}

	.productShow .shows .swiperBox {
		height: 360px;
		width: 60px;
	}

	.productShow .jianjie .tit {
		font-size: 16px;
	}

	.productShow .jianjie .btns a {
		height: 40px;
		width: 140px;
	}
}



@media screen and (max-width:768px) {
	.showSipwerBox {
		width: 320px;
	}

	.productShow .shows .swiperBox {
		height: 320px;
		width: 50px;
	}

	.productShow .jianjie .colorBtns .item {
		width: 30px;
		height: 30px;
	}

	.productShow .jianjie .tit {
		font-size: 14px;
	}
}


@media screen and (max-width:538px) {
	.showSipwerBox {
		width: 230px;
	}

	.productShow .shows .swiperBox {
		height: 230px;
		width: 44px;
	}

	.showSipwerBox {
		margin-right: 16px;
	}
}


.productDet {
	padding: 80px 0 99px 0;
	background-color: rgba(238, 238, 238, 0.6);
}


.productDet .title1 {
	font-size: 40px;
}


.productDet .description {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.productDet .description .image {
	width: 47.85%;
}

.productDet .description .msg {
	width: 47%;
	padding-bottom: 6px;
}


.productDet .description .txts {
	margin-top: 53px;
}


.customParameters {
	margin-top: 49px;
}


.customParameters .txts {
	margin-top: 9px;
}

.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: 10px 28px;
	font-size: 16px;
	background-color: #ffffff;
	font-family: ProximaNova-Regular, Arial, sans-serif;
	color: #666666;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}


.table table tr.active td {
	background-color: #ededed;
}


.specification {
	margin-top: 47px;
}

.specification .table table tr td:nth-child(1) {
	color: #333333;
	font-weight: bold;
}



.specification .txts {
	margin-top: 28px;
}


.specification2 {
	margin-top: 48px;
}

.specification2 .txts {
	margin-top: 27px;
}

.specification2 .table table tr:nth-child(1) td {
	font-weight: bold;
	color: #333333;
}



.productPiece {
	padding: 91px 0 85px 0;
}

@media screen and (max-width:1560px) {
	.productDet .description .msg {
		padding-bottom: 0px;
	}

	.productDet .description .txts {
		margin-top: 30px;
	}

	.productDet>div>div {
		margin-top: 60px;
	}

	.productDet>div>div:nth-child(1) {
		margin-top: 0;
	}

	.productDet>div>div .txts {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.productDet .description {
		flex-direction: column;
		align-items: flex-start;
	}

	.productDet .description .msg {
		width: 100%;
	}

	.productDet .description .image {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}

	.productDet>div>div {
		margin-top: 50px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.productDet>div>div {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.productDet>div>div .txts {
		margin-top: 20px;
	}

	.productDet .description .txts {
		margin-top: 20px;
	}
}

/* 3-1 About Us */

.design {
	padding: 69px 0 82px 0;
}

.design .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.design .box {
	width: 49.72%;
	display: flex;
	justify-content: space-between;
	transform: translateY(12px);
}

.design .box .image {
	width: 48.56%;
}

.design .box .image:nth-child(2) {
	margin-top: 76px;
}


.design .msg {
	width: 45.7%;
}

.design .txts {
	margin-top: 61px;
}


.standardEdit p {
	font-family: ProximaNova-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	hyphens: auto;
}


.standardEdit p em {
	display: block;
	padding-left: 24px;
	position: relative;
	font-style: normal;
}

.standardEdit p em::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	left: 0;
	top: 11px;
	background-color: #930c20;
}


.styles {
	background-color: #f5f5f5;
	padding: 80px 0 84px 0;
}


.styles .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.styles .title .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-shrink: 0;
	margin-left: 40px;
	width: 180px;
	height: 56px;
	background-color: #930c20;
	font-family: Oswald-Regular;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #930c20;
}

.styles .title .btn:hover {
	background-color: #ffffff;
	color: #930c20;
}


.styles .msg {
	margin-top: 31px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.styles .txts {
	width: 47%;
	padding-top: 30px;
}

.styles .image {
	width: 42.64%;
}

.process {
	padding: 91px 0 94px 0;
}

.process .title1 {
	text-align: center;
}

.process .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 101px;
}

.process .list .item {
	width: 31.85%;
	margin-right: 2.225%;
	margin-top: 30px;
	background-color: #f5f5f5;
	border-radius: 16px;
	position: relative;
	padding: 64px 35px 61px;
}


.process .list .item:nth-child(3n) {
	margin-right: 0;
}

.process .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.process .list .num {
	width: 90px;
	height: 90px;
	background-color: #930c20;
	box-shadow: 0px 2px 36px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	top: 0;
	font-family: Oswald-Bold;
	font-size: 28px;
	line-height: 30px;
	color: #ffffff;
}

.process .list .msg {
	font-family: ProximaNova-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	text-align: center;
}

.process .tips {
	font-family: ProximaNova-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	text-align: center;
	margin-top: 21px;
}

@media screen and (max-width:1560px) {
	.design .box {
		transform: translateY(0);
	}

	.design .txts {
		margin-top: 40px;
	}

	.styles .msg {
		margin-top: 40px;
	}

	.styles .title .btn {
		height: 45px;
		width: 160px;
		font-size: 16px;
	}

	.process .list .num {
		width: 80px;
		height: 80px;
		font-size: 24px;
		line-height: 34px;
	}

	.process .list .item {
		border-radius: 10px;
		padding: 60px 30px 40px;
	}

	.process .list {
		margin-top: 80px;
	}

	.styles .txts {
		padding-top: 0px;
	}
}

@media screen and (max-width:1333px) {
	.styles .title .btn {
		height: 40px;
		width: 140px;
	}

	.process .list .num {
		width: 70px;
		height: 70px;
		font-size: 22px;
		line-height: 32px;
	}

	.process .list .msg {
		font-size: 16px;
		line-height: 28px;
	}

	.process .list .item {
		padding: 50px 20px 30px;
	}

	.process .tips {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.design .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.design .msg {
		width: 100%;
	}

	.design .txts {
		margin-top: 40px;
	}

	.standardEdit p em::after {
		width: 8px;
		height: 8px;
		top: 8px;
	}

	.design .box {
		width: 100%;
		margin: 0 auto;
		margin-top: 40px;
		justify-content: center;
	}

	.design .box .image {
		width: auto;
		margin-right: 30px;
	}

	.design .box .image:last-child {
		margin-right: 0;
	}

	.styles .msg {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 40px;
	}

	.styles .txts {
		width: 100%;
	}

	.styles .image {
		width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 40px;
	}

	.process .list {
		justify-content: space-between;
	}

	.process .list .item:nth-child(n) {
		width: 48%;
		margin-top: 50px;
		margin-right: 0;
	}

	.process .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.process .list .num {
		width: 56px;
		height: 56px;
		font-size: 20px;
		line-height: 30px;
	}

	.process .list .msg {
		font-size: 14px;
		line-height: 26px;
	}

	.process .list .item {
		padding: 40px 30px 20px;
	}

	.process .list {
		margin-top: 60px;
	}

	.process .tips {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.design .txts {
		margin-top: 30px;
	}

	.design .box {
		margin-top: 30px;
	}

	.styles .image {
		margin-top: 30px;
	}

	.process .list .num {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}

	.process .list .item {
		border-radius: 5px;
	}

	.design .box .image {
		margin-right: 20px;
	}

	.styles .title .btn {
		height: 36px;
		width: 120px;
	}

	.styles .msg {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.styles .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.styles .title .btn {
		margin-left: 0;
		margin-top: 30px;
	}

	.process .list .item:nth-child(n) {
		width: 100%;
		margin-top: 50px;
	}

	.process .list .item:nth-child(1) {
		margin-top: 0;
	}
}


/* 4-1 About Us */

.aboutUs {
	padding: 59px 0 90px 0;
}

.aboutUs .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.aboutUs .msg {
	width: 46%;
	padding-bottom: 5px;
}

.aboutUs .image {
	width: 42.64%;
}

.aboutUs .tip {
	font-size: 18px;
	line-height: 30px;
	color: #930c20;
	margin-top: 12px;
}

.aboutUs .txts {
	margin-top: 25px;
}

.aboutUs .txts p {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}

.aboutUs .btn {
	width: 180px;
	height: 56px;
	background-color: #930c20;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Oswald-Regular;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #930c20;
	margin-top: 78px;
}


.aboutUs .btn:hover {
	background-color: #ffffff;
	color: #930c20;
}


.coreAdvantage {
	background-color: #f5f5f5;
	padding: 81px 0 84px 0;
}

.coreAdvantage .list {
	margin-top: 87px;
	display: flex;
	flex-wrap: wrap;
}

.coreAdvantage .list .item {
	position: relative;
	width: 28.9%;
	margin-right: 6.65%;
	margin-top: 30px;
}

.coreAdvantage .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.coreAdvantage .list .item:nth-child(3n) {
	margin-right: 0;
}

.coreAdvantage .list .item::after {
	content: "";
	position: absolute;
	top: 29px;
	height: 72.5%;
	left: 111%;
	width: 1px;
	background-color: #d2d2d2;
}

.coreAdvantage .list .item:nth-child(3n)::after {
	display: none;
}

.coreAdvantage .list .image {
	width: 72px;
}


.coreAdvantage .list .title {
	font-family: Oswald-Bold;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin-top: 37px;
}

.coreAdvantage .list .txts {
	margin-top: 24px;
}

.coreAdvantage .list .txts p {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}


.certificate {
	padding: 81px 0 79px 0;
}

.certificate .title1 {
	text-align: center;
}


.certificate .swiperBox {
	margin-top: 73px;
}

.certificate .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.certificate .image {
	display: flex;
	align-items: center;
	justify-content: center;
}


.certificate .image:hover img {
	transform: translateY(-10px);
}

.certificate .name {
	font-size: 18px;
	line-height: 20px;
	color: #1b1b1b;
	margin-top: 16px;
}

.certificate .sBtns>div {
	top: 42.6%;
}


.bussiness {
	background-color: #f5f5f5;
	padding: 81px 0 57px 0;
}

.bussiness .title1 {
	text-align: center;
}

.bussiness .swiper {
	margin-top: 51px;
}

.bussiness .swiper-pagination {
	margin-top: 36px;
}

.bussiness .image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
}


.bussiness .image img {
	opacity: .36;
}

.bussiness .image:last-child {
	margin-bottom: 0;
}

.bussiness .image:hover img {
	opacity: 1;
}

.bussiness .swiper-pagination {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}


.bussiness .swiper-pagination span {
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	border: solid 1px transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 5px 12px !important;
	background-color: transparent;
	opacity: 1;
}

.bussiness .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #ffffff;
	border: solid 1px #930c20;
}

.bussiness .swiper-pagination span::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(153, 153, 153, 0.6);
	transition: .4s ease all;
}


.bussiness .swiper-pagination span.swiper-pagination-bullet-active::after {
	background-color: #930c20;
}

@media screen and (max-width:1560px) {
	.aboutUs .btn {
		margin-top: 30px;
		height: 45px;
		width: 160px;
		font-size: 16px;
	}

	.aboutUs .tip {
		margin-top: 20px;
	}

	.aboutUs .msg {
		padding-bottom: 0;
	}

	.coreAdvantage .list {
		margin-top: 60px;
	}

	.coreAdvantage .list .image {
		width: 56px;
	}

	.coreAdvantage .list .title {
		font-size: 22px;
		line-height: 34px;
	}

	.certificate .swiperBox {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .image {
		width: 47%;
	}

	.bussiness .swiper-pagination span {
		margin: 5px !important;
	}

	.aboutUs .tip {
		font-size: 16px;
		line-height: 28px;
	}

	.coreAdvantage .list .title {
		font-size: 20px;
		margin-top: 30px;
	}

	.coreAdvantage .list {
		margin-top: 50px;
	}

	.coreAdvantage .list .image {
		width: 50px;
	}

	.certificate .name {
		font-size: 16px;
		line-height: 28px;
	}

	.certificate .swiperBox {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.aboutUs .msg {
		width: 100%;
	}

	.aboutUs .txts {
		margin-top: 20px;
	}

	.aboutUs .tip {
		font-size: 14px;
		line-height: 26px;
		margin-top: 16px;
	}

	.aboutUs .btn {
		height: 40px;
		width: 140px;
		margin-top: 20px;
	}

	.aboutUs .image {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 40px;
	}

	.coreAdvantage .list {
		justify-content: space-between;
	}

	.coreAdvantage .list .item:nth-child(n) {
		width: 46%;
		margin-right: 0;
		margin-top: 40px;
	}

	.coreAdvantage .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.coreAdvantage .list .item:nth-child(2n):after {
		display: none;
	}

	.coreAdvantage .list .item::after {
		left: 107%;
	}

	.coreAdvantage .list .title {
		font-size: 18px;
	}

	.coreAdvantage .list .image {
		width: 46px;
	}

	.coreAdvantage .list .title {
		font-size: 16px;
		line-height: 28px;
	}

	.coreAdvantage .list .txts {
		margin-top: 20px;
	}

	.certificate .name {
		font-size: 14px;
		line-height: 26px;
	}

	.bussiness .swiper {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.coreAdvantage .list .image {
		width: 43px;
	}

	.coreAdvantage .list .title {
		margin-top: 20px;
	}

	.certificate .swiperBox {
		margin-top: 30px;
	}

	.bussiness .swiper {
		margin-top: 30px;
	}

	.bussiness .image {
		margin-bottom: 10px;
	}

	.bussiness .swiper-pagination {
		margin-top: 30px;
	}

	.bussiness .swiper-pagination span::after {
		width: 10px;
		height: 10px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .btn {
		height: 36px;
		width: 120px;
	}

	.coreAdvantage .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.coreAdvantage .list .item:nth-child(n)::after {
		display: none;
	}

	.coreAdvantage .list .item:nth-child(1) {
		margin-top: 0;
	}
}



/* 5-1 Faq */


.faq {
	padding: 62px 0 90px 0;
}

.faq .faqList {
	margin-top: 56px;
}


.faqList {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.faqList .list {
	width: 49.35%;
}


.faqList .item {
	margin-bottom: 10px;
}

.faqList .item:last-child {
	margin-bottom: 0;
}


.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 23px 11px 22px 23px;
	cursor: pointer;
	background-color: #f7f7f7;
}


.faqList .question:hover,
.faqList .item.active .question {
	background-color: #930c20;
}

.faqList .question:hover .name,
.faqList .item.active .question .name {
	color: #ffffff;
}


.faqList .list:nth-child(1) .item:nth-child(1) .answer {
	display: block;
}



.faqList .question .name {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}


.faqList .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 30px;
	width: 35px;
	height: 35px;
}



.faqList .question i {
	width: 19px;
	height: 3px;
	background-color: #444444;
}

.faqList .question i.move {
	width: 19px;
	height: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.faqList .item.active .question i.move {
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.faqList .item.active .question i,
.faqList .item .question:hover i {
	background-color: #ffffff;
}


.faqList .answer {
	display: none;
	transition: none;
	padding: 11px 11px 10px 23px;
}

.faqList .answer p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}


.faqPiece {
	padding: 90px 0 94px 0;
	background-color: rgba(238, 238, 238, 0.6);
}

.hotProducts .title1 {
	text-align: center;
}


.swiperBox {
	position: relative;
}


.hotProducts .swiperBox {
	margin-top: 52px;
}


.sBtns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	font-size: 32px;
	cursor: pointer;
	color: #bdbdbd;
}

.sBtns>div.prev {
	left: -96px;
}

.sBtns>div.next {
	right: -96px;
}


.sBtns>div:hover {
	color: #930c20;
}


.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}

.hotProducts .sBtns>div {
	top: 38%;
}


@media screen and (max-width:1560px) {
	.faqList .question {
		padding: 14px 20px;
	}

	.faqList .answer {
		padding: 14px 20px;
	}

	.faq .faqList {
		margin-top: 50px;
	}

	.faqList .question i:nth-child(n) {
		height: 2px;
		width: 16px;
	}

	.hotProducts .swiperBox {
		margin-top: 40px;
	}

	.sBtns>div.prev {
		left: -60px;
	}

	.sBtns>div.next {
		right: -60px;
	}

	.faqList .list {
		width: 48%;
	}
}

@media screen and (max-width:1333px) {
	.faq .faqList {
		margin-top: 40px;
	}

	.faqList .question {
		padding: 10px 20px;
	}

	.sBtns>div {
		font-size: 28px;
	}
}

@media screen and (max-width:999px) {
	.faq .faqList {
		flex-direction: column;
		align-items: flex-start;
	}

	.faqList .list {
		width: 100%;
		margin-bottom: 10px;
	}

	.faqList .list:last-child {
		margin-bottom: 0;
	}

	.faqList .question .name {
		font-size: 16px;
		line-height: 28px;
	}

	.sBtns>div {
		font-size: 24px;
	}
}

@media screen and (max-width:768px) {
	.hotProducts .swiperBox {
		margin-top: 30px;
	}

	.sBtns {
		justify-content: center;
		display: flex;
		align-items: center;
	}

	.sBtns>div {
		position: static;
		margin-top: 20px;
		transform: translateY(0);
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
	}

	.sBtns>div.prev {
		margin-right: 20px;
	}

}



/* 6-1 Contact Us */

.contactUs {
	padding: 67px 0 101px 0;
}


.contactUs .title1 {
	font-size: 40px;
	line-height: 46px;
}


.contactUs .tips {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	margin-top: 17px;
}


.contactUs .con {
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
	align-items: center;
}


.contactUs .msgList {
	width: 30%;
	padding-top: 34px;
}


.contactUs .msgList .item {
	margin-top: 27px;
	display: flex;
	align-items: flex-start;
}


.contactUs .msgList .email {
	padding-bottom: 3px;
}

.contactUs .msgList .email .num {
	word-break: break-all;
	display: block;
}


.contactUs .msgList .item:nth-child(1) {
	margin-top: 0;
}

.contactUs .msgList .item i {
	font-size: 28px;
	flex-shrink: 0;
	margin-right: 20px;
	color: #930c20;
}


.contactUs .msgList .name {
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 29px;
}


.contactUs .msgList .num {
	font-size: 20px;
	line-height: 28px;
	color: #666666;
	hyphens: auto;
}

.contactUs .msgList a.num:hover {
	color: #930c20;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.contactUs .cForm {
	width: 65.71%;
	background-color: #ffffff;
	box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.09);
	border-radius: 16px;
	overflow: hidden;
	padding: 55px 40px 54px 40px;
}



.cForm ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}


.cForm li {
	height: 60px;
	padding: 0 25px;
	width: 49.2%;
	margin-top: 13px;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
}


.cForm li:nth-child(2n) {
	margin-right: 0;
}



.cForm li:nth-child(-n+2) {
	margin-top: 0;
}


.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}


.cForm li.message {
	width: 100%;
	height: 178px;
	padding: 19px 25px;
	margin-right: 0;
	margin-bottom: 7px;
}



.cForm li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
}


.cForm li.codeCon input {
	flex: 1;
	padding: 0 25px;
}


.cForm li.codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	max-width: 102px;
	height: 100%;
	background-color: #f3fbfe;
	display: flex;
	align-items: center;
	justify-content: center;
}


/*.cForm li.codeCon .codeImg img {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	object-fit: cover;*/
/*	max-width: none;*/
/*}*/

.cForm li.subBtn {
	padding: 0;
	border: none;
	border-bottom: none;
	margin-right: 0;
}

.cForm li.subBtn input {
	background-color: #930c20;
	color: #ffffff;
	cursor: pointer;
	border-radius: 6px;
	font-family: Poppins-Medium;
	font-size: 18px;
	border: 1px solid #930c20;
}


.cForm li.subBtn input:hover {
	background-color: #ffffff;
	color: #930c20;
}

.cForm li.active {
	border-color: #930c20;
}

.cForm li.must {
	position: relative;
}

.cForm li.must::after {
	content: "*";
	position: absolute;
	left: 10px;
	top: 17px;
	font-size: 20px;
	color: #db0f1a;
}


.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #666666;
	opacity: 1;
}

.cForm li.active input::-webkit-input-placeholder,
.cForm li.active textarea::-webkit-input-placeholder {
	color: #333333;
}


.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 16px;
	color: #666666;
	opacity: 1;
}


.cForm li.active .cForm input:-moz-placeholder,
.cForm li.active .cForm textarea:-moz-placeholder {
	color: #333333;
}



.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 16px;
	color: #666666;
	opacity: 1;
}

.cForm li.active input::-moz-placeholder,
.cForm li.active textarea::-moz-placeholder {
	color: #333333;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #666666;
	opacity: 1;
}

.cForm li.active input:-ms-input-placeholder,
.cForm li.active textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #666666;
	opacity: 1;
}


.cForm li.m-formcountry {
	padding: 0;
}


.map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

form ul li.m-formcountry {
	position: relative;
}

form ul li.m-formcountry {
	padding: 0;
}

form ul li.m-formcountry .drop-btn {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 23px;
}

form ul li.m-formcountry .drop-btn i,
form ul li.m-formcountry .drop-btn svg {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
	font-weight: bold;
}

form ul li.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #930c20 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
	border-radius: 5px;
}

form ul li.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form ul li.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form ul li.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #930c20;
}

form ul li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	width: 100%;
	padding: 5px 25px;
	cursor: pointer;
	border: none;
	height: auto;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	margin: 0;
	border-radius: 0;
}

form ul li.m-formcountry .drop-list li.on {
	background-color: #930c20;
	color: #ffffff;
}



@media screen and (max-width:1560px) {
	.contactUs .tips {
		margin-top: 20px;
	}

	.contactUs .msgList {
		padding-top: 0;
	}

	.contactUs .msgList .name {
		margin-bottom: 20px;
	}

	.contactUs .msgList .email {
		padding: 0;
	}

	.contactUs .msgList .item {
		margin-top: 40px;
	}

	.contactUs .cForm {
		border-radius: 10px;
		padding: 50px 40px;
	}

	.cForm li {
		height: 50px;
	}

	.cForm li.must::after {
		top: 14px;
	}

	.cForm li.message {
		padding: 16px 25px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .con {
		margin-top: 40px;
	}

	.contactUs .msgList .num {
		font-size: 16px;
		line-height: 28px;
	}

	.contactUs .msgList .name {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.contactUs .msgList .item i {
		font-size: 24px;
	}

	.contactUs .cForm {
		padding: 40px;
		border-radius: 5px;
	}

	.cForm li.subBtn input {
		border-radius: 5px;
	}

	.contactUs .tips {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .con {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 30px;
	}

	.contactUs .msgList {
		width: 100%;
	}

	.contactUs .tips {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .msgList .item {
		margin-top: 20px;
	}

	.contactUs .cForm {
		width: 100%;
		margin-top: 40px;
	}

	.cForm li {
		height: 45px;
	}

	.contactUs .cForm {
		padding: 40px 30px;
	}

	form ul li.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .cForm {
		margin-top: 30px;
		padding: 30px 20px;
	}

	.cForm li {
		height: 40px;
	}

	.cForm li.must::after {
		top: 11px;
	}
}

@media screen and (max-width:538px) {
	.cForm li:nth-child(n) {
		width: 100%;
		margin-top: 14px;
	}

	.cForm li:nth-child(1) {
		margin-top: 0;
	}

	.cForm li {
		height: 36px;
	}

	.cForm li.must::after {
		top: 9px;
	}

	.cForm li.message {
		padding: 10px 25px;
	}
}




/* innerBanner */

.innerBanner {
	height: 400px;
}


.innerBanner .image {
	height: 100%;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


/* crumb */
.crumb {
	padding-top: 12px;
}

.crumb a,
.crumb i {
	font-family: ProximaNova-Regular, Arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}

.crumb a.active,
.crumb a:hover {
	color: #930c20;
}

.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: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular, Arial, sans-serif;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #333333;
	margin: 5px 4px;
	background-color: #ffffff;
}


.pager .pageList a.prev {
	width: 79px;
}

.pager .pageList a.next {
	width: 61px;
}



.pager .pageList a:hover,
.pager .pageList a.active {
	color: #ffffff !important;
	background-color: #930c20;
	border-color: #930c20;
}


.pager .pageList a.prev {
	width: 79px;
}

.pager .pageList a.next {
	width: 61px;
}



.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 17px;
	position: relative;
}


.pager .addTo img {
	margin-top: -5px;
}

.pager .addTo p {
	font-family: Poppins-Regular;
	font-size: 14px !important;
	color: #ffffff;
	line-height: 22px !important;
	width: 147px;
	height: 22px;
	border: 1px solid #930c20;
	background-color: #930c20;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pager .addTo input {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.pager .addTo:hover p {
	background-color: #ffffff;
	color: #930c20;
}



.operationBtns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.operationBtns a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 20px;
	font-size: 14px !important;
	line-height: 22px !important;
	border: 1px solid #930c20;
	background-color: #930c20;
	color: #ffffff;
	margin: 5px 10px;
}

.operationBtns a:hover {
	background-color: #ffffff;
	color: #930c20;
}


@media screen and (max-width:1560px) {
	.innerBanner {
		height: 340px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 280px;
	}

	.crumb a,
	.crumb i {
		font-size: 16px;
		line-height: 28px;
	}

}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 240px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 200px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 160px;
	}
}


/* footer */



footer {
	background: #000000;
	padding: 84px 0 24px 0;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
	margin-bottom: 60px;
}


footer .footerList .box li {
	margin-top: 2px;
}


footer .footerList .box li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .titBox .slideBtn {
	display: none;
}

footer .footerList .fNav {
	width: 12%;
	margin-right: 2.56%;
}

footer .footerList .fProducts {
	width: 26%;
	margin-right: 6%;
}



footer .footerList .fContact {
	width: 18%;
	margin-right: 4.3%;
}

footer .footerList .fInquiry {
	width: 31.14%;
}



footer .footerList .fInquiry form {
	margin-top: 38px;
}



.fProducts .box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.fProducts .box ul:nth-child(1) {
	width: 35%;
}

.fProducts .box ul:nth-child(2) {
	width: 57%;
}


footer .footerList .fContact a {
	display: block;
}


footer .footerList form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .footerList form ul li {
	height: 45px;
	margin-top: 8px;
	padding: 0 14px;
	width: 48.2%;
	background-color: rgba(255, 255, 255, .1);
}



footer .footerList form ul li.message {
	width: 100%;
	height: 94px;
	padding: 12px 14px;
}


footer .footerList form ul li.message::after {
	top: 12px;
}

footer .footerList form ul li.checkPhone {
	padding: 0 9px;
}


footer .footerList ul li a:hover {
	color: #ffffff;
}


footer .footerList form ul li:nth-child(-n+2) {
	margin-top: 0;
}


.fInquiry form input,
.fInquiry form textarea {
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: transparent;
}


.fInquiry form li.must {
	position: relative;
}


.fInquiry form li.must::after {
	content: "*";
	position: absolute;
	font-size: 16px;
	color: #EB0F0F;
	top: 13px;
	left: -10px;
}


.fInquiry form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	width: 100%;
}



.fInquiry form li.code input {
	flex: 1;
	padding: 0 14px;
}


.fInquiry form li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	background-color: #f3fbfe;
	max-width: 119px;
	height: 100%;
}



.fInquiry form li.code .codeImg img {
	height: 100%;
}


.fInquiry form li.subBtn {
	padding: 0;
	width: 100%;
	border: none;
}



.fInquiry form li.subBtn input {
	background-color: #930c20;
	cursor: pointer;
	color: #ffffff;
	font-family: Oswald-Regular;
}


.fInquiry form li.subBtn input:hover {
	color: #930c20;
	background-color: #ffffff;
}



.fInquiry form input::-webkit-input-placeholder,
.fInquiry form textarea::-webkit-input-placeholder {
	color: #ffffff;
}

.fInquiry form input:-moz-placeholder,
.fInquiry form textarea:-moz-placeholder {
	color: #ffffff;
}

.fInquiry form input::-moz-placeholder,
.fInquiry form textarea::-moz-placeholder {
	color: #ffffff;
}

.fInquiry form input:-ms-input-placeholder,
.fInquiry form textarea:-ms-input-placeholder {
	color: #ffffff;
}



footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 28px;
	color: rgba(255, 255, 255, .6);
}






footer .title {
	font-family: Oswald-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	display: block;
}




footer a.title:hover {
	color: #930c20;
}



footer .footerList .box {
	margin-top: 40px;
}


footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
}

footer .fBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 19px;
}

footer .copyright,
footer .copyright span {
	color: #999999;
}

footer .copyright a {
	display: inline;
	color: #999999;
}

footer .copyright a:hover {
	color: #ffffff;
}


footer .links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}



footer .links span,
footer .links a {
	font-size: 16px;
	line-height: 24px;
	color: #999999;
}

footer .links span {
	margin-right: 10px;
}

footer .links a {
	margin-right: 10px;
}

footer .links a:hover {
	color: #ffffff;
}

footer .email a {
	word-break: break-all;
}

footer .blogrolls {
	display: flex;
	flex-wrap: wrap;
	margin-left: 40px;
}



footer .blogrolls a {
	font-size: 26px;
	margin: 5px 0;
	margin-left: 35px;
	color: #ffffff;
}

footer .blogrolls a:hover {
	color: #930c20;
}






@media screen and (max-width:1560px) {
	footer {
		padding: 60px 0;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList form ul li {
		height: 40px;
	}

	footer .footerList {
		margin-bottom: 40px;
	}

	footer .footerList .box li {
		margin-top: 5px;
	}

	.fInquiry form li.must::after {
		top: 8px;
		left: -8px;
	}
}

@media screen and (max-width:1333px) {
	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .footerList .box,
	footer .footerList .fInquiry form {
		margin-top: 30px;
	}

	.fProducts .box ul:nth-child(n) {
		width: 100%;
	}

	footer .footerList .fProducts .box {
		flex-wrap: wrap;
	}

	footer .footerList .fContact {
		width: 23%;
	}

	footer .footerList .fNav {
		width: 14%;
	}

	footer {
		padding: 50px 0;
	}

	footer .blogrolls a {
		font-size: 24px;
	}
}

@media screen and (max-width:999px) {

	.footerMsg .safeRange {
		padding: 10px 0;
	}

	.footerMsg .fLogo {
		width: 100px;
	}

	.footerMsg .list a {
		width: 36px;
		height: 36px;
		font-size: 18px;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer {
		padding: 40px 0 80px 0;
	}


	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .slideBtn {
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
	}

	footer .footerList .titBox .slideBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList .box {
		margin-top: 10px;
	}

	footer .title {
		font-size: 16px;
		line-height: 28px;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .footerList .fInquiry form {
		display: none;
		transition: none;
	}

	footer .footerList form ul li {
		height: 45px;
	}

	footer .footerList .fInquiry form {
		margin-top: 30px;
	}

	footer .title::after {
		top: 5px;
	}

	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box li:nth-child(n) {
		width: 48%;
		margin-top: 10px;
	}

	footer .footerList .box li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fContact .box li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fContact .box li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList form ul li {
		height: 36px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList .fContact .address p {
		line-height: 26px;
	}

	footer .footerList .fInquiry form {
		margin-top: 20px;
	}

	footer .title::after {
		left: -19px;
	}

	footer .fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
		margin-bottom: 10px;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 20px;
		font-size: 20px;
	}

	footer .footerList {
		margin-bottom: 30px;
	}
}


@media screen and (max-width:538px) {
	footer .footerList .box li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box li:nth-child(1) {
		margin-top: 0;
	}

	.footerMsg .list a {
		width: 32px;
		height: 32px;
	}

	.footerMsg .safeRange {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px 0;
	}

	.footerMsg .list a {
		margin-left: 0;
		margin-right: 10px;
	}

	.footerMsg .fLogo {
		margin-right: 0;
		margin-bottom: 20px;
	}
}


@media screen and (max-width:400px) {
	footer .footerList form ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form ul 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: ProximaNova-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* customer */
.customer {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 3px;
	font-size: 20px;
}

.customer .top a {
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	color: #ffffff;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}


.customer a i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 26px;
	height: 26px;
}

.customer .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
}

.customer div div {
	cursor: pointer;
}

.customer div a:hover,
.customer div div:hover {
	background-color: #930c20;
	color: #fff;
}

.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: -1;
	opacity: 0;
}

.customer .code:hover img {
	transform: translateX(0);
	opacity: 1;
}


@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.customer .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.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: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.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%);
	}

	.customer div a:hover,
	.customer div div:hover {
		background-color: #dfdfdf;
	}

	.customer div.active a,
	.customer div.active div {
		background-color: #930c20;
	}
}


@font-face {
	font-family: 'ProximaNova-Sbold';
	font-display: swap;
	src: url('./fonts/ProximaNovaSbold.eot');
	src: url('./fonts/ProximaNovaSbold.eot') format('embedded-opentype'),
		url('./fonts/ProximaNovaSbold.woff2') format('woff2'),
		url('./fonts/ProximaNovaSbold.woff') format('woff'),
		url('./fonts/ProximaNovaSbold.ttf') format('truetype'),
		url('./fonts/ProximaNovaSbold.svg#ProximaNovaSbold') format('svg');
}

@font-face {
	font-family: 'ProximaNova-Regular';
	font-display: swap;
	src: url('./fonts/proximanova_regular.eot');
	src: url('./fonts/proximanova_regular.eot') format('embedded-opentype'),
		url('./fonts/proximanova_regular.woff2') format('woff2'),
		url('./fonts/proximanova_regular.woff') format('woff'),
		url('./fonts/proximanova_regular.ttf') format('truetype'),
		url('./fonts/proximanova_regular.svg#proximanova_regular') format('svg');
}


@font-face {
	font-family: 'Oswald-Bold';
	font-display: swap;
	src: url('./fonts/OswaldBold.eot');
	src: url('./fonts/OswaldBold.eot') format('embedded-opentype'),
		url('./fonts/OswaldBold.woff2') format('woff2'),
		url('./fonts/OswaldBold.woff') format('woff'),
		url('./fonts/OswaldBold.ttf') format('truetype'),
		url('./fonts/OswaldBold.svg#OswaldBold') format('svg');
}

@font-face {
	font-family: 'Oswald-Regular';
	font-display: swap;
	src: url('./fonts/OSWALDREGULAR.eot');
	src: url('./fonts/OSWALDREGULAR.eot') format('embedded-opentype'),
		url('./fonts/OSWALDREGULAR.woff2') format('woff2'),
		url('./fonts/OSWALDREGULAR.woff') format('woff'),
		url('./fonts/OSWALDREGULAR.ttf') format('truetype'),
		url('./fonts/OSWALDREGULAR.svg#OSWALDREGULAR') 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=1757249131056') format('woff'),
		url('./fonts/iconfont.ttf?t=1757249131056') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zhiding1:before {
	content: "\e7b9";
}

.icon-QQ:before {
	content: "\e882";
}

.icon-QQkongjian:before {
	content: "\e619";
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-xinlangweibo:before {
	content: "\e606";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}