@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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	background-color: #fff;
	overflow: hidden;
}

ul {
	list-style: none;
}

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

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

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

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

.standardLink a:hover {
	color: #136ff8 !important;
}

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

.standardEdit p {
	position: relative;
}

.standardEdit a {
	color: #015299;
}

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



.standardEdit video,
.standardEdit iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}
.standardEdit p video,
.standardEdit p iframe {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 400px;
	object-fit: cover;
	left: 0;
	top: 0;
}
a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: 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;
	}
}

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

	input,
	textarea,
	select {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

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

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

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

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

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

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

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


@media screen and (max-width:1600px) {
	.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:538px) {
	.standardRange {
		padding: 30px 0 30px 0 !important;
	}
}





@media screen and (max-width:1600px) {
	.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;
	}

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

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


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





.oneRow {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

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

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

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


.clear {
	clear: both;
}

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

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

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #136ff8;
		right: 2.5%;
		top: 24px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
	display: none
}

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

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

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

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

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

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

.swiper-scrollbar-lock {
	display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
	overflow: visible
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
	overflow: visible
}

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

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

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

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

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

.swiper-cards {
	overflow: visible
}

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




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


/* allnav */
nav {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	width: 100%;
	height: 84px;
	z-index: 9999;
}

.bannerRange {
	margin-top: 84px;
}

nav:hover {
	background-color: #111111;
}

nav.active,
nav.active2 {
	background-color: #111111;
}

nav a {
	display: block;
}

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


nav .logo {
	width: 168px;
	flex-shrink: 0;
}

nav .logo:hover img {
	transform: scale(1, 1);
}

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


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


nav .navList .btns {
	margin-left: 20px;
}

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

nav .navList>ul>li:nth-child(2) {
	position: static;
}

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


nav .navList>ul>li>a {
	font-family: Montserrat-Light;
	font-size: 18px;
	color: #ffffff;
	height: 84px;
	line-height: 84px;
}

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


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

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

nav.active form {
	box-shadow: 0 0 10px rgba(122, 122, 122, .3);
}

nav .btns .search form {
	position: absolute;
	top: 100%;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 30px;
	width: 0px;
	padding: 0;
	overflow: hidden;
	right: 0;
}

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


nav .btns .search form input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #111111;
	font-family: Montserrat-Light;

}

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

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

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

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}


nav .btns .searchBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}


nav .btns .searchBtn i {
	font-size: 18px;
	color: #ffffff;
}

nav .btns .searchBtn:hover i {
	color: #136ff8;
}

nav .btns .image {
	width: 111px;
	flex-shrink: 0;
	margin-left: 23px;
	transform: translateY(-3px);
}



/* nProduct */
.nProduct {
	position: absolute;
	top: 100%;
	width: 100%;
	background-color: #222222;
	left: 0%;
	height: 593px;
	overflow: auto;
	padding: 35px 0 10px 0;
	display: none;
	transition: none;
	z-index: 99;

}

.nProduct::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	background-color: #00000040;
	border-radius: 10px;
}

.nProduct::-webkit-scrollbar-thumb {
	background-color: #136ff8;
	border-radius: 10px;
}

.nProduct::-webkit-scrollbar-track {
	background-color: transparent;
}

.nProduct ul {
	display: flex;
	flex-wrap: wrap;
}

.nProduct ul li {
	width: 19%;
	margin-right: 1.25%;
	margin-bottom: 48px;
}


.nProduct ul li:nth-child(5n) {
	margin-right: 0;
}

.nProduct ul li .name {
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;

}


.nProduct ul li .name:hover {
	color: #136ff8;
}


.nProduct ul li .image {
	overflow: hidden;
}


/* moreList */
.moreList,
.moreList ul {
	position: absolute;
	width: 178px;
	background-color: #222222;
	padding: 20px 0 14px 0;
	display: none;
	transition: none;
	z-index: 99;
}

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

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

.moreList li {
	position: relative;
	margin-bottom: 14px;
}

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

.moreList li a {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	padding: 0 16.5px;
}

.moreList li:hover>a {
	color: #136ff8;
}




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

	nav .logo {
		width: 130px;
	}

	nav,
	nav .navList>ul>li>a,
	nav .btns .search {
		height: 70px;
	}

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

	.bannerRange {
		margin-top: 70px;
	}

	.nProduct ul li .name {
		font-size: 16px;
		line-height: 26px;
	}

	.nProduct ul li {
		margin-bottom: 30px;
	}

	.nProduct {
		padding: 35px 0;
	}

	.nProduct {
		height: 400px;
	}

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

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

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

	nav .btns .search form {
		height: 28px;
	}

	nav .btns .search form .subBtn {
		width: 28px;
		height: 28px;
	}

	nav .btns .search form .subBtn i {
		font-size: 16px;
	}

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

	.moreList li {
		margin-bottom: 10px;
	}

	.moreList ul {
		top: -15px;
	}

	nav,
	nav .navList>ul>li>a,
	nav .btns .search {
		height: 60px;
	}

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

	.bannerRange {
		margin-top: 60px;
	}

}

@media screen and (max-width:1200px) {
	nav .logo {
		width: 90px;
	}

	nav .btns .image {
		margin-left: 10px;
		width: 100px;
	}

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

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

	.nProduct ul li:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
	}

	.nProduct ul li:nth-child(4n) {
		margin-right: 0;
	}

	.nProduct ul li .name {
		font-size: 14px;
		line-height: 24px;
	}

	.nProduct {
		height: 300px;
	}
}

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

	nav,
	nav .navList>ul>li>a,
	nav .btns .search {
		height: 50px;
	}

	.bannerRange {
		margin-top: 50px;
	}

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

	nav .navList>ul {
		display: none;
	}

	nav {
		background-color: #111111;
	}

	nav .btns .search {
		display: none;
	}

	nav .btns .image {
		margin-right: 60px;
		transform: translateY(0);
	}
}

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

	nav,
	nav .navList>ul>li>a,
	nav .btns .search {
		height: 45px;
	}

	.bannerRange {
		margin-top: 45px;
	}

	header .xnav .nav {
		top: 22.5px;
	}
}

@media screen and (max-width:538px) {
	nav .btns .image {
		width: 80px;
		margin-right: 50px;
	}

	nav .logo {
		width: 80px;
	}
}










/* indexBanner */
.indexBanner{
	transition: none;
}
.indexBanner img {
	display: block;
	max-width: none;
	height: 100%;
}

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

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

.indexBanner .swiper {
	width: 100vw;
	height: 100vh;
}

.indexBanner .swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.indexBanner .btns {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	width: 282px;
	height: 62px;
	z-index: 99;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.indexBanner .btns>div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	background-color: #ffffff;
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #333333;
	cursor: pointer; text-transform:uppercase;
}

.indexBanner .btns>div:hover {
	background-color: #136ff8;
	color: #ffffff;
}


.indexBanner .btns>div:first-child {
	position: relative;
}


.indexBanner .btns>div:first-child::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 25px;
	background-color: #333333;
	right: 0;
	transition: .4s ease all;
}

.indexBanner .btns:hover>div:first-child::after {
	height: 0;
}

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

.indexBanner .sign {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 99;
	bottom: 16px;
}

.indexBanner .sign .mouseSign {
	width: 20px;
	margin-bottom: 2px;
}

.indexBanner .sign .bArr {
	width: 11px;
	margin-bottom: 2px;
	animation: beat 2s linear infinite alternate running;
}

.indexBanner .sign .tip {
	font-family: Montserrat-Light;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	text-align: center;
}


@keyframes beat {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(0);
	}
}


@media screen and (max-width:1600px) {
	.indexBanner .btns {
		height: 50px;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .swiper {
		width: 100%;
		height: auto;
	}

	.indexBanner .swiper img {
		max-width: 100%;
	}

	.indexBanner .btns>div {
		font-size: 14px;
		line-height: 24px;
	}

	.indexBanner .btns {
		height: 40px;
		width: 240px;
	}

	.indexBanner .btns>div:first-child::after {
		height: 20px;
	}

	.indexBanner .sign .mouseSign {
		width: 18px;
	}

	.indexBanner .sign .tip {
		font-size: 12px;
	}

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

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

	.indexBanner .sign {
		display: none;
	}

	.indexBanner .swiper-pagination {
		display: block;
		bottom: 20px;
	}

	.indexBanner .swiper-pagination span {
		background-color: #ffffff;
		border-radius: 0;
		width: 20px;
		height: 4px;
	}

	.bannerRange2 {
		margin-top: 45px;
	}
}

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

	.indexBanner .swiper-pagination span {
		width: 15px;
		height: 3px;
	}
}

/* indexM1-1 */

.iProduct {
	padding: 60px 0 103px 0;
	background-color: #f2f2f2;
}


.iProduct .msg {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.iProduct .lTit {
	margin-bottom: 5px;
}

.lTit {
	font-family: Montserrat-Light;
	font-size: 40px;
	line-height: 45px;
	color: #666666;
	display: flex;
	align-items: center;
}


.lTit::before {
	content: "";
	width: 100px;
	height: 4px;
	background-color: #136ff8;
	border-radius: 1px;
	flex-shrink: 0;
	margin-right: 12px;
	transform: translateY(2px);
}



.iTit {
	font-family: Montserrat-Bold;
	font-size: 44px;
	line-height: 50px;
	color: #333333;
	padding-left: 60px;
}


.iProduct .swiper {
	overflow: visible;
	clip-path: polygon(-1% -1000%, 101% -1000%, 101% 1000%, -1% 1000%);
}


.sbtns {
	display: flex;
	flex-shrink: 0;
	margin-left: 30px;
}

.sbtn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #136ff8;
	border-radius: 1px;
	color: #000000;
	width: 43px;
	height: 43px;
	cursor: pointer;
	border: 1px solid #136ff8;
}

.sbtn:hover {
	background-color: #ffffff;
	color: #136ff8;
}


.sbtn.iconfont {
	font-size: 26px;
}

.sbtns .sbtn.prev {
	margin-right: 16px;
}


.iProduct .swiper-slide {
	border-radius: 1px;
	background-color: #ffffff;
	padding: 42px 23px 45px 23px;
	transition: .4s ease box-shadow;
}


.iProduct .swiper-slide:hover {
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.1);
}


.iProduct .swiper-slide .name {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	padding-bottom: 11px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 19px;
}

.iProduct .swiper-slide .name:hover::after {
	background-color: #136ff8;
}

.iProduct h2 {
	font-weight: normal;
}

.iProduct .swiper-slide .name::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 38px;
	height: 2px;
	background-color: #000000;
	border-radius: 1px;
	transition: .4s ease all;
}


.iProduct .swiper-slide .image {
	overflow: hidden;
	margin-bottom: 22px;
}

.cBtn {
	display: flex;
	align-items: center;
	font-family: Montserrat-Bold;
	font-size: 16px;
	color: #000000; text-transform:uppercase;
}




.cBtn i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background-color: #136ff8;
	border-radius: 1px;
	color: #000000;
	flex-shrink: 0;
	margin-left: 6px;
}


.cBtn:hover i {
	transform: translateX(5px);
}

@media screen and (max-width:1600px) {
	.iProduct .swiper-slide {
		padding: 30px 20px;
	}

	.iProduct .msg {
		margin-bottom: 50px;
	}

	.lTit {
		font-size: 32px;
	}

	.lTit::before {
		transform: translateY(0);
		width: 80px;
		height: 3px;
	}

	.sbtn {
		width: 40px;
		height: 40px;
	}

	.sbtn.iconfont {
		font-size: 22px;
	}

	.iProduct .swiper-slide .name {
		font-size: 20px;
		line-height: 30px;
	}
}

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

	.lTit::before {
		width: 60px;
	}

	.iProduct .lTit {
		margin-bottom: 10px;
	}

	.iTit {
		padding-left: 40px;
	}

	.sbtn {
		width: 35px;
		height: 35px;
	}

	.iProduct .swiper-slide {
		padding: 20px;
	}

	.iProduct .swiper-slide .name {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 10px;
	}

	.iProduct .msg {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.iProduct .swiper-slide .name {
		font-size: 16px;
		line-height: 26px;
	}

	.sbtn {
		width: 30px;
		height: 30px;
	}

	.cBtn {
		font-size: 14px;
	}

	.cBtn i {
		margin-left: 8px;
		width: 18px;
		height: 18px;
	}

	.lTit {
		font-size: 24px;
		line-height: 30px;
	}

	.lTit::before {
		width: 50px;
		height: 2px;
	}
}

@media screen and (max-width:768px) {
	.lTit {
		font-size: 22px;
	}

	.iTit {
		padding-left: 30px;
	}

	.lTit::before {
		width: 40px;
	}

	.iProduct .msg {
		margin-bottom: 30px;
	}

	.cBtn {
		font-size: 12px;
		line-height: 22px;
	}

	.cBtn i {
		width: 16px;
		height: 16px;
	}

	.iProduct .swiper-slide .name {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.iProduct .swiper-slide .image {
		margin-bottom: 20px;
	}

	.sbtn.iconfont {
		font-size: 20px;
	}

	.sbtn {
		width: 28px;
		height: 28px;
	}
}

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

	.sbtns {
		margin-left: 0;
	}

	.iProduct .msg .title {
		margin-bottom: 30px;
	}

	.iTit {
		padding-left: 0;
	}

	.lTit {
		font-size: 20px;
	}

	.iProduct .swiper-slide {
		padding: 15px 10px;
	}
}




/* indexM2-1 */
.application {
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}


.application .item {
	position: relative;
	width: 33.3333%;
}

.application .item:nth-child(1),
.application .item:nth-child(2) {
	width: 50%;
}

.application .item:nth-child(1) .msg,
.application .item:nth-child(2) .msg {
	padding: 35px 100px;
}

.application .item::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	pointer-events: none;
	transition: .4s ease all;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}


.application .item:hover::after {
	background-color: rgba(0, 0, 0, 0);
}




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


.application .msg {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 36px 60px;
	z-index: 2;
}

.application .msg .name {
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

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

	.application .item:nth-child(1) .msg,
	.application .item:nth-child(2) .msg {
		padding: 30px 60px;
	}

	.application .msg {
		padding: 30px 40px;
	}

	.application .msg .name {
		font-size: 18px;
	}
}

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

	.application .item:nth-child(1) .msg,
	.application .item:nth-child(2) .msg {
		padding: 20px 40px;
	}

	.application .msg {
		padding: 20px 40px;
	}
}

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

	.application .item:nth-child(1) .msg,
	.application .item:nth-child(2) .msg {
		padding: 20px 30px;
	}

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

	.application .item:hover::after,
	.application .item::after {
		background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .4) 100%)
	}
}

