@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: DMSans-Regular, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	color: #666666;
	background-color: #fff;

}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #c7161e !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}

.standardEdit p {
	position: relative;
	hyphens: auto;
}

.standardEdit a {
	color: #c7161e;
}

.standardEdit a:hover {
	text-decoration: underline;
}



.standardEdit video,
.standardEdit iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: DMSans-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: #f6f6f6;
	font-family: DMSans-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;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}





@media screen and (max-width:1560px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #c7161e;
		top: 30px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
		right: 80px;
		transform: translateY(-50%);
	}

	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(199, 22, 30, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100vh;
	}

	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: DMSans-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: 5px;
	}
}

/**
 * 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 */



html {
	scroll-padding-top: 130px;
}


.bannerRange {
	height: 130px;
}


header {
	height: 130px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: linear-gradient(to right, #c7161e 0%, #c7161e 50%, #ffffff 50%, #ffffff 100%);
	transition: none;
}


header.active2 {
	position: fixed;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.2);
}


header.active {
	transform: translateY(-100%);
}


nav {
	height: 100%;
	position: relative;
}


nav .safeRange {
	max-width: 1640px;
}


nav .navMsg {
	height: 40px;
	background-color: #c7161e;
	border-radius: 0px 0px 40px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 66px;
}


nav .navMsg .msg {
	display: flex;
	align-items: center;
}


nav .navMsg .item {
	margin-right: 35px;
	display: flex;
	align-items: center;
}

nav .navMsg .item:last-child {
	margin-right: 0;
}

nav .navMsg .item i {
	color: #ffffff;
	font-size: 20px;
	flex-shrink: 0;
	margin-right: 10px;
}

nav .navMsg .item .num {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}

nav .navMsg .item a.num:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


nav .navMsg .blogrolls {
	display: flex;
	align-items: center;
}


nav .navMsg .blogrolls a {
	color: #ffffff;
	margin-right: 10px;
}

nav .navMsg .blogrolls a:hover {
	transform: translateY(-3px);
}

nav .navMsg .blogrolls a:last-child {
	margin-right: 0;
}


nav .con {
	background-color: #ffffff;
	border-radius: 40px 0px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 66px;
}



nav .logo {
	width: 146px;
	flex-shrink: 0;
}


nav .logo:hover img {
	transform: none;
}




nav .navList {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


nav .navList>ul {
	display: flex;
	align-items: center;
}

nav .navList>ul>li {
	margin-right: 33px;
	position: relative;
}

nav .navList>ul>li:nth-child(2) {
	position: static;
}

nav .navList>ul>li:last-child {
	margin: 0;
}

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 90px;
	line-height: 90px;
	font-size: 18px;
	color: #333333;
	display: flex;
	align-items: center;
}


nav .navList>ul>li>a i {
	font-size: 10px;
	font-weight: bold;
	flex-shrink: 0;
	margin-left: 5px;
	transform: rotate(90deg);
}



nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #c7161e;
}

nav .navList>ul>li.active>a i,
nav .navList>ul>li:hover>a i {
	color: #c7161e;
}



nav .btns {
	display: flex;
	align-items: center;
	margin-left: 45px;
	height: 90px;
	justify-content: flex-end;
}

nav .search {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}


nav .search .searchBtn {
	cursor: pointer;
}


nav .search .searchBtn i {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	transform: translateY(0px);
}


nav .search .searchBtn:hover i {
	color: #c7161e;
}

nav .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	height: 35px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}


nav .search form.active {
	width: 280px;
	padding: 0 10px;
}

nav .search form input {
	width: 100%;
	height: 100%;
	font-family: DMSans-Regular, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
}


nav .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}


nav .search form .subBtn i {
	font-size: 18px;
	font-weight: bold;
}



nav .search form .subBtn:hover i {
	color: #c7161e;
}


nav .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}

nav .btns .language {
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 18px;
	position: relative;
	z-index: 99;
}

nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #ffffff;
	border: solid 1px #e4e4e4;
	padding: 2px 10px;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	min-width: 98px;
}


nav .btns .language ul li {
	margin-bottom: 5px;
}

nav .btns .language ul li:last-child {
	margin-bottom: 0;
}

nav .btns .language ul a {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
	padding: 8px 6px;
	border-bottom: 1px solid #e4e4e4;
}

nav .btns .language ul a:hover {
	color: #333333;
}


nav .btns .language ul li:last-child a {
	border-bottom: none;
}


nav .btns .line {
	width: 2px;
	height: 27px;
	background-color: #333333;
	border-radius: 1px;
	margin: 0 12px 0 17px;
}

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-family: DMSans-Regular, Arial, sans-serif;
	font-size: 18px;
	color: #333333;
	position: relative;
}


nav .btns .lanBtn .icon-earth-full {
	margin-right: 4px;
	flex-shrink: 0;
	font-size: 24px;
	color: #333333;
}




nav .btns .lanBtn:hover,
nav .btns .lanBtn:hover i {
	color: #c7161e;
}



/* productList */

.productSlides {
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	background-color: #000000;
	display: none;
	transition: none;
}


.productSlides a {
	display: block;
}

.productSlides .piece {
	max-width: 1920px;
	margin: 0 auto;
	padding-left: calc((100% - 1580px)/ 2);
	display: flex;
	justify-content: space-between;
}


.productSlides .piece .checkBtns {
	width: 19.46%;
	position: relative;
	z-index: 2;
	padding: 34px 0 23px 0;
}


.productSlides .piece .checkBtns li {
	margin-bottom: 12px;
}

.productSlides .piece .checkBtns li:last-child {
	margin-bottom: 0;
}

.productSlides .piece .checkBtns li a {
	font-family: DMSans-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	position: relative;
	padding: 9px 15px;
	border-radius: 23px 1px 1px 23px;
}



.productSlides .piece .checkBtns li a::after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	background-color: #ffffff;
	z-index: -1;
	width: calc(100% + 8px);
	left: 0;
	transition: .4s ease all;
	border-radius: 23px 1px 1px 23px;
	opacity: 0;
}


.productSlides .piece .checkBtns li:hover a,
.productSlides .piece .checkBtns li.active a {
	color: #c62a2e;
}

.productSlides .piece .checkBtns li:hover a:after,
.productSlides .piece .checkBtns li.active a:after {
	opacity: 1;
}


.productSlides .piece .des {
	width: 80.54%;
	background-color: #f2f2f2;
	display: flex;
	justify-content: space-between;
	padding-left: 50px;
}


.productSlides .piece .checks {
	width: 45%;
}

.productSlides .piece .checks ul {
	display: none;
	padding: 23px 0;
}


.productSlides .piece .checks ul li {
	margin-bottom: 14px;
}

.productSlides .piece .checks ul li:last-child {
	margin-bottom: 0;
}

.productSlides .piece .checks ul li a {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.productSlides .piece .checks ul li:hover>a {
	color: #c7161e;
}

.productSlides .piece .checks ul.active {
	display: block;
}

.productSlides .piece .images {
	width: 51.8%;
}

.productSlides .piece .images .image {
	display: none;
	overflow: hidden;
	height: 100%;
}

.productSlides .piece .images .image.active {
	display: flex;
	align-items: center;
	justify-content: center;
}


.productSlides .piece .images .image:hover img {
	transform: none;
	opacity: .8;
}






/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #000000;
	padding: 14px 0 16px 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	display: none;
	transition: none;
	border-top: 3px solid #c7161e;
	width: max-content;
	max-width: 320px;
	min-width: 120px;
}


.moreList ul {
	left: 100%;
	top: -14px;
}


.moreList {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}


.moreList li {
	margin-bottom: 10px;
	position: relative;
}

.moreList li:last-child {
	margin-bottom: 0;
}


.moreList a {
	padding: 0 10px;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
}


.moreList a:hover {
	color: #c7161e;
}

.xnav .blogrolls,
.xnav .msg {
	display: none;
}


@media screen and (max-width:1800px) {
	nav .navMsg {
		height: 40px;
	}

	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
	}

	nav .navMsg,
	nav .con {
		padding: 0 40px;
	}

	nav .btns {
		height: 80px;
		margin-left: 40px;
	}

	header,
	.bannerRange {
		height: 120px;
	}

	html {
		scroll-padding-top: 120px;
	}


	nav .btns .line {
		margin: 0 30px;
	}

	nav .logo {
		width: 140px;
	}

	nav .btns .language {
		margin-right: 0;
	}

	nav .safeRange {
		width: calc(100% - 80px);
	}

	nav .navList>ul>li {
		margin-right: 40px;
	}

	.moreList,
	.moreList ul {
		padding: 14px 0;
	}
}

@media screen and (max-width:1720px) {
	.productSlides .piece {
		padding-left: 80px;
	}
}

@media screen and (max-width:1560px) {

	nav .navMsg,
	nav .con {
		padding: 0 30px;
	}

	nav .navMsg {
		height: 30px;
		border-radius: 0 0 20px 0;
	}

	nav .logo {
		width: 120px;
	}

	nav .navMsg .item .num {
		font-size: 14px;
	}

	nav .navMsg .item i {
		font-size: 18px;
	}

	nav .navList>ul>li>a {
		height: 70px;
		line-height: 70px;
		font-size: 16px;
	}

	nav .btns {
		height: 70px;
	}

	header,
	.bannerRange {
		height: 100px;
	}

	html {
		scroll-padding-top: 100px;
	}

	nav .con {
		border-radius: 30px 0 0 0;
	}

	nav .search .searchBtn i {
		font-size: 18px;
	}

	nav .btns .lanBtn {
		font-size: 16px;
	}

	nav .btns .line {
		height: 20px;
	}

	nav .navList>ul>li {
		margin-right: 24px;
	}

	nav .btns .lanBtn .icon-earth-full {
		font-size: 20px;
	}

	nav .safeRange {
		width: calc(100% - 100px);
	}

	.productSlides .piece .checkBtns {
		padding: 30px 0;
	}

	.productSlides .piece .checkBtns li a {
		padding: 5px 15px;
	}

	.productSlides .piece .checks ul {
		padding: 40px 0;
	}
}

@media screen and (max-width:1333px) {
	nav .btns .line {
		margin: 0 20px;
	}

	nav .navList>ul>li>a {
		padding-top: 24px;
	}

	nav .btns {
		position: absolute;
		right: 80px;
		top: 34px;
		height: auto;
	}

	nav .btns .line {
		height: 16px;
	}

	nav .btns .lanBtn {
		font-size: 14px;
	}

	nav .btns .lanBtn .icon-earth-full {
		font-size: 18px;
	}

	nav .search .searchBtn i {
		font-size: 16px;
	}

	nav .navList>ul>li {
		margin-right: 35px;
	}

	nav .logo {
		width: 110px;
	}

	nav .btns .language ul {
		padding: 5px 10px;
		top: calc(100% + 5px);
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 24px;
		color: #999999;
		padding: 5px 5px;
		border-bottom: 1px solid #e4e4e4;
	}

	nav .search form .subBtn i {
		font-size: 16px;
	}

	.productSlides .piece .des {
		padding-left: 40px;
	}

	.productSlides .piece .checkBtns {
		width: 25%;
	}

	.productSlides .piece .des {
		width: 75%;
	}
}


@media screen and (max-width:1200px) {
	nav .navList>ul>li>a i {
		margin-left: 2px;
	}

	nav .logo {
		width: 100px;
	}

	nav .navMsg,
	nav .con {
		padding: 0 20px;
	}

	nav .safeRange {
		width: calc(100% - 120px);
	}
}

@media screen and (max-width:1150px) {
	nav .navList>ul>li {
		margin-right: 16px;
	}
}



@media screen and (max-width:999px) {

	nav .navList>ul,
	nav .search,
	nav .line {
		display: none;
	}

	nav .navMsg {
		display: none;
	}

	header,
	.bannerRange,
	nav .con {
		height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav .btns {
		position: static;
		height: 60px;
		margin-left: 0;
	}

	nav .con {
		border-radius: 0;
		padding: 0;
	}

	nav .btns .language {
		margin-right: 60px;
	}

	nav .btns .lanBtn .icon-earth-full {
		margin-right: 10px;
	}

	header {
		background-color: #ffffff;
		background-image: none;
		position: fixed !important;
		transform: translateY(0) !important;
		transition: .4s ease all !important;
	}

	header.active {
		box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.2);
	}

	nav .safeRange {
		width: calc(100% - 160px);
	}

	nav .btns .language ul {
		top: 100%;
	}

	.xnav .msg {
		display: block;
		text-align: left;
		padding: 0 20px;
		margin-bottom: 30px;
	}

	.xnav .msg .email .num {
		word-break: break-all;
	}

	.xnav .msg .item {
		display: flex;
		align-items: flex-start;
		margin-bottom: 14px;
	}

	.xnav .msg .item:last-child {
		margin-bottom: 0;
	}

	.xnav .msg .item i,
	.xnav .msg .item .num {
		color: #ffffff;
		font-size: 14px;
	}

	.xnav .msg .item i {
		flex-shrink: 0;
		margin-right: 10px;
	}

	.xnav .blogrolls {
		display: flex;
		text-align: left;
		padding: 0 20px;
		padding-bottom: 40px;
	}

	.xnav .blogrolls a {
		color: #ffffff;
		margin-right: 15px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width:768px) {
	nav .safeRange {
		width: calc(100% - 50px);
	}

	header,
	.bannerRange,
	nav .con,
	nav .btns {
		height: 50px;
	}

	html {
		scroll-padding-top: 50px;
	}

	header .xnav .nav {
		top: 25px;
		right: 25px;
	}
}

@media screen and (max-width:538px) {
	nav .safeRange {
		width: calc(100% - 30px);
	}

	header .xnav .nav {
		right: 15px;
	}
}




/* indexBanner */

.indexBanner {
	position: relative;
	overflow: hidden;
	padding-bottom: 41.5625%;
	z-index: 99;
}


.indexBanner * {
	transition: none;
}

.indexBanner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.indexBanner a:hover img {
	transform: none;
}


.banner {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	line-height: 0;
	font-size: 0;
}

.banner .slick-arrow {
    position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #333333;
	font-size: 24px;
	background-color: #ffffff;
	transition: .4s ease all;
	font-weight: bold;
}


.banner .slick-prev {
	left: 6%;
}

.banner .slick-next {
	right: 6%;
}


.banner .slick-arrow:hover {
	background-color: #c7161e;
	color: #ffffff;
}

.banner .slick-dots {
	position: absolute;
	z-index: 999999;
	left: 0;
	right: 0;
	bottom: 35px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

.banner .slick-dots li {
	margin: 0 2px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.banner .slick-dots li.slick-active a {
	cursor: pointer;
	border-color: #c7161e;
}

.banner .slick-dots li.slick-active a::after {
	background-color: #c7161e;
}

.banner .slick-dots a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: solid 1px transparent;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .4s ease all;
}

.banner .slick-dots a::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ffffff;
	transition: .4s ease all;
}



.banner.hide {
	display: none;
}



.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots .slide-count {
	display: none;
}

.slick-slide {
	position: relative;
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}

.banner .item {
	position: relative;
}

.banner .safeRange {
	position: absolute;
	height: 100%;
	left: 50%;
	top: 0;
	z-index: 9;
	pointer-events: none;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}



.banner .msg {
	width: 42%;
	padding-bottom: 51px;
}

.banner .msg .tit {
	font-family: Inter-Bold;
	font-size: 52px;
	line-height: 62px;
	color: #ffffff;
	pointer-events: all;
	margin-bottom: 31px;
	transition: .4s ease all;
}


.banner .msg .tit:hover {
	color: #c7161e;
}

.banner .msg .txt {
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 53px;
	pointer-events: all;
	transition: .4s ease all;
}


.cBtn {
	width: 143px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .4s ease all;
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	background-color: #c7161e;
	border: 1px solid #c7161e;
	pointer-events: all;
}

.banner .cBtn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #c7161e;
}

@media screen and (max-width:1750px) {
	.banner .slick-prev {
		left: 20px;
	}

	.banner .slick-next {
		right: 20px;
	}
	
	.banner .slick-arrow{
		width: 45px;
		height: 45px;
		font-size: 20px;
	}
	
}

@media screen and (max-width:1560px) {
	.banner .msg .tit {
		font-size: 36px;
		line-height: 48px;
	}

	.banner .msg .txt {
		margin-bottom: 40px;
	}

	.cBtn {
		height: 40px;
	}

	.banner .slick-dots a {
		width: 26px;
		height: 26px;
		margin: 0 4px;
	}

	.banner .slick-dots a::after {
		width: 12px;
		height: 12px;
	}
	.banner .slick-arrow{
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
}

@media screen and (max-width:1333px) {
	.banner .msg .tit {
		font-size: 30px;
		line-height: 42px;
	}

	.banner .slick-dots a {
		width: 22px;
		height: 22px;
	}

	.banner .slick-dots a::after {
		width: 10px;
		height: 10px;
	}

	.banner .slick-dots {
		bottom: 30px;
	}

	.banner .msg {
		padding-bottom: 30px;
	}

	.cBtn {
		height: 36px;
		width: 140px;
	}
	.banner .slick-arrow{
		width: 36px;
		height: 36px;
		font-size: 14px;
	}
}

@media screen and (max-width:999px) {
	.banner .slick-dots {
		bottom: 20px;
	}

	.banner .msg .tit {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.banner .msg .txt {
		margin-bottom: 30px;
	}

	.cBtn {
		height: 34px;
		width: 120px;
		font-size: 14px;
	}

	.banner .msg {
		padding-bottom: 20px;
	}

	.banner .slick-dots a {
		width: 20px;
		height: 20px;
	}

	.banner .slick-dots a::after {
		width: 8px;
		height: 8px;
	}
	.banner .slick-arrow{
		display: none !important;
	}
}

@media screen and (max-width:768px) {
	.banner .msg {
		display: none;
	}

	.banner .slick-dots {
		bottom: 10px;
	}
}



/* title1 */

.title1 {
	font-family: Inter-Bold;
	font-size: 46px;
	line-height: 55px;
	color: #333333;
}


a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #c7161e;
}



/* indexM1-1 */


.iProducts {
	padding: 100px 0 109px 0;
	overflow: hidden;
}


.iProducts .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 80px;
}



.iProducts .title .title1 {
	width: 38.9%;
	position: relative;
}


