@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: MiSans-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	height: 100%;
	background: #fff;
	width: 100%;
	background-color: #fff;
}

ul {
	list-style: none;
}

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

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

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

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

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

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


.standardEdit a {
	color: #c9151e;
	font-weight: bold;
	position: relative;
}

.standardEdit a::after {
	content: "";
	position: absolute;
	bottom: 1px;
	height: 1px;
	background-color: #c9151e;
	transition: .4s ease all;
	width: 100%;
	left: 0;
}


.standardEdit a:hover::after {
	width: 0;
	left: auto;
	right: 0;
}




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

input,
textarea,
select {
	font-family: MiSans-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;
	}
}

.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 20px;
	font-size: 16px;
	background-color: #f4f4f4;
	font-family: MiSans-Regular, Arial, sans-serif;
	color: #333333;
}

@media screen and (max-width:999px) {
	.table table tr td {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 26px;
	}

}

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

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

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



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

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


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

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

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

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

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

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





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

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

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

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

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

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

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

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

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

}

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

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

@media screen and (max-width:538px) {
	.standardTxt .title1 {
		font-size: 20px !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: #c9151e;
		right: 2.5%;
		top: 24px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

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

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

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

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

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

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

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

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

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

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

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(17, 17, 17, 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: MiSans-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: -3px;
	}
}

/**
 * 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: 115px;
	background-color: #ffffff;
	position: relative;
}


nav .nTop {
	height: 35px;
	background-color: #000000;
}


nav .nTop>div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


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


nav .blogrolls a {
	font-size: 14px;
	margin-right: 24px;
	color: rgba(255, 255, 255, 0.7);
}


nav .blogrolls a:hover {
	color: #ffffff;
}


nav .blogrolls a:last-child {
	margin-right: 0;
}


nav .nTop .btns {
	display: flex;
	align-items: center;
	height: 100%;
}


nav .nTop .nTnav {
	display: flex;
	align-items: center;
	height: 100%;
}


nav .nTop .nTnav a {
	display: block;
	height: 100%;
	line-height: 35px;
	font-family: MiSans-Regular;
	font-size: 14px;
	color: #999999;
}

nav .nTop .nTnav a:hover,
nav .nTop .nTnav a.active {
	color: #ffffff;
}


nav .nTop .nTnav .line {
	width: 1px;
	height: 13px;
	background-color: #999999;
	border-radius: 1px;
	margin: 0 26px;
}





nav .language {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}



nav .lanBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
	color: #ffffff;
}


nav .lanBtn:hover span {
	color: #ffffff;
}


nav .lanBtn span {
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	margin: 0 24px 0 6px;
}

nav .lanBtn i {
	color: #999999;
}

nav .lanBtn:hover i {
	color: #ffffff;
}

nav .lanBtn i.icon-yousanjiao-copy {
	font-size: 22px;
	transform: rotate(90deg);
}

nav .language {
	margin-left: 4px;
	z-index: 99999;
}


nav .language.active .lanBtn i.icon-yousanjiao-copy {
	transform: rotate(-90deg);
}


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;
	z-index: 99;
	overflow: hidden;
	padding: 14px 0;
}



nav .language ul a {
	padding: 5px 26px;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	display: flex;
	align-items: flex-start;
}


nav .language ul a:hover {
	background-color: #f5f5f5;
	color: #333333;
}






nav.active .nBottom {
	position: fixed;
	width: 100%;
}



nav .nBottom {
	height: 80px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	z-index: 9999;
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
}


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




nav .nBottom>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}



nav .logo {
	width: 183px;
}


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: 42.5px;
	position: relative;
}


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


nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #333333;
	display: flex;
	align-items: center;
}

nav .navList>ul>li>a i {
	color: rgba(51, 51, 51, 0.5);
	font-size: 14px;
	transform: rotate(90deg);
	flex-shrink: 0;
	margin-left: 5px;
}



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

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


nav .search {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 9999999999;
	flex-shrink: 0;
	margin-left: 47px;
}



nav .search .searchBtn {
	cursor: pointer;
	margin-right: 7px;
}


nav .search .searchBtn i {
	color: #333333;
	display: block;
	font-weight: bold;
	font-size: 20px;
}



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


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: #c9151e;
}




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



/* moreList */


.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	padding: 14px 0;
	max-width: 280px;
	width: max-content;
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
	display: none;
	transition: none;
}


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


.moreList {
	top: 100%;
	left: -37px;
}


.moreList li {
	position: relative;
}

.moreList li:last-child {
	margin-bottom: 0;
}


.moreList a {
	padding: 7px 37px;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.moreList a i {
	font-weight: bold;
	font-size: 20px;
	color: #c9151e;
	transform: rotate(-45deg);
	margin-right: -10px;
	margin-left: 24px;
	opacity: 0;
}

.moreList a i.rtArr{
	transform: rotate(0deg);
}

.moreList li:hover>a {
	background-color: #f5f5f5;
	color: #222222;
}

.moreList li:hover>a>i{
	opacity: 1;
}




.blogrolls {
	display: none;
}



@media screen and (max-width:1333px) {
	nav .navList>ul>li>a i {
		font-size: 12px;
		margin-left: 10px;
	}

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

	nav .search {
		margin-left: 40px;
	}

	nav .language ul {
		padding: 10px 0;
	}

	nav .language ul a {
		padding: 5px 20px;
	}

	.moreList,
	.moreList ul {
		padding: 10px 0;
	}

	.moreList a {
		padding: 7px 20px;
	}

	.moreList a i {
		font-size: 18px;
		margin-right: 0;
	}

	.moreList ul {
		top: -10px;
	}

	.moreList,
	.moreList ul {
		width: 250px;
	}

	.moreList a i {
		margin-left: 10px;
	}
}

@media screen and (max-width:1200px) {
	nav .navList>ul>li {
		margin-right: 20px;
	}

	nav .logo {
		width: 140px;
	}

	nav .search {
		margin-left: 20px;
	}

	nav .navList>ul>li>a i {
		margin-left: 5px;
	}

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

}

@media screen and (max-width:999px) {
	nav .nBottom {
		height: 60px;
	}

	nav .navList,
	nav .nTop .nTnav,
	nav .nTop .blogrolls {
		display: none;
	}

	nav .nTop {
		height: 0;
	}

	nav {
		height: 60px;
	}

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

	nav .language {
		position: fixed;
		height: 60px;
		top: 0;
		right: 150px;
	}

	nav .language .lanBtn span,
	nav .language .lanBtn i {
		color: #333333;
	}

	header .xnav .nav {
		top: 30px;
		transform: translateY(-50%);
		right: 80px;
	}

	.blogrolls {
		display: flex;
		flex-wrap: wrap;
		padding-top: 20px;
	}

	nav .lanBtn span {
		margin: 0 10px;
	}

}

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

	nav,
	nav .nBottom,
	nav .language {
		height: 50px;
	}

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

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

	nav .language {
		right: 100px;
	}

	nav .logo {
		width: 130px;
	}


}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}

	nav .language {
		right: 65px;
	}

	nav .logo {
		width: 120px;
	}
}




/* indexbanner */



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



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


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

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

.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 a:hover img {
	transform: scale(1, 1);
}



.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;
}



.indexBanner .swiper-pagination {
	position: static;
	margin: 0 14px;
	flex-wrap: wrap;
	width: auto;
	display: none;
}



.indexBanner .swiper-pagination span {
	font-size: 16px;
	color: #fefefe;
	margin: 0 14px !important;
	background-color: rgba(255, 255, 255, .3);
	position: relative;
	line-height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	width: 14px;
	height: 14px;
}


.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 1);
}


.indexBanner .btns>div {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	font-size: 50px;
	color: rgba(255, 255, 255, .3);
	cursor: pointer;
}


.indexBanner .btns>div.prev {
	left: 6.6%;
}

.indexBanner .btns>div.next {
	right: 6.6%;
}

.indexBanner .btns>div:hover {
	color: #ffffff;
}


@media screen and (max-width:1560px) {
	.indexBanner .btns>div {
		font-size: 40px;
	}

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

	.indexBanner .btns>div.next {
		right: 60px;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .btns>div {
		font-size: 32px;
	}

	.indexBanner .btns>div.prev {
		left: 50px;
	}

	.indexBanner .btns>div.next {
		right: 50px;
	}
}

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

	.indexBanner .swiper-pagination {
		display: flex;
	}

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

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

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

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


/* title1 */


.title1 {
	font-family: MiSans-Bold;
	font-size: 42px;
	color: #222222;
	line-height: 60px;
}

a.title1 {
	display: inline-block;
}


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

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

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



/* indexM1-1 */

.iProducts {
	padding: 89px 0 102px 0;
	overflow: hidden;
}

.manufactures {
	margin-bottom: 88px;
}


.manufactures .iTit {
	margin-bottom: 20px;
}


.manufactures .des {
	font-family: MiSans-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	text-align: center;
	width: 87%;
	margin: 0 auto 58px;
}

.swiperBox {
	position: relative;
}



.manufactures .swiperBox .swiper-slide {
	position: relative;
}

.manufactures .swiperBox .image {
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.manufactures .swiperBox .image:hover img {
	transform: none;
}


.manufactures .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(19, 9, 7, .3);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
	transform: translateY(100%);
	opacity: 0;
}


.manufactures .swiper-slide:hover .msg {
	opacity: 1;
	transform: translateY(0);
}


.manufactures .tit {
	text-align: center;
	font-family: MiSans-Demibold;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 21px;
	margin-top: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.manufactures .tit:hover {
	color: #c9151e;
}


.manufactures .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #c9151e;
}


.manufactures .btn i {
	color: #ffffff;
	transform: rotate(-45deg);
	font-size: 18px;
}


.manufactures .btn:hover {
	background-color: #ffffff;
}


.manufactures .btn:hover i {
	color: #c9151e;
}



/* indexM2-1 */


.topSelling .iTit {
	margin-bottom: 30px;
}





.sBtns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(0, 0, 0, .5);
	cursor: pointer;
	font-size: 39px;
	z-index: 99;
}


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

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


.sBtns>div:hover {
	color: #c9151e;
}


.productSlides {
	position: relative;
}


.productSlides .swiper {
	overflow: visible;
}

.productSlides .swiper-wrapper {
	pointer-events: none;
}

.productSlides .swiper-slide {
	height: auto;
	transition: .4s ease opacity, .4s ease box-shadow, .4s ease background-color;
	opacity: 0;
	pointer-events: none;
}

.productSlides .swiper-slide.swiper-slide-visible {
	pointer-events: all;
	opacity: 1;
}

.productItem {
	background-color: #f7f7f7;
}