@media screen and (max-width:768px) {
	.application .msg {
		padding: 10px 20px;
	}

	.application .item:nth-child(1) .msg,
	.application .item:nth-child(2) .msg {
		padding: 10px 20px;
	}
}

@media screen and (max-width:538px) {
	.application .item:nth-child(n) {
		width: 100%;
		height: 120px;
		overflow: hidden;
	}

	.application .item:nth-child(n) img {
		object-fit: cover;
		max-width: none;
		width: 100%;
		transform: translateY(-20%);
	}
}



/* indexM3-1 */

.iAbout {
	padding: 76px 0 79px 0;
}


.iAbout .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	transform: translateX(2%);
}


.iAbout .msg {
	width: 40%;
}

.iAbout .des {
	width: 54.4%;
}

.iAbout .msg .lTit {
	margin-bottom: 53px;
}

.iAbout .msg .title {
	font-family: Montserrat-Bold;
	font-size: 32px;
	line-height: 38px;
	color: #333333;
	display: block;
	margin-bottom: 74px;
}

.iAbout .des .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 24px;
	margin-top: -5px;
	hyphens: auto;
	padding-right: 6%;
}

.iAbout .des .list {
	padding-right: 6%;
}

.iAbout .des .list .item {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.iAbout .des .list .item:last-child {
	margin-bottom: 0;
}


.iAbout .des .list .item .image {
	flex-shrink: 0;
	width: 39px;
	margin-right: 10px;
	transform: translateY(2px);
}

.iAbout .des .list .item .name {
	font-family: Montserrat-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

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

	.iAbout .des .txts,
	.iAbout .des .list {
		padding-right: 0;
	}

	.iAbout .con {
		transform: translateY(0);
	}

	.iAbout .msg .title {
		font-size: 28px;
		line-height: 35px;
	}
}

@media screen and (max-width:1333px) {
	.iAbout .msg .title {
		font-size: 26px;
		line-height: 35px;
		margin-bottom: 60px;
	}

	.iAbout .msg .lTit {
		margin-bottom: 35px;
	}

	.iAbout .des .list .item .image {
		transform: translateY(0);
		width: 30px;
	}
}

@media screen and (max-width:999px) {
	.iAbout .des .list .item .image {
		width: 28px;
	}

	.iAbout .msg .title {
		font-size: 22px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.iAbout .msg .title {
		font-size: 20px;
		margin-bottom: 30px;
	}

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

	.iAbout .des {
		width: 100%;
	}

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

	.iAbout .msg .lTit {
		margin-bottom: 20px;
	}

	.iAbout .msg .title {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.iAbout .msg .title {
		font-size: 18px;
		line-height: 28px;
	}
}


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


.ability .item {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex: 1;
	margin-right: 20px;
}

.ability .item:last-child {
	margin-right: 0;
}

.ability .item .msg {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 25px 30px 25px 30px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%)
}



.ability .item .image {
	overflow: hidden;
}


.ability .item a:hover img {
	transform: scale(1, 1);
}


.ability .item .msg .name {
	font-family: Montserrat-Bold;
	font-size: 26px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 16px;
}

.ability .item .msg .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	min-height: 56px;
}

@media screen and (max-width:1600px) {
	.ability .item .msg .name {
		font-size: 20px;
		line-height: 30px;
	}

	.ability .item .msg {
		padding: 30px 20px;
	}

	.ability .item {
		margin-right: 10px;
	}
}

@media screen and (max-width:1333px) {
	.ability .item .msg {
		padding: 20px;
	}

	.ability .item .msg .name {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.ability .item .msg .txts {
		min-height: 56px;
	}
}

@media screen and (max-width:999px) {
	.ability .item .msg .name {
		font-size: 16px;
		line-height: 26px;
	}

	.ability .item .msg .txts {
		min-height: 52px;
	}

	.ability .item .msg {
		padding: 10px;
	}
}

@media screen and (max-width:768px) {
	.ability {
		justify-content: space-between;
	}

	.ability .item {
		width: 49%;
		flex: none;
		margin-right: 0;
		margin-bottom: 10px;
		height: 200px;
		overflow: hidden;
	}

	.ability .item .msg .name {
		font-size: 14px;
		line-height: 24px;
	}

	.ability .item .msg .txts {
		min-height: 48px;
	}
}

@media screen and (max-width:538px) {
	.ability .item {
		height: 150px;
	}
}


/* index4-1 */

.iStructure {
	padding: 76px 0 86px 0;
	background-image: url("../images/indexM4-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.structure {
	position: relative;
}

.iStructure .structure {
	margin-bottom: 102px;
}

.structure ul {
	width: 28.1%;
	position: absolute;
	top: 50%;
	transform: translateY(-48%);
}

.structure ul:nth-child(1) {
	left: 0;
}

.structure ul:nth-child(2) {
	right: 0;
}


.structure ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
}

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


.structure ul li .image {
	position: relative;
	width: 158px;
	flex-shrink: 0;
}


.structure ul li .image i {
	position: absolute;
	right: 0;
	bottom: 2px;
}


.structure ul li .image:hover img {
	transform: scale(1, 1);
}


.structure ul li .image:hover i {
	color: #136ff8;
}


.structure ul .tit {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transform: translateY(-6px);
}


.structure ul .tit .name {
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
}

.structure ul .tit .num {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 28px;
	color: #999999;
}

.structure ul:nth-child(2) li {
	flex-direction: row-reverse;
}

.structure ul:nth-child(2) li .tit {
	flex-direction: row-reverse;
	margin-right: 20px;
}


.structure ul:nth-child(2) li .num {
	margin-right: 10px;
}

.structure ul:nth-child(1) li .tit {
	margin-left: 20px;
}


.structure ul:nth-child(1) li .num {
	margin-left: 7px;
}

.structure ul:nth-child(1) li .tit .name {
	text-align: right;
}



.iStructure .title1 {
	font-family: Montserrat-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #333333;
	text-align: center;
	display: block;
	margin-bottom: 21px;
}



.iStructure .txts {
	font-family: Montserrat-Light;
	font-size: 20px;
	line-height: 28px;
	color: #666666;
	text-align: center;
	width: 91%;
	margin: 0 auto 25px;
	hyphens: auto;
}



.iStructure .cBtn {
	justify-content: center;
}

.structure .swiperBox {
	width: 34.07142%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}



.structure .swiperBox .circleList .item {
	position: absolute;
	z-index: 99;
	cursor: pointer;
}

.structure .swiperBox .circleList .item .circle {
	width: 22px;
	height: 22px;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	animation: flickerAnimation 1.5s infinite linear;
}

@keyframes flickerAnimation {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}
}



.structure .swiperBox .circleList .item .circle::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #136ff8;
	border-radius: 50%;
}

.structure .swiperBox .circleList .item .num {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: transparent;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Montserrat-Bold;
	font-size: 26px;
	line-height: 30px;
	color: #136ff8;
	border: solid 0px #ffffff;
	width: 0;
	height: 0;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(122, 122, 122, .4);
}

.structure .swiperBox .circleList .item.active .circle {
	opacity: 0;
}

.structure .swiperBox .circleList .item.active .num {
	width: 72px;
	height: 72px;
	border-width: 3px;
}


.structure .swiperBox .circleList .item:nth-child(1) {
	top: 21.8%;
	left: 49%;
}

.structure .swiperBox .circleList .item:nth-child(2) {
	top: 71.3%;
	left: 57.6%;
}

.structure .swiperBox .circleList .item:nth-child(3) {
	top: 54.6%;
	left: 32.6%;
}

.structure .swiperBox .circleList .item:nth-child(4) {
	top: 89.35%;
	left: 57.6%;
}

.structure .swiperBox .circleList .item:nth-child(5) {
	top: 90.66%;
	left: 42.4%;
}

.structure .swiperBox .circleList .item:nth-child(6) {
	top: 35.4%;
	left: 69%;
}

@media screen and (max-width:1600px) {
	.structure ul .tit .num {
		font-size: 20px;
		line-height: 30px;
	}

	.structure ul .tit .name {
		font-size: 18px;
		line-height: 28px;
	}

	.structure ul li .image {
		width: 120px;
	}

	.structure ul {
		margin-top: 0;
	}

	.structure .swiperBox .circleList .item.active .num {
		width: 60px;
		height: 60px;
		border-width: 2px;
		font-size: 22px;
	}

	.structure .swiperBox .circleList .item .circle {
		width: 18px;
		height: 18px;
	}

	.structure .swiperBox .circleList .item .circle::after {
		width: 6px;
		height: 6px;
	}

	.structure ul li {
		margin-bottom: 70px;
	}
}

@media screen and (max-width:1333px) {
	.structure ul li .image {
		width: 100px;
	}

	.structure ul li .image i {
		font-size: 14px;
	}

	.structure .swiperBox .circleList .item.active .num {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}

	.structure ul li {
		margin-bottom: 50px;
	}

	.structure ul .tit .name {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	.structure ul .tit .num {
		font-size: 18px;
	}

	.iStructure .structure {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1200px) {
	.structure ul {
		width: 31.5%;
	}
}

@media screen and (max-width:999px) {
	.structure ul .tit .name {
		font-size: 14px !important;
		line-height: 24px !important;
	}

	.iStructure .structure {
		margin-bottom: 60px;
	}

	.structure ul li {
		margin-bottom: 40px;
	}

	.structure ul li .image {
		width: 70px;
	}

	.structure ul:nth-child(1) li .tit {
		margin-left: 15px;
	}

	.structure ul:nth-child(2) li .tit {
		margin-right: 15px;
	}

	.structure .swiperBox .circleList .item.active .num {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}

	.iStructure .structure {
		margin-bottom: 50px;
	}
}


@media screen and (max-width:768px) {
	.structure ul {
		position: static;
		width: 48%;
		transform: translateY(0);
	}

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

	.structure ul:nth-child(n) li:nth-child(n) {
		flex-direction: row;
	}

	.structure ul:nth-child(n) li .tit {
		flex-direction: row;
	}

	.structure ul:nth-child(n) li .num {
		margin-left: 10px;
	}

	.structure .swiperBox {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 30px;
	}

	.structure ul:nth-child(n) li .tit .name {
		text-align: right;
	}

	.structure ul .tit .name {
		font-size: 12px !important;
		line-height: 22px !important;
	}

	.structure ul .tit .num {
		font-size: 16px;
		line-height: 26px;
	}

	.iStructure .structure {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.structure .swiperBox {
		max-width: 280px;
	}

	.structure ul:nth-child(n) li:nth-child(n) {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.structure ul:nth-child(n) li .tit {
		margin-left: 0;
		margin-bottom: 10px;
		flex-direction: row-reverse;
	}

	.structure ul:nth-child(n) li .num {
		margin-left: 0;
		margin-right: 10px;
	}

	.structure ul:nth-child(n) li .tit .name {
		text-align: left;
	}

	.structure ul li .image {
		width: 100px;
	}

	.structure ul li {
		margin-bottom: 20px;
	}

	.iStructure .structure {
		margin-bottom: 30px;
	}

	.structure .swiperBox {
		max-width: 260px;
	}
}

/* index5-1 */


.iCustomer {
	padding: 71px 0 73px 0;
	background-color: #191917;
}

.customer .lTit {
	margin-bottom: 5px;
	color: #ffffff;
}

.customer .title {
	margin-bottom: 67px;
}

.customer .title .title1 {
	color: #ffffff;
}


.customer .swiper {
	margin-bottom: 73px;
}

.customer .swiper-slide {
	padding-left: 41px;
	position: relative;
	height: auto;
}

.customer .swiper-slide .image {
	width: 96px;
	height: 96px;
	position: absolute;
	left: 0;
	top: 35px;
	z-index: 9;
}

.customer .swiper-slide .image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #136ff8;
	border-radius: 1px;
	right: -2px;
	bottom: -3px;
	z-index: -1;
}



.customer .swiper-slide .msg {
	background-color: #ffffff;
	padding: 38px 54px 56px 81px;
	position: relative;
	height: 100%;
}


.customer .msg .name {
	font-family: Montserrat-Bold;
	font-size: 20px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 15px;
}

.customer .msg .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 28px;
	color: #666666;overflow: hidden;
text-overflow: inherit;
display: initial;
-webkit-box-orient: initial;
-webkit-line-clamp: none;
}

.customer .msg .sign {
	position: absolute;
	right: 37px;
	bottom: 16px;
	width: 24px;
}

.customer .swiper-pagination {
	position: static;
}

.customer .swiper-pagination span {
	width: 14px;
	height: 14px;
	background-color: #666666;
	border-radius: 1px;
	opacity: 1;
	margin: 0 8px !important;
}

.customer .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #136ff8;
}


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

	.customer .swiper {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.customer .title {
		margin-bottom: 40px;
	}

	.customer .swiper-slide .image {
		width: 80px;
		height: 80px;
	}

	.customer .swiper-slide .msg {
		padding: 20px 30px 40px 60px;
	}

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

	.customer .swiper-slide .image {
		top: 25px;
	}

	.customer .msg .sign {
		width: 20px;
	}

	.customer .swiper {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.customer .msg .name {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.customer .swiper-slide .image {
		width: 60px;
		height: 60px;
	}

	.customer .swiper-slide .msg {
		padding: 20px 30px 40px 40px;
	}

	.customer .msg .sign {
		right: 20px;
		bottom: 10px;
	}

	.customer .swiper {
		margin-bottom: 30px;
	}

	.customer .swiper-pagination span {
		width: 12px;
		height: 12px;
	}
}

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

	.customer .swiper-slide .msg {
		padding: 20px 40px 30px;
	}

	.customer .msg .name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:538px) {
	.customer .swiper-slide .msg {
		padding: 20px 30px 30px;
	}

	.customer .swiper {
		margin-bottom: 20px;
	}

	.customer .swiper-pagination span {
		width: 10px;
		height: 10px;
		margin: 0 6px !important;
	}
}


.iNews {
	padding: 63px 0 84px 0;
}

.iNews .title .lTit {
	margin-bottom: 5px;
}

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

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


.iNews .list .newItem {
	width: 31.857%;
	margin-right: 2.2145%;
}

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

.newItem .image {
	overflow: hidden;
	margin-bottom: 32px;
}


.newItem .time {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 25px;
	color: #136ff8;
}


.newItem .name {
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.newItem .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 26px;
	min-height: 56px;
}



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

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

	.newItem .time {
		margin-bottom: 10px;
	}

	.newItem .name {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

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

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

	.newItem .image {
		margin-bottom: 10px;
	}

	.newItem .time {
		margin-bottom: 5px;
	}

	.newItem .txts {
		margin-bottom: 15px;
	}

}

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

	.newItem .txts {
		margin-bottom: 10px;
		min-height: 52px;
	}
}

@media screen and (max-width:768px) {
	.newItem .txts {
		min-height: 48px;
	}

	.iNews .list .newItem:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.iNews .list .newItem:nth-child(2n) {
		margin-right: 0;
	}

	.iNews .list .newItem:last-child {
		margin-bottom: 0;
	}

	.newItem .name {
		font-size: 14px;
		line-height: 24px;
	}
}



/* 2-1product-list */



.productList {
	padding: 80px 0 87px 0;
	background-color: #f2f2f2;
}

.productList .goods {
	margin-bottom: 87px;
}


.goods .lTit {
	margin-bottom: 41px;
	font-family: Montserrat-Bold;
	color: #333333;
	font-size: 38px; text-transform:uppercase;
}

.goods .lTit::before {
	margin-right: 16.5px;
	transform: translateY(0);
}

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

.goods .list .productItem {
	width: 23.7142%;
	margin-right: 1.7144%;
	margin-bottom: 29px;
}

.goods .list {
	margin-bottom: -29px;
}

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


.productItem {
	background-color: #ffffff;
	padding: 24px 24px 45px;
}

.productItem:hover {
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.1);
}