.iProducts .title .title1::after {
	content: "";
	position: absolute;
	width: 250px;
	height: 237px;
	left: 0;
	top: 0;
	transform: translateX(-44%) translateY(-18%);
	background-image: url("../images/indexM1-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}



.iProducts .title .msg {
	width: 51.7%;
	padding: 10px 0;
}


.iProducts .title .msg .txts {
	font-family: DMSans-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	/*margin-bottom: 28px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}





.iProducts .numList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
}


.iProducts .numList .item {
	display: flex;
	align-items: flex-start;
}


.iProducts .numList .image {
    width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 2px #dddddd;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 10px;
	transform: translateY(-8px);
}


.iProducts .numList .num {
	font-family: Inter-Bold;
	font-size: 36px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 1px;
	display: flex;
	align-items: flex-start;
}

.iProducts .numList .name {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}


.iProducts .numList .num i {
	font-family: Inter-Bold;
	color: #333333;
	font-style: normal;
	font-size: 14px;
	display: block;
	transform: translateY(-4px);
}

.iProducts .swiper .item {
	margin-bottom: 11px;
	height: 291px;
	position: relative;
	overflow: hidden;
	width:100%;
}

.iProducts .swiper .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url("../images/indexM1-6.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}




.iProducts .swiper .item:last-child {
	margin-bottom: 0;
}

.iProducts .swiper .swiper-slide {
	width: 23.35%;
	margin-right: 0.91%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.iProducts .swiper .swiper-slide:last-child {
	margin-right: 0;
}

/*.iProducts .swiper .swiper-slide:nth-child(1) {*/
/*	width: 27.21%;*/
/*}*/


/*.iProducts .swiper .swiper-slide:nth-child(1) .item:nth-child(1) {*/
/*	height: 349px;*/
/*	margin-bottom: 13px;*/
/*}*/


/*.iProducts .swiper .swiper-slide:nth-child(1) .item:nth-child(1) .image {*/
/*	height: 200px;*/
/*}*/


/*.iProducts .swiper .swiper-slide:nth-child(1) .item:nth-child(2) {*/
/*	height: 231px;*/
/*}*/

/*.iProducts .swiper .swiper-slide:nth-child(1) .item:nth-child(2) .image {*/
/*	height: 120px;*/
/*}*/



.iProducts h2 {
	font-weight: normal;
}


.iProducts .swiper .item .box {
	padding: 0 24px;
	padding-top: 35px;
}

.iProducts .swiper .item .tit {
	font-family: DMSans-Bold;
	font-size: 24px;
	line-height: 30px;
	min-height: 60px;
	color: #333333;
	margin-bottom: 18px;
	position: relative;
	z-index: 9;
}



.iProducts .swiper .item .tit:hover {
	color: #c7161e;
}


.iProducts .swiper .item .txts {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 22px;
	position: relative;
	z-index: 9;
	display:none;
}

.iProducts .swiper .item .btn {
	font-weight: bold;
	font-size: 18px;
	position: relative;
	z-index: 9;
	margin-top: 80px;
	display: inline-block;
}


.iProducts .swiper .item .btn:hover {
	color: #c7161e;
}


.iProducts .swiper .image {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 200px;
}

.iProducts .swiper .image img {
	max-height: 100%;
}

@media screen and (max-width:1560px) {
	.iProducts .title .title1 {
		width: 36%;
	}

	.iProducts .title .msg {
		padding: 0;
		width: 58%;
	}

	/*.iProducts .title .msg .txts {*/
	/*	margin-bottom: 40px;*/
	/*}*/


	/*.iProducts .numList .item:nth-child(n) {*/
	/*	width: 48%;*/
	/*	margin-top: 26px;*/
	/*}*/

	/*.iProducts .numList .item:nth-child(-n+2) {*/
	/*	margin-top: 0;*/
	/*}*/

	.iProducts .title {
		margin-bottom: 70px;
	}

	.iProducts .swiper .item .box {
		padding: 0 20px;
		padding-top: 20px;
	}

	.iProducts .swiper .item .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.iProducts .swiper .image {
		height: 170px;
	}

	/*.iProducts .swiper .swiper-slide:nth-child(1) .item:nth-child(1) .image {*/
	/*	height: 170px;*/
	/*}*/

	/*.iProducts .swiper .swiper-slide:nth-child(1) .item:nth-child(2) .image {*/
	/*	height: 110px;*/
	/*}*/
}

@media screen and (max-width:1333px) {
	.iProducts .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.iProducts .title .title1 {
		width: 100%;
		margin-bottom: 40px;
	}

	.iProducts .title .msg {
		width: 100%;
	}

	.iProducts .numList {
		justify-content: flex-start;
	}

	.iProducts .numList .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 26px;
	}

	.iProducts .numList .item:nth-child(3n) {
		margin-right: 0;
	}

	.iProducts .numList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.iProducts .swiper .item .tit {
		font-size: 18px;
		line-height: 28px;
		min-height: 56px;
		
	}

	.iProducts .swiper .swiper-slide:nth-child(n) {
		width: 32%;
		margin-right: 2%;
	}

	.iProducts .swiper .swiper-slide:last-child {
		margin-right: 0;
	}

	.iProducts .swiper .image {
		height: 170px;
	}

	.iProducts .swiper .item {
		height: 280px;
	}

	/*.iProducts .swiper .swiper-slide:nth-child(1) .item:nth-child(1) {*/
	/*	height: 330px;*/
	/*}*/

	.iProducts .numList .num {
		font-size: 30px;
		line-height: 30px;
		
	}

	/*.iProducts .title .msg .txts {*/
	/*	margin-bottom: 50px;*/
	/*}*/
	.iProducts .numList .image{
    	width: 60px;
    	height: 60px;
    }
    
    .iProducts .numList{
        margin-bottom: 70px;
    }
	
}

@media screen and (max-width:999px) {
	/*.iProducts .numList {*/
	/*	justify-content: space-between;*/
	/*}*/

	/*.iProducts .numList .item:nth-child(n) {*/
	/*	width: 48%;*/
	/*	margin-right: 0;*/
	/*	margin-top: 26px;*/
	/*}*/

	/*.iProducts .numList .item:nth-child(-n+2) {*/
	/*	margin-top: 0;*/
	/*}*/

	.iProducts .numList .num i {
		font-size: 12px;
	}

	.iProducts .numList .image {
		width: 58px;
		height: 58px;
	}

	.iProducts .title {
		margin-bottom: 40px;
	}

	.iProducts .swiper .item .tit {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.iProducts .swiper .image {
		height: 170px;
	}

	/*.iProducts .swiper .swiper-slide:nth-child(1) .item:nth-child(1) .image {*/
	/*	height: 150px;*/
	/*}*/

	/*.iProducts .swiper .swiper-slide:nth-child(1) .item:nth-child(2) .image {*/
	/*	height: 80px;*/
	/*}*/

	.iProducts .title .title1 {
		margin-bottom: 30px;
	}

	/*.iProducts .title .msg .txts {*/
	/*	margin-bottom: 40px;*/
	/*}*/
	
	.iProducts .numList{
	    margin-bottom: 40px;
	}
	.iProducts .numList .image{
	    width: 50px;
    	height: 50px;
    }
    .iProducts .numList .num{
	    font-size: 20px;
    	line-height: 30px;
    }
   .iProducts .numList .name{
    	line-height: 24px !important;
    }
}

@media screen and (max-width:768px) {
	.iProducts .swiper .swiper-slide:nth-child(n) {
		width: 48%;
		margin-right: 4%;
	}

	.iProducts .swiper .swiper-slide:last-child {
		margin-right: 0;
	}

	.iProducts .swiper .image {
		height: 200px;
	}

	/*.iProducts .swiper .swiper-slide:nth-child(1) .item:nth-child(1) .image {*/
	/*	height: 170px;*/
	/*}*/

	/*.iProducts .swiper .swiper-slide:nth-child(1) .item:nth-child(2) .image {*/
	/*	height: 90px;*/
	/*}*/
	.iProducts .numList .image{
    	width: 32px;
    	height: 32px;
    }
    .iProducts .numList .num{
    	font-size: 16px;
    	line-height: 28px;
    }

}

@media screen and (max-width:538px) {
	/*.iProducts .numList .item:nth-child(n) {*/
	/*	flex-direction: column;*/
	/*	align-items: flex-start;*/
	/*}*/

	/*.iProducts .numList .image {*/
	/*	transform: translateY(0);*/
	/*	margin-right: 0;*/
	/*	margin-bottom: 14px;*/
	/*	width: 52px;*/
	/*	height: 52px;*/
	/*}*/

	/*.iProducts .title .msg .txts {*/
	/*	margin-bottom: 30px;*/
	/*}*/
    .iProducts .numList .num{
    	font-size: 12px;
    	line-height: 22px;
    }
     .iProducts .numList .num i{
    	font-size: 10px;
    	line-height: 10px;
    }

    .iProducts .numList .image{
    	width: 20px;
    	height: 20px;
    	margin-right: 0;
    }
    .iProducts .numList .name{
    	font-size: 10px !important;
    	line-height: 20px !important;
    }
    
}


@media screen and (max-width:400px) {
	.iProducts .swiper .swiper-slide:nth-child(n) {
		width: 100%;
		margin-right: 2%;
	}

	.iProducts .swiper .swiper-slide:last-child {
		margin-right: 0;
	}

	.iProducts .swiper .item {
		height: 250px;
	}
    
	/*.iProducts .swiper .swiper-slide:nth-child(1) .item:nth-child(1) {*/
	/*	height: 270px;*/
	/*}*/
}

/* indexM2-1 */

.iSolutions {
	background-image: url("../images/indexM2-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 98px 0 111px 0;
}

.iSolutions .msg {
	width: 56%;
}


.iSolutions .title1 {
	margin-bottom: 18px;
	color: #ffffff;
}


.iSolutions .tips {
	font-family: DMSans-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 71px;
}


.iSolutions .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.iSolutions .list .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 9%;
}

.iSolutions .list .image {
	width: 90px;
	height: 90px;
	background-color: #c7161e;
	border-radius: 50%;
	margin-bottom: 16px;
}

.iSolutions .list .image:hover img {
	transform: none;
}

.iSolutions .list .image:hover {
	transform: translateY(-10px);
}

.iSolutions .list .tit {
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	line-height: 24px;
}


.iSolutions .list .tit:hover {
	color: #c7161e;
}

@media screen and (max-width:1560px) {
	.iSolutions .title1 {
		margin-bottom: 30px;
	}

	.iSolutions .tips {
		margin-bottom: 50px;
	}

	.iSolutions .list .image {
		width: 75px;
		height: 75px;
	}

	/*.iSolutions .list {*/
	/*	justify-content: flex-start;*/
	/*}*/

	/*.iSolutions .list .item:nth-child(n) {*/
	/*	width: 16.8%;*/
	/*	margin-right: 4%;*/
	/*	margin-top: 30px;*/
	/*}*/

	/*.iSolutions .list .item:nth-child(5n) {*/
	/*	margin-right: 0;*/
	/*}*/

	/*.iSolutions .list .item:nth-child(-n+5) {*/
	/*	margin-top: 0;*/
	/*}*/

	.iSolutions .list .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.iSolutions .msg {
		width: 60%;
	}

	.iSolutions .list .image {
		width: 70px;
		height: 70px;
	}

	.iSolutions .list .tit {
		font-size: 16px;
		line-height: 24px;
	}

	.iSolutions .list .image:hover {
		transform: translateY(-5px);
	}
}

@media screen and (max-width:999px) {
    .iSolutions .list {
		justify-content: flex-start;
	}
	.iSolutions .list .item:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.iSolutions .list .item:nth-child(4n) {
		margin-right: 0;
	}

	.iSolutions .list .item:nth-child(-n+4) {
		margin-top: 0;
	}

	.iSolutions .list .tit {
		font-size: 14px;
		line-height: 22px;
	}

}

@media screen and (max-width:768px) {
	.iSolutions .msg {
		width: 100%;
	}

	.iSolutions .tips {
		margin-bottom: 40px;
	}

	.iSolutions .list .image {
		width: 65px;
		height: 65px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:538px) {
	.iSolutions .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.iSolutions .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.iSolutions .list .item:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media screen and (max-width:400px) {
	.iSolutions .list {
		justify-content: space-between;
	}

	.iSolutions .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.iSolutions .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}


/* indexM3-1 */


.iTit {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.iTit .title1 {
	text-align: center;
}

.iTit img {
	width: 48px;
	margin-top: 1px;
}


.iCertification {
	padding: 102px 0 93px 0;
}

.iCertification .iTit {
	margin-bottom: 39px;
}

.iCertification .show {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 78px;
	width: 68.71%;
}


.iCertification .show img {
	display: block;
}

.systems {
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.05);
}



.systems .msg {
	width: 51.65%;
	padding: 59px 38px 68px 38px;
}


.systems .image {
	width: 48.35%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-image: url("../images/indexM3-9.jpg");
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
}




.systems .tit {
	font-family: Inter-Bold;
	font-size: 36px;
	line-height: 48px;
	color: #333333;
	display: inline-block;
	margin-bottom: 14px;
}

.systems .tit:hover {
	color: #c7161e;
}

.systems .txts {
	font-family: DMSans-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 32px;
}

.systems .cBtn:hover {
	background-color: #ffffff;
	color: #c7161e;
}


@media screen and (max-width:1560px) {
	.iTit img {
		width: 45px;
		margin-top: 4px;
	}

	.iCertification .show {
		width: 50%;
		margin-bottom: 60px;
	}

	.systems .msg {
		padding: 50px 30px;
	}

	.systems .tit {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 20px;
	}

}

@media screen and (max-width:1333px) {
	.iTit img {
		width: 40px;
	}

	.iCertification .iTit {
		margin-bottom: 32px;
	}

	.iCertification .show {
		margin-bottom: 40px;
	}

	.systems .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.systems .msg {
		padding: 40px 30px;
	}

	.systems .txts {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.iTit img {
		width: 35px;
	}

	.iCertification .show {
		width: 55%;
	}

	.systems .msg {
		padding: 30px 20px;
	}

	.systems .tit {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.systems .txts {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.systems .tit {
		font-size: 20px;
	}

	.iTit img {
		width: 30px;
	}

	.iCertification .iTit {
		margin-bottom: 30px;
	}

	.iCertification .show {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.systems {
		flex-direction: column;
		align-items: flex-start;
	}

	.systems .msg {
		width: 100%;
	}

	.systems .image {
		width: 100%;
		height: 240px;
	}

	.iCertification .show {
		width: 70%;
	}
}


/* indexM4-1 */


.iProject {
	margin-bottom: 139px;
}

.iProject .iTit {
	margin-bottom: 4px;
}

.iProject .tip {
	font-family: DMSans-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	text-align: center;
	margin-bottom: 46px;
}

.caseSwiper {
	position: relative;
}


.caseSwiper .swiper {
	overflow: visible;
}


.caseSwiper .swiper-wrapper {
	pointer-events: none;
}


.caseSwiper .swiper-slide {
	pointer-events: none;
	opacity: 0;
	height: auto;
	transition: .4s ease opacity;
}


.caseSwiper .swiper-slide.swiper-slide-visible {
	pointer-events: all;
	opacity: 1;
}


.caseItem {
	position: relative;
}

.caseItem:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	bottom: 0px;
	background-color: #ffffff;
	transition: .4s ease all;
	z-index: -1;
	box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.05);
}

.caseItem::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: -13px;
	bottom: -16px;
	background-color: #f2f2f2;
	transition: .4s ease all;
	z-index: -2;
}


.caseItem .image {
	overflow: hidden;
}

.caseItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.caseItem .msg {
	padding: 31px 35px 33px;
}

.caseItem .tit {
	font-family: DMSans-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 17px;
}

.caseItem .tit:hover {
	color: #c5161e;
}

.caseItem .txts {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 27px;
	color: #666666;
	margin-bottom: 33px;
}

.caseItem .cBtn {
	background-color: #ffffff;
	color: #333333;
	border-color: #333333;
}


.caseItem .cBtn:hover {
	background-color: #c5161e;
	color: #ffffff;
	border-color: #c5161e;
}

.caseItem:hover::after {
	background-color: #c7161e;
}


@media screen and (max-width:1560px) {
	.iProject .iTit {
		margin-bottom: 10px;
	}

	.iProject .tip {
		margin-bottom: 40px;
	}

	.caseItem .msg {
		padding: 20px;
	}

	.caseItem .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.caseItem .txts {
		margin-bottom: 20px;
	}

	.iProject {
		margin-bottom: 100px;
	}
}

@media screen and (max-width:1333px) {
	.iProject {
		margin-bottom: 80px;
	}

	.caseItem .tit {
		margin-bottom: 10px;
	}

	.caseItem::after {
		left: -10px;
		bottom: -14px;
	}
}

@media screen and (max-width:999px) {
	.iProject .tip {
		margin-bottom: 30px;
	}

	.caseItem .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.iProject {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:768px) {
	.iProject {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:538px) {
	.caseItem .image {
		height: 240px;
	}
}



/* indexM5-1 */

.testimonials {
	background-color: #000000;
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 470px;
}

.testimonials .imgBg {
	width: 54.16%;
	height: 100%;
	background-image: url("../images/indexM5-bg.png");
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}


.testimonials .show {
	position: relative;
	width: 40.88%;
}

.testimonials .show .image {
	height: 100%;
	clip-path: polygon(17% 0, 100% 0, 100% 100%, 17% 100%, 0 50%);
}

.testimonials .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.testimonials .show .sign {
	width: 102px;
	height: 102px;
	background-color: #ffffff;
	border: solid 8px #000000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonials .show .sign img {
	width: 26px;
}


.testimonials .safeRange {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	z-index: 9;
}

.testimonials .title1 {
	color: #ffffff;
	margin-bottom: 12px;
}

.testimonials .tip {
	font-family: DMSans-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.testimonials .msg {
	width: 44%;
	overflow: hidden;
}


.testimonials .swiper {
	width: 100%;
}

.testimonials .txts {
	font-family: DMSans-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 46px;
}


.testimonials .info {
	display: flex;
	align-items: center;
	width: 50%;
}


.testimonials .user {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border: solid 2px #c7161e;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 16px;
	flex-shrink: 0;
}


.testimonials .name {
	font-family: DMSans-Bold;
	font-size: 20px;
	line-height: 24px;
	color: #c7161e;
	margin-bottom: 0px;
}

.testimonials .tit {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 22px;
	color: #bbbbbb;
}


.testimonials .swiper-pagination {
	position: absolute;
	right: 0;
	bottom: 4px;
	left: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 40%;
	padding-right: 27px;
}

.testimonials .swiper-pagination span {
	width: 22px;
	height: 22px;
	border: 1px solid transparent;
	position: relative;
	background-color: transparent;
	border-radius: 50%;
	opacity: 1;
	margin: 2px 2px !important;
}

.testimonials .swiper-pagination span::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: .4s ease all;
	background-color: #ffffff;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.testimonials .swiper-pagination span.swiper-pagination-bullet-active {
	border-color: #c7161e;
}

.testimonials .swiper-pagination span.swiper-pagination-bullet-active::after {
	background-color: #c7161e;
}


@media screen and (max-width:1560px) {
	.testimonials .msg {
		width: 46%;
	}

	.testimonials .swiper-pagination {
		padding-right: 0;
	}

	.testimonials .show .sign {
		width: 100px;
		height: 100px;
	}

	.testimonials .show .sign img {
		width: 24px;
	}
}

@media screen and (max-width:1333px) {
	.testimonials {
		height: 420px;
	}

	.testimonials .tip {
		font-size: 16px;
		line-height: 28px;
	}

	.testimonials .info {
		width: 100%;
	}

	.testimonials .txts {
		margin-bottom: 30px;
	}

	.testimonials .name {
		font-size: 18px;
	}

	.testimonials .swiper-pagination {
		width: 100%;
		position: static;
		justify-content: flex-start;
		margin-top: 20px;
	}

	.testimonials .show .sign {
		width: 90px;
		height: 90px;
	}
}

@media screen and (max-width:999px) {
	.testimonials .tip {
		font-size: 14px;
		line-height: 26px;
	}

	.testimonials .name {
		font-size: 16px;
	}

	.testimonials .tit {
		font-size: 14px;
	}

	.testimonials .swiper-pagination span::after {
		width: 10px;
		height: 10px;
	}

	.testimonials .swiper-pagination span {
		width: 20px;
		height: 20px;
	}

	.testimonials .show .sign {
		width: 80px;
		height: 80px;
	}

	.testimonials .show .sign img {
		width: 22px;
	}

	.testimonials .msg {
		width: 48%;
	}
}

@media screen and (max-width:768px) {
	.testimonials .show .sign {
		width: 70px;
		height: 70px;
	}

	.testimonials {
		height: 400px;
	}
}

@media screen and (max-width:538px) {
	.testimonials {
		height: auto;
	}

	.testimonials .msg {
		width: 100%;
	}

	.testimonials .tip {
		margin-bottom: 20px;
	}

	.testimonials {
		flex-direction: column;
		align-items: flex-start;
	}

	.testimonials .imgBg {
		width: 100%;
		height: 380px;
	}

	.testimonials .safeRange {
		height: 380px;
	}

	.testimonials .show {
		height: 280px;
		width: 100%;
	}

	.testimonials .show .image {
		clip-path: none;
	}

	.testimonials .show .sign {
		left: 15px;
		transform: translateY(-50%);
	}
}




/* indexM6-1 */

.iAbout {
	padding: 129px 0 56px 0;
	background-image: url("../images/indexM6-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.iAbout .msg {
	width: 48%;
	margin-bottom: 111px;
}

.iAbout .tip {
	font-family: DMSans-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #c7161e;
	margin-bottom: 6px;
}

.iAbout .title1 {
	color: #ffffff;
	margin-bottom: 24px;
}

.iAbout .txts {
	font-family: DMSans-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 41px;
}

.iAbout .cBtn {
	border-color: #ffffff;
	color: #ffffff;
	background-color: transparent;
}



.iAbout .cBtn:hover {
	background-color: #c7161e;
	border-color: #c7161e;
}


.iAbout .numList {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-radius: 1px;
	border: solid 1px #ffffff;
	padding: 36px 36px 26px 30px;
	backdrop-filter: blur(6px);
}

.iAbout .numList .item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}



.iAbout .numList .num {
	font-family: Inter-Bold;
	font-size: 60px;
	line-height: 60px;
	color: #ffffff;
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
}

.iAbout .numList .num i {
	font-style: normal;
	font-size: 22px;
	line-height: 14px;
	transform: translateY(2px);
}


.iAbout .numList .name {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}

.iAbout .numList .line {
	width: 1px;
	height: 53px;
	background-color: #ffffff;
	border-radius: 1px;
	margin: auto 0;
	transform: translateY(6px);
}



@media screen and (max-width:1560px) {
	.iAbout .tip {
		margin-bottom: 10px;
	}

	.iAbout .txts {
		margin-bottom: 30px;
	}

	.iAbout .msg {
		margin-bottom: 50px;
	}

	.iAbout .numList .num {
		font-size: 40px;
		line-height: 46px;
	}

	.iAbout .numList .name {
		font-size: 18px;
		line-height: 30px;
	}

	.iAbout .numList {
		padding: 30px 20px;
	}

	.iAbout .numList .num i {
		font-size: 18px;
	}
}

@media screen and (max-width:1333px) {
	.iAbout .tip {
		font-size: 16px;
	}

	.iAbout .msg {
		margin-bottom: 40px;
	}

	/*.iAbout .numList {*/
	/*	flex-wrap: wrap;*/
	/*	justify-content: flex-start;*/
	/*}*/

	/*.iAbout .numList .line {*/
	/*	display: none;*/
	/*}*/

	/*.iAbout .numList .item:nth-child(n) {*/
	/*	width: 33.333%;*/
	/*	margin-top: 20px;*/
	/*	padding: 0 20px;*/
	/*	position: relative;*/
	/*}*/

	/*.iAbout .numList .item::after {*/
	/*	content: "";*/
	/*	position: absolute;*/
	/*	height: 70%;*/
	/*	width: 1px;*/
	/*	background-color: #ffffff;*/
	/*	right: 0;*/
	/*	top: 50%;*/
	/*	transform: translateY(-50%) translateX(50%);*/
	/*}*/

	/*.iAbout .numList .item:last-child::after {*/
	/*	display: none;*/
	/*}*/

	/*.iAbout .numList .item:last-child {*/
	/*	width: 66.6666%;*/
	/*}*/

	/*.iAbout .numList .item:nth-child(5),*/
	/*.iAbout .numList .item:nth-child(11) {*/
	/*	margin-right: 0;*/
	/*}*/

	/*.iAbout .numList .item:nth-child(5)::after,*/
	/*.iAbout .numList .item:nth-child(11)::after {*/
	/*	display: none;*/
	/*}*/

	/*.iAbout .numList .item:nth-child(-n+5) {*/
	/*	margin-top: 0;*/
	/*}*/

	/*.iAbout .numList {*/
	/*	padding: 20px 0;*/
	/*}*/

	/*.iAbout .numList .num {*/
	/*	font-size: 32px;*/
	/*	line-height: 38px;*/
	/*	margin-bottom: 10px;*/
	/*}*/

	.iAbout .msg {
		width: 60%;
	}
}

@media screen and (max-width:999px) {
	.iAbout .tip {
		font-size: 14px;
		line-height: 24px;
	}

	.iAbout .numList .num {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 0px;
	}

}

@media screen and (max-width:768px) {
	.iAbout .msg {
		width: 80%;
	}

	.iAbout .numList .item:nth-child(n) {
		padding: 0 10px;
	}

	.iAbout .numList .num {
		font-size: 24px;
		line-height: 36px;
	}

}

@media screen and (max-width:538px) {
	.iAbout .msg {
		width: 100%;
	}

	.iAbout .numList {
		justify-content: space-between;
		flex-wrap: wrap;
		
	}

	.iAbout .numList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}
	
	.iAbout .numList .item:nth-child(-n+2) {
	    margin-top: 0px;
	}

}


/* indexM7-1 */

.technical {
	background-color: #f6f6f6;
	padding: 92px 0 100px 0;
	overflow: hidden;
}

.technical .iTit {
	margin-bottom: 49px;
}


.technical .swiper-slide {
	width: 31%;
	padding: 34px 40px 34px;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: .4s ease background-color;
	margin: 0 1%;
	background-color: #ffffff;
}

.technical .swiper-slide:hover {
	background-color: #ffffff;
}

.technical .image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 81px;
	height: 81px;
	/*background-color: #fee7e8;*/
	margin: 0 auto 5px;
	border-radius: 50%;
}


.technical .image:hover img {
	/*transform: none;*/
	/*filter: grayscale(100%) brightness(500%);*/
}

.technical .image:hover {
	/*background-color: #c7161e;*/
}


.technical .tit {
	font-family: DMSans-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	text-align: center;
	margin-bottom: 13px;
}

.technical .tit:hover {
	color: #c7161e;
}

.technical .txts {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	text-align: center;
	margin-bottom: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	min-height: 84px;
}


.technical .btn {
	font-weight: bold;
	font-size: 20px;
}


.technical .btn:hover {
	color: #c7161e;
}


@media screen and (max-width:1560px) {
	.technical .iTit {
		margin-bottom: 50px;
	}

	.technical .swiper-slide {
		padding: 30px 30px;
	}

	.technical .image {
		width: 75px;
		height: 75px;
	}

	.technical .tit {
		font-size: 22px;
	}
}

@media screen and (max-width:1333px) {
	.technical .iTit {
		margin-bottom: 40px;
	}

	.technical .image {
		width: 70px;
		height: 70px;
	}

	.technical .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.technical .txts {
		margin-bottom: 10px;
	}

	.technical .swiper-slide {
		margin: 0;
	}
}

@media screen and (max-width:999px) {
	.technical .image {
		width: 65px;
		height: 65px;
	}

	.technical .txts {
		min-height: 78px;
	}

	.technical .swiper-slide {
		background-color: #ffffff;
	}


}

@media screen and (max-width:768px) {
	.technical .image {
		width: 60px;
		height: 60px;
	}

	.technical .tit {
		font-size: 18px;
		inherits: 28px;
	}

	.technical .swiper-slide {
		padding: 20px;
	}
}

@media screen and (max-width:538px) {
	.technical .txts {
		min-height: auto;
	}
}

/* indexM8-1 */

.latestPost {
	padding: 102px 0 117px 0;
}


.latestPost .iTit {
	margin-bottom: 57px;
}


.latestPost .con {
	display: flex;
	flex-wrap: wrap;
}


.latestPost .item {
	height: 396px;
	position: relative;
	width: 23.64%;
	margin-right: 0.93%;
}


.latestPost .item.active {
	width: 50.85%;
}

.latestPost .item:nth-child(3n) {
	margin-right: 0;
}


.latestPost .item .image {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	z-index: -1;
}


.latestPost .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.latestPost .msg {
	opacity: 0;
	pointer-events: none;
}

.latestPost .item.active .msg {
	opacity: 1;
	pointer-events: all;
}

.latestPost .item.active .des {
	opacity: 0;
	pointer-events: none;
}

.latestPost .msg,
.latestPost .des {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 31px 24px;
}

.latestPost .msg {
	padding: 37px 24px;
}

.latestPost .msg .time {
	font-family: DMSans-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 6px;
}

.latestPost .des .time {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(199, 22, 30, 0.7);
	font-family: DMSans-Regular;
	font-size: 14px !important;
	color: #ffffff;
	line-height: 24px;
	padding: 5.5px 10px;
}


.latestPost .msg .tit {
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.latestPost .des .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}


.latestPost .tit {
	font-family: DMSans-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
}

.latestPost .tit:hover {
	color: #c7161e;
}

.latestPost .txts {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 14px;
}



.latestPost .btn {
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: -2px;
}

.latestPost .btn:hover {
	color: #c7161e;
}

@media screen and (max-width:1560px) {
	.latestPost .iTit {
		margin-bottom: 50px;
	}

	.latestPost .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.latestPost .msg,
	.latestPost .des {
		padding: 30px;
	}

	.latestPost .item {
		height: 380px;
	}
}

@media screen and (max-width:1333px) {
	.latestPost .iTit {
		margin-bottom: 40px;
	}

	.latestPost .msg,
	.latestPost .des {
		padding: 20px;
	}

	.latestPost .item {
		height: 340px;
	}
}

@media screen and (max-width:999px) {
	.latestPost .con {
		justify-content: space-between;
	}

	.latestPost .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.latestPost .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.latestPost .item {
		height: 290px;
	}

	.latestPost .msg .tit {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 28px;
		-webkit-line-clamp: 2;
	}

	.latestPost .item .des {
		display: none;
		pointer-events: none;
	}

	.latestPost .item .msg {
		opacity: 1;
		pointer-events: all;
	}

}

@media screen and (max-width:538px) {
	.latestPost .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
		height: 280px;
	}

	.latestPost .item:nth-child(1) {
		margin-top: 0;
	}
}


/* indexM9-1 */


.touch {
	position: relative;
	overflow: hidden;
}

.touch::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #f6f6f6;
	z-index: -2;
}


.touch .con {
	padding: 145px 0 145px 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.touch .con::after {
	content: "";
	position: absolute;
	top: 0;
	width: 100vw;
	height: 100%;
	background-color: #c7161e;
	right: calc(100% - 1px);
	z-index: -1;
}

.touch .image {
	width: 32.64%;
	position: relative;
}

.touch .image::after {
	content: "";
	position: absolute;
	height: 100vh;
	width: 50%;
	background-color: #c7161e;
	z-index: -1;
	top: 49.89%;
	transform: translateY(-50%);
}



.touch .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.touch .des {
	width: 58.21%;
}



.touch .des .title1 {
	margin-bottom: 4px;
	margin-top: -11px;
}

.touch .des .txts {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 20px;
}


.touch .imgBg {
	position: absolute;
	right: 0;
	bottom: 34px;
	z-index: -1;
	width: 175px;
}

.touch .imgBg img {
	display: block;
}


.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	overflow: hidden;
}


.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cForm ul li {
	height: 50px;
	width: 48.5%;
	padding: 0 17px;
	background-color: #ffffff;
	margin-top: 19px;
}

.cForm ul li:nth-child(-n+2) {
	margin-top: 0;
}


.cForm ul li.message {
	width: 100%;
	height: 138px;
	padding: 14px 17px;
	margin-top: 22px;
	margin-bottom: -1px;
}


.cForm ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: transparent;
	padding: 0;
	width: 64.5%;
}


.cForm ul li.codeCon input {
	flex: 1;
	background-color: #ffffff;
	padding: 0 17px;
}


.cForm ul li.codeCon .codeImg {
	height: 100%;
	flex-shrink: 0;
	width: 122px;
	margin-left: 5px;
	background-color: #f3fbfe;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cForm ul li.codeCon .codeImg img {
	height: 100%;
}


.cForm ul li.subBtn {
	padding: 0;
	border: none;
	width: 26.2%;
}


.cForm ul li.subBtn input {
	color: #ffffff;
	font-size: 16px;
	background-color: #c7161e;
	overflow: hidden;
	cursor: pointer;
}


.cForm ul li.subBtn input:hover {
	color: #c7161e;
	background-color: #ffffff;
}


.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #999999;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 16px;
	color: #999999;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 16px;
	color: #999999;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #999999;
}


form.cForm ul li.m-formcountry {
	position: relative;
	padding: 0;
}

form.cForm ul li.m-formcountry .drop-btn {
	height: 100%;
	padding: 0 16px;
}

form.cForm ul li.m-formcountry .drop-btn {
	position: relative;
}

form.cForm ul li.m-formcountry .drop-btn i,
form.cForm ul li.m-formcountry .drop-btn svg {
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
}

form.cForm ul li.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #c7161e rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
	padding: 0;
}

form.cForm ul li.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form.cForm ul li.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form.cForm ul li.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #c7161e;
}