.productItem .image {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productItem .msg {
	padding: 17px 42px 41px;
}

.productItem h2 {
	font-weight: normal;
}

.productItem .tit {
	font-family: MiSans-Regular;
	font-size: 20px;
	line-height: 26px;
	min-height: 52px;
	color: #231f20;
	text-align: center;
}


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


.productItem:hover {
	background-color: #ffffff;
	box-shadow: 0px 3px 81px 0px rgba(0, 0, 0, 0.15);
}



@media screen and (max-width:1560px) {
	.manufactures .des {
		width: 100%;
		font-size: 16px;
	}

	.manufactures .iTit {
		margin-bottom: 30px;
	}

	.manufactures .des {
		margin-bottom: 50px;
	}

	.manufactures .tit {
		margin-top: 0;
		font-size: 24px;
		line-height: 34px;
	}

	.manufactures .btn {
		width: 45px;
		height: 45px;
	}

	.manufactures {
		margin-bottom: 80px;
	}

	.topSelling .iTit {
		margin-bottom: 40px;
	}

	.productItem .msg {
		padding: 20px 30px;
	}

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

	.sBtns>div {
		font-size: 30px;
	}

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

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

	.productItem .tit {
		font-size: 18px;
		line-height: 28px;
		min-height: 56px;
	}

}

@media screen and (max-width:1333px) {
	.manufactures .des {
		-webkit-line-clamp: 2;
		margin-bottom: 40px;
	}

	.manufactures .msg {
		padding: 20px;
	}

	.manufactures .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.manufactures .btn {
		width: 40px;
		height: 40px;
	}

	.sBtns>div {
		font-size: 26px;
	}

	.manufactures {
		margin-bottom: 60px;
	}

	.productItem .msg {
		padding: 20px;
	}

	.productItem .tit {
		font-size: 16px;
		line-height: 26px;
		min-height: 52px;
	}

}

@media screen and (max-width:999px) {
	.manufactures .iTit {
		margin-bottom: 20px;
	}

	.manufactures .des {
		margin-bottom: 30px;
	}

	.manufactures .tit {
		font-size: 16px;
		margin-bottom: 0;
		color: #333333;
	}

	.manufactures .btn {
		width: 32px;
		height: 32px;
		flex-shrink: 0;
		margin-left: 20px;
	}

	.manufactures .btn i {
		font-size: 16px;
	}

	.manufactures .msg {
		position: static;
		flex-direction: row;
		justify-content: space-between;
		padding: 10px 20px;
		background-color: #f7f7f7;
	}

	.sBtns>div {
		font-size: 22px;
	}

	.productItem .name {
		font-size: 14px;
	}

	.manufactures .swiper-slide .msg {
		opacity: 1;
		transform: translateY(0);
	}

}

@media screen and (max-width:768px) {
	.manufactures {
		margin-bottom: 50px;
	}

	.manufactures .tit {
		font-size: 14px;
	}

	.manufactures .msg {
		padding: 10px;
	}

	.manufactures .btn {
		width: 30px;
		height: 30px;
	}

	.productItem .msg {
		padding: 15px 10px;
	}

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


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

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

	.topSelling .iTit {
		margin-bottom: 30px;
	}

	.manufactures {
		margin-bottom: 40px;
	}
}


/* indexM3-1 */


.customService {
	padding-left: calc((100% - 1400px)/ 2);
	display: flex;
	justify-content: space-between;
	background: linear-gradient(to bottom, #050304 0%, #050304 calc(100% - 88px), #f2f2f2 calc(100% - 88px), #f2f2f2 100%);
}


.customService .msg {
	position: relative;
	flex: 1;
	padding: 99px 60px 140px 0;
}


.customService .title1 {
	color: #ffffff;
	margin-bottom: 27px;
}


.customService .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.customService .txts p {
	color: #ffffff;
	font-size: 20px;
	line-height: 36px;
}


.customService .msg .btn {
	width: 142px;
	height: 119px;
	background-color: #c9151e;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
	padding-top: 17px;
	font-family: MiSans-Regular;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
}


.customService .msg .btn i {
	transform: rotate(-45deg);
	color: #ffffff;
	margin-top: 7px;
	font-size: 18px;
}

.customService .msg .btn:hover {
	background-color: #ffffff;
	color: #c9151e;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}

.customService .msg .btn:hover i {
	color: #c9151e;
}


.customService .image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #050304;
	flex-shrink: 0;
	width: 47.2%;
	overflow: hidden;
}



@media screen and (max-width:1560px) {
	.customService {
		padding-left: 80px;
		background: linear-gradient(to bottom, #050304 0%, #050304 calc(100% - 50px), #f2f2f2 calc(100% - 50px), #f2f2f2 100%);
	}

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

	.customService .msg {
		padding: 60px 50px 140px 0;
	}

	.customService .title1 {
		margin-bottom: 40px;
	}

	.customService .msg .btn {
		padding: 10px;
	}

}

@media screen and (max-width:999px) {
	.customService .title1 {
		margin-bottom: 30px;
	}

	.customService .msg {
		padding: 50px 40px 100px 0;
	}

	.customService .msg .btn {
		height: 80px;
	}
}

@media screen and (max-width:768px) {
	.customService {
		padding: 0;
		background-color: #050304;
		flex-direction: column;
		align-items: flex-start;
	}

	.customService .msg {
		flex: auto;
		width: 100%;
		padding: 40px 25px;
	}

	.customService .msg .btn {
		position: static;
		flex-direction: row;
		margin-top: 26px;
		text-align: left;
		justify-content: space-between;
		width: 180px;
		height: auto;
	}

	.customService .msg .btn i {
		font-size: 16px;
		margin-top: 0;
	}

	.customService .image {
		width: 100%;
		height: 300px;
	}

}

@media screen and (max-width:538px) {
	.customService .msg {
		padding: 40px 15px;
	}

	.customService .title1 {
		margin-bottom: 20px;
	}

	.customService .image {
		width: 100%;
		height: 280px;
	}
}


/* indexM4-1 */

.iAbout {
	background-color: #f2f2f2;
	padding: 63px 0 101px 0;
}


.creative {
	margin-bottom: 51px;
}


.creative .tip {
	font-family: MiSans-Regular;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 2px;
	color: #c9151e;
	margin-bottom: 6px;
}

.creative .title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 36px;
}


.creative .title .title1 {
	width: 46%;
}




.creative .title .msg {
	width: 50.8%;
	padding: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}


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

.creativeList .item:nth-child(n) {
	width: 31.42%;
	margin-right: 2.87%;
	margin-top: 30px;
	background-color: #ffffff;
	box-shadow: 0px 3px 81px 0px rgba(0, 0, 0, 0.1);
	padding: 44px 32px 35px;
}


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

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

.creativeList .tit {
	font-family: MiSans-Bold;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 20px;
	display: inline-block;
}


.creativeList a.tit:hover {
	color: #c9151e;
}


.creativeList .txts {
	min-height: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.creativeList .image {
	width: 60px;
	margin-left: auto;
	margin-top: -25px;
	margin-right: 8px;
}



/* indexM5-1 */

.iAbout .companyShow {
	margin-bottom: 54px;
}


.companyShow {
	overflow: hidden;
	position: relative;
	width: 100%;
}


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

.companyShow .video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9;
}


.video .playBtn {
	position: relative;
	width: 77px;
	height: 77px;
	background-color: #ffffff;
	border-radius: 50%;
}


.video:hover .playBtn div {
	border-color: #c9151e;
}

.video:hover .playBtn .circle2 {
	background-color: #c9151e;
}

.video .playBtn div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	border-width: 0.5px;
	border-style: solid;
	border-color: #fff;
	opacity: 0;
	z-index: -1;
	animation: circles 3.2s linear 0s infinite;
	animation-play-state: running;
}


.video .playBtn .circle1 {
	animation-delay: 0.8s;
}

.video .playBtn .circle2 {
	background-color: #ffffff;
	animation-delay: 2.4s;
}

@keyframes circles {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		transform: scale(1.28);
		opacity: 0.5;
	}

	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}

.iAbout .numList {
	margin-bottom: 51px;
}

.numList {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}


.numList .item {
	width: 23%;
}


.numList .num {
	font-family: MiSans-Bold;
	font-size: 36px;
	line-height: 36px;
	color: #222222;
	margin-bottom: 18px;
}

.numList .name {
	font-family: MiSans-Regular;
	font-size: 18px;
	line-height: 24px;
	color: #666666;
}



.iAbout .btn {
	width: 200px;
	height: 50px;
	border: solid 1px #c9151e;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: MiSans-Regular;
	font-size: 16px;
	color: #c9151e;
	margin: 0 auto;
}

.iAbout .btn i {
	transform: rotate(-45deg);
	flex-shrink: 0;
	margin-left: 15px;
	font-weight: bold;
	font-size: 20px;
}

.iAbout .btn:hover {
	background-color: #c9151e;
	color: #fff;
}

.iAbout .btn:hover i {
	color: #fff;
}


@media screen and (max-width:1560px) {
	.creative .tip {
		margin-bottom: 20px;
		font-size: 16px;
	}

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

	.creative .title .title1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.creative .title .msg {
		padding: 0;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.creative .title {
		margin-bottom: 40px;
	}

	.creativeList .item:nth-child(n) {
		padding: 40px 30px;
	}

	.creativeList .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.creativeList .image {
		margin-top: 10px;
		width: 50px;
		margin-right: 0;
	}

	.video .playBtn {
		width: 65px;
		height: 65px;
	}

	.numList .num {
		font-size: 32px;
		line-height: 32px;
	}

	.iAbout .btn {
		height: 45px;
	}

	.iAbout .btn i {
		font-size: 18px;
	}
}

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

	.creativeList .item:nth-child(n) {
		padding: 30px 20px;
	}

	.creativeList .txts {
		min-height: 140px;
	}

	.creativeList .image {
		width: 45px;
	}

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

	.iAbout .btn {
		height: 40px;
		width: 180px;
	}

	.iAbout .btn i {
		font-size: 16px;
	}
}

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

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

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

	.creativeList .item:last-child {
		width: 100%;
	}

	.creativeList .txts {
		min-height: auto;
	}

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

	.creativeList .image {
		width: 40px;
	}

	.video .playBtn {
		width: 60px;
		height: 60px;
	}

	.companyShow {
		height: 300px;
	}

	.iAbout .companyShow,
	.creative {
		margin-bottom: 40px;
	}

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

	.numList .item:nth-child(n) {
		width: 48%;
		margin-top: 20px;
	}

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

	.iAbout .numList {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:768px) {
	.video .playBtn {
		width: 55px;
		height: 55px;
	}

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

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

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

	.companyShow {
		height: 280px;
	}
}








/* indexM6-1 */


.touch {
	padding: 146px 0 213px 0;
	background-image: url("../images/indexM6-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #0d0d0d;
}

.touch .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.touch .msg {
	width: 62%;
}


.touch .title1 {
	color: #ffffff;
	margin-bottom: 20px;
}


.touch .txts {
	font-size: 18px;
	color: #ffffff;
}


.cBtn {
	width: 250px;
	height: 60px;
	background-color: #c9151e;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 21px 0 27px;
	font-family: MiSans-Regular;
	font-size: 16px;
	color: #ffffff;
}

.touch .cBtn {
	transform: translateY(34px);
}

.cBtn i {
	color: #ffffff;
	transform: rotate(-45deg);
	font-size: 18px;
	font-weight: bold;
}


.cBtn:hover {
	color: #c9151e;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}


.cBtn:hover i {
	color: #c9151e;
}


@media screen and (max-width:1560px) {
	.touch {
		padding: 100px 0;
	}

	.touch .cBtn {
		transform: translateY(0);
	}

	.cBtn {
		height: 50px;
		width: 200px;
		padding: 0 20px;
	}

	.touch .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.touch {
		padding: 80px 0;
	}

	.touch .txts {
		font-size: 16px;
	}

	.cBtn {
		height: 45px;
	}
}

@media screen and (max-width:999px) {
	.cBtn {
		font-size: 14px;
		height: 40px;
		width: 180px;
	}

	.cBtn i {
		font-size: 14px;
	}

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

	.touch .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.touch .title1 {
		margin-bottom: 20px;
	}

	.touch {
		padding: 60px 0;
	}

	.touch .txts {
		line-height: 26px;
	}
}

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

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

}



/* indexM7-1 */

.iCase {
	padding: 90px 0 92px 0;
}

.iCase .title1 {
	margin-bottom: 30px;
}

.iCase .swiper-slide {
	height: auto;
	margin-right: 1.36%;
}

.iCase .swiper-slide:last-child {
	margin-right: 0;
}


.iCase .swiper-slide:nth-child(2n-1) {
	width: 31.57%;
}

.iCase .swiper-slide:nth-child(2n-1) .bigImg {
	height: 100%;
}

.iCase .swiper-slide:nth-child(2n) {
	width: 67.07%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.iCase .swiper-slide:nth-child(2n) .bigImg {
	flex-shrink: 0;
}


.iCase .bigImg {
	overflow: hidden;
	display: block;
}

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


.iCase .msg {
	margin-top: 21px;
	background-color: #f2f2f2;
	padding: 0px 68px 0px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	width: 100%;
}

.iCase .tit {
	font-family: MiSans-Bold;
	font-size: 36px;
	line-height: 43px;
	color: #333333;
	margin-bottom: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.iCase .tit:hover {
	color: #c9151e;
}


.iCase .msg .box {
	flex: 1;
}

.iCase .msg .image {
	width: 408px;
	flex-shrink: 0;
	overflow: hidden;
	margin-left: 30px;
}

@media screen and (max-width:1560px) {
	.iCase .title1 {
		margin-bottom: 40px;
	}

	.iCase .msg {
		padding: 0 30px;
	}

	.iCase .tit {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	.iCase .msg .image {
		width: 48%;
		margin-left: 0;
	}

	.iCase .msg .box {
		flex: none;
		width: 48%;
	}
}

@media screen and (max-width:1333px) {
	.iCase .tit {
		font-size: 22px;
		line-height: 30px;
	}
}

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

	.iCase .msg {
		padding: 0 20px;
	}
}

@media screen and (max-width:768px) {
	.iCase .title1 {
		margin-bottom: 30px;
	}

	.iCase .swiper-slide:nth-child(2n-1) {
		width: 48%;
		margin-right: 2%;
	}

	.iCase .swiper-slide:nth-child(2n) {
		width: 100%;
	}

}

@media screen and (max-width:538px) {
	.iCase .msg .image {
		display: none;
	}

	.iCase .msg .box {
		width: 100%;
		padding: 30px 0;
	}
}







.iNews {
	margin-bottom: 106px;
}


.iNews .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 36px;
}



.iNews .btn {
	display: flex;
	align-items: center;
	font-family: MiSans-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	position: relative;
}




.iNews .btn i {
	font-size: 18px;
	font-weight: bold;
	margin-left: 21px;
	transform: rotate(-45deg);
	color: #c9151e;
	flex-shrink: 0;
}

.iNews .btn:hover {
	color: #c9151e;
}

.newSlides {
	position: relative;
}


.newSlides .sBtns>div{
	top: 38%;
}

.newItem .box {
	margin-bottom: 29px;
	position: relative;
}

.newItem .box .sign {
	position: absolute;
	top: 24px;
	left: 23px;
	background-color: #ffffff;
	border-radius: 17px;
	font-family: MiSans-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	padding: 4.5px 14px;
	pointer-events: none;
}


.newItem:hover .box .sign {
	color: #ffffff;
	background-color: #c9151e;
}

.newItem .image {
	overflow: hidden;
}

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


.newItem .time {
	font-family: MiSans-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 7px;
}


.newItem .tit {
	font-family: MiSans-Demibold;
	font-size: 24px;
	line-height: 28px;
	color: #333333;
}

.newItem .tit:hover {
	color: #c9151e;
}

@media screen and (max-width:1560px) {
	.iNews .title {
		margin-bottom: 50px;
	}

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

	.newItem .box {
		margin-bottom: 20px;
	}

	.iNews {
		margin-bottom: 80px;
	}
}

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

	.iNews .title {
		margin-bottom: 40px;
	}

	.iNews {
		margin-bottom: 60px;
	}
}

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

	.newItem .box .sign {
		top: 15px;
		left: 15px;
		padding: 2px 10px;
	}

	.iNews {
		margin-bottom: 50px;
	}
}

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

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

	.iNews .title1 {
		margin-bottom: 10px;
	}
}


/* 1-1Biosled */


.biosled {
	background-color: #f2f2f2;
}


