@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: Raleway-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
	color: #333333;
}

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: #fe6e08 !important;
}

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

.standardEdit p {
	position: relative;
}

.standardEdit a {
	color: #fe6e08;
}

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



.standardEdit video,
.standardEdit iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

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

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

textarea {
	resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 10px 20px;
	font-size: 16px;
	background-color: #f4f4f4;
	font-family: Raleway-Regular, Arial, sans-serif;
	color: #333333;
}

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

}

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

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

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



@media screen and (max-width:1720px) {
	.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:1720px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

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

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

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

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

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

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

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

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

}

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

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

}







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

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

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

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


.clear {
	clear: both;
}

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

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

	header .xnav .nav {
		width: 35px;
		height: 24px;
		background: #fe6e08;
		right: 80px;
		top: 30px;
		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(254, 110, 8, 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: Raleway-Regular, Arial, sans-serif;
	}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
	perspective: 1200px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
	display: none
}

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

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

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

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

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

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

.swiper-scrollbar-lock {
	display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
	overflow: visible
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
	overflow: visible
}

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

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

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

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

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

.swiper-cards {
	overflow: visible
}

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




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


/* allnav */


nav {
	position: relative;
	height: 0;
	z-index: 9999;
}



nav .navBg {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
	pointer-events: none;
}


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

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


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

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



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

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

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

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

nav a {
	display: block;
}


nav .navList>ul>li>a {
	font-family: Raleway-Bold;
	color: #ffffff;
	font-size: 18px;
	height: 100px;
	line-height: 100px;
	color: #ffffff;
	position: relative;
}

nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 4px;
	background-color: #fe6e08;
	transition: .4s ease all;
	width: 0;
	opacity: 0;
}



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

nav .navList>ul>li.active>a:after,
nav .navList>ul>li:hover>a:after {
	width: 30px;
	opacity: 1;
}



nav .btns {
	display: flex;
	align-items: center;
	margin-left: 159px;
}



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


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


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

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

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


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

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


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

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

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


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

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
	font-size: 18px;
}

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

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


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

nav .btns .lanBtn i.icon-yuyan {
	font-size: 28px;
	margin-right: 9px;
}

nav .btns .lanBtn i.icon-yousanjiao-copy {
	font-size: 18px;
	transform: rotate(90deg);
	margin-left: 1px;
}


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


nav .btns .language ul {
	padding: 21px 0;
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
}


nav .btns .language ul li {
	margin-bottom: 10px;
}

nav .btns .language ul li:last-child {
	margin-bottom: 0;
}

nav .btns .language ul a {
	padding: 0px 20px;
	color: #333333;
	line-height: 24px;
}



nav .btns .language ul a:hover {
	color: #fe6e08;
}



/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: rgba(255, 255, 255, .96);
	width: 212px;
	display: none;
	transition: none;
	padding: 21px 0;
}

.moreList ul {
	left: 100%;
	top: -21px;
	background-color: rgba(255, 255, 255, .9);
}


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

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

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

.moreList a {
	padding: 0 18px;
	color: #333333;
}

.moreList li>a {
	position: relative;
}

.moreList li>a>i {
	position: absolute;
	left: 18px;
	top: -2px;
	color: #fb6d09;
	font-style: normal;
	opacity: 0;
}


.moreList li:hover>a {
	padding-left: 30px;
	color: #fb6d09;
}

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


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

	nav .btns {
		margin-left: 30px;
	}

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

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

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

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

	nav .logo {
		width: 150px;
	}

	nav .btns .lanBtn i.icon-yuyan {
		font-size: 24px;
	}

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

	nav .navList>ul>li>a::after {
		height: 3px;
	}
}

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

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

	nav .btns .lanBtn i.icon-yuyan {
		font-size: 22px;
	}

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

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

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

	nav .logo {
		width: 130px;
	}

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

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

	.moreList ul {
		top: -15px;
	}

	nav .btns .language ul {
		padding: 15px 0;
	}
}

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

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

	nav .btns .search,
	nav .btns .language {
		height: auto;
	}

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

	nav .logo {
		width: 120px;
	}

	nav .btns .language ul {
		top: calc(100% + 5px);
	}

	nav .btns .search form {
		top: calc(100% + 5px);
	}

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

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

	nav .btns {
		position: static;
		margin-left: 0;
		margin-right: 60px;
	}

	nav .btns .search {
		display: none;
	}

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

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

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

	nav .btns .lanBtn i.icon-yousanjiao-copy {
		font-size: 16px;
	}

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

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

	nav .logo {
		width: 110px;
	}
}

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



/* indexBanner */

.indexBanner {
	position: relative;
}



.indexBanner .msg {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	display: flex;
	align-items: center;
	padding-top: 80px;
}



.indexBanner .image {
	overflow: hidden;
}


.indexBanner .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}


.indexBanner .title {
	font-family: Raleway-Black;
	font-size: 60px;
	line-height: 80px;
	color: #ffffff;
	margin-bottom: 53px;
}


.indexBanner .title span {
	color: #fe6e08;
}

.indexBanner .box {
	display: flex;
	align-items: center;
}

.indexBanner .btn {
	width: 155px;
	height: 56px;
	background-color: #fe6e08;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Raleway-Bold;
	font-size: 16px;
	color: #ffffff;
}


.indexBanner .btn i {
	flex-shrink: 0;
	margin-left: 10px;
}


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


.indexBanner .video {
	width: 56px;
	height: 56px;
	background-color: rgba(0, 0, 0, .4);
	border: solid 1px #fe6e08;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	cursor: pointer;
}


.indexBanner .video img {
	width: 13px;
}


.indexBanner .video:hover {
	background-color: #fe6e08;
}


.indexBanner .video:hover img {
	filter: grayscale(100%) brightness(500%);
}


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


.indexBanner .btns {
	width: auto;
	background-color: #ffffff;
	opacity: 0.85;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 99;
	display: flex;
	align-items: center;
	padding: 11px 30px;
}


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

.indexBanner .swiper-pagination span {
	background-color: transparent;
	font-family: Arial;
	font-size: 18px;
	line-height: 28px;
	color: #555555;
	margin: 0 10px;
	opacity: 1;
	margin: 2px 10px !important;
	width: auto;
	height: auto;
}

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

.indexBanner .btns .prev i,
.indexBanner .btns .next i {
	font-size: 33px;
	color: #fe6e08;
	font-weight: bold;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: .8s ease all;
}


.indexBanner .btns .prev,
.indexBanner .btns .next {
	font-family: Arial;
	font-size: 16px;
	line-height: 30px;
	color: #555555;
	position: relative;
	cursor: pointer;
	display: flex !important;
	align-items: center;
	justify-content: center;
}



.indexBanner .btns .prev {
	padding-left: 22px;
	margin-right: 24px;
}

.indexBanner .btns .prev i {
	left: 0;
}


.indexBanner .btns .prev:hover i {
	transform: translateY(-50%) translateX(-10px);
}

.indexBanner .btns .next {
	padding-right: 22px;
	margin-left: 24px;
}

.indexBanner .btns .next i {
	right: 0;
}

.indexBanner .btns .next:hover i {
	transform: translateY(-50%) translateX(10px);
}

@media screen and (max-width:1720px) {
	.indexBanner .title {
		font-size: 42px;
		line-height: 60px;
	}

	.indexBanner .msg {
		padding-top: 30px;
	}

	.indexBanner .btn {
		height: 50px;
	}

	.indexBanner .video {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .title {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 40px;
	}

	.indexBanner .btn {
		height: 45px;
	}

	.indexBanner .video {
		width: 45px;
		height: 45px;
	}

	.indexBanner .video img {
		width: 10px;
	}

	.indexBanner .btns {
		padding: 5px 20px;
	}

	.indexBanner .swiper-pagination span {
		margin: 2px 6px !important;
	}

	.indexBanner .btns .prev {
		margin-right: 15px;
	}

	.indexBanner .btns .next {
		margin-left: 15px;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .title {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 30px;
	}

	.indexBanner .btn {
		height: 40px;
		font-size: 14px;
	}

	.indexBanner .video {
		width: 40px;
		height: 40px;
	}

	.indexBanner .swiper-pagination span {
		font-size: 16px;
	}

	.indexBanner .btns .prev,
	.indexBanner .btns .next {
		font-size: 14px;
	}

	.indexBanner .btns .prev i,
	.indexBanner .btns .next i {
		font-size: 30px;
	}

	.indexBanner .btns .prev {
		padding-left: 16px;
	}

	.indexBanner .btns .next {
		padding-right: 16px;
	}
}

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






/* title1 */

.title1 {
	font-family: Raleway-Black;
	font-size: 46px;
	line-height: 58px;
	color: #333333;
}

a.title1 {
	display: inline-block;
}

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


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

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


/* indexM1-1 */

.iCompany {
	padding: 106px 0 103px 0;
	background-image: url("../images/indexM1-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


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

.iCompany .imgBox {
	display: flex;
	justify-content: space-between;
	width: 47.45%;
}

.iCompany .msg {
	width: 48.7%;
	padding: 21px 0;
}

.iCompany .image {
	overflow: hidden;
}

.iCompany .imgBox .image {
	height: 100%;
}

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

.iCompany .imgBox .show {
	width: 39.52%;
	position: relative;
}



.iCompany .imgBox .list {
	width: 56.91%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}



.iCompany .imgBox .list .item {
	position: relative;
	margin-bottom: 32px;
	flex: 1;
}

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

.iCompany .imgBox .box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(254, 110, 8, .8);
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.iCompany .imgBox .box .line1,
.iCompany .imgBox .box .line2 {
	width: calc(100% - 36px);
	height: calc(100% - 36px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 9;
	box-sizing: border-box;
	pointer-events: none;
}

.iCompany .imgBox .box .line1 {
	border-top: 4px solid #ffffff;
	border-left: 4px solid #ffffff;
}

.iCompany .imgBox .box .line2 {
	border-bottom: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
}


.iCompany .imgBox .num {
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
	font-family: Raleway-Black;
	margin-bottom: 17px;
	text-align: center;
}


.iCompany .imgBox .num span {
	font-size: 50px;
}


.iCompany .imgBox .txts {
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: center;
}




.cTips {
	color: #fe6e08;
	letter-spacing: 1px;
}


.iCompany .cTips {
	margin-bottom: 14px;
}


.iCompany .msg .years {
	display: flex;
	align-items: center;
}


.iCompany .years {
	margin-bottom: 22px;
}


.iCompany .years .num {
	font-family: Arial-Black;
	font-size: 150px;
	line-height: 150px;
	letter-spacing: 0px;
	color: #333333;
	font-family: Raleway-Black;
}

.iCompany .years .line {
	width: 2px;
	height: 103px;
	background-color: #999999;
	opacity: 0.4;
	margin: 0 70px 0 84px;
}


.iCompany .years .des {
	font-family: Raleway-Bold;
	font-size: 30px;
	line-height: 50px;
	color: #333333;
}


.iCompany .msg .title {
	font-family: Raleway-Black;
	font-size: 30px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 39px;
	padding-right: 30px;
	display: block;
}

.iCompany .msg .title:hover {
	color: #fe6e08;
}

.iCompany .msg .tips {
	margin-bottom: 75px;
}



.iCompany .msg .list {
	margin-bottom: 34px;
}


.iCompany .msg .list .item {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

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

.iCompany .msg .list .image {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 61px;
	height: 61px;
	background-color: rgba(254, 110, 8, 0.2);
	margin-right: 20px;
}



.iCompany .msg .btn {
	width: 155px;
	height: 56px;
	background-color: #002f4c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Raleway-Bold;
	color: #ffffff;
}


.iCompany .msg .btn i {
	flex-shrink: 0;
	margin-left: 8px;
}


.iCompany .msg .btn:hover {
	background-color: #fe6e08;
}

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

	.iCompany .imgBox .box .line1,
	.iCompany .imgBox .box .line2 {
		width: calc(100% - 24px);
		height: calc(100% - 24px);
		border-width: 3px;
	}

	.iCompany .imgBox .list .item {
		margin-bottom: 20px;
	}

	.iCompany .msg {
		padding: 0;
	}

	.iCompany .years .num {
		font-size: 120px;
		line-height: 120px;
	}

	.iCompany .years .line {
		margin: 0 50px;
	}

	.iCompany .years .des {
		font-size: 26px;
		line-height: 36px;
	}

	.iCompany .years {
		margin-bottom: 30px;
	}

	.iCompany .msg .title {
		font-size: 26px;
		line-height: 42px;
		padding-right: 0;
		margin-bottom: 30px;
	}

	.iCompany .msg .tips {
		margin-bottom: 50px;
	}

	.iCompany .msg .btn {
		height: 50px;
	}

	.iCompany .imgBox .txts {
		font-size: 20px;
	}

	.iCompany .imgBox .num {
		font-size: 26px;
	}
}

@media screen and (max-width:1333px) {
	.iCompany .years .num {
		font-size: 100px;
		line-height: 100px;
	}

	.iCompany .years .des {
		font-size: 20px;
	}

	.iCompany .years .line {
		margin: 0 30px;
		height: 80px;
	}

	.iCompany .msg .title {
		font-size: 24px;
		line-height: 34px;
	}

	.iCompany .msg .tips {
		margin-bottom: 40px;
	}

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

	.iCompany .msg .btn {
		height: 45px;
	}

	.iCompany .msg .list .image {
		width: 50px;
		height: 50px;
	}

	.iCompany .imgBox .num span {
		font-size: 40px;
		line-height: 40px;
	}

	.iCompany .imgBox .num {
		margin-bottom: 10px;
		font-size: 22px;
	}
}

@media screen and (max-width:999px) {
	.iCompany .con {
		flex-direction: column-reverse;
	}

	.iCompany .msg {
		width: 100%;
	}

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

	.iCompany .years .des {
		font-size: 18px;
		line-height: 28px;
	}

	.iCompany .years .line {
		height: 60px;
	}

	.iCompany .years .num {
		font-size: 90px;
		line-height: 90px;
	}

	.iCompany .msg .tips {
		margin-bottom: 30px;
	}

	.iCompany .msg .btn {
		height: 40px;
		font-size: 14px;
	}

	.iCompany .imgBox {
		width: 100%;
		margin-top: 40px;
	}

	.iCompany .msg .list {
		margin-bottom: 40px;
	}

	.iCompany .msg .title {
		font-size: 22px;
	}
}


@media screen and (max-width:768px) {
	.iCompany .years .num {
		font-size: 80px;
		line-height: 80px;
	}

	.iCompany .msg .title {
		font-size: 20px;
	}

	.iCompany .imgBox .num span {
		font-size: 36px;
		line-height: 36px;
	}

	.iCompany .msg .btn {
		height: 36px;
	}
}

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

	.iCompany .imgBox .show {
		width: 100%;
		height: 220px;
		margin-bottom: 30px;
	}

	.iCompany .imgBox .list {
		width: 100%;
	}

	.iCompany .imgBox .list .item {
		width: 100%;
		height: 240px;
		margin-bottom: 20px;
		flex: none;
	}
}

/* indexM2-1 */

.iExperience {
	padding: 93px 0 110px 0;
	position: relative;
}


.iExperience::before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	background-color: #f2f3f5;
	z-index: -2;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}



.iExperience::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100vw;
	height: 457px;
	background-image: url("../images/indexM2-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.iExperience .cTips {
	margin-bottom: 0px;
}

.iExperience .title1 {
	color: #ffffff;
	margin-bottom: 10px;
}


.iExperience .tips {
	margin-bottom: 46px;
	color: rgba(255, 255, 255, .6);
}



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



.iExperience .list .item {
	width: 24%;
	margin-right: 1.33%;
	margin-top: 30px;
	position: relative;
	z-index: 9;
	padding: 52px 40px 51px 40px;
}



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

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


.iExperience .list .item::after,
.iExperience .list .item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: -1;
	clip-path: polygon(100% 0, 100% 69%, 74.4% 100%, 0 100%, 0 0);
	transition: .4s ease all;
}


.iExperience .list .item:hover::after {
	background-color: #002f4c;
}

.iExperience .list .item:hover::before {
	transform: translateX(10px) translateY(10px);
}




.iExperience .list .image {
	width: 96px;
	height: 96px;
	margin-bottom: 46px;
}


.iExperience .list .item:hover .image img {
	filter: grayscale(100%) brightness(500%);
}


.iExperience .list .txts {
	letter-spacing: 1px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.iExperience .list .item:hover .txts {
	color: #ffffff;
}



.iExperience .list .num {
	position: absolute;
	top: 50px;
	right: 30px;
}




.iExperience .list .num::after {
	content: "";
	position: absolute;
	top: 55%;
	right: 150%;
	height: 1px;
	width: 31px;
	height: 2px;
	background-color: #333333;
	transition: .4s ease all;
}

.iExperience .list .item:hover .num {
	color: #ffffff;
}

.iExperience .list .item:hover .num::after {
	background-color: #ffffff;
}


@media screen and (max-width:1720px) {
	.iExperience .cTips {
		margin-bottom: 10px;
	}

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

	.iExperience .list .image {
		width: 70px;
		height: 70px;
		margin-bottom: 30px;
	}

	.iExperience .list .item {
		padding: 30px;
	}

	.iExperience .list .item::after,
	.iExperience .list .item::before {
		clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);
	}

	.iExperience::after {
		height: 65%;
	}
}

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

	.iExperience .list .image {
		width: 56px;
		height: 56px;
	}

	.iExperience .list .num {
		top: 40px;
	}
}

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

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

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

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

@media screen and (max-width:768px) {
	.iExperience .list .image {
		width: 50px;
		height: 50px;
		margin-bottom: 20px;
	}
}

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

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


/* indexM3-1 */

.iProducts {
	position: relative;
	padding: 84px 0 89px 0;
	max-width: 1920px;
	margin: 0 auto;
}

.iProducts .imgBg {
	position: absolute;
	z-index: -1;
	left: 0;
	height: 88%;
	top: 0;
}

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


.iProducts .title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 55px;
}