.productItem .name {
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	position: relative;
	min-height: 56px;
	margin-bottom: 20px;
}

.productItem .name::after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 38px;
	height: 2px;
	background-color: #000000;
	transition: .4s ease all;
}


.productItem .name:hover:after {
	background-color: #136ff8;
}

.productItem .image {
	overflow: hidden;
	margin-bottom: 25px;
}

@media screen and (max-width:1600px) {
	.goods .lTit {
		font-size: 32px;
		line-height: 45px;
		margin-bottom: 50px;
	}

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

	.productItem {
		padding: 24px;
	}

	.productList .goods {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.goods .lTit {
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 40px;
	}

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

	.productItem .name::after {
		bottom: -10px;
	}

	.goods .list .productItem {
		margin-bottom: 25px;
	}

	.goods .list {
		margin-bottom: -25px;
	}

	.productList .goods {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.goods .lTit {
		font-size: 24px;
	}

	.productItem .name {
		font-size: 14px;
		line-height: 24px;
		min-height: 48px;
	}

	.productItem {
		padding: 20px;
	}

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

	.goods .list .productItem {
		margin-bottom: 20px;
	}

	.goods .list {
		margin-bottom: -20px;
	}

	.productList .goods {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.goods .lTit {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.productItem .name {
		font-size: 12px;
		line-height: 22px;
		min-height: 44px;
	}

	.cBtn {
		font-size: 12px;
		line-height: 22px;
	}

	.goods .list .productItem:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 15px;
	}

	.goods .list {
		margin-bottom: -15px;
	}

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

	.productList .goods {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.productItem .name::after {
		bottom: -8px;
		width: 34px;
		height: 1px;
	}

	.goods .lTit {
		font-size: 20px;
	}

	.goods .list .productItem:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}

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

	.productItem .image {
		margin-bottom: 20px;
	}
}


/* 2-2product-details */

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


.productShow {
	display: flex;
	justify-content: space-between;
	margin-bottom: 82px;
}


.productShow .box {
	display: flex;
	justify-content: space-between;
	flex-shrink: 0;
	margin-right: 5%;
	align-items: center;
}

.productShow .box .showSipwer {
	width: 560px;
	/* height: 560px; */
	margin-right: 17px;
	overflow: hidden;
	background-color: #fff;
}


.productShow .box .checkSwiper {
	width: 125px;
	height: 560px;
	overflow: hidden;
}

.productShow .box .swiperBox {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}




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


.productShow .box .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: .4s ease all;
	pointer-events: none;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .5);
}

.productShow .box .checkSwiper .swiper-slide-thumb-active::after {
	background-color: rgba(255, 255, 255, 0);
}




.productShow .jianjie {
	flex: 1;
	padding: 26px 0;
}



.productShow .jianjie h1 {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 35px;
	font-weight: normal;
}




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

.productShow .jianjie .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.productShow .jianjie .txts p strong {
	font-family: Montserrat-Bold;
	font-size: 16px;
	line-height: 34px;
	color: #666666;
}



.showSipwerBox {
	position: relative;
}

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

.showSipwer .swiper-slide video,
.showSipwer .swiper-slide iframe {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: #000;
	/* object-fit: cover; */
}


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

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


.description .lTit {
	font-family: Montserrat-Bold;
	font-size: 38px;
	color: #333333;
	margin-bottom: 29px;
}


.description .lTit::before {
	transform: translateY(0px);
	margin-right: 16px;
}



.description .desTxts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}


.description .desTxts p strong {
	font-family: Montserrat-Bold;
	font-size: 20px;
	color: #333333;
}

.description .desTxts p em {
	font-style: normal;
	display: flex;
	align-items: flex-start;
}

.description .desTxts p em::before {
	content: "";
	width: 21px;
	height: 19px;
	background-image: url("../images/productDetSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	flex-shrink: 0;
	display: block;
	margin-right: 10px;
	transform: translateY(8px);
}


.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr td {
	padding: 16px 42px;
	font-family: Montserrat-Light;
	font-size: 16px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #fff;
	background-color: #eeeeee;
	color: #666666;
}

.table table tr:last-child td {
	border-bottom: none;
}

.table table tr td:first-child {
	background-color: #dddddd;
}

.table table tr td:last-child {
	border-right: none;
}


.description .imgList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}



.description .imgList .image {
	width: 24%;
	margin-right: 1.33333%;
}

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


.description .progress {
	padding: 81px 0 71px 0;
}




.description .proProcess {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.description .proProcess .msg {
	width: 55%;
	min-height: 259px;
}


.description .proProcess .msg .lTit {
	font-family: Montserrat-Bold;
	font-size: 28px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 30px;
}


.description .proProcess .msg .lTit::before {
	transform: translateY(-2px);
	width: 80px;
	height: 4px;
	margin-right: 14px;
}

.description .proProcess .msg .txts p {
	font-family: Montserrat-Light;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.description .proProcess .msg .txts p em {
	font-style: normal;
	margin-right: 19px;
}

.description .proProcess .image {
	width: 39.5%;
}


@media screen and (max-width:1600px) {
	.productShow .box .showSipwer {
		width: 500px;
		height: 500px;
	}

	.productShow .box .checkSwiper {
		height: 500px;
		width: 115px;
	}

	.productShow {
		margin-bottom: 80px;
	}

	.description .lTit {
		font-size: 32px;
	}

	.table table tr td {
		padding: 15px 30px;
	}

	.description .proProcess .msg .txts p {
		font-size: 18px;
		line-height: 30px;
	}

	.description .progress {
		padding: 60px 0;
	}
}

@media screen and (max-width:1333px) {
	.productShow {
		align-items: center;
		margin-bottom: 60px;
	}

	.productShow .box .showSipwer {
		width: 400px;
		height: 400px;
	}

	.productShow .box .checkSwiper {
		height: 400px;
		width: 87px;
	}

	.productShow .jianjie {
		padding: 0;
	}

	.productShow .jianjie h1 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.productShow .jianjie .txts p {
		font-size: 14px !important;
		line-height: 24px !important;
	}

	.productShow .jianjie .txts p strong {
		font-size: 14px;
		line-height: 26px;
	}

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

	.description .lTit {
		font-size: 28px;
	}

	.description .desTxts p strong {
		font-size: 18px;
		display: block;
		margin-bottom: 20px;
	}

	.table table tr td {
		padding: 15px;
	}

	.description .proProcess .msg {
		min-height: auto;
	}
}


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

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}


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

	.productShow .box {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 40px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 24px;
		padding: 10px 20px;
	}

	.description .lTit {
		font-size: 24px;
	}

	.description .desTxts p em::before {
		width: 16px;
		height: 15px;
		transform: translateY(6px);
	}

	.description .progress {
		padding: 50px 0;
	}

	.description .proProcess .msg .lTit {
		font-size: 24px;
	}

	.description .proProcess .msg .lTit::before {
		width: 60px;
		height: 3px;
	}
}


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

	.productShow .box .checkSwiper {
		height: 350px;
		width: 75px;
	}

	.productShow .jianjie h1 {
		font-size: 18px;
	}

	.description .lTit {
		font-size: 22px;
	}

	.productShow .box {
		margin-bottom: 30px;
	}

	.productShow {
		margin-bottom: 50px;
	}

	.description .desTxts p em::before {
		width: 12px;
		height: 11px;
	}

	.table table tr td {
		font-size: 12px;
		line-height: 22px;
	}

	.description .proProcess .msg .lTit {
		font-size: 22px;
		line-height: 30px;
	}

	.description .proProcess .msg .lTit::before {
		width: 40px;
		height: 2px;
	}

	.description .progress {
		padding: 40px 0;
	}

	.productShow .jianjie .txts p {
		font-size: 12px !important;
		line-height: 22px !important;
	}

	.productShow .jianjie .txts p strong {
		font-size: 12px;
		line-height: 24px;
	}

	.productShow .jianjie h1 {
		font-size: 16px;
		line-height: 26px;
	}

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

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

	.productShow .box .checkSwiper {
		height: 220px;
		width: 47px;
	}

	.description .imgList .image {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.description .imgList .image:nth-child(2n) {
		margin-right: 0;
	}

	.description .progress {
		padding: 30px 0;
	}

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

	.description .proProcess .msg {
		width: 100%;
	}

	.description .proProcess .image {
		width: 100%;
		margin-top: 30px;
	}
}


.riding {
	background-color: #222222;
	padding: 62px 0 60px 0;
}


.riding .title1 {
	font-family: Montserrat-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #ffffff;
	margin-bottom: 22px;
	text-align: center;
	display: block;
}


.riding .txts {
	font-family: Montserrat-Light;
	font-size: 20px;
	line-height: 28px;
	color: #666666;
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	hyphens: auto;
}




.riding .cBtn {
	justify-content: center;
	color: #ffffff;
}

@media screen and (max-width:1333px) {
	.riding .txts {
		width: 100%;
	}
}



.pbottom {
	padding: 88px 0 90px 0;
	background-color: #f2f2f2;
}


.pbottom .hotProduct {
	margin-bottom: 81px;
}



.pAbout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 77px;
}


.pAbout .image {
	width: 53%;
}

.pAbout .msg {
	width: 41.5%;
}


.pAbout .msg .lTit {
	font-family: Montserrat-Bold;
	font-size: 28px;
	color: #333333;
	margin-bottom: 31px;
	margin-top: -20px;
}

.pAbout .msg .lTit::before {
	transform: translateY(-2px);
	width: 80px;
	height: 4px;
	margin-right: 13px;
}

.pAbout .msg .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	margin-bottom: 49px;
}



.pAbout .msg .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}


.oAdvantage {
	margin-bottom: 98px;
}



.oAdvantage .lTit {
	margin-bottom: 50px;
	font-family: Montserrat-Bold;
	font-size: 38px;
	color: #333333;
}

.oAdvantage .lTit::before {
	width: 80px;
	height: 4px;
	transform: translateY(1px);
}


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


.oAdvantage .list .item {
	width: 23.7142%;
	margin-right: 1.7144%;
	background-color: #ffffff;
	padding: 45px 35px 42px 32px;
}



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


.oAdvantage .list .image {
	height: 50px;
	margin-bottom: 25px;
}


.oAdvantage .list .image img {
	max-width: none;
	height: 100%;
}




.oAdvantage .list .tit {
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 18px;
}

.oAdvantage .list .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}



.pFaq .lTit {
	font-family: Montserrat-Bold;
	font-size: 38px;
	color: #333333;
	margin-bottom: 46px;
}

.pFaq .lTit::before {
	width: 80px;
	height: 4px;
	transform: translateY(0);
}

.pFaq .faq {
	padding: 0;
}

.pFaq .faq .list {
	margin-bottom: 0;
}


@media screen and (max-width:1600px) {
	.oAdvantage .list .item {
		padding: 30px;
	}

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

	.oAdvantage .lTit,
	.pFaq .lTit {
		font-size: 32px;
		line-height: 45px;
	}

	.oAdvantage .list .image {
		height: 40px;
	}

	.pAbout .msg .lTit {
		margin-top: 0;
	}

}


@media screen and (max-width:1333px) {
	.oAdvantage .list .item:nth-child(n) {
		flex: auto;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

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

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

	.oAdvantage .list .image {
		height: 35px;
		margin-bottom: 20px;
	}

	.oAdvantage .lTit,
	.pFaq .lTit {
		font-size: 28px;
		line-height: 35px;
	}

	.oAdvantage .lTit::before,
	.pFaq .lTit::before,
	.pAbout .msg .lTit::before {
		width: 60px;
		height: 3px;
	}

	.pbottom .hotProduct,
	.oAdvantage,
	.pAbout {
		margin-bottom: 60px;
	}

	.pAbout .msg .txts {
		-webkit-line-clamp: 6;
	}
}

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

	.pAbout .msg .lTit,
	.oAdvantage .lTit,
	.pFaq .lTit {
		font-size: 24px;
	}

	.pAbout .msg .lTit {
		margin-bottom: 20px;
	}

	.pAbout .msg .txts {
		margin-bottom: 30px;
	}

	.oAdvantage .lTit::before,
	.pFaq .lTit::before,
	.pAbout .msg .lTit::before {
		width: 50px;
		height: 2px;
	}

	.oAdvantage .lTit {
		margin-bottom: 40px;
	}

	.oAdvantage .list .item {
		padding: 20px;
	}

	.oAdvantage .list .image {
		height: 30px;
	}

	.pbottom .hotProduct,
	.oAdvantage,
	.pAbout {
		margin-bottom: 50px;
	}

	.pFaq .lTit {
		margin-bottom: 40px;
	}

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

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

	.pbottom .hotProduct,
	.oAdvantage,
	.pAbout {
		margin-bottom: 40px;
	}

	.oAdvantage .list .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.pAbout .msg .lTit,
	.oAdvantage .lTit,
	.pFaq .lTit {
		font-size: 22px;
	}

	.oAdvantage .lTit::before,
	.pFaq .lTit::before,
	.pAbout .msg .lTit::before {
		width: 40px;
	}

	.pAbout .msg .txts {
		-webkit-line-clamp: 5;
	}

	.pAbout .msg .lTit {
		margin-bottom: 15px;
	}

	.pAbout .msg .txts {
		margin-bottom: 15px;
	}

	.oAdvantage .lTit,
	.pFaq .lTit {
		margin-bottom: 30px;
	}

	.oAdvantage .list .image {
		height: 25px;
	}
}

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

	.pbottom .hotProduct,
	.oAdvantage,
	.pAbout {
		margin-bottom: 30px;
	}

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

	.pAbout .image {
		width: 100%;
		margin-top: 20px;
	}

	.pAbout .msg {
		width: 100%;
	}

	.oAdvantage .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

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

	.oAdvantage .lTit,
	.pFaq .lTit {
		margin-bottom: 20px;
	}
}
