.biosled .con {
	padding: 48px 0 103px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.biosled .con .image {
	flex-shrink: 0;
	width: 212px;
	margin-right: 118px;
	margin-top: 9px;
}


.biosled .con .txts {
	flex: 1;
}


.biosled .con .txts p {
	color: #333333;
}

.brandStroy {
	padding: 98px 0 100px 0;
}

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


.brandStroy .con .msg {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 49%;
	padding: 30px 0;
	padding-bottom: 60px;
}

.brandStroy .con .image {
	width: 46.42%;
}

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

.brandStroy .title1 {
	margin-bottom: 25px;
}

.brandStroy .txts {
	font-size: 18px;
	line-height: 36px;
}

.brandStroy .txts strong {
	font-family: MiSans-Demibold;
	color: #333333;
	font-weight: normal;
}


.brandVolume {
	padding: 86px 0 100px 0;
	background-color: #f2f2f2;
	overflow: hidden;
}


.brandVolume .title1 {
	text-align: center;
	margin-bottom: 30px;
}


.brandVolume .swiper {
	overflow: visible;
	position: relative;
}


.brandVolume .swiper::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #999999;
	top: 84px;
}

.brandVolume .swiper-wrapper {
	pointer-events: none;
}

.brandVolume .swiper-slide {
	opacity: 0;
	transition: .4s ease opacity;
	pointer-events: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: auto;
}


.brandVolume .swiper-slide.swiper-slide-visible {
	pointer-events: all;
	opacity: 1;
}




.brandVolume .swiper-slide .box {
	min-height: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 17px;
}


.brandVolume .swiper-slide .time {
	font-family: MiSans-Demibold;
	font-size: 30px;
	line-height: 30px;
	color: #222222;
	text-align: center;
}


.brandVolume .swiper-slide .tip {
	text-align: center;
	margin-top: 1px;
	font-family: MiSans-Demibold;
	font-size: 18px;
	line-height: 28px;
	color: #222222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.brandVolume .swiper-slide .circle {
	width: 15px;
	height: 15px;
	background-color: #c9151e;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
	flex-shrink: 0;
}



.brandVolume .swiper-slide .txts {
	background-color: #ffffff;
	box-shadow: 0px 3px 81px 0px rgba(0, 0, 0, 0.1);
	padding: 23px 30px 39px;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	flex: 1;
}




.brandCoverage {
	padding: 91px 0 107px 0;
}


.brandCoverage .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.brandCoverage .image {
	width: 50.28%;
	margin-left: 7px;
	transform: translateY(-32px);
}

.brandCoverage .msg {
	width: 44.85%;
}


.brandCoverage .title1 {
	margin-bottom: 15px;
}


.brandCoverage .txts {
	margin-bottom: 40px;
}


.brandCoverage .txts p {
	font-size: 18px;
	line-height: 42px;
	color: #666666;
}

.brandCoverage .txts p strong {
	font-family: MiSans-Demibold;
	color: #333333;
	font-weight: normal;
}


.brandCoverage .cBtn {
	width: 200px;
	height: 50px;
	border: solid 1px #c9151e;
	background-color: #ffffff;
	color: #c9151e;
}

.brandCoverage .cBtn i {
	color: #c9151e;
}

.brandCoverage .cBtn:hover {
	background-color: #c9151e;
	color: #ffffff;
}

.brandCoverage .cBtn:hover i {
	color: #ffffff;
}


@media screen and (max-width:1560px) {
	.brandVolume .title1 {
		margin-bottom: 40px;
	}

	.brandVolume .swiper-slide .txts {
		padding: 30px;
	}

	.brandVolume .swiper-slide .time {
		font-size: 26px;
		line-height: 36px;
	}

	.brandVolume .swiper-slide .box {
		height: 65px;
	}

	.brandVolume .swiper::after {
		top: 88px;
	}

	.brandCoverage .image {
		margin-left: 0;
		transform: translateY(0);
	}

	.brandCoverage .title1 {
		margin-bottom: 30px;
	}
}

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

	.biosled .con .image {
		margin: 0;
		margin-bottom: 30px;
		width: 120px;
	}

	.brandCoverage .txts {
		margin-bottom: 30px;
	}

	.brandVolume .swiper-slide .time {
		font-size: 24px;
	}

	.brandVolume .swiper-slide .tip {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.biosled .con .image {
		width: 100px;
	}

	.brandCoverage .cBtn {
		height: 40px;
		width: 180px;
	}

	.brandVolume .swiper-slide .time {
		font-size: 22px;
		line-height: 30px;
	}

	.brandVolume .title1 {
		margin-bottom: 30px;
	}
}

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

	.brandStroy .con .msg {
		padding: 0;
		margin-bottom: 30px;
		width: 100%;
	}

	.brandStroy .con .image {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.brandStroy .con .image img {
		width: auto;
		max-width: 100%;
	}

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

	.brandCoverage .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.brandCoverage .image {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media screen and (max-width:538px) {
	.biosled .con .image {
		width: 90px;
	}
}



/* 2-1product */

.products .con {
	padding: 51px 0 103px 0;
}

.products .title1 {
	margin-bottom: 11px;
}

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

.mbox .standardEdit p {
	font-size: 18px;
}

.mBtn {
	margin-top: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 171px;
	height: 50px;
	border: solid 1px #c9151e;
	cursor: pointer;
}



.mBtn span {
	font-family: MiSans-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #c9151e;
}


.mBtn .btns {
	flex-shrink: 0;
	margin-left: 24px;
	cursor: pointer;
}


.mBtn .btns i {
	color: #c9151e;
	font-weight: bold;
}


.mBtn .btns i:nth-child(2) {
	display: none;
}


.mBtn:hover {
	background-color: #c9151e;
}

.mBtn:hover span,
.mBtn:hover .btns i {
	color: #ffffff;
}

.mBtn.active .btns i {
	display: none;
}

.mBtn.active .btns i:nth-child(2) {
	display: block;
}



.products .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 55px;
	margin-top: 59px;
}




.products .list .productItem {
	width: 23.57%;
	margin-right: 1.90%;
	margin-top: 25px;
}



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

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


.productItem .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 195px;
	height: 45px;
	/*background-color: #ffffff;*/
	margin: 34px auto -10px;
	position: relative;
}


/*.productItem .btns:hover {*/
/*	background-color: #c9151e;*/
/*}*/

/*.productItem .btns:hover a {*/
/*	color: #fff;*/
/*}*/



.productItem .checkBtn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 39px;
	height: 12px;
	width: 12px;
	outline: 1px solid #949494;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 10px;
}

.productItem .checkBtn i {
	font-size: 14px;
	opacity: 0;
	color: #c9151e;
}

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


/*.productItem .btns:hover .checkBtn {*/
/*	outline-color: #ffffff;*/
/*}*/

/*.productItem .btns:hover .checkBtn i {*/
/*	color: #ffffff;*/
/*}*/

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


.productItem .btns a {
	font-family: MiSans-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 30px;
}



.innerService {
	background-color: #050304;
	display: flex;
	justify-content: space-between;
	padding-left: calc((100% - 1400px)/ 2);
}


.innerService .msg {
	width: 49%;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 62px;
}


.innerService .image {
	width: 47.3%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.innerService .title1 {
	margin-bottom: 27px;
	color: #ffffff;
}


.innerService .txts {
	margin-bottom: 65px;
}



.innerService .txts p {
	color: #ffffff;
	font-size: 20px;
	line-height: 36px;
}

.innerService .txts p strong {
	font-family: MiSans-Demibold;
	font-weight: normal;
}


.innerService .cBtn {
	width: 200px;
	height: 50px;
	padding: 0 21px 0 17px;
}

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

	.mBtn {
		height: 45px;
	}

	.mBtn .btns i {
		font-weight: normal;
	}

	.productItem .btns {
		margin-top: 20px;
		height: 40px;
		width: 170px;
		margin-bottom: 0;
	}

	.productItem .checkBtn {
		left: 26px;
	}

	.products .list {
		margin: 50px 0;
	}

	.innerService .msg {
		padding: 50px 0;
	}

	.innerService {
		padding-left: 80px;
	}

	.innerService .title1 {
		margin-bottom: 35px;
	}

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

	.innerService .txts {
		margin-bottom: 40px;
	}
}

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

	.mBtn {
		height: 40px;
	}

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

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

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

	.innerService .cBtn {
		height: 45px;
	}
}

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

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

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

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

	.mbox {
		height: 52px;
	}

	.products .title1 {
		margin-bottom: 20px;
	}

	.mBtn {
		margin-top: 20px;
		width: 160px;
	}

	.products .list {
		margin: 40px 0;
	}
}

@media screen and (max-width:768px) {
	.productItem .btns {
		margin-top: 10px;
		height: 36px;
		width: 150px;
	}

	.productItem .checkBtn {
		left: 21px;
	}

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

	.innerService .msg {
		width: 100%;
		padding: 40px 25px;
	}

	.innerService .image {
		width: 100%;
		height: 340px;
	}

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

	.innerService {
		padding-left: 0;
	}

	.innerService .cBtn {
		height: 40px;
		width: 185px;
	}

	.innerService .title1 {
		margin-bottom: 30px;
	}

	.innerService .txts {
		margin-bottom: 30px;
	}
}

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

	.innerService .msg {
		padding: 40px 15px;
	}
}

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

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

	.productItem .tit {
		min-height: auto;
	}

	.innerService .image {
		height: 280px;
	}
}



/* 2-2product */

.productDet {
	overflow: hidden;
}


.productShow {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 67px 0 80px 0;
	align-items: center;
}



.productShow .shows {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-shrink: 0;
	margin-right: 67px;
}


.showSipwerBox {
	position: relative;
}


.productShow .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 500px;
	padding: 42px 0;
	width: 132px;
	margin-right: 9px;
}


.productShow .checkSwiper {
	height: 100%;
	overflow: hidden;
}


.showSipwer .swiper-slide img {
	display: block;
}


.productShow .showSipwer {
	width: 500px;
	margin-right: 13px;
	overflow: hidden;
	background-color: #f7f7f7;
}


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

.productShow .showSipwer .swiper-slide .video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9;
}


.productShow .showSipwer .swiper-slide .video .playBtn {
	width: 60px;
	height: 60px;
}



.productShow .swiperBox .prev,
.productShow .swiperBox .next {
	width: 100%;
	position: absolute;
	color: rgba(0, 0, 0, .5);
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: auto;
}



.productShow .swiperBox .prev i,
.productShow .swiperBox .next i {
	font-size: 28px;
}


.productShow .swiperBox .prev:hover,
.productShow .swiperBox .next:hover {
	color: #c9151e;
}


.productShow .swiperBox .prev {
	top: -7px;
}

.productShow .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .swiperBox .next {
	bottom: -7px;
}

.productShow .swiperBox .next i {
	transform: rotate(90deg);
}




.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}



.productShow .checkSwiper .swiper-slide .videoSign {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 41px;
	z-index: 3;
}



.productShow .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;
	background-color: rgba(247, 247, 247, .7);
	z-index: 2;
}

.productShow .checkSwiper .swiper-slide-thumb-active::after {
	background-color: transparent;
}



.productShow .jianjie {
	flex: 1;
	padding-top: 6px;
}


.pdTit {
	font-family: MiSans-Bold;
	font-size: 36px;
	line-height: 46px;
	color: #222222;
}

.productShow .jianjie h1 {
	font-weight: normal;
	margin-bottom: 21px;
}

.productShow .jianjie .txts p {
	font-size: 18px;
	color: #333333;
}

.productShow .jianjie .txts p strong {
	font-family: MiSans-Demibold;
	color: #333333;
	font-weight: normal;
}


.productShow .jianjie .txts {
	margin-bottom: 57px;
}





.productShow .jianjie .btns {
	display: flex;
	align-items: center;
	margin-bottom: 75px;
}




.productShow .jianjie .btns .cBtn {
	margin-right: 13px;
	width: 200px;
	height: 50px;
	background-color: #c9151e;
	border: solid 1px #c9151e;
}

.productShow .jianjie .btns .cBtn:last-child {
	margin-right: 0;
}


.productShow .jianjie .btns .cBtn:hover {
	background-color: #ffffff;
	color: #c9151e;
}

.productShow .jianjie .btns .cBtn:hover i {
	color: #c9151e;
}