.iProducts .box {
	flex: 1;
}



.iProducts .tips {
	color: #666666;
}


.iProducts .checkBtns {
	flex-shrink: 0;
	margin-left: 40px;
}



.iProducts .cTips {
	margin-bottom: 3px;
}


.iProducts .checkBtns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -21px;
}

.iProducts .checkBtns>div {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0;
	margin-right: 20px;
	width: 189px;
	height: 56px;
	background-color: #002b4a;
	font-family: Raleway-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
}

.iProducts .checkBtns>div:last-child {
	margin-right: 0;
}



.iProducts .checkBtns>div.active,
.iProducts .checkBtns>div:hover {
	background-color: #fe6e08;
}

.iProducts .swiper-slide {
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}


.iProducts .productItem {
	height: 100%;

}


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

.iProducts .productItem {
	margin-bottom: 18px;
}

.iProducts .productItem:last-child {
	margin-bottom: 0;
}


.productItem .image {
	overflow: hidden;
	flex: 1;
}


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


.productItem h2 {
	font-weight: normal;
}

.productItem .name {
	flex-shrink: 0;
	background-color: #f5f5f5;
	padding: 28px 31px;
	display: flex;
	align-items: center;
	width: 100%;
}

.productItem .name a {
	font-family: Raleway-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	display: flex;
	align-items: center;
}


.productItem .name a:hover {
	color: #fe6e08;
}


.productItem .name i {
	font-style: normal;
	flex-shrink: 0;
	margin-left: 6px;
	font-size: 20px;
	transform: translateY(-2px);
}


.productItem .name a:hover i {
	color: #fe6e08;
}

.iProducts .checks>div {
	overflow: hidden;
}

.iProducts .sBtns {
	justify-content: center;
}

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



@media screen and (max-width:1720px) {
	.iProducts .checkBtns {
		margin: 0;
		margin-left: 30px;
	}

	.iProducts .cTips {
		margin-bottom: 10px;
	}

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

	.iProducts .checkBtns>div {
		height: 50px;
		width:220px;
	}

	.productItem .name {
		padding: 16px 20px;
	}

	.productItem .name a {
		font-size: 20px;
		line-height: 30px;
	}

	.productItem .name a i {
		margin-left: 20px;
	}
}

@media screen and (max-width:1333px) {
	.iProducts .checkBtns>div {
		height: 45px;
		width: 200px;
	}

	.iProducts .title {
		margin-bottom: 50px;
	}

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

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

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

	.iProducts .checkBtns>div {
		height: 40px;
		font-size: 14px;
	}

	.iProducts .checkBtns {
		margin-left: 0;
		margin-top: 20px;
	}

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

@media screen and (max-width:768px) {
	.iProducts .checkBtns>div {
		height: 36px;
		width: 160px;
	}

}

@media screen and (max-width:538px) {
	.iProducts .checkBtns>div {
		width: 150px;
	}
}



/* indexM4-1 */

.iAdvantages .iTit {
	margin-bottom: 12px;
}


.iAdvantages .tips {
	text-align: center;
	margin-bottom: 35px;
	color: rgba(102, 102, 102, 0.6);
}


.iAdvantages .list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 9;
}


.iAdvantages .list .item {
	width: 15.68%;
	margin-right: 1.184%;
	margin-top: 20px;
	background-color: #ffffff;
	box-shadow: 0px 0px 16px 0px rgba(40, 40, 40, 0.16);
	padding: 34px 31px 38px;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}



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


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


.iAdvantages .list .item:hover,
.iAdvantages .list .item.active {
	background-color: #fe6e08;
}


.iAdvantages .list .image {
	width: 70px;
	flex-shrink: 0;
	margin: 0 auto 2px;
}

.iAdvantages .list .name {
	text-align: center;
	font-family: Raleway-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.iAdvantages .list .item:hover img,
.iAdvantages .list .item.active img {
	filter: grayscale(100%) brightness(1000%);
}

.iAdvantages .list .item:hover .name,
.iAdvantages .list .item.active .name {
	color: #ffffff;
}

.iAdvantages .con {
	background-image: url("../images/indexM4-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.iAdvantages .piece {
	height: 61px;
	margin-top: -61px;
}

.iAdvantages .con .safeRange {
	display: flex;
	justify-content: space-between;
	padding: 93px 85px 61px 50px;
}



.iAdvantages .con .box {
	width: 45%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 18px;
}


.iAdvantages .con .box .swiper {
	width: 100%;
}

.iAdvantages .imgSwiper {
	width: 44.9%;
	overflow: hidden;
}

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


.iAdvantages .box .image {
	width: 70px;
	margin-bottom: 20px;
}


.iAdvantages .box .image img {
	filter: grayscale(100%) brightness(1000%);
}


.iAdvantages .box .tit {
	font-family: Raleway-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	margin-bottom: 10px;
}


.iAdvantages .box .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 27px;
	color: rgba(255, 255, 255, .8);
}

.iAdvantages .box .info li {
	position: relative;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, .8);
	padding-left: 18px;
}


.iAdvantages .box .info li:last-child {
	margin-bottom: 0;
}


.iAdvantages .box .info li::after {
	content: "";
	position: absolute;
	top: 10px;
	width: 9px;
	height: 9px;
	background-color: #ffffff;
	border-radius: 50%;
	left: 0;
}

.iAdvantages .sBtns>div {
	margin-top: 58px;
	background-color: #ffffff;
	color: #333333;
}

.iAdvantages .sBtns>div:hover {
	background-color: #fe6e08;
	color: #ffffff;
}


.sBtns {
	display: flex;
}


.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #002f4c;
	cursor: pointer;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}


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


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

@media screen and (max-width:1720px) {
	.iAdvantages .list .item {
		padding: 20px 15px;
	}

	.iAdvantages .list .image {
		width: 60px;
		margin-bottom: 10px;
	}

	.iAdvantages .list .name {
		font-size: 16px;
		line-height: 26px;
	}

	.iAdvantages .con .safeRange {
		padding: 60px 0;
	}

	.iAdvantages .con .box {
		width: 50%;
	}

	.iAdvantages .box .image {
		width: 60px;
	}

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

	.iAdvantages .sBtns>div {
		margin-top: 40px;
	}

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

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

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

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

	.iAdvantages .list .image {
		width: 50px;
	}

	.iAdvantages .list .item {
		padding: 15px;
	}

	.iAdvantages .box .tit {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.iAdvantages .box .txts {
		margin-bottom: 20px;
	}

	.iAdvantages .box .image {
		width: 50px;
	}

	.sBtns>div {
		width: 45px;
		height: 45px;
	}

	.iAdvantages .sBtns>div {
		margin-top: 20px;
	}

	.iAdvantages .imgSwiper {
		width: 45%;
	}
}

@media screen and (max-width:999px) {
	.iAdvantages .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.iAdvantages .list .image {
		width: 45px;
	}

	.iAdvantages .tips {
		margin-bottom: 30px;
	}

	.iAdvantages .con .safeRange {
		padding: 40px 0;
		flex-direction: column;
		align-items: flex-start;
	}

	.iAdvantages .con .box {
		width: 100%;
	}

	.iAdvantages .box .image {
		width: 45px;
		margin-bottom: 10px;
	}

	.iAdvantages .box .tit {
		font-size: 20px;
	}

	.iAdvantages .box .info li {
		font-size: 14px;
		line-height: 24px;
	}

	.iAdvantages .box .info li::after {
		top: 7px;
	}

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

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

	.iAdvantages .imgSwiper {
		width: 100%;
		height: 400px;
	}

}

@media screen and (max-width:768px) {
	.iAdvantages .list .image {
		width: 40px;
	}

	.iAdvantages .box .image {
		width: 40px;
	}

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

	.iAdvantages .imgSwiper {
		height: 360px;
	}
}

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

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

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

	.iAdvantages .imgSwiper {
		height: 280px;
	}
}


/* indexM5-1 */

.iVideo {
	padding: 88px 0 50px 0;
	background-image: url("../images/indexM5-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.iVideo .iTit {
	margin-bottom: 26px;
}

.iVideo .con {
	position: relative;
	height: 901px;
}

.iVideo .numList {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.iVideo .numList .item {
	width: 29.15%;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	padding: 66.5px 40px;
}


.iVideo .numList .box {
	flex-shrink: 0;
}

.iVideo .numList .num {
	font-size: 22px;
	line-height: 30px;
	color: #fe6e08;
	text-align: center;
	margin-bottom: 8px;
}



.iVideo .numList .num span {
	font-family: Raleway-Black;
	font-size: 30px;
}

.iVideo .numList .tit {
	font-size: 18px;
	color: #fe6e08;
	text-align: center;
}

.iVideo .numList .line {
	width: 1px;
	height: 36px;
	margin: 0 30px 0 30px;
	background-color: #fe6e08;
}

.iVideo .numList .name {
	font-family: Raleway-Regular;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #333333;
	hyphens: auto;
}


.iVideo .image {
	height: 100%;
	width: 100%;
}

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

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


.iVideo .video .playBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 81px;
	height: 80px;
	background-color: rgba(0, 0, 0, .1);
	border: solid 2px #fe6e08;
	margin-top: 122px;
}

.iVideo .video:hover .playBtn {
	background-color: #fe6e08;
}

.iVideo .video .playBtn img {
	width: 19px;
}

.iVideo .video:hover .playBtn img {
	filter: grayscale(100%) brightness(500%);
}

@media screen and (max-width:1720px) {
	.iVideo .numList .item {
		padding: 30px 20px;
	}

	.iVideo .numList .line {
		margin: 0 20px;
	}

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

	.iVideo .numList .num {
		font-size: 18px;
	}

	.iVideo .numList .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.iVideo .con {
		height: 650px;
	}

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

	.iVideo .video .playBtn img {
		width: 16px;
	}
}

@media screen and (max-width:1333px) {
	.iVideo .numList .item {
		width: 33.3333%;
	}

	.iVideo .numList .name {
		font-size: 16px;
		line-height: 26px;
	}

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

	.iVideo .con {
		height: 550px;
	}

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

	.iVideo .video .playBtn img {
		width: 14px;
	}
}

@media screen and (max-width:999px) {
	.iVideo .numList .item {
		width: 50%;
		padding: 15px;
	}

	.iVideo .numList .num {
		margin-bottom: 5px;
	}

	.iVideo .numList .name,
	.iVideo .numList .tit,
	.iVideo .numList .num {
		font-size: 14px;
		line-height: 24px;
	}

	.iVideo .video .playBtn {
		width: 55px;
		height: 55px;
	}

	.iVideo .con {
		height: 500px;
	}
}

@media screen and (max-width:768px) {
	.iVideo .numList .line {
		margin: 0 15px;
	}

	.iVideo .video .playBtn {
		width: 50px;
		height: 50px;
	}

	.iVideo .con {
		height: 450px;
	}
}

@media screen and (max-width:538px) {
	.iVideo .con {
		height: 550px;
	}

	.iVideo .numList .item:nth-child(n) {
		width: 100%;
	}

	.iVideo .video .playBtn {
		margin-top: 240px;
	}
}



/* indexM6-1 */


.iCustomer {
	padding: 37px 0 100px 0;
}

.customer .title1 {
	text-align: center;
	margin-bottom: 2px;
}

.customer .tips {
	text-align: center;
	margin-bottom: 35px;
	color: #666666;
}

.customer .swiper-slide {
	border: solid 1px #e5e5e5;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 33px 36px 35px 39px;
	height: auto;
}

.customer .image {
	flex-shrink: 0;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	margin-right: 42px;
	overflow: hidden;
	transform: translateY(16px);
}

.customer .msg {
	flex: 1;
}

.customer .msg .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	margin-bottom: 19px;
	hyphens: auto;
}


.customer .msg .name {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	padding-right: 50px;
}