/* 2product */

.product {
	background-color: #f2f2f2;
	padding: 80px 0 92px 0;
}

.product .goods {
	margin-bottom: 79px;
}

.product .goods:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:1333px) {
	.product .goods {
		margin-bottom: 70px;
	}
}

@media screen and (max-width:999px) {
	.product .goods {
		margin-bottom: 60px;
	}
}

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

@media screen and (max-width:538px) {
	.product .goods {
		margin-bottom: 40px;
	}
}

/* 3-2ODM */
.odm {
	padding: 88px 0 90px 0;
	background-color: #f2f2f2;
}

.odm .otitle {
	font-family: Montserrat-Bold;
	font-size: 38px;
	line-height: 48px;
	color: #333333;
	width: 73%;
	margin-bottom: 63px;
}


.odm .list {
	margin-bottom: 63px;
}

.odm .list .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 90px;
}

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


.odm .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.odm .list .item .clear {
	display: none;
}



.odm .list .item .image {
	width: 52.37%;
}


.odm .list .item .msg {
	width: 42.7%;
	min-height: 266px;
}

.odm .list .item .lTit {
	font-family: Montserrat-Bold;
	font-size: 28px;
	line-height: 38px;
	color: #333333;
	margin-bottom: 35px;
	align-items: flex-start;
}

.odm .list .item .lTit::before {
	transform: translateY(16px);
	width: 80px;
	height: 4px;
}


.odm .list .item .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	min-height:26px;
	color: #666666;
}

@media screen and (max-width:1600px) {
	.odm .list .item .msg {
		min-height: auto;
	}

	.odm .list .item {
		margin-bottom: 80px;
	}

	.odm .otitle {
		font-size: 32px;
		margin-bottom: 50px;
	}

	.odm .list .item .lTit {
		font-size: 24px;
		line-height: 35px;
	}

	.odm .list .item .lTit::before {
		width: 60px;
		height: 3px;
	}


}

@media screen and (max-width:1333px) {
	.odm .otitle {
		width: 100%;
		font-size: 28px;
		line-height: 45px;
	}

	.odm .list .item .lTit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.odm .list .item .lTit::before {
		width: 40px;
	}

	.odm .list .item {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:999px) {
	.odm .list .item {
		margin-bottom: 50px;
		display: block;
	}

	.odm .list .item .clear {
		display: block;
	}

	.odm .list .item:nth-child(2n) .image {
		float: right;
		margin-left: 5%;
	}

	.odm .list .item:nth-child(2n-1) .image {
		float: left;
		margin-right: 5%;
	}

	.odm .list .item .msg {
		width: 100%;
	}

	.odm .otitle {
		font-size: 24px;
		line-height: 35px;
	}

	.odm .list .item .lTit {
		font-size: 18px;
		line-height: 28px;
	}

	.odm .list .item .lTit::before {
		transform: translateY(12px);
	}

	.odm .list {
		margin-bottom: 50px;
	}

}

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

	.odm .list .item .lTit {
		font-size: 16px;
		line-height: 26px;
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.odm .list .item .lTit::before {
		transform: translateY(0);
		margin-top: 10px;
		margin-right: 0;
	}

	.odm .otitle {
		font-size: 22px;
	}

	.odm .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.odm .otitle {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.odm .list .item .lTit {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.odm .list .item:nth-child(n) .image {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		float: none;
	}

	.odm .list .item {
		margin-bottom: 30px;
	}

	.odm .list {
		margin-bottom: 30px;
	}
}




/* 3-2 OEM*/
.customeService {
	background-color: #f2f2f2;

}

.oemList {
	padding: 90px 0 90px 0;
}


.oemList .item,.chnapList  .item{
	display: flex;
	justify-content: space-between;
}
.chnapList  .item{align-items: center;}

.oemList .item:hover {
	background-color: #ffffff;
}

.oemList .item:nth-child(2n),.chnapList  .item:nth-child(2n) {
	flex-direction: row-reverse;
}


.oemList .item .image,.chnapList .item .image {
	width: 50%;
}

.oemList .item .msg,.chnapList .item .msg {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 134px 100px;
}



.oemList .item .tit,.chnapList .item .tit {
	font-family: Montserrat-Bold;
	font-size: 38px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 27px;
}


.oemList .item .txts p,.chnapList .item .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	hyphens: auto;
	min-height:26px;
}


.qualityList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 90px;
}



.qualityList .item {
	width: 23.714285%;
	margin-right: 1.714286%;
	background-color: #fff;
	padding: 50px 31px 25px 31px;
}


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



.qualityList .item .tit {
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 18px;
}

.qualityList .item .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 13;
}

.qualityList .item .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	hyphens: auto;
}

.qualityList .item .txts p em {
	display: flex;
	align-items: flex-start;
	font-style: normal;
}

.qualityList .item .txts p em::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background-color: #666666;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 8px;
	transform: translateY(8px);
}



.management {
	position: relative;
}


.management .inventory {
	position: relative;
	padding: 32px 0 42px 0;
}

.management .inventory::after {
	content: "";
	position: absolute;
	width: 200%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	background-color: #333333;
}

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


.management .inventory .tit {
	font-family: Montserrat-Bold;
	font-size: 30px;
	line-height: 45px;
	color: #ffffff;
	position: relative;
	z-index: 1;
	margin-bottom: 18px;
}

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

.management .inventory .txts {
	position: relative;
	z-index: 1;
}

.management .inventory .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	width: 38%;
	hyphens: auto;
}


.intellectual {
	padding: 94px 0 48px 0;
	position: relative;
}


.intellectual::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 200%;
	height: 100%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #ffffff;
}



.intellectual .tit {
	font-family: Montserrat-Bold;
	font-size: 30px;
	line-height: 45px;
	color: #333333;
	position: relative;
	width: 40%;
	z-index: 1;
	margin-bottom: 23px;
}

.intellectual .txts {
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 52px;
}

.intellectual .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}



.cooperation {
	background-color: #5c5a5a;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-52.3%);
	width: 50.9%;
	padding: 55px 30px 41px 41px;
	z-index: 9;
}

.cooperation .tit {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 26px;
	color: #ffffff;
	margin-bottom: 29px;
}

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

.cooperation .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}

.customeService .hotProduct {
	padding: 82px 0 89px 0;
}

@media screen and (max-width:1800px) {
	.oemList .item .msg,.chnapList .item .msg {
		padding: 30px 80px;
	}

	.oemList .item,.chnapList .item {
		align-items: center;
	}
}

@media screen and (max-width:1600px) {
	.oemList .item .tit,.chnapList .item .tit {
		font-size: 28px;
		line-height: 35px;
	}

	.qualityList {
		margin-bottom: 80px;
	}

	.qualityList .item {
		padding: 30px;
	}

	.customeService .hotProduct {
		padding: 80px 0;
	}

	.management .inventory .txts p {
		width: 40%;
	}

	.management .tit {
		font-size: 26px !important;
		line-height: 30px !important;
	}

	.intellectual .tit {
		width: 45%;
	}
}

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

	.oemList .item .msg,.chnapList .item .msg {
		padding: 20px 50px;
	}

	.qualityList .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

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

	.qualityList .item:nth-child(2n) {
		margin-right: 0;
	}

	.qualityList {
		margin-bottom: 60px;
	}

	.customeService .hotProduct {
		padding: 60px 0;
	}

	.management .tit {
		font-size: 22px !important;
	}

	.cooperation {
		padding: 30px;
	}
}

@media screen and (max-width:999px) {
	.oemList .item .tit,	.chnapList .item .tit  {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.oemList .item .msg,.chnapList .item .msg {
		padding: 20px;
	}

	.qualityList .item {
		padding: 20px;
	}

	.qualityList .item .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.qualityList {
		margin-bottom: 50px;
	}

	.cooperation {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		transform: translateY(0);
		background-color: transparent;
	}

	.cooperation::after {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		height: 100%;
		width: 200%;
		transform: translateX(-50%) translateY(-50%);
		background-color: #5c5a5a;
	}

	.cooperation .tit,
	.cooperation .txts {
		position: relative;
		z-index: 1;
	}

	.management .inventory .txts p {
		width: 100%;
	}

	.management .inventory,
	.cooperation,
	.intellectual {
		padding: 30px 0;
	}

	.management .tit {
		width: 100%;
	}

	.management .tit {
		font-size: 20px !important;
		-webkit-line-clamp: 2;
	}

	.cooperation .txts,
	.management .txts {
		min-height: auto;
	}

	.customeService .hotProduct {
		padding: 50px 0;
	}
}

@media screen and (max-width:768px) {
	.oemList .item .tit,.chnapList .item .tit {
		font-size: 16px;
		line-height: 26px;
		-webkit-line-clamp: 1;
	}

	.oemList .item .txts,.chnapList .item .txts  {
		-webkit-line-clamp: 3;
	}

	.qualityList .item .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.qualityList .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

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

	.qualityList {
		margin-bottom: 40px;
	}

	.management .tit {
		font-size: 18px !important;
		margin-bottom: 20px;
	}

	.customeService .hotProduct {
		padding: 40px 0;
	}
}

@media screen and (max-width:538px) {
	.oemList .item:nth-child(n),.chnapList .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.oemList .item .image,.chnapList .item .image {
		width: 100%;
	}

	.oemList .item .msg,.chnapList .item .msg {
		width: 100%;
	}

	.customeService .hotProduct {
		padding: 30px 0;
	}
}




.dealar {
	padding: 90px 0 80px 0;
	background-color: #f2f2f2;
}

.dealar .supplay {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 160px;
}

.dealar .supplay .clear {
	display: none;
}

.dealar .supplay .image {
	width: 42.071428%;
}

.dealar .supplay .msg {
	width: 52.85%;
}

.dealar .supplay .msg .tit {
	font-family: Montserrat-Bold;
	font-size: 38px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 30px;
	margin-top: -7px;
}

.dealar .supplay .msg .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	hyphens: auto;
}

.dealar .price .image {
	width: 52.35714%;
	float: right;
	margin-left: 5%;
}

.dealar .price .item {
	margin-bottom: 36px;
}

.dealar .price .msg {
	padding: 20px 0;
}

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


.dealar .price .tit {
	font-family: Montserrat-Bold;
	font-size: 28px;
	line-height: 35px;
	color: #333333;
}

.dealar .price .item .tit {
	margin-bottom: 15px;
}


.dealar .price .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	hyphens: auto;
}

.dealar .price .txts p em {
	display: block;
	font-style: normal;
	padding-left: 16px;
	position: relative;
}


.dealar .price .txts p em::before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	flex-shrink: 0;
	top: 8px;
	left: 0;
	border-radius: 50%;
	background-color: #333333;
}

@media screen and (max-width:1600px) {
	.dealar .supplay .msg .tit {
		margin-top: 0;
		font-size: 32px;
		line-height: 45px;
	}

	.dealar .supplay {
		margin-bottom: 90px;
	}

	.dealar .price .msg {
		padding: 0;
	}
}

@media screen and (max-width:1333px) {
	.dealar .supplay .msg .tit {
		font-size: 28px;
		line-height: 35px;
	}

}

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

	.dealar .price .tit,
	.dealar .supplay .msg .tit {
		font-size: 24px;
		line-height: 30px;
	}

	.dealar .supplay {
		margin-bottom: 50px;
	}

	.dealar .supplay .image {
		float: left;
		margin-right: 5%;
	}

	.dealar .supplay .clear {
		display: block;
	}

	.dealar .supplay {
		display: block;
	}

	.dealar .supplay .msg {
		width: 100%;
	}
}

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

	.dealar .price .tit,
	.dealar .supplay .msg .tit {
		font-size: 22px;
	}

	.dealar .supplay .msg .tit {
		margin-bottom: 20px;
	}

	.dealar .price .item {
		margin-bottom: 30px;
	}
}

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

	.dealar .supplay .image,
	.dealar .price .image {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-left: 0;
		margin-top: 20px;
	}

	.dealar .supplay,
	.dealar .price {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.dealar .price .tit,
	.dealar .supplay .msg .tit {
		font-size: 20px;
	}
}


.training {
	padding: 72px 0 75px 0;
	/*background-image: url("../images/dealerM1-3.jpg");*/
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

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

.training .con .title1 {
	flex-shrink: 0;
	font-family: Montserrat-Bold;
	font-size: 38px;
	line-height: 45px;
	color: #ffffff;
	margin-right: 145px;
	transform: translateY(-5px);
}


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

.training .con .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}


.training .con .txts p em {
	display: flex;
	align-items: flex-start;
	font-style: normal;
}


.training .con .txts p em::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #136ff8;
	flex-shrink: 0;
	transform: translateY(8px);
	margin-right: 9px;
	border-radius: 50%;
}

@media screen and (max-width:1600px) {
	.training .con .title1 {
		transform: translateY(0);
		margin-right: 100px;
	}
}

@media screen and (max-width:1333px) {
	.training .con .title1 {
		margin-right: 50px;
	}
}

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

	.training .con .title1 {
		margin-right: 0px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.training .con .txts p em::before {
		width: 6px;
		height: 6px;
	}
}

@media screen and (max-width:538px) {
	.training .con .title1 {
		margin-bottom: 20px;
	}
}


.plan {
	padding: 89px 0 88px 0;
	background-color: #f2f2f2;
}



.plan .logistics .image {
	width: 52.35714%;
	float: right;
	margin-left: 4%;
}

.plan .logistics .msg {
	padding: 38px 0;
}

.plan .logistics .msg .tit {
	font-family: Montserrat-Bold;
	font-size: 28px;
	line-height: 48px;
	color: #333333;
	margin-bottom: 16px;
}

.plan .logistics .msg .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}



.plan .relationship {
	display: flex;
	flex-wrap: wrap;
	padding: 91px 0 72px 0;
}

.plan .relationship .item {
	width: 32.5%;
	margin-right: 1.25%;
	background-color: #ffffff;
	padding: 34px 35px 56px 34px;
}

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

.plan .relationship .item .tit {
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 22px;
}

.plan .relationship .item .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	hyphens: auto;
}


.plan .procurement .title1 {
	font-family: Montserrat-Bold;
	font-size: 38px;
	line-height: 45px;
	color: #333333;
	text-align: center;
	margin-bottom: 22px;
}



.plan .procurement .ptxts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	width: 69%;
	margin: 0 auto 30px;
	text-align: center;
}

.plan .procurement .list {
	display: flex;
	flex-wrap: wrap;
}


.plan .procurement .list .item {
	width: 32.2142%;
	margin-right: 1.6787%;
	background-color: #dddddd;
	padding: 49px 60px 53px 61px;
}


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