form.cForm ul li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 5px 17px;
	cursor: pointer;
	width: auto;
	height: auto;
	border: none;
	border-radius: 0;
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
}

form.cForm ul li.m-formcountry .drop-list li.on {
	background-color: #c7161e;
	color: #ffffff;
}


@media screen and (max-width:1560px) {
	.touch .des .title1 {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.touch .des .txts {
		margin-bottom: 30px;
	}

	.touch .image {
		width: 36%;
	}

	.cForm ul li {
		height: 45px;
		margin-top: 15px;
	}

	.cForm ul li.message {
		margin-bottom: 0;
		margin-top: 15px;
	}
}

@media screen and (max-width:1333px) {
	.touch .imgBg {
		bottom: 20px;
		width: 140px;
	}

	.cForm ul li {
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	.touch .imgBg {
		width: 120px;
	}

	.touch .des {
		width: 60%;
	}

	form.cForm ul li.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.touch .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.touch .des {
		width: 100%;
		margin-bottom: 40px;
	}

	.cForm ul li {
		margin-top: 10px;
		height: 36px;
	}

	.touch .image {
		width: 100%;
		height: 300px;
	}

	.touch .image::after,
	.touch .con::after {
		display: none;
	}

	.touch .imgBg {
		width: 100px;
	}
}

@media screen and (max-width:538px) {
	.touch .imgBg {
		width: 80px;
	}

	.touch .image {
		height: 280px;
	}

	.touch .des {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:400px) {
	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}
}



/* 2-1Products */

.products {
	padding: 84px 0 97px 0;
}

.products .productNav {
	margin-bottom: 47px;
}

.productNav {
	padding: 0 58.5px;
	position: relative;
}


.productNav .btns>div {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	width: 30px;
	height: 100%;
	cursor: pointer;
	z-index: 9;
	top: 0;
}

.productNav .btns>div.swiper-button-disabled {
	pointer-events: none;
}

.productNav .btns>div:hover {
	color: #c7161e;
}

.productNav .btns>div.prev {
	left: 0;
}

.productNav .btns>div.next {
	right: 0;
}


.productNav .swiper-slide {
	height: auto;
}

.productNav a {
	display: block;
	text-align: center;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	padding: 12.5px 20px;
	font-family: DMSans-Regular;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.productNav .swiper-slide.active a,
.productNav .swiper-slide a:hover {
	background-color: #c7161e;
	color: #ffffff;
	border-color: #c7161e;
}




.products .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 92px;
}



.products .list .productItem {
	width: 23.35%;
	margin-right: 2.2%;
	margin-top: 42px;
}

.products .list .productItem:nth-child(4n) {
	margin-right: 0;
}

.products .list .productItem:nth-child(-n+4) {
	margin-top: 0;
}


.productItem {
	background-color: #ffffff;
	box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1);
}


.productItem:hover {
	background-color: #eeeeee;
}


.productItem .image {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}

.productItem .msg {
	padding: 17px 23px 31px;
}

.productItem .tit {
	font-family: Inter-Bold;
	font-size: 18px;
	line-height: 28px;
	min-height: 56px;
	color: #333333;
	margin-bottom: 20px;
}

.productItem .tit:hover {
	color: #c7161e;
}


.productItem .txts {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 22px;
}

.productItem .cBtn {
	background-color: transparent;
	border-color: #333333;
	color: #333333;
	margin: 0 auto;
}


.productItem .cBtn:hover {
	background-color: #c7161e;
	color: #ffffff;
	border-color: #c7161e;
}


@media screen and (max-width:1560px) {
	.productNav a {
		font-size: 18px;
		line-height: 26px;
	}

	.products .productNav {
		margin-bottom: 50px;
	}

	.productItem .msg {
		padding: 20px;
	}

	.productItem .tit {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.products .list {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.productNav a {
		font-size: 16px;
		padding: 10px 10px;
	}


	.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;
	}

	.products .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.productNav a {
		font-size: 14px;
		padding: 6px 10px;
	}

	.products .productNav {
		margin-bottom: 40px;
		padding: 0 50px;
	}

	.productItem .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.productItem .tit {
		font-size: 14px;
		line-height: 26px;
		min-height: 52px;
	}

	.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;
	}

	.products .list {
		margin-bottom: 40px;
	}
}


@media screen and (max-width:538px) {
	.productItem .msg {
		padding: 20px 10px;
	}
}


@media screen and (max-width:400px) {
	.products .list .productItem:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}

	.products .list .productItem:nth-child(-n+1) {
		margin-top: 0;
	}
}



/* innerTouch */


.innerTouch {
	background-color: #f2f2f2;
	padding-left: calc((100% - 1400px)/ 2);
	display: flex;
	justify-content: space-between;
}

.innerTouch .msg {
	width: 41%;
	padding: 91px 0 67px 0;
}

.innerTouch .image {
	width: 57.5%;
	background-image: url("../images/innerTouch.jpg");
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}


.innerTouch .title {
	font-family: Inter-Bold;
	font-size: 36px;
	color: #333333;
	line-height: 48px;
	margin-bottom: 15px;
}

.innerTouch .txts {
	font-family: DMSans-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 31px;
}

.innerTouch .cBtn {
	cursor: pointer;
}

.innerTouch .cBtn:hover {
	background-color: #ffffff;
	color: #c7161e;
	border-color: #ffffff;
}


@media screen and (max-width:1560px) {
	.innerTouch {
		padding-left: 80px;
	}

	.innerTouch .title {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.innerTouch .title {
		font-size: 26px;
		line-height: 38px;
	}
}

@media screen and (max-width:999px) {
	.innerTouch .title {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.innerTouch {
		padding: 0;
	}

	.innerTouch {
		flex-direction: column;
		align-items: flex-start;
	}

	.innerTouch .msg {
		padding: 40px 25px !important;
		width: 100%;
	}

	.innerTouch .title {
		font-size: 20px;
		line-height: 30px;
	}

	.innerTouch .image {
		width: 100%;
		height: 260px;
	}
}

@media screen and (max-width:538px) {
	.innerTouch .msg {
		padding: 40px 15px !important;
	}

	.innerTouch .image {
		height: 240px;
	}
}



/* 2-2Products */

.pTit {
	display: flex;
	align-items: flex-start;
	font-family: Inter-Bold;
	font-size: 36px;
	line-height: 48px;
	color: #333333;
}

.pTit img {
	width: 31px;
	flex-shrink: 0;
	margin-right: 8.5px;
	transform: translateY(9px);
}


.categoryDes {
	padding: 74px 0 0 0;
}

.categoryDes .pTit {
	margin-bottom: 35px;
}

.categoryDes .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.categoryDes .list {
	width: 32.5%;
}

.categoryDes .swiper {
	width: 61%;
	margin: 0;
	margin-top: -2px;
}


.categoryDes .list .item {
	position: relative;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	background-color: #f2f2f2;
	margin-bottom: 11px;
	padding: 12px 27px;
	cursor: pointer;
}


.categoryDes .list .item:last-child {
	margin-bottom: 0;
}


.categoryDes .list .item::after {
	content: "";
	position: absolute;
	right: 0;
	height: 0;
	width: 4px;
	background-color: #c7161e;
	transition: .4s ease all;
	top: 0;
}

.categoryDes .list .item.active {
	font-family: Inter-Bold;
	color: #c7161e;
}

.categoryDes .list .item.active::after {
	height: 100%;
}



.categoryDes .des p {
	hyphens: auto;
	color: #333333;
}



.categoryDes .des p em {
	font-style: normal;
	color: #c7161e;
	display: inline;
	padding-left: 0;
}

.categoryDes .des p em::after {
	display: none;
}

.categoryDes .swiper-slide {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	transition: none;
}


.categoryDes .swiper-slide .btn {
	background-color: #c7161e;
	padding: 12.5px 26px 12.5px 24px;
	font-family: DMSans-Regular;
	font-size: 16px;
	color: #ffffff;
	display: flex;
	align-items: center;
	margin-top: 40px;
	border: 1px solid #c7161e;
}



.categoryDes .swiper-slide .btn img {
	filter: grayscale(100%) brightness(500%);
	flex-shrink: 0;
	margin-left: 16px;
}

.categoryDes .swiper-slide .btn:hover {
	background-color: #ffffff;
	color: #c7161e;
}

.categoryDes .swiper-slide .btn:hover img {
	filter: grayscale(0%) brightness(100%);
}



@media screen and (max-width:1560px) {
	.pTit {
		font-size: 28px;
		line-height: 40px;
	}

	.pTit img {
		width: 28px;
		transform: translateY(6px);
		margin-right: 10px;
	}

	.categoryDes .pTit {
		margin-bottom: 40px;
	}

	.categoryDes .list .item {
		font-size: 18px;
		line-height: 28px;
		padding: 10px 20px;
	}

	.categoryDes .swiper-slide .btn {
		padding: 10px 20px;
		margin-top: 30px;
	}
	
	.categoryDes{
		padding-top: 80px;
	}
	
}

@media screen and (max-width:1333px) {
	.categoryDes .list .item {
		font-size: 16px;
		line-height: 26px;
	}

	.pTit {
		font-size: 24px;
		line-height: 36px;
	}

	.pTit img {
		transform: translateY(4px);
	}
	.categoryDes{
		padding-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.categoryDes .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.categoryDes .swiper {
		width: 100%;
	}

	.categoryDes .list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 30px;
	}

	.categoryDes .list .item:nth-child(n) {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
		font-size: 14px;
		padding: 6px 20px;
	}

	.categoryDes .swiper-slide .btn {
		padding: 6px 20px;
	}

	.categoryDes .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.pTit {
		font-size: 22px;
		line-height: 34px;
	}

	.categoryDes .list .item.active {
		font-family: DMSans-Regular;
	}

	.categoryDes .list .item::after {
		width: 3px;
	}
	.categoryDes{
		padding-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.pTit {
		font-size: 20px;
		line-height: 30px;
	}

	.categoryDes .pTit {
		margin-bottom: 30px;
	}

	.pTit img {
		width: 24px;
	}
	.categoryDes{
		padding-top: 40px;
	}
}

@media screen and (max-width:400px) {
	.categoryDes .list .item:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.categoryDes .list .item:nth-child(1) {
		margin-top: 0;
	}
}


.dimensions{
	margin-top: 140px;
}


.dimensions .pTit {
	margin-bottom: 27px;
}


.dimensions .table {
	width: 100%;
	overflow: auto;
}

.dimensions .table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
	border: 1px solid #cccccc;
}


.dimensions .table table tr:nth-child(2n) td {
	background-color: #fff;
}

.dimensions .table table tr td {
	padding: 14px 20px;
	font-size: 16px;
	line-height: 26px;
	background-color: #f6f6f6;
	font-family: DMSans-Regular, Arial, sans-serif;
	color: #333333;
	text-align: center;
	border-right: 1px solid #cccccc;
}

.dimensions .table table tr:nth-child(1) td {
	padding: 17px 20px;
	background-color: #eeeeee;
}



.dimensions .pDdownload {
	margin: 0 auto;
	margin-top: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 233px;
	height: 49px;
	background-color: #ffffff;
	border: solid 1px #333333;
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}


.dimensions .pDdownload img {
	width: 23px;
	flex-shrink: 0;
	margin-left: 12px;
}


.dimensions .pDdownload:hover {
	background-color: #c7161e;
	border-color: #c7161e;
	color: #ffffff;
}


.dimensions .pDdownload:hover img {
	transform: none;
	filter: grayscale(100%) brightness(500%);
}



@media screen and (max-width:1560px) {
	.dimensions .pTit {
		margin-bottom: 40px;
	}

	.dimensions .pDdownload img {
		width: 18px;
	}

	.dimensions .pDdownload {
		height: 45px;
		margin-top: 40px;
	}
	.dimensions{
		margin-top: 80px;
	}
	
}

@media screen and (max-width:1333px) {
	.dimensions .pDdownload {
		height: 40px;
	}
	.dimensions{
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.dimensions .table table tr td {
		font-size: 14px;
		line-height: 24px;
	}

	.dimensions .table table tr:nth-child(1) td,
	.dimensions .table table tr td {
		padding: 10px 20px;
	}

	.dimensions .pDdownload {
		font-size: 14px;
		line-height: 24px;
		width: 200px;
	}
	.dimensions{
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.dimensions .pTit {
		margin-bottom: 30px;
	}

	.dimensions .pDdownload {
		margin-top: 30px;
		height: 36px;
	}
	.dimensions{
		margin-top: 40px;
	}
}




.productCategroy {
	padding: 100px 0 111px 0;
}

.productCategroy .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}



.productCategroy .slides {
	width: 24.7%;
	background-color: #ffffff;
	box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1);
}



.productCategroy .slides .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 27px;
	background-color: #c7161e;
	font-family: Inter-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
}

.productCategroy .slides .menuBtn {
	display: none;
}


.productCategroy .slides .list {
	padding: 13px 19px 4px;
}


.productCategroy .slides .list>li {
	border-bottom: 1px solid #ececec;
	padding: 18px 0;
}

.productCategroy .slides .list>li:last-child {
	border-bottom: none;
}

.productCategroy .slides .list>li>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: DMSans-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}


.productCategroy .slides .list>li>a i {
	font-family: DMSans-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	font-style: normal;
	flex-shrink: 0;
	margin-left: 5px;
}


.productCategroy .slides .list ul {
	padding: 19px 24px 10px;
	display: none;
}

.productCategroy .slides .list li.active>ul {
	display: block;
}

.productCategroy .slides .list li.active>a,
.productCategroy .slides .list li:hover>a {
	color: #c7161e;
}


.productCategroy .slides .list li.active>a i,
.productCategroy .slides .list li:hover>a i {
	color: #c7161e;
}



.productCategroy .slides .list ul li {
	margin-bottom: 10px;
}

.productCategroy .slides .list ul li:last-child {
	margin-bottom: 0;
}

.productCategroy .slides .list ul li a {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}


.productCategroy form {
	width: 69.3%;
}

.productCategroy form .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 73px;
}



.productCategroy form .list .productItem {
	width: 31.8%;
	margin-right: 2.3%;
	margin-top: 29px;
}

.productCategroy form .list .productItem:nth-child(3n) {
	margin-right: 0;
}

.productCategroy form .list .productItem:nth-child(-n+3) {
	margin-top: 0;
}


.productItem .btns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.productItem .btns .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 11px;
	position: relative;
	width: 23px;
	height: 23px;
	background-color: #ffffff;
	outline: solid 1px #333333;
}

.productItem .btns .checkBtn i {
	opacity: 0;
}

.productItem .btns .checkBtn.active i {
	opacity: 1;
}


.productItem .btns .checkBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}

.productItem .btns .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 133px;
	height: 40px;
	background-color: transparent;
	border: solid 1px #333333;
}


.productItem .btns .btn:hover {
	background-color: #c7161e;
	border-color: #c7161e;
	color: #ffffff;
}


@media screen and (max-width:1560px) {
	.productCategroy .slides .title {
		font-size: 20px;
		padding: 14px 20px;
	}

	.productCategroy .slides .list {
		padding: 10px 20px;
	}

	.productCategroy .slides .list ul {
		padding: 14px 20px;
	}

	.productCategroy .slides .list>li {
		padding: 14px 0;
	}

	.productCategroy form {
		width: 72%;
	}

	.productItem .btns .btn {
		height: 36px;
	}

	.productItem .btns .checkBtn {
		width: 18px;
		height: 18px;
	}

	.productItem .btns .checkBtn i {
		font-size: 14px;
	}


	.productCategroy form .list {
		margin-bottom: 60px;
	}
}


@media screen and (max-width:1333px) {
	.productCategroy form .list {
		justify-content: space-between;
	}

	.productCategroy form .list .productItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.productCategroy form .list .productItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.productCategroy form {
		width: 65%;
	}

	.productCategroy .slides {
		width: 30%;
	}

	.productCategroy form .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.productCategroy .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.productCategroy form {
		width: 100%;
	}

	.productCategroy .slides {
		width: 100%;
		margin-bottom: 30px;
	}

	.productCategroy .slides .list>li>a {
		font-size: 16px;
		line-height: 26px;
	}

	.productCategroy .slides .list>li {
		padding: 10px 0;
	}

	.productCategroy .slides .list ul li a {
		font-size: 14px;
		line-height: 24px;
	}

	.productCategroy .slides .title {
		font-size: 18px;
		line-height: 28px;
	}

	.productCategroy .slides .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
	}

	.productCategroy .slides .menuBtn.active {
		transform: rotate(45deg);
	}

	.productItem .btns .btn {
		height: 34px;
		width: 120px;
	}

	.productCategroy form .list {
		margin-bottom: 40px;
	}

	.productCategroy .slides .list {
		display: none;
		transition: none;
	}
}

@media screen and (max-width:768px) {
	.productItem .btns .btn {
		height: 32px;
		width: 110px;
	}

	.productItem .btns .checkBtn {
		width: 14px;
		height: 14px;
	}

	.productItem .btns .checkBtn i {
		font-size: 12px;
	}

	.productCategroy .slides .list>li {
		padding: 6px 0;
	}

	.productCategroy .slides .list ul {
		padding: 10px 20px;
	}
}

@media screen and (max-width:400px) {
	.productCategroy form .list .productItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.productCategroy form .list .productItem:nth-child(1) {
		margin-top: 0;
	}
}




.ourAdvantage {
	padding: 75px 0 85px 0;
	background-image: url("../images/ourAdvantageM1-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.ourAdvantage .pTit {
	margin-bottom: 18px;
}

.standardEdit p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.standardEdit em {
	display: block;
	position: relative;
	padding-left: 16px;
	font-style: normal;
}



.standardEdit em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	background-color: #c7161e;
	border-radius: 50%;
}

.standardEdit strong {
	font-weight: normal;
	font-family: DMSans-Bold;
	color: #333333;
}


.application {
	padding: 133px 0 125px 0;
}


.application .pTit {
	margin-bottom: 10px;
	margin-top: -7px;
}


.application .image {
	width: 42.28%;
	float: right;
	margin-left: 5%;
}



@media screen and (max-width:1560px) {
	.ourAdvantage .pTit {
		margin-bottom: 40px;
	}

	.application .pTit {
		margin-top: 0;
		margin-bottom: 30px;
	}
}


@media screen and (max-width:999px) {
	.ourAdvantage .pTit {
		margin-bottom: 30px;
	}

	.standardEdit em::after {
		top: 8px;
	}
}

@media screen and (max-width:768px) {
	.application .image {
		width: 100%;
		float: none;
		margin: 30px auto 0;
		max-width: 450px;
	}

	.application .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}

@media screen and (max-width:538px) {
	.application .image {
		max-width: 400px;
	}
}





.productFaq {
	padding: 111px 0 91px 0;
	background-image: url("../images/productFaqBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.faq .pTit {
	margin-bottom: 34px;
}

.faqList {
	display: flex;
	justify-content: space-between;
}


.faqList .box {
	width: 49.21%;
}



.faqList .item {
	background-color: #ffffff;
	box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.05);
	position: relative;
	margin-bottom: 17px;
	min-height: 112px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.faqList .item::after {
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
	width: 6px;
	background-color: #c7161e;
	height: 0;
	transition: .4s ease all;
	top: 0;
}


.faqList .item.active::after {
	height: 100%;
}




.faqList .item:last-child {
	margin-bottom: 0;
}


.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 28px 27px 28px;
	cursor: pointer;
	font-family: DMSans-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	width: 100%;
}


.faqList .item.active .question {
	padding-bottom: 0;
}

.faqList .answer {
	padding: 14px 27px 14px;
	display: none;
	transition: none;
	width: 100%;
}


.faqList .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-right: -4px;
	width: 26px;
	height: 26px;
	transform: translateY(2px);
	border-radius: 50%;
	margin-left: 20px;
}


.faqList .question i {
	width: 18px;
	height: 3px;
	background-color: #333333;
}

.faqList .question i.move {
	width: 18px;
	height: 3px;
	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 .question:hover {
	color: #c7161e;
}

.faqList .question:hover i {
	background-color: #c7161e;
}


.faqList .box:nth-child(1) .item:nth-child(1) .answer {
	display: block;
}



@media screen and (max-width:1560px) {
	.faq .pTit {
		margin-bottom: 40px;
	}

	.faqList .question {
		font-size: 18px;
		line-height: 28px;
	}

	.faqList .answer {
		padding: 20px 27px;
	}
}

@media screen and (max-width:999px) {
	.faqList {
		flex-direction: column;
		align-items: flex-start;
	}

	.faqList .box:nth-child(n) {
		width: 100%;
		margin-bottom: 18px;
	}

	.faqList .box:last-child {
		margin-bottom: 0;
	}

	.faqList .question {
		padding: 20px 27px;
		font-size: 16px;
		line-height: 28px;
	}

	.faqList .question i {
		width: 16px;
		height: 3px;
	}

	.faqList .question i.move {
		width: 16px;
		height: 3px;
	}

	.faqList .item {
		min-height: auto;
	}

}


@media screen and (max-width:768px) {
	.faq .pTit {
		margin-bottom: 30px;
	}

	.faqList .item::after {
		width: 4px;
	}
}



.innerAbout {
	padding: 109px 0 116px 0;
}


.innerAbout .con {
	display: flex;
	justify-content: space-between;
}

.innerAbout .show {
	width: 39.1%;
	position: relative;
}

.innerAbout .show .image {
	height: 100%;
}

.innerAbout .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.innerAbout .show .industry {
	position: absolute;
	right: 11%;
	bottom: 15.3%;
	z-index: 2;
	width: 138px;
	height: 138px;
	background-color: #c7161e;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}



.innerAbout .show .industry .num {
	font-family: Inter-Bold;
	font-size: 30px;
	line-height: 30px;
	color: #ffffff;
	display: flex;
	align-items: flex-start;
	margin-bottom: 3px;
}



.innerAbout .show .industry .num i {
	font-size: 14px;
	font-style: normal;
	color: #ffffff;
}

.innerAbout .show .industry .name {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	text-align: center;
}

.innerAbout .show .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 240px;
	height: 240px;
	background-color: #ffffff;
	border: solid 6px #ffffff;
	border-radius: 50%;
	right: 0;
	bottom: 5.7%;
	transform: translateX(55%);
	z-index: 1;
	overflow: hidden;
}




.innerAbout .msg {
	width: 47.6%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 28px 0 10px;
}

.innerAbout .msg .tip {
	font-family: DMSans-Regular;
	font-size: 18px;
	line-height: 24px;
	color: #c7161e;
	margin-bottom: 2px;
}

.innerTit {
	font-family: Inter-Bold;
	font-size: 36px;
	line-height: 48px;
	color: #333333;
}

.innerAbout .innerTit {
	margin-bottom: 10px;
}



.innerAbout .txts {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}


.innerAbout .cBtn {
	background-color: transparent;
	border-color: #333333;
	color: #333333;
	margin-bottom: 40px;
}



.innerAbout .cBtn:hover {
	background-color: #c7161e;
	border-color: #c7161e;
	color: #ffffff;
}


.innerAbout .numList {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}


.innerAbout .numList .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 200px;
}

.innerAbout .numList .image {
	width: 55px;
	margin: 0 auto 6px;
}


.innerAbout .numList .num {
	font-family: Inter-Bold;
	font-size: 30px;
	line-height: 30px;
	color: #333333;
	display: flex;
	align-items: flex-start;
	text-align: center;
	justify-content: center;
	margin-bottom: 3px;
}


.innerAbout .numList .num i {
	font-style: normal;
	font-size: 16px;
	flex-shrink: 0;
	transform: translateY(-6px);
}


.innerAbout .numList .name {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	text-align: center;
}