.customer .msg .name span {
	color: #fe6e08;
}

.customer .sBtns {
	justify-content: center;
}

.customer .sBtns>div {
	margin-top: 59px;
}

.customer .sign {
	position: absolute;
	bottom: 22px;
	right: 39px;
	width: 45px;
}

@media screen and (max-width:1720px) {
	.iCustomer {
		padding: 0;
		padding-bottom: 80px;
	}

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

	.customer .swiper-slide {
		padding: 30px;
		align-items: center;
	}

	.customer .image {
		width: 130px;
		height: 130px;
		transform: translateY(0);
		margin-right: 20px;
	}

	.customer .sign {
		width: 40px;
		right: 30px;
		bottom: 10px;
	}

	.customer .sBtns>div {
		margin-top: 40px;
	}
}

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

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

	.customer .sign {
		width: 35px;
		right: 16px;
		bottom: 16px;
	}

	.customer .image {
		width: 120px;
		height: 120px;
	}

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

	.iCustomer {
		padding-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.customer .msg .txts {
		font-size: 14px;
		line-height: 26px;
	}

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

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

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

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

	.customer .image {
		width: 100px;
		height: 100px;
		margin-right: 0;
		margin-bottom: 20px;
	}
}


/* indexM7-1 */


.iTouch .touch {
	padding: 111px 0 109px 0;
}

.touch {
	background-image: url("../images/indexM7-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.touch .title1 {
	text-align: center;
	color: #ffffff;
	margin-bottom: 19px;
}

.touch .txts {
	text-align: center;
	color: #ffffff;
	margin-bottom: 51px;
}

.touch .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 147px;
	height: 56px;
	background-color: #fe6e08;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0 auto;
}

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

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

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

	.touch .btn {
		height: 50px;
	}
}

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

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

	.touch .btn {
		height: 45px;
	}
}

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

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

@media screen and (max-width:768px) {
	.touch .btn {
		height: 36px;
	}
}




/* indexM8-1 */

.certificates {
	padding: 89px 0 102px 0;
	background-image: url("../images/indexM8-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.certificates .iTit {
	margin-bottom: 0px;
}


.certificates .tips {
	text-align: center;
	margin-bottom: 56px;
	color: #666666;
}

.swiperBox {
	position: relative;
}


.certificates .swiper {
	overflow: visible;
}

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


.certificates .swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}


.certificates .swiper .swiper-slide.swiper-slide-visible {
	pointer-events: all;
}


.certificates .swiper .image:hover img {
	transform: translateY(0px);
}

.certificates .swiper .image {
	position: relative;
	opacity: 0;
}

.certificates .swiper .image:hover img {
	transform: translateY(-10px);
}

.certificates .swiper .swiper-slide.swiper-slide-visible .image {
	opacity: 1;
}

.certificates .swiper .shadow1,
.certificates .swiper .shadow2 {
	position: absolute;
}

.certificates .swiper .shadow1 img,
.certificates .swiper .shadow2 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.certificates .swiper .shadow1 {
	left: 100%;
	height: 106%;
	top: 0;
	width: 10.16%;
}

.certificates .swiper .shadow2 {
	top: 100%;
	width: 100%;
	left: 0;
}

.certificates .swiperBox {
	padding: 0 110px;
}

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

.certificates .swiperBox .sBtns>div.prev {
	left: 0px;
}

.certificates .swiperBox .sBtns>div.next {
	right: 0px;
}

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

	.certificates .tips {
		margin-bottom: 40px;
	}

	.certificates .swiperBox {
		padding: 0 80px;
	}
}

@media screen and (max-width:999px) {
	.certificates .swiperBox {
		padding: 0;
	}

	.certificates .swiperBox .sBtns>div {
		transform: translateY(0);
		position: static;
	}

	.certificates .swiperBox .sBtns {
		justify-content: center;
	}

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

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

/* indexM9-1 */


.iFactory {
	padding: 88px 0 40px 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, #f2f3f5 50%, #f2f3f5 100%);
}


.iFactory .piece {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}


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

.iFactory .title1 {
	margin-bottom: 1px;
}

.iFactory .tips {
	color: #666666;
}


.iFactory .btn {
	width: 211px;
	height: 56px;
	background-color: #002f4c;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 40px;
	color: #ffffff;
	margin-top: -7px;
}


.iFactory .btn:hover {
	background-color: #fe6e08;
}



.iFactory .swiper {
	width: 49.6875%;
	margin: 0 auto;
	overflow: visible;
}


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


.iFactory .image:hover img {
	transform: scale(1);
}

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

.iFactory .msg {
	position: absolute;
	z-index: 9;
	left: 50%;
	bottom: 40px;
	width: calc(100% - 80px);
	transform: translateX(-50%);
	background-color: #002f4c;
	padding: 23px 30px 23px 30px;
}

.iFactory .msg .tit {
	margin-bottom: 10px;
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #f5f5f5;
}


.iFactory .msg .tit:hover {
	color: #fe6e08;
}


.iFactory .msg .txts {
	color: #f5f5f5;
}

.iFactory .swiper-slide {
	transform: scale(.921);
}

.iFactory .swiper-slide .msg {
	opacity: 0;
	pointer-events: all;
}

.iFactory .swiper-slide.swiper-slide-active {
	transform: scale(1);
}


.iFactory .swiper-slide.swiper-slide-active .msg {
	pointer-events: all;
	opacity: 1;
}

.iFactory .swiper-pagination {
	background-color: #ffffff;
	border-radius: 20px;
	position: static;
	width: max-content;
	margin: 0 auto;
	margin-top: 60px;
	padding: 6px 10px;
}


.iFactory .swiper-pagination span {
	width: 10px;
	height: 10px;
	background-color: #002f4c;
	opacity: 1;
	margin: 0 5px !important;
}


.iFactory .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #fe6e08;
}



.iPiece {
	background-image: url("../images/indexM10-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 87px 0 100px 0;
}

.iPiece .frequently {
	margin-bottom: 88px;
}


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

	.iFactory .btn {
		margin: 0;
		height: 50px;
		width: 200px;
		margin-left: 30px;
	}

	.iFactory .swiper-pagination {
		margin-top: 40px;
		padding: 0 20px;
	}

	.iFactory .msg {
		width: calc(100% - 40px);
		bottom: 30px;
		padding: 20px;
	}

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

	.iFactory .swiper-slide {
		transform: scale(.85);
	}
}

@media screen and (max-width:1333px) {
	.iFactory .btn {
		height: 45px;
	}

	.iFactory .title {
		margin-bottom: 50px;
	}

	.iFactory .swiper {
		width: 60%;
	}

	.iFactory .swiper-pagination {
		margin-top: 30px;
	}

	.iFactory .swiper-pagination span {
		width: 8px;
		height: 8px;
	}
}

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

	.iFactory .btn {
		height: 40px;
		margin-left: 0;
		margin-top: 20px;
		width: 180px;
	}

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

	.iFactory .swiper {
		width: 70%;
	}

	.iFactory .msg {
		width: calc(100% - 30px);
	}
}

@media screen and (max-width:768px) {
	.iFactory .swiper {
		width: 80%;
	}

	.iFactory .btn {
		height: 36px;
	}
}

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

	.iFactory .image img {
		height: 320px;
	}
}


/* indexM10-1 */


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


.sTit .sBtns {
	flex-shrink: 0;
	margin-left: 30px;
}


.frequently .safeRange {
	max-width: 1500px;
}


.frequently .sTit {
	margin-bottom: 51px;
}



.faqList .item {
	position: relative;
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 8px;
}

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



.faqList .item::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	transition: .8s ease all;
	width: 0;
	height: 3px;
	background-color: #fe6e08;
}


.faqList .item.active {
	border-bottom-color: transparent;
}

.faqList .item.active::after {
	width: 100%;
}




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



.faqList .answer {
	transition: none;
	display: none;
	padding-bottom: 24px;
}



.faqList .question {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	cursor: pointer;
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.faqList .item.active .question {
	color: #fe6e08;
}


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


.faqList .question:hover {
	color: #fe6e08;
}


.faqList .question .btn {
	width: 36px;
	height: 36px;
	background-color: #f5f5f5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 30px;
	position: relative;
	margin-right: 20px;
}


.faqList .question .btn i {
	width: 16px;
	height: 2px;
	background-color: #666666;
}


.faqList .question .btn:hover {
	background-color: #fe6e08;
}

.faqList .question .btn:hover i {
	background-color: #ffffff;
}


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


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


@media screen and (max-width:1720px) {
	.iPiece .frequently {
		margin-bottom: 80px;
	}

	.faqList .answer {
		padding-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.iPiece .frequently {
		margin-bottom: 60px;
	}

	.frequently .sTit {
		margin-bottom: 30px;
	}

	.faqList .question .btn i {
		width: 12px;
		height: 2px;
	}

	.faqList .question .btn {
		width: 32px;
		height: 32px;
	}
}

@media screen and (max-width:999px) {
	.faqList .question {
		font-size: 16px;
		line-height: 28px;
		padding: 0;
	}

	.faqList .item {
		padding: 10px 0;
	}

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

	.faqList .question .btn {
		margin-right: 0;
	}

	.iPiece .frequently {
		margin-bottom: 50px;
	}
}

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

	.faqList .question .btn {
		width: 28px;
		height: 28px;
	}

	.faqList .question .btn i {
		width: 10px;
		height: 2px;
	}
}

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

	.sTit .sBtns {
		margin-left: 0;
		margin-top: 30px;
	}
}



/* indexM11-1 */


.iNews .iTit {
	margin-bottom: 2px;
}

.iNews .tips {
	text-align: center;
	margin-bottom: 30px;
	color: #666666;
}

.iNews .sBtns {
	justify-content: center;
}

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

.newItem {
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
}

.newItem .image {
	overflow: hidden;
}

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

.newItem .msg {
	padding: 61px 20px 29px;
	position: relative;
}

.newItem .msg .tit {
	font-family: Raleway-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	min-height: 84px;
	margin-bottom: 26px;
}


.newItem .msg .tit:hover {
	color: #fe6e08;
}


.newItem .btn {
	width: 120px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Raleway-Medium;
	font-size: 16px;
	border: solid 1px #002f4c;
	color: #002f4c;
}


.newItem .btn:hover {
	background-color: #002f4c;
	color: #ffffff;
}

.newItem .time {
	position: absolute;
	right: 0;
	bottom: 100%;
	transform: translateY(38px);
	width: 81px;
}

.newItem .time .box {
	background-color: #fe6e08;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 9;
	height: 62px;
}


.newItem .time .day {
	font-family: Raleway-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #f5f5f5;
	text-align: center;
	margin-bottom: 0px;
}


.newItem .time .month {
	font-family: Raleway-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #f5f5f5;
	text-align: center;
}

.newItem .time .year {
	background-color: #002f4c;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #f5f5f5;
}




.iNews .allNewsBtn {
	margin: 0 auto;
	width: 182px;
	height: 56px;
	background-color: #002f4c;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	color: #ffffff;
}

.iNews .allNewsBtn:hover {
	background-color: #fe6e08;
}

@media screen and (max-width:1720px) {
	.iNews .iTit {
		margin-bottom: 10px;
	}

	.newItem .msg {
		padding: 30px 20px;
		padding-top: 50px;
	}

	.newItem .btn {
		height: 40px;
	}

	.iNews .allNewsBtn {
		margin-top: 40px;
		height: 50px;
	}

	.newItem .time .year {
		height: 30px;
	}

	.newItem .time {
		transform: translateY(30px);
	}

	.newItem .time .box {
		height: 56px;
	}

	.newItem .time .day {
		font-size: 16px;
		line-height: 26px;
	}

}

@media screen and (max-width:1333px) {
	.newItem .msg .tit {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.newItem .msg {
		padding-top: 40px;
	}

	.newItem .btn {
		height: 35px;
	}

	.iNews .allNewsBtn {
		height: 45px;
	}
}

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

	.newItem .btn {
		font-size: 14px;
	}

	.newItem .time .year {
		font-size: 14px;
	}

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

	.iNews .allNewsBtn {
		height: 40px;
		margin-top: 30px;
		font-size: 14px;
		width: 160px;
	}
}

@media screen and (max-width:768px) {
	.newItem .msg {
		padding: 30px 15px;
		padding-top: 35px;
	}
}





/* 1-1products */


.products {
	padding: 73px 0 70px 0;
}


.productCategory {
	margin-top: 75px;
}

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


.productCategory .title {
	display: flex;
	align-items: flex-start;
	margin-bottom: 72px;
}

.productCategory .title1 {
	flex-shrink: 0;
	margin-right: 3.8%;
}


.productCategory .title .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 10px;
	flex: 1;
}


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

.productList .productItem {
	width: 32.5%;
	margin-right: 1.25%;
	margin-top: 19px;
}


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


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

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


.pTouch .touch {
	padding: 54px 0 60px 0;
}


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


.features .btn {
	flex-shrink: 0;
	margin-left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 147px;
	height: 56px;
	background-color: #fe6e08;
	color: #ffffff;
}


.features .btn:hover {
	background-color: #002f4c;
}

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

.features .list .item {
	display: flex;
	align-items: flex-start;
	width: 48.2%;
	margin-top: 58px;
}


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


.features .list .image {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 23px;
	width: 68px;
	height: 68px;
	background-color: #002f4c;
	border-radius: 10px;
	transform: translateY(4px);
}

.features .list .tit {
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 9px;
}

.features .list .txts {
	color: #555555;
}

.productPiece {
	padding: 80px 0 118px 0;
}



@media screen and (max-width:1720px) {
	.productCategory .title .txts {
		margin-top: 0;
	}

	.productCategory .title {
		margin-bottom: 50px;
	}

	.productCategory {
		margin-top: 60px;
	}

	.products .features {
		margin-top: 60px;
	}

	.features .btn {
		height: 50px;
	}

	.features .title {
		margin-bottom: 60px;
	}

	.features .list .image {
		transform: translateY(0);
		border-radius: 5px;
		width: 60px;
		height: 60px;
	}

	.features .list .item {
		margin-top: 40px;
	}
}

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

	.productCategory .title1 {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.productCategory {
		margin-top: 50px;
	}

	.features .list .image {
		width: 55px;
		height: 55px;
	}

	.features .btn {
		height: 45px;
	}

	.features .title {
		margin-bottom: 50px;
	}
}

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

	.productCategory .title {
		margin-bottom: 30px;
	}

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

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

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

	.productCategory {
		margin-top: 40px;
	}

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

	.features .btn {
		height: 40px;
	}

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

	.features .list .item {
		margin-top: 30px;
		flex-direction: column;
		align-items: flex-start;
	}

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

	.features .list .image {
		width: 50px;
		height: 50px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.features .btn {
		height: 36px;
	}

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

	.features .list .image {
		width: 45px;
		height: 45px;
	}

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

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

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

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

	.features .btn {
		margin-left: 0;
		margin-top: 20px;
	}

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

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





/* 1-2products */


.innerNav {
	height: 106px;
}

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

.innerNav.active .con {
	position: fixed;
}

.innerNav .con {
	background-color: #f7f7f7;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 106px;
	width: 100%;
	z-index: 9999;
}

.innerNav .con .safeRange {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	position: relative;
}

.innerNav .con a {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	height: 100%;
	font-family: Raleway-Bold;
	font-size: 18px;
	color: #333333;
	text-align: center;
}


.innerNav .con a.active,
.innerNav .con a:hover {
	color: #ffffff;
	background-color: #ed6e34;
}

.innerNav .con .swiper {
	width: 100%;
	margin: 0;
}

.innerNav .btns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}