.plan .procurement .list .tit {
	font-family: Montserrat-Bold;
	font-size: 28px;
	line-height: 35px;
	color: #333333;
	margin-bottom: 18px;
}

.plan .procurement .list .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	hyphens: auto;
}

@media screen and (max-width:1600px) {
	.plan .logistics .msg {
		padding: 20px 0;
	}

	.plan .relationship .item,
	.plan .procurement .list .item {
		padding: 30px;
	}

	.plan .procurement .list .tit {
		font-size: 24px;
		line-height: 35px;
	}
}

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

	.plan .relationship .item .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.plan .relationship .item:nth-child(n),
	.plan .procurement .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
		flex: auto;
	}

	.plan .relationship .item:nth-child(2n),
	.plan .procurement .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.plan .relationship .item:last-child,
	.plan .procurement .list .item:last-child {
		margin-bottom: 0;
	}

	.plan .procurement .list .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.plan .procurement .ptxts {
		width: 90%;
	}

	.plan .logistics .msg .tit {
		line-height: 45px;
	}
}

@media screen and (max-width:999px) {
	.plan .logistics .msg .tit {
		font-size: 24px;
		line-height: 35px;
	}

	.plan .relationship .item,
	.plan .procurement .list .item {
		padding: 20px;
	}

	.plan .procurement .list .tit {
		font-size: 20px;
	}
}

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

	.plan .relationship .item:nth-child(n),
	.plan .procurement .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}

	.plan .relationship .item .tit {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.plan .procurement .ptxts {
		width: 100%;
	}

	.plan .procurement .list .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.plan .logistics .image {
		width: 100%;
		float: none;
		margin-top: 20px;
		margin-left: 0;
	}

	.plan .logistics {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.plan .procurement .title1 {
		margin-bottom: 20px;
	}
}






.production .image.dealarImg {
	/*background-image: url("../images/dealerM1-5.jpg");*/
}


.production .msg2 {
	width: 574px;
	height: 308px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 37px 50.5px 30px 50.5px;
	transform: translateY(-50%);
	margin-bottom: -72px;
}


.production .msg2 .txts {
	font-family: Montserrat-Light;
	font-size: 20px;
	line-height: 36px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}



.dProduct {
	background-color: #f2f2f2;
	padding-bottom: 90px;
}



@media screen and (max-width:1600px) {
	.production .msg2 .txts {
		font-size: 18px;
		line-height: 30px;
	}

	.production .msg2 {
		padding: 30px;
		margin-bottom: -40px;
		height: 240px;
	}

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

@media screen and (max-width:1333px) {
	.production .msg2 .txts {
		font-size: 16px;
		line-height: 28px;
	}

	.dProduct {
		padding-bottom: 60px;
	}

	.production .msg2 {
		height: 220px;
		margin-bottom: -60px;
	}
}

@media screen and (max-width:999px) {
	.production .msg2 .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.production .msg2 {
		width: 480px;
		padding: 20px;
		height: 200px;
	}

	.dProduct {
		padding-bottom: 50px;
	}

}

@media screen and (max-width:768px) {
	.production .msg2 .txts {
		font-size: 12px;
		line-height: 24px;
		-webkit-line-clamp: 4;
	}

	.production .msg2 {
		height: 150px;
		margin-bottom: -30px;
	}
}

@media screen and (max-width:538px) {
	.production .msg2 {
		width: 100%;
		height: 130px;
	}

	.dProduct {
		padding-bottom: 30px;
	}
}



/* 3-4wholesalers */
.oem {
	padding: 84px 0 83px 0;
	background-color: #f2f2f2;
}


.oem .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1254px;
}


.oem .title1 {
	font-family: Montserrat-Bold;
	font-size: 38px;
	line-height: 48px;
	color: #333333;
	flex-shrink: 0;
	margin-right: 110px;
	transform: translateY(4px);
}

.oem .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	flex: 1;
	hyphens: auto;
}

.production {
	background-color: #f2f2f2;
}


.production .image {
	height: 350px;
	width: 100%;
	background-image: url("../images/production.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}



.production .msg1 {
	margin-left: auto;
	width: 434px;
	height: 274px;
	background-color: #ffffff;
	padding: 34px 30px 34px 57px;
	transform: translateY(-50%);
	margin-bottom: -47px;
}

.production .msg1 .title {
	font-family: Montserrat-Bold;
	font-size: 38px;
	line-height: 48px;
	color: #333333;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.production .msg1 .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.oemService {
	background-color: #f2f2f2;
}


.oemService .con {
	display: flex;
	flex-wrap: wrap;
}


.oemService .con .item {
	background-color: #ffffff;
	padding: 51px 30px 38px 34.5px;
	width: 23.9285%;
	margin-right: 1.4286666%;
}

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



.oemService .con .item .tit {
	font-family: Montserrat-Bold;
	font-size: 22px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 13px;
}

.oemService .con .item .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	hyphens: auto;
}


.development {
	background-color: #f2f2f2;
}

.development .con {
	padding: 90px 0 82px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.development .con .item {
	width: 49.214285%;
	padding: 47px 30px 37px 30px;
}

.development .con .item:nth-child(2n-1) {
	background-color: #333333;
}

.development .con .item:nth-child(2n) {
	background-color: #0b56c6;
}


.development .con .item .tit {
	font-family: Montserrat-Bold;
	font-size: 22px;
	line-height: 32px;
	color: #ffffff;
	margin-bottom: 15px;
}

.development .con .item .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #dddddd;
}


.development .hotProduct {
	padding: 55px 0 93px 0;
}


@media screen and (max-width:1600px) {
	.oem .title1 {
		transform: translateY(0);
		margin-right: 100px;
	}

	.production .image {
		height: 300px;
	}

	.production .msg1 {
		height: 240px;
		padding: 30px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-bottom: -50px;
	}

	.production .msg1 .title {
		font-size: 26px;
		line-height: 30px;
	}

	.oemService .con .item {
		padding: 30px;
	}

	.oemService .con .item .tit,
	.development .con .item .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.development .con .item {
		padding: 30px;
	}

	.development .hotProduct {
		padding: 60px 0;
	}
}

@media screen and (max-width:1333px) {
	.oem .title1 {
		margin-right: 80px;
	}

	.production .image {
		height: 250px;
	}

	.production .msg1 {
		padding: 20px 25px;
		height: 210px;
	}

	.oemService .con {
		margin-bottom: -20px;
	}

	.oemService .con .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
		padding: 25px;
	}

	.development .con .item {
		padding: 25px;
	}

	.oemService .con .item:nth-child(2n) {
		margin-right: 0;
	}

	.oemService .con .item .tit,
	.development .con .item .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.production .msg1 .title {
		font-size: 24px;
		line-height: 30px;
	}

	.development .hotProduct {
		padding: 50px 0;
	}
}

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

	.oem .title1 {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.oem .title1 br {
		display: none;
	}

	.production .msg1 .txts {
		font-size: 14px;
		line-height: 24px;
	}

	.production .msg1 .title {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.production .msg1 {
		height: 180px;
	}

	.production .image {
		height: 200px;
	}

	.oemService .con .item:nth-child(n) {
		padding: 20px;
	}

	.development .con .item {
		padding: 20px;
	}

	.oemService .con .item .tit,
	.development .con .item .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.development .hotProduct {
		padding: 30px 0 40px 0;
	}
}

@media screen and (max-width:768px) {
	.production .msg1 {
		padding: 20px;
		height: 180px;
		margin-bottom: -40px;
		width: 350px;
	}

	.production .msg1 .title {
		font-size: 20px;
		line-height: 28px;
	}

	.oemService .con .item .tit,
	.development .con .item .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.production .msg1 .txts {
		font-size: 12px;
	}

	.production .image {
		height: 180px;
	}
}

@media screen and (max-width:538px) {
	.development .hotProduct {
		padding: 20px 0 30px 0;
	}

	.oemService .con .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}

	.development .con .item:nth-child(n) {
		width: 100%;
		margin-bottom: 20px;
	}

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

	.production .msg1 .title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.production .msg1 {
		width: 280px;
		margin-bottom: -55px;
	}

	.production .image {
		height: 160px;
	}
}















/* 3-5retailers */

.service {
	padding: 91px 0 93px 0;
	background-color: #f2f2f2;
}

.service .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 70px;
}


.service .list .item {
	width: 49.2142%;
	padding: 27px 15px 24px 36px;
	display: flex;
	align-items: flex-start;
	background-color: #e5f1fd;
	margin-bottom: 22px;
}




.service .list .item .name {
	font-family: Montserrat-Bold;
	font-size: 40px;
	line-height: 40px;
	color: #1366e3;
	flex-shrink: 0;
	margin-right: 38px;
}



.service .list .item .tit {
	font-family: Montserrat-Bold;
	font-size: 22px;
	line-height: 32px;
	color: #333333;
	margin-bottom: 15px;
}

.service .list .item .txts {
	overflow: auto;
	padding-right: 20px;
	max-height: 130px;
}

.service .list .item .txts::-webkit-scrollbar {
	width: 4px;
	background-color: #d2dde7;
	border-radius: 10px;
}

.service .list .item .txts::-webkit-scrollbar-thumb {
	background-color: #1366e3;
	border-radius: 10px;
}

.service .list .item .txts::-webkit-scrollbar-track {
	background-color: transparent;
}

.service .list .item .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	hyphens: auto;
}

.service .list .item .txts p em {
	display: flex;
	align-items: flex-start;
	font-style: normal;
}

.service .list .item .txts p em::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #333333;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 12px;
	transform: translateY(8px);
}



@media screen and (max-width:1600px) {
	.service .list .item {
		padding: 30px;
	}

	.service .list .item .name {
		font-size: 32px;
		margin-right: 20px;
	}

	.service .list .item .tit {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.service .list .item {
		padding: 20px;
	}

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

	.service .list .item .name {
		font-size: 28px;
		line-height: 28px;
	}

	.service .list .item .txts {
		max-height: 110px;
	}

	.service .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.service .list {
		margin-bottom: 50px;
	}

	.service .list .item:nth-child(n) {
		width: 100%;
	}

	.service .list .item .name {
		font-size: 22px;
		line-height: 22px;
	}

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

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

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

	.service .list .item .name {
		font-size: 20px;
		line-height: 20px;
	}

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

	.service .list .item .txts::-webkit-scrollbar {
		width: 3px;
	}

	.service .list .item .txts {
		max-height: 120px;
	}
}

@media screen and (max-width:538px) {
	.service .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.service .list .item .name {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.service .list .item .txts p em::before {
		width: 6px;
		height: 6px;
		margin-right: 5px;
	}


	.service .list .item {
		margin-bottom: 20px;
	}
}


/* 3custom Service */


.design {
	padding: 90px 0 71px 0;
	background-color: #f2f2f2;
}


.design .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 82px;
}

.design .clear {
	display: none;
}

.design .con .msg {
	width: 43%;
	min-height: 272px;
}

.design .con .image {
	width: 52.357%;
}

.design .con .lTit {
	font-family: Montserrat-Bold;
	font-size: 28px;
	color: #333333;
	margin-bottom: 31px;
}

.design .con .lTit::before {
	width: 80px;
	height: 4px;
	background-color: #136ff8;
	transform: translateY(0px);
}


.design .con .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	hyphens: auto;
}

@media screen and (max-width:1600px) {
	.design .con .msg {
		min-height: auto;
	}

	.design .con {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.design .con {
		margin-bottom: 60px;
	}

	.design .con .lTit::before {
		width: 60px;
		height: 3px;
	}
}

@media screen and (max-width:999px) {
	.design .con .lTit {
		font-size: 24px;
	}

	.design .con .lTit::before {
		width: 50px;
		height: 2px;
	}

	.design .clear {
		display: block;
	}

	.design .con {
		display: block;
		margin-bottom: 50px;
	}

	.design .con .image {
		float: right;
		margin-left: 5%;
	}

	.design .con .msg {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.design .con .lTit {
		font-size: 22px;
		line-height: 30px;
	}

	.design .con .lTit::before {
		width: 40px;
	}

	.design .con {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.design .con .lTit {
		font-size: 20px;
		margin-bottom: 20px;
	}

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

	.design .con .image {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 20px;
	}
}


.cStructure{
	padding: 84px 0 179px 0;
	background-image: url("../images/indexM4-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.rd {
	padding: 90px 0 89px 0;
	background-color: #f2f2f2;
}


.rd .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 90px;
}



.rd .con .image {
	width: 52.357%;
}


.rd .con .msg {
	width: 42.7%;
}

.rd .con .msg {
	min-height: 312px;
}

.rd .con .msg .lTit {
	font-family: Montserrat-Bold;
	font-size: 28px;
	color: #333333;
	margin-bottom: 31px;
}

.rd .con .msg .lTit::before {
	width: 80px;
	height: 4px;
	transform: translateY(-2px);
}


.rd .con .msg .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

@media screen and (max-width:1600px) {
	.rd .con .msg {
		min-height: auto;
	}

	.rd .con {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.rd .con {
		margin-bottom: 60px;
	}

	.rd .con .msg .lTit::before {
		width: 60px;
		height: 3px;
	}
}

@media screen and (max-width:999px) {
	.rd .con {
		margin-bottom: 50px;
		display: block;
	}

	.rd .con .image {
		float: left;
		margin-right: 5%;
	}

	.rd .con .msg {
		width: 100%;
	}

	.rd .con .msg .lTit {
		font-size: 24px;
	}

	.rd .con .msg .lTit::before {
		width: 50px;
		height: 2px;
	}
}

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

	.rd .con .msg .lTit {
		font-size: 22px;
		line-height: 30px;
	}

	.rd .con .msg .lTit::before {
		width: 40px;
	}
}

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

	.rd .con .image {
		float: none;
		margin-right: 0;
		margin-top: 20px;
		width: 100%;
	}

	.rd .con .msg .lTit {
		font-size: 20px;
	}

}












/* 4-1why choose us*/

.advantage {
	padding-top: 82px;
	background-color: #f2f2f2;
}

.advantage .lTit {
	margin-bottom: 41px;
	font-family: Montserrat-Bold;
	font-size: 38px;
	color: #333333;
}

.advantage .lTit::before {
	transform: translateY(0);
	margin-right: 14px;
}


.advantage .con {
	display: flex;
	flex-wrap: wrap;
}

.advantage .con .item {
	width: 33.333333%;
	position: relative;
	overflow: hidden;
}

.advantage .con .item::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .7) 100%);
	pointer-events: none;
}


.advantage .con .item .msg {
	position: absolute;
	z-index: 99;
	width: 100%;
	bottom: 0;
	padding: 50px 64px 73px 83px;
	overflow: hidden;
	transform: translateY(36.7%);
}