/*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;
}



.pDetNavs {
	position: relative;
}

.pDetNavs::after {
	content: "";
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
	background-color: #f7f7f7;
}

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


.pDetNavs a {
	font-family: MiSans-Demibold;
	font-size: 16px;
	line-height: 19px;
	color: #666666;
	position: relative;
	padding: 28px 0 32px 0;
	margin-right: 42px;
	display: block;
}


.pDetNavs a::after {
	content: "";
	position: absolute;
	bottom: 1px;
	width: 0px;
	height: 4px;
	background-color: #c9151e;
	left: 50%;
	transform: translateX(-50%);
	transition: .4s ease all;
	opacity: 0;
}


.pDetNavs a:hover {
	color: #333333;
}

.pDetNavs a:hover::after {
	width: 50px;
	opacity: 1;
}


.characteristics {
	padding: 71px 0 68px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.characteristics .msg {
	width: 48%;
	padding-top: 8px;
}


.characteristics .image {
	width: 50%;
}


.characteristics .msg .pdTit {
	margin-bottom: 16px;
}


.characteristics .sign {
	font-family: MiSans-Demibold;
	font-size: 18px;
	line-height: 28px;
	color: #222222;
	margin-bottom: 20px;
}


.characteristics .txts p {
	line-height: 36px;
}

.characteristics .txts p em{
	font-style: normal;
	display: block;
	position: relative;
	padding-left: 28px;
}


.characteristics .txts p em::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0;
	top: 9px;
	background-image: url("../images/processSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.paramete {
	padding: 50px 0 100px 0;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
}

.paramete::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100vw;
	z-index: -1;
	background-color: #f7f7f7;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.paramete .image {
	width: 46.42%;
}

.paramete .msg {
	width: 50%;
	padding-bottom: 34px;
}

.paramete .msg .pdTit {
	margin-bottom: 27px;
}


.paramete .msg .txts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.paramete .msg .txts p {
	width: 48%;
	font-family: MiSans-Regular;
	font-size: 18px;
	line-height: 36px;
	color: #333333;
}



.presentation {
	padding: 65px 0 61px 0;
}


.presentation .pdTit {
	text-align: center;
	margin-bottom: 39px;
}


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

.presentation .list .item {
	width: 31.42%;
	margin-right: 2.87%;
	margin-top: 30px;
}

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


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



.presentation .list .image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 17px;
}


.presentation .list .name {
	font-family: MiSans-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	text-align: center;
}


.available .pdTit {
	margin-bottom: 27px;
	text-align: center;
}

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

.available .list .image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f2f3f4;
	width: 15.71%;
	margin-right: 1.148%;
	margin-top: 17px;
}


.available .list .image:nth-child(6n) {
	margin-right: 0;
}

.available .list .image:nth-child(-n+6) {
	margin-top: 0;
}

.available .cBtn {
	margin: 79px auto 0;
	border: 1px solid #c9151e;
}

.relatedProducts {
	padding: 94px 0 101px 0;
}


.relatedProducts .pdTit {
	text-align: center;
	margin-bottom: 35px;
}



@media screen and (max-width:1560px) {
	.pdTit {
		font-size: 32px;
		line-height: 42px;
	}

	.productShow .showSipwer {
		margin-right: 0;
		width: 450px;
	}

	.productShow .swiperBox {
		height: 450px;
		width: 115px;
	}

	.productShow .swiperBox .prev i,
	.productShow .swiperBox .next i {
		font-size: 22px;
	}

	.productShow .swiperBox .prev i {
		top: 0;
	}

	.productShow .swiperBox .next i {
		bottom: 0;
	}

	.productShow .showSipwer .swiper-slide .video .playBtn {
		width: 55px;
		height: 55px;
	}

	.productShow .jianjie .btns .cBtn {
		height: 45px;
		width: 185px;
	}

	.productShow .jianjie .txts {
		margin-bottom: 40px;
	}

	.productShow .jianjie h1 {
		margin-bottom: 30px;
	}

	.productShow .jianjie .btns {
		margin-bottom: 40px;
	}

	.pDetNavs a {
		padding: 25px 0;
	}

	.characteristics .msg {
		padding-top: 0;
	}

	.characteristics .msg .pdTit {
		margin-bottom: 30px;
	}

	.paramete {
		padding: 40px 0;
	}

	.paramete .msg {
		padding-bottom: 0;
	}


	.available .pdTit {
		margin-bottom: 40px;
	}

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

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


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

	.productShow .swiperBox {
		height: 360px;
		width: 94px;
	}

	.productShow .swiperBox .prev i,
	.productShow .swiperBox .next i {
		font-size: 18px;
	}

	.productShow .swiperBox {
		padding: 30px 0;
	}

	.pdTit {
		font-size: 24px;
		line-height: 34px;
	}

	.productShow .shows {
		margin-right: 40px;
	}

	.productShow .jianjie .btns .cBtn {
		height: 40px;
		width: 160px;
		padding: 0 15px;
	}

	.productShow .jianjie h1 {
		margin-bottom: 30px;
	}

	.productShow .jianjie .txts {
		margin-bottom: 30px;
	}

	.productShow .jianjie .btns {
		margin-bottom: 30px;
	}

	.pDetNavs a {
		padding: 20px 0;
		margin-right: 30px;
	}

	.pDetNavs a::after {
		height: 3px;
	}

	.characteristics .sign {
		font-size: 16px;
	}

	.presentation .list .image {
		margin-bottom: 10px;
	}

	.available .list .image:nth-child(n) {
		width: 18.4%;
		margin-right: 2%;
		margin-top: 30px;
	}

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

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


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

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

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

	.productShow .jianjie {
		width: 100%;
		flex: none;
	}

	.productShow .shows {
		margin: 0 auto 30px;
	}

	.productShow .jianjie h1 {
		margin-bottom: 20px;
	}

	.productShow .jianjie .btns .cBtn {
		height: 36px;
		width: 156px;
	}

	.pdTit {
		font-size: 22px;
		line-height: 30px;
	}

	.productShow .showSipwer .swiper-slide .video .playBtn {
		width: 50px;
		height: 50px;
	}

	.productShow .showSipwer {
		width: 340px;
		height: 340px;
	}

	.productShow .swiperBox {
		height: 340px;
		width: 88px;
	}

	.pDetNavs a {
		margin-right: 25px;
	}

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

	.characteristics .msg {
		width: 100%;
	}

	.characteristics .image {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}


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

	.paramete .msg {
		width: 100%;
	}

	.paramete .image {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}

	.available .list .image:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 20px;
	}

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

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

	.characteristics .txts p em::after {
		top: 6px;
	}

}

@media screen and (max-width:768px) {
	.pdTit {
		font-size: 20px;
		line-height: 30px;
	}

	.productShow .showSipwer {
		width: 300px;
		height: 300px;
	}

	.productShow .showSipwer .swiper-slide .video .playBtn {
		width: 45px;
		height: 45px;
	}

	.productShow .swiperBox {
		height: 300px;
		padding: 30px 0;
		width: 73px;
	}

	.productShow .swiperBox .prev {
		top: 0;
	}

	.productShow .swiperBox .next {
		bottom: 0;
	}

	.productShow .swiperBox .prev i,
	.productShow .swiperBox .next i {
		font-size: 16px;
	}

	.pDetNavs a {
		font-size: 14px;
	}

	.paramete .msg .txts p:nth-child(n) {
		width: 100%;
	}

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

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

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

	.available .list .image:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

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

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

	.presentation .pdTit {
		margin-bottom: 30px;
	}

	.available .pdTit {
		margin-bottom: 30px;
	}

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

	.productShow .checkSwiper .swiper-slide .videoSign {
		width: 35px;
	}
}

@media screen and (max-width:538px) {
	.productShow .showSipwer {
		width: 260px;
		height: 260px;
	}

	.productShow .showSipwer .swiper-slide .video .playBtn {
		width: 40px;
		height: 40px;
	}

	.productShow .swiperBox {
		height: 260px;
		width: 60px;
	}

	.productShow .checkSwiper .swiper-slide .videoSign {
		width: 30px;
	}
}


@media screen and (max-width:400px) {
	.productShow .showSipwer {
		width: 230px;
		height: 230px;
	}

	.productShow .swiperBox {
		height: 230px;
		width: 50px;
	}

	.pDetNavs a {
		padding: 16px 0;
	}
}







/* 3-1service */

.service {
	background-color: #f2f2f2;
}


.service .con {
	padding: 49px 0 102px 0;
}

.service .title1 {
	text-align: center;
	margin-bottom: 28px;
}

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


.service .list .item {
	width: 48.92%;
	margin-top: 30px;
	position: relative;
}



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


.service .list .image:hover img {
	transform: none;
}

.service .list .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 37px 42px;
	background-color: rgba(0, 0, 0, .3);
	top: 0;
	left: 0;
	pointer-events: none;
}


.service .list .tit {
	font-family: MiSans-Demibold;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
}


.service .list .btn {
	font-family: MiSans-Demibold;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	margin-top: -10px;
	position: relative;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.service .list .item:hover .btn {
	height: 26px;
	opacity: 1;
	overflow: visible;
	margin-top: 15px;
}



.service .list .btn i {
	font-size: 18px;
	transform: rotate(-45deg);
	margin-left: 15px;
}


.service .list .btn::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -7px;
	height: 1px;
	background-color: #ffffff;
	width: 100%;
	transition: .4s ease all;
	pointer-events: none;
}