.innerNav .btns>div:hover {
	color: #ed6e34;
}

.innerNav .btns>div.prev {
	left: -40px;
}

.innerNav .btns>div.next {
	right: -40px;
}


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



@media screen and (max-width:1720px) {
	.innerNav {
		height: 80px;
	}

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

	.innerNav .con {
		height: 80px;
	}
}

@media screen and (max-width:1333px) {
	.innerNav .con a {
		font-size: 16px;
	}

	.innerNav {
		height: 70px;
	}

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

	.innerNav .con {
		height: 70px;
	}

	.innerNav .btns>div {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.innerNav .con a {
		font-size: 14px;
	}

	.innerNav {
		height: 60px;
	}

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

	.innerNav .con {
		height: 60px;
	}

	.innerNav .btns>div {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.innerNav {
		height: 50px;
	}

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

	.innerNav .con {
		height: 50px;
	}

	.innerNav .con {
		padding: 0 40px;
	}
}



.whyChoose {
	padding: 78px 0 94px 0;
	position: relative;
}


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


.whyChoose .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 44px;
}



.whyChoose .box {
	flex-shrink: 0;
	margin-right: 4.7%;
}

.whyChoose .txts {
	flex: 1;
	padding: 10px 0;
}

.whyChoose .title1 {
	margin-bottom: 1px;
}


.whyChoose .tip {
	font-family: Raleway-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #fe6e08;
	font-weight: normal;
}


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


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

.whyChoose .list .image {
	box-shadow: 0px 4px 8px 0px rgba(40, 40, 40, 0.05);
}



.whyChoose .list .image:nth-child(2n-1) {
	width: 41.25%;
}

.whyChoose .list .image:nth-child(2n) {
	width: 58.56%;
}


@media screen and (max-width:1720px) {
	.whyChoose .txts {
		padding: 0;
	}

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

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

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

	.whyChoose .box {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.whyChoose .tip {
		font-size: 20px;
		line-height: 30px;
	}
}

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

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

	.whyChoose .list .image:nth-child(1) {
		margin-top: 0;
	}
}



.innerAdvantage {
	padding: 97px 0 79px 0;
	position: relative;
}


.innerAdvantage::after,
.innerAdvantage::before {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.innerAdvantage::after {
	height: 100%;
	background-color: #f2f3f5;
	z-index: -4;
}

.innerAdvantage::before {
	height: 61.5%;
	background-image: url("../images/innerAdvantage-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -3;
}


.innerAdvantage .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 85px;
}



.innerAdvantage .title1 {
	flex-shrink: 0;
	margin-right: 4.2%;
	color: #ffffff;
}

.innerAdvantage .title .txts {
	flex: 1;
	color: rgba(255, 255, 255, .6);
	margin-top: 17px;
}



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


.innerAdvantage .list .item {
	width: 19%;
	margin-right: 1.25%;
	margin-top: 30px;
	position: relative;
	z-index: 9;
	padding: 34px 32px 11px 32px;
}



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

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


.innerAdvantage .list .item::after,
.innerAdvantage .list .item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: -1;
	clip-path: polygon(100% 0, 100% 69%, 74.4% 100%, 0 100%, 0 0);
	transition: .4s ease all;
}


.innerAdvantage .list .item:hover::after {
	background-color: #002f4c;
}

.innerAdvantage .list .item:hover::before {
	transform: translateX(10px) translateY(10px);
}




.innerAdvantage .list .image {
	width: 76px;
	height: 76px;
	margin-bottom: 28px;
}

.innerAdvantage .list .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-family: Raleway-Bold;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	min-height: 48px;
	margin-bottom: 11px;
}


.innerAdvantage .list .item:hover .tit {
	color: #ffffff;
}


.innerAdvantage .list .item .tit:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.innerAdvantage .list .item:hover .image img {
	filter: grayscale(100%) brightness(500%);
}


.innerAdvantage .list .txts {
	letter-spacing: 1px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.innerAdvantage .list .item:hover .txts {
	color: #ffffff;
}



.innerAdvantage .list .num {
	position: absolute;
	top: 35px;
	right: 21px;
}




.innerAdvantage .list .num::after {
	content: "";
	position: absolute;
	top: 58%;
	right: 150%;
	width: 24px;
	height: 1px;
	background-color: #333333;
	transition: .4s ease all;
}

.innerAdvantage .list .item:hover .num {
	color: #ffffff;
}

.innerAdvantage .list .item:hover .num::after {
	background-color: #ffffff;
}


@media screen and (max-width:1720px) {
	.innerAdvantage .title .txts {
		margin-top: 0;
	}

	.innerAdvantage .title {
		margin-bottom: 60px;
	}

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

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

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

	.innerAdvantage .list .item {
		padding: 20px 30px;
	}

	.innerAdvantage .list .image {
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.innerAdvantage .list .image {
		width: 50px;
		height: 50px;
	}

	.innerAdvantage .list .num {
		top: 30px;
	}

	.innerAdvantage .list .item::after,
	.innerAdvantage .list .item::before {
		clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
	}

	.innerAdvantage .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 50px;
	}

	.innerAdvantage .title1 {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

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

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

	.innerAdvantage .list .item:nth-child(n) {
		width: 47%;
		margin-top: 30px;
	}

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

	.innerAdvantage .list .image {
		width: 45px;
		height: 45px;
	}

	.innerAdvantage .list .tit {
		font-size: 16px;
		line-height: 28px;
		min-height: 56px;
	}
}


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

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

	.innerAdvantage .list .tit {
		min-height: auto;
	}
}



.productDetPiece {
	padding: 84px 0 68px 0;
}

.productCustom {
	position: relative;
	padding-bottom: 122px;
}

.productCustom .pcTitle {
	position: relative;
	padding-top: 62px;
	margin-bottom: 50px;
}


.productCustom .imgBg {
	position: absolute;
	bottom: -1%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: 100%;
}


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


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


.productCustom .pcTitle .title1 {
	margin-bottom: 64px;
}


.productCustom .pcTitle .btns {
	display: flex;
	flex-wrap: wrap;
}

.productCustom .pcTitle .btns a {
	background-color: #ffffff;
	padding: 20px 28px;
	font-family: Raleway-Bold;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	margin-right: 3px;
	margin-bottom: 2px;
}


.productCustom .pcTitle .btns a:hover {
	background-color: #002f4c;
	color: #ffffff;
}




.pdTit {
	font-family: Raleway-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	position: relative;
	padding-left: 24px;
}


.pdTit::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	background-color: #002f4c;
	height: calc(100% - 10px);
	left: 0;
}

.specifications {
	margin-bottom: 49px;
}

.specifications .pdTit {
	margin-bottom: 19px;
}


.technology {
	margin-bottom: 55px;
}


.technology .pdTit {
	margin-bottom: 55px;
}


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


.technology .list .item {
	width: 14.12%;
	margin-right: 3.056%;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

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


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


.technology .list .item .image {
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.4);
	margin-bottom: 10px;
}


.technology .list .name {
	text-align: center;
	font-family: Raleway-Bold;
	color: #000000;
	font-size: 26px;
	line-height: 36px;
}




.method {
	margin-bottom: 65px;
}


.method .pdTit {
	margin-bottom: 45px;
}


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


.method .list .item {
	width: 15%;
	margin-right: 2%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}

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

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

.method .list .item .image {
	margin-bottom: 18px;
}

.method .list .item .name {
	text-align: center;
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}




.packing .image {
	width: 571px;
	float: right;
	margin-left: 7%;
	margin-top: 63px;
}


.packing .pdTit {
	margin-bottom: 53px;
}



.packing {
	margin-bottom: 36px;
}


.scenarios {
	margin-bottom: 70px;
}

.scenarios .title1 {
	margin-bottom: 61px;
}


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



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


.scenarios .list .item {
	width: 49.18%;
	position: relative;
	overflow: hidden;
	margin-top: 26px;
}


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



.scenarios .list .item:nth-child(4n) {
	border-radius: 0px 0px 100px 0px;
}

.scenarios .list .item:nth-child(4n-1) {
	border-radius: 0px 0px 0px 100px;
}

.scenarios .list .item:nth-child(4n-2) {
	border-radius: 0px 100px 0px 0px;
}

.scenarios .list .item:nth-child(4n-3) {
	border-radius: 100px 0px 0px 0px;
}


.scenarios .list .material {
	position: absolute;
	top: 20px;
	border-radius: 50%;
	overflow: hidden;
	width: 200px;
	height: 200px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.23);
	pointer-events: none;
}



.scenarios .list .item:nth-child(2n) .material {
	right: 17px;
}


.scenarios .list .item:nth-child(2n-1) .material {
	left: 17px;
}

.scenarios .msg {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 34px 44px;
	width: 100%;
}

.scenarios .name {
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #ffffff;
}

.scenarios a.name:hover {
	color: #fe6e08;
}



@media screen and (max-width:1720px) {
	.productCustom .pcTitle .title1 {
		margin-bottom: 50px;
	}

	.productCustom .pcTitle .btns a {
		padding: 14px 24px;
	}

	.pdTit {
		font-size: 28px;
		line-height: 38px;
	}

	.pdTit::after {
		width: 5px;
	}

	.specifications,
	.technology,
	.method,
	.packing {
		margin-bottom: 60px;
	}

	.productCustom {
		padding-bottom: 80px;
	}

	.packing .pdTit,
	.technology .pdTit,
	.method .pdTit,
	.scenarios .title1 {
		margin-bottom: 40px;
	}

	.technology .list .name {
		font-size: 20px;
		line-height: 30px;
	}

	.technology .list .item {
		margin-top: 30px;
	}

	.method .list .item .name {
		font-size: 18px;
		line-height: 28px;
	}

	.packing .image {
		width: 500px;
	}

	.scenarios .list .material {
		width: 150px;
		height: 150px;
	}

	.scenarios .msg {
		padding: 30px;
	}

	.scenarios .list .item:nth-child(4n) {
		border-radius: 0px 0px 60px 0px;
	}

	.scenarios .list .item:nth-child(4n-1) {
		border-radius: 0px 0px 0px 60px;
	}

	.scenarios .list .item:nth-child(4n-2) {
		border-radius: 0px 60px 0px 0px;
	}

	.scenarios .list .item:nth-child(4n-3) {
		border-radius: 60px 0px 0px 0px;
	}
}

@media screen and (max-width:1333px) {
	.productCustom .pcTitle .title1 {
		margin-bottom: 40px;
	}

	.productCustom .pcTitle .btns a {
		padding: 10px 24px;
	}

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

	.specifications,
	.technology,
	.method,
	.packing {
		margin-bottom: 50px;
	}

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

	.technology .list .item:nth-child(n) {
		width: 17%;
		margin-right: 3.75%;
		margin-top: 20px;
	}

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

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

	.packing .pdTit,
	.technology .pdTit,
	.method .pdTit,
	.scenarios .title1 {
		margin-bottom: 30px;
	}

	.method .list .item .name {
		font-size: 16px;
		line-height: 26px;
	}

	.method .list .item:nth-child(n) {
		width: 22%;
		margin-right: 4%;
		margin-top: 30px;
	}

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

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

	.packing .image {
		width: 400px;
	}

	.scenarios .list .item:nth-child(4n) {
		border-radius: 0px 0px 40px 0px;
	}

	.scenarios .list .item:nth-child(4n-1) {
		border-radius: 0px 0px 0px 40px;
	}

	.scenarios .list .item:nth-child(4n-2) {
		border-radius: 0px 40px 0px 0px;
	}

	.scenarios .list .item:nth-child(4n-3) {
		border-radius: 40px 0px 0px 0px;
	}

	.scenarios .list .material {
		width: 120px;
		height: 120px;
	}

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

	.scenarios .msg {
		padding: 20px;
	}

	.scenarios {
		margin-bottom: 60px;
	}

	.productCustom {
		padding-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.productCustom .pcTitle {
		padding-top: 40px;
	}

	.productCustom .pcTitle .title1 {
		margin-bottom: 30px;
	}

	.productCustom .pcTitle .btns a {
		font-size: 16px;
		line-height: 26px;
		padding: 5px 20px;
	}

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

	.specifications,
	.technology,
	.method,
	.packing {
		margin-bottom: 40px;
	}

	.technology .list .name {
		font-size: 16px;
		line-height: 26px;
	}


	.method .list .item .name {
		font-size: 14px;
		line-height: 24px;
	}

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

	.packing .image {
		float: none;
		width: 100%;
		max-width: 400px;
		margin: 40px auto 0;
	}

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

	.scenarios .list .item:nth-child(4n) {
		border-radius: 0px 0px 20px 0px;
	}

	.scenarios .list .item:nth-child(4n-1) {
		border-radius: 0px 0px 0px 20px;
	}

	.scenarios .list .item:nth-child(4n-2) {
		border-radius: 0px 20px 0px 0px;
	}

	.scenarios .list .item:nth-child(4n-3) {
		border-radius: 20px 0px 0px 0px;
	}

	.scenarios .list .material {
		width: 90px;
		height: 90px;
	}

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

	.scenarios .list .item {
		margin-top: 20px;
	}

	.scenarios .msg {
		padding: 10px 20px;
	}

	.scenarios {
		margin-bottom: 50px;
	}

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

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

	.productCustom {
		padding-bottom: 40px;
	}

	.productCustom .pcTitle .btns a {
		font-size: 14px;
		line-height: 24px;
	}

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

	.pdTit::after {
		width: 3px;
	}

	.technology .list .item:nth-child(n) {
		width: 22%;
		margin-right: 3.5%;
		margin-top: 20px;
	}

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

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

	.method .list .item:nth-child(n) {
		width: 30%;
		margin-right: 5%;
		margin-top: 20px;
	}

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

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

	.packing .image {
		max-width: 360px;
	}

	.scenarios .list .item:nth-child(4n) {
		border-radius: 0px 0px 10px 0px;
	}

	.scenarios .list .item:nth-child(4n-1) {
		border-radius: 0px 0px 0px 10px;
	}

	.scenarios .list .item:nth-child(4n-2) {
		border-radius: 0px 10px 0px 0px;
	}

	.scenarios .list .item:nth-child(4n-3) {
		border-radius: 10px 0px 0px 0px;
	}

	.scenarios .list .material {
		width: 70px;
		height: 70px;
	}

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

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

	.scenarios .list .material {
		width: 60px;
		height: 60px;
	}
}


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

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

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

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

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

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

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

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





/* 2-1service */

.service {
	padding: 73px 0 105px 0;
}


.service .ourService {
	margin-bottom: 54px;
}

.ourService .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 45px;
}