.advantage .con .item:hover .msg {
	transform: translateY(0%);
}

.advantage .con .item:hover .txts {
	opacity: 1;
}

.advantage .con .item .tit {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 19px;
}


.advantage .con .item .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	opacity: 0;
}


@media screen and (max-width:1600px) {
	.advantage .con .item .msg {
		padding: 30px;
	}

	.advantage .con .item .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.advantage .lTit {
		font-size: 32px;
		line-height: 45px;
	}
}

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

	.advantage .con .item .msg {
		padding: 25px;
	}

	.advantage {
		padding-top: 60px;
	}

	.advantage .lTit {
		font-size: 28px;
	}
}

@media screen and (max-width:999px) {
	.advantage .con .item {
		width: 50%;
		height: 280px;
		overflow: hidden;
	}

	.advantage .con .item .image {
		overflow: hidden;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.advantage .con .item img {
		object-fit: cover;
		max-width: none;
	}

	.advantage {
		padding-top: 50px;
	}

	.advantage .lTit {
		margin-bottom: 30px;
		font-size: 24px;
	}

	.advantage .con .item .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.advantage .con .item .msg {
		transform: translateY(0%);
	}

	.advantage .con .item .txts {
		opacity: 1;
	}
}

@media screen and (max-width:768px) {
	.advantage .con .item .msg {
		padding: 20px;
	}

	.advantage .con .item .tit {
		-webkit-line-clamp: 2;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 24px;
	}

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

	.advantage {
		padding-top: 40px;
	}

	.advantage .con .item {
		height: 240px;
	}
}

@media screen and (max-width:538px) {
	.advantage {
		padding-top: 30px;
	}

	.advantage .con .item:nth-child(n) {
		width: 100%;
		height: 220px;
	}

	.advantage .lTit {
		font-size: 20px;
	}
}




.reason {
	padding: 89px 0 81px 0;
	background-color: #f2f2f2;
}


.reason .image {
	width: 52.36%;
	margin-right: 4.95%;
	float: left;
}

.reason .msg {
	padding: 57px 0;
}

.reason .msg .lTit {
	font-family: Montserrat-Bold;
	font-size: 28px;
	color: #333333;
	margin-bottom: 33px;
}

.reason .msg .lTit::before {
	width: 80px;
	height: 3px;
	background-color: #136ff8;
	border-radius: 1px;
	transform: translateY(0);
	margin-right: 13px;
}

.reason .msg .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

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

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

	.reason .msg .lTit::before {
		width: 60px;
	}

	.reason .msg .lTit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.reason .msg {
		padding: 0;
	}

	.reason .msg .lTit {
		font-size: 24px;
		line-height: 30px;
	}

	.reason .msg .lTit::before {
		width: 50px;
	}
}

@media screen and (max-width:768px) {
	.reason .msg .lTit {
		font-size: 22px;
		line-height: 30px;
	}

	.reason .image {
		width: 100%;
		margin-top: 20px;
	}

	.reason .con {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media screen and (max-width:538px) {
	.reason .msg .lTit {
		font-size: 20px;
		margin-bottom: 20px;
	}
}


.factory {
	background-color: #f2f2f2;
}

.factory .lTit {
	font-family: Montserrat-Bold;
	font-size: 38px;
	color: #333333;
	margin-bottom: 40px;
}

.factory .lTit::before {
	transform: translateY(0);
	margin-right: 14px;
}

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


.factory .list .image {
	width: 32.714285%;
	margin-right: 0.9285725%;
	margin-bottom: 13px;
}

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


.factory .image {
	overflow: hidden;
}

.fCustomer {
	padding: 66px 0 87px 0;
	background-color: #f2f2f2;
}

.fCustomer .lTit {
	font-family: Montserrat-Bold;
	font-size: 38px;
	color: #333333;
	margin-bottom: 39px;
}

.fCustomer .lTit::before {
	transform: translateY(0);
	margin-right: 14px;
}

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

	.factory .lTit,
	.fCustomer .lTit {
		font-size: 32px;
	}
}

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

	.factory .lTit,
	.fCustomer .lTit {
		font-size: 28px;
	}
}

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

	.factory .lTit,
	.fCustomer .lTit {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width:768px) {
	.factory .list .image:nth-child(n) {
		width: 49%;
		margin-right: 2%;
	}

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

	.factory .lTit,
	.fCustomer .lTit {
		margin-bottom: 30px;
		font-size: 22px;
	}
}

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

	.factory .lTit,
	.fCustomer .lTit {
		margin-bottom: 20px;
		font-size: 20px;
	}
}










/* 4about us*/

.aboutUs {
	padding: 90px 0 16px 0;
	background-color: #f2f2f2;
	margin-bottom: 35px;
}

.aboutUs .introduction {
	margin-bottom: 91px;
}

.introduction .image {
	float: right;
	width: 53%;
	margin-left: 5%;
}

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

.introduction .msg .lTit {
	font-family: Montserrat-Bold;
	font-size: 28px;
	line-height: 35px;
	color: #333333;
	margin-bottom: 36px;
}

.introduction .msg .lTit::before {
	width: 80px;
	height: 4px;
	background-color: #136ff8;
	border-radius: 1px;
}


.introduction .msg .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	hyphens: auto;
}

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

	.aboutUs .introduction {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .introduction {
		margin-bottom: 40px;
	}

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

@media screen and (max-width:999px) {
	.introduction .msg .lTit {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.introduction .msg .lTit::before {
		width: 60px;
		height: 3px;
	}

	.introduction .msg {
		padding: 0;
	}
}

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

	.introduction .msg .lTit {
		font-size: 22px;
		line-height: 30px;
	}

	.introduction .msg .lTit::before {
		width: 40px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .introduction {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}

	.introduction .image {
		float: none;
		margin-left: 0;
		width: 100%;
		margin-top: 30px;
	}

	.introduction .msg .lTit {
		margin-bottom: 20px;
		font-size: 20px;
	}
}



.aboutUs .progress {
	margin-bottom: 53px;
}


.progress .lTit {
	margin-bottom: 39px;
	font-family: Montserrat-Bold;
	font-size: 38px;
	color: #333333;
}

.progress .lTit::before {
	transform: translateY(0);
	margin-right: 17px;
}

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


.progress .list .item {
	width: 24%;
	margin-right: 1.3333%;
	margin-bottom: 20px;
}

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

.progress .list .item .image {
	position: relative;
	margin-bottom: 14px;
}


.progress .list .item .image .num {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 67px;
	height: 42px;
	background-color: #136ff8;
	border-radius: 0 0 14px 0;
	top: 0;
	left: 0;
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
}


.progress .list .item .name {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: center;
}

@media screen and (max-width:1600px) {
	.progress .lTit {
		font-size: 32px;
		line-height: 45px;
		margin-bottom: 50px;
	}

	.progress .list .item .image .num {
		width: 50px;
		height: 35px;
		font-size: 16px;
	}

	.aboutUs .progress {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.progress .lTit {
		font-size: 28px;
	}

	.aboutUs .progress {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.progress .list .item .name {
		font-size: 14px;
		line-height: 24px;
	}

	.progress .list .item .image .num {
		font-size: 14px;
		width: 45px;
		height: 30px;
		border-radius: 0 0 10px 0;
	}

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

	.progress .lTit {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.aboutUs .progress {
		margin-bottom: 40px;
	}
}

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

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

	.progress .list .item .name,
	.progress .list .item .image .num {
		font-size: 12px;
		line-height: 22px;
	}

	.progress .list .item .image .num {
		height: 25px;
		width: 35px;
		border-radius: 0 0 8px 0;
	}

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

	.aboutUs .progress {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.progress .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
	}

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

	.progress .lTit {
		font-size: 20px;
	}

	.aboutUs .progress {
		margin-bottom: 20px;
	}
}



.certificate .lTit {
	font-family: Montserrat-Bold;
	font-size: 38px;
	color: #333333;
}

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


.certificate .sbtns {
	transform: translateY(8px);
}

.certificate .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


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


.certificate .swiper-slide {
	position: relative;
	display: flex;
	justify-content: center;
}

.certificate .swiper-slide .shadowImg {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	z-index: -1;
	display: flex;
	align-items: center;
	justify-content: center;
}


.certificate .swiper-slide:hover .shadowImg {
	opacity: 0;
}


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

	.certificate .sbtns {
		transform: translateY(0);
	}

	.certificate .lTit {
		font-size: 32px;
	}
}

@media screen and (max-width:1333px) {
	.certificate .lTit {
		font-size: 28px;
	}
}

@media screen and (max-width:999px) {
	.certificate .lTit {
		font-size: 24px;
	}

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

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

@media screen and (max-width:538px) {
	.certificate .lTit {
		font-size: 20px;
	}
}


.mission {
	padding: 101px 0 82px 0;
	background-image: url("../images/mission-bg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

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

.mission .con .image {
	width: 52.35714%;
}


.mission .con .msg {
	width: 42.7%;
}


.mission .con .msg .lTit {
	margin-bottom: 31px;
	font-family: Montserrat-Bold;
	font-size: 28px;
	color: #333333;
	margin-top: -28px;
}

.mission .con .msg .lTit::before {
	width: 80px;
	height: 4px;
	background-color: #136ff8;
	border-radius: 1px;
	margin-right: 13px;
}

.mission .con .msg .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.mission .clear {
	display: none;
}

@media screen and (max-width:1600px) {
	.mission .con .msg .lTit {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.mission .clear {
		display: block;
	}

	.mission .con .image {
		float: left;
		margin-right: 3%;
	}

	.mission .con .msg {
		width: 100%;
		padding: 30px 0;
	}

	.mission .con {
		display: block;
	}
}

@media screen and (max-width:999px) {
	.mission .con .msg .lTit {
		font-size: 24px;
		line-height: 30px;
	}

	.mission .con .msg .lTit::before {
		width: 60px;
		height: 3px;
	}

	.mission .con .msg {
		padding: 10px 0;
	}
}

@media screen and (max-width:768px) {
	.mission .con .msg .lTit {
		font-size: 22px;
		line-height: 30px;
	}

	.mission .con .msg .lTit::before {
		width: 45px;
	}
}

@media screen and (max-width:538px) {
	.mission .con .image {
		width: 100%;
		float: none;
		margin-top: 20px;
	}

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

	.mission .con .msg .lTit {
		font-size: 20px;
		margin-bottom: 20px;
	}
}





/* 5-2faq */
.faq {
	padding: 91px 0 87px 0;
	background-color: #f2f2f2;
}



.faq .list {
	margin-bottom: 87px;
}


.faq .list li {
	margin-bottom: 30px;
}



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




.faq .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 34px 15px 25px;
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	background-color: #ffffff;
	cursor: pointer;
}


.faq .question span {
	display: inline-block;
	margin-right: 10.5px;
}

.faq .question:hover {
	text-decoration: underline;
}



.faq .answer {
	padding: 14px 28px 14px 28px;
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #222222;
	display: none;
	transition: none;
}


.faq .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 30px;
}


.faq .question .btns i {
	width: 14px;
	height: 3px;
	background-color: #333333;
}

.faq .question .btns i.line2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}


.faq .list li.active .btns i.line2 {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.faq .list li.active {
	margin-bottom: 14px;
}


.faq .pager {
	margin-bottom: 85px;
}

@media screen and (max-width:1600px) {
	.faq .list {
		margin-bottom: 50px;
	}

	.faq .question {
		padding: 15px 20px;
	}

	.faq .answer {
		padding: 10px 20px;
	}

	.faq .list li {
		margin-bottom: 20px;
	}

	.faq .list li.active {
		margin-bottom: 20px;
	}

	.faq .question .btns i {
		width: 12px;
		height: 2px;
	}

	.faq .pager {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.faq .pager {
		margin-bottom: 60px;
	}
}

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

	.faq .question,
	.faq .answer {
		padding: 10px 20px;
		font-size: 14px;
		line-height: 26px;
	}

	.faq .pager {
		margin-bottom: 50px;
	}
}


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

	.faq .question,
	.faq .answer {
		font-size: 12px;
		line-height: 24px;
	}

	.faq .list {
		margin-bottom: 40px;
	}

	.faq .pager {
		margin-bottom: 40px;
	}
}

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

	.faq .title1,
	.faq .list {
		margin-bottom: 30px;
	}
}


/* hotProduct */

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


.hotProduct .swiper {
	overflow: visible;
	clip-path: polygon(-1% -1000%, 101% -1000%, 101% 1000%, -1% 1000%);

}

.hotProduct .swiper-slide {
	transition: .4s ease box-shadow;
}

.hotProduct .lTit {
	font-family: Montserrat-Bold;
	font-size: 38px;
	line-height: 45px;
	color: #333333;text-transform:uppercase;
}

.hotProduct .lTit::before {
	transform: translateY(0);
	margin-right: 7px;
}

@media screen and (max-width:1600px) {
	.hotProduct .title {
		margin-bottom: 60px;
	}

	.hotProduct .lTit {
		font-size: 32px;
		line-height: 45px;
	}
}

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

	.hotProduct .lTit {
		font-size: 28px;
		line-height: 35px;
	}
}

@media screen and (max-width:999px) {
	.hotProduct .title {
		margin-bottom: 40px;
	}

	.hotProduct .lTit {
		font-size: 24px;
	}
}

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

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

@media screen and (max-width:538px) {
	.hotProduct .productItem {
		padding: 15px;
	}

	.hotProduct .lTit {
		font-size: 20px;
	}

	.hotProduct .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.hotProduct .lTit {
		margin-bottom: 30px;
	}

	.hotProduct .title .btns {
		margin-left: 0;
	}
}



/* 5resource */

.downLoad {
	background-color: #f2f2f2;
	padding: 90px 0 87px 0;
}


.downLoad .list {
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
}


.downLoad .list .item {
	width: 32.07142%;
	margin-right: 1.89287%;
	margin-bottom: 27px;
	background-color: #ffffff;
	padding: 30px 31px 30px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
	min-height: 143px;
}



.downLoad .list .item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 5px;
	width: 0%;
	background-color: #136ff8;
	transition: .5s ease all;
}

.downLoad .list .item:hover::after {
	width: 100%;
}


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


.downLoad .list .item .name {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	transform: translateY(-3px);
}

.downLoad .list .item .image {
	flex-shrink: 0;
	width: 42px;
	margin-left: 20px;
}

.downLoad .list .item .image img {
	filter: grayscale(100%) opacity(50%);
}

.downLoad .list .item:hover .image img {
	filter: grayscale(0%) opacity(100%);
}

.downLoadBox {
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, .7);
	z-index: 9999999999;
	display: none;
	transition: none;
}


.downLoadBox form {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 53.85416%;
	background-color: #ffffff;
	padding: 63px 73px 77px 69px;
}