@media screen and (max-width:1560px) {
	.service .title1 {
		margin-bottom: 40px;
	}

	.service .list .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.service .list .btn::after {
		bottom: 2px;
	}

	.service .list .btn {
		font-size: 16px;
	}

	.service .list .btn i {
		font-size: 16px;
	}

	.service .list .item:hover .btn {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.service .list .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.service .list .item:hover .btn {
		margin-top: 25px;
	}

	.service .list .msg {
		padding: 30px;
	}
}

@media screen and (max-width:999px) {
	.service .list .msg {
		position: static;
		height: auto;
		pointer-events: all;
		padding: 15px 20px;
		background-color: #ffffff;
	}

	.service .list .item .btn,
	.service .list .item:hover .btn {
		height: auto;
		opacity: 1;
		margin-top: 10px;
		color: #333333;
	}

	.service .list .item .btn::after {
		background-color: #333333;
	}

	.service .list .tit {
		font-size: 18px;
		line-height: 28px;
		color: #333333;
	}

	.service .list .btn i {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.service .title1 {
		margin-bottom: 30px;
	}

	.service .list .tit {
		font-size: 16px;
		line-height: 26px;
	}
}

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

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




.odmOem {
	padding: 87px 0 85px 0;
}


.odmOem .title1 {
	margin-bottom: 27px;
}


.odmOem .item {
	margin-bottom: 101px;
	position: relative;
	padding: 60px 0;
	display: flex;
}


.odmOem .item:nth-child(2n-1) {
	justify-content: flex-end;
}


.odmOem .item:last-child {
	margin-bottom: 0;
}




.odmOem .item .image {
	width: 64.28%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	height: 100%;
}

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


.odmOem .item:nth-child(2n-1) .image {
	left: 0;
}


.odmOem .item:nth-child(2n) .image {
	right: 0;
}

.odmOem .msg {
	background-color: #fff;
	min-height: 480px;
	padding: 62px 0px 50px 0px;
	width: 52.85%;
}

.odmOem .item:nth-child(2n-1) .msg {
	padding-left: 64px;
}


.odmOem .item:nth-child(2n) .msg {
	padding-right: 64px;
}

.odmOem .msg .tit {
	font-family: MiSans-Bold;
	font-size: 36px;
	line-height: 46px;
	color: #222222;
	margin-bottom: 10px;
}



.odmOem .msg .txts {
	margin-bottom: 45px;
	hyphens: auto;
	overflow: auto;
	height: 240px;
	padding-right: 20px;
}


.odmOem .msg .txts::-webkit-scrollbar {
	width: 2px;
	height: 2px;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 0px;
}

.odmOem .msg .txts::-webkit-scrollbar-thumb {
	background-color: #c4151d;
	border-radius: 0px;
}

.odmOem .msg .txts::-webkit-scrollbar-track {
	background-color: transparent;
}




.odmOem .btn {
	width: 200px;
	height: 50px;
	background-color: #c9151e;
	border: solid 1px #c9151e;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: MiSans-Regular;
	font-size: 16px;
	color: #ffffff;
	padding: 0 20px 0 26px;
}





.odmOem .btn i {
	font-size: 18px;
	transform: rotate(-45deg);
	color: #ffffff;
	font-weight: bold;
}


.odmOem .btn:hover {
	background-color: transparent;
	color: #c9151e;
}

.odmOem .btn:hover i {
	color: #c9151e;
}



@media screen and (max-width:1560px) {
	.odmOem .title1 {
		margin-bottom: 40px;
	}

	.odmOem .item {
		margin-bottom: 60px;
	}

	.odmOem .msg {
		padding: 40px 0;
	}

	.odmOem .msg .tit {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	.odmOem .btn {
		height: 45px;
		width: 200px;
		padding: 0 20px;
	}

	.odmOem .btn i {
		font-size: 16px;
	}

	.odmOem .item:nth-child(2n-1) .msg {
		padding-left: 40px;
	}

	.odmOem .item:nth-child(2n) .msg {
		padding-right: 40px;
	}

	.odmOem .item {
		padding: 50px 0;
	}

	.odmOem .msg .txts {
		height: 180px;
	}

	.odmOem .msg {
		min-height: auto;
	}
}

@media screen and (max-width:1333px) {
	.odmOem .msg {
		padding: 30px 0;
	}

	.odmOem .msg .tit {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 20px;
	}

	.odmOem .btn {
		height: 40px;
		width: 190px;
	}

	.odmOem .item:nth-child(2n-1) .msg {
		padding-left: 30px;
	}

	.odmOem .item:nth-child(2n) .msg {
		padding-right: 30px;
	}

	.odmOem .item {
		padding: 40px 0;
	}

	.odmOem .msg .txts {
		height: 140px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.odmOem .msg .txts {
		height: 130px;
	}

	.odmOem .msg .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.odmOem .btn {
		width: 170px;
	}

	.odmOem .item {
		padding: 30px 0;
	}

	.odmOem .item {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.odmOem .title1 {
		margin-bottom: 30px;
	}

	.odmOem .msg .tit {
		font-size: 20px;
	}

	.odmOem .msg {
		width: 70%;
	}

	.odmOem .item .image {
		width: 70%;
	}

	.odmOem .item {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.odmOem .item .image {
		position: static;
		width: 100%;
		transform: translateY(0);
		margin-bottom: 30px;
	}

	.odmOem .item {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 0;
	}

	.odmOem .item:nth-child(n) .msg {
		padding: 0;
		width: 100%;
	}

	.odmOem .item {
		margin-bottom: 30px;
	}
}






.afterSales {
	background-color: #f2f2f2;
	padding: 90px 0 100px 0;
}


.afterSales .title1 {
	margin-bottom: 58px;
}


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


.afterSales .list .item {
	width: 48.92%;
	margin-top: 30px;
	position: relative;
	padding: 65px 62px 48px 62px;
	background-color: #ffffff;
}


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


.afterSales .list .item .image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	background-color: #c9151e;
	position: absolute;
	top: 0;
	left: 35px;
	transform: translateY(-45%);
}

.afterSales .list .tit {
	font-family: MiSans-Demibold;
	font-size: 26px;
	line-height: 36px;
	color: #222222;
	margin-bottom: 7px;
}

.afterSales .standardEdit p {
	hyphens: auto;
}

.afterSales .standardEdit p strong {
	color: #c9151e;
	font-family: MiSans-Bold;
}

@media screen and (max-width:1560px) {
	.afterSales .list .item {
		padding: 40px;
		padding-top: 60px;
	}

	.afterSales .list .tit {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 30px;
	}

	.afterSales .title1 {
		margin-bottom: 70px;
	}

	.afterSales .list .item .image {
		width: 65px;
		height: 65px;
	}
}

@media screen and (max-width:1333px) {
	.afterSales .list .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.afterSales .list .item .image {
		width: 60px;
		height: 60px;
	}

	.afterSales .list .item:nth-child(n) {
		width: 100%;
		margin-top: 50px;
	}

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

@media screen and (max-width:999px) {
	.afterSales .list .item {
		padding: 30px;
		padding-top: 50px;
	}

	.afterSales .list .item .image {
		left: 30px;
		width: 50px;
		height: 50px;
	}

	.afterSales .list .tit {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.afterSales .title1 {
		margin-bottom: 60px;
	}

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

@media screen and (max-width:538px) {
	.afterSales .list .item {
		padding: 30px 20px;
		padding-top: 50px;
	}

	.afterSales .list .item .image {
		left: 20px;
	}
}






.faq {
	padding: 88px 0 103px 0;
}

.faq .title1 {
	margin-bottom: 5px;
}



.faqList .item {
	border-bottom: 1px solid #666666;
}


.faqList .item:last-child {
	margin-bottom: 0;
}


.faqList .question {
	display: flex;
	align-items: flex-start;
	padding: 37px 0 29px 0;
	cursor: pointer;
}

.faqList .item.active .question {
	padding-bottom: 0;
}




.faqList .question:hover .name {
	color: #c9151e;
}



.faqList .item:nth-child(1) .answer {
	display: block;
}



.faqList .question .name {
	font-family: MiSans-Demibold;
	font-size: 20px;
	line-height: 30px;
	color: #222222;
}


.faqList .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-right: 20px;
	width: 37px;
	height: 37px;
	background-color: #c9151e;
	transform: translateY(-2px);
}


.faqList .question i {
	width: 17px;
	height: 2px;
	background-color: #ffffff;
}

.faqList .question i.move {
	width: 17px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}


.faqList .item.active .question i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}



.faqList .answer {
	display: none;
	transition: none;
	padding: 3px 25px 27px 57px;
}

@media screen and (max-width:1560px) {
	.faq .title1 {
		margin-bottom: 30px;
	}

	.faqList .question {
		padding: 25px 0;
	}

	.faqList .answer {
		padding: 25px 0;
		padding-left: 50px;
	}

	.faqList .question .name {
		font-size: 18px;
		line-height: 28px;
	}

	.faqList .question .btns {
		width: 32px;
		height: 32px;
		transform: translateY(0px);
	}
}

@media screen and (max-width:999px) {
	.faqList .question i.move {
		width: 14px;
	}

	.faqList .question i {
		width: 14px;
	}

	.faqList .question .name {
		font-size: 16px;
	}

}

@media screen and (max-width:768px) {
	.faq .title1 {
		margin-bottom: 20px;
	}

	.faqList .question .btns {
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width:538px) {
	.faqList .question {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px 0;
	}

	.faqList .question .btns {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.faqList .answer {
		padding: 20px 0;
	}
}


.download {
	background-color: #f2f2f2;
	padding: 90px 0 85px 0;
}


.download .title1 {
	text-align: center;
	margin-bottom: 28px;
}

.download .box {
	position: relative;
}

.download .box .sign {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 50px;
	height: 50px;
	background-color: #c9151e;
	pointer-events: none;
	opacity: 0;
}

.download .box:hover .sign{
	opacity: 1;
}

.download .box .sign img {
	display: block;
}


.download .name {
	padding: 15px 10px;
	background-color: #ffffff;
}

.download .name a {
	text-align: center;
	font-family: PublicSans-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #241815;
}

.download .name a:hover {
	color: #c9151e;
}


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

.download .swiper-pagination {
	position: static;
	margin-top: 42px;
}

.download .swiper-pagination span {
	width: 30px;
	height: 6px;
	background-color: rgba(201, 21, 30, .2);
	opacity: 1;
	border-radius: 0;
	margin: 5px 6px !important;
}

.download .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #c9151e;
	width: 60px;
}

@media screen and (max-width:1560px) {
	.download .title1 {
		margin-bottom: 40px;
	}

	.download .name {
		padding: 10px;
	}

	.download .name a {
		font-size: 16px;
	}

	.download .swiper-pagination {
		margin-top: 30px;
	}

	.download .box .sign {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:1333px) {
	.download .name {
		padding: 5px 10px;
	}

	.download .swiper-pagination {
		margin-top: 20px;
	}

	.download .swiper-pagination span {
		height: 4px;
		width: 28px;
	}

	.download .swiper-pagination span.swiper-pagination-bullet-active {
		width: 50px;
	}
}

@media screen and (max-width:999px) {
	.download .box .sign {
		width: 36px;
		height: 36px;
		display: none;
	}
}

@media screen and (max-width:768px) {
	.download .name a {
		font-size: 14px;
	}

	.download .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.download .swiper-pagination span {
		width: 22px;
	}

	.download .swiper-pagination span.swiper-pagination-bullet-active {
		width: 40px;
	}
}




/* 3-2service */


.serviceDet .con {
	padding: 52px 0 93px 0;
}


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


.serviceDet .bagsSlides {
	position: sticky;
	left: 0;
	top: 80px;
	width: 14%;
}



.serviceDet .des {
	width: 80.3%;
}

.serviceDet .bagsSlides .title {
	font-family: MiSans-Regular;
	font-size: 36px;
	line-height: 46px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.serviceDet .bagsSlides .title i {
	display: none;
}



.serviceDet .bagsSlides ul {
	margin-top: 35px;
}

.serviceDet .bagsSlides ul li {
	margin-top: 10px;
}

.serviceDet .bagsSlides ul li:nth-child(1) {
	margin-top: 0;
}

.serviceDet .bagsSlides ul li a {
	font-family: MiSans-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	display: block;
}

.serviceDet .bagsSlides ul li a:hover {
	color: #c9151e;
}


.process {
	margin-bottom: 93px;
}


.process .title1 {
	margin-bottom: 52px;
}

.process .item {
	display: flex;
	align-items: flex-start;
	position: relative;
	margin-bottom: 52px;
}


.process .item::after {
	content: "";
	position: absolute;
	left: 32px;
	width: 1px;
	height: 100%;
	border-left: 2px dashed #eeeeee;
	top: 60px;
}

.process .item:last-child {
	margin-bottom: 0;
}

.process .item:last-child::after {
	display: none;
}



.process .item .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	background-color: #eeeeee;
	border-radius: 50%;
	flex-shrink: 0;
	font-family: MiSans-Demibold;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-right: 16px;
}




.process .item .tit {
	font-family: MiSans-Demibold;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 15px;
}


.process .item .txts p {
	line-height: 26px;
}

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



.process .item .txts p em{
	font-style: normal;
	padding-left: 29px;
	position: relative;
	display: block;
}


.process .item .txts p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 19px;
	height: 19px;
	background-image: url("../images/processSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.process .item .txts p strong {
	font-family: MiSans-Demibold;
	color: #333333;
	font-weight: normal;
}


.customRange {
	margin-bottom: 86px;
}


.customRange .title1 {
	margin-bottom: 30px;
}

.customRange .item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 70px;
}

.customRange .item:last-child {
	margin-bottom: 0;
}


.customRange .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.customRange .item .image {
	width: 45.5%;
	height: 367px;
}

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


.customRange .item .msg {
	width: 50.4%;
	padding: 22px 0;
}


.customRange .msg .tit {
	font-family: MiSans-Demibold;
	font-size: 30px;
	line-height: 40px;
	color: #222222;
}


.customRange .rangeItem {
	padding: 13.5px 0;
	border-bottom: 1px solid #cccccc;
}

.customRange .rangeItem .name {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	font-family: MiSans-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #222222;
	cursor: pointer;
}


.customRange .rangeItem .name:hover {
	color: #c4151d;
}



.customRange .rangeItem .name i {
	color: #c4151d;
	font-size: 25px;
	transform: rotate(90deg);
}

.customRange .rangeItem.active .name i {
	transform: rotate(-90deg);
}




.customRange .rangeItem .txts {
	display: none;
	transition: none;
	padding: 5px 0 7px 0;
}


.customRange .rangeItem .txts p {
	line-height: 24px;
	hyphens: auto;
}


.customCapability .title1 {
	margin-bottom: 34px;
}


.customCapability .swiper-slide {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	height: auto;
	position: relative;
}



.customCapability .image {
	width: 48%;
	height: 367px;
}

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

.customCapability .msg {
	width: 48.3%;
	height: 363px;
	overflow: auto;
	padding-right: 10px;
	position: relative;
}

.customCapability .swiper-slide::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 50%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 100%);
	height: 34%;
	pointer-events: none;
	right: 0;
}



.customCapability .msg::-webkit-scrollbar {
	width: 2px;
	height: 2px;
	background-color: rgba(0, 0, 0, .3);
}

.customCapability .msg::-webkit-scrollbar-thumb {
	background-color: #c4151d;
}

.customCapability .msg::-webkit-scrollbar-track {
	background-color: transparent;
}

.customCapability .tit {
	font-family: MiSans-Demibold;
	font-size: 24px;
	line-height: 36px;
	color: #222222;
	position: relative;
	margin-bottom: 35px;
}


.customCapability .tit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -13px;
	width: 55px;
	height: 3px;
	background-color: #c9151e;
}


.customCapability .txts p strong {
	font-weight: normal;
	font-family: MiSans-Demibold;
	font-size: 18px;
	color: #333333;
}


.customCapability .control {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}


.customCapability .control .swiper-pagination {
	position: static;
	width: auto;
}



.customCapability .btns {
	display: flex;
	align-items: center;
	padding: 0 12px 0 12px;
}

.customCapability .btns>div {
	cursor: pointer;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	font-weight: bold;
	color: rgba(0, 0, 0, .3);

}

.customCapability .btns>div:hover {
	color: rgba(0, 0, 0, 1);
}


.customCapability .btns>div.prev {
	margin-right: 16px;
}


.customCapability .control .swiper-pagination {
	font-family: MiSans-Regular;
	font-size: 14px;
	color: #999999;
	margin-right: 4px;
}

.customCapability .control .swiper-pagination i {
	font-style: normal;
	margin-left: 5px;
}

.customCapability .control .swiper-pagination-current {
	font-family: MiSans-Demibold;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
}

@media screen and (max-width:1560px) {
	.serviceDet .bagsSlides {
		width: 20%;
	}

	.serviceDet .des {
		width: 75%;
	}

	.process .title1 {
		margin-bottom: 50px;
	}

	.process .item .num {
		width: 55px;
		height: 55px;
		font-size: 20px;
		line-height: 30px;
		transform: translateY(-10px);
	}

	.process .item::after {
		top: 40px;
		left: 27px;
	}

	.process .item .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 28px;
	}

	.process {
		margin-bottom: 80px;
	}

	.customRange .msg .tit {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 20px;
	}

	.customRange .item .msg {
		padding: 0;
	}

	.customRange .rangeItem {
		padding: 10px 0;
	}

	.customRange .rangeItem .name {
		font-size: 18px;
		line-height: 28px;
	}

	.customRange .title1 {
		margin-bottom: 40px;
	}

	.customRange .item {
		margin-bottom: 60px;
	}

	.customRange {
		margin-bottom: 80px;
	}

	.customCapability .title1 {
		margin-bottom: 40px;
	}

	.customCapability .tit {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 40px;
	}

	.serviceDet .bagsSlides .title {
		font-size: 32px;
		line-height: 42px;
	}
}

@media screen and (max-width:1333px) {
	.serviceDet .bagsSlides .title {
		font-size: 28px;
		line-height: 38px;
	}

	.process .item .num {
		width: 45px;
		height: 45px;
		font-size: 18px;
		line-height: 28px;
		transform: translateY(-7px);
	}

	.process .item .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 26px;
	}

	.process .item::after {
		left: 22px;
	}

	.process {
		margin-bottom: 60px;
	}

	.customRange .msg .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.customRange .item {
		margin-bottom: 50px;
	}

	.customRange {
		margin-bottom: 60px;
	}

	.customCapability .btns>div {
		font-size: 24px;
	}

}

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

	.serviceDet .bagsSlides {
		position: static;
	}

	.process .title1 {
		margin-bottom: 40px;
	}

	.process .item .num {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

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

	.process .item::after {
		left: 20px;
		top: 40px;
	}

	.serviceDet .des {
		width: 100%;
	}

	.customRange .item {
		margin-bottom: 50px;
	}

	.customRange {
		margin-bottom: 50px;
	}

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

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

	.serviceDet .des {
		margin-bottom: 30px;
	}

	.serviceDet .bagsSlides {
		width: 100%;
	}

	.serviceDet .bagsSlides ul {
		margin-top: 20px;
		display: none;
		transition: none;
	}

	.serviceDet .bagsSlides .title {
		font-size: 26px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.serviceDet .bagsSlides .title i {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
	}

	.serviceDet .bagsSlides .title.active i {
		transform: rotate(45deg);
	}
}

@media screen and (max-width:768px) {
	.customRange .item:nth-child(n) {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.customRange .item .msg {
		width: 100%;
	}

	.customRange .item .image {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}

	.customRange .item .image img {
		width: auto;
		max-width: 100%;
	}

	.customRange .item {
		margin-bottom: 40px;
	}

	.customCapability .swiper-slide {
		flex-direction: column-reverse;
	}

	.customCapability .msg {
		width: 100%;
		height: auto;
	}

	.customCapability .image {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}

	.customCapability .image img {
		width: auto;
		max-width: 100%;
	}

	.customCapability .swiper-slide::after {
		display: none;
	}

	.serviceDet .bagsSlides .title {
		font-size: 24px;
	}

	.customRange .rangeItem .name {
		font-size: 16px;
		line-height: 26px;
	}

	.customRange .rangeItem .txts {
		padding-top: 10px;
	}

	.process {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:538px) {
	.process .item {
		margin-bottom: 40px;
	}

	.customRange .title1 {
		margin-bottom: 30px;
	}

	.process {
		margin-bottom: 40px;
	}

	.serviceDet .bagsSlides .title {
		font-size: 22px;
		line-height: 30px;
	}
}





/* 4-1projects */


.projects{
	overflow: hidden;
}

.projects .con {
	padding: 60px 0 104px 0;
}


.projects .list {
	margin-bottom: 93px;
}



.projects .list .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 107px;
}


.projects .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}


.projects .list .item:last-child {
	margin-bottom: 0;
}



.projects .list .image {
	overflow: hidden;
	width: 35.72%;
}

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

.projects .list .msg {
	width: 60.05%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 30px 0;
	padding-bottom: 46px;
}



.projects .list .sign {
	font-family: MiSans-Demibold;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #666666;
	margin-bottom: -1px;
}



.projects .list .title1 {
	margin-bottom: 13px;
	display: -webkit-box;
}


.projects .list .line {
	width: 28px;
	height: 3px;
	background-color: #cccccc;
	margin-bottom: 29px;
}


.projects .list .txts {
	font-family: MiSans-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	min-height: 60px;
	margin-bottom: 30px;
}



.projects .list .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 40px;
	border: solid 1px #999999;
	font-family: MiSans-Regular;
	font-size: 16px;
	color: #999999;
	text-transform: uppercase;
}

.projects .list .btn:hover {
	background-color: #c9151e;
	border-color: #c9151e;
	color: #ffffff;
}


.projects .pager {
	margin-bottom: 92px;
}


.hotProducts .bigTit {
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width:1560px) {
	.projects .list .msg {
		padding: 30px 0;
	}

	.projects .list .sign {
		margin-bottom: 10px;
	}

	.projects .list .line {
		margin-bottom: 20px;
	}

	.projects .list .item {
		margin-bottom: 60px;
	}

	.projects .list {
		margin-bottom: 80px;
	}

	.projects .pager {
		margin-bottom: 80px;
	}

	.hotProducts .bigTit {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.projects .list .item {
		margin-bottom: 50px;
	}

	.projects .list,
	.projects .pager {
		margin-bottom: 60px;
	}

	.projects .list .txts {
		min-height: 56px;
	}
}

@media screen and (max-width:999px) {
	.projects .list {
		max-width: 500px;
		margin: 0 auto 50px;
	}

	.projects .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.projects .list .msg {
		padding: 0;
		width: 100%;
	}

	.projects .list .txts {
		min-height: auto;
	}

	.projects .list .image {
		width: 100%;
		margin-bottom: 20px;
	}

	.projects .pager {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.projects .list {
		max-width: 450px;
		margin: 0 auto 40px;
	}

	.projects .list .item {
		margin-bottom: 40px;
	}

	.projects .pager {
		margin-bottom: 40px;
	}

	.hotProducts .bigTit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.projects .list .btn {
		height: 36px;
	}
}





/* 4-2projects */


.projectDet{
	overflow: hidden;
}

.projectDet .con {
	padding: 55px 0 102px 0;
}

.projectDet h1 {
	font-family: MiSans-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #222222;
	text-align: center;
	margin-bottom: 22px;
}


.projectDet .share {
	justify-content: center;
	margin-bottom: 35px;
}

.projectDet .prevOrNext {
	margin-bottom: 74px;
}


.projectDet .des {
	margin-bottom: 77px;
}


.projectDet .latestProjects {
	margin-bottom: 78px;
}


.latestProjects .innerTit {
	text-align: center;
	margin-bottom: 36px;
}


.latestProjects .image {
	overflow: hidden;
	margin-bottom: 27px;
}

.latestProjects .tit {
	font-family: MiSans-Demibold;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #666666;
	margin-bottom: 2px;
}

.latestProjects .sBtns>div {
	top: 40%;
}



.latestProjects .title {
	font-family: MiSans-Bold;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 26px;
}


.latestProjects .title:hover {
	color: #c9151e;
}


.latestProjects .line {
	width: 28px;
	height: 3px;
	background-color: #cccccc;
}

@media screen and (max-width:1560px) {
	.projectDet h1 {
		margin-bottom: 30px;
	}

	.projectDet .des {
		margin-bottom: 60px;
	}

	.latestProjects .title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.latestProjects .image {
		margin-bottom: 20px;
	}

	.latestProjects .tit {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:1333px) {
	.projectDet .des {
		margin-bottom: 50px;
	}

	.projectDet .prevOrNext {
		margin-bottom: 60px;
	}

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

	.projectDet .latestProjects {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.projectDet .des {
		margin-bottom: 40px;
	}

	.projectDet .prevOrNext,
	.projectDet .latestProjects {
		margin-bottom: 50px;
	}
}

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

	.projectDet .prevOrNext,
	.projectDet .latestProjects {
		margin-bottom: 40px;
	}

	.projectDet .share {
		margin-bottom: 30px;
	}
}




/* 5-1about */


.aboutUs {
	position: relative;
}

.aboutUs::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 57.67%;
	background-color: #f2f2f2;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.aboutUs .con {
	padding: 42px 0 100px 0;
}

.aboutUs .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 64px;
}


.aboutUs .box {
	flex-shrink: 0;
	margin-right: 9.35%;
}

.aboutUs .bigTit {
	font-family: MiSans-Regular;
	font-size: 72px;
	line-height: 72px;
	color: #222222;
	margin-bottom: 5px;
}


.aboutUs .title .txts p {
	font-size: 18px;
	line-height: 36px;
}


.aboutUs .title .txts strong {
	font-family: MiSans-Demibold;
	color: #333333;
	font-weight: normal;
}

.aboutUs .numList {
	margin-bottom: 66px;
}

.aboutUs .companyShow {
	margin-bottom: 41px;

}

.aboutUs .featured {
	margin-bottom: 49px;
}

.aboutUs .featured .pdTit {
	margin-bottom: 22px;
}

.aboutUs .featured .txts p {
	font-size: 18px;
	line-height: 36px;
}

.aboutUs .featured .txts p strong {
	font-family: MiSans-Demibold;
	color: #333333;
	font-weight: normal;
}


.aboutUs .integration .pdTit {
	margin-bottom: 40px;
}



@media screen and (max-width:1560px) {
	.aboutUs .bigTit {
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 20px;
	}

	.aboutUs .title {
		margin-bottom: 60px;
	}

	.aboutUs .numList,
	.aboutUs .companyShow,
	.aboutUs .featured {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .bigTit {
		font-size: 50px;
		line-height: 50px;
	}
}

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

	.aboutUs .box {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.aboutUs .bigTit {
		font-size: 40px;
		line-height: 40px;
	}

	.aboutUs .title {
		margin-bottom: 50px;
	}

	.aboutUs .numList,
	.aboutUs .companyShow,
	.aboutUs .featured {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .title {
		margin-bottom: 40px;
	}

	.aboutUs .numList,
	.aboutUs .companyShow,
	.aboutUs .featured {
		margin-bottom: 40px;
	}

	.aboutUs .bigTit {
		font-size: 36px;
		line-height: 36px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .bigTit {
		font-size: 32px;
		line-height: 32px;
	}

	.aboutUs::after {
		height: 65%;
	}
}



.team {
	padding: 87px 0 87px 0;
}


.team .title1 {
	margin-bottom: 27px;
}

.team .txts {
	margin-bottom: 148px;
}

.team .txts p {
	line-height: 32px;
}

.team .txts p strong {
	font-family: MiSans-Demibold;
	font-weight: normal;
	color: #333333;
}


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

.team .list .item {
	width: 32.14%;
	margin-right: 1.79%;
	margin-top: 30px;
	background-color: #111111;
	position: relative;
	padding: 123px 34px 56px;
}



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

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



.team .list .item .name {
	font-family: MiSans-Bold;
	font-size: 24px;
	line-height: 32px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 23px;
}

.team .list .item .msg p {
	line-height: 24px;
	color: #cccccc;
}

.team .list .item .msg p em {
	position: relative;
	padding-left: 22px;
	font-style: normal;
	display: block;
}



.team .list .item .msg p em::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #c9151e;
	left: 0;
	top: 6px;
}



.team .list .item .image {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%) translateY(-50%);
	width: 198px;
	height: 198px;
	border-radius: 50%;
}

@media screen and (max-width:1560px) {
	.team .title1 {
		margin-bottom: 40px;
	}

	.team .list .item .image {
		width: 140px;
		height: 140px;
	}

	.team .list .item {
		padding: 100px 30px 50px;
	}

	.team .list .item .name {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.team .txts {
		margin-bottom: 125px;
	}
}

@media screen and (max-width:1333px) {
	.team .list {
		justify-content: space-between;
	}

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

	.team .list .item:last-child {
		width: 100%;
	}

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

	.team .list .item .image {
		width: 120px;
		height: 120px;
	}

	.team .txts {
		margin-bottom: 100px;
	}
}

@media screen and (max-width:999px) {
	.team .list .item:nth-child(n) {
		width: 100%;
		margin-top: 80px;
	}

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

	.team .list .item .image {
		width: 100px;
		height: 100px;
	}

	.team .list .item .name {
		font-size: 18px;
		line-height: 28px;
	}

	.team .list .item {
		padding: 80px 30px 50px;
	}
}

@media screen and (max-width:768px) {
	.team .txts {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:538px) {
	.team .title1 {
		margin-bottom: 30px;
	}

	.team .list .item {
		padding: 80px 20px 50px;
	}
}


.factory {
	position: relative;
}


.factory::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 42.6%;
	background-color: #f7f7f7;
	z-index: -1;
	width: 100%;
}


.factory .safeRange {
	overflow: hidden;
}

.factory .title1 {
	text-align: center;
	margin-bottom: 40px;
}


.factory .swiper {
	width: 64.28%;
	margin: 0 auto;
	overflow: visible;
}



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

.factory .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	left: 0;
	top: 0;
	transition: .4s ease all;
}


.factory .swiper-slide.swiper-slide-active::after {
	opacity: 0;
}



.factory .swiper .image {
	height: 600px;
}

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



.factory .sBtns>div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16.5%;
	color: rgba(255, 255, 255, .5);
}


.factory .sBtns>div.prev {
	left: 0;
}

.factory .sBtns>div.next {
	right: 0;
}


.factory .sBtns>div:hover {
	color: rgba(255, 255, 255, 1);
}



.presence {
	position: relative;
	padding-bottom: 130px;
}


.presence .msg {
	width: 50%;
}

.presence>div {
	min-height: 530px;
	position: relative;
	padding: 50px 0;
	padding-top: 84px;
	display: flex;
	align-items: center;
}


.presence::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background-color: #f7f7f7;
	z-index: -2;
}


.presence .image {
	position: absolute;
	width: 69.28%;
	right: 0;
	top: 58.5%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
}



.presence .title1 {
	margin-bottom: 2px;
}


.presence .sign {
	width: 35px;
	margin-bottom: 16px;
}


.presence .txts p {
	line-height: 32px;
	color: #333333;
}





.history {
	padding: 89px 0 93px 0;
}


.history .title1 {
	margin-bottom: 47px;
}

.history .item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 49px;
}

.history .item:last-child {
	margin-bottom: 0;
}



.history .time {
	flex-shrink: 0;
	font-family: MiSans-Bold;
	font-size: 36px;
	line-height: 46px;
	color: #222222;
	margin-right: 9px;
	width: 110px;
	transform: translateY(5px);
}


.history .txts {
	flex: 1;
	position: relative;
	padding-left: 54px;
}

.history .txts::after {
	content: "";
	position: absolute;
	width: 21px;
	height: 21px;
	background-color: #e62318;
	border-radius: 50%;
	left: 0;
	top: 10px;
}


.history .txts::before {
	content: "";
	position: absolute;
	height: calc(100% + 40px);
	width: 1px;
	background-color: #999999;
	left: 10px;
	top: 30px;
}


.history .item:last-child .txts::before {
	display: none;
}


.history .txts p {
	font-size: 18px;
	line-height: 36px;
	color: #222222;
}



@media screen and (max-width:1560px) {
	.factory .swiper .image {
		height: 500px;
	}
	.presence>div{
		padding: 0;
	}
	.presence{
		padding: 60px 0;
	}
	.presence .image{
		top: 50%;
	}
	.presence>div{
		min-height: 460px;
	}
	
	.presence .title1{
		margin-bottom: 20px;
	}
	.presence .sign{
		width: 30px;
	}
	.history .title1{
		margin-bottom: 50px;
	}
	
	.history .time{
		transform: translateY(0);
	}
}

@media screen and (max-width:1333px) {
	.presence>div{
		min-height: 380px;
	}
	.history .time{
		font-size: 30px;
		line-height: 30px;
		transform: translateY(5px);
	}
	.history .txts::after{
		width: 18px;
		height: 18px;
	}
	.history .txts::before{
		left: 9px;
		top: 18px;
	}
	.history .item{
		margin-bottom: 30px;
	}
	
	.factory .swiper .image{
		height: 480px;
	}
	.factory .sBtns>div{
		width: 15.5%;
	}
}

@media screen and (max-width:999px) {
	.factory .swiper{
		width: 100%;
	}
	
	.factory .sBtns>div{
		position: static;
		height: auto;
		width: auto;
		transform: translateY(0);
		margin-top: 20px;
		color: #333333;
		font-size: 18px;
	}
	.factory .sBtns{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.factory .sBtns>div.prev{
		margin-right: 20px;
	}
	.factory .swiper .image{
		height: 400px;
	}
	.presence>div{
		min-height: auto;
	}
	.presence .image{
		position: static;
		width: 100%;
		transform: translateY(0);
		margin-top: 30px;
	}
	.presence>div{
		flex-direction: column;
		align-items: flex-start;
	}
	.presence .msg{
		width: 100%;
	}
	.presence{
		padding: 50px 0;
	}
	.presence .sign{
		width: 24px;
	}
	
	.history .time{
		font-size: 26px;
		width: 90px;
	}
	.history .txts::after{
		width: 14px;
		height: 14px;
	}
	.history .txts::before{
		left: 7px;
		height: calc(100% + 30px);
	}
}

@media screen and (max-width:768px) {
	.factory .swiper .image{
		height: 300px;
	}
	.presence{
		padding: 40px 0;
	}
	.history .time{
		font-size: 24px;
		width: 70px;
	}
	.history .txts{
		padding-left: 43px;
	}
}

@media screen and (max-width:538px) {
	.factory .title1{
		margin-bottom: 30px;
	}
	
	.history .time{
		font-size: 20px;
		line-height: 30px;
		width: 60px;
	}
	.history .txts{
		padding-left: 30px;
	}
	
	.factory .swiper .image{
		height: 280px;
	}
}




/* 5-2about */


.certification .con {
	padding: 41px 0 95px 0;
}


.certification .title1 {
	margin-bottom: 10px;
}


.certificateNav {
	margin-bottom: 35px;
}

.certificateNav .btns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.certificateNav .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	height: 35px;
	cursor: pointer;
}

.certificateNav .btns>div:hover {
	color: #c9151e;
}



.certificateNav .btns>div.prev {
	margin-right: 40px;
}


.certificateNav .swiper {
	position: relative;
}

.certificateNav .swiper::after {
	position: absolute;
	content: "";
	height: 1px;
	background-color: #222222;
	bottom: 1px;
	width: 100%;
}

.certificateNav .swiper-slide {
	margin-right: 47px;
	width: auto;
}


.certificateNav .swiper-slide a {
	font-family: MiSans-Demibold;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	padding: 26px 0;
	position: relative;
	display: block;
}

.certificateNav .swiper-slide a::after {
	content: "";
	position: absolute;
	height: 4px;
	background-color: #c9151e;
	left: 50%;
	width: 0px;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 9;
	transition: .4s ease all;
}

.certificateNav .swiper-slide.active a:after,
.certificateNav .swiper-slide:hover a:after {
	width: 70px;
}


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


.certification .list .item {
	width: 18.92%;
	margin-right: 1.35%;
	margin-top: 35px;
}


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

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


.certification .list .image {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.certification .list .image:hover img {
	transform: translateY(-10px);
}


.certification .list .name {
	text-align: center;
	color: #333333;
}


@media screen and (max-width:1560px) {
	.certification .list .item:nth-child(n) {
		width: 22%;
		margin-right: 3%;
		margin-top: 30px;
	}

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

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

	.certificateNav {
		margin-bottom: 60px;
	}

	.certification .title1 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.certificateNav .swiper-slide a {
		padding: 18px 0;
	}

	.certificateNav {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.certification .list .item:nth-child(n) {
		width: 30%;
		margin-right: 5%;
		margin-top: 30px;
	}

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

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

	.certificateNav {
		margin-bottom: 40px;
	}

	.certification .title1 {
		margin-bottom: 10px;
	}
}


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


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

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

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


	.certification .list .image img {
		max-width: 220px;
		width: 100%;
	}
}










/* 6-1 news */

.news .con {
	padding: 60px 0 98px 0;
}

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

.news .pager {
	margin-top: 85px;
}


.news .list .newItem {
	width: 31.42%;
	margin-right: 2.87%;
	margin-top: 80px;
}

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

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

@media screen and (max-width:1560px) {
	.news .pager {
		margin-top: 60px;
	}

	.news .list .newItem {
		margin-top: 50px;
	}
}

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

	.news .list .newItem {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.news .list {
		justify-content: space-between;
	}

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

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

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

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

@media screen and (max-width:400px) {
	.news .list .newItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(-n+1) {
		margin-top: 0;
	}
}



/* 6-2news */


.newDet{
	overflow: hidden;
}

.newDet .con {
	padding: 59px 0 103px 0;
}


.newDet h1 {
	font-family: MiSans-Bold;
	font-size: 36px;
	line-height: 43px;
	color: #222222;
	text-align: center;
	margin-bottom: 26px;
}

.newDet .tips {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;
}


.newDet .tips .time,
.share span {
	font-family: MiSans-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	flex-shrink: 0;
}



.newDet .tips .time {
	margin-right: 51px;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	margin-right: 12px;
}


.newDet .standardEdit p strong,
.projectDet .standardEdit p strong {
	font-family: MiSans-Demibold;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
}



.newDet .des {
	margin-bottom: 57px;
}


.newDet .prevOrNext {
	margin-bottom: 74px;
}


.prevOrNext {
	padding: 16px 0 22px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.prevOrNext>div,
.prevOrNext>a {
	font-family: MiSans-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.prevOrNext>div {
	color: #999999;
}

.prevOrNext>a {
	color: #333333;
}

.prevOrNext>div.prev {
	margin-bottom: 5px;
}

.prevOrNext>a:hover {
	color: #c9151e;
}


.innerTit {
	font-size: 36px;
	line-height: 45px;
}


.newDet .latestNews {
	margin-bottom: 69px;
}

.latestNews .innerTit {
	text-align: center;
	margin-bottom: 37px;
}

.latestNews .sBtns>div {
	top: 38%;
}

.hotProducts .innerTit {
	margin-bottom: 35px;
	text-align: center;
}

@media screen and (max-width:1560px) {
	.newDet h1 {
		margin-bottom: 30px;
	}

	.newDet .standardEdit p strong,
	.projectDet .standardEdit p strong {
		font-size: 22px;
		line-height: 30px;
	}

	.newDet .des {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.share span {
		font-size: 16px;
		line-height: 28px;
	}

	.newDet .standardEdit p strong,
	.projectDet .standardEdit p strong {
		font-size: 20px;
	}

	.newDet .des {
		margin-bottom: 40px;
	}

	.newDet .prevOrNext,
	.newDet .latestNews {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.share span {
		font-size: 14px;
		line-height: 26px;
	}

	.prevOrNext>div,
	.prevOrNext>a {
		font-size: 14px;
		line-height: 26px;
	}

	.newDet .standardEdit p strong,
	.projectDet .standardEdit p strong {
		font-size: 18px;
	}

	.newDet .prevOrNext,
	.newDet .latestNews {
		margin-bottom: 50px;
	}
}

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

	.newDet .prevOrNext,
	.newDet .latestNews {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.newDet .tips {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.newDet .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}
}


/* 7-1contact */


.contactUs .con {
	padding: 51px 0 99px 0;
	max-width: 1160px;
	margin: 0 auto;
}


.contactUs .title1 {
	margin-bottom: 10px;
}

.contactUs .txts {
	margin-bottom: 24px;
	color: #222222;
}

.contactUs form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.contactUs form ul li {
	width: 48.28%;
	margin-top: 19px;
}

.contactUs form ul li:nth-child(-n+2) {
	margin-top: 0;
}


.contactUs form .name {
	font-family: MiSans-Demibold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 12px;
}

.contactUs form .name span {
	color: #c9151e;
}


.contactUs form input {
	height: 45px;
	border: solid 1px #cccccc;
	width: 100%;
	padding: 0 5px;
}


.contactUs form ul li.message {
	width: 100%;
}


.contactUs form ul textarea {
	height: 145px;
	border: solid 1px #cccccc;
	width: 100%;
	padding: 10px 5px;
}

.contactUs form .codeCon,
.contactUs form .subBtn {
	width: 100%;
}


.contactUs form .codeCon .code {
	display: flex;
}

.contactUs form .codeCon .code>input {
	width: 131px;
	padding: 0 5px;
}



.contactUs form .codeCon .codeImg {
	width: 91px;
	height: 45px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	background-color: #f3fbfe;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
	cursor: pointer;
}



.contactUs form ul li.subBtn {
	width: 70px;
	height: 40px;
	border: none;
}

.contactUs form .subBtn input {
	background-color: #c9151e;
	font-family: MiSans-Regular;
	font-size: 16px;
	color: #ffffff;
	border-color: #c9151e;
	cursor: pointer;
	height: 100%;
	text-transform: uppercase;
}

.contactUs form .subBtn input:hover {
	background-color: #ffffff;
	color: #c9151e;
}


.contactUs .line {
	width: 100%;
	height: 3px;
	background-color: #eeeeee;
	margin: 68px 0 59px 0;
}


.contactUs .companyName {
	font-family: MiSans-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #222222;
	margin-bottom: 19px;
}


.contactUs .msgList {
	margin-bottom: 46px;
}


.contactUs .msgList li {
	margin-bottom: 14px;
}

.contactUs .msgList li:last-child {
	margin-bottom: 0;
}

.contactUs .msgList .name,
.contactUs .msgList .num {
	display: inline;
	font-size: 18px;
	line-height: 22px;
	color: #222222;
}


.contactUs .msgList .name {
	font-family: MiSans-Bold;
	margin-right: 6px;
}


.contactUs .msgList a.num:hover {
	color: #c9151e;
}

.contactUs .msgList .address .num {
	display: block;
	margin-top: 3px;
}


.m-formcountry {
	position: relative;
}

.m-formcountry .drop-btn {
	position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 14px;
	font-weight: bold;
}

.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: #c9151e rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #c9151e;
}

.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 5px 5px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	width: 100%;
	height: auto;
	margin: 0;
}

.m-formcountry .drop-list li.on {
	background-color: #c9151e;
	color: #ffffff;
}


.contactUs .map img {
	display: block;
}

@media screen and (max-width:1560px) {
	.contactUs .title1 {
		margin-bottom: 30px;
	}

	.contactUs .txts {
		margin-bottom: 30px;
	}

	.contactUs .line {
		margin: 60px 0;
	}

	.contactUs .companyName {
		margin-bottom: 30px;
	}
}

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

	.contactUs form input,
	.contactUs form .codeCon .codeImg {
		height: 40px;
	}

	.contactUs .companyName {
		font-size: 22px;
		line-height: 30px;
	}
}

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

	.contactUs form input,
	.contactUs form .codeCon .codeImg,
	.contactUs form ul li.subBtn {
		height: 35px;
	}

	.m-formcountry .drop-btn i,
	.m-formcountry .drop-btn svg {
		font-size: 12px;
	}

	.contactUs form ul textarea {
		height: 120px;
	}

	.contactUs .line {
		height: 2px;
		margin: 40px 0;
	}

	.contactUs .companyName {
		font-size: 20px;
		line-height: 30px;
	}

	.contactUs .msgList .name,
	.contactUs .msgList .num {
		font-size: 16px;
		line-height: 26px;
	}

	.contactUs .msgList {
		margin-bottom: 40px;
	}

	.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .companyName {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:400px) {
	.contactUs form ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.contactUs form ul li:nth-child(1) {
		margin-top: 0;
	}

	.m-formcountry .drop-list li:nth-child(n) {
		margin-top: 0;
	}
}









/* innerBanner */

.innerBanner {
	height: 600px;
	position: relative;
}

.innerBanner .image {
	height: 100%;
}

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

.innerBanner .safeRange {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
}

.innerBanner .msg {
	width: 60%;
}

.innerBanner .title {
	font-family: MiSans-Bold;
	font-size: 72px;
	line-height: 72px;
	color: #ffffff;
	margin-bottom: 27px;
}


.innerBanner .txts {
	font-family: MiSans-Demibold;
	font-size: 27px;
	line-height: 36px;
	color: #ffffff;
	margin-bottom: 50px;
}


.innerBanner .btns {
	display: flex;
	flex-wrap: wrap;
}

.innerBanner .btns a {
	margin-right: 11px;
	margin-bottom: 10px;
}

.innerBanner .btns a:last-child {
	margin-right: 0;
}


/* crumb */

.crumb {
	padding-top: 21px;
}


.crumb a,
.crumb i {
	font-family: MiSans-Regular, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	color: #333333;
}

.crumb a.active {
	color: #999999;
}

.crumb a:hover {
	color: #c9151e;
}


.crumb i {
	font-style: normal;
}




/* pager */
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 17px 0;
}


.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: MiSans-Regular, Arial, sans-serif;
	font-size: 16px;
	color: #999999;
	margin: 5px 6px;
}



.pager .pageList a:hover,
.pager .pageList a.active {
	color: #ffffff !important;
	background-color: #c9151e;
}


.pager .pageList a.iconfont {
	font-size: 18px;
	margin: 5px 0px;
}


.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 17px;
	position: relative;
}


.pager .addTo p {
	font-family: MiSans-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.pager .addTo input {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	left: 0;
	top: 0;
	opacity: 0;
}

.pager .addTo img {
	width: 15px;
	flex-shrink: 0;
	margin-left: 15px;
}

.pager .addTo:hover p {
	color: #c9151e;
}


@media screen and (max-width:1560px) {
	.innerBanner {
		height: 450px;
	}

	.innerBanner .title {
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 30px;
	}

	.innerBanner .txts {
		font-size: 22px;
		line-height: 30px;
	}

	.pager {
		padding: 15px 0;
	}

	.pager .pageList a.iconfont {
		font-size: 16px;
		margin: 5px 6px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 360px;
	}

	.innerBanner .title {
		font-size: 36px;
		line-height: 36px;
	}

	.innerBanner .txts {
		font-size: 20px;
	}

	.pager {
		padding: 10px 0;
	}
}

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

	.innerBanner .title {
		font-size: 30px;
		line-height: 30px;
	}

	.innerBanner .txts {
		font-size: 18px;
		margin-bottom: 40px;
	}

	.pager {
		padding: 10px 0;
	}

	.pager .pageList a {
		font-size: 14px;
	}

	.pager .pageList a.iconfont {
		font-size: 12px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 24px;
		padding-top: 20px;
	}

	.pager .addTo img {
		width: 13px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 280px;
	}

	.innerBanner .txts {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.innerBanner .msg {
		width: 70%;
	}

	.innerBanner .title {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner .title {
		font-size: 28px;
		line-height: 28px;
	}

	.innerBanner .msg {
		width: 100%;
	}
}



/* footer */


footer {
	background-color: #111111;
	padding: 52px 0 40px 0;
}

footer a {
	display: block;
}

footer .fLogo {
	display: block;
	width: 183px;
	margin-bottom: 47px;
	margin-top: 8px;
}


footer .fLogo:hover img {
	transform: none;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
}

footer .footerList ul li {
	margin-bottom: 10px;
}

footer .footerList ul li:last-child {
	margin-bottom: 0;
}


footer .footerList .fMsg {
	width: 26%;
	margin-right: 5%;
}

footer .footerList .fMsg ul li {
	margin-bottom: 13px;
}

footer .footerList .fMsg ul li:last-child {
	margin-bottom: 0;
}

footer .footerList .fMsg .name {
	font-family: MiSans-Regular, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	margin-bottom: 0px;
}

footer .footerList .fMsg .num {
	color: #ffffff;
}

footer .footerList .fMsg a.num:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

footer .footerList .box {
	margin-top: 24px;
}




footer .footerList .fProduct {
	width: 20%;
	margin-right: 3.9%;
}

footer .footerList a:hover {
	color: #ffffff;
}

footer .footerList .fNav {
	width: 20%;
	margin-right: 3.7%;
}


footer .footerList .fInquiry {
	width: 21.4%;
}




footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}


footer .title {
	font-family: MiSans-Regular, Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	display: block;
}

footer a.title:hover {
	color: #c9151e;
}

footer .titBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .titBox .menuBtn {
	display: none;
}


footer .copyright,
footer .links,
footer .copyright a,
footer .links a {
	font-size: 14px;
	color: #777777;
}


footer .links {
	display: flex;
	flex-wrap: wrap;
	margin-top: 4px;
}

footer .links span {
	margin-right: 10px;
}


footer .links a {
	margin-right: 10px;
}

footer .links a:hover {
	color: #ffffff;
}

footer .copyright a {
	display: inline;
}


footer .copyright a:hover {
	color: #fff;
}


footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .email a {
	word-break: break-all;
}

footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 65px 0 28px 0;
}



footer .fBottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


footer .blogrolls {
	display: flex;
	align-items: center;
	margin-left: 40px;
}



footer .blogrolls a {
	font-size: 20px;
	color: rgba(255, 255, 255, .5);
	flex-shrink: 0;
	margin: 5px 0;
	margin-right: 26.4px;
}


footer .blogrolls a:last-child {
	margin-right: 0;
}


footer .blogrolls a:hover {
	color: #ffffff !important;
}

footer form {
	margin-top: 31px;
}

footer form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


footer form li {
	height: 40px;
	background-color: #ffffff;
	padding: 0 16px;
	width: 100%;
}


footer form input,
footer form textarea {
	background-color: transparent;
	width: 100%;
	height: 100%;
	font-size: 14px !important;
}

footer form ul li {
	margin-top: 11px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0 !important;
}

footer form ul li:nth-child(1) {
	margin-top: 0;
}



footer form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 74%;
	padding: 0;
}