.ourService .title1 {
	flex-shrink: 0;
	margin-right: 11%;
}


.ourService .des {
	padding: 8px 0;
}

.ourService .des p {
	font-size: 24px;
	line-height: 38px;
}

.ourService .des p strong {
	font-weight: normal;
	font-family: Raleway-Bold;
}

.ourService .des .txts {
	margin-bottom: 29px;
}

.ourService .des .btn {
	width: 147px;
	height: 56px;
	background-color: #fe6e08;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.ourService .des .btn:hover {
	background-color: #002f4c;
}

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

.service .orderProcess {
	margin-bottom: 99px;
}

.orderProcess .title1 {
	margin-bottom: 53px;
}


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

.orderProcess .swiper {
	width: 35.375%;
	margin: 0;
}

.orderProcess .checks {
	width: 59.7%;
	margin-top: -22px;
}

.orderProcess .checks .item {
	border-bottom: 1px solid rgba(85, 85, 85, 0.5);
	padding: 22px 0;
}

.orderProcess .checks .tit {
	display: flex;
	align-items: flex-start;
	font-family: Raleway-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	cursor: pointer;
	align-items: center;
}


.orderProcess .checks .tit:hover .num,
.orderProcess .checks .item.active .num {
	background-color: #002f4c;
	color: #ffffff;
}

.orderProcess .checks .tit:hover {
	color: #002f4c;
}

.orderProcess .checks .item.active {
	border-bottom-color: #002f4c;
}


.orderProcess .checks .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #ffffff;
	font-size: 24px;
	color: #333333;
	font-family: Raleway-Bold;
	flex-shrink: 0;
	margin-right: 33px;
	font-style: normal;
}

.orderProcess .txts {
	padding: 2px 0px 11px 96px;
	display: none;
	transition: none;
}


.orderProcess .item:nth-child(1) .txts {
	display: block;
}

.orderProcess .txts p {
	color: #555555;
}

.orderProcess .txts p strong {
	font-family: Raleway-Bold;
	font-weight: normal;
}

@media screen and (max-width:1720px) {
	.orderProcess .checks {
		margin-top: 0;
	}

	.ourService .des p {
		font-size: 20px;
		line-height: 34px;
	}

	.ourService .des {
		padding: 0;
	}

	.ourService .des .btn {
		height: 50px;
	}

	.ourService .title {
		margin-bottom: 50px;
	}

	.ourService .show {
		height: 400px;
	}

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

	.service .orderProcess {
		margin-bottom: 80px;
	}

	.orderProcess .checks .num {
		width: 55px;
		height: 55px;
	}

	.orderProcess .checks .item {
		padding: 10px 0;
	}

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

	.orderProcess .txts {
		padding: 10px 0px 20px 90px;
	}
}

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

	.ourService .title1 {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.ourService .des .btn {
		height: 45px;
	}

	.ourService .show {
		height: 360px;
	}

	.orderProcess .swiper {
		width: 40%;
	}

	.orderProcess .checks {
		width: 55%;
	}

	.service .ourService {
		margin-bottom: 50px;
	}

	.orderProcess .checks .num {
		width: 50px;
		height: 50px;
		font-size: 22px;
		margin-right: 20px;
	}

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

	.orderProcess .txts {
		padding: 10px 0px 20px 71px;
	}

	.service .orderProcess {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.ourService .des .btn {
		height: 40px;
	}

	.ourService .show {
		height: 300px;
	}

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

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

	.orderProcess .checks {
		width: 100%;
		margin-bottom: 40px;
	}

	.orderProcess .checks .num {
		width: 45px;
		height: 45px;
		font-size: 20px;
	}

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

	.service .orderProcess {
		margin-bottom: 50px;
	}


	.orderProcess .swiper {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}

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

@media screen and (max-width:768px) {
	.ourService .des .btn {
		height: 36px;
	}

	.ourService .show {
		height: 280px;
	}


	.orderProcess .checks .num {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	.orderProcess .swiper {
		max-width: 400px;
	}

	.service .orderProcess {
		margin-bottom: 40px;
	}

	.orderProcess .txts {
		padding-left: 60px;
	}
}

@media screen and (max-width:538px) {
	.ourService .show {
		height: 240px;
	}
}

/* 3-1Performance */


.productAdvantage {
	padding: 82px 0 95px 0;
	background-image: url("../images/productAdvantage-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.productAdvantage .con {
	margin-bottom: 59px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.productAdvantage .con .clear {
	display: none;
}

.productAdvantage .con .image {
	width: 429px;
	flex-shrink: 0;
	margin-left: 4%;
}

.productAdvantage .con .title1 {
	margin-bottom: 60px;
}




.productAdvantage .con .msg {
	padding-bottom: 77px;
}


.productAdvantage .list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}


.productAdvantage .list .item {
	width: 23.625%;
	margin-right: 1.375%;
	margin-top: 30px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 39px 24px 78px 24px;
}



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


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


.productAdvantage .list .image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	background-color: #fe6e08;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 59px;
}

.productAdvantage .list .tit {
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 24px;
}



.performancePiece {
	padding: 79px 0 90px 0;
}

.performancePiece .touch {
	border-radius: 20px;
	padding: 60px 0 81px;
	margin-bottom: 89px;
}

.ceiling .title1 {
	text-align: center;
	margin-bottom: 81px;
}


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

.ceiling .list .item {
	width: 23.62%;
	margin-right: 1.84%;
	box-shadow: 2px 1px 10px 0px rgba(0, 0, 0, 0.08);
	margin-top: 75px;
}


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

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

.ceiling .list .image {
	overflow: hidden;
}

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

.ceiling .list .msg {
	padding: 25px 23px 37px;
}


.ceiling .list .tit {
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 5px;
}


.ceiling .list .tit:hover {
	color: #fe6e08;
}

.ceiling .list .txts {
	font-family: Raleway-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	margin-bottom: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	min-height: 168px;
}


.ceiling .list .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 121px;
	height: 49px;
	border: solid 1px #002f4c;
	font-size: 16px;
	line-height: 28px;
	color: #002f4c;
}


.ceiling .list .btn:hover {
	background-color: #002f4c;
	color: #ffffff;
}


@media screen and (max-width:1720px) {
	.productAdvantage .con .msg {
		padding: 0;
	}

	.productAdvantage .con .title1 {
		margin-bottom: 30px;
	}

	.productAdvantage .con {
		margin-bottom: 50px;
	}

	.productAdvantage .list {
		align-items: center;
	}

	.productAdvantage .list .item {
		border-radius: 5px;
		padding: 30px 20px;
	}

	.productAdvantage .list .image {
		margin-bottom: 30px;
	}

	.productAdvantage .list .tit {
		font-size: 18px;
	}

	.performancePiece .touch {
		padding: 60px 0;
		border-radius: 10px;
		margin-bottom: 80px;
	}

	.ceiling .title1 {
		margin-bottom: 50px;
	}

	.ceiling .list .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 15px;
	}

	.ceiling .list .btn {
		height: 40px;
	}

	.ceiling .list .txts {
		margin-bottom: 20px;
	}


	.ceiling .list .msg {
		padding: 20px;
	}

	.ceiling .list .item:nth-child(n) {
		width: 31%;
		margin-right: 3.5%;
		margin-top: 50px;
	}

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

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

	.productAdvantage .con .image {
		width: 360px;
	}
}

@media screen and (max-width:1333px) {
	.productAdvantage .con .image {
		width: 320px;
	}

	.productAdvantage .list {
		align-items: stretch;
		justify-content: space-between;
	}

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

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

	.productAdvantage .list .image {
		width: 50px;
		height: 50px;
		margin-bottom: 20px;
	}

	.productAdvantage .list .tit {
		margin-bottom: 20px;
	}

	.performancePiece .touch {
		padding: 50px 0;
		border-radius: 5px;
		margin-bottom: 60px;
	}

	.ceiling .list .msg {
		padding: 20px 15px;
	}

	.ceiling .list .item:nth-child(n) {
		margin-top: 40px;
	}

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

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

	.productAdvantage .con .image {
		margin: 0 auto;
	}

	.productAdvantage .con .msg {
		margin-bottom: 30px;
	}

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

	.performancePiece .touch {
		padding: 40px 0;
		margin-bottom: 50px;
	}

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

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

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

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

	.ceiling .list .txts {
		-webkit-line-clamp: 4;
		min-height: 104px;
	}

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

	.ceiling .list .btn {
		height: 36px;
	}
}

@media screen and (max-width:768px) {
	.productAdvantage .con .image {
		width: 300px;
	}

	.ceiling .list .btn {
		height: 32px;
	}

	.performancePiece .touch {
		margin-bottom: 40px;
	}

	.productAdvantage .con {
		margin-bottom: 40px;
	}

}

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

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


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

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

/* 3-2 */

.performanceDet {
	background-color: #f7f7f7;
	padding: 90px 0 85px 0;
}


.performanceDet .safeRange {
	max-width: 1095px;
}

.performanceDet .con .title1 {
	text-align: center;
	margin-bottom: 25px;
}

.performanceDet .con .tips {
	text-align: center;
	margin-bottom: 30px;
}


.performanceDet .con .show {
	margin-bottom: 45px;
}


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


.soundAbsorption .title {
	position: relative;
	padding-left: 19px;
	margin-bottom: 19px;
	font-family: Raleway-Bold;
	font-size: 24px;
	line-height: 28px;
	color: #333333;
}

.soundAbsorption .title::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: calc(100% - 10px);
	background-color: #002f4c;
}


.soundAbsorption .tips {
	margin-bottom: 31px;
}

.soundAbsorption .item {
	margin-bottom: 45px;
}


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


.soundAbsorption .item .txts {
	margin-top: 41px;
}


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

.example .image {
	width: 36.16%;
}

.example .msg {
	width: 59.9%;
}

.example .tit {
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #555555;
	margin-bottom: 11px;
}

.example .clear {
	display: none;
}

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


.otherPerformance {
	padding: 83px 0 116px 0;
}


.otherPerformance .title1 {
	margin-bottom: 56px;
}


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


.otherPerformance .list .item {
	width: 23.62%;
	margin-right: 1.84%;
	margin-top: 30px;
	background-color: #ffffff;
	box-shadow: 2px 1px 10px 0px rgba(0, 0, 0, 0.08);
}

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

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

.otherPerformance .list .image {
	overflow: hidden;
}

.otherPerformance .list .name {
	display: flex;
	align-items: center;
	padding: 24px 24px;
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
}


.otherPerformance .list .name:hover {
	background-color: #002f4c;
	color: #ffffff;
}

@media screen and (max-width:1720px) {
	.otherPerformance .list .name {
		padding: 10px 20px;
		font-size: 18px;
		line-height: 28px;
	}

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

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

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

	.otherPerformance .list .name {
		font-size: 16px;
		line-height: 28px;
	}

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

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

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

@media screen and (max-width:999px) {
	.soundAbsorption .title {
		font-size: 20px;
	}

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

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

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

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

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

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

	.performanceDet .con .show {
		height: 300px;
	}
}

@media screen and (max-width:768px) {
	.example .image {
		width: 220px;
	}

	.example {
		display: block;
	}

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

	.example .msg {
		width: 100%;
	}

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

	.soundAbsorption .item .clear {
		display: block;
	}

	.performanceDet .con .show {
		height: 260px;
	}
}

@media screen and (max-width:538px) {
	.soundAbsorption .item:nth-child(n) .example .image {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 30px;
		float: none;
	}

	.soundAbsorption .item .txts {
		margin-top: 30px;
	}
}

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

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


/* slides */

.slides {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	z-index: 9999;
	transform: translateX(-100%);
	opacity: 0;
	transition: .6s ease all;
}



.slides .levelOne {
	width: 494px;
	box-shadow: 0px 6px 20px 0px rgba(40, 40, 40, 0.1);
	padding: 58px 0;
	padding-right: 25px;
	padding-left: 159px;
	height: 100%;
	overflow: auto;
	background-color: #ffffff;
}

.slides .levelOne ul ul {
	display: none;
}

.slides .levelTwo {
	width: 368px;
	height: 100%;
	overflow: auto;
	background-color: #f4f4f4;
	box-shadow: 0px 6px 20px 0px rgba(40, 40, 40, 0.1);
	padding: 58px 0;
	padding-right: 25px;
	padding-left: 24px;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	transition: .6s ease all;
	opacity: 0;
}


.slides .levelTwo.active{
	left: 100%;
	opacity: 1;
}




.slides .levelOne::-webkit-scrollbar,
.slides .levelTwo::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #00000040;
}

.slides .levelOne::-webkit-scrollbar-thumb,
.slides .levelTwo::-webkit-scrollbar-thumb {
	background-color: #ed6e34;
}

.slides .levelOne::-webkit-scrollbar-track,
.slides .levelTwo::-webkit-scrollbar-track {
	background-color: transparent;
}


.touchBtn {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 20px;
	opacity: 1;
	z-index: 999;
}

.slides.active {
	transform: translateX(0%);
	opacity: 1;
}




.slides .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: Raleway-Bold;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 16px;
}

.slides .title i {
	flex-shrink: 0;
	margin-left: 20px;
	color: #666666;
	font-size: 16px;
	margin-right: 38px;
}

.slides .title:hover {
	color: #ed6e34;
}

.slides .title:hover i {
	color: #ed6e34;
}

.slides .line {
	width: 100%;
	height: 1px;
	background-color: rgba(102, 102, 102, 0.2);
	margin-bottom: 36px;
}


.slides a {
	display: block;
}


.slides ul>li {
	margin-bottom: 18.5px;
}

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


.slides ul>li a {
	position: relative;
	color: #333333;
}


.slides ul>li:hover a,
.slides ul>li.active a {
	padding-left: 12px;
	color: #ed6e34;
}

.slides ul>li:hover a i,
.slides ul>li.active a i {
	opacity: 1;
}


.slides ul>li a i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-style: normal;
	color: #ed6e34;
	opacity: 0;
}



@media screen and (max-width:1920px) {
	.slides .levelOne {
		padding-left: calc((100vw - 1600px) / 2);
	}
}

@media screen and (max-width:1720px) {
	.slides .levelOne {
		padding-left: 80px;
		width: 400px;
	}

	.slides .title i {
		font-size: 14px;
		margin-right: 20px;
	}
}

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

	.slides .levelOne,
	.slides .levelTwo {
		width: 360px;
	}
}

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

	.touchBtn {
		display: none;
	}
}


/* 4-1application */

.appliaction {
	padding: 89px 0 89px 0;
}