.cform .title1 {
	font-family: Montserrat-Bold;
	font-size: 38px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 15px;
	text-align: center;
}


.cform .txts {
	text-align: center;
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 36px;
}

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

.cform ul li {
	width: 48.6%;
	height: 59px;
	background-color: #f6f6f6;
	padding: 0 17px;
	margin-bottom: 31px;
}


.cform ul li.message {
	width: 100%;
	padding: 15px 16px;
	height: 210px;
}


.cform ul li.codeCon {
	width: 65.5%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: transparent;
	padding: 0;
	margin-bottom: 0;
}


.cform ul li.codeCon input {
	padding: 0 17px;
	background-color: #f6f6f6;
	flex: 1;
}

.cform ul li.codeCon .codeImg {
	flex-shrink: 0;
	height: 100%;
	cursor: pointer;
	background-color: #f3fbfe;
	margin-left: 10px;
}

.cform ul li.codeCon .codeImg img {
	height: 100%;
	max-width:116px;
}

.cform ul li.subBtn {
	width: 23.4%;
	padding: 0;
	background-color: transparent;
	margin-bottom: 0;
}

.cform ul li.subBtn input {
	cursor: pointer;
	background-color: #000000;
	font-family: Montserrat-Bold;
	font-size: 18px;
	color: #136ff8;
}

.cform ul li.subBtn input:hover {
	background-color: #136ff8;
	color: #ffffff;
}


.cform .closeBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #333333;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	top: 34px;
	right: 42px;
}

.cform .closeBtn i {
	font-size: 30px;
}

.cform .closeBtn:hover {
	background-color: #136ff8;
}



.cform input,
.cform textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-family: Montserrat-Light;
}


.cform input::-webkit-input-placeholder,
.cform textarea::-webkit-input-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.cform input:-moz-placeholder,
.cform textarea:-moz-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.cform input::-moz-placeholder,
.cform textarea::-moz-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.cform input:-ms-input-placeholder,
.cform textarea:-ms-input-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}









@media screen and (max-width:1600px) {
	.downLoad .list .item::after {
		height: 4px;
	}

	.downLoad .list .item .image {
		width: 35px;
	}

	.downLoad .list .item {
		min-height: 110px;
	}

	.downLoad .list {
		margin-bottom: 50px;
	}

	.downLoadBox form {
		padding: 40px;
	}

	.cform .closeBtn {
		width: 35px;
		height: 35px;
		top: 20px;
		right: 20px;
	}

	.cform .closeBtn i {
		font-size: 20px;
	}

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

	.cform ul li {
		height: 45px;
		margin-bottom: 20px;
	}

	.cform ul li.message {
		height: 150px;
	}
}

@media screen and (max-width:1333px) {
	.downLoad .list .item {
		padding: 20px;
	}

	.downLoad .list {
		margin-bottom: 30px;
	}

	.cform ul li {
		height: 40px;
		margin-bottom: 15px;
	}

	.cform .closeBtn {
		width: 30px;
		height: 30px;
	}

	.cform .closeBtn i {
		font-size: 18px;
	}
}

@media screen and (max-width:999px) {
	.downLoad .list .item .image {
		width: 30px;
	}

	.downLoad .list .item {
		min-height: 100px;
		margin-bottom: 20px;
	}

	.downLoad .list .item::after {
		height: 3px;
	}

	.downLoad .list {
		margin-bottom: 20px;
	}

	.cform ul li {
		height: 35px;
	}

	.cform ul li.message {
		height: 120px;
	}

	.cform .closeBtn {
		top: 15px;
		right: 15px;
	}

	.cform .txts {
		margin-bottom: 20px;
	}

	.downLoadBox form {
		width: 70%;
	}
}

@media screen and (max-width:768px) {
	.downLoad .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
	}

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

	.downLoad .list .item {
		padding: 15px;
		min-height: 70px;
	}

	.downLoad .list .item::after {
		height: 2px;
	}

	.downLoad .list .item .image {
		width: 25px;
	}

	.downLoadBox form {
		width: 80%;
		padding: 35px;
	}

	.cform .closeBtn {
		width: 28px;
		height: 28px;
	}

	.cform .closeBtn i {
		font-size: 16px;
	}
}

@media screen and (max-width:538px) {
	.downLoad .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		min-height: 60px;
	}

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

	.downLoad .list {
		margin-bottom: 30px;
	}

	.downLoadBox form {
		width: 90%;
		padding: 40px 20px;
	}

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

	.cform ul li {
		height: 30px;
	}

	.cform ul li.message {
		height: 100px;
	}

	.cform ul li.codeCon {
		width: 100%;
		margin-bottom: 15px;
	}

	.cform ul li.subBtn {
		width: 100%;
	}

	.cform .closeBtn {
		top: 10px;
	}
}










/* 6new */
.news {
	padding: 90px 0 87px 0;
	background-color: #f2f2f2;
}


.news .list {
	margin-bottom: 18px;
	display: flex;
	flex-wrap: wrap;
}


.news .list .newItem {
	width: 31.857%;
	margin-right: 2.2145%;
	margin-bottom: 69px;
}

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

@media screen and (max-width:1600px) {
	.news .list .newItem {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.news .list .newItem {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.news .list .newItem {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.news .list .newItem:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 30px;
	}

	.news .list .newItem:nth-child(2n) {
		margin-right: 0;
	}

}

@media screen and (max-width:538px) {
	.news .list .newItem:nth-child(n) {
		margin-bottom: 20px;
	}
}



/* 6-1new-details */

.newDet {
	padding: 86px 0 89px 0;
	background-color: #f2f2f2;
}


.newDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 78px;
}


.newDet .des {
	width: 68.6%;
}

.newDet .latestNews {
	width: 25.3571%;
}

.newDet .des h1 {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 35px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 13px;
}

.newDet .des .time {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 10px;
}



.newDet .des .details {
	padding: 29px 0 34px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 14px;
}



.newDet .des .details p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.newDet .des .details p strong {
	font-family: Montserrat-Bold;
}

.newDet .latestNews .tit {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 35px;
	color: #333333;
	margin-bottom: 18px;
	margin-top: -3px;
}

.newDet .latestNews .item {
	margin-bottom: 25px;
}


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

.newDet .latestNews .image {
	overflow: hidden;
	margin-bottom: 18px;
}


.newDet .latestNews .name {
	font-family: Montserrat-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}



.prevOrNext>div {
	display: flex;
	align-items: center;
}

.prevOrNext p,
.prevOrNext a,
.prevOrNext div {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.prevOrNext .name {
	flex-shrink: 0;
}


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


.prevOrNext .prev {
	margin-bottom: 1px;
}


.prevOrNext a:hover {
	color: #136ff8;
}


@media screen and (max-width:1600px) {
	.newDet .des .details {
		padding: 30px 0;
	}

	.newDet .latestNews .tit {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.newDet .con {
		margin-bottom: 70px;
	}

	.newDet .des h1 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.newDet .latestNews .image {
		margin-bottom: 10px;
	}

	.newDet .con {
		margin-bottom: 60px;
	}
}

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

	.newDet .des {
		width: 100%;
		margin-bottom: 30px;
	}

	.newDet .des .details {
		padding: 20px 0;
	}

	.newDet .des h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.prevOrNext p,
	.prevOrNext a,
	.prevOrNext div {
		font-size: 14px;
		line-height: 26px;
	}

	.prevOrNext .prev {
		margin-bottom: 5px;
	}

	.newDet .latestNews {
		width: 100%;
	}

	.newDet .latestNews .list {
		display: flex;
		flex-wrap: wrap;
	}

	.newDet .latestNews .list .item {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

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

	.newDet .latestNews .name {
		font-size: 14px;
		line-height: 24px;
	}

	.newDet .con {
		margin-bottom: 50px;
	}

	.newDet .des .details p strong {
		font-size: 16px;
	}

}

@media screen and (max-width:768px) {
	.newDet .latestNews .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
	}

	.newDet .latestNews .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.newDet .con {
		margin-bottom: 30px;
	}

	.newDet .des .details p strong {
		font-size: 14px;
	}

	.newDet .latestNews .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.prevOrNext p,
	.prevOrNext a,
	.prevOrNext div,
	.newDet .latestNews .name {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {
	.newDet .des h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.newDet .latestNews .tit {
		font-size: 20px;
	}

	.newDet .con {
		margin-bottom: 20px;
	}
}



/* 7contact */

.contact {
	padding-top: 89px;
	background-color: #f2f2f2;
}



.contact .cMsg {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}


.contact .cMsg .map {
	width: 50%;
}

.contact .cMsg .con {
	position: absolute;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	pointer-events: none;
}


.contact .cMsg .msg {
	width: 44.3%;
	pointer-events: all;
}

.contact .cMsg .msg .tit {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	margin-bottom: 12px;
	margin-top: -3px;
}

.contact .cMsg .msg .title {
	font-family: Montserrat-Regular;
	font-size: 30px;
	line-height: 44px;
	color: #333333;
	margin-bottom: 16px;
}

.contact .cMsg .msg .txts {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 27px;
}


.contact .cMsg .msg .line {
	width: 100%;
	height: 1px;
	background-color: #dddddd;
	margin-bottom: 27px;
}

.contact .cMsg .list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}

.contact .cMsg .list li:last-child {
	margin-bottom: 0;
}

.contact .cMsg .list li i {
	flex-shrink: 0;
	font-size: 20px;
	margin-right: 14px;
	transform: translateY(3px);
}

.contact .cMsg .list li a,
.contact .cMsg .list li p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.contact .cMsg .list li.email a {
	word-break: break-all;
}

.contact .cMsg .list li a:hover {
	color: #136ff8;
	text-decoration: underline;
}

.contact .cMsg .list li.address {
	margin-top: -4px;
}

.contact .cMsg .list li.address .name {
	line-height: 36px;
}


.touch {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}


.touch .con {
	position: absolute;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: flex;
	justify-content: flex-end;
	pointer-events: none;
}


.touch .con form {
	width: 47%;
	pointer-events: all;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 10px;
}

.touch .image {
	width: 50%;
}

.touch .cform li {
	background-color: #ffffff;
}

.touch .cform li.codeCon input {
	background-color: #fff;
}

.touch .cform li.codeCon {
	width: 67.7%;
}

.touch .cform li.subBtn {
	width: 26.2%;
}




@media screen and (max-width:1600px) {
	.contact .cMsg .msg .tit {
		margin-top: 0;
	}

	.contact .cMsg .msg .title {
		font-size: 26px;
		line-height: 35px;
	}

	.contact .cMsg .map,
	.touch .image {
		height: 450px;
		display: flex;
		align-items: center;
		overflow: hidden;
		justify-content: center;
	}

	.contact .cMsg .map img,
	.touch .image img {
		height: 100%;
		max-width: none;
		object-fit: cover;
	}

	.contact {
		padding-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.contact .cMsg .msg .title {
		font-size: 24px;
	}

	.contact .cMsg .list li {
		margin-bottom: 15px;
	}

	.contact .cMsg .map,
	.touch .image {
		height: 480px;
	}

	.contact {
		padding-top: 60px;
	}
}

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

	.contact .cMsg .msg .title {
		font-size: 22px;
		line-height: 30px;
	}

	.contact .cMsg .list li a,
	.contact .cMsg .list li p {
		font-size: 14px;
		line-height: 24px;
	}
}

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

	.contact .cMsg {
		margin-bottom: 40px;
	}

	.contact .cMsg .list li a,
	.contact .cMsg .list li p {
		font-size: 12px;
		line-height: 22px;
	}

	.contact .cMsg .con {
		position: static;
		transform: translateX(0);
	}

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

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

	.touch {
		flex-direction: column-reverse;
	}

	.touch .con {
		position: static;
		transform: translateX(0);
	}

	.touch .con form {
		width: 100%;
		padding-top: 0;
		margin-bottom: 40px;
	}

	.contact .cMsg .map,
	.touch .image {
		width: 100%;
		height: 250px;
	}

	.contact .cMsg .map img,
	.touch .image img {
		width: 100%;
	}

	.contact .cMsg .msg .title {
		font-size: 20px;
	}

	.contact .cMsg .msg .txts {
		margin-bottom: 20px;
	}

	.contact .cMsg .list li i {
		font-size: 18px;
		margin-right: 10px;
	}
}

@media screen and (max-width:538px) {
	.contact {
		padding-top: 30px;
	}

	.contact .cMsg .msg .title {
		font-size: 18px;
		line-height: 28px;
	}

	.contact .cMsg .msg {
		margin-bottom: 30px;
	}

	.contact .cMsg,
	.touch .con form {
		margin-bottom: 30px;
	}

	.contact .cform ul li.codeCon {
		margin-bottom: 0;
	}

	.contact .cMsg .map,
	.touch .image {
		height: 200px;
	}
}









/* banner2 */


.banner2 .safeRange {
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}


.banner2 .safeRange .name {
	position: absolute;
	top: 35.8%;
	left: 0;
	font-family: Montserrat-Bold;
	font-size: 40px;
	line-height: 60px;
	color: #ffffff;text-transform:uppercase;
}


.banner2 .safeRange .crumb {
	position: absolute;
	bottom: 15px;
	left: 0;
}


/* crumb */
.crumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.crumb a,
.crumb i {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	letter-spacing: 0px;
	color: #ffffff; text-transform:uppercase;
}

.crumb a.active {
	text-decoration: underline;
}

.crumb i {
	font-style: normal;
	margin: 0 4.5px;
}

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

@media screen and (max-width:1600px) {
	.banner2 .safeRange .name {
		font-size: 34px;
		line-height: 45px;
	}
}

@media screen and (max-width:1333px) {
	.banner2 .safeRange .name {
		font-size: 28px;
		line-height: 35px;
	}
}

@media screen and (max-width:999px) {
	.banner2 .safeRange .name {
		display: none;
	}

	.banner2 {
		background-color: #f2f2f2;
	}

	.banner2 .safeRange {
		position: static;
		transform: translateX(0);
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
		color: #666666;
	}

	.banner2 {
		padding: 0 !important;
		height: auto !important;
	}

	.banner2 img {
		display: none;
	}

	.banner2 .safeRange .crumb {
		padding-top: 10px;
		top: 100%;
		position: static;
	}
}

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

	.crumb a,
	.crumb i {
		font-size: 12px;
		line-height: 24px;
	}
}



/* pager */
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pager .pageList a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px rgba(128, 128, 128, .5);
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #999999;
	margin: 3px 3px;
}

.pager a.iconfont {
	font-size: 12px !important;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	border-color: #000000;
	background-color: #000000;
	color: #ffffff !important;
}

.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 17px;
}


.pager .addTo input {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background-color: transparent;
	margin-right: 11px;
	cursor: pointer;
}