footer form li.code input {
	flex-shrink: 1;
	padding: 0 16px;
}


footer form li.code .codeImg {
	height: 100%;
	flex-shrink: 0;
	max-width: 91px;
	cursor: pointer;
	background-color: #f3fbfe;
}


footer form li.code .codeImg img {
	height: 100%;
}


footer form li.subBtn {
	padding: 0;
	background-color: transparent;
	width: 23%;
}



footer form li.subBtn input {
	background-color: #c9151e;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	text-transform: uppercase;
}



footer form li.subBtn input:hover {
	background-color: #ffffff;
	color: #c9151e;
}





footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
	font-size: 14px !important;
	color: #666666;
	opacity: 1;
}

footer form input:-moz-placeholder,
footer form textarea:-moz-placeholder {
	font-size: 14px !important;
	color: #666666;
	opacity: 1;
}

footer form input::-moz-placeholder,
footer form textarea::-moz-placeholder {
	font-size: 14px !important;
	color: #666666;
	opacity: 1;
}

footer form input:-ms-input-placeholder,
footer form textarea:-ms-input-placeholder {
	font-size: 14px !important;
	color: #666666;
	opacity: 1;
}

@media screen and (max-width:1560px) {
	footer .fLogo {
		margin-top: 0;
		margin-bottom: 30px;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer {
		padding: 50px 0;
	}

	footer .line {
		margin: 30px 0;
	}
}

@media screen and (max-width:1333px) {
	footer .title {
		font-size: 18px;
	}

	footer .fLogo {
		width: 160px;
	}

	footer .footerList .fInquiry {
		width: 25%;
	}

	footer form li {
		height: 36px;
	}

	footer form li.code {
		width: 100%;
	}

	footer form li.subBtn {
		width: 50%;
	}

	footer .blogrolls a {
		font-size: 18px;
	}
}

@media screen and (max-width:999px) {
	footer {
		padding-bottom: 70px;
	}

	footer .fLogo {
		width: 140px;
	}

	footer .footerList {
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 10px;
	}

	footer .footerList>li.fMsg {
		margin-bottom: 15px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .footerList .fMsg ul li {
		margin-bottom: 0;
		margin-top: 10px;
		width: 48%;
	}

	footer .footerList .fMsg ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fMsg ul {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList .fMsg .name {
		margin-bottom: 5px;
	}

	footer .footerList .box {
		margin-top: 10px;
		display: none;
		transition: none;
	}

	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .title {
		font-size: 16px;
		line-height: 26px;
	}

	footer form {
		margin-top: 10px;
		display: none;
		transition: none;
	}

	footer .footerList ul li:nth-child(n) {
		width: 48%;
		margin-top: 10px;
	}

	footer .footerList ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
		margin-bottom: 15px;
		padding-top: 0;
	}

	footer .blogrolls a {
		margin-top: 0;
	}

	footer {
		padding-top: 40px;
	}

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		font-size: 12px;
		color: #ffffff;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}

}

@media screen and (max-width:768px) {
	footer .fLogo {
		width: 130px;
	}
}


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

	footer .footerList .fMsg ul li:nth-child(n),
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(1),
	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and (max-width:450px) {
	footer .footerList form li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form li:nth-child(1) {
		margin-top: 0;
	}
}




/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: MiSans-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;
}



/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	background-color: #000000;
	color: #ffffff;
	margin-bottom: 2px;
	margin-right: 2px;
	font-size: 20px;
}