.appliaction .title1 {
	text-align: center;
	margin-bottom: 52px;
}


.appliaction .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 87px
}



.appliaction .list .item {
	width: 32.43%;
	margin-right: 1.355%;
	margin-top: 42px;
}

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

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

.appliaction .list .box {
	position: relative;
	border-radius: 0px 0px 100px 0px;
	overflow: hidden;
}

.appliaction .list .box .material {
	width: 180px;
	height: 180px;
	background-color: #ffffff;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.23);
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	right: 15px;
	bottom: 12px;
	pointer-events: none;
}

.appliaction .name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0 32px 0;
	border-bottom: 1px solid #002f4c;
}

.appliaction .name a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.appliaction .list .item:hover .name {
	border-bottom-color: #fe6e08;
}


.appliaction .tit {
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
}

.appliaction .tit:hover {
	color: #fe6e08;
}

.appliaction .item:hover i {
	opacity: 1;
}

.appliaction .item i {
	color: #fe6e08;
	font-weight: bold;
	opacity: 0;
}

@media screen and (max-width:1720px) {
	.appliaction .list .box {
		border-radius: 0 0 60px 0;
	}

	.appliaction .list .box .material {
		width: 140px;
		height: 140px;
	}

	.appliaction .name {
		padding: 24px 0;
	}

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

	.appliaction .item i {
		font-size: 14px;
	}

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


@media screen and (max-width:1333px) {
	.appliaction .list .box {
		border-radius: 0 0 40px 0;
	}

	.appliaction .list .box .material {
		width: 100px;
		height: 100px;
	}

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

	.appliaction .name {
		padding: 20px 0;
	}

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

@media screen and (max-width:999px) {
	.appliaction .name {
		padding: 14px 0;
	}

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

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

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

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

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

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

	.appliaction .list .box {
		border-radius: 0 0 30px 0;
	}

	.appliaction .list .box .material {
		width: 80px;
		height: 80px;
	}
}

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

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




/* 4-2application */

.project {
	padding: 103px 0 97px 0;
}

.project .show {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 64px;
}


.project .show .swiper {
	width: 51.75%;
	margin: 0;
}


.project .show .swiper .image {
	overflow: hidden;
	border-radius: 0px 0px 100px 0px;
}


.project .show .swiper .material {
	position: absolute;
	right: 13px;
	bottom: 13px;
	width: 225px;
	height: 225px;
	background-color: #ffffff;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.23);
	border-radius: 50%;
	overflow: hidden;
	pointer-events: none;
}



.project .show .title {
	font-family: Raleway-Bold;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 20px;
}


.project .show .msg {
	width: 43.3%;
	padding-top: 4px;
}


.project .show .line {
	width: 100%;
	height: 1px;
	background-color: #979797;
	margin-bottom: 27px;
}


.project .show .des {
	margin-bottom: 27px;
}


.project .show .des p {
	font-family: Raleway-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #555555;
}

.project .show .des p em {
	font-style: normal;
	display: block;
	padding-left: 40px;
}




.project .show .des p strong {
	font-family: Raleway-Bold;
	color: #333333;
	font-weight: normal;
	position: relative;
}


.project .show .swiper-pagination {
	left: 27px;
	bottom: 24px;
	z-index: 9;
	width: auto;
	display: flex;
	flex-wrap: wrap;
}

.project .show .swiper-pagination span {
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border-radius: 50%;
	border: 1px solid #ffffff;
	opacity: 1;
	margin: 5px 10px 5px 0 !important;
}


.project .show .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: transparent;
}

.project .show .des p em strong::after {
	content: "";
	position: absolute;
	left: -30px;
	top: 2px;
	width: 16px;
	height: 12px;
	background-image: url("../images/projectM1-arr.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.project .show .btns {
	display: flex;
	flex-wrap: wrap;
}

.project .show .btns a {
	width: 147px;
	height: 56px;
	background-color: #002f4c;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0;
	margin-right: 10px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
}

.project .show .btns a:last-child {
	margin-right: 0;
}


.project .show .btns a:hover {
	background-color: #fe6e08;
}



.projectGallery .title {
	font-family: Raleway-Bold;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 39px;
}

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


.projectGallery .list .item {
	width: 31.25%;
	margin-right: 3.125%;
	margin-top: 36px;
}

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

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

.projectGallery .list .image {
	overflow: hidden;
	margin-bottom: 24px;
}

.projectGallery .list .name {
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
}


.projectGallery .list .name:hover {
	color: #fe6e08;
}


@media screen and (max-width:1720px) {
	.project .show .swiper .image {
		border-radius: 0 0 80px 0;
	}

	.project .show .swiper .material {
		width: 180px;
		height: 180px;
	}

	.project .show .msg {
		padding-top: 0;
	}

	.project .show .title {
		font-size: 34px;
		line-height: 48px;
	}

	.project .show .btns a {
		height: 45px;
		margin-right: 20px;
	}

	.project .show {
		margin-bottom: 50px;
	}

	.projectGallery .title {
		font-size: 34px;
		line-height: 48px;
	}

	.projectGallery .list .image {
		margin-bottom: 20px;
	}

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

@media screen and (max-width:1333px) {
	.project .show .title {
		font-size: 28px;
		line-height: 38px;
	}

	.project .show .btns a {
		height: 40px;
	}

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

	.project .show .msg {
		width: 100%;
	}

	.projectGallery .title {
		font-size: 28px;
		line-height: 38px;
	}

	.projectGallery .list .name {
		font-size: 16px;
		line-height: 28px;
	}

	.projectGallery .title {
		margin-bottom: 30px;
	}

	.projectGallery .list .image {
		margin-bottom: 15px;
	}

	.project .show .swiper .image {
		border-radius: 0 0 40px 0;
	}

	.project .show .swiper .material {
		width: 120px;
		height: 120px;
	}

	.project .show .swiper {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 30px;
	}
}

@media screen and (max-width:999px) {
	.project .show .swiper {
		max-width: 450px;
	}

	.project .show .swiper .image {
		border-radius: 0 0 30px 0;
	}

	.project .show .swiper .material {
		width: 100px;
		height: 100px;
	}

	.project .show .title {
		font-size: 24px;
		line-height: 34px;
	}

	.project .show .btns a {
		height: 36px;
		font-size: 14px;
	}

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

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

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

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

	.projectGallery .list .name {
		font-size: 14px;
		line-height: 26px;
	}

	.project .show .title,
	.projectGallery .title {
		font-size: 22px;
		line-height: 30px;
	}

	.project .show {
		margin-bottom: 40px;
	}
}

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

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

	.project .show .btns a {
		width: 134px;
		margin-right: 10px;
	}
}

/* 5-1about us */

.aboutUs {
	padding: 92px 0 61px 0;
}

.aboutUs .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 84px;
}


.aboutUs .title1 {
	margin-bottom: 17px;
	color: #222222;
}

.aboutUs .title1 span {
	color: #ed6e34;
}

.aboutUs .title .box {
	width: 38%;
}

.aboutUs .title .msg {
	width: 59%;
	padding: 6px 0;
}


.aboutUs .title .tit {
	font-family: Raleway-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 61px;
}


.aboutUs .title .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 147px;
	height: 56px;
	background-color: #fe6e08;
	border: 1px solid #fe6e08;
	color: #ffffff;
}

.aboutUs .title .btn:hover {
	background-color: transparent;
	color: #fe6e08;
}


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


.aboutUs .list .item {
	flex: 1;
	border-right: 1px solid rgba(151, 151, 151, 0.2);
	padding: 10px 47px 30px;
}


.aboutUs .list .item:nth-child(3n) {
	padding-right: 0;
	border-right: none;
}


.aboutUs .list .item:nth-child(3n-2) {
	padding-left: 0;
}


.aboutUs .list .image {
	width: 105px;
	margin-bottom: 24px;
}

.aboutUs .list .tit {
	font-family: Raleway-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 21px;
}

.aboutUs .list .txts {
	font-family: Raleway-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}


@media screen and (max-width:1720px) {
	.aboutUs .title .btn {
		height: 45px;
	}

	.aboutUs .title .tit {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 40px;
	}

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

	.aboutUs .title {
		margin-bottom: 50px;
	}

	.aboutUs .list .image {
		width: 75px;
		margin-bottom: 20px;
	}

	.aboutUs .list .tit {
		font-size: 18px;
		line-height: 30px;
	}

	.aboutUs .list .item {
		padding: 20px 30px;
	}
}

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

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


	.aboutUs .title .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.aboutUs .title .btn {
		height: 40px;
		margin-bottom: 30px;
	}

	.aboutUs .title .msg {
		padding: 0;
		width: 100%;
	}

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

	.aboutUs .list .image {
		width: 60px;
	}

	.aboutUs .list .tit {
		margin-bottom: 10px;
	}
}

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

	.aboutUs .title .btn {
		height: 36px;
		width: 140px;
	}

	.aboutUs .list .item:nth-child(n) {
		width: 100%;
		flex: none;
		padding: 0;
		border: none;
		border-bottom: 1px solid rgba(151, 151, 151, 0.2);
		padding-bottom: 30px;
		margin-bottom: 30px;
	}


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

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

	.aboutUs .list .image {
		width: 50px;
	}

}

@media screen and (max-width:768px) {
	.aboutUs .list .image {
		width: 45px;
		margin-bottom: 10px;
	}
}




.history {
	padding: 78px 0 145px 0;
	background-image: url("../images/aboutM2-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}



.history .title {
	font-family: Raleway-Black;
	font-size: 40px;
	line-height: 58px;
	color: #ffffff;
	margin-bottom: 78px;
	text-align: center;
}


.history .swiper {
	overflow: visible;
}

.history .swiperBox::after {
	content: "";
	position: absolute;
	top: 10px;
	width: 100%;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
}


.history .swiper-slide {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto;
}


.swiperBox {
	position: relative;
}


.history .swiperBox {
	padding: 0 5%;
}


.history .swiper-slide.swiper-slide-active .year {
	font-size: 40px;
	line-height: 58px;
	bottom: calc(100% - 95px);
}


.history .year {
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 35px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	bottom: calc(100% - 64px);
	left: 50%;
	transform: translateX(-50%);
}


.history .swiper-slide {
	opacity: 0;
	transition: .4s ease opacity;
	pointer-events: none;
}

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

.history .swiper-slide-prev .circle {
	margin-right: 15px;
}

.history .swiper-slide-prev .year {
	transform: translateX(-28px);
}

.history .swiper-slide-next .circle {
	margin-left: 13px;
}

.history .swiper-slide-next .year {
	transform: translateX(-14px);
}


.history .btns>div {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	width: 60px;
	height: 60px;
	color: #ffffff;
	background-color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	top: 67.4%;
	transform: translateY(-50%);
	z-index: 999;
	color: #0e6acd;
	border: solid 1px #0e6acd;
}


.history .btns>div:hover {
	background-color: #ed6e34;
	color: #ffffff;
	border-color: #ed6e34;
}

.history .btns>div.prev {
	left: 3.2%;
}

.history .btns>div.next {
	right: 3.2%;
}

.history .circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: relative;
	z-index: 9;
	margin-bottom: 114px;
}


.history .circle::after,
.history .circle::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: .4s ease all;
}

.history .swiper-slide.swiper-slide-active .circle::after {
	width: 26px;
	height: 26px;
}

.history .swiper-slide.swiper-slide-active .circle::before {
	background-color: #ed6e34;
}

.history .circle::after {
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border-radius: 50%;
	z-index: 1;
}

.history .circle::before {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #ffffff;
	z-index: 2;
}


.history .msg {
	padding: 55px 52px 64px;
	position: relative;
	background-color: rgba(240, 242, 245, 0.9);
	opacity: 0;
	pointer-events: none;
	width: 861px;
	transition: 1s ease all;
	border-radius: 16px;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.12);
	border-radius: 16px;
	border: solid 1px #ffffff;
}

.history .swiper-slide.swiper-slide-active .msg {
	opacity: 1;
	pointer-events: all;
}


.history .tit {
	font-family: Raleway-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 22px;
}

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


@media screen and (max-width:1720px) {
	.history .swiperBox {
		padding: 0;
	}

	.history .msg {
		padding: 40px;
		border-radius: 10px;
	}

	.history .title {
		font-size: 34px;
		line-height: 48px;
		margin-bottom: 60px;
	}

	.history .circle {
		width: 18px;
		height: 18px;
	}

	.history .swiperBox::after {
		top: 8px;
	}

	.history .circle::after {
		width: 18px;
		height: 18px;
	}

	.history .msg {
		padding: 30px;
	}

	.history .swiper-slide.swiper-slide-active .year {
		font-size: 36px;
		line-height: 46px;
	}

	.history .btns>div {
		width: 50px;
		height: 50px;
		font-size: 16px;
	}

	.history .tit {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.history .swiper-slide.swiper-slide-active .year {
		bottom: calc(100% - 80px);
	}

	.history .circle {
		margin-bottom: 120px;
	}
}


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

	.history .circle::after {
		width: 16px;
		height: 16px;
	}

	.history .circle::before {
		width: 12px;
		height: 12px;
	}

	.history .swiper-slide.swiper-slide-active .circle::after {
		width: 24px;
		height: 24px;
	}

	.history .swiper-slide.swiper-slide-active .year {
		font-size: 32px;
		line-height: 42px;
	}

	.history .circle {
		margin-bottom: 100px;
	}

	.history .msg {
		width: 600px;
		border-radius: 5px;
	}

	.history .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.history .btns>div {
		width: 45px;
		height: 45px;
		font-size: 14px;
	}

	.history .title {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.history .title {
		font-size: 24px;
		line-height: 34px;
	}

	.history .circle {
		width: 16px;
		height: 16px;
	}

	.history .swiper-slide.swiper-slide-active .circle::after {
		width: 20px;
		height: 20px;
	}

	.history .circle::before {
		width: 10px;
		height: 10px;
	}

	.history .swiper-slide.swiper-slide-active .year {
		font-size: 28px;
		line-height: 38px;
	}

	.history .swiper-slide.swiper-slide-active .year {
		bottom: calc(100% - 66px);
	}

	.history .year {
		font-size: 18px;
		line-height: 28px;
	}

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

	.history .btns>div.prev {
		left: 0;
	}

	.history .btns>div.next {
		right: 0;
	}

	.history .btns>div {
		width: 40px;
		height: 40px;
		font-size: 12px;
	}

	.history .circle {
		margin-bottom: 80px;
	}

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

	.history .msg {
		width: 460px;
	}
}

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

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

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

	.history .btns>div.prev {
		margin-right: 16px;
	}

}

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

}





.company {
	padding: 116px 0 95px 0;
	position: relative;
}

.company .imgBg {
	position: absolute;
	top: -18.8%;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -4;
}


.company .imgBg img {
	display: block;
}

.company .companyVideo {
	display: flex;
	justify-content: space-between;
	margin-bottom: 107px;
}