@media screen and (max-width:1560px) {
	.innerAbout .msg {
		padding: 20px 0;
	}

	.innerAbout .msg .tip {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.innerTit {
		font-size: 28px;
		line-height: 40px;
	}

	.innerAbout .txts {
		margin-bottom: 30px;
	}

	.innerAbout .numList .image {
		width: 50px;
		margin-bottom: 10px;
	}

	.innerAbout .numList .num {
		font-size: 26px;
	}

	.innerAbout .innerTit {
		margin-bottom: 20px;
	}
}



@media screen and (max-width:1333px) {
	.innerAbout .show .sign {
		width: 200px;
		height: 200px;
	}

	.innerAbout .show .industry {
		width: 120px;
		height: 120px;
	}

	.innerAbout .numList {
		flex-wrap: wrap;
	}

	.innerAbout .numList .item:nth-child(n) {
		flex-direction: row;
		align-items: flex-start;
		margin-top: 30px;
		max-width: none;
	}

	.innerAbout .numList .item:nth-child(4n-1),
	.innerAbout .numList .item:nth-child(4n-3) {
		width: 35%;
	}

	.innerAbout .numList .item:nth-child(4n),
	.innerAbout .numList .item:nth-child(4n-2) {
		width: 60%;
	}

	.innerAbout .numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.innerAbout .numList .image {
		margin: 0;
		margin-right: 10px;
		flex-shrink: 0;
		width: 45px;
		height: 45px;
	}

	.innerAbout .numList .num {
		justify-content: flex-start;
		margin-bottom: 5px;
	}

	.innerAbout .numList .name {
		text-align: left;
	}

	.innerTit {
		font-size: 24px;
		line-height: 36px;
	}

	.innerAbout .show .sign {
		transform: translateX(30%);
	}

	.innerAbout .show .industry {
		right: 18%;
	}

	.innerAbout .show .industry .num {
		font-size: 26px;
	}

	.innerAbout .show .industry .name {
		font-size: 14px;
		line-height: 20px;
	}

	.innerAbout .msg {
		width: 50%;
	}
}


@media screen and (max-width:999px) {
	.innerAbout .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.innerAbout .msg {
		padding: 0;
		width: 100%;
		margin-bottom: 40px;
	}

	.innerTit {
		font-size: 22px;
		line-height: 34px;
	}

	.innerAbout .msg .tip {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.innerAbout .show {
		width: 100%;
		height: 400px;
	}

	.innerAbout .show .sign {
		transform: translateX(0);
		right: 4%;
	}

	.innerAbout .show .industry {
		right: 20%;
	}

	.innerAbout .numList .image {
		margin-right: 20px;
	}

	.innerAbout .numList .num {
		font-size: 22px;
		line-height: 30px;
	}

	.innerAbout .numList .name {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.innerAbout .show {
		width: 100%;
		height: 340px;
	}

	.innerAbout .show .industry {
		right: 25%;
	}

	.innerTit {
		font-size: 20px;
		line-height: 30px;
	}

	.innerAbout .numList .num {
		font-size: 20px;
	}

}

@media screen and (max-width:538px) {
	.innerAbout .show {
		width: 100%;
		height: 340px;
	}

	.innerAbout .show .sign {
		width: 180px;
		height: 180px;
	}

	.innerAbout .show .industry {
		right: 30%;
	}
}


@media screen and (max-width:400px) {
	.innerAbout .numList .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.innerAbout .numList .item:nth-child(1) {
		margin-top: 0;
	}
}




/* 2-3Products */

.productDet {
	padding: 79px 0 0 0;
}


/* .productDet .productShow {
	margin-bottom: 94px;
} */


.productShow {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.productShow .shows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: none;
	margin-right: 4.7%;
}

.productShow .shows .showSipwer {
	width: 474px;
	margin-right: 18px;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.08);
}


.productShow .shows .checkSwiper {
	width: 92px;
	overflow: hidden;
	height: 100%;

}

.productShow .shows .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 474px;
	padding: 38px 0;
}


.productShow .shows .swiperBox .prev,
.productShow .shows .swiperBox .next {
	width: 100%;
	position: absolute;
	color: #333333;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 30px;
}



.productShow .shows .swiperBox .prev i,
.productShow .shows .swiperBox .next i {
	font-weight: bold;
	font-size: 23px;
}


.productShow .shows .swiperBox .prev:hover,
.productShow .shows .swiperBox .next:hover {
	color: #c5161e;
}


.productShow .shows .swiperBox .prev {
	top: 0;
}

.productShow .shows .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .shows .swiperBox .next {
	bottom: 0;
}

.productShow .shows .swiperBox .next i {
	transform: rotate(90deg);
}


.productShow .shows .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #ffffff;
}


.productShow .shows .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: .4s ease all;
	pointer-events: none;
	overflow: hidden;
	border: 1px solid transparent;
}

.productShow .shows .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #c7161e;
}




.productShow .jianjie {
	flex: 1;
}



.productShow .jianjie h1 {
	font-family: Inter-Bold;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	margin-bottom: 15px;
	font-weight: normal;
	margin-top: 20px;
}



.showSipwerBox {
	position: relative;
}


.showSipwer .swiper-slide img {
	display: block;
}



.productShow .info {
	margin-bottom: 36px;
}

.productShow .info p {
	margin-bottom: 10px;
}

.productShow .info p:last-child {
	margin-bottom: 0;
}

.productShow .des {
	margin-bottom: 26px;
}


.productShow .des em {
	position: static;
	display: inline;
	padding: 0;
	color: #c7161e;
}


.productShow .des em::after {
	display: none;
}


.productShow .btns {
	display: flex;
	align-items: center;
}


.productShow .btns .cBtn {
	margin-right: 21px;
}

.productShow .btns .pDdownload {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 233px;
	height: 49px;
	border-radius: 1px;
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	background-color: #c5161e;
	border: solid 1px #c5161e;
	cursor: pointer;
}

.productShow .btns .pDdownload img {
	flex-shrink: 0;
	margin-left: 11px;
	filter: grayscale(100%) brightness(500%);
	width: 23px;
}


.productShow .btns .cBtn:hover,
.productShow .btns .pDdownload:hover {
	background-color: #ffffff;
	color: #c5161e;
}

.productShow .btns .pDdownload:hover img {
	filter: grayscale(0%) brightness(100%);
	transform: none;
}


/*jQzoom*/
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
}

.productDet .socket {
	margin-top: 94px;
}



.productDet .socket .pTit {
	margin-bottom: 16px;
}


.productDet .socket .txts {
	margin-bottom: 40px;
}


.productDet .socket .txts em {
	display: inline;
	position: static;
	padding: 0;
	color: #c7161e;
}


.productDet .socket .txts em::after {
	display: none;
}


.socket .con .image {
	width: 37.71%;
	margin-left: 4%;
	float: right;
	margin-top: 5.7%;
}



.socket .con .tit {
	font-family: DMSans-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 11px;
}


.productDet .specifications {
	margin-top: 83px;
}



.specifications .pTit {
	margin-bottom: 27px;
}


.specifications .table {
	width: 100%;
	overflow: auto;
}

.specifications .table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
	border: 1px solid #bbbbbb;
}

.specifications .table table tr:nth-child(2n) td {
	background-color: #fff;
}

.specifications .table table tr td {
	padding: 14px 20px;
	font-size: 16px;
	background-color: #f6f6f6;
	font-family: DMSans-Regular, Arial, sans-serif;
	color: #333333;
	border-right: 1px solid #cccccc;
}

.specifications .table table tr td:nth-child(1) {
	font-size: 18px;
}

.productDet .fig {
	margin-top: 118px;
}

.fig .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 44px;
}



.fig .title .box {
	flex-shrink: 0;
	margin-right: 3.7%;
}

.fig .title .tip {
	font-family: DMSans-Regular;
	font-size: 66px;
	line-height: 80px;
	color: #c7161e;
	margin-bottom: 22px;
}

.fig .title .name {
	font-family: DMSans-Regular;
	font-size: 26px;
	line-height: 38px;
	color: #333333;
}

.fig .title .image {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.fig .table {
	width: 100%;
	overflow: auto;
}

.fig .table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
	border: 1px solid #bbbbbb;
}

.fig .table table tr:nth-child(2n) td {
	background-color: #f6f6f6;
}

.fig .table table tr td {
	padding: 14px 20px;
	font-size: 16px;
	background-color: #ffffff;
	font-family: DMSans-Regular, Arial, sans-serif;
	color: #333333;
	border-right: 1px solid #cccccc;
	text-align: center;
}


.fig .table table tr td:nth-child(1) {
	font-size: 18px;
}

.fig .table table tr:nth-child(-n+3) td {
	background-color: #fef6f6;
	border-bottom: 1px solid #dddddd;
	font-size: 20px;
}