.lianxi .top a {
	width: 52px;
	height: 52px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 26px;
	height: 26px;
}

.lianxi .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #c9151e;
	color: #fff;
}

.clear2 {
	display: none;
}


.lianxi .code {
	position: relative;
}

.lianxi .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.lianxi .code:hover img {
	transform: translateX(0);
	opacity: 1;
}

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

	.lianxi div a,
	.lianxi div div {
		width: 46px;
		height: 46px;
		font-size: 18px;
		border-radius: 5px;
	}

	.lianxi .top a {
		width: 46px;
		height: 46px;
	}

	.lianxi .top i {
		width: 22px;
		height: 22px;
	}
}


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

	.lianxi .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.lianxi div {
		width: 25%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}

	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: #000000;
	}

	.lianxi div.active a,
	.lianxi div.active div {
		background-color: #c9151e;
	}
}

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

	.lianxi .code:hover img,
	.lianxi .code img {
		left: 0%;
		transform: translateX(0%);
	}

	.lianxi .code.active img {
		left: 0;
		transform: translateX(0) translateY(-100%);
	}
}

@font-face {
	font-family: 'MiSans-Bold';
	font-display: swap;
	src: url('../fonts/MiSans-Bold.eot');
	src: url('../fonts/MiSans-Bold.eot') format('embedded-opentype'),
		url('../fonts/MiSans-Bold.woff2') format('woff2'),
		url('../fonts/MiSans-Bold.woff') format('woff'),
		url('../fonts/MiSans-Bold.ttf') format('truetype'),
		url('../fonts/MiSans-Bold.svg#MiSans-Bold') format('svg');
}