.company .companyVideo .image {
	width: 53.68%;
	position: relative;
}


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

.company .companyVideo .image::after {
	content: "";
	width: 299px;
	height: 168px;
	background-color: #fe6e08;
	position: absolute;
	z-index: -1;
	right: -23px;
	bottom: -23px;
}


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



.company .companyVideo .video .playBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 81px;
	height: 80px;
	background-color: rgba(0, 0, 0, .1);
	border: solid 2px #fe6e08;
}

.company .companyVideo .video:hover .playBtn {
	background-color: #fe6e08;
}

.company .companyVideo .video .playBtn img {
	width: 19px;
}

.company .companyVideo .video:hover .playBtn img {
	filter: grayscale(100%) brightness(500%);
}

.company .companyVideo .msg {
	width: 42.9%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 30px 0 95px;
}

.company .companyVideo .title1 {
	margin-bottom: 47px;
}

.company .research .tit {
	font-family: Raleway-Bold;
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 23px;
}

.company .research .txts {
	margin-bottom: 46px;
}


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

.company .list .image {
	width: 32.25%;
	margin-right: 1.625%;
	margin-top: 35px;
}


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


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


@media screen and (max-width:1720px) {
	.company .companyVideo .msg {
		padding: 30px 0;
	}

	.company .companyVideo .title1 {
		margin-bottom: 30px;
	}

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

	.company .companyVideo .video .playBtn img {
		width: 16px;
	}

	.company .companyVideo .image::after {
		right: -20px;
		bottom: -20px;
	}

	.company .companyVideo {
		margin-bottom: 80px;
	}

	.company .research .tit {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 30px;
	}

	.company .research .txts {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.company .companyVideo .video .playBtn {
		width: 50px;
		height: 50px;
	}

	.company .companyVideo .video .playBtn img {
		width: 14px;
	}

	.company .companyVideo .image::after {
		right: -15px;
		bottom: -15px;
	}

	.company .companyVideo {
		margin-bottom: 60px;
	}

	.company .research .tit {
		font-size: 28px;
		line-height: 38px;
	}
}

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

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

	.company .companyVideo .image {
		width: 100%;
	}

	.company .research .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.company .research .txts {
		margin-bottom: 30px;
	}

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

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

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

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

	.company .companyVideo .title1 {
		margin-bottom: 20px;
	}

	.company .companyVideo .image::after {
		width: 200px;
		height: 100px;
	}
}

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


.mainProducts {
	background-image: url("../images/aboutM4-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 95px 0 100px 0;
}



.mainProducts .title1 {
	color: #ffffff;
	margin-bottom: 54px;
}

.mainProducts .show {
	position: relative;
	margin-bottom: 58px;
}



.mainProducts .show .msg {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 38px 37px;
	z-index: 9;
}

.mainProducts .show .msg a {
	font-family: Raleway-Bold;
	font-size: 30px;
	line-height: 48px;
	color: #ffffff;
}


.mainProducts .show .msg a:hover {
	color: #fe6e08;
}

.mainProducts .image {
	overflow: hidden;
	height: 100%;
}

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

.mainProducts .show .image:hover>img {
	transform: none;
}


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

.mainProducts .con .image {
	width: 48.68%;
}


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

.mainProducts .con .msg {
	width: 48.3%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 40px 0 30px;
}

.mainProducts .con .tit {
	font-family: Raleway-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 36px;
}


.mainProducts .con .tit:hover {
	color: #fe6e08;
}


.mainProducts .con .txts {
	margin-bottom: 61px;
	color: #ffffff;
}

.mainProducts .con .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 155px;
	height: 56px;
	border: solid 1px #ffffff;
	font-family: Raleway-Bold;
	font-size: 16px;
	color: #ffffff;
}

.mainProducts .con .btn:hover {
	background-color: #ffffff;
	color: #fe6e08;
}

.mainProducts .con .btn i {
	flex-shrink: 0;
	margin-left: 5px;
	transform: translateY(-2px);
}


@media screen and (max-width:1720px) {
	.mainProducts .show .msg {
		padding: 30px 20px;
	}

	.mainProducts .show .msg a {
		font-size: 24px;
		line-height: 34px;
	}

	.mainProducts .title1 {
		margin-bottom: 50px;
	}

	.mainProducts .con .msg {
		padding: 30px 0;
	}

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

	.mainProducts .con .txts {
		margin-bottom: 40px;
	}

	.mainProducts .con .btn {
		height: 50px;
	}
}

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

	.mainProducts .show .msg a {
		font-size: 20px;
		line-height: 30px;
	}

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

	.mainProducts .con .tit {
		font-size: 26px;
		line-height: 36px;
	}

	.mainProducts .con .btn {
		height: 45px;
	}

	.mainProducts .show {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.mainProducts .show .msg a {
		font-size: 18px;
		line-height: 28px;
	}

	.mainProducts .show .msg {
		padding: 20px 15px;
	}

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

	.mainProducts .con .msg {
		padding: 0;
		width: 100%;
	}

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

	.mainProducts .con .txts {
		margin-bottom: 30px;
	}

	.mainProducts .con .btn {
		height: 40px;
		font-size: 14px;
	}

	.mainProducts .con .image {
		width: 100%;
		margin-top: 30px;
	}

	.mainProducts .show,
	.mainProducts .con .image {
		height: 360px;
	}
}

@media screen and (max-width:768px) {
	.mainProducts .show .msg a {
		font-size: 16px;
		line-height: 28px;
	}

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

	.mainProducts .show {
		margin-bottom: 40px;
	}

	.mainProducts .con .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.mainProducts .con .btn {
		height: 36px;
	}

	.mainProducts .show,
	.mainProducts .con .image {
		height: 300px;
	}
}

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

	.mainProducts .show,
	.mainProducts .con .image {
		height: 280px;
	}
}

.customerService {
	background-image: url("../images/customServicePiece.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 96px 0 116px 0;
}

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

.customerService .title1 {
	letter-spacing: 2px;
	color: #ffffff;
	margin-bottom: 21px;
}

.customerService .txts {
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 1px;
}

.customerService .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 147px;
	height: 56px;
	background-color: #fe6e08;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #ffffff;
	flex-shrink: 0;
	margin-left: 32%;
	margin-top: 20px;
}

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


@media screen and (max-width:1720px) {
	.customerService .btn {
		margin-top: 0;
		margin-left: 20%;
		height: 50px;
	}

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

@media screen and (max-width:1333px) {
	.customerService .btn {
		height: 45px;
	}
}

@media screen and (max-width:999px) {
	.customerService .btn {
		height: 40px;
		margin-left: 0;
		margin-top: 20px;
	}

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

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

@media screen and (max-width:768px) {
	.customerService .btn {
		height: 36px;
	}
}

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




/* 6-1news */

.news {
	padding: 103px 0 97px 0;
}


.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 84px;
}

.news .list .newItem {
	width: 32.56%;
	margin-right: 1.16%;
	margin-top: 32px;
}

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

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

@media screen and (max-width:1720px) {
	.news .list {
		margin-bottom: 50px;
	}
}

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

@media screen and (max-width:999px) {
	.news .list {
		justify-content: space-between;
	}

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

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

}

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

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

	.news .list .newItem:nth-child(-n+1) {
		margin-top: 0;
	}
}






/* 6-2news */


.newsDet {
	padding: 94px 0 79px 0;
}

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


.newDetCon .con {
	width: 68.87%;
}

.newDetCon .newSlide {
	width: 25.81%;
	padding-top: 4px;
}



.newDetCon h1 {
	font-weight: normal;
	font-family: Raleway-Bold;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 25px;
}


.newDetCon .tips {
	display: flex;
	align-items: center;
	margin-bottom: 26px;
}


.newDetCon .tips .time {
	font-size: 16px;
	color: #555555;
	line-height: 26px;
	flex-shrink: 0;
	margin-right: 13px;
}

.newDetCon .share {
	display: flex;
	align-items: center;
}

.newDetCon .share span {
	flex-shrink: 0;
	margin-right: 9px;
}


.newDetCon .line {
	width: 100%;
	height: 1px;
	background-color: rgba(151, 151, 151, 0.4);
	margin-bottom: 32px;
}



.newDetCon .details {
	margin-bottom: 64px;
}


.prevOrNext {
	padding: 25px 0 22px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}



.prevOrNext>div {
	display: flex;
	align-items: center;
}


.prevOrNext>div.prev {
	margin-bottom: 15px;
}


.prevOrNext a:hover {
	color: #fe6e08;
}


.prevOrNext .name {
	flex-shrink: 0;
	margin-right: 5px;
}


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

.prevOrNext p.tit {
	color: #666666;
}

.newSlide .title {
	font-family: Raleway-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
}


.newSlide .relatedNews {
	margin-bottom: 66px;
}


.relatedNews .title {
	margin-bottom: 45px;
}


.relatedNews .item {
	padding-bottom: 39px;
	margin-bottom: 47px;
	border-bottom: 1px solid rgba(151, 151, 151, 0.4);
}

.relatedNews .tit {
	font-family: Raleway-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 20px;
}

.relatedNews .tit:hover {
	color: #fe6e08;
}


.relatedNews .time {
	font-family: Raleway-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #555555;
}


.slideInquiry .title {
	margin-bottom: 15px;
	font-size: 24px;
	font-family: Raleway-Black;
}

.slideInquiry li {
	height: 40px;
	border: solid 1px #e0e0e0;
	padding: 0 16px;
	margin-top: 10px;
}



.slideInquiry li input,
.slideInquiry li textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.slideInquiry li:nth-child(1) {
	margin-top: 0;
}

.slideInquiry li.message {
	height: 97px;
	padding: 9px 16px;
}

.slideInquiry li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
	border: none;
}


.slideInquiry li.codeCon input {
	flex: 1;
	padding: 0 16px;
	border: 1px solid #e0e0e0;
}

.slideInquiry li.codeCon .codeImg {
	height: 100%;
	cursor: pointer;
	max-width: 80px;
	margin-right: 61px;
	margin-left: 29px;
}


.slideInquiry li.codeCon .codeImg img {
	height: 100%;
}

.slideInquiry li.subBtn {
	padding: 0;
	border: none;
}


.slideInquiry li.subBtn input {
	cursor: pointer;
	background-color: #fe6e08;
	font-family: Raleway-Bold;
	font-size: 16px;
	color: #ffffff;
}


.slideInquiry li.subBtn input:hover {
	background-color: #002f4c;
}


.newPiece {
	background-color: #f1f1f1;
	padding: 65px 0 101px 0;
}


.newPiece .relatedProducts .productItem .name {
	background-color: #ffffff;
}


.relatedProducts .sTit {
	margin-bottom: 58px;
}


@media screen and (max-width:1720px) {
	.newDetCon .tips {
		margin-bottom: 30px;
	}

	.newDetCon .details {
		margin-bottom: 40px;
	}

	.relatedNews .item {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.newDetCon .newSlide {
		padding-top: 0;
	}

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

	.newSlide .relatedNews {
		margin-bottom: 50px;
	}

	.slideInquiry .title {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.newDetCon .tips .time {
		margin-right: 20px;
	}

	.relatedProducts .sTit {
		margin-bottom: 50px;
	}
}

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

	.newDetCon .details {
		margin-bottom: 30px;
	}

	.prevOrNext {
		padding: 20px 0;
	}

	.prevOrNext>div.prev {
		margin-bottom: 10px;
	}

	.newSlide .title {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 40px;
	}

	.relatedNews .item {
		margin-bottom: 30px;
		padding-bottom: 20px;
	}

	.newSlide .title {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 30px;
	}

	.slideInquiry li.codeCon .codeImg {
		margin-right: 0;
	}

	.newDetCon .newSlide {
		width: 28%;
	}

	.newDetCon .con {
		width: 66%;
	}

	.relatedProducts .sTit {
		margin-bottom: 40px;
	}
}

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

	.newDetCon .con {
		width: 100%;
		margin-bottom: 40px;
	}

	.newDetCon .share span {
		font-size: 14px;
		line-height: 24px;
	}

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

	.newDetCon .newSlide {
		width: 100%;
	}

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

	.relatedProducts .sTit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.newDetCon h1 {
		font-size: 20px;
	}

	.newSlide .title {
		font-size: 20px;
		line-height: 30px;
	}
}

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

	.newDetCon .tips .time {
		margin-right: 0;
		margin-bottom: 20px;
	}

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






/* 7contact us */

.contactUs {
	padding: 103px 0 122px 0;
}



.contactUs .con {
	padding: 89px 52px 92px 44px;
	background-image: url("../images/contactM1-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

}



.contactUs .title {
	color: #333333;
	font-family: Raleway-Black;
	font-size: 34px;
	line-height: 48px;
}



.contactUs .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 22px;
}



.contactUs .getQuote {
	width: 46%;
}

.contactUs .getQuote .title {
	margin-bottom: 24px;
}


.contactUs .getQuote .txts {
	margin-bottom: 50px;
}

.contactUs .getQuote .txts p {
	font-family: Raleway-Bold;
	font-size: 16px;
	line-height: 30px;
	color: #555555;
}


.contactUs .getQuote .list .item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}


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


.contactUs .getQuote .list i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	background-color: #002f4c;
	border-radius: 50%;
	color: #ffffff;
	font-size: 26px;
	margin-right: 20px;
	flex-shrink: 0;
	transform: translateY(-12px);
}

.contactUs .getQuote .list .item:hover i {
	background-color: #fe6e08;
}


.contactUs .getQuote .list .name {
	color: #333333;
	font-family: Raleway-Bold;
	font-size: 18px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 0px;
}



.contactUs .getQuote .list .email {
	word-break: break-all;
}

.contactUs .getQuote .list .num {
	color: #666666;
	font-size: 32px;
	line-height: 40px;
	color: #333333;

}

.contactUs .getQuote .list a.num:hover {
	color: #fe6e08;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.contactUs .getQuote .item.address .num {
	font-size: 20px;
	line-height: 28px;
	margin-top: 11px;
}



.contactUs .con .quote {
	width: 51.1%;
}


.contactUs .quote .title {
	margin-bottom: 29px;
}




.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

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

.cForm ul li {
	height: 45px;
	width: 100%;
	margin-top: 12px;
	background-color: #ffffff;
	padding: 0 21px;
}


.cForm ul li:nth-child(-n+1) {
	margin-top: 0;
}


.cForm ul li.message {
	width: 100%;
	height: 144px;
	padding: 15px 21px;
	margin-bottom: 20px;
}


.cForm ul li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 52.5%;
	overflow: hidden;
}


.cForm ul li.code input {
	flex: 1;
	padding: 0 21px;
}


.cForm ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	background-color: #ffffff;
	max-width: 130px;
}


.cForm ul li.code .codeImg img {
	height: 100%;
}

.cForm ul li.subBtn {
	padding: 0;
	border: none;
	width: 46.5%;
	margin-bottom: 0;
	background-color: transparent;
}