@media screen and (max-width:1560px) {

	.productShow .shows .swiperBox .prev,
	.productShow .shows .swiperBox .next {
		height: 25px;
	}

	.productShow .shows .swiperBox .prev i,
	.productShow .shows .swiperBox .next i {
		font-size: 20px;
	}

	.productShow .jianjie h1 {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.productShow .btns .pDdownload {
		height: 40px;
	}

	.productShow .btns .pDdownload img {
		width: 20px;
	}

	.productShow .shows .showSipwer {
		width: 450px;
	}

	.productShow .shows .swiperBox {
		height: 450px;
	}

	.productShow .shows .checkSwiper {
		width: 86px;
	}

	.productShow .shows .swiperBox .prev i,
	.productShow .shows .swiperBox .next i {
		font-size: 18px;
	}

	.productDet .socket,
	.productDet .specifications,
	.productDet .fig{
		margin-top: 80px;
	}

	.productDet .socket .pTit,
	.specifications .pTit {
		margin-bottom: 30px;
	}

	.socket .con .tit {
		margin-bottom: 20px;
	}

	.socket .con .image {
		margin-top: 5%;
	}

	.fig .title .tip {
		font-size: 58px;
		line-height: 68px;
	}

	.fig .title .name {
		font-size: 22px;
		line-height: 30px;
	}
	
	.productDet{
		padding-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.productShow .shows {
		flex-direction: column;
		align-items: flex-start;
		width: 400px;
	}

	.productShow .shows .showSipwer {
		width: 100%;
		margin-right: 0;
	}

	.showSipwerBox {
		width: 100%;
		margin-bottom: 30px;
	}

	.productShow .shows .swiperBox {
		width: 100%;
		height: auto;
		padding: 0 35px;
	}

	.productShow .shows .checkSwiper {
		width: 100%;
	}

	.productShow .shows .swiperBox .prev,
	.productShow .shows .swiperBox .next {
		top: 50%;
		transform: translateY(-50%);
		width: 30px;
		height: 100%;
	}

	.productShow .shows .swiperBox .prev {
		left: 0;
	}

	.productShow .shows .swiperBox .prev i {
		transform: rotate(-180deg);
	}

	.productShow .shows .swiperBox .next {
		right: 0;
	}

	.productShow .shows .swiperBox .next i {
		transform: rotate(0deg);
	}

	.productShow .shows .swiperBox .prev i,
	.productShow .shows .swiperBox .next i {
		font-size: 16px;
	}

	.productDet .socket,
	.productDet .specifications,
	.productDet .fig{
		margin-top: 60px;
	}

	.productShow .btns .pDdownload {
		height: 36px;
	}

	.productShow .shows {
		margin-right: 4%;
	}

	.productShow .jianjie h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.fig .title .tip {
		font-size: 40px;
		line-height: 60px;
	}

	.fig .title .box {
		margin-right: 10%;
	}
	.productDet{
		padding-top: 60px;
	}
}


@media screen and (max-width:999px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productDet .productShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .shows {
		margin: 0 auto 40px;
	}

	.showSipwerBox {
		margin-bottom: 20px;
	}

	.productShow .btns .pDdownload {
		height: 34px;
		font-size: 14px;
	}

	.productShow .btns .pDdownload img {
		width: 18px;
	}

	.productDet .socket,
	.productDet .specifications,
	.productDet .fig{
		margin-top: 50px;
	}

	.socket .con .image {
		width: 45%;
	}

	.specifications .table table tr td {
		font-size: 14px;
		line-height: 24px;
		padding: 10px 20px;
	}

	.specifications .table table tr td:nth-child(1) {
		font-size: 16px;
	}

	.fig .title .tip {
		font-size: 34px;
		line-height: 46px;
		margin-bottom: 10px;
	}

	.fig .title .box {
		margin-right: 20%;
	}

	.fig .title {
		margin-bottom: 30px;
	}

	.fig .table table tr td:nth-child(1) {
		font-size: 16px;
		line-height: 28px;
	}

	.fig .table table tr td {
		font-size: 14px;
		padding: 10px 20px;
	}

	.fig .table table tr:nth-child(-n+3) td {
		font-size: 18px;
	}
	.productDet{
		padding-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.productShow .shows {
		width: 360px;
	}

	.productShow .jianjie h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.socket .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.socket .con .image {
		width: 100%;
		float: none;
		margin: 30px auto 0;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 400px;
	}

	.productDet .socket,
	.productDet .specifications,
	.productDet .fig{
		margin-bottom: 40px;
	}

	.fig .title .tip {
		font-size: 28px;
		line-height: 38px;
	}
	.productDet{
		padding-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.productShow .shows {
		width: 100%;
		max-width: 340px;
	}

	.productShow .btns {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .btns .cBtn {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.fig .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.fig .title .box {
		margin-right: 0;
		margin-bottom: 20px;
	}
}


.appScope {
	background-image: url("../images/appScopeBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 106px 0 103px 0;
	margin-top: 120px;
}


.appScope .pTit {
	margin-bottom: 17px;
}

.appScope .tips {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 31px;
}


.appScope .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.swiperBox {
	position: relative;
}


.swiperBox .sBtns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	z-index: 9;
}


.swiperBox .sBtns>div.prev {
	left: -80px;
	margin-right: 0;
}

.swiperBox .sBtns>div.next {
	right: -80px;
}



@media screen and (max-width:1560px) {
	.swiperBox .sBtns>div.prev {
		left: -60px;
	}

	.swiperBox .sBtns>div.next {
		right: -60px;
	}

	.appScope .pTit {
		margin-bottom: 20px;
	}
	.appScope {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.appScope {
		margin-top: 60px;
	}
}


@media screen and (max-width:999px) {
	.appScope {
		margin-top: 50px;
	}
}


@media screen and (max-width:768px) {
	.swiperBox .sBtns>div {
		position: static;
		transform: none;
		margin-top: 20px;
	}

	.swiperBox .sBtns>div.prev {
		margin-right: 10px;
	}

	.swiperBox .sBtns {
		justify-content: center;
	}
	.appScope {
		margin-top: 40px;
	}
}


/* 
.productDetFaq {
	padding: 104px 0 121px 0;
} */


.productDetFaq{
	margin-top: 104px;
}


.innerProducts {
	background-image: url("../images/innerProductBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 85px 0 101px 0;
	overflow: hidden;
	margin-top: 50px;
}

.sTit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sTit .sBtns {
	flex-shrink: 0;
	margin-left: 30px;
}

.sBtns {
	display: flex;
	align-items: center;
}

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: #ffffff;
	color: #333333;
	width: 52px;
	height: 52px;
	font-size: 24px;
	font-weight: bold;
}

.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}

.sBtns>div.prev {
	margin-right: 5px;
}


.sBtns>div:hover {
	background-color: #c7161e;
	color: #ffffff;
}


.innerProducts .sTit {
	margin-bottom: 44px;
}


.innerProducts .swiper {
	overflow: visible;
}

.innerProducts .swiper .swiper-wrapper {
	pointer-events: none;
}

.innerProducts .swiper .swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: .4s ease opacity, .4s ease background-color;
}

.innerProducts .swiper .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}

@media screen and (max-width:1560px) {
	.sBtns>div {
		width: 45px;
		height: 45px;
		font-size: 18px;
	}

	.sBtns>div.prev {
		margin-right: 10px;
	}
	.productDetFaq{
		margin-top: 80px;
	}
	.innerProducts {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
	.productDetFaq{
		margin-top: 60px;
	}
	.innerProducts {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.sBtns>div {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}

	.innerProducts .sTit {
		margin-bottom: 40px;
	}
	.productDetFaq{
		margin-top: 50px;
	}
	.innerProducts {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.innerProducts .sTit {
		margin-bottom: 30px;
	}
	.productDetFaq{
		margin-top: 40px;
	}
	.innerProducts {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.sTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.sTit .sBtns {
		margin-left: 0;
	}

	.sTit .sBtns>div {
		margin-top: 20px;
	}
}


/* innerBanner */


.innerBanner {
	height: 380px;
	position: relative;
}

.innerBanner .image {
	height: 100%;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerBanner .con {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.innerBanner .title1 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 6px;
}




/* crumb */

.innerCrumb {
	background-color: #f2f2f2;
	padding: 18.5px 0;
}

.innerCrumb .crumb a,
.innerCrumb .crumb i {
	color: #333333;
}

.innerBanner .crumb {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #ffffff;
}



.crumb a,
.crumb i {
	font-family: DMSans-Bold;
	font-size: 16px;
	color: #ffffff;
}

.crumb a.active,
.crumb a:hover {
	color: #c7161e;
}

.crumb i {
	font-style: normal;
}



/* 3-1Applications */

.innerNav {
	background-color: #f2f2f2;
}

.innerNav .swiper-slide {
	width: auto;
	margin-right: 47px;
}

.innerNav .swiper-slide:last-child {
	margin-right: 0;
}


.innerNav a {
	display: block;
	position: relative;
	font-family: DMSans-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	padding: 18px 0;
}

.innerNav a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	background-color: #c7161e;
	border-radius: 1px;
	transition: .6s ease all;
}


.innerNav .swiper-slide.active a:after {
	width: 100%;
}

.innerNav .swiper-slide.active a {
	color: #c7161e;
	font-family: DMSans-Bold;
}

.innerNav a:hover {
	color: #c7161e;
}

.innerNav a:hover::after {
	width: 100%;
}


.applicationList {
	padding: 79px 0 94px 0;
}

.applicationList .pTit {
	margin-bottom: 13px;
}


.applicationList .des {
	margin-bottom: 62px;
}

.applicationList .list {
	margin-bottom: 102px;
}


.applicationList .list .item {
	margin-bottom: 91px;
	display: flex;
	justify-content: space-between;
}


.applicationList .list .item:last-child {
	margin-bottom: 0;
}


.applicationList .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.applicationList .list .image {
	width: 51.07%;
	overflow: hidden;
}

.applicationList .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.applicationList .list .msg {
	width: 44.05%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 30px 0 66px 0;
}

.applicationList .list .tit {
	font-family: Inter-Bold;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 19px;
}


.applicationList .list .tit:hover {
	color: #c7161e;
}

.applicationList .list .txts {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 42px;
	min-height: 90px;
}

.applicationList .list .cBtn {
	color: #333333;
	border-color: #333333;
	background-color: #ffffff;
}

.applicationList .list .cBtn:hover {
	background-color: #c7161e;
	color: #ffffff;
	border-color: #c7161e;
}


.appListPiece {
	padding: 91px 0 120px 0;
	background-image: url("../images/appListPieceBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.relatedCase .pTit {
	justify-content: center;
	margin-bottom: 38px;
}



@media screen and (max-width:1560px) {
	.innerNav a::after {
		height: 3px;
	}

	.applicationList .pTit {
		margin-bottom: 30px;
	}

	.applicationList .list .msg {
		padding: 40px 0;
	}

	.applicationList .list .tit {
		margin-bottom: 30px;
	}

	.applicationList .list .item {
		margin-bottom: 60px;
	}

	.applicationList .list {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.innerNav a {
		font-size: 16px;
		line-height: 26px;
	}

	.applicationList .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.applicationList .list .txts {
		min-height: 84px;
		margin-bottom: 30px;
	}

	.applicationList .des {
		margin-bottom: 50px;
	}

	.applicationList .list .item {
		margin-bottom: 50px;
	}

	.applicationList .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.innerNav a {
		font-size: 14px;
		line-height: 26px;
		padding: 14px 0;
	}

	.applicationList .des {
		margin-bottom: 40px;
	}

	.applicationList .list .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.applicationList .list .item {
		margin-bottom: 40px;
	}

	.applicationList .list .txts {
		min-height: 78px;
	}

	.applicationList .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.applicationList .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.applicationList .list .image {
		width: 100%;
		margin-bottom: 20px;
		height: 300px;
	}

	.applicationList .list .msg {
		padding: 0;
		width: 100%;
	}

	.applicationList .list .txts {
		min-height: auto;
		margin-bottom: 20px;
	}

	.applicationList .pTit {
		margin-bottom: 20px;
	}

	.relatedCase .pTit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.applicationList .list .image {
		height: 260px;
	}

	.applicationList .list .tit {
		font-size: 16px;
		line-height: 28px;
	}
}



/* 3-2Application */

.appDet {
	padding: 77px 0 50px 0;
}

.appDet h1 {
	font-family: Inter-Bold;
	font-size: 26px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 13px;
	font-weight: normal;
}


.appDet .share {
	margin-bottom: 11px;
}


.share {
	display: flex;
	align-items: center;
}

.share span {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
	margin-right: 3px;
}


.appDet .line {
	width: 100%;
	height: 1px;
	background-color: #dddddd;
	margin-bottom: 39px;
}

.appDet .show {
	margin-bottom: 76px;
}


.appDet .show .image {
	width: 42.92%;
	float: right;
	margin-left: 5%;
}

.adTit {
	font-family: DMSans-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.appDet .show .adTit {
	margin-bottom: 8px;
}

.appDet .show .msg {
	padding-top: 5px;
}

.appDet .show .txts strong {
	font-size: 16px;
	color: #c7161e;
	font-family: DMSans-Regular;
	font-weight: normal;
}

.appDet .des .adTit {
	margin-bottom: 8px;
}

.appDet .des strong {
	font-size: 16px;
	color: #c7161e;
	font-family: DMSans-Regular;
	font-weight: normal;
}



@media screen and (max-width:1560px) {
	.appDet h1 {
		margin-bottom: 40px;
	}

	.appDet .share {
		margin-bottom: 30px;
	}

	.appDet .show .msg {
		padding-top: 0;
	}

	.appDet .show .adTit,
	.appDet .des .adTit {
		margin-bottom: 20px;
	}

	.appDet .show {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.appDet h1 {
		font-size: 24px;
	}

	.adTit {
		font-size: 18px;
		line-height: 28px;
	}

}

@media screen and (max-width:999px) {
	.appDet h1 {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.appDet .show {
		margin-bottom: 40px;
	}

	.share span {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.appDet h1 {
		font-size: 20px;
	}

	.appDet .show {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.appDet .show .image {
		width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}

	.appDet .show .txts strong {
		font-size: 14px;
	}

}




.appDetPiece {
	padding: 94px 0 119px 0;
	overflow: hidden;
}


.appDetPiece .appAdvantages {
	margin-bottom: 45px;
}


.appAdvantages .image {
	width: 42.92%;
	float: left;
	margin-right: 4.5%;
}

.appAdvantages .msg {
	padding-top: 54px;
}

.appAdvantages .msg .tit {
	font-family: DMSans-Bold;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 6px;
}


.appAdvantages .msg .des em {
	padding: 0;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
}

.appAdvantages .msg .des em::after {
	position: static;
	flex-shrink: 0;
	margin-right: 10px;
	transform: translateY(10px);
}

.appDetPiece .line {
	width: 100%;
	height: 1px;
	background-color: #cccccc;
	margin-bottom: 23px;
}

.appDetPiece .prevOrNext {
	margin-bottom: 93px;
}


.prevOrNext a,
.prevOrNext div {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}



.prevOrNext a:hover {
	color: #c7161e;
}



.appDetPiece .relatedCase {
	margin-bottom: 126px;
}

.otherApplication {
	max-width: 1920px;
	overflow: hidden;
	margin: 0 auto;
}

.otherApplication .pTit {
	justify-content: center;
	margin-bottom: 42px;
}

.otherApplication .swiperBox {
	width: 55.92%;
	margin: 0 auto;
}

.otherApplication .swiper {
	overflow: visible;
	margin: 0;
}

.otherApplication .swiperBox .sBtns>div.prev {
	left: 17px;
}

.otherApplication .swiperBox .sBtns>div.next {
	right: 17px;
}



.otherApplication .swiper-slide {
	position: relative;
	overflow: hidden;
}


.otherApplication .image {
	height: 501px;
}

.otherApplication .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.otherApplication .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url("../images/otherApplicationM1-Bg.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 30px 27px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	transition: 1s ease all;
	transform: translateY(100%);
	opacity: 0;
}

.otherApplication .swiper-slide.swiper-slide-active .msg {
	transform: translateY(0);
	opacity: 1;
}

.otherApplication .msg .tit {
	font-family: Inter-Bold;
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
	margin-bottom: 10px;
}

.otherApplication .msg .tit:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.otherApplication .msg .txts {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 21px;
}

.otherApplication .msg .cBtn {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #333333;
}

.otherApplication .msg .cBtn:hover {
	color: #ffffff;
	background-color: #c7161e;
}


@media screen and (max-width:1560px) {
	.appAdvantages .msg {
		padding-top: 20px;
	}

	.appAdvantages .msg .tit {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.appDetPiece .line {
		margin-bottom: 30px;
	}

	.appDetPiece .prevOrNext .prev {
		margin-bottom: 5px;
	}

	.appDetPiece .prevOrNext,
	.appDetPiece .relatedCase {
		margin-bottom: 80px;
	}

	.otherApplication .msg {
		padding: 30px 20px;
	}

	.otherApplication .msg .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.otherApplication .image {
		height: 470px;
	}
}

@media screen and (max-width:1333px) {
	.otherApplication .swiperBox .sBtns>div.prev {
		left: -80px;
	}

	.otherApplication .swiperBox .sBtns>div.next {
		right: -80px;
	}

	.otherApplication .image {
		height: 360px;
	}

	.appAdvantages .msg .tit {
		font-size: 20px;
	}

	.appAdvantages .msg {
		padding-top: 0;
	}

	.appDetPiece .appAdvantages {
		margin-bottom: 40px;
	}

	.appDetPiece .prevOrNext,
	.appDetPiece .relatedCase {
		margin-bottom: 60px;
	}

	.otherApplication .swiperBox {
		width: 65%;
	}
}

@media screen and (max-width:999px) {

	.prevOrNext a,
	.prevOrNext div {
		font-size: 14px;
		line-height: 26px;
	}

	.appDetPiece .prevOrNext,
	.appDetPiece .relatedCase {
		margin-bottom: 50px;
	}

	.otherApplication .swiperBox {
		width: 75%;
	}

	.otherApplication .msg .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.otherApplication .msg .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {

	.appDetPiece .prevOrNext,
	.appDetPiece .relatedCase {
		margin-bottom: 40px;
	}

	.otherApplication .pTit {
		margin-bottom: 30px;
	}

	.appAdvantages .image {
		float: none;
		width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}

	.appAdvantages {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.otherApplication .swiperBox {
		width: 80%;
	}

	.otherApplication .image {
		height: 300px;
	}

	.otherApplication .msg .tit {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.otherApplication .msg {
		padding: 20px;
	}
}

@media screen and (max-width:538px) {
	.otherApplication .swiperBox {
		width: 100%;
	}
}



/* 4-1Case */

.case {
	padding: 66px 0 101px 0;
	overflow: hidden;
}


.case .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 98px;
}

.case .list .caseItem {
	width: 30.85%;
	margin-right: 3.725%;
	margin-top: 56px;
}


.case .list .caseItem:nth-child(3n) {
	margin-right: 0;
}


.case .list .caseItem:nth-child(-n+3) {
	margin-top: 0;
}

.case .pager {
	margin-bottom: 81px;
}



@media screen and (max-width:1560px) {

	.case .list,
	.case .pager {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {

	.case .list,
	.case .pager {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.case .pager {
		margin-bottom: 50px;
	}

	.case .list {
		justify-content: space-between;
	}

	.case .list .caseItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 40px;
	}

	.case .list .caseItem:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.case .pager {
		margin-bottom: 40px;
	}

	.case .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:538px) {
	.case .list .caseItem:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 40px;
	}

	.case .list .caseItem:nth-child(-n+1) {
		margin-top: 0;
	}

	.case .list {
		margin-bottom: 40px;
	}
}


/* 4-2Case */


.caseDet {
	padding: 75px 0 91px 0;
}

.caseDet h1 {
	text-align: center;
	font-family: Inter-Bold;
	font-size: 26px;
	line-height: 36px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin-bottom: 13px;
}

.caseDet .share {
	justify-content: center;
	margin-bottom: 11px;
}

.caseDet .line {
	width: 100%;
	height: 1px;
	background-color: #dddddd;
	margin-bottom: 38px;
}

.caseDet .challenges {
	margin-bottom: 87px;
}


.challenges .tit {
	font-family: DMSans-Bold;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 39px;
}



.challenges .list {
	display: flex;
	flex-wrap: wrap;
}


.challenges .list .item {
	width: 23.5%;
	margin-right: 2%;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	/* justify-content: space-between; */
}


.challenges .list .item:nth-child(4n) {
	margin-right: 0;
}

.challenges .list .item:nth-child(-n+4) {
	margin-top: 0;
}

.challenges .list .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	background-image: url("../images/challengesSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 13px;
}


.challenges .list .name {
	font-family: DMSans-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 9px;
}


.challenges .list .txts {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}


.ourSolution .title {
	text-align: center;
	font-family: DMSans-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 0px;
}

.ourSolution .tip {
	text-align: center;
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 38px;
}


.ourSolution .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ourSolution .item .image {
	width: 50%;
}


.ourSolution .item .msg {
	width: 45%;
	padding: 30px 0;
}



.ourSolution .item:nth-child(2n-1) {
	flex-direction: row-reverse;
}


.ourSolution .item .tit {
	font-family: DMSans-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 20px;
}


.ourSolution .item .txts strong {
	color: #c7161e;
}


.client {
	padding: 62px 0 76px 0;
	background-color: #f2f2f2;
}


.client .sTit {
	margin-bottom: 37px;
}

.client .msg {
	display: flex;
	align-items: flex-start;
	margin-bottom: 7px;
}

.client .msg .sign {
	flex-shrink: 0;
	width: 62px;
	margin-right: 48px;
}


.client .msg .sign img {
	display: block;
}


.client .msg .txts {
	padding-top: 25px;
}

.client .name {
	text-align: right;
	font-family: DMSans-Bold;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}


.inductryImpact {
	padding: 76px 0 102px 0;
}


.inductryImpact .tit {
	font-family: DMSans-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 13px;
}

.inductryImpact .des em {
	position: static;
	display: inline-block;
	padding: 0;
	color: #c7161e;
}


.inductryImpact .des em::after {
	display: none;
}


.caseDetPiece {
	padding: 103px 0 101px 0;
	overflow: hidden;
}

.caseDetPiece .relatedCase {
	margin-bottom: 125px;
}



@media screen and (max-width:1560px) {
	.caseDet h1 {
		margin-bottom: 30px;
	}

	.caseDet .share {
		margin-bottom: 30px;
	}

	.caseDet .line {
		margin-bottom: 40px;
	}

	.challenges .list .sign {
		width: 30px;
		height: 30px;
	}

	.challenges .list .name {
		font-size: 18px;
		line-height: 28px;
	}

	.challenges .tit {
		margin-bottom: 30px;
	}

	.caseDet .challenges {
		margin-bottom: 60px;
	}

	.ourSolution .title {
		margin-bottom: 20px;
	}

	.client .sTit {
		margin-bottom: 40px;
	}

	.client .msg {
		margin-bottom: 20px;
	}

	.inductryImpact .tit {
		margin-bottom: 30px;
	}

	.caseDetPiece .relatedCase {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.caseDet h1 {
		font-size: 24px;
	}

	.challenges .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.challenges .list .sign {
		width: 25px;
		height: 25px;
	}

	.challenges .list {
		justify-content: space-between;
	}

	.challenges .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.challenges .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.ourSolution .title {
		font-size: 26px;
		line-height: 38px;
		margin-bottom: 10px;
	}

	.ourSolution .tip {
		margin-bottom: 30px;
	}
}


@media screen and (max-width:999px) {
	.caseDet h1 {
		font-size: 22px;
		line-height: 34px;
	}

	.challenges .list .name {
		font-size: 16px;
		line-height: 28px;
	}

	.challenges .list .sign {
		margin-bottom: 10px;
	}

	.caseDet .challenges {
		margin-bottom: 50px;
	}

	.ourSolution .title {
		font-size: 24px;
		line-height: 34px;
	}

	.ourSolution .item:nth-child(n) {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.ourSolution .item {
		margin-bottom: 40px;
	}

	.ourSolution .item:last-child {
		margin-bottom: 0;
	}

	.ourSolution .item .msg {
		padding: 0;
		width: 100%;
	}

	.ourSolution .item .image {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}

	.inductryImpact .tit {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:768px) {
	.ourSolution .item .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.challenges .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.challenges .list .sign {
		width: 22px;
		height: 22px;
	}

	.caseDet h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.client .msg .sign {
		width: 50px;
		margin-right: 40px;
	}

	.ourSolution .title {
		font-size: 22px;
		line-height: 30px;
	}

	.inductryImpact .tit {
		font-size: 20px;
	}
}

@media screen and (max-width:538px) {
	.challenges .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.challenges .list .item:nth-child(1) {
		margin-top: 0;
	}

	.client .msg .sign {
		width: 40px;
		margin-right: 20px;
	}
}





/* 5-1about */

.iTit .pTit {
	text-align: center;
	margin-bottom: 4px;
}


.introduction {
	padding: 83px 0 86px 0;
	background-image: url("../images/introductionM1-1.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.introduction .iTit {
	margin-bottom: 43px;
}

.introduction .msg {
	width: 77%;
	margin: 0 auto 80px;
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	text-align: center;
	hyphens: auto;
}



.introduction .numList {
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-radius: 1px;
	padding: 0px 36px 0px 30px;
}

.introduction .numList .item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}



.introduction .numList .num {
	font-family: Inter-Bold;
	font-size: 40px;
	line-height: 40px;
	color: #c7161e;
	margin-bottom: 8px;
	display: flex;
	align-items: flex-start;
}

.introduction .numList .num i {
	font-style: normal;
	font-size: 22px;
	line-height: 14px;
	transform: translateY(2px);
}


.introduction .numList .name {
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	text-align: center;
}

.introduction .numList .line {
	width: 1px;
	height: 53px;
	background-color: #bbbbbb;
	border-radius: 1px;
	margin: auto 0;
	transform: translateY(6px);
}





@media screen and (max-width:1560px) {
	.introduction .iTit {
		margin-bottom: 40px;
	}

	.introduction .numList .num {
		font-size: 34px;
		line-height: 46px;
	}

	.introduction .numList .name {
		font-size: 16px;
		line-height: 28px;
	}

	.introduction .numList {
		padding: 30px 20px;
	}

	.introduction .numList .num i {
		font-size: 18px;
	}

	.introduction .msg {
		width: 80%;
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {

	.introduction .numList {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.introduction .numList .line {
		display: none;
	}

	.introduction .numList .item:nth-child(n) {
		width: 33.333%;
		margin-top: 20px;
		padding: 0 20px;
		position: relative;
	}

	.introduction .numList .item::after {
		content: "";
		position: absolute;
		height: 70%;
		width: 1px;
		background-color: #bbbbbb;
		right: 0;
		top: 50%;
		transform: translateY(-50%) translateX(50%);
	}

	.introduction .numList .item:last-child::after {
		display: none;
	}

	.introduction .numList .item:last-child {
		width: 66.6666%;
	}

	.introduction .numList .item:nth-child(5),
	.introduction .numList .item:nth-child(11) {
		margin-right: 0;
	}

	.introduction .numList .item:nth-child(5)::after,
	.introduction .numList .item:nth-child(11)::after {
		display: none;
	}

	.introduction .numList .item:nth-child(-n+5) {
		margin-top: 0;
	}

	.introduction .numList {
		padding: 20px 0;
	}

	.introduction .numList .num {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width:999px) {
	.introduction .tip {
		font-size: 14px;
		line-height: 24px;
	}

	.introduction .numList .num {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 0px;
	}

	.introduction .msg {
		width: 90%;
	}
}

@media screen and (max-width:768px) {
	.introduction .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.introduction .iTit {
		margin-bottom: 30px;
	}

	.introduction .numList .item:nth-child(n) {
		padding: 0 10px;
	}

	.introduction .numList .num {
		font-size: 22px;
		line-height: 34px;
	}

}

@media screen and (max-width:538px) {
	.introduction .msg {
		width: 100%;
	}

	.introduction .numList {
		justify-content: space-between;
	}

	.introduction .numList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.introduction .numList .item:nth-child(n)::after {
		display: block;
	}

	.introduction .numList .item:last-child::after,
	.introduction .numList .item:nth-child(3)::after,
	.introduction .numList .item:nth-child(7)::after,
	.introduction .numList .item:nth-child(11)::after {
		display: none;
	}

	.introduction .numList .item:nth-child(-n+4) {
		margin-top: 0;
	}

	.introduction .numList .item:last-child {
		width: 100%;
	}
}




.ourHistory {
	padding: 113px 0 97px 0;
	background-color: #f2f2f2;
}

.ourHistory .safeRange {
	max-width: 1565px;
}

.ourHistory .iTit {
	margin-bottom: 141px;
	align-items: flex-start;
}

.ourHistory .iTit .pTit {
	text-align: left;
}


.ourHistory .iTit img {
	margin-right: auto;
}

.ourHistory .list {
	display: flex;
	flex-wrap: wrap;
}

.ourHistory .list .item {
	width: 26.86%;
	margin-right: 9.71%;
}

.ourHistory .list .item:nth-child(3n) {
	margin-right: 0;
	margin-top: -200px;
}

.ourHistory .list .item:nth-child(3n-1) {
	margin-top: -100px;
}

.ourHistory .box {
	position: relative;
	z-index: 9;
	margin-bottom: 45px;
}



.ourHistory .image {
	overflow: hidden;
}

.ourHistory .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.ourHistory .num {
	width: 80px;
	height: 80px;
	background-color: #db010b;
	border: solid 3px #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateX(-29%) translateY(29%);
	z-index: 2;
}


.ourHistory .shadow {
	width: 142px;
	position: absolute;
	z-index: -1;
	top: -20px;
	right: -20px;
}


.ourHistory .shadow img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.ourHistory .list .tit {
	font-family: Inter-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 9px;
}

.ourHistory .list .txts p {
	line-height: 32px;
}




@media screen and (max-width:1560px) {
	.ourHistory .num {
		width: 60px;
		height: 60px;
		font-size: 24px;
	}

	.ourHistory .box {
		margin-bottom: 40px;
	}

	.ourHistory .list .tit {
		font-size: 20px;
	}

	.ourHistory .list .txts p {
		line-height: 30px;
	}

	.ourHistory .iTit {
		margin-bottom: 100px;
	}

	.ourHistory .list .item:nth-child(3n-1) {
		margin-top: -80px;
	}

	.ourHistory .list .item:nth-child(3n) {
		margin-top: -160px;
	}

	.ourHistory .list .item {
		width: 30%;
		margin-right: 5%;
	}

}


@media screen and (max-width:1333px) {
	.ourHistory .num {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}

	.ourHistory .shadow {
		width: 120px;
		top: -14px;
		right: -14px;
	}

	.ourHistory .box {
		margin-bottom: 34px;
	}

	.ourHistory .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.ourHistory .list .item:nth-child(3n-1) {
		margin-top: -60px;
	}

	.ourHistory .list .item:nth-child(3n) {
		margin-top: -120px;
	}

	.ourHistory .iTit {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:999px) {
	.ourHistory .list {
		justify-content: space-between;
	}

	.ourHistory .list .item:nth-child(n) {
		margin-top: 30px;
		width: 47%;
		margin-right: 0;
	}

	.ourHistory .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.ourHistory .iTit {
		margin-bottom: 40px;
	}

}

@media screen and (max-width:768px) {
	.ourHistory .num {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}

	.ourHistory .box {
		margin-bottom: 28px;
	}

	.ourHistory .list .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:538px) {
	.ourHistory .list .item:nth-child(n) {
		width: 100%;
		margin-top: 40px;
	}

	.ourHistory .list .item:nth-child(1) {
		margin-top: 0;
	}

	.ourHistory .image {
		height: 260px;
	}
}












.koxyService {
	padding: 108px 0 120px 0;
}


.koxyService .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.koxyService .image {
	width: 52.4%;
}


.koxyService .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.koxyService .des {
	width: 41%;
	padding-top: 64px;
}

.koxyService .iTit {
	align-items: flex-start;
	margin-bottom: 20px;
}


.koxyService .iTit .pTit {
	text-align: left;
}

.koxyService .iTit img {
	margin-right: auto;
	margin-top: 16px;
}

.koxyService .faqList {
	flex-wrap: wrap;
}

.koxyService .faqList .item::after {
	display: none;
}

.koxyService .faqList .item:nth-child(n) {
	width: 100%;
	box-shadow: none;
	border-bottom: 1px solid #cccccc;
	padding: 25.5px 0;
	margin-bottom: 0;
	min-height: auto;
}



.koxyService .faqList .item:nth-child(1) .answer {
	display: block;
}

.koxyService .faqList .item.active .question {
	color: #c92b2f;
}

.koxyService .faqList .question {
	padding: 0;
	font-size: 22px;
}

.koxyService .faqList .question .btns {
	margin-right: 8px;
}

.koxyService .faqList .question i {
	width: 18px;
	height: 2px;
}


.koxyService .faqList .answer {
	padding: 10px 0 6px 0;
}

.koxyService .faqList .answer p {
	font-size: 18px;
	line-height: 32px;
	color: #333333;
}

@media screen and (max-width:1560px) {
	.koxyService .des {
		padding-top: 20px;
	}

	.koxyService .faqList .item:nth-child(n) {
		padding: 24px 0;
	}

	.koxyService .iTit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.koxyService .faqList .question {
		font-size: 20px;
		line-height: 30px;
	}

	.koxyService .faqList .answer {
		padding: 0;
		padding-top: 20px;
	}

	.koxyService .faqList .question .btns {
		margin-right: 0;
	}

	.koxyService .faqList .question .btns i {
		width: 16px;
	}

	.koxyService .iTit {
		margin-bottom: 20px;
	}

	.koxyService .faqList .item:nth-child(n) {
		padding: 20px 0;
	}

	.koxyService .iTit img {
		margin-top: 10px;
	}
}

@media screen and (max-width:999px) {
	.koxyService .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.koxyService .des {
		padding-top: 0;
		width: 100%;
	}

	.koxyService .faqList .question {
		font-size: 18px;
		line-height: 28px;
	}

	.koxyService .faqList .item:nth-child(n) {
		padding: 14px 0;
	}

	.koxyService .faqList .question .btns i {
		width: 14px;
	}

	.koxyService .faqList .answer {
		padding-top: 10px;
	}

	.koxyService .des {
		margin-bottom: 40px;
	}

	.koxyService .image {
		width: 100%;
		height: 340px;
	}
}

@media screen and (max-width:768px) {
	.koxyService .image {
		height: 300px;
	}
}

@media screen and (max-width:538px) {
	.koxyService .des {
		margin-bottom: 30px;
	}

	.koxyService .image {
		height: 260px;
	}

	.koxyService .iTit img {
		margin-top: 4px;
	}
}




.ourTeam {
	background-color: #f2f2f2;
	padding: 96px 0 102px 0;
}


.ourTeam .title {
	display: flex;
	align-items: flex-start;
	margin-bottom: 44px;
}


.ourTeam .title .iTit {
	flex-shrink: 0;
	margin-right: 24%;
	margin-top: 2px;
}


.ourTeam .title .iTit .pTit {
	text-align: left;
}

.ourTeam .title .iTit {
	align-items: flex-start;
}

.ourTeam .title .iTit img {
	margin-right: auto;
	margin-top: 8px;
}


.ourTeam .title .tips {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	flex: 1;
}


.ourTeam .gallery {
	margin-bottom: 31px;
}


.ourTeam .swiperBox .sBtns>div {
	width: 42px;
	height: 42px;
	background-color: #333333;
	color: #ffffff;
	font-size: 20px;
}



.ourTeam .swiperBox .sBtns>div:hover {
	background-color: #c7161e;
}

.ourTeam .gallery .sBtns>div.prev {
	left: 20px;
}

.ourTeam .gallery .sBtns>div.next {
	right: 20px;
}

.ourTeam .thumbs {
	padding: 0 69px;
}

.ourTeam .thumbs .sBtns>div.prev {
	left: 0;
}

.ourTeam .thumbs .sBtns>div.next {
	right: 0;
}

.ourTeam .thumbs .swiper-slide {
	cursor: pointer;
}

.ourTeam .thumbs .swiper-slide img {
	opacity: .6;
}

.ourTeam .thumbs .swiper-slide:hover img,
.ourTeam .thumbs .swiper-slide.swiper-slide-thumb-active img {
	opacity: 1;
}

.ourTeam .gallery img,
.ourTeam .thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

@media screen and (max-width:1560px) {
	.ourTeam .title .iTit {
		margin-top: 0;
		margin-right: 16%;
	}

	.ourTeam .swiperBox .sBtns>div {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}
}

@media screen and (max-width:1333px) {
	.ourTeam .title .iTit {
		margin-top: 0;
		margin-right: 14%;
	}

	.ourTeam .swiperBox .sBtns>div {
		width: 32px;
		height: 32px;
		font-size: 12px;
	}

	.ourTeam .thumbs {
		padding: 0 60px;
	}

	.ourTeam .title .iTit img {
		margin-top: 4px;
	}
}

@media screen and (max-width:999px) {
	.ourTeam .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.ourTeam .title .iTit {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.ourTeam .title {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.ourTeam .swiperBox .sBtns>div {
		position: absolute;
		transform: translateY(-50%);
		margin: 0;
	}

	.ourTeam .gallery .swiper {
		height: 300px;
	}

	.ourTeam .thumbs .swiper {
		height: 80px;
	}

	.ourTeam .gallery {
		margin-bottom: 20px;
	}

	.ourTeam .swiperBox .sBtns>div {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}

	.ourTeam .thumbs {
		padding: 0 50px;
	}
}

@media screen and (max-width:538px) {
	.ourTeam .gallery .swiper {
		height: 260px;
	}

	.ourTeam .thumbs .swiper {
		height: 50px;
	}

	.ourTeam .title {
		margin-bottom: 30px;
	}
}


.ourNews {
	padding: 91px 0 114px 0;
}

.ourNews .iTit {
	margin-bottom: 46px;
}

.ourNews .list .newItem {
	margin-bottom: 35px;
}

.ourNews .list .newItem:last-child {
	margin-bottom: 0;
}

.newItem {
	padding: 24px 23px 21px 24px;
	background-color: #f6f6f6;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newItem:hover {
	background-color: #c7161e;
}

.newItem .date {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 18px;
}

.newItem .date .day {
	text-align: center;
	font-family: DMSans-Bold;
	font-size: 74px;
	line-height: 74px;
	color: #333333;
	margin-bottom: 2px;
}

.newItem:hover .date .day {
	color: #ffffff;
}

.newItem .date .month {
	font-family: DMSans-Regular;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	text-align: center;
}


.newItem:hover .date .month {
	color: #ffffff;
}

.newItem .line {
	height: 237px;
	width: 1px;
	background-color: #cccccc;
	border-radius: 1px;
	margin-right: 52px;
}

.newItem .msg {
	flex: 1;
	display: flex;
	justify-content: space-between;
}

.newItem .msg .box {
	width: 64%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.newItem .msg .image {
	width: 33%;
	overflow: hidden;
}

.newItem .msg .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.newItem .tit {
	font-family: DMSans-Regular;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 14px;
}

.newItem:hover .tit {
	color: #ffffff;
}


.newItem .tit:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.newItem .time {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
	margin-bottom: 9px;
}

.newItem:hover .time {
	color: #ffffff;
}

.newItem .txts {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	min-height: 60px;
	margin-bottom: 23px;
}

.newItem:hover .txts {
	color: #ffffff;
}

.newItem .cBtn {
	background-color: transparent;
	color: #c7161e;
}

.newItem:hover .cBtn {
	background-color: #f6f6f6;
}


.newItem .cBtn:hover {
	background-color: #c7161e;
	color: #ffffff;
	border-color: #ffffff;
}


@media screen and (max-width:1560px) {
	.ourNews .iTit {
		margin-bottom: 40px;
	}

	.newItem {
		padding: 20px;
	}

	.newItem .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.newItem .txts {
		margin-bottom: 20px;
	}

	.newItem .date .day {
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 10px;
	}

	.newItem .date .month {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.newItem .line {
		height: 220px;
		margin-right: 30px;
	}

	.newItem .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.newItem .date .month {
		font-size: 18px;
		line-height: 28px;
	}

	.newItem .date .day {
		font-size: 50px;
		line-height: 50px;
	}
}

@media screen and (max-width:999px) {
	.newItem .msg {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.newItem .msg .box {
		width: 100%;
	}

	.newItem .msg .image {
		width: 100%;
		max-width: 340px;
		margin-bottom: 20px;
	}

	.newItem .line {
		height: 420px;
	}

	.newItem .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.newItem .date .day {
		font-size: 40px;
		line-height: 40px;
	}

	.newItem .date .month {
		font-size: 16px;
		line-height: 28px;
	}

	.newItem .tit {
		-webkit-line-clamp: 2;
	}
}

@media screen and (max-width:768px) {
	.ourNews .iTit {
		margin-bottom: 30px;
	}

	.newItem {
		flex-direction: column;
		align-items: flex-start;
	}

	.newItem .line {
		display: none;
	}

	.newItem .date {
		margin-right: 0;
		flex-direction: row;
		margin-bottom: 20px;
	}

	.newItem .date .day {
		margin-bottom: 0;
		margin-right: 20px;
	}

	.newItem .msg .image {
		max-width: none;
		height: 280px;
	}
}

@media screen and (max-width:538px) {
	.newItem .msg .image {
		height: 240px;
	}

	.newItem .date .day {
		font-size: 34px;
	}
}


/* 5-2Certificates */

.certification {
	padding: 69px 0 121px 0;
}


.certification .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 45px;
}


.certification .pTit {
	flex-shrink: 0;
	margin-right: 11.5%;
}

.certification .txts {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	padding: 3px 0;
	flex: 1;
}

.certification .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 76px;
}


.certification .list .item {
	width: 23.85%;
	margin-right: 1.53%;
	margin-top: 23px;
}

.certification .list .item:nth-child(4n) {
	margin-right: 0;
}

.certification .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.certification .list .image {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.certification .list .image img {
	box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.06);
}

.certification .list .image:hover img {
	transform: translateY(-10px);
}


.certification .list .name {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

@media screen and (max-width:1650px) {
	.certification .txts {
		padding: 0;
	}

	.certification .list .item {
		margin-top: 30px;
	}

	.certification .list {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.certification .pTit {
		margin-right: 10%;
	}

	.certification .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.certification .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.certification .pTit {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.certification .title {
		margin-bottom: 40px;
	}

	.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;
	}

	.certification .list {
		margin-bottom: 40px;
	}

}

@media screen and (max-width:768px) {
	.certification .list .image {
		margin-bottom: 10px;
	}

	.certification .title {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.certification .list {
		justify-content: space-between;
	}

	.certification .list .item:nth-child(n) {
		width: 47%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.certification .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}


.whyChoose {
	background-color: #f2f2f2;
	padding: 123px 0 104px 0;
}

.whyChoose .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.whyChoose .msg {
	width: 47.6%;
	position: sticky;
	left: 0;
	top: 130px;
}

.whyChoose .msg .iTit {
	margin-bottom: 33px;
	align-items: flex-start;
}

.whyChoose .msg .iTit .pTit {
	text-align: left;
}


.whyChoose .msg .iTit img {
	margin-right: auto;
	margin-top: 7px;
}

.whyChoose .msg .tips {
	font-family: DMSans-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 37px;
}

.whyChoose .msg .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.whyChoose .list {
	width: 45.8%;
	margin-top: -17px;
}


.whyChoose .list .item {
	background-color: #ffffff;
	display: flex;
	align-items: flex-start;
	margin-top: 15px;
	padding: 34px 30px 20px 30px;
}

.whyChoose .list .item:nth-child(1) {
	margin-top: 0;
}

.whyChoose .list .sign {
	flex-shrink: 0;
	margin-right: 22px;
	width: 75px;
	transform: translateY(-10px);
}

.whyChoose .list .box {
	flex: 1;
}

.whyChoose .list .tit {
	font-family: DMSans-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 7px;
}

.whyChoose .list .txts {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}



@media screen and (max-width:1560px) {
	.whyChoose .list {
		margin-top: -20px;
	}

	.whyChoose .list .item {
		padding: 30px;
	}

	.whyChoose .list .sign {
		width: 65px;
		margin-right: 20px;
	}

	.whyChoose .list .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.whyChoose .msg {
		top: 100px;
	}
}

@media screen and (max-width:1333px) {
	.whyChoose .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.whyChoose .msg {
		width: 100%;
		position: static;
	}

	.whyChoose .msg .iTit {
		margin-bottom: 30px;
	}

	.whyChoose .msg .image {
		height: 400px;
	}

	.whyChoose .list {
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}

	.whyChoose .list .sign {
		width: 55px;
	}

	.whyChoose .list .tit {
		font-size: 18px;
		line-height: 28px;
	}


	.whyChoose .list .item:nth-child(n) {
		width: 48%;
		margin-top: 30px;
	}

	.whyChoose .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.whyChoose .msg .image {
		height: 340px;
	}

	.whyChoose .msg .tips {
		margin-bottom: 30px;
	}

	.whyChoose .list .sign {
		width: 45px;
	}

	.whyChoose .list .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.whyChoose .msg .image {
		height: 280px;
	}

	.whyChoose .list .item {
		padding: 20px;
		flex-direction: column;
		align-items: flex-start;
	}

	.whyChoose .list .sign {
		margin-right: 0;
		transform: translateY(0);
		margin-bottom: 10px;
	}
}

@media screen and (max-width:538px) {
	.whyChoose .msg .image {
		height: 260px;
	}

	.whyChoose .list .sign {
		width: 40px;
	}
}

@media screen and (max-width:400px) {
	.whyChoose .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.whyChoose .list .item:nth-child(1) {
		margin-top: 0;
	}
}

.innerCategory {
	padding: 124px 0 117px 0;
	overflow: hidden;
}

.innerCategory .sTit {
	margin-bottom: 49px;
}

.innerCategory .sTit .sBtns>div {
	background-color: #f2f2f2;
}

.innerCategory .sTit .sBtns>div:hover {
	background-color: #c4161e;
}

.innerCategory .caseItem .msg {
	padding: 20px 22px 30px;
}

.innerCategory .caseItem .txts {
	line-height: 28px;
	margin-bottom: 25px;
}

.innerCategory .caseItem::after {
	background-color: transparent;
	left: -9px;
	bottom: -10px;
}

.innerCategory .caseItem:hover::after {
	background-color: #c7161e;
}

@media screen and (max-width:1333px) {
	.innerCategory .caseItem .msg {
		padding: 20px;
	}

	.innerCategory .sTit {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.innerCategory .sTit {
		margin-bottom: 30px;
	}
}



.contactInfo {
	padding: 84px 0 70px 0;
	background-color: #f2f2f2;
}


.contactInfo .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	align-items: center;
}


.contactInfo .info {
	width: 54.45%;
	padding-bottom: 8px;
}

.contactInfo form {
	width: 38.35%;
	background-color: #ffffff;
	padding: 43px 52px 66px 52px;
}


.contactInfo .info .pTit {
	margin-bottom: 14px;
}

.contactInfo .info .tips {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 24px;
}

.contactInfo .info .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactInfo .info .list .item {
	width: 48.5%;
	padding: 32px 13px 21px;
	background-color: #ffffff;
	box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
}

.contactInfo .info .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.contactInfo .info .list .image {
	width: 60px;
	height: 60px;
	background-color: #f8f4f4;
	flex-shrink: 0;
	margin-right: 22px;
	transform: translateY(-5px);
}

.contactInfo .info .box {
	flex: 1;
}


.contactInfo .info .tit {
	font-family: DMSans-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	margin-bottom: -1px;
}



.contactInfo .info .num {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}


.contactInfo .info a.num:hover {
	color: #c4161e;
}

.contactInfo .info .email .num {
	word-break: break-all;
}



.contactInfo form .pTit {
	margin-bottom: 18px;
}

.contactInfo form ul li {
	width: 100%;
	background-color: #f8f4f4;
	padding: 0 8px;
	height: 50px;
	margin-top: 19px;
}


.contactInfo form ul li:nth-child(1) {
	margin-top: 0;
}

.contactInfo form input,
.contactInfo form textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.contactInfo form ul li.message {
	height: 99px;
	padding: 16px 8px;
	margin-bottom: 22px;
}


.contactInfo form ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	margin-bottom: 24px;
}


.contactInfo form ul li.codeCon input {
	flex: 1;
	padding: 0 10px;
}

.contactInfo form ul li.codeCon .codeImg {
	flex-shrink: 0;
	max-width: 122px;
	height: 100%;
	margin-left: 4px;
	cursor: pointer;
	background-color: #f3fbfe;
}

.contactInfo form ul li.codeCon .codeImg img {
	height: 100%;
}

.contactInfo form ul li.subBtn {
	padding: 0;
}

.contactInfo form ul li.subBtn input {
	background-color: #c7161e;
	border: 1px solid #c7161e;
	font-family: DMSans-Regular;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}

.contactInfo form ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #c7161e;
}



.contactInfo form input::-webkit-input-placeholder,
.contactInfo form textarea::-webkit-input-placeholder {
	font-family: DMSans-Regular;
	font-size: 16px;
	color: #999999;
}

.contactInfo form input:-moz-placeholder,
.contactInfo form textarea:-moz-placeholder {
	font-family: DMSans-Regular;
	font-size: 16px;
	color: #999999;
}

.contactInfo form input::-moz-placeholder,
.contactInfo form textarea::-moz-placeholder {
	font-family: DMSans-Regular;
	font-size: 16px;
	color: #999999;
}

.contactInfo form input:-ms-input-placeholder,
.contactInfo form textarea:-ms-input-placeholder {
	font-family: DMSans-Regular;
	font-size: 16px;
	color: #999999;
}



@media screen and (max-width:1560px) {
	.contactInfo .info {
		padding-bottom: 0;
	}

	.contactInfo .info .pTit {
		margin-bottom: 20px;
	}

	.contactInfo .info .tips {
		margin-bottom: 30px;
	}

	.contactInfo .info .tit {
		margin-bottom: 5px;
	}

	.contactInfo form {
		padding: 40px 40px;
	}

	.contactInfo form .pTit {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.contactInfo .info .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.contactInfo .info .list .image {
		width: 50px;
		height: 50px;
		transform: translateY(0);
		margin-right: 0;
		margin-bottom: 10px;
	}

	.contactInfo .info .list .item {
		padding: 20px;
		flex-direction: column;
		align-items: flex-start;
	}

	.contactInfo form {
		padding: 40px 20px;
	}
}

@media screen and (max-width:999px) {
	.contactInfo .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactInfo .info {
		width: 100%;
		margin-bottom: 30px;
	}

	.contactInfo form {
		width: 100%;
		padding: 30px;
	}

	.contactInfo .info .num {
		font-size: 14px;
		line-height: 24px;
	}

	.contactInfo .info .list .image {
		width: 46px;
		height: 46px;
		margin-right: 20px;
		margin-bottom: 0;
	}

	.contactInfo .info .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.contactInfo form ul li {
		height: 45px;
	}

	.contactInfo .info .list .item {
		flex-direction: row;
	}

	.contactInfo form ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contactInfo form ul li:nth-child(n) {
		width: 48%;
		margin-bottom: 0;
		margin-top: 16px;
	}

	.contactInfo form ul li.message {
		width: 100%;
	}

	.contactInfo form ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactInfo form {
		padding: 30px 20px;
	}
}

@media screen and (max-width:768px) {
	.contactInfo .info .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactInfo .info .list .image {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:538px) {
	.contactInfo .info .list .item:nth-child(n) {
		width: 100%;
		flex-direction: row;
		margin-top: 20px;
	}

	.contactInfo .info .list .item:nth-child(1) {
		margin-top: 0;
	}

	.contactInfo .info .list .image {
		margin-bottom: 0;
		margin-right: 20px;
	}

	.contactInfo form ul li {
		height: 40px;
	}

	.contactInfo form ul li:nth-child(n) {
		width: 100%;
		margin-top: 16px;
	}

	.contactInfo form ul li:nth-child(1) {
		margin-top: 0;
	}
}



/* 6-1Service */

.overview {
	padding: 129px 0 139px 0;
}


.overview .mbox {
	height: 352px;
	overflow: hidden;
}

.overview .msg {
	padding-top: 26px;
}


.overview .image {
	width: 44.5%;
	position: relative;
	margin-right: 16px;
	float: right;
	margin-left: 7.5%;
}

.overview .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.overview .image::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 327px;
	height: 283px;
	background-color: #c7161e;
	border-radius: 1px;
	right: -16px;
	top: -17px;
}


.overview .iTit {
	margin-bottom: 46px;
	align-items: flex-start;
}

.overview .iTit img {
	margin-right: auto;
}


.overview .btn {
	margin-top: 48px;
}

.overview .txts p {
	font-size: 16px;
	line-height: 32px;
}


.overview .txts p em {
	display: inline;
	padding: 0;
	color: #c7161e;
}

.overview .txts p em::after {
	display: none;
}


.overview .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 256px;
	height: 48px;
	background-color: #ffffff;
	border-radius: 1px;
	border: solid 1px #333333;
	text-align: center;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
}


.overview .btn:hover {
	background-color: #c7161e;
	color: #ffffff;
	border-color: #c7161e;
}


@media screen and (max-width:1560px) {
	.overview .iTit {
		margin-bottom: 40px;
	}

	.overview .btn {
		margin-top: 40px;
	}

	.overview .msg {
		padding-top: 0;
	}

	.overview .image::after {
		width: 300px;
		height: 240px;
	}
	
	.overview .mbox{
		height: 320px;
	}
	.overview .image{
		height: 515px;
	}
	
}
@media screen and (max-width:1333px) {
	.overview .mbox{
		height: 280px;
	}
	.overview .image{
		height:470px;
	}
}

@media screen and (max-width:999px) {
	.overview .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	
	.overview .image{
		float: none;
		margin-left: 0;
	}

	.overview .iTit {
		margin-bottom: 30px;
	}

	.overview .btn {
		height: 40px;
		width: 220px;
	}

	.overview .msg {
		width: 100%;
	}

	.overview .btn {
		margin-top: 30px;
	}

	.overview .image {
		width: 100%;
		height: 360px;
		margin-top: 50px;
	}

	.overview .image::after {
		right: -14px;
		top: -14px;
		width: 260px;
		height: 200px;
	}
	
	.overview .mbox{
		height: 130px;
	}
	
}



@media screen and (max-width:538px) {
	.overview .image {
		height: 320px;
	}

	.overview .image::after {
		right: -10px;
		top: -10px;
		width: 200px;
		height: 180px;
	}
}


.ourService {
	padding: 74px 0 0 0;
	position: relative;
}


.ourService::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: calc(100% - 80px);
	left: 0;
	top: 0;
	background-image: url("../images/ourServiceBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}




.ourService .iTit {
	margin-bottom: 52px;
}

.ourService .swiper {
	margin-bottom: 100px;
}

.ourService .swiper-slide {
	display: flex;
	justify-content: space-between;
}


.ourService .swiper-slide .image {
	width: 32.71%;
}


.ourService .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.ourService .swiper-slide .msg {
	width: 63.5%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 20px 0;
}


.ourService .swiper-slide .tit {
	font-family: DMSans-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 28px;
}

.ourService .swiper-slide .txts {
	margin-bottom: 46px;
}

.ourService .swiper-slide .txts p {
	font-size: 18px;
	line-height: 32px;
	color: #666666;
}

.ourService .swiper-slide .cBtn {
	background-color: transparent;
	border-color: #c7161e;
	color: #c7161e;
}


.ourService .swiper-slide .cBtn:hover {
	background-color: #c7161e;
	color: #ffffff;
}

.ourService .list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-color: #ffffff;
	position: relative;
	z-index: 9;
	border-radius: 10px;
}

.ourService .list .item {
	width: 25%;
	padding: 46px 30px 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.06);
	position: relative;
	overflow: hidden;
}


.ourService .list .item:nth-child(1) {
	border-radius: 10px 0 0 10px;
}

.ourService .list .item:last-child {
	border-radius: 0 10px 10px 0;
}



.ourService .list .item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background-image: url("../images/ourService-Bg.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	transform: translateY(100%);
	transition: .4s ease all;
	z-index: -1;
	opacity: 0;
}



.ourService .list .item:hover::after,
.ourService .list .item.active::after {
	transform: translateY(0);
	opacity: 1;
}


.ourService .list .image {
	margin: 0 auto 20px;
	width: 50px;
}


.ourService .list .image img {
	filter: grayscale(100%) brightness(0%);
}


.ourService .list .item:hover .image img,
.ourService .list .item.active .image img {
	filter: grayscale(0%) brightness(100%);
}


.ourService .list .name {
	text-align: center;
	font-family: DMSans-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}


.ourService .list .item:hover .name,
.ourService .list .item.active .name {
	font-family: DMSans-Bold;
	color: #333333;
}


@media screen and (max-width:1560px) {
	.ourService .swiper-slide .txts {
		margin-bottom: 30px;
	}

	.ourService .iTit {
		margin-bottom: 40px;
	}

	.ourService .swiper {
		margin-bottom: 80px;
	}

	.ourService {
		padding-top: 80px;
	}

	.ourService .list .item {
		padding: 40px 30px;
	}

	.ourService .list .image {
		width: 45px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1333px) {
	.ourService {
		padding-top: 60px;
	}

	.ourService .swiper-slide .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.ourService .swiper {
		margin-bottom: 60px;
	}

	.ourService .list .item {
		padding: 30px 20px;
	}

	.ourService .list .image {
		width: 38px;
	}
}

@media screen and (max-width:999px) {
	.ourService .swiper {
		margin-bottom: 50px;
	}

	.ourService::after {
		height: 100%;
	}

	.ourService {
		padding: 50px 0;
	}

	.ourService .list {
		border-radius: 5px;
	}

	.ourService .list .item:nth-child(n) {
		width: 50%;
		padding: 20px;
	}

	.ourService .list .item:nth-child(1) {
		border-radius: 5px 0 0 0;
	}

	.ourService .list .item:nth-child(2) {
		border-radius: 0 5px 0 0;
	}

	.ourService .list .item:nth-child(3) {
		border-radius: 0 0 5px 0;
	}

	.ourService .list .item:nth-child(4) {
		border-radius: 0 0 0 5px;
	}

	.ourService .list .image {
		width: 36px;
	}
}

@media screen and (max-width:768px) {
	.ourService .iTit {
		margin-bottom: 30px;
	}

	.ourService .swiper {
		margin-bottom: 40px;
	}

	.ourService {
		padding: 40px 0;
	}

	.ourService .list .image {
		width: 32px;
	}

	.ourService .swiper-slide {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.ourService .swiper-slide .msg {
		padding: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.ourService .swiper-slide .txts {
		margin-bottom: 20px;
	}

	.ourService .swiper-slide .image {
		width: 100%;
		height: 300px;
	}
}

@media screen and (max-width:538px) {
	.ourService .swiper-slide .image {
		height: 280px;
	}
}


.technicalSupport {
	padding: 122px 0 103px 0;
}


.technicalSupport .iTit {
	margin-bottom: 62px;
}


.technicalSupport .list {
	display: flex;
	flex-wrap: wrap;
}


.technicalSupport .list .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 21.35%;
	margin-right: 4.86%;
	margin-top: 30px;
	background-color: #f2f2f2;
	padding: 41px 23px 46px;
}


.technicalSupport .list .item:hover {
	background-color: #c7161e;
}

.technicalSupport .list .item:nth-child(4n) {
	margin-right: 0;
}

.technicalSupport .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.technicalSupport .tit {
	text-align: center;
	font-family: DMSans-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 12px;
}

.technicalSupport .tit:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.technicalSupport .list .item:hover .tit {
	color: #ffffff;
}

.technicalSupport .txts {
	text-align: center;
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 26px;
}

.technicalSupport .list .item:hover .txts {
	color: #ffffff;
}

.technicalSupport .btn {
	font-size: 20px;
	color: #c7161e;
}

.technicalSupport .btn:hover {
	transform: translateX(10px);
}


.technicalSupport .list .item:hover .btn {
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.technicalSupport .list .item {
		padding: 40px 20px;
	}

	.technicalSupport .iTit {
		margin-bottom: 50px;
	}

	.technicalSupport .list .item {
		width: 23.5%;
		margin-right: 2%;
	}

	.technicalSupport .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.technicalSupport .iTit {
		margin-bottom: 40px;
	}

	.technicalSupport .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.technicalSupport .list {
		justify-content: space-between;
	}

	.technicalSupport .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
		padding: 30px 20px;
	}

	.technicalSupport .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.technicalSupport .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.technicalSupport .tit {
		margin-bottom: 10px;
	}

	.technicalSupport .txts {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.technicalSupport .iTit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.technicalSupport .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.technicalSupport .list .item:nth-child(1) {
		margin-top: 0;
	}
}



/* 6-2Dwonload */

.downloadPiece {
	padding: 69px 0 80px 0;
}

.downloadPiece .innerSearch {
	margin-bottom: 60px;
}

.innerSearch {
	width: 543px;
	height: 48px;
	background-color: #ffffff;
	border-radius: 1px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.innerSearch .box {
	flex: 1;
	height: 100%;
	padding: 0 13px;
	border: solid 1px #dddddd;
	border-right: none;
	display: flex;
	align-items: center;
}

.innerSearch .subBtn {
	flex-shrink: 0;
	width: 92px;
	height: 100%;
}

.innerSearch .subBtn input {
	width: 100%;
	height: 100%;
	border: 1px solid #c7161e;
	font-size: 16px;
	color: #ffffff;
	background-color: #c7161e;
	cursor: pointer;
}

.innerSearch .subBtn input::-webkit-input-placeholder {
	color: #666666;
}

.innerSearch .subBtn input:-moz-placeholder {
	color: #666666;
}

.innerSearch .subBtn input::-moz-placeholder {
	color: #666666;
}

.innerSearch .subBtn input:-ms-input-placeholder {
	color: #666666;
}


.innerSearch .subBtn input:hover {
	background-color: #ffffff;
	color: #c7161e;
}


.innerSearch .box i {
	flex-shrink: 0;
	margin-right: 13px;
	color: #999999;
	font-size: 21px;
	font-weight: bold;
}

.innerSearch .box input {
	flex: 1;
	height: 100%;
}


.downloadPiece .list {
	margin-bottom: 74px;
}


.downloadPiece .list .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f2f2f2;
	padding: 22px 29px 26px 22px;
	margin-bottom: 34px;
}

.downloadPiece .list .item:last-child {
	margin-bottom: 0;
}


.downloadPiece .list .box {
	flex: 1;
	display: flex;
	align-items: center;
}


.downloadPiece .list .image {
	flex-shrink: 0;
	width: 61px;
	margin-right: 20px;
	transform: translateY(2px);
}


.downloadPiece .list .tit {
	font-family: DMSans-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 9px;
}


.downloadPiece .list .txts {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.downloadPiece .downloadBtn {
	width: 193px;
	height: 57px;
	background-color: #efe5e6;
	border: solid 1px #c7161e;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: DMSans-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #c7161e;
	cursor: pointer;
	flex-shrink: 0;
	margin-left: 40px;
}

.downloadPiece .downloadBtn:hover {
	background-color: #c7161e;
	color: #ffffff;
}


.downloadPiece .downloadBtn:hover i {
	color: #ffffff;
}


.downloadPiece .downloadBtn i {
	font-size: 24px;
	margin-left: 32px;
}


@media screen and (max-width:1560px) {
	.downloadPiece .list .item {
		padding: 30px 20px;
	}

	.downloadPiece .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.downloadPiece .list .image {
		width: 52px;
		transform: translateY(0);
	}

	.downloadPiece .downloadBtn {
		height: 45px;
		width: 180px;
	}

	.downloadPiece .downloadBtn i {
		margin-left: 20px;
	}

	.downloadPiece .list {
		margin-bottom: 60px;
	}

	.downloadPiece .innerSearch {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.innerSearch {
		height: 40px;
	}

	.innerSearch .box i {
		font-size: 18px;
	}

	.downloadPiece .list .tit {
		margin-bottom: 5px;
	}

	.downloadPiece .list .image {
		width: 46px;
	}

	.downloadPiece .downloadBtn {
		height: 40px;
		width: 160px;
		font-size: 16px;
	}

	.downloadPiece .downloadBtn i {
		font-size: 22px;
	}

	.downloadPiece .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.downloadPiece .list .item {
		padding: 30px 20px;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 30px;
	}

	.downloadPiece .list .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.downloadPiece .list .image {
		width: 40px;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.downloadPiece .list .txts {
		-webkit-line-clamp: 2;
	}

	.downloadPiece .downloadBtn {
		margin-left: 0;
		margin-top: 20px;
	}

	.downloadPiece .list .tit {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 26px;
	}

	.downloadPiece .list .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.downloadPiece .downloadBtn {
		font-size: 14px;
		height: 36px;
		width: 140px;
	}

	.downloadPiece .downloadBtn i {
		font-size: 20px;
	}

	.downloadPiece .innerSearch {
		margin-bottom: 40px;
	}

	.innerSearch .box i {
		font-size: 16px;
	}

	.downloadPiece .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.innerSearch {
		width: 100%;
		max-width: 500px;
	}
}

@media screen and (max-width:538px) {
	.innerSearch {
		flex-direction: column;
		align-items: flex-start;
		height: auto;
	}

	.innerSearch .box {
		height: 40px;
		flex: none;
		width: 100%;
		border: 1px solid #dddddd;
	}

	.innerSearch .subBtn input {
		height: 40px;
	}

	.innerSearch .subBtn {
		width: 100%;
	}
}



form .m-formcountry {
	position: relative;
}

form .m-formcountry .drop-btn {
	position: relative;
}

form .m-formcountry .drop-btn i,
form .m-formcountry .drop-btn svg {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
}

form .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: #c7161e rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

form .m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form .m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form .m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #c7161e;
}

form .m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 5px 27px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
}

form .m-formcountry .drop-list li.on {
	background-color: #c7161e;
	color: #ffffff;
}


/* frame */


.frame {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 999999999;
	top: 0;
	left: 0;
	display: none;
	transition: none;
}



.frame .box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 937px;
	max-height: 100%;
	background-color: #ffffff;
	padding: 44px 64px 77px 60px;
	max-width: calc(100vw - 80px);
	overflow: auto;
}


.frame .box::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #00000000;
	border-radius: 10px;
}

.frame .box::-webkit-scrollbar-thumb {
	background-color: #c7161e;
}

.frame .box::-webkit-scrollbar-track {
	background-color: transparent;
}



.frame .msg .title1 {
	color: #333333;
	margin-bottom: 6px;
}



.frame .msg .txts {
	font-size: 18px;
	color: #666666;
	margin-bottom: 32px;
}


.frame form>ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.frame form>ul>li {
	width: 48.56%;
	margin-top: 20px;
	height: 50px;
	padding: 0 16px;
	background-color: #f8f4f4;
}


.frame form>ul>li.message {
	width: 100%;
	height: 138px;
	padding: 17px 16px;
}


.frame form>ul>li:nth-child(-n+2) {
	margin-top: 0;
}


.frame input,
.frame textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}


.frame form li.m-formcountry {
	padding: 0;
}


.frame form .m-formcountry .drop-btn i,
.frame form .m-formcountry .drop-btn svg {
	right: 16px;
}


.frame .m-formcountry .drop-list li {
	padding: 5px 16px;
}


.frame form li.codeCon {
	display: flex;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
	width: 64.5%;
	background-color: transparent;
}


.frame .codeCon input {
	flex: 1;
	padding: 0 16px;
	background-color: #f8f4f4;
}

.frame .m-formcountry .drop-btn {
	padding: 0 16px;
	height: 100%;
}



.frame .codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	max-width: 122px;
	margin-left: 6px;
}



.frame .codeCon .codeImg img {
	height: 100%;
}



.frame form li.subBtn {
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	border: none;
	width: 26.2%;
}


.frame form li.subBtn input {
	cursor: pointer;
	background-color: #c7161e;
	border: 1px solid #c7161e;
	color: #ffffff;
}

.frame form li.subBtn input:hover {
	background-color: #ffffff;
	color: #c7161e;
}


.frame .closeBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	right: 48px;
	top: 21px;
	cursor: pointer;
	z-index: 99;
}


.frame .closeBtn i {
	font-size: 69px;
	color: #333333;
}



.frame .closeBtn:hover i {
	color: #c7161e;
}


.frame input::-webkit-input-placeholder,
.frame textarea::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
}

.frame input:-moz-placeholder,
.frame textarea:-moz-placeholder {
	color: #999999;
	opacity: 1;
}

.frame input::-moz-placeholder,
.frame textarea::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

.frame input:-ms-input-placeholder,
.frame textarea:-ms-input-placeholder {
	color: #999999;
	opacity: 1;
}



@media screen and (max-width:1560px) {
	.frame .msg .title1 {
		margin-bottom: 20px;
	}

	.frame .box {
		padding: 50px 40px;
		width: 800px;
	}

	.frame .msg .txts {
		margin-bottom: 30px;
	}

	.frame form>ul>li {
		height: 45px;
	}

	.frame .closeBtn i {
		font-size: 50px;
	}
}

@media screen and (max-width:1333px) {
	.frame .box {
		padding: 40px 30px;
		width: 700px;
	}

	.frame form>ul>li {
		height: 40px;
	}

	.frame form>ul>li.message {
		height: 120px;
	}

	.frame .closeBtn {
		right: 20px;
	}

	.frame .closeBtn i {
		font-size: 42px;
	}
}

@media screen and (max-width:999px) {
	.frame .box {
		padding: 30px 40px;
		width: 650px;
	}

	.frame form>ul>li {
		height: 36px;
		margin-top: 15px;
	}

	form .m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 22px;
	}

	form .m-formcountry .drop-list {
		max-height: 167px;
	}
}

@media screen and (max-width:768px) {
	.frame .closeBtn i {
		font-size: 34px;
	}

	.frame .box {
		padding: 30px;
	}
}

@media screen and (max-width:538px) {
	.frame .box {
		padding: 30px 20px;
		max-width: calc(100vw - 50px);
	}

	.frame .msg .txts {
		margin-bottom: 20px;
	}

	.frame form>ul>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.frame form>ul>li:nth-child(1) {
		margin-top: 0;
	}
}



/* 6-3Faq */


.faqPiece {
	padding: 69px 0 109px 0;
}


.faqPiece .innerSearch {
	margin-bottom: 79px;
}


.faqPiece .con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 103px;
}





.faqPiece .faqList {
	width: 63.2%;
}


.faqPiece .faqList .box {
	width: 100%;
}

.faqPiece .faqList .item {
	margin-bottom: 28px;
}

.faqPiece .faqList .item:last-child {
	margin-bottom: 0;
}



.faqPiece .info {
	width: 30.5%;
	background-color: #000000;
	background-image: url("../images/faqM1-1.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 782px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}



.faqPiece .info .list {
	padding: 39px 44px;
	width: 100%;
	background-color: #000;
}

.faqPiece .info .item {
	display: flex;
	align-items: flex-start;
	margin-top: 39px;
}

.faqPiece .info .item:nth-child(1) {
	margin-top: 0;
}

.faqPiece .info .item i {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #c7161e;
	margin-right: 22px;
	color: #ffffff;
	font-size: 32px;
	transform: translateY(-5px);
}


.faqPiece .info .tit {
	font-size: 20px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: -2px;
}

.faqPiece .info .num {
	font-family: DMSans-Regular;
	font-size: 20px;
	line-height: 28px;
	color: #ffffff;
}


.faqPiece .info .email .num {
	word-break: break-all;
}

.faqPiece .info a.num:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


@media screen and (max-width:1560px) {
	.faqPiece .innerSearch {
		margin-bottom: 60px;
	}

	.faqPiece .info .list {
		padding: 40px 30px;
	}

	.faqPiece .info .num,
	.faqPiece .info .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.faqPiece .info .tit {
		margin-bottom: 2px;
	}

	.faqPiece .info .item i {
		transform: translateY(0);
	}

	.faqPiece .con {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.faqPiece .innerSearch {
		margin-bottom: 50px;
	}

	.faqPiece .info .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.faqPiece .info .item i {
		width: 50px;
		height: 50px;
		font-size: 26px;
		margin-bottom: 5px;
	}

	.faqPiece .info .item {
		margin-top: 30px;
	}

	.faqPiece .con {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.faqPiece .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.faqPiece .faqList {
		width: 100%;
		margin-bottom: 40px;
	}

	.faqPiece .innerSearch {
		margin-bottom: 40px;
	}

	.faqPiece .faqList .item {
		margin-bottom: 20px;
	}

	.faqPiece .info {
		width: 100%;
		min-height: auto;
	}

	.faqPiece .info .item {
		flex-direction: row;
		margin-top: 20px;
	}

	.faqPiece .info .num,
	.faqPiece .info .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.faqPiece .info .item i {
		margin-bottom: 0;
	}

	.faqPiece .info .list {
		padding: 30px 30px;
	}

	.faqPiece .con {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.faqPiece .faqList {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.faqPiece .info .list {
		padding: 30px 20px;
	}
}

/* 7-1 */

.news {
	padding: 89px 0 91px 0;
}

.news .show {
	display: flex;
	justify-content: space-between;
	margin-bottom: 76px;
}


.news .show .image {
	width: 46%;
	overflow: hidden;
}

.news .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.news .show .msg {
	width: 48.8%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 58px 0 30px 0;
}

.news .show .tit {
	font-family: Inter-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 19px;
}


.news .show .tit:hover {
	color: #c5161e;
}


.news .show .txts {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 75px;
}


.news .show .btns {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
}


.news .show .time {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 4px;
}


.news .show .time img {
	flex-shrink: 0;
	margin-right: 7px;
	transform: translateY(3px);
}


.news .show .cBtn {
	background-color: #c5161e;
	border-color: #c5161e;
	color: #ffffff;
}

.news .show .cBtn:hover {
	background-color: #ffffff;
	color: #c5161e;
}

.news .list {
	margin-bottom: 94px;
}

.news .list .newItem {
	margin-bottom: 30px;
}

.news .list .newItem:last-child {
	margin-bottom: 0;
}


@media screen and (max-width:1560px) {
	.news .show .msg {
		padding: 30px 0;
	}

	.news .show .tit {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.news .show .txts {
		margin-bottom: 40px;
	}

	.news .show .msg {
		width: 50%;
	}

	.news .show {
		margin-bottom: 60px;
	}

	.news .list {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.news .show .tit {
		font-size: 18px;
	}

	.news .show {
		margin-bottom: 50px;
	}

	.news .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.news .show .tit {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.news .show .txts {
		margin-bottom: 30px;
	}

	.news .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.news .show {
		flex-direction: column;
		align-items: flex-start;
	}

	.news .show .msg {
		padding: 0;
		width: 100%;
	}

	.news .show .image {
		width: 100%;
		height: 340px;
		margin-bottom: 20px;
	}

	.news .show .image {
		height: 300px;
	}

	.news .show {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.news .show .image {
		height: 260px;
	}
}



/* 7-2news */


.newDet {
	padding: 76px 0 110px 0;
}

.newDet h1 {
	font-family: DMSans-Bold;
	font-size: 26px;
	line-height: 30px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 23px;
}


.newDet .tips {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}



.newDet .tips .time {
	font-family: DMSans-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	flex-shrink: 0;
	margin-right: 31px;
}

.newDet .tips .share span {
	color: #666666;
}

.newDet .con {
	border-top: 1px solid #e5e5e5;
	padding: 37px 0 23px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 39px;
}



.newDet .con p {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}



.nPrevOrNext {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nPrevOrNext>div {
	display: flex;
	align-items: center;
	width: 49%;
}


.nPrevOrNext>div.next {
	justify-content: flex-end;

}

.nPrevOrNext .next .tit {
	text-align: right;
}

.nPrevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 52px;
	height: 52px;
	background-color: #ffffff;
	border: solid 1px #333333;
}

.nPrevOrNext .prev .btn {
	margin-right: 19px;
	transform: translateY(-2px);
}

.nPrevOrNext .next .btn {
	margin-left: 19px;
}

.nPrevOrNext .btn i {
	font-size: 23px;
	color: #333333;
	font-weight: bold;
}


.nPrevOrNext a.btn:hover {
	background-color: #c7161e;
	border-color: #c7161e;
}


.nPrevOrNext a.btn:hover i {
	color: #ffffff;
}


.nPrevOrNext .tit {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 4px;
}

.nPrevOrNext .name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
	line-height: 23px;
	color: #666666;
}

.nPrevOrNext a.name:hover {
	color: #c7161e;
}



.newList {
	padding: 108px 0 110px 0;
}

.newList .item {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
	padding: 41px 30px 46px;
	margin-bottom: 38px;
}


.newList .item:last-child {
	margin-bottom: 0;
}



.newList .item .tit {
	font-family: DMSans-Regular;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 14px;
}


.newList .item .tit:hover {
	color: #c7161e;
}

.newList .item .time {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
	margin-bottom: 9px;
}

.newList .item .txts {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}


@media screen and (max-width:1560px) {
	.newDet h1 {
		margin-bottom: 30px;
	}

	.newDet .tips {
		margin-bottom: 40px;
	}

	.newDet .con {
		padding: 40px 0;
	}

	.nPrevOrNext .btn i {
		font-size: 18px;
	}

	.nPrevOrNext .prev .btn {
		transform: translateY(0);
	}

	.nPrevOrNext .tit {
		line-height: 24px;
	}

	.newList .item {
		padding: 30px;
	}

	.newList .item .tit {
		font-size: 20px;
		line-height: 30px;
	}
}


@media screen and (max-width:1333px) {

	.newDet h1 {
		font-size: 24px;
	}


	.nPrevOrNext .btn {
		width: 45px;
		height: 45px;
	}

	.newDet .tips {
		margin-bottom: 30px;
	}

	.newDet .con {
		padding: 30px 0;
	}

	.newList .item .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {

	.nPrevOrNext .tit {
		font-size: 16px;
	}

	.nPrevOrNext .name {
		font-size: 14px;
	}

	.newDet h1 {
		font-size: 22px;
	}

	.nPrevOrNext .tit {
		margin-bottom: 0;
	}

	.nPrevOrNext .btn {
		width: 42px;
		height: 42px;
	}

	.nPrevOrNext .btn i {
		font-size: 14px;
	}

	.newList .item .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.newDet h1 {
		font-size: 20px;
	}

	.nPrevOrNext {
		flex-direction: column;
		align-items: flex-start;
	}

	.nPrevOrNext>div {
		width: 100%;
	}

	.nPrevOrNext>div.next {
		flex-direction: row-reverse;
		margin-top: 20px;
	}

	.nPrevOrNext .next .btn {
		margin-left: 0;
		margin-right: 19px;
	}

	.nPrevOrNext .next .tit {
		text-align: left;
	}

	.newList .item {
		margin-bottom: 30px;
	}
}




@media screen and (max-width:538px) {
	.newDet .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.newList .item {
		padding: 30px 20px;
	}
}



/* 7-3video */

.videoPiece {
	padding: 79px 0 91px 0;
}



.videoPiece .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 68px;
}




.videoPiece .list .video {
	width: 31.85%;
	margin-right: 2.225%;
	margin-top: 23px;
}

.videoPiece .list .video:nth-child(3n) {
	margin-right: 0;
}

.videoPiece .list .video:nth-child(-n+3) {
	margin-top: 0;
}


.videoPiece .list .video {
	cursor: pointer;
}



.videoPiece .list .image {
	position: relative;
}



.videoPiece .list .image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.videoPiece .list .image .playBtn {
	width: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}


.videoPiece .list .image:hover .playBtn img {
	transform: scale(1.1);
}


.videoPiece .list .tit {
	padding: 15px 0;
}

.videoPiece .list .tit p {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}


.videoPiece .list .tit:hover p {
	color: #c7161e;
}


@media screen and (max-width:1560px) {
	.videoPiece .list .image .playBtn {
		width: 50px;
	}

	.videoPiece .list .tit p {
		font-size: 16px;
		line-height: 28px;
	}

	.videoPiece .list {
		margin-bottom: 50px;
	}

	.videoPiece .list .video {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.videoPiece .list .tit {
		padding: 10px 0;
	}

	.videoPiece .list .image .playBtn {
		width: 45px;
	}
}

@media screen and (max-width:999px) {

	.videoPiece .list {
		justify-content: space-between;
	}

	.videoPiece .list .video:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.videoPiece .list .video:nth-child(-n+2) {
		margin-top: 0;
	}

	.videoPiece .list {
		margin-bottom: 40px;
	}

	.videoPiece .list .image .playBtn {
		width: 40px;
	}
}


@media screen and (max-width:538px) {
	.videoPiece .list .video:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}

	.videoPiece .list .video:nth-child(-n+1) {
		margin-top: 0;
	}

	.videoPiece .list {
		margin-bottom: 30px;
	}
}




/* 8-1contact */

.contactUs {
	padding: 102px 0 116px 0;
}


.contactUs .msgList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 114px;
}


.contactUs .msgList .item:nth-child(n) {
	width: 33.333%;
	position: relative;
	display: flex;
	align-items: flex-start;
	padding: 0 76px;
}

.contactUs .msgList .item:nth-child(1) {
	width: 29.9%;
}

.contactUs .msgList .item:nth-child(2) {
	width: 36.5%;
}

.contactUs .msgList .item:nth-child(3) {
	width: 33.6%;
}

.contactUs .msgList .item:nth-child(n)::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 96px;
	background-color: #c7161e;
	opacity: 0.2;
	right: 0;
}

.contactUs .msgList .item:nth-child(3n)::after {
	display: none;
}



.contactUs .msgList .item:nth-child(3n) {
	padding-right: 0;
}

.contactUs .msgList .item:nth-child(3n-2) {
	padding-left: 0;
}


.contactUs .msgList i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: solid 2px #333333;
	border-radius: 50%;
	color: #333333;
	flex-shrink: 0;
	margin-right: 25px;
	font-size: 25px;
	transform: translateY(-10px);
}

.contactUs .msgList .box {
	flex: 1;
}

.contactUs .msgList .tit {
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 18px;
}

.contactUs .msgList .num {
	font-family: DMSans-Regular;
	font-size: 24px;
	line-height: 28px;
	color: #c7161e;
}


.contactUs .msgList .email .num {
	word-break: break-all;
}


.contactUs .msgList a.num:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.contactUs .show {
	position: relative;
	padding: 17px 16px 20px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}



.contactUs .show .msg {
	background-color: #ffffff;
	padding: 53px 41px 40px 45px;
	width: 392px;
	min-height: 713px;
}

.contactUs .show .title {
	font-family: DMSans-Regular;
	font-size: 32px;
	line-height: 42px;
	color: #333333;
	margin-bottom: 37px;
}


.contactUs .show .line {
	width: 100%;
	height: 1px;
	background-color: #cccccc;
	margin-bottom: 13px;
}


.contactUs .show .tit {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}


.contactUs .show .tit img {
	width: 42px;
	flex-shrink: 0;
	margin-right: 3px;
	margin-left: -8px;
	transform: translateY(7px);
}

.contactUs .show .txts {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	hyphens: auto;
}


.contactUs .show .map {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0;
	top: 0;
}

.contactUs .show .map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.infomation {
	background-color: #f6f6f6;
	padding: 91px 0 81px 0;
}

.infomation .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.infomation .msg {
	width: 35.57%;
}


.infomation .msg .pTit {
	margin-bottom: 5px;
}


.infomation .msg .tips {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 37px;
}


.infomation .cerInfo {
	background-color: #ffffff;
	padding: 29px 17px 26px 41px;
	box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.05);
}


.infomation .cerInfo .tit {
	font-family: DMSans-Bold;
	font-size: 22px;
	line-height: 28px;
	color: #333333;
	position: relative;
	margin-bottom: 4px;
}



.infomation .cerInfo .tit::after {
	content: "";
	position: absolute;
	right: 101.5%;
	top: 2px;
	width: 26px;
	height: 24px;
	background-image: url("../images/infoSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.infomation .cerInfo .txts {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.infomation form {
	width: 58.21%;
	padding-bottom: 17px;
}

.infomation form>ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.infomation form>ul>li {
	width: 48.6%;
	margin-top: 20px;
	height: 50px;
	padding: 0 16px;
	background-color: #ffffff;
}


.infomation form>ul>li.message {
	width: 100%;
	height: 138px;
	padding: 17px 16px;
}


.infomation form>ul>li:nth-child(-n+2) {
	margin-top: 0;
}


.infomation input,
.infomation textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}


.infomation form li.m-formcountry {
	padding: 0;
}


.infomation form .m-formcountry .drop-btn i,
.infomation form .m-formcountry .drop-btn svg {
	right: 16px;
}


.infomation .m-formcountry .drop-list li {
	padding: 5px 16px;
}


.infomation form li.codeCon {
	display: flex;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
	width: 64.5%;
	background-color: transparent;
}


.infomation .codeCon input {
	flex: 1;
	padding: 0 16px;
	background-color: #ffffff;
}

.infomation .m-formcountry .drop-btn {
	padding: 0 16px;
	height: 100%;
}



.infomation .codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	max-width: 122px;
	margin-left: 6px;
}



.infomation .codeCon .codeImg img {
	height: 100%;
}



.infomation form li.subBtn {
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	border: none;
	width: 26.2%;
}


.infomation form li.subBtn input {
	cursor: pointer;
	background-color: #c7161e;
	border: 1px solid #c7161e;
	color: #ffffff;
}

.infomation form li.subBtn input:hover {
	background-color: #ffffff;
	color: #c7161e;
}



.infomation input::-webkit-input-placeholder,
.infomation textarea::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
}

.infomation input:-moz-placeholder,
.infomation textarea:-moz-placeholder {
	color: #999999;
	opacity: 1;
}

.infomation input::-moz-placeholder,
.infomation textarea::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

.infomation input:-ms-input-placeholder,
.infomation textarea:-ms-input-placeholder {
	color: #999999;
	opacity: 1;
}

@media screen and (max-width:1560px) {
	.contactUs .msgList .item:nth-child(n) {
		width: 33.333%;
		padding: 0 30px;
	}

	.contactUs .msgList .item:nth-child(1) {
		padding-left: 0;
	}

	.contactUs .msgList .item:nth-child(3) {
		padding-right: 0;
	}

	.contactUs .msgList .num {
		font-size: 22px;
		line-height: 30px;
	}

	.contactUs .msgList .tit {
		margin-bottom: 10px;
	}

	.contactUs .msgList {
		margin-bottom: 80px;
	}

	.contactUs .show .msg {
		padding: 50px 40px;
		min-height: 600px;
	}

	.contactUs .show .title {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	.contactUs .show .line {
		margin-bottom: 30px;
	}

	.contactUs .show .tit {
		margin-bottom: 20px;
	}

	.infomation .msg .pTit {
		margin-bottom: 30px;
	}

	.infomation form {
		padding-bottom: 0;
	}

	.infomation .cerInfo {
		padding: 30px 30px 30px 50px;
	}

	.infomation form>ul>li {
		height: 45px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .msgList .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .msgList .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.contactUs .msgList i {
		transform: translateY(0);
		margin-bottom: 20px;
		font-size: 22px;
	}

	.contactUs .msgList .num {
		font-size: 20px;
		line-height: 30px;
	}

	.contactUs .msgList {
		margin-bottom: 60px;
	}

	.contactUs .show .msg {
		padding: 30px 30px;
		width: 300px;
		min-height: 500px;
	}

	.contactUs .show .title {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .show {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding: 0;
	}

	.contactUs .show .map {
		position: static;
	}

	.contactUs .show .msg {
		padding: 0;
		min-height: auto;
		width: 100%;
		margin-bottom: 30px;
	}

	.contactUs .show .title {
		font-size: 22px;
		line-height: 30px;
	}

	.contactUs .show .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.contactUs .show .line {
		margin-bottom: 20px;
	}

	.contactUs .show .map {
		height: 360px;
	}

	.contactUs .msgList i {
		width: 45px;
		height: 45px;
		font-size: 20px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.contactUs .msgList .tit {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.contactUs .msgList .num {
		font-size: 16px;
		line-height: 26px;
	}

	.contactUs .msgList .item:nth-child(n)::after {
		width: 1px;
	}

	.contactUs .msgList {
		margin-bottom: 40px;
	}

	.infomation .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.infomation .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.infomation .msg .pTit {
		margin-bottom: 20px;
	}

	.infomation .msg .tips {
		margin-bottom: 30px;
	}

	.infomation form {
		width: 100%;
	}

	.infomation .cerInfo .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.infomation .cerInfo {
		padding: 20px 20px 20px 50px;
	}

	.infomation form>ul>li {
		margin-top: 15px;
	}

	.infomation .cerInfo .tit::after {
		right: calc(100% + 10px);
	}
}

@media screen and (max-width:768px) {
	.contactUs .msgList .item:nth-child(n) {
		width: 48%;
		padding: 0;
		margin-right: 0;
		flex-direction: row;
		margin-top: 30px;
	}

	.contactUs .msgList .item:nth-child(n)::after {
		display: none;
	}

	.contactUs .msgList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactUs .msgList i {
		margin-bottom: 0;
		margin-right: 20px;
	}

	.contactUs .show .map {
		height: 300px;
	}

	.infomation .msg {
		margin-bottom: 30px;
	}

	.infomation form>ul>li {
		height: 40px;
	}

	.infomation form>ul>li.message {
		height: 120px;
	}
}

@media screen and (max-width:538px) {
	.contactUs .msgList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.contactUs .msgList .item:nth-child(1) {
		margin-top: 0;
	}

	.contactUs .show .map {
		height: 280px;
	}
}

@media screen and (max-width:400px) {
	.infomation form>ul>li {
		height: 36px;
	}

	.infomation form>ul>li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.infomation form>ul>li:nth-child(1) {
		margin-top: 0;
	}
}


/* 9-1Privacy Policy */

.privacyPolicy {
	padding: 84px 0 101px 0;
}

.privacyPolicy .title {
	font-family: Inter-Bold;
	font-size: 28px;
	line-height: 38px;
	color: #333333;
	text-align: center;
	margin-bottom: 33px;
}


.privacyPolicy .txts p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}


.privacyPolicy .txts p strong {
	color: #222222;
	font-family: DMSans-Regular;
	font-weight: normal;
}

.privacyPolicy .txts p em {
	position: static;
	padding-left: 0;
}

.privacyPolicy .txts p em::after {
	display: none;
}


.privacyPolicy .txts p em::before {
	content: "";
	display: inline-block;
	position: static;
	width: 8px;
	height: 8px;
	background-color: #222222;
	border-radius: 50%;
	margin-right: 2px;
	margin-bottom: 2px;
}

@media screen and (max-width:1333px) {
	.privacyPolicy .title {
		font-size: 26px;
		line-height: 36px;
	}
}

@media screen and (max-width:999px) {
	.privacyPolicy .title {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.privacyPolicy .title {
		font-size: 22px;
		line-height: 30px;
	}
}



/* 10-1聚合 */

.headings {
	padding: 86px 0 103px 0;
}


.headings .iTit {
	margin-bottom: 59px;
}

.headings .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.headings .list p {
	font-family: DMSans-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	position: relative;
	padding-left: 27px;
	width: 46.4%;
	margin-top: 14px;
}

.headings .list p:nth-child(-n+2) {
	margin-top: 0;
}


.headings .list p::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-image: url("../images/headingSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	left: 0;
	top: 6px;
}

.headings .list p em {
	display: inline;
	padding: 0;
	color: #c92b2f;
}

.headings .list p em::after {
	display: none;
}


.allProductBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 161px;
	height: 48px;
	background-color: #c92b2f;
	border: 1px solid #c92b2f;
	margin: 64px auto 0;
	font-family: DMSans-Regular;
	font-size: 16px;
	color: #ffffff;
}


.allProductBtn:hover {
	background-color: #ffffff;
	color: #c92b2f;
}


.relatedNews {
	padding: 114px 0 127px 0;
}

.relatedNews .iTit {
	margin-bottom: 47px;
}



.relatedNews .list .newItem {
	margin-bottom: 34px;
}

.relatedNews .list .newItem:last-child {
	margin-bottom: 0;
}



@media screen and (max-width:1560px) {

	.headings .iTit,
	.relatedNews .iTit {
		margin-bottom: 50px;
	}

	.allProductBtn {
		height: 40px;
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {

	.headings .iTit,
	.relatedNews .iTit {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {

	.headings .iTit,
	.relatedNews .iTit {
		margin-bottom: 30px;
	}

	.allProductBtn {
		height: 36px;
		margin-top: 30px;
		font-size: 14px;
		width: 140px;
	}
}

@media screen and (max-width:538px) {
	.headings .list p:nth-child(n) {
		width: 100%;
		margin-top: 6px;
	}

	.headings .list p:nth-child(1) {
		margin-top: 0;
	}
}


/* 10-2聚合 */

.aggregation {
	padding: 94px 0 136px 0;
}


.aggregation .piece {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.aggregation .piece .con {
	width: 68.5%;
}

.aggregation .piece .con>div:nth-child(1) {
	margin-top: 0;
}

.aggregation .piece .contactSlides {
	width: 23.92%;
	box-shadow: 0px 3px 18px 2px rgba(201, 43, 47, 0.1);
	padding: 21px 20px 16px;
	position: sticky;
	right: 0;
	top: 130px;
}


.aggregation .describe {
	margin-top: 88px;
}

.aggregation .describe .pTit {
	margin-bottom: 42px;
}


.aggregation .describe .item {
	margin-bottom: 33px;
}

.aggregation .describe .item:last-child {
	margin-bottom: 0;
}


.aggregation .describe .item .tit {
	font-family: Inter-Bold;
	font-size: 22px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 9px;
}

.aggregation .describe .txts p {
	color: #333333;
}

.aggregation .describe .txts em {
	font-style: normal;
	display: inline;
	padding: 0;
	color: #c92b2f;
}

.aggregation .describe .txts em::after {
	display: none;
}



.aggregation .describe .table {
	width: 100%;
	overflow: auto;
	border: 1px solid #bbbbbb;
}

.aggregation .describe .table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.aggregation .describe .table table tr:nth-child(2n) td {
	background-color: #fff;
}

.aggregation .describe .table table tr td {
	padding: 14px 20px;
	font-size: 16px;
	background-color: #f6f6f6;
	color: #333333;
	border-right: 1px solid #cccccc;
}

.aggregation .describe .table table tr td:nth-child(1) {
	font-size: 18px;
}

.aggregation .describe .cBtn {
	margin-top: 41px;
}

.aggregation .describe .cBtn:hover {
	background-color: #ffffff;
	color: #c92b2f;
}


.agCategory {
	padding: 53px 32px 78px 32px;
	background-image: url("../images/agCategoryM1-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 85px;
}


.agCategory .pTit {
	margin-bottom: 25px;
}


.agCategory .list {
	display: flex;
	flex-wrap: wrap;
}

.agCategory .list>li {
	width: 23.5%;
	margin-right: 2%;
	margin-top: 30px;
}

.agCategory .list>li:nth-child(4n) {
	margin-right: 0;
}

.agCategory .list>li:nth-child(-n+4) {
	margin-top: 0;
}


.agCategory .list>li>a {
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.agCategory .list>li>a:hover {
	color: #c92b2f;
}

.agCategory .list ul {
	margin-top: 16px;
}

.agCategory .list ul li {
	margin-bottom: 14px;
}

.agCategory .list ul li:last-child {
	margin-bottom: 0;
}

.agCategory .list ul li a {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}


.agCategory .list ul li a:hover {
	color: #c92b2f;
}


.relatedProducts {
	margin-top: 81px;
	overflow: hidden;
}

.relatedProducts .sTit {
	margin-bottom: 45px;
}

.relatedProducts .productItem {
	transition: .4s ease background-color, .4s ease opacity;
}


.relatedProducts .swiper {
	overflow: visible;
}


.relatedProducts .swiper .swiper-wrapper {
	pointer-events: none;
}

.relatedProducts .swiper .swiper-slide {
	pointer-events: none;
	opacity: 0;
}

.relatedProducts .swiper .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}


.relatedProducts .allProductBtn {
	margin-top: 55px;
}

.agContact {
	margin-top: 126px;
}


.agContact .title1 {
	margin-bottom: 8px;
}

.agContact .box {
	padding-left: 45px;
}


.agContact .txts {
	font-family: DMSans-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 28px;
}


.agContact form>ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.agContact form>ul>li {
	width: 48.6%;
	margin-top: 20px;
	height: 50px;
	padding: 0 16px;
	background-color: #f8f4f4;
}


.agContact form>ul>li.message {
	width: 100%;
	height: 138px;
	padding: 17px 16px;
}


.agContact form>ul>li:nth-child(-n+2) {
	margin-top: 0;
}


.agContact input,
.agContact textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}


.agContact form li.m-formcountry {
	padding: 0;
}


.agContact form .m-formcountry .drop-btn i,
.agContact form .m-formcountry .drop-btn svg {
	right: 16px;
}


.agContact .m-formcountry .drop-list li {
	padding: 5px 16px;
}


.agContact form li.codeCon {
	display: flex;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
	width: 64.5%;
	background-color: transparent;
}


.agContact .codeCon input {
	flex: 1;
	padding: 0 16px;
	background-color: #f8f4f4;
}

.agContact .m-formcountry .drop-btn {
	padding: 0 16px;
	height: 100%;
}



.agContact .codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	max-width: 122px;
	margin-left: 6px;
}



.agContact .codeCon .codeImg img {
	height: 100%;
}



.agContact form li.subBtn {
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	border: none;
	width: 26.2%;
}


.agContact form li.subBtn input {
	cursor: pointer;
	background-color: #c7161e;
	border: 1px solid #c7161e;
	color: #ffffff;
}

.agContact form li.subBtn input:hover {
	background-color: #ffffff;
	color: #c7161e;
}



.agContact input::-webkit-input-placeholder,
.agContact textarea::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
}

.agContact input:-moz-placeholder,
.agContact textarea:-moz-placeholder {
	color: #999999;
	opacity: 1;
}

.agContact input::-moz-placeholder,
.agContact textarea::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

.agContact input:-ms-input-placeholder,
.agContact textarea:-ms-input-placeholder {
	color: #999999;
	opacity: 1;
}


.agNews {
	margin-top: 100px;
}

.agNews .title1 {
	margin-bottom: 35px;
}


.title1 img {
	flex-shrink: 0;
	width: 31px;
}

.agNews .item {
	display: flex;
	justify-content: space-between;
	padding: 30px 16px 30px 26px;
	background-color: #f6f6f6;
	margin-bottom: 40px;
}

.agNews .item:last-child {
	margin-bottom: 0;
}


.agNews .item:hover {
	background-color: #c7161e;
}


.agNews .item .tit {
	font-family: DMSans-Regular;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 8px;
}

.agNews .item .tit:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.agNews .item:hover .tit {
	color: #ffffff;
}

.agNews .txts {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 13px;
}


.agNews .item:hover .txts {
	color: #ffffff;
}

.agNews .item .cBtn {
	border-color: #c7161e;
	background-color: transparent;
	color: #c7161e;
}

.agNews .item:hover .cBtn {
	background-color: #ffffff;
	border-color: #ffffff;
}


.agNews .item .cBtn:hover {
	background-color: transparent;
	color: #ffffff;
}

.agNews .item .msg {
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.agNews .item .image {
	width: 36.8%;
	overflow: hidden;
}

.agNews .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.adHeadings {
	margin-top: 85px;
}

.adHeadings .pTit {
	margin-bottom: 27px;
}

.adHeadings .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.adHeadings .list p {
	width: 46.5%;
	margin-top: 14px;
	padding-left: 29px;
	position: relative;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}

.adHeadings .list p::after {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 17px;
	height: 17px;
	background-image: url("../images/headingSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.adHeadings .list p:nth-child(-n+2) {
	margin-top: 0;
}

.contactSlides {
	background-image: url("../images/adSlideBg.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-top: 38px;
}

.contactSlides .tit {
	font-family: Inter-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 11px;
}

.contactSlides .line {
	height: 4px;
	background-color: #c92b2f;
	width: 100%;
	margin-bottom: 19px;
}

.contactSlides .list {
	margin-bottom: 117px;
}

.contactSlides .list a {
	position: relative;
	font-family: DMSans-Regular;
	line-height: 28px;
	font-size: 18px;
	color: #333333;
	display: block;
	margin-bottom: 16px;
	padding-left: 20px;
}

.contactSlides .list a:last-child {
	margin-bottom: 0;
}


.contactSlides .list a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 13px;
	height: 13px;
	background-image: url("../images/pTit.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: .4s ease all;
	opacity: 0;
}

.contactSlides .list a:hover,
.contactSlides .list a.active {
	color: #c92b2f;
}

.contactSlides .list a:hover::after,
.contactSlides .list a.active::after {
	opacity: 1;
}

.contactSlides .infoList .item {
	display: flex;
	align-items: flex-start;
	margin-top: 39px;
}

.contactSlides .infoList .item:nth-child(1) {
	margin-top: 0;
}

.contactSlides .infoList .item i {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #c7161e;
	margin-right: 22px;
	color: #ffffff;
	font-size: 32px;
	transform: translateY(-5px);
}


.contactSlides .infoList .tit {
	font-size: 20px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: -2px;
}

.contactSlides .infoList .num {
	font-family: DMSans-Regular;
	font-size: 20px;
	line-height: 28px;
	color: #ffffff;
}


.contactSlides .infoList .email .num {
	word-break: break-all;
}

.contactSlides .infoList a.num:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


@media screen and (max-width:1560px) {
	.aggregation .piece .contactSlides {
		margin-top: 0;
		padding: 30px 20px;
	}

	.contactSlides .tit {
		margin-bottom: 20px;
	}

	.contactSlides .infoList .num,
	.contactSlides .infoList .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.contactSlides .list {
		margin-bottom: 80px;
	}

	.contactSlides .infoList .item i {
		width: 50px;
		height: 50px;
		font-size: 24px;
		transform: translateY(0);
	}

	.contactSlides .list a {
		font-size: 16px;
		line-height: 26px;
	}

	.contactSlides .list a::after {
		top: 5px;
	}

	.aggregation .describe .pTit {
		margin-bottom: 40px;
	}

	.aggregation .describe .item .tit {
		margin-bottom: 20px;
	}

	.agCategory {
		margin-top: 60px;
		padding: 40px 30px;
	}

	.agCategory .pTit {
		margin-bottom: 40px;
	}

	.agCategory .list>li>a {
		font-size: 18px;
		line-height: 28px;
	}

	.relatedProducts {
		margin-top: 60px;
	}

	.relatedProducts .sTit {
		margin-bottom: 40px;
	}

	.relatedProducts .allProductBtn {
		margin-top: 40px;
	}

	.aggregation .describe {
		margin-top: 60px;
	}

	.agContact {
		margin-top: 60px;
	}

	.agContact .title1 {
		margin-bottom: 20px;
	}

	.agContact .txts {
		margin-bottom: 30px;
	}

	.agContact form>ul>li {
		height: 45px;
	}

	.agNews {
		margin-top: 60px;
	}

	.agNews .item .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.agNews .item {
		padding: 30px 20px;
	}

	.adHeadings .pTit {
		margin-bottom: 40px;
	}

	.adHeadings {
		margin-top: 60px;
	}

	.aggregation .piece .contactSlides {
		top: 100px;
	}
}

@media screen and (max-width:1333px) {
	.aggregation .describe .item .tit {
		font-size: 20px;
	}

	.contactSlides .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.aggregation .piece .contactSlides {
		width: 25%;
	}

	.contactSlides .infoList .item {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 30px;
	}

	.contactSlides .infoList .item i {
		margin-right: 0;
		margin-bottom: 5px;
	}

	.contactSlides .list {
		margin-bottom: 60px;
	}

	.aggregation .describe .table table tr td {
		padding: 10px 20px;
	}

	.agCategory {
		margin-top: 50px;
	}

	.aggregation .describe .cBtn {
		margin-top: 30px;
	}

	.agCategory .list>li:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.agCategory .list>li:nth-child(3n) {
		margin-right: 0;
	}

	.agCategory .list>li:nth-child(-n+3) {
		margin-top: 0;
	}

	.agCategory {
		padding: 30px 20px;
	}

	.agCategory .pTit {
		margin-bottom: 30px;
	}

	.relatedProducts .allProductBtn {
		margin-top: 30px;
	}

	.agContact .box {
		padding-left: 36px;
	}

	.agContact form>ul>li {
		height: 40px;
	}

	.aggregation .describe {
		margin-top: 50px;
	}

	.agNews {
		margin-top: 50px;
	}

	.agNews .item .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.agNews .txts {
		margin-bottom: 20px;
	}

	.agNews .item {
		margin-bottom: 30px;
	}

	.adHeadings {
		margin-top: 50px;
	}

	.title1 img {
		width: 28px;
	}
}

@media screen and (max-width:999px) {
	.aggregation .piece .contactSlides {
		position: static;
	}

	.aggregation .piece {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.aggregation .piece .contactSlides {
		width: 100%;
		background-image: none;
	}

	.contactSlides .list {
		margin-bottom: 40px;
		display: flex;
		flex-wrap: wrap;
	}

	.contactSlides .list a {
		width: 32%;
		margin-right: 2%;
		margin-top: 10px;
		margin-bottom: 0;
	}

	.contactSlides .list a:nth-child(3n) {
		margin-right: 0;
	}

	.contactSlides .list a:nth-child(-n+3) {
		margin-top: 0;
	}

	.contactSlides .infoList .item {
		flex-direction: row;
	}

	.contactSlides .infoList .item i {
		margin-bottom: 0;
		margin-right: 20px;
	}

	.aggregation .describe .pTit {
		margin-bottom: 30px;
	}

	.aggregation .piece .contactSlides {
		margin-bottom: 40px;
	}

	.aggregation .piece .con {
		width: 100%;
	}

	.aggregation .describe .item .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.aggregation .describe .table table tr td {
		font-size: 14px;
		line-height: 26px;
	}

	.aggregation .describe .table table tr td:nth-child(1) {
		font-size: 16px;
		line-height: 28px;
	}

	.agCategory .list ul li a {
		font-size: 14px;
		line-height: 26px;
	}

	.agCategory .list>li>a {
		font-size: 16px;
		line-height: 28px;
	}

	.contactSlides .infoList .tit {
		color: #333333;
	}

	.contactSlides .infoList .num {
		color: #333333;
	}

	.contactSlides .infoList .tit {
		margin-bottom: 5px;
	}

	.agNews .item .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.relatedProducts .sTit,
	.agNews .title1,
	.adHeadings .pTit {
		margin-bottom: 30px;
	}

	.contactSlides .list a::after {
		opacity: 1;
	}

	.relatedProducts,
	.agContact {
		margin-top: 50px;
	}

	.aggregation .describe .item {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.contactSlides .list {
		justify-content: space-between;
	}

	.contactSlides .list a:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 10px;
	}

	.contactSlides .list a:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactSlides .infoList .item i {
		width: 45px;
		height: 45px;
		transform: translateY(4px);
	}

	.aggregation .describe .item .tit {
		margin-bottom: 14px;
	}

	.agCategory {
		margin-top: 40px;
	}

	.agCategory .list {
		justify-content: space-between;
	}

	.agCategory .list>li:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.agCategory .list>li:nth-child(-n+2) {
		margin-top: 0;
	}

	.relatedProducts {
		margin-top: 40px;
	}

	.aggregation .describe,
	.agContact,
	.agNews,
	.adHeadings {
		margin-top: 40px;
	}

	.title1 img {
		width: 24px;
	}
}


@media screen and (max-width:538px) {
	.contactSlides .line {
		margin-bottom: 30px;
	}

	.agContact .box {
		padding-left: 0;
	}

	.adHeadings .list p:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.adHeadings .list p:nth-child(1) {
		margin-top: 0;
	}

	.agNews .item {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding: 20px;
	}

	.agNews .item .tit {
		margin-bottom: 10px;
	}

	.agNews .item .msg {
		width: 100%;
	}

	.agNews .item .image {
		width: 100%;
		margin-bottom: 20px;
		height: 240px;
	}
}


@media screen and (max-width:400px) {
	.contactSlides .list a:nth-child(n) {
		width: 100%;
		margin-top: 14px;
	}

	.contactSlides .list a:nth-child(1) {
		margin-top: 0;
	}

	.agCategory .list>li:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.agCategory .list>li:nth-child(1) {
		margin-top: 0;
	}

	.agContact form>ul>li:nth-child(n) {
		width: 100%;
		margin-top: 14px;
	}

	.agContact form>ul>li:nth-child(1) {
		margin-top: 0;
	}
}


/* pager */

.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 39px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px !important;
	color: #999999;
	margin: 5px 4px;
	border: 1px solid #dddddd;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	color: #ffffff !important;
	background-color: #c7161e;
	border-color: #c7161e;
}


.pager .pageList a.iconfont {
	font-size: 12px !important;
}


.pager .addTo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 13px;
	width: 180px;
	height: 37px;
	background-color: #c7161e;
	position: relative;
	overflow: hidden;
	outline: 1px solid #c7161e;
	font-size: 14px !important;
	color: #ffffff;
}


.pager .addTo img {
	width: 15px;
	flex-shrink: 0;
	margin-left: 11px;
	filter: grayscale(100%) brightness(500%);
}


.pager .addTo:hover img {
	filter: grayscale(0%) brightness(100%);
}

.pager .addTo:hover {
	background-color: transparent;
	color: #c7161e;
}


.pager .addTo input {
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:1560px) {
	.innerBanner .title1 {
		margin-bottom: 10px;
	}

	.innerBanner {
		height: 320px;
	}

	.innerCrumb {
		padding: 14px 0;
	}

}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 280px;
	}

	.pager .pageList a {
		width: 36px;
		height: 36px;
	}

	.pager .addTo {
		height: 34px;
	}

	.pager .addTo img {
		width: 12px;
	}
}

@media screen and (max-width:999px) {

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 24px;
	}

	.innerBanner {
		height: 240px;
	}
}

@media screen and (max-width:768px) {
	.pager .pageList a {
		width: 32px;
		height: 32px;
	}

	.pager .addTo {
		height: 30px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 220px;
	}
}


/* footer */


footer {
	background-color: #191919;
}


footer .footerList {
	display: flex;
	padding: 88px 0 33px 0;
	position: relative;
	flex-wrap: wrap;
}


footer .footerList .box li {
	margin-top: 12px;
}


footer .footerList .box li:nth-child(1) {
	margin-top: 0;
}



footer .footerList .titBox .meuBtn {
	display: none;
}


footer .footerList .fMsg {
	width: 28%;
	margin-right: 18%;
}


footer .footerList .fLogo {
	width: 226px;
	flex-shrink: 0;
	margin-bottom: 26px;
	display: block;
	margin-top: 1px;
}

footer .footerList .tips {
	font-family: DMSans-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #b4b4b4;
	margin-bottom: 16px;
}

footer .footerList .fMsg .email {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}


footer .footerList .fMsg .email i {
	flex-shrink: 0;
	color: #c7161e;
	margin-right: 6px;
	font-size: 27px;
	transform: translateY(3px);
}


footer .footerList .fMsg .email a {
	font-family: DMSans-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	word-break: break-all;
}


footer .footerList .fLogo:hover img {
	transform: none;
}



footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}



footer .blogrolls a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: solid 1px #b4b4b4;
	color: #b4b4b4;
	margin: 5px 0;
	margin-right: 13px;
	font-size: 18px;
	border-radius: 5px;
}

footer .blogrolls a:hover {
	background-color: #ffffff;
	border-color: #ffffff;
}


footer .footerList .fProduct {
	width: 24%;
	margin-right: 3.6%;
}

footer .footerList .fNav {
	width: 14%;
	margin-right: 2%;
}



footer .footerList .fAbout {
	width: 10.4%;
}




footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: #b4b4b4;
}


footer .box a {
	display: flex;
	align-items: flex-start;
}


footer .box a i {
	flex-shrink: 0;
	margin-right: 4px;
	font-size: 12px;
	color: #ffffff !important;
}

footer .title {
	font-family: DMSans-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	display: inline-block;
}



footer .footerList .box {
	margin-top: 11px;
}


footer .fBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0 20px 0;
}



footer .copyright {
	font-size: 14px;
}

footer .copyright a {
	font-size: 14px;
	display: inline;
}


footer .copyright a:nth-child(1) {
	margin-left: 22px;
}

.supprot {
	font-size: 14px;
}

.supprot a,
.supprot img {
	display: inline;
}

.supprot a {
	margin-left: 5px;
}

footer .copyright a:hover img {
	transform: scale(1.1);
}


footer .email a {
	word-break: break-all;
}

footer .line {
	width: 100%;
	height: 1px;
	background-color: #414145;
}



@media screen and (max-width:1560px) {

	footer .footerList .fLogo {
		margin-top: 0;
		width: 190px;
	}

	footer .blogrolls a {
		width: 38px;
		height: 38px;
		font-size: 16px;
	}

	footer .footerList .tips {
		margin-bottom: 20px;
	}


	footer .footerList {
		padding: 60px 0;
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}



	footer .footerList .box li {
		margin-top: 10px;
	}

	footer .fBottom {
		padding: 30px 0;
	}


	footer .footerList .box {
		margin-top: 20px;
	}

	footer .footerList .fAbout {
		width: 15%;
	}


	footer .footerList .fMsg .email a {
		font-size: 18px;
	}

}

@media screen and (max-width:1333px) {
	footer .footerList .fLogo {
		width: 160px;
	}

	footer .footerList {
		padding: 50px 0;
	}

	footer .fBottom {
		padding: 20px 0;
	}

	footer .footerList .fMsg {
		width: 34%;
	}

	footer .footerList .fMsg .email a {
		font-size: 16px;
		line-height: 28px;
	}

	footer .footerList .fMsg .email {
		margin-bottom: 20px;
	}

	footer .blogrolls a {
		width: 34px;
		height: 34px;
	}

	footer .footerList .fAbout {
		width: 17%;
	}
}


@media screen and (max-width:999px) {
	footer .footerList .fLogo {
		width: 140px;
		margin-bottom: 20px;
	}

	footer .footerList .tips {
		margin-bottom: 10px;
	}

	footer .footerList {
		padding: 40px 0;
		flex-wrap: wrap;
	}

	footer .blogrolls a {
		font-size: 14px;
		height: 32px;
		width: 32px;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 10px;
	}

	footer .footerList>li:nth-child(1) {
		margin-bottom: 20px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .footerList .box {
		margin-top: 10px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 15px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 32px;
		height: 32px;
		font-size: 14px;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList .fContact .address .name,
	footer .footerList .fContact .address .num {
		line-height: 26px;
	}


	footer .footerList li.fContact .box ul li {
		margin-top: 10px;
	}

	footer .footerList li.fContact .box ul li.address {
		margin: 0;
	}

	footer .footerList .fContact .address {
		width: 100%;
		margin-top: 10px;
	}

	footer .fBottom {
		padding-bottom: 80px;
		flex-direction: column;
		align-items: flex-start;
	}

	footer a,
	footer p,
	footer div,
	footer .fBottom .links span,
	footer .fBottom .links a {
		font-size: 14px;
	}

	footer .footerList .tips {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	footer .footerList .fLogo {
		width: 140px;
	}

	footer .footerList .titBox .meuBtn {
		font-size: 12px;
	}

}

@media screen and (max-width:538px) {

	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .fInquiry ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(-n+1) {
		margin-top: 0;
	}

	footer .footerLinks a:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerLinks a img {
		width: 24px;
	}

	footer .footerLinks a:nth-child(1) {
		margin-top: 0;
	}

	footer .top {
		bottom: 140px;
	}

	footer::after {
		border-radius: 0 40px 0 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: DMSans-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: 999;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background-color: #ffffff;
	color: #333333;
	margin-bottom: 12px;
	margin-right: 3px;
	font-size: 26px;
	box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.15);
}


.lianxi .top a {
	width: 56px;
	height: 56px;
	background-color: #ffffff;
	color: #333333;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.lianxi .top i {
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

.lianxi .top:hover i {
	color: #ffffff;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #c7161e;
	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;
	pointer-events: none;
}

.lianxi .code:hover img {
	transform: translateX(0);
	opacity: 1;
	pointer-events: all;
}

.lianxi .phone {
	position: relative;
}

.lianxi .phone .num {
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	height: auto;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	width: max-content;
	max-width: 0;
	padding: 0;
}

.lianxi .phone:hover .num {
	padding: 0 20px;
	max-width: 200px;
}

.lianxi .phone .num:hover {
	background-color: #ffffff;
	color: #333333;
	cursor: initial;
}


@media screen and (max-width: 1600px) {

	.lianxi div a,
	.lianxi div div {
		width: 46px;
		height: 46px;
		font-size: 22px;
	}

	.lianxi .top a {
		width: 46px;
		height: 46px;
	}

	.lianxi .top a i {
		font-size: 20px;
	}
}

@media screen and (max-width:999px) {
	.lianxi .top a {
		width: 20%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.lianxi div {
		width: 20%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 20px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}

	.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 .phone .num {
		left: 50%;
		transform: translateX(-50%);
		top: auto;
		bottom: 0%;
		z-index: -1;
		padding: 0 20px;
		max-width: 200px;
	}

	.lianxi .phone.active .num {
		bottom: calc(100% + 10px);
		box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
	}

	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: #dfdfdf;
		color: #fff;
	}

	.lianxi div.active div {
		background-color: #c7161e;
		color: #fff;
	}

	.lianxi div.active div.num {
		background-color: #ffffff;
		color: #c7161e !important;
	}

}





@font-face {
	font-family: 'Inter-Bold';
	src: url('../fonts/InterBold.eot');
	src: url('../fonts/InterBold.eot') format('embedded-opentype'),
		url('../fonts/InterBold.woff2') format('woff2'),
		url('../fonts/InterBold.woff') format('woff'),
		url('../fonts/InterBold.ttf') format('truetype'),
		url('../fonts/InterBold.svg#InterBold') format('svg');
}

@font-face {
	font-family: 'DMSans-Regular';
	font-display: swap;
	src: url('../fonts/DMSansRegular.eot');
	src: url('../fonts/DMSansRegular.eot') format('embedded-opentype'),
		url('../fonts/DMSansRegular.woff2') format('woff2'),
		url('../fonts/DMSansRegular.woff') format('woff'),
		url('../fonts/DMSansRegular.ttf') format('truetype'),
		url('../fonts/DMSansRegular.svg#DMSansRegular') format('svg');
}


@font-face {
	font-family: 'DMSans-Bold';
	src: url('../fonts/DMSansBold.eot');
	src: url('../fonts/DMSansBold.eot') format('embedded-opentype'),
		url('../fonts/DMSansBold.woff2') format('woff2'),
		url('../fonts/DMSansBold.woff') format('woff'),
		url('../fonts/DMSansBold.ttf') format('truetype'),
		url('../fonts/DMSansBold.svg#DMSansBold') format('svg');
}


@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('iconfont.woff?t=1754534096617') format('woff'),
		url('iconfont.ttf?t=1754534096617') 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-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}