@font-face {
	font-family: 'MiSans-Demibold';
	font-display: swap;
	src: url('../fonts/MiSans-Demibold.eot');
	src: url('../fonts/MiSans-Demibold.eot') format('embedded-opentype'),
		url('../fonts/MiSans-Demibold.woff2') format('woff2'),
		url('../fonts/MiSans-Demibold.woff') format('woff'),
		url('../fonts/MiSans-Demibold.ttf') format('truetype'),
		url('../fonts/MiSans-Demibold.svg#MiSans-Demibold') format('svg');

}

@font-face {
	font-family: 'MiSans-Regular';
	font-display: swap;
	src: url('../fonts/MiSans-Regular.eot');
	src: url('../fonts/MiSans-Regular.eot') format('embedded-opentype'),
		url('../fonts/MiSans-Regular.woff2') format('woff2'),
		url('../fonts/MiSans-Regular.woff') format('woff'),
		url('../fonts/MiSans-Regular.ttf') format('truetype'),
		url('../fonts/MiSans-Regular.svg#MiSans-Regular') format('svg');

}


@font-face {
	font-family: "iconfont";
	font-display: swap;
	/* Project id 4576167 */
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1741600772330') format('woff'),
		url('../fonts/iconfont.ttf?t=1741600772330') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.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-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-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.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";
}


.productItem .btns {
	position: static;
}


.productItem .btns a {
	padding-left: 0;
	width: auto;
	height: auto;
}


.productItem .btns a:hover {
	/*text-decoration: underline;*/
	/*text-decoration-skip-ink: none;*/
	/*text-underline-offset: 5px;*/
	color: #c9151e;
}

.productItem .checkBtn{
	position: relative;
	transform: translateX(0);
	left: 0;
	top: 0;
}

.productCategory{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.productCategory .cBtn{
	margin-right: 20px;
	margin-bottom: 10px;
}



.productItem .nBtns {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: auto;
	height: auto;
	margin-top: 35px;
	margin-bottom: -4px;
}

.productItem .nBtns .ncheckBtn,
.productItem .nBtns .nbtn {
	width: 188px;
	height: 43px;
	background-color: #ffffff;
	outline: solid 1px #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #333333;
	font-size: 16px;
}

.productItem .nBtns .ncheckBtn{
	margin-bottom: 22px;
}



.productItem .nBtns .box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 16px;
	width: 14px;
	height: 14px;
	border: solid 1px #949494;
	overflow: hidden;
}


.productItem .nBtns .box  i{
	font-size: 12px;
	color: #333333;
	opacity: 0;
}

.productItem .nBtns .ncheckBtn.active i{
	opacity: 1;
}



.productItem .nBtns .ncheckBtn input{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	opacity: 0;
}

.productItem .nBtns .ncheckBtn:hover,
.productItem .nBtns .nbtn:hover{
	outline-color: #c9151e;
	color: #ffffff;
	background-color: #c9151e;
}


.productItem .nBtns .ncheckBtn:hover .box{
	border-color: #ffffff;
} 

.productItem .nBtns .ncheckBtn:hover i{
	color: #ffffff;
}

@media screen and (max-width:1560px){
 	.productItem .nBtns{
		margin-bottom: 0;
		margin-top: 20px;
	}
	
	.productItem .nBtns .ncheckBtn, .productItem .nBtns .nbtn{
		height: 38px;
	}
	.productItem .nBtns .ncheckBtn{
		margin-bottom: 15px;
	}
}
@media screen and (max-width:1333px){
 	.productItem .nBtns .ncheckBtn, .productItem .nBtns .nbtn{
		width: 175px;
		height: 35px;
	}	
	.productItem .nBtns .box{
		margin-right: 10px;
	}
}
@media screen and (max-width:999px){
 	.productItem .nBtns .ncheckBtn, .productItem .nBtns .nbtn{
		font-size: 14px;
		line-height: 24px;
		height: 30px;
		width: 160px;
	}
	.productItem .nBtns{
		margin-top: 15px;
	}
	.productItem .nBtns .ncheckBtn{
		margin-bottom: 10px;
	}
}