.cForm ul li.subBtn input {
	background-color: #fe6e08;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #fe6e08;
	font-family: Raleway-Bold;
}



.cForm ul li.subBtn input:hover {
	background-color: transparent;
	color: #fe6e08;
}



.cForm ul li.must {
	position: relative;
}

.cForm ul li.must::after {
	content: "*";
	position: absolute;
	left: 10px;
	top: 9px;
	color: #F51313;
	font-size: 16px;
}


.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	color: #999999;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	color: #999999;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	color: #999999;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	color: #999999;
}


.cForm ul li.m-formcountry {
	padding: 0;
}


form li.m-formcountry {
	position: relative;
}

form li.m-formcountry .drop-btn {
	position: relative;
	height: 100%;
	width: 100%;
}

form li.m-formcountry .drop-btn input {
	padding: 0 21px;
}

form li.m-formcountry .drop-btn i,
form li.m-formcountry .drop-btn svg {
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
}

form li.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #fe6e08 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}




form li.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form li.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form li.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #fe6e08;
}

form li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 5px 21px;
	cursor: pointer;
	border: none;
	border-radius: 0;
	width: 100%;
	margin: 0;
	height: auto;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
}

form li.m-formcountry .drop-list li.on {
	background-color: #fe6e08;
	color: #ffffff;
}


.map img {
	display: block;
}


@media screen and (max-width:1720px) {
	.contactUs .con {
		padding: 50px;
		margin-bottom: 60px;
	}

	.contactUs .getQuote .list .num {
		font-size: 24px;
		line-height: 34px;
	}

	.contactUs .getQuote .item.address .num {
		font-size: 18px;
		line-height: 28px;
	}

	.contactUs .title {
		font-size: 26px;
		line-height: 36px;
	}

	.contactUs .getQuote .list i {
		width: 60px;
		height: 60px;
		transform: translateY(-10px);
	}
}

@media screen and (max-width:1333px) {
	.contactUs .con {
		padding: 40px 30px;
	}

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

	.cForm ul li.code {
		width: 100%;
	}

	.contactUs .getQuote .txts {
		margin-bottom: 40px;
	}

	.contactUs .getQuote .list .num {
		font-size: 22px;
		line-height: 30px;
	}

	.contactUs .getQuote .list .name {
		margin-bottom: 5px;
	}

	.contactUs .getQuote .list i {
		width: 55px;
		height: 55px;
		font-size: 20px;
	}

	.cForm ul li.message {
		margin-bottom: 0;
	}

	.contactUs .con {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .con {
		padding: 40px 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .getQuote {
		width: 100%;
		margin-bottom: 40px;
	}

	.contactUs .getQuote .list .num {
		font-size: 18px;
		line-height: 28px;
	}

	.contactUs .getQuote .list .name {
		font-size: 16px;
		line-height: 26px;
	}

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

	.contactUs .getQuote .list i {
		transform: translateY(-5px);
		width: 50px;
		height: 50px;
	}

	.contactUs .getQuote .txts {
		margin-bottom: 30px;
	}

	.contactUs .con .quote {
		width: 100%;
	}

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

	.cForm ul li {
		height: 40px;
	}

	.contactUs .con {
		margin-bottom: 40px;
	}

	form li.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}
}

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

	.contactUs .getQuote .list i {
		width: 46px;
		height: 46px;
		font-size: 18px;
	}
}

@media screen and (max-width:538px) {
	.contactUs .con {
		padding: 30px 20px;
	}

	.cForm ul li {
		height: 36px;
	}
}

















/* pager */

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

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 36px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px !important;
	color: #666666;
	margin: 5px 3.5px;
	background-color: #f8f8f8;
	border: solid 1px #e5e5e5;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	background-color: #002f4c;
	border-color: #002f4c;
	color: #ffffff;
}

.pager .pageList a.prev {
	width: 93px;
}

.pager .pageList .big {
	width: 93px;
}

.pager .pageList a.next {
	width: 61px;
}

.pager .pageList .no {
	width: 61px;
}


.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 17px;
}


.pager .addTo input {
	font-family: Raleway-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background-color: transparent;
	margin-right: 11px;
	cursor: pointer;
}



/* innerBanner */

.innerBanner {
	height: 500px;
	position: relative;
}


.innerBanner .image {
	height: 100%;
}

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

.innerBanner .con {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	top: 0;
	padding: 47px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}


.innerBanner .title {
	font-family: Raleway-Black;
	font-size: 60px;
	line-height: 80px;
	color: #ffffff;
	margin-bottom: 5px;
}



/* crumb */

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


.crumb a,
.crumb i {
	font-family: Raleway-Bold;
	letter-spacing: 0px;
	color: #ffffff;
}

.crumb a.active,
.crumb a:hover {
	color: #fe6e08;
}

.crumb i {
	font-style: normal;
	margin: 0 5px;
}


@media screen and (max-width:1720px) {
	.innerBanner {
		height: 400px;
	}

	.innerBanner .title {
		font-size: 42px;
		line-height: 60px;
		margin-bottom: 10px;
	}

}

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

	.innerBanner .title {
		font-size: 36px;
		line-height: 48px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner .title {
		font-size: 28px;
		line-height: 32px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.innerBanner {
		height: 300px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 260px;
	}

	.innerBanner .title {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 240px;
	}

	.innerBanner .con {
		padding: 30px 0;
	}
}


/* footer */



footer {
	padding: 90px 0 40px 0;
	background-image: url("../images/fBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


footer a {
	display: block;
}

footer .fLogo {
	display: block;
	width: 212px;
	margin-bottom: 76px;
	margin-top: -1px;
}


footer .fLogo:hover img {
	transform: none;
}


footer .copyright {
	line-height: 28px;
	margin-bottom: 50px;
}

footer .copyright a {
	display: inline;
}


footer .copyright a:hover {
	color: #fff;
}


footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}



footer .footerList {
	display: flex;
	align-items: flex-start;
}


footer .footerList ul li {
	margin-top: 6px;
}

footer .footerList ul li:nth-child(1) {
	margin-top: 0;
}

footer .footerList .fContact ul li {
	margin-top: 23px;
}

footer .footerList .fContact ul li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .fMsg {
	width: 25%;
	margin-right: 9.95%;
}

footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


footer .blogrolls a {
	font-size: 20px;
	flex-shrink: 0;
	margin: 5px 0;
	margin-right: 12.7px;
	width: 44px;
	height: 44px;
	border: 1px solid #ffffff;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}


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


footer .blogrolls a:hover {
	background-color: #fe6e08;
	color: #ffffff !important;
	border-color: #fe6e08;
}


footer .footerList .fMsg .logo {
	margin-bottom: 43px;
}



footer .footerList .box {
	margin-top: 22px;
}


footer .footerList .fNav {
	width: 12%;
	margin-right: 2%;
}



footer .footerList .fContact {
	width: 24%;
	margin-right: 4.1%;
}

footer .footerList .fContact .name {
	font-size: 18px;
	margin-bottom: 11px;
}

footer .footerList .fContact .num {
	font-family: Arial;
	font-size: 18px;
}



footer .footerList .fInquiry {
	width: 22.95%;
}


footer .footerList a:hover {
	color: #fe6e08;
}




footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}


footer .title {
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	display: block;
}

footer a.title:hover {
	color: #fe6e08;
}


footer .titBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .titBox .menuBtn {
	display: none;
}


footer .email a {
	word-break: break-all;
}

footer .links {
	margin-top: 6px;
}

footer .links a:hover {
	color: #fe6e08;
}

footer .links span {
	margin-right: 10px;
}

footer .links a {
	margin-right: 10px;
	display: inline-block;
}



footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.4);
	margin: 42px 0 34px 0;
}




footer form {
	margin-top: 40px;
}

footer form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


footer form li {
	height: 40px;
	background-color: #ffffff;
	padding: 0 16px;
	width: 100%;
}


footer form input,
footer form textarea {
	background-color: transparent;
	width: 100%;
	height: 100%;
}

footer form li {
	width: 100%;
}

footer .footerList li form ul li {
	margin-top: 10px;
	overflow: hidden;
}



footer .footerList li form ul li:nth-child(1) {
	margin-top: 0;
}



footer form li.message {
	height: 97px;
	padding: 10px 16px;
}


footer form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: transparent;
	padding: 0;
}


footer form li.code input {
	flex-shrink: 1;
	padding: 0 16px;
	background-color: #ffffff;
}


footer form li.code .codeImg {
	height: 100%;
	flex-shrink: 0;
	max-width: 104px;
	border-radius: 6px;
	overflow: hidden;
	cursor: pointer;
	background-color: #f3fbfe;
	margin-left: 15px;
}


footer form li.code .codeImg img {
	height: 100%;
}


footer form li.subBtn {
	padding: 0;
	background-color: transparent;
}



footer form li.subBtn input {
	font-family: Raleway-Bold;
	background-color: #fe6e08;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}



footer form li.subBtn input:hover {
	background-color: #ffffff;
	color: #fe6e08;
}





footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
	color: #666666;
	opacity: 1;
}

footer form input:-moz-placeholder,
footer form textarea:-moz-placeholder {
	color: #666666;
	opacity: 1;
}

footer form input::-moz-placeholder,
footer form textarea::-moz-placeholder {
	color: #666666;
	opacity: 1;
}

footer form input:-ms-input-placeholder,
footer form textarea:-ms-input-placeholder {
	color: #666666;
	opacity: 1;
}

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

	footer .fLogo {
		margin-top: 0;
		margin-bottom: 50px;
		width: 160px;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer {
		padding: 50px 0;
	}

	footer .line {
		margin: 30px 0;
	}

	footer .footerList .box,
	footer form {
		margin-top: 30px;
	}

	footer .footerList ul li {
		margin-top: 10px;
	}

	footer .footerList .fMsg {
		width: 25%;
	}

	footer .copyright {
		margin-bottom: 30px;
	}

	footer .blogrolls a {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

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

	footer .footerList .fContact .name {
		font-size: 16px;
	}

	footer form li.code .codeImg {
		border-radius: 5px;
	}

	footer .footerList .fNav {
		width: 14%;
	}

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

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

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

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

	footer .blogrolls a {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}

	footer .footerList .fContact ul li {
		margin-top: 10px;
	}

	footer .footerList .fContact .name {
		margin-bottom: 5px;
	}

	footer form li {
		height: 35px;
	}
}

@media screen and (max-width:1333px) {
	footer .title {
		font-size: 18px;
	}

	footer .footerList .fContact .num {
		font-size: 16px;
	}

	footer .fLogo {
		width: 150px;
		margin-bottom: 40px;
	}

	footer .followUs .title {
		margin-bottom: 10px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList .fInquiry {
		width: 30%;
	}

	footer form input,
	footer form textarea {
		font-size: 14px !important;
	}

	footer .footerList .fContact .name {
		font-size: 14px;
		line-height: 26px;
	}
}

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

	footer {
		padding-bottom: 70px;
	}

	footer .footerList {
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 10px;
	}

	footer .footerList>li.fMsg {
		margin-bottom: 10px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .footerList .fMsg ul li {
		margin-bottom: 0;
		margin-top: 10px;
		width: 48%;
	}

	footer .footerList .fMsg ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fMsg ul {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList .fMsg .name {
		margin-bottom: 5px;
	}

	footer .footerList .box {
		margin-top: 10px;
		display: none;
		transition: none;
	}

	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .title {
		font-size: 16px;
		line-height: 26px;
	}

	footer form {
		margin-top: 10px;
		display: none;
		transition: none;
	}

	footer .footerList ul li:nth-child(n) {
		width: 48%;
		margin-top: 10px;
	}

	footer .footerList ul li:nth-child(-n+2) {
		margin-top: 0;
	}

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

	footer .blogrolls {
		margin-left: 0;
		margin-bottom: 20px;
	}

	footer .blogrolls a {
		margin-top: 0;
		font-size: 16px;
	}

	footer {
		padding-top: 40px;
	}

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		font-size: 12px;
		color: #ffffff;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}

	footer .fLogo {
		width: 140px;
		margin-bottom: 30px;
	}

	footer .footerList form ul li.message {
		width: 100%;
		height: 90px;
	}

	footer .copyright {
		margin-bottom: 30px;
	}

	footer .footerList .fContact ul li:last-child {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	footer .fLogo {
		width: 140px;
	}
}


@media screen and (max-width:538px) {
	footer .fLogo {
		width: 120px;
	}

	footer .footerList .fMsg ul li:nth-child(n),
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(1),
	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and (max-width:450px) {
	footer .footerList form li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form li:nth-child(1) {
		margin-top: 0;
	}
}








/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Raleway-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

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

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 3px;
	font-size: 20px;
}

.lianxi .top a {
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	color: #ffffff;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 26px;
	height: 26px;
}

.lianxi .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #fe6e08;
	color: #fff;
}

.clear2 {
	display: none;
}


.lianxi .code {
	position: relative;
}

.lianxi .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.lianxi .code:hover img {
	transform: translateX(0);
	opacity: 1;
}


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

	.lianxi .top a {
		width: 20%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: #dfdfdf;
		color: #fff;
	}

	.lianxi div.active a,
	.lianxi div.active div {
		background-color: #fe6e08;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 20%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}
}

@font-face {
	font-family: 'Raleway-Black';
	font-display: swap;
	src: url('../fonts/RalewayBlack.eot');
	src: url('../fonts/RalewayBlack.eot') format('embedded-opentype'),
		url('../fonts/RalewayBlack.woff2') format('woff2'),
		url('../fonts/RalewayBlack.woff') format('woff'),
		url('../fonts/RalewayBlack.ttf') format('truetype'),
		url('../fonts/RalewayBlack.svg#RalewayBlack') format('svg');
}

@font-face {
	font-family: 'Raleway-Bold';
	font-display: swap;
	src: url('../fonts/RalewayBold.eot');
	src: url('../fonts/RalewayBold.eot') format('embedded-opentype'),
		url('../fonts/RalewayBold.woff2') format('woff2'),
		url('../fonts/RalewayBold.woff') format('woff'),
		url('../fonts/RalewayBold.ttf') format('truetype'),
		url('../fonts/RalewayBold.svg#RalewayBold') format('svg');
}


@font-face {
	font-family: 'Raleway-Regular';
	font-display: swap;
	src: url('../fonts/RalewayRegular.eot');
	src: url('../fonts/RalewayRegular.eot') format('embedded-opentype'),
		url('../fonts/RalewayRegular.woff2') format('woff2'),
		url('../fonts/RalewayRegular.woff') format('woff'),
		url('../fonts/RalewayRegular.ttf') format('truetype'),
		url('../fonts/RalewayRegular.svg#RalewayRegular') format('svg');
}


@font-face {
	font-family: "iconfont";
	font-display: swap;
	/* Project id 4576167 */
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1741600772330') format('woff'),
		url('../fonts/iconfont.ttf?t=1741600772330') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}