@media screen and (max-width:1333px) {
	.pager .pageList a {
		width: 35px;
		height: 35px;
		margin: 3px 5px;
	}
}

@media screen and (max-width:999px) {
	.pager .pageList a {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.pager .pageList a {
		width: 30px;
		height: 30px;
		font-size: 12px;
		margin: 3px 4.5px;
	}
}

@media screen and (max-width:538px) {
	.pager .pageList a {
		width: 28px;
		height: 28px;
	}
}









footer .footerList {
	position: relative;
	display: flex;
	align-items: flex-start;
	padding: 57px 0 36px 0;
}

footer .footerList::after {
	content: "";
	position: absolute;
	width: 200%;
	left: 50%;
	bottom: 0;
	height: 100%;
	background-color: #1a1917;
	transform: translateX(-50%);
	z-index: -1;
}


footer .footerList .fInfo {
	width: 22%;
	margin-right: 7.2%;
}


footer .footerList .fInfo .flogo {
	width: 159px;
	flex-shrink: 0;
	display: block;
	margin-bottom: 39px;
	margin-top: 21px;
}

footer .footerList .fInfo .flogo:hover img {
	transform: scale(1, 1);
}

footer .footerList .fInfo li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 14px;
}

footer .footerList .fInfo li:last-child {
	margin-bottom: 0;
}

footer .footerList .fInfo li.address {
	margin-top: -2px;
}

footer .footerList .fInfo li.address .name {
	line-height: 28px;
}

footer .footerList .fInfo li i {
	font-size: 22px;
	flex-shrink: 0;
	margin-right: 6px;
}



footer .footerList .fProduct {
	width: 16%;
	margin-right: 2.55%;
}


footer .footerList .fResources {
	width: 12%;
	margin-right: 2.7%;
}


footer .footerList .fAboutus {
	width: 12%;
	margin-right: 2.5%;
}



footer .footerList .quickQuite {
	width: 23.05%;
}


footer .footerList .quickQuite ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .footerList .quickQuite ul li {
	width: 100%;
	height: 46px;
	border: solid 1px #aaaaaa;
	padding: 0 9px;
	margin-bottom: 13px;
}


footer .footerList .quickQuite ul li.message {
	height: 106px;
	margin-bottom: 19px;
	padding: 13px 9px;
}


footer .footerList .quickQuite ul li.fcode {
	width: 68%;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

footer .footerList .quickQuite ul li.fcode input {
	flex: 1;
	padding: 0 9px;
}

footer .footerList .quickQuite ul li.fcode .fCodeImg {
	flex-shrink: 0;
	cursor: pointer;
	background-color: #f3fbfe;
	height: 100%;
}

footer .footerList .quickQuite ul li.fcode .fCodeImg img {
	height: 100%;
	max-width:100px;
}



footer .footerList .quickQuite ul li.subBtn {
	width: 28%;
	border: none;
	padding: 0;
}


footer .footerList .quickQuite ul li.subBtn input {
	cursor: pointer;
	color: #ffffff;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	cursor: pointer;
	background-color: #136ff8;text-transform:uppercase;
}

footer .footerList .quickQuite ul li.subBtn input:hover {
	background-color: #fff;
	color: #136ff8;
}

footer .footerList .quickQuite .title::after {
	display: none;
}

footer form {
	margin-top: -6px;
}


footer .fBottom {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 23px 0 17px 0;
}


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

footer .copyright .image {
	display: inline;
	margin-left: 9px;
}

footer .copyright .image img {
	display: inline;
}

footer .fBottom .msg {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}


footer .fBottom .fblogo {
	width: 169px;
	flex-shrink: 0;
	margin-right: 23px;
}


footer .fBottom .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


footer .fBottom .blogrolls a {
	font-size: 16px;
	margin-right: 11px;
	width: 39px;
	height: 40px;
	border: solid 1px #666666;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .fBottom .blogrolls a:hover {
	background-color: #136ff8;
	color: #ffffff;
	border-color: #136ff8;
}

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



footer div,
footer p,
footer a {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #aaaaaa;
}

footer a:hover {
	color: #136ff8;
}


footer .title {
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 23px;
	display: block;
	position: relative; text-transform:uppercase;
}

footer .title::after {
	content: "";
	position: absolute;
	width: 38px;
	height: 2px;
	background-color: #136ff8;
	border-radius: 1px;
	left: 0;
	bottom: -7px;
}



footer .email a {
	word-break: break-all;
}


footer .footerList ul li {
	margin-bottom: 6px;
}


footer .footerList ul li:last-child {
	margin-bottom: 0;
}

footer input,
footer textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-family: Poppins-Regular;
	color: #ffffff;
}

footer input::-webkit-input-placeholder,
footer textarea::-webkit-input-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #aaaaaa;
	opacity: 1;
}

footer input:-moz-placeholder,
footer textarea:-moz-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #aaaaaa;
	opacity: 1;
}

footer input::-moz-placeholder,
footer textarea::-moz-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #aaaaaa;
	opacity: 1;
}

footer input:-ms-input-placeholder,
footer textarea:-ms-input-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #aaaaaa;
	opacity: 1;
}


@media screen and (max-width:1600px) {
	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList .fInfo,
	footer .footerList .fProduct,
	footer .footerList .fResources,
	footer .footerList .fAboutus {
		margin-right: 0;
	}

	footer .footerList {
		padding: 50px 0;
	}
}

@media screen and (max-width:1333px) {
	footer .footerList {
		padding: 40px 0;
	}

	footer div,
	footer p,
	footer a {
		font-size: 14px;
		line-height: 24px;
	}

	footer .footerList .fInfo .flogo {
		width: 130px;
	}

	footer .title {
		font-size: 16px;
		line-height: 26px;
	}

	footer form {
		margin-top: 0;
	}

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

	footer input:-moz-placeholder,
	footer textarea:-moz-placeholder {
		font-family: Poppins-Regular;
		font-size: 14px !important;
	}

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

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

	footer .footerList .quickQuite ul li.fcode {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .footerList .quickQuite ul li.subBtn {
		width: 100%;
	}

	footer .footerList .fInfo li i {
		font-size: 18px;
	}

	footer .footerList .quickQuite ul li {
		height: 35px;
	}

	footer input,
	footer textarea {
		font-size: 14px !important;
	}

	footer .fBottom .blogrolls a {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	footer .fBottom .fblogo {
		width: 130px;
	}

	footer .fBottom {
		padding: 20px 0;
	}

	footer .footerList ul li {
		margin-bottom: 10px;
	}
}

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

	footer .footerList .fProduct,
	footer .footerList .fResources,
	footer .footerList .fAboutus,
	footer .footerList .quickQuite {
		display: none;
	}

	footer .footerList .fInfo {
		width: 100%;
	}

	footer .footerList .fInfo ul {
		display: none;
	}

	footer .footerList {
		padding: 10px 0;
	}

	footer .footerList .fInfo .flogo {
		margin-top: 0;
		margin-bottom: 0;
		padding: 10px 0;
		width: 120px;
	}

	footer .fBottom {
		padding: 20px 0 70px 0;
		flex-direction: column;
		align-items: flex-start;
	}

	footer .copyright {
		margin-bottom: 20px;
	}

	footer .fBottom .blogrolls a {
		width: 28px;
		height: 28px;
	}

}

@media screen and (max-width:768px) {
	footer .footerList .fInfo .flogo {
		width: 100px;
	}

	footer .footerList {
		padding: 10px 0;
	}

	footer .fBottom .fblogo {
		width: 120px;
	}
}

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

	footer .fBottom .fblogo {
		margin-bottom: 10px;
	}

	footer .footerList {
		padding: 5px 0;
	}

	footer .footerList .fInfo .flogo {
		width: 90px;
	}
}























/* 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: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

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



/* lian xi */
.lianxi {
	position: fixed;
	z-index: 9999;
	right: 0;
	top: 53%;
	transform: translateY(-50%);
	width: 95px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	border-radius: 15px 0px 0px 15px;
	padding: 23px 8px 15px 12px;
}


.lianxi .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 11.6px;
	background-color: #ffffff;
	padding-right: 3px;
}



.lianxi .item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.lianxi .item .iconfont {
	width: 46px;
	height: 46px;
	background-color: #136ff8;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #136ff8;
	color: #000000;
	font-size: 18px;
	border-radius: 50%;
	margin-bottom: 5px;
}


.lianxi .item .name {
	font-family: Montserrat-Light;
	font-size: 14px;
	color: #000000;
	text-align: center;
}


.lianxi .item a.iconfont:hover {
	background-color: #ffffff;
	color: #004a9b;
}



.lianxi .item a.name:hover {
	color: #004a9b;
}




.lianxi .item .number {
	position: absolute;
	top: 50%;
	right: 120%;
	transform: translateY(-50%);
	z-index: -1;
	background-color: #ffffff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #004a9b;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 0;
	box-shadow: 0 0 10px rgba(122, 122, 122, .5);
	overflow: hidden;
	padding: 10px 0;

}

.lianxi .item:hover .number {
	transform: translateY(-50%) translateX(0%);
	opacity: 1;
	max-width: 250px;
	padding: 10px 30px;
}

.lianxi .item .image {
	position: absolute;
	right: 120%;
	top: 0%;
	width: 150px;
	height: 150px;
	transform: translateX(120%);
	z-index: -1;
	opacity: 0;
}


.lianxi .item:hover .image {
	transform: translateX(0%);
	opacity: 1;
}


.lianxi .item.topBtn i:hover {
	background-color: #ffffff;
	color: #004a9b;
}

.lianxi .item.topBtn i,
.lianxi .item.topBtn .name {
	cursor: pointer;
}

.lianxi .item.topBtn .name:hover {
	color: #004a9b;
}




@media screen and (max-width:1600px) {
	.lianxi .item {
		padding-right: 0;
	}

	.lianxi {
		width: 55px;
		padding: 20px 0px;
	}

	.lianxi .item .iconfont {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.lianxi .item .name {
		font-size: 12px;
		letter-spacing: -1px;
	}
}

@media screen and (max-width:1333px) {
	.lianxi {
		padding: 15px 5px;
		width: auto;
		border-radius: 5px 0 0 5px;
	}

	.lianxi .item .name {
		display: none;
	}

	.lianxi .item .iconfont {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}
}

@media screen and (max-width:999px) {
	.lianxi {
		right: 0px;
		top: auto;
		bottom: 0;
		width: 100%;
		transform: translateX(0);
		display: flex;
		align-items: center;
		border-radius: 0;
		padding: 0;
	}

	.lianxi .item:nth-child(n) {
		margin-bottom: 0;
		padding: 0px;
		border-bottom: 0;
		flex: 1;
	}

	.lianxi .item .iconfont {
		margin-bottom: 0;
	}

	.lianxi .item .iconfont {
		width: 100%;
		height: auto;
		border-radius: 0;
		padding: 10px;
		font-size: 20px;
		background-color: #dfdfdf;
		border: none;
		color: #fff;
	}

	.lianxi .item.phone.active i {
		background-color: #ffffff;
		color: #004a9b;
	}

	.lianxi .item.phone i:hover .number {
		max-width: 300px;
	}

	.lianxi .item.phone .number {
		max-width: 300px;
		left: 2%;
		transform: translateY(0%);
		top: 0;
		right: auto;
		padding: 10px 20px;
	}

	.lianxi .item.phone.active .number {
		transform: translateY(-120%);
	}

	.lianxi .item.phone .number {
		font-size: 14px;
	}

	.lianxi .item.weChat.active i {
		background-color: #ffffff;
		color: #136ff8;
	}

	.lianxi .item.weChat .image {
		left: 50%;
		right: auto;
		top: 0;
		opacity: 1;
		transform: translateY(0%) translateX(-50%);
	}

	.lianxi .item.weChat.active .image {
		transform: translateY(-105%) translateX(-50%);
	}
}


@media screen and (max-width:538px) {
	.lianxi .item .iconfont {
		font-size: 18px;
	}

	.lianxi .item .image {
		width: 130px;
		height: 130px;
	}
}








@font-face {
	font-family: 'Montserrat-Bold';
	font-display: swap;
	src: url('../fonts/MontserratBold.eot');
	src: url('../fonts/MontserratBold.eot') format('embedded-opentype'),
		url('../fonts/MontserratBold.woff2') format('woff2'),
		url('../fonts/MontserratBold.woff') format('woff'),
		url('../fonts/MontserratBold.ttf') format('truetype'),
		url('../fonts/MontserratBold.svg#MontserratBold') format('svg');
}


@font-face {
	font-family: 'Montserrat-Light';
	font-display: swap;
	src: url('../fonts/MontserratLight.eot');
	src: url('../fonts/MontserratLight.eot') format('embedded-opentype'),
		url('../fonts/MontserratLight.woff2') format('woff2'),
		url('../fonts/MontserratLight.woff') format('woff'),
		url('../fonts/MontserratLight.ttf') format('truetype'),
		url('../fonts/MontserratLight.svg#MontserratLight') format('svg');
}


@font-face {
	font-family: 'Montserrat-Regular';
	font-display: swap;
	src: url('../fonts/MontserratRegular.eot');
	src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
		url('../fonts/MontserratRegular.woff2') format('woff2'),
		url('../fonts/MontserratRegular.woff') format('woff'),
		url('../fonts/MontserratRegular.ttf') format('truetype'),
		url('../fonts/MontserratRegular.svg#MontserratRegular') 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('../fonts/iconfont.woff?t=1718326019459') format('woff'),
		url('../fonts/iconfont.ttf?t=1718326019459') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-tel-copy:before {
	content: "\f1ea";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}
.linkf-keys{font-family: Montserrat-Light;
font-size: 16px;
line-height: 26px;
color: #aaaaaa;}
.linkf-keys a{ display:inline-block; margin-left:15px; margin-bottom:15px; margin-bottom:15px;color: #aaaaaa;}
.wuone{ font-size:14px; font-size:1.4rem; line-height:30px;}
.xunpanc{ width:100%; margin-top:10px !important;}
.xunpanc .table table tr td{font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px; padding:0px; }
.xunpanc a{ color:#333; font-size:14px; font-size:1.4rem; line-height:22px;} 	
.xunpanc a:hover{ color:#136ff8}	
.listcart {
	width: 100%;
	
	margin-top:20px;
}
.listcart a {
	display: inline-block;
	height: 30px;
	min-width: 150px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background: #136ff8;
	cursor: pointer;

	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 10px; color:#fff;
}
.listcart a:hover {
	
	background: #333;
	color: #fff
}
 @media screen and (max-width:767px) {
.listcart a {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px
}
.listcart {
	width: 100%;
	margin-top: 2rem
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-bottom: 1rem
}
}