@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: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	transition: 1s ease all;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #FA661B !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.standardEdit p {
	position: relative;
	font-size: 16px;
	line-height: 32px;
	color: #555;
}

.standardEdit a {
	color: #FA661B;
}

.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: "Microsoft YaHei", "微软雅黑";
	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: "Microsoft YaHei", "微软雅黑";
	color: #333333;
}

@media screen and (max-width:999px) {
	.table table tr td {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 26px;
	}

}

.safeRange {
	max-width: 1660px;
	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:1820px) {
	.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:720px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}




@media screen and (max-width:1820px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #FA661B;
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(250, 102, 27, 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: "Microsoft YaHei", "微软雅黑";
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: 4px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allnav */


nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background-color: #444;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.10);
}


nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1920px;
	width: 100%;
	padding: 0 50px;
}



nav .logo {
	width: 281px;
	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: 34px;
	position: relative;
}

nav .navList>ul>li:last-child {
	margin-right: 0;
}


nav a {
	display: block;
}

.bannerRange {
	height: 100px;
}

nav .navList>ul>li>a {
	height: 100px;
	line-height: 100px;
	color: #ffffff;
	font-size: 20px;
	display: flex;
	align-items: center;
	padding-bottom: 3px;
}


nav .navList>ul>li>a>i {
	margin-left: 9px;
	transform: rotate(90deg);
	font-size: 14px;
	color: #A1A1A1;
	flex-shrink: 0;
}

nav .navList>ul>li>a>span {
	position: relative;
}


nav .navList>ul>li>a>span:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	border-radius: 4px;
	background-color: #FA661B;
	transition: .4s ease all;
	bottom: 15px;
}


nav .navList>ul>li:hover>a>span:after,
nav .navList>ul>li.active>a>span:after {
	width: 24px;
}




nav .btns {
	display: flex;
	align-items: center;
	margin-left: 40px;
}



nav .btns .search {
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 50px;
}


nav .btns .search .searchBtn {
	cursor: pointer;
	display: none;
}


nav .btns .search .searchBtn i {
	font-size: 18px;
	color: #ffffff;
	transform: translateY(-2px);
}

nav .btns .search .searchBtn:hover i {
	color: #FA661B;
}

nav .btns .search form {
	background-color: #ffffff;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	width: 252px;
	flex-shrink: 0;
	padding: 0 10px;
}



nav .btns .search form input {
	width: 100%;
	height: 100%;
	font-size: 14px !important;
	padding: 0 3px;
}

nav .btns .search form input::-webkit-input-placeholder {
	color: #999;
	font-size: 14px !important;
}

nav .btns .search form input:-moz-placeholder {
	color: #999;
	font-size: 14px !important;
}

nav .btns .search form input::-moz-placeholder {
	color: #999;
	font-size: 14px !important;
}

nav .btns .search form input:-ms-input-placeholder {
	color: #999;
	font-size: 14px !important;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 40px;
	width: 40px;
}

nav .btns .search form .subBtn i {
	font-size: 20px;
	color: #24201C;
}

nav .btns .search form .subBtn:hover i {
	color: #FA661B;
}

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}


nav .btns .user {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 47px;
}


nav .btns .user img {
	filter: grayscale(100%) brightness(500%);
	transition: .4s ease all;
}

nav .btns .user .image {
	width: 32px;
}


nav .btns .user .image:hover img {
	transform: none;
	filter: grayscale(0%) brightness(100%);
}


nav .btns .language {
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
	flex-shrink: 0;
}


nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
	overflow: hidden;
	width: 22px;
}



nav .btns .lanBtn img {
	filter: grayscale(100%) brightness(500%);
	transition: .4s ease all;
}


nav .btns .lanBtn:hover img {
	filter: grayscale(0%) brightness(100%);
}


nav .btns .lanBtn i {
	color: #ffffff;
}

nav .btns .lanBtn i.icon-yuyan {
	font-size: 24px;
	margin-right: 5px;
}

nav .btns .lanBtn i.icon-right7 {
	font-size: 10px;
	transform: rotate(90deg);
	margin-left: 5px;
}


nav .btns .lanBtn.active i.icon-right7 {
	transform: rotate(-90deg);
}

nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 120px;
	display: none;
	transition: none;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
	padding: 25px 0 19px;
}



nav .btns .language li {
	position: relative;
	margin-bottom: 14px;
}

nav .btns .language li:last-child {
	margin-bottom: 0;
}


nav .btns .language li a {
	padding: 0 33px;
	color: #333333;
	font-size: 16px;
	line-height: 26px;
}

nav .btns .language li:hover>a {
	color: #FA661B;
}


html {
	scroll-padding-top: 100px;
}



/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	min-width: 130px;
	 display: none; 
	transition: none;
	width: max-content;
	max-width: 300px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
	padding: 25px 0 19px;
	max-height: 600px;
	overflow: auto;
}


.moreList::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	background-color: #00000040;
	border-radius: 10px;
}

.moreList::-webkit-scrollbar-thumb {
	background-color: #FA661B;
	border-radius: 10px;
}

.moreList::-webkit-scrollbar-track {
	background-color: transparent;
}

.moreList ul {
	left: 100%;
	top: -25px;
}


.moreList {
	top: 100%;
	left: -33px;
}

.moreList li {
	position: relative;
	margin-bottom: 14px;
}

.moreList li:last-child {
	margin-bottom: 0;
}


.moreList a {
	padding: 0 33px;
	color: #333333;
	font-size: 16px;
	line-height: 26px;

}

.moreList li:hover>a {
	color: #FA661B;
}


@media screen and (max-width:1820px) {
	nav .navList>ul>li {
		margin-right: 30px;
	}

	nav .navList>ul>li>a {
		font-size: 16px;
		height: 80px;
		line-height: 80px;
	}

	nav .btns .search,
	nav .btns .user,
	nav .btns .language,
	.bannerRange {
		height: 80px;
	}

	html {
		scroll-padding-top: 80px;
	}

	nav .btns {
		margin-left: 40px;
	}

	nav .logo {
		width: 200px;
	}

	nav .btns .search {
		margin-right: 30px;
	}

	nav .btns .user {
		margin-right: 30px;
	}

	nav .btns .search form {
		width: 200px;
		height: 34px;
	}

	nav .btns .search form .subBtn {
		width: 34px;
		height: 34px;
	}

	nav .btns .search form .subBtn i {
		font-size: 18px;
	}

	nav .navList>ul>li>a>i {
		font-size: 12px;
	}

	.moreList,
	.moreList ul,
	nav .btns .language ul {
		padding: 20px 0;
	}

	.moreList ul {
		top: -20px;
	}

	.moreList a,
	nav .btns .language ul li a {
		padding: 0 20px;
	}

	.moreList {
		left: -20px;
	}
	
	nav .btns .search form {
		position: absolute;
		top: 100%;
		right: 0;
	}

	nav .btns .search .searchBtn {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	nav .btns .search form {
		height: 30px;
		width: 0;
		padding: 0;
	}

	nav .btns .search form.active {
		width: 220px;
		padding: 0 10px;
	}
	
	.moreList,
    .moreList ul {
    	max-height: 400px;
    }
}


@media screen and (max-width:1333px) {
	

	nav .btns .search form .subBtn {
		width: 30px;
		height: 30px;
	}

	nav .btns .search form .subBtn i {
		font-size: 16px;
	}

	nav .btns .user .image {
		width: 28px;
	}
	nav .btns {
		position: absolute;
		right: 50px;
		top: 5px;
	}

	nav .btns .search,
	nav .btns .user,
	nav .btns .language {
		height: auto;
	}
	nav .btns .user .image {
		width: 25px;
	}

	nav .btns .search form,
	nav .btns .language ul {
		top: calc(100% + 8px);
	}
	
	nav .navList>ul>li {
		margin-right: 40px;
	}
	
	nav .navList>ul>li>a {
		padding-top: 24px;
	}
    
    nav .navList>ul>li>a>span:after {
		bottom: 20px;
	}
	
	.moreList,
    .moreList ul {
    	max-height: 300px;
    }
}


@media screen and (max-width:1200px) {

	nav .logo {
		width: 160px;
	}
	nav .navList>ul>li {
		margin-right: 22px;
	}
	nav .navList>ul>li>a>i{
	    margin-left: 5px;
	}


}

@media screen and (max-width:999px) {
	nav .navList>ul {
		display: none;
	}

	nav .btns .search,
	nav .btns .user,
	nav .btns .language,
	.bannerRange {
		height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav .btns {
		position: static;
		margin-right: 60px;
		margin-left: 0;
	}

	nav .btns .search {
		display: none;
	}

	nav .logo {
		width: 160px;
	}

	nav .con {
		padding: 0 80px;
	}

	nav .btns .search form,
	nav .btns .language ul {
		top: 100%;
	}

	nav .btns .language li a {
		font-size: 14px;
		line-height: 26px;
	}

	.moreList,
	.moreList ul,
	nav .btns .language ul {
		padding: 10px 0;
	}

	nav .btns .language li {
		margin-bottom: 10px;
	}

}

@media screen and (max-width:768px) {
	nav .con {
		padding: 0 25px;
	}

	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .btns .search,
	nav .btns .user,
	nav .btns .language,
	.bannerRange {
		height: 50px;
	}

	nav .logo {
		width: 150px;
	}
}

@media screen and (max-width:538px) {
	nav .con {
		padding: 0 15px;
	}

	header .xnav .nav {
		right: 15px;
	}

	nav .btns {
		margin-right: 60px;
	}

	nav .btns .user {
		margin-right: 20px;
	}

	nav .logo {
		width: 140px;
	}
}



/* indexBanner */


.indexBanner {
	position: relative;
	transition: none;
	padding-bottom: 33.85%;
	overflow: hidden;
}


.indexBanner .swiper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


.indexBanner * {
	transition: none;
}


.indexBanner a:hover img {
	transform: scale(1);
}


.indexBanner .swiper-slide {
	position: relative;
}

.indexBanner .swiper-slide .image {
	height: 100%;
	width: 100%;
	overflow: hidden;
}


.indexBanner .swiper-slide .image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.indexBanner .swiper-slide video,
.indexBanner .swiper-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}



.indexBanner img {
	display: block;
	transform: scale(1.2);
}


.indexBanner .swiper-slide-active img {
	transform: scale(1) !important;
}



.indexBanner .swiper-pagination {
	position: absolute;
	bottom: 26px;
}

.indexBanner .swiper-pagination span {
	width: 14px !important;
	height: 14px !important;
	margin: 5px 11px !important;
	transition: .4s ease all;
	opacity: 1;
	background-color: rgba(255, 255, 255, .4);
}

.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #ffffff;
}



@media screen and (max-width:1820px) {
	.indexBanner .swiper-pagination span {
		margin: 5px 8px !important;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .swiper-pagination {
		bottom: 20px;
	}

	.indexBanner .swiper-pagination span {
		width: 12px !important;
		height: 12px !important;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .swiper-pagination {
		bottom: 14px;
	}

	.indexBanner .swiper-pagination span {
		width: 11px !important;
		height: 11px !important;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .swiper-pagination {
		bottom: 10px;
	}
}



/* title1 */

.title1 {
	color: #222222;
	font-size: 40px;
	font-weight: 700;
	line-height: 60px;
}

a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #FA661B;
}



/* indexM1-1 */


.iSolution {
	padding: 35px 0 40px 0;
}


.iSolution .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}



.iSolution .title .cBtn {
	flex-shrink: 0;
	margin-left: 30px;
}


.iSolution .title1 {
	margin-bottom: 11px;
}


.iSolution .txts {
	line-height: 30px;
	color: #555555;
}


.iSolution .list {
	display: flex;
	flex-wrap: wrap;
}

.iSolution .list .item {
	width: 31.44%;
	margin-right: 2.84%;
	margin-top: 49px;
	position: relative;
}


.iSolution .list .item:nth-child(3n) {
	margin-right: 0;
}

.iSolution .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.iSolution .list .image {
	overflow: hidden;
}

.iSolution .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iSolution .list .item:hover .msg {
	opacity: 1;
}

.iSolution .list .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(250, 102, 27, .7);
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
}


.iSolution .list .tit {
	color: #FFF;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 29px;
	position: relative;
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.iSolution .list .tit::after {
	content: "";
	position: absolute;
	right: 0;
	height: 2px;
	background-color: #ffffff;
	bottom: 0px;
	width: 0%;
	transition: .4s ease all;
}


.iSolution .list .tit:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}


.iSolution .list .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.iSolution .list .btn i {
	flex-shrink: 0;
	margin-left: 34px;
	font-size: 18px;
	color: #ffffff;
}

.iSolution .list .btn:hover i {
	transform: translateX(10px);
}


/* cBtn */

.cBtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 170px;
	height: 50px;
	border: 1px solid #222222;
	color: #222222;
	padding: 0 20px 0 20px;
}




.cBtn:hover {
	background-color: #FA661B;
	color: #ffffff;
	border-color: #FA661B;
}


.cBtn:hover i {
	color: #ffffff;
}


.cBtn i {
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width:1820px) {
	.iSolution .title1 {
		margin-bottom: 20px;
	}

	.iSolution .list .tit {
		margin-top: 0;
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 20px;
	}

	.iSolution .list .item {
		margin-top: 40px;
	}

	.iSolution .list .btn i {
		margin-left: 24px;
	}

}

@media screen and (max-width:1333px) {
	.iSolution .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.iSolution .list .btn i {
		font-size: 16px;
		margin-left: 20px;
	}

	.iSolution .title {
		margin-bottom: 40px;
	}

	.iSolution .list .item {
		margin-top: 30px;
	}

	.cBtn {
		height: 45px;
	}
}

@media screen and (max-width:999px) {
	.iSolution .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.iSolution .title1 {
		margin-bottom: 30px;
	}

	.iSolution .title .box {
		margin-bottom: 20px;
	}

	.iSolution .title .cBtn {
		margin-left: 0px;
	}

	.cBtn i {
		font-size: 16px;
	}

	.cBtn {
		width: 160px;
		height: 40px;
		font-size: 14px;
	}

	.iSolution .list {
		justify-content: space-between;
	}

	.iSolution .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.iSolution .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iSolution .list .msg {
		position: static;
		height: auto;
		padding: 0;
		flex-direction: row;
		justify-content: space-between;
		padding: 10px 20px;
		background-color: #FA661B;
		opacity: 1;
	}

	.iSolution .list .tit {
		margin-bottom: 0;
		font-size: 16px;
		line-height: 28px;
		text-align: left;
	}

	.iSolution .list .tit::after {
		display: none;
	}

	.iSolution .list .btn i {
		margin-left: 10px;
		transform: none;
	}

	.iSolution .list .btn {
		flex-shrink: 0;
		margin-left: 30px;
		text-align: left;
	}
}

@media screen and (max-width:768px) {
	.iSolution .list .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.iSolution .list .msg {
		padding: 10px;
	}

	.cBtn {
		height: 36px;
	}
}

@media screen and (max-width:538px) {
	.iSolution .list .msg {
		padding: 5px 10px;
	}

	.iSolution .list .btn {
		margin-left: 20px;
		font-size: 0 !important;
	}

	.iSolution .list .btn i {
		margin-left: 0;
	}
}

@media screen and (max-width:400px) {
	.iSolution .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}

	.iSolution .list .item:nth-child(-n+1) {
		margin-top: 0;
	}

	.iSolution .list .image {
		height: 240px;
	}
}


/* indexM2-1 */


.touch {
	background-color: #444;
	padding: 80px 0 80px 0;
}


.touch .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.touch .cBtn {
	flex-shrink: 0;
	margin-left: 30px;
	background-color: #0075C1;
	border-color: #0075C1;
	color: #ffffff;
}


.touch .cBtn i {
	color: #ffffff;
}


.touch .cBtn:hover {
	background-color: #FA661B;
	border-color: #FA661B;
}


.touch .title1 {
	color: #ffffff;
	font-size: 48px;
	margin-bottom: 26px;
}

.touch .txts {
	color: #ffffff;
	font-size: 24px;
	line-height: 36px;
}

@media screen and (max-width:1820px) {
	.touch .title1 {
		margin-bottom: 30px;
	}

	.touch .txts {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.touch .txts {
		font-size: 18px;
		line-height: 28px;
	}

}

@media screen and (max-width:999px) {
	.touch .txts {
		font-size: 16px;
		line-height: 28px;
	}

	.touch .title1 {
		margin-bottom: 20px;
	}

}

@media screen and (max-width:768px) {
	.touch .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.touch .cBtn {
		margin-left: 0;
		margin-top: 30px;
	}
}


/* indexM3-1 */

.iProducts {
	padding: 37.5px 0 40px 0;
}


.iProducts .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 38px;
}


.iProducts .title .cBtn {
	flex-shrink: 0;
	margin-left: 30px;
}


.iProducts .productCatgeory {
	margin-bottom: 59px;
}

.productCatgeory .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.productCatgeory .swiper-slide {
	width: auto;
	margin-right: 69px;
	position: relative;
	cursor: pointer;
	transition: .4s ease color;
}



.productCatgeory .swiper-slide::after {
	content: "";
	width: 24px;
	height: 3px;
	border-radius: 4px;
	flex-shrink: 0;
	transition: .4s ease all;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	background-color: #0075C1;
	width: 0;
}


.productCatgeory .swiper-slide:hover,
.productCatgeory .swiper-slide.active {
	color: #0075C1;
}


.productCatgeory .swiper-slide:hover::after,
.productCatgeory .swiper-slide.active::after {
	width: 24px;
}

.iProducts h2 {
	font-weight: normal;
}

.iProducts .image {
	overflow: hidden;
	margin-bottom: 21px;
}

.iProducts .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: flex;
	align-items: center;
	justify-content: center;
}


.iProducts .msg {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 0 31px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}


.iProducts .msg .tit {
	color: #222;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}

.iProducts .msg .tit:hover {
	color: #FA661B;
}


.iProducts .msg .btn {
	flex-shrink: 0;
	margin-left: 30px;
	font-size: 24px;
	color: #0075C1;
}


.iProducts .msg .btn:hover {
	color: #FA661B;
}


.iProducts .checkItem {
	position: relative;
}

.iProducts .checkItem .swiper-slide{
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.iProducts .checkItem .swiper-slide .image{
	flex: 1;
}


.pBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background-color: #0075C1;
	color: #ffffff;
	font-size: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	cursor: pointer;
}


.pBtns>div:hover {
	background-color: #FA661B;
}


.pBtns>div.prev {
	left: 0;
	transform: translateY(-50%) translateX(-50%);
}

.pBtns>div.next {
	right: 0;
	transform: translateY(-50%) translateX(50%);
}

.pBtns>div.swiper-button-disabled {
	cursor: auto;
}

.pBtns>div.swiper-button-disabled:hover {
	background-color: #0075C1;
}

.pBtns>div {
	top: calc(50% - 54px);
}


@media screen and (max-width:1820px) {
	.iProducts .title {
		margin-bottom: 40px;
	}

	.pBtns>div {
		width: 50px;
		height: 50px;
		font-size: 16px;
		top: calc(50% - 40px);
	}

	.productCatgeory .swiper-slide::after {
		bottom: -16px;
	}

	.iProducts .productCatgeory {
		margin-bottom: 50px;
	}

	.iProducts .msg {
		padding: 14px 0;
	}

	.iProducts .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.iProducts .msg .btn {
		font-size: 20px;
	}
}

@media screen and (max-width:1333px) {
	.iProducts .msg .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.productCatgeory .swiper-slide {
		margin-right: 50px;
	}

	.pBtns>div {
		width: 45px;
		height: 45px;
		font-size: 14px;
	}
}

@media screen and (max-width:999px) {
	.productCatgeory .swiper-slide {
		font-size: 14px;
		line-height: 26px;
	}

	.productCatgeory .swiper-slide::after {
		bottom: -12px;
	}

	.iProducts .title {
		margin-bottom: 30px;
	}

	.iProducts .msg .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.pBtns>div {
		width: 40px;
		height: 40px;
		font-size: 12px;
	}

	.iProducts .productCatgeory {
		margin-bottom: 40px;
	}

	.iProducts .msg {
		padding: 10px 0;
	}

	.productCatgeory .swiper-slide {
		margin-right: 40px;
	}
}

@media screen and (max-width:768px) {
	.pBtns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.pBtns>div:nth-child(n) {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}

	.pBtns>div.prev {
		margin-right: 20px;
	}

	.pBtns>div {
		width: 36px;
		height: 36px;
	}
}

@media screen and (max-width:538px) {
	.iProducts .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.iProducts .title .cBtn {
		margin-left: 0;
		margin-top: 30px;
	}

}

@media screen and (max-width:400px) {
	.iProducts .image {
		height: 240px;
	}
}


/* indexM4-1 */

.iAbout {
	background-color: #444;
}

.iAbout .con {
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
}

.iAbout .con>div {
	display: flex;
	justify-content: space-between;
}

.iAbout .msg {
	width: 51.1%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 50px 0 58px 0;
}

.iAbout .list {
	width: 44%;
	border-left: 1px solid rgba(255, 255, 255, .2);
}


.iAbout .msg .title1 {
	color: #ffffff;
	margin-bottom: 17px;
}

.iAbout .msg .title1:hover {
	color: #FA661B;
}


.iAbout .msg .txts {
	color: #ffffff;
	margin-bottom: 81px;
	line-height: 30px;
	width: 88%;
}

.iAbout .numList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 32px;
	width: 100%;
}


.iAbout .numList .num {
	display: flex;
	align-items: flex-end;
	color: #ffffff;
	font-size: 48px;
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 2px;
}

.iAbout .numList em {
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	flex-shrink: 0;
	margin-left: 15px;
}


.iAbout .numList .name {
	color: #CCC;
	font-size: 14px;
	line-height: 24px;
}

.iAbout .cBtn {
	flex-shrink: 0;
	background-color: #0075C1;
	border-color: #0075C1;
	color: #ffffff;
	width: 210px;
}


.iAbout .cBtn i {
	color: #ffffff;
}


.iAbout .cBtn:hover {
	background-color: #FA661B;
	border-color: #FA661B;
}


.iAbout .list .item {
	padding: 30px 0 25px 86px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.iAbout .list .item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 200%;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
}



.iAbout .list .item:last-child::after {
	display: none;
}

.iAbout .list .image {
	width: 36px;
	flex-shrink: 0;
	margin-left: 27%;
}


.iAbout .list .tit {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 24px;
	color: #ffffff;
}

.iAbout .list .txts {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}

@media screen and (max-width:1820px) {
	.iAbout .list .item {
		padding: 50px 0 50px 50px;
	}

	.iAbout .msg .title1 {
		margin-bottom: 40px;
	}

	.iAbout .msg .txts {
		margin-bottom: 60px;
	}

	.iAbout .list .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.iAbout .msg {
		padding: 50px 0;
	}

	.iAbout .numList {
		margin-bottom: 40px;
		justify-content: space-between;
	}

	.iAbout .numList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.iAbout .numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iAbout .numList .num {
		font-size: 34px;
		line-height: 46px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1333px) {
	.iAbout .list .item {
		padding: 40px 0 40px 40px;
	}

	.iAbout .msg .txts {
		margin-bottom: 60px;
	}

	.iAbout .msg {
		padding: 40px 0;
	}

	.iAbout .numList {
		margin-bottom: 30px;
		justify-content: space-between;
	}

	.iAbout .numList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.iAbout .numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iAbout .numList .num {
		font-size: 28px;
		line-height: 38px;
	}
}

@media screen and (max-width:999px) {
	.iAbout {
		padding: 50px 0;
	}

	.iAbout .con>div {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .msg {
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
	}

	.iAbout .list {
		width: 100%;
		border: none;
	}

	.iAbout .msg .txts {
		margin-bottom: 40px;
	}

	.iAbout .numList em {
		font-size: 16px;
		line-height: 28px;
	}

	.iAbout .numList .num {
		font-size: 26px;
		line-height: 38px;
	}

	.iAbout .numList .item:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.iAbout .numList .item:nth-child(4n) {
		margin-right: 0;
	}

	.iAbout .numList .item:nth-child(-n+4) {
		margin-top: 0;
	}

	.iAbout .list .item {
		padding: 0;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.iAbout .list .item:last-child {
		margin-bottom: 0;
	}


	.iAbout .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}


	.iAbout .list .item:nth-child(n) {
		width: 46%;
		margin-bottom: 0;
		padding: 0;
		padding-top: 30px;
		margin-top: 30px;
	}


	.iAbout .list .item:nth-child(n)::after {
		display: block;
	}

	.iAbout .list .item::after {
		width: 100%;
		top: 0;
	}

	.iAbout .list .item:nth-child(-n+2) {
		margin-top: 0;
		padding-top: 0;
	}

	.iAbout .list .item:nth-child(-n+2)::after {
		display: none;
	}
}

@media screen and (max-width:768px) {

	.iAbout .numList {
		justify-content: space-between;
	}

	.iAbout .numList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.iAbout .numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iAbout .numList .num {
		font-size: 24px;
		line-height: 36px;
	}

	.iAbout .msg {
		margin-bottom: 40px;
	}

	.iAbout .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.iAbout .list .image {
		width: 35px;
	}
}

@media screen and (max-width:538px) {
	.iAbout .list .image {
		margin-left: 20%;
	}

	.iAbout .numList .num {
		font-size: 22px;
		line-height: 30px;
	}

}

@media screen and (max-width:400px) {
	.iAbout .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
		padding-top: 30px;
	}

	.iAbout .list .item:nth-child(n)::after {
		display: block;
	}

	.iAbout .list .item:nth-child(1) {
		padding-top: 0;
		margin-top: 0;
	}

	.iAbout .list .item:nth-child(1)::after {
		display: none;
	}
}

/* indexM5-1 */

.iNews {
	padding: 37.5px 0 40px 0;
	background: #F7F7F7;
}

.iNews .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 23.5px;
}

.iNews .title .cBtn {
	flex-shrink: 0;
	margin-left: 30px;
}


.iNews .swiper {
	overflow: visible;
}

.iNews .swiper .swiper-wrapper {
	pointer-events: none;
}


.iNews .swiper .swiper-slide {
	opacity: 0;
	transition: .4s ease opacity, .4s ease box-shadow;
	padding: 12px 12px 12px;
	background-color: #ffffff;
	pointer-events: none;
}

.iNews .swiper .swiper-slide:hover {
	box-shadow: 0 10px 40px 0 rgba(0, 54, 88, 0.10);
}


.iNews .swiper .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}


.iNews .day {
	color: #999;
	font-size: 36px;
	line-height: 40px;
}

.iNews .time {
	color: #999;
	font-size: 16px;
	line-height: 30px;
}

.iNews .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 11px;
}



.iNews .name {
	color: #222222;
	font-size: 20px;
	line-height: 30px;
	min-height: 30px;
	margin-bottom: 11px;
        -webkit-line-clamp: 1;
}



.iNews .name:hover {
	color: #FA661B;
}

.iNews .line {
	height: 1px;
	width: 100%;
	background-color: #D9D9D9;
	margin-bottom: 21px;
}


.iNews .image {
	overflow: hidden;
}


.iNews .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iNews .swiper-scrollbar {
	position: static;
	transition: none;
	margin-top: 92px;
	background-color: #cccccc;
	height: 1px;
	cursor: pointer;
}

.iNews .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #0075C1;
	height: 2px;
	top: -1px;
}


@media screen and (max-width:1820px) {
	.iNews .title {
		margin-bottom: 50px;
	}


	.iNews .day {
		font-size: 28px;
		line-height: 38px;
	}


	.iNews .name {
		font-size: 18px;
	}


	.iNews .swiper-scrollbar {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {

	.iNews .title {
		margin-bottom: 40px;
	}

	.iNews .name {
		font-size: 16px;
		line-height: 28px;
		min-height: 28px;
	}


	.iNews .swiper-scrollbar {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.iNews .day {
		font-size: 24px;
		line-height: 34px;
	}

	.iNews .time {
		font-size: 14px;
		line-height: 24px;
	}

	.iNews .name {
		font-size: 14px;
		line-height: 26px;
		min-height: 26px;
	}

}

@media screen and (max-width:538px) {
	.iNews .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.iNews .title .cBtn {
		margin-left: 0;
		margin-top: 30px;
	}


	.iNews .swiper-scrollbar {
		margin-top: 30px;
	}
}

@media screen and (max-width:400px) {
	.iNews .image {
		height: 240px;
	}
}


/* 1-1链接 */

.products {
	padding: 26px 0 80px 0;
}


.products .title1 {
	margin-bottom: 32px;
}


.productList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.productList .item {
	width: 49.09%;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	padding: 13px;
	background-color: #ffffff;
	border: 1px solid #E5E5E5;
}


.productList .item:hover {
	box-shadow: 0 10px 30px 0 rgba(5, 38, 60, 0.10);
	transform: translateY(-13px);
}


.productList .item:nth-child(-n+2) {
	margin-top: 0;
}


.productList .item .image {
	width: 290px;
	flex-shrink: 0;
	margin-right: 22px;
	overflow: hidden;
}

.productList .tit {
	color: #222222;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 12px;
	margin-top: 6px;
}

.productList .tit:hover {
	color: #FA661B;
}

.productList .txts {
	color: #555;
	font-size: 14px !important;
	line-height: 24px;
	min-height: 48px;
	margin-bottom: 36px;
}


.productList .btn {
	display: flex;
	align-items: center;
	color: #222;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

.productList .btn i {
	font-size: 18px;
	flex-shrink: 0;
	margin-right: 17px;
	font-weight: bold;
}


.productList .btn:hover,
.productList .btn:hover i {
	color: #FA661B;
}


.productList .msg {
	display: flex;
	flex:1;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


@media screen and (max-width:1820px) {
	.products .title1 {
		margin-bottom: 40px;
	}

	.productList .tit {
		margin-top: 0;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.productList .txts {
		margin-bottom: 20px;
	}

	.productList .item .image {
		width: 260px;
	}
}

@media screen and (max-width:1333px) {
	.productList .item {
		flex-direction: column;
		align-items: flex-start;
		padding: 15px;
	}

	.productList .item .image {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.productList .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.productList .item .image {
		width: 100%;
		max-width: 260px;
	}

	.productList .item .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}

@media screen and (max-width:999px) {
	.productList .tit {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width:538px) {
	.productList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.productList .item:nth-child(1) {
		margin-top: 0;
	}
}


/* 1-2连接 */

.productDet {
	padding: 26px 0 80px 0;
}

.productDet .title1 {
	margin-bottom: 21px;
}

.productDet .swiper .swiper-slide {
	height: auto;
	border: 1px solid #555555;
	background-color: #ffffff;
}


.productDet .swiper .tit {
	background: #555555;
	color: #FFF;
	font-size: 16px;
	height: 44px;
	display: flex;
	align-items: center;
	padding: 0 20px;
}

.productDet .swiper .checkList {
	padding: 21px 22px 24px;
}


.productDet .swiper .checkList ul {
	height: 209px;
	overflow: auto;
	padding-left: 1px;
	padding-right: 20px;
}

.productDet .swiper .checkList li {
	display: flex;
	align-items: center;
	margin-bottom: 26px;
}

.productDet .swiper .checkList li:last-child {
	margin-bottom: 0;
}


.productDet .swiper .checkList ul::-webkit-scrollbar {
	width: 17px;
	height: 6px;
	background-color: #F1F1F1;
}

.productDet .swiper .checkList ul::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}

.productDet .swiper .checkList ul::-webkit-scrollbar-track {
	background-color: transparent;
}

.productDet .swiper .checkList ul::-webkit-scrollbar-button:single-button:vertical:decrement {
	display: block;
	background-color: #090909;
	height: 16px;
	background: url("../images/sTarr.png");
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.productDet .swiper .checkList ul::-webkit-scrollbar-button:single-button:vertical:increment {
	display: block;
	background-color: #090909;
	height: 16px;
	background: url("../images/sBarr.png");
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}


.productDet .swiper .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 14px;
	height: 14px;
	outline: 1px solid #999;
	flex-shrink: 0;
	margin-right: 8px;
	overflow: hidden;
}


.productDet .swiper .checkBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 9;
}



.productDet .swiper .checkBtn.active {
	background-color: #FA661B;
	outline-color: #FA661B;
}


.productDet .swiper .checkBtn i {
	color: #ffffff;
	opacity: 0;
}

.productDet .swiper .checkBtn.active i {
	opacity: 1;
}

.productDet .swiper-scrollbar {
	background-color: rgba(0, 0, 0, .1);
	height: 10px;
	border-radius: 0;
	position: static;
	width: 100%;
	margin-top: 29px;
	cursor: pointer;
	transition: none;
}

.productDet .swiper-scrollbar .swiper-scrollbar-drag {
	border-radius: 0;
	background-color: #FA661B;
}


.productDet .subBtn {
	width: 107px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 16px;
	cursor: pointer;
	background-color: #0075C1;
	margin-top: 35px;
}


.productDet .subBtn:hover {
	background-color: #FA661B;
}



.productDet .filterList {
	margin-top: 80px;
}


.productDet .filterList>.item {
	background: #FFF;
	box-shadow: 0 10px 30px 0 rgba(5, 38, 60, 0.10);
	margin-top: 29px;
	display: flex;
	justify-content: space-between;
	padding: 18px 78px 18px 18px;
}


.productDet .filterList>.item:nth-child(1) {
	margin-top: 0;
}


.productDet .filterList .image {
	width: 303px;
	flex-shrink: 0;
	margin-right: 40px;
	overflow: hidden;
}

.productDet .filterList .image:hover img{
	transform: scale(1.1);
}

.productDet .filterList .msg {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.productDet .filterList .tit {
	color: #222;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 12px;
}


.productDet .filterList .txts {
	color: #555;
	font-size: 14px !important;
	line-height: 24px !important;
	margin-bottom: 18px;
}

.productDet .info {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.productDet .info .item {
	width: 16.66%;
	border-right: 1px solid #D9D9D9;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.productDet .info .name {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 20px;
	height: 50px;
	background: #666666;
	color: #FFFFFF;
	font-size: 16px;
	width: 100%;
}


.productDet .info .num {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 20px;
	height: 50px;
	background: #eeeeee;
	color: #555555;
	font-size: 16px;
	width: 100%;
}


.productDet .info .item:last-child {
	border-right: none;
}

.productDet .fileList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	width: 100%;
}

.productDet .fileList .item {
	width: 23.3%;
	margin-right: 1.2%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	padding: 0 9px 0 19px;
	background-color: #eeeeee;
}



.productDet .fileList .name {
	color: #222;
	font-size: 16px;
	line-height: 26px;
}


.productDet .fileList .btns {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-left: 20px;
}

.productDet .fileList .btns>a,
.productDet .fileList .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	background-color: #ffffff;
	cursor: pointer;
}


.productDet .fileList .btns>a {
	margin-right: 10px;
}

.productDet .fileList .btns>a:last-child {
	margin-right: 0;
}


.productDet .fileList .btns>div {
	margin-left: 10px;
}

.productDet .fileList .btns>div i {
	font-size: 12px;
	color: #555555;
	transform: rotate(180deg);
}

.productDet .fileList .btns>div.active i {
	transform: rotate(0);
}



.productDet .fileList .btns>a:hover img {
	transform: none;
	filter: grayscale(100%) brightness(500%);
}


.productDet .fileList .btns>a:hover,
.productDet .fileList .btns>div:hover {
	background-color: #FA661B;
}

.productDet .fileList .btns>div:hover i {
	color: #ffffff;
}


.productDet .modelSlides {
	position: absolute;
	top: 100%;
	width: 100%;
	background-color: #eeeeee;
	border-top: 1px solid rgba(85, 85, 85, .3);
	left: 0;
	padding: 17px 4px 23px 20px;
	display: none;
	transition: none;
	z-index: 99;
}


.productDet .modelSlides ul {
	overflow: auto;
	height: 139px;
	padding-right: 4px;
}




.productDet .modelSlides li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}


.productDet .modelSlides li:last-child {
	margin-bottom: 0;
}

.productDet .modelSlides .fileName {
	color: #222;
	font-size: 14px !important;
	line-height: 24px !important;
}


.productDet .modelSlides .btn {
	width: 31px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}

.productDet .modelSlides .btn img {
	display: block;
}

.productDet .modelSlides .btn:hover {
	background-color: #FA661B;
}


.productDet .modelSlides .btn:hover img {
	filter: grayscale(100%) brightness(500%);
}


.productDet .modelSlides ul::-webkit-scrollbar {
	width: 12px;
	height: 6px;
	background-color: #ffffff;
}

.productDet .modelSlides ul::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}

.productDet .modelSlides ul::-webkit-scrollbar-track {
	background-color: transparent;
}

.productDet .modelSlides ul::-webkit-scrollbar-button:single-button:vertical:decrement {
	display: block;
	background-color: #090909;
	height: 12px;
	background: url("../images/sTarr.png");
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

.productDet .modelSlides ul::-webkit-scrollbar-button:single-button:vertical:increment {
	display: block;
	background-color: #090909;
	height: 12px;
	background: url("../images/sBarr.png");
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}


@media screen and (max-width:1820px) {
	.productDet .title1 {
		margin-bottom: 40px;
	}

	.productDet .swiper .checkList ul::-webkit-scrollbar {
		width: 14px;
		height: 6px;
		background-color: #F1F1F1;
	}

	.productDet .swiper .checkList ul::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
	}

	.productDet .swiper .checkList ul::-webkit-scrollbar-track {
		background-color: transparent;
	}

	.productDet .swiper .checkList ul::-webkit-scrollbar-button:single-button:vertical:decrement {
		height: 14px;
	}

	.productDet .swiper .checkList ul::-webkit-scrollbar-button:single-button:vertical:increment {
		height: 14px;
	}

	.productDet .swiper .tit {
		height: 40px;
	}

	.productDet .subBtn {
		height: 40px;
	}

	.productDet .filterList {
		margin-top: 60px;
	}

	.productDet .filterList .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.productDet .filterList>.item {
		padding: 15px;
	}

	.productDet .fileList .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 10px;
	}

	.productDet .fileList .item:nth-child(3n) {
		margin-right: 0;
	}

	.productDet .fileList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.productDet .fileList .item {
		padding: 8px;
		height: auto;
	}

	.productDet .info .item {
		width: 33.333%;
	}

	.productDet .info .name,
	.productDet .info .num {
		height: 38px;
	}

	.productDet .modelSlides {
		padding: 20px 10px;
	}

	.productDet .modelSlides ul::-webkit-scrollbar {
		width: 10px;
	}

	.productDet .modelSlides ul::-webkit-scrollbar-button:single-button:vertical:decrement {
		height: 10px;
	}

	.productDet .modelSlides ul::-webkit-scrollbar-button:single-button:vertical:increment {
		height: 10px;
	}

	.productDet .fileList .btns>a,
	.productDet .fileList .btns>div {
		width: 28px;
		height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.productDet .swiper .checkList {
		padding: 20px;
	}

	.productDet .swiper .checkList ul {
		padding-right: 5px;
	}

	.productDet .filterList>.item {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
		width: 48%;
		margin-top: 30px;
	}

	.productDet .filterList>.item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productDet .filterList .image {
		width: 100%;
		max-width: 300px;
		margin-bottom: 20px;
		margin-right: 0;
	}

	.productDet .filterList .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.productDet .filterList .msg {
		flex: none;
		width: 100%;
	}

	.productDet .info .item {
		width: 50%;
	}

	.productDet .fileList {
		justify-content: space-between;
	}

	.productDet .fileList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 10px;
	}

	.productDet .fileList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productDet .filterList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.productDet .info .name,
	.productDet .info .num,
	.productDet .fileList .name {
		font-size: 14px;
	}
}

@media screen and (max-width:999px) {
	.productDet .filterList>.item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.productDet .filterList>.item:nth-child(1) {
		margin-top: 0;
	}

	.productDet .info .item {
		width: 33.333%;
	}

	.productDet .swiper .checkList .name {
		font-size: 14px;
	}

	.productDet .swiper-scrollbar {
		height: 6px;
	}

	.productDet .subBtn {
		height: 36px;
	}

	.productDet .swiper .tit {
		height: 36px;
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.productDet .filterList .image {
		max-width: 260px;
	}
}

@media screen and (max-width:538px) {
	.productDet .info .item {
		width: 50%;
	}

	.productDet .fileList .item:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.productDet .fileList .item:nth-child(1) {
		margin-top: 0;
	}
}


/* 2-1解决方案 */


.solution {
	padding: 26px 0 80px 0;
}

.solution .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.solution .list .item {
	width: 49.09%;
	position: relative;
	margin-top: 30px;
}


.solution .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.solution .list .item:hover .msg {
	background-color: #FA661B;
}



.solution .list .msg {
	position: absolute;
	width: 100%;
	padding: 15px 30px;
	background: rgba(0, 0, 0, 0.50);
	display: flex;
	align-items: center;
	justify-content: space-between;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

.solution .list .item:hover .name {
	color: #ffffff;
}

.solution .list .name {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.solution .list .name:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.solution .list .btn {
	display: flex;
	align-items: center;
	color: #FFF;
	line-height: 26px;
	opacity: 0;
	flex-shrink: 0;
	margin-left: 30px;
}

.solution .list .btn i {
	font-size: 20px;
	flex-shrink: 0;
	margin-left: 31px;
}

.solution .list .item:hover .btn {
	opacity: 1;
}


.solution .list .image {
	overflow: hidden;
}

.solution .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.solution .list .image:hover img {
	transform: none;
}

@media screen and (max-width:1560px) {
	.solution .list .name {
		font-size: 18px;
		line-height: 28px;
	}

	.solution .list .msg {
		padding: 15px 20px;
	}
}

@media screen and (max-width:1333px) {
	.solution .list .name {
		font-size: 16px;
		line-height: 26px;
	}

	.solution .list .msg {
		padding: 12px 20px;
	}

	.solution .list .btn i {
		font-size: 18px;
		margin-left: 20px;
	}
}

@media screen and (max-width:999px) {
	.solution .list .msg {
		pointer-events: all;
		position: static;
		background-color: #FA661B;
		padding: 10px 15px;
	}

	.solution .list .name {
		font-size: 14px;
		line-height: 26px;
	}

	.solution .list .btn {
		opacity: 1;
	}

	.solution .list .btn i {
		font-size: 16px;
		margin-left: 14px;
	}
}


@media screen and (max-width:538px) {
	.solution .list .btn {
		font-size: 0 !important;
	}

	.solution .list .btn i {
		margin-left: 0;
	}
}

@media screen and (max-width:400px) {
	.solution .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.solution .list .item:nth-child(1) {
		margin-top: 0;
	}

	.solution .list .image {
		height: 240px;
	}
}




/* 3-1资源 */


.aboutUs {
	padding: 26px 0 81px 0;
}

.aboutUs .image {
	float: left;
	width: 48.97%;
	margin-right: 5.6%;
}

.aboutUs .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.aboutUs .title1 {
	margin-bottom: 20px;
}

.aboutUs .tips {
	color: #222222;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 25px;
}


.aboutUs .txts {
	width: 95.5%;
}

.aboutUs .txts p strong {
	font-size: 20px;
	font-weight: 700;
	color: #222222;
}


.aboutUs .msg {
	padding-top: 22px;
}


.corporateCulture {
	padding: 40px 0 40px 0;
	background-color: #555;
}

.corporateCulture .title1 {
	text-align: center;
	margin-bottom: 45px;
	color: #ffffff;
}

.corporateCulture .safeRange {
	max-width: 1920px;
	width: 100%;
}


.corporateCulture .list {
	display: flex;
	flex-wrap: wrap;
}

.corporateCulture .list .item {
	width: 25%;
	padding: 30px 65px 30px;
	border-right: 1px solid rgba(255, 255, 255, .2);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}



.corporateCulture .list .item:nth-child(4n) {
	border-right: none;
}


.corporateCulture .list .tit {
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 700;
}

.corporateCulture .list .txts {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	margin-bottom: 30px;
}

.corporateCulture .list .sign {
	margin: 0 auto;
	width: 42px;
}



.certificate>div {
	padding: 75px 0 77px 0;
}


.certificate>div:nth-child(2n) {
	background-color: #E2EDF3;
}

.certificate .title1 {
	text-align: center;
	margin-bottom: 25px;
}


.certificate .tips {
	text-align: center;
	margin-bottom: 37px;
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}
.certificate .tips{
	background-color: #666666;
	padding: 5px 20px;
}


.certificate .tips p{
	color: #ffffff;
}


.certificate .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.certificate .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.certificate .swiper-slide .image {
	display: flex;
	align-items: center;
	justify-content: center;
}


.certificate .swiper-slide .image:hover img {
	transform: none;
}


.certificate .swiper-slide .box {
	position: relative;
	margin-bottom: 24px;
}

.certificate .swiper-slide .sign {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	z-index: 9;
	background-color: rgba(0, 0, 0, .5);
	pointer-events: none;
	opacity: 0;
}

.certificate .swiper-slide .box:hover .sign {
	opacity: 1;
}

.certificate .swiper-slide .sign img {
	width: 56px;
}


.certificate .name {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #555;
}


.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid #0075C1;
	background-color: #0075C1;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
}


.sBtns>div:hover {
	background-color: #FA661B;
	border-color: #FA661B;
	color: #ffffff;

}

.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}


.swiperBox {
	position: relative;
}

.swiperBox .sBtns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}


.swiperBox .sBtns>div.prev {
	left: -85px;
}

.swiperBox .sBtns>div.next {
	right: -85px;
}


.certificate .swiperBox .sBtns{
	display: flex;
	align-items: center;
	justify-content: center;
}

.certificate .swiperBox .sBtns>div {
	position: static;
	transform: translateX(0);
	margin-top: 30px;
}

.certificate .swiperBox .sBtns>div.prev{
	margin-right: 20px;
}

@media screen and (max-width:1820px) {
	.aboutUs .msg {
		padding-top: 0;
	}

	.aboutUs .title1 {
		margin-bottom: 30px;
	}

	.aboutUs .txts p strong {
		font-size: 18px;
	}

	.corporateCulture .list .item {
		padding: 50px 30px;
	}

	.corporateCulture .list .tit {
		font-size: 26px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	.corporateCulture .list .txts {
		margin-bottom: 40px;
	}

	.certificate .title1 {
		margin-bottom: 30px;
	}

	.certificate .swiper-slide .sign img {
		width: 50px;
	}

	.certificate .swiper-slide .box {
		margin-bottom: 20px;
	}

	.swiperBox .sBtns>div.prev {
		left: -70px;
	}

	.swiperBox .sBtns>div.next {
		right: -70px;
	}
}

@media screen and (max-width:1333px) {
	.corporateCulture .title1 {
		margin-bottom: 40px;
	}

	.corporateCulture .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.corporateCulture .list .sign {
		width: 38px;
	}

	.corporateCulture .list .item {
		padding: 30px 20px;
	}

	.sBtns>div {
		width: 40px;
		height: 40px;
	}

	.swiperBox .sBtns>div.prev {
		left: -60px;
	}

	.swiperBox .sBtns>div.next {
		right: -60px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .txts p strong {
		font-size: 16px;
	}

	.corporateCulture .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.corporateCulture .list .sign {
		width: 35px;
	}

	.sBtns>div {
		width: 36px;
		height: 36px;
		font-size: 12px;
		border-width: 1px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-top: 30px;
		height: 380px;
	}

	.aboutUs>div {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.corporateCulture .list .item {
		width: 50%;
		padding: 20px;
		margin-top: 30px;
	}

	.corporateCulture .list .item:nth-child(2n) {
		border: none;
	}

	.corporateCulture .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.corporateCulture .list .txts {
		margin-bottom: 30px;
	}

	.certificate .tips {
		margin-bottom: 30px;
	}

	.certificate .swiper-slide .box {
		margin-bottom: 15px;
	}

	.swiperBox .sBtns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.swiperBox .sBtns>div {
		position: static;
		margin-top: 20px;
		transform: translateX(0);
	}

	.swiperBox .sBtns>div.prev {
		margin-right: 20px;
	}
        .certificate .swiperBox .sBtns>div {
		margin-top: 20px;
	}
}

@media screen and (max-width:400px) {
	.aboutUs .image {
		height: 340px;
	}

	.corporateCulture .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.corporateCulture .list .item:nth-child(1) {
		margin-top: 0;
	}
}



/* 3-2 新闻中心*/


.news {
	padding: 26px 0 75px 0;
}


.news .title1 {
	margin-bottom: 27px;
}

.news .newNav {
	background-color: #EEE;
	margin-bottom: 58px;
	padding: 0 21px;
}


.news .newNav .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.news .newNav .swiper-slide {
	width: auto;
	margin-right: 60px;
}

.news .newNav a {
	display: block;
	padding: 24.5px 0;
	position: relative;
}

.news .newNav a::after {
	content: "";
	position: absolute;
	bottom: -1px;
	height: 3px;
	width: 0;
	background-color: #FA661B;
	transition: .4s ease all;
	left: 50%;
	transform: translateX(-50%);
}


.news .newNav .swiper-slide.active a:after,
.news .newNav .swiper-slide a:hover:after {
	width: 100%;
}


.news .list {
	margin-bottom: 62px;
}

.news .list .item {
	display: flex;
	justify-content: space-between;
	padding-bottom: 53px;
	margin-bottom: 54px;
	border-bottom: 1px solid #D9D9D9;
}


.news .list .item:last-child {
	margin-bottom: 0;
}

.news .list .image {
	overflow: hidden;
	flex-shrink: 0;
	width: 448px;
	margin-right: 55px;
}

.news .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.news .list .box {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 53px 0 30px 0;
}


.news .list .tit {
	color: #222222;
	font-size: 26px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 34px;
}

.news .list .tit:hover {
	color: #FA661B;
}

.news .list .txts {
	color: #555;
	line-height: 30px;
	margin-bottom: 52px;
}

.news .list .btn {
	display: flex;
	align-items: center;
	color: #222222;
	font-size: 16px;
	line-height: 26px;
}

.news .list .btn i {
	font-size: 20px;
	flex-shrink: 0;
	margin-right: 10px;
}

.news .list .btn:hover,
.news .list .btn:hover i{
	color: #FA661B;
}

.news .list .time {
	flex-shrink: 0;
	margin-left: 12%;
	transform: translateY(-17px);
}

.news .list .time .day {
	color: #555;
	font-family: "Microsoft YaHei";
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 1px;
}

.news .list .year {
	color: #555555;
	font-size: 16px;
	line-height: 26px;
}


@media screen and (max-width:1820px) {
	.news .title1 {
		margin-bottom: 40px;
	}

	.news .newNav a {
		padding: 20px 0;
	}

	.news .list .box {
		padding: 0;
	}

	.news .list .image {
		width: 400px;
		margin-right: 40px;
	}

	.news .list .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.news .list .txts {
		margin-bottom: 30px;
	}

	.news .list .time {
		transform: translateY(0);
		margin-left: 10%;
	}

	.news .list .item {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}

}

@media screen and (max-width:1333px) {
	.news .newNav a {
		padding: 16px 0;
	}

	.news .newNav {
		margin-bottom: 40px;
	}

	.news .list .image {
		width: 320px;
		margin-right: 30px;
	}

	.news .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.news .list .item {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.news .list .time .day {
		font-size: 30px;
		line-height: 40px;
	}

	.news .list {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:999px) {
	.news .newNav a {
		font-size: 14px;
	}

	.news .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.news .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 0;
	}

	.news .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.news .list .image {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.news .list .tit {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 20px;
		-webkit-line-clamp: 2;
	}

	.news .list .txts {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 26px;
	}

	.news .list .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.news .list .time {
		margin-left: 0;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-top: 20px;
	}

	.news .list .time .day {
		margin-bottom: 0;
		margin-right: 10px;
	}

	.news .list .btn i {
		font-size: 18px;
	}

	.news .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.news .title1 {
		margin-bottom: 30px;
	}

	.news .newNav .swiper-slide {
		margin-right: 50px;
	}

	.news .list .tit {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.news .list .time .day {
		font-size: 26px;
	}

	.news .list .year {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:400px) {
	.news .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.news .list .item:nth-child(1) {
		margin-top: 0;
	}

	.news .list .image {
		height: 240px;
	}
}


/* 3-3新闻中心 */

.newDet {
	padding: 84px 0 81px 0;
}


.newDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 74px;
}


.newDet .describe {
	width: 72.28%;
}

.newDet .newSlides {
	width: 24%;
}


.newDet h1 {
	color: #222222;
	font-size: 30px;
	font-weight: 700;
	line-height: 42px;
	margin-bottom: 14px;
}


.newDet .line {
	height: 1px;
	width: 100%;
	background-color: #D9D9D9;
	margin-bottom: 46px;
}


.newDet .tips {
	display: flex;
	align-items: center;
	margin-bottom: 27px;
}



.newDet .time {
	color: #555;
	font-size: 16px;
	line-height: 26px;
	flex-shrink: 0;
	margin-right: 66px;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	color: #555;
	font-size: 16px;
	line-height: 26px;
	flex-shrink: 0;
	margin-right: 17px;
}


.newDet .des p em {
	font-style: normal;
	color: #222222;
}

.newDet .des {
	margin-bottom: 50px;
	width: 92%;
}

.newSlides .title {
	color: #222;
	font-size: 30px;
	font-weight: 700;
	line-height: 42px;
	margin-bottom: 28px;
}

.newSlides .list .item {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 24px;
	margin-bottom: 25px;
	align-items: center;
}

.newSlides .list .item:last-child {
	margin-bottom: 0;
}

.newSlides .list .image {
	overflow: hidden;
	width: 176px;
	flex-shrink: 0;
	margin-right: 23px;
}


.newSlides .list .box {
	flex: 1;
}

.newSlides .list .tit {
	color: #222;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 13px;
}

.newSlides .list .time {
	color: #999;
	font-size: 14px !important;
	line-height: 24px;
}



.newSlides .list .tit:hover {
	color: #FA661B;
}





.prevOrNext {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 26px 0 31px 0;
}


.prevOrNext div,
.prevOrNext a {
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.prevOrNext div {
	color: #555555;
}

.prevOrNext a {
	color: #222222;
}

.prevOrNext a:hover {
	color: #FA661B;
}


.prevOrNext .prev {
	margin-bottom: 14px;
}


.hotProducts .title1 {
	color: #222;
	font-size: 40px;
	font-weight: 700;
	line-height: 52px;
	margin-bottom: 46px;
}


.hotProducts .image {
	overflow: hidden;
	margin-bottom: 38px;
}

.hotProducts .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.hotProducts .msg {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 25px 0 30px 0;
}

.hotProducts .msg .tit {
	color: #222;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}


.hotProducts .msg .tit:hover {
	color: #FA661B;
}


.hotProducts .msg .btn {
	font-size: 23px;
	flex-shrink: 0;
	margin-left: 20px;
}

.hotProducts .msg .btn:hover {
	color: #FA661B;
}

.hotProducts .pBtns>div {
	top: calc(50% - 62px);
}


@media screen and (max-width:1820px) {

	.newDet h1,
	.newSlides .title {
		font-size: 28px;
		line-height: 40px;
	}

	.newDet h1 {
		margin-bottom: 40px;
	}

	.newSlides .title {
		margin-bottom: 40px;
	}

	.newSlides .list .image {
		width: 160px;
	}

	.prevOrNext {
		padding: 20px 0;
	}

	.newDet .line {
		margin-bottom: 40px;
	}

	.newDet .des {
		width: 100%;
	}

	.newDet .describe {
		width: 66%;
	}

	.newDet .newSlides {
		width: 28%;
	}

	.newDet .con {
		margin-bottom: 60px;
	}

	.hotProducts .image {
		margin-bottom: 30px;
	}

	.hotProducts .msg {
		padding: 20px 0;
	}

	.hotProducts .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.hotProducts .msg .btn {
		font-size: 20px;
	}

	.hotProducts .pBtns>div {
		top: calc(50% - 50px);
	}
}

@media screen and (max-width:1333px) {
	.newDet .time {
		margin-right: 40px;
	}

	.newSlides .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.newSlides .list .image {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.newSlides .list .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.newDet h1,
	.newSlides .title {
		font-size: 24px;
		line-height: 34px;
	}

	.newDet .newSlides {
		width: 22%;
	}

	.newDet .describe {
		width: 74%;
	}

	.newDet .con {
		margin-bottom: 50px;
	}

	.hotProducts .image {
		margin-bottom: 20px;
	}

	.hotProducts .msg {
		padding: 12px 0;
	}

	.hotProducts .msg .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.hotProducts .title1 {
		margin-bottom: 40px;
	}

	.hotProducts .pBtns>div {
		top: calc(50% - 40px);
	}

	.newSlides .list .time {
		margin-bottom: 0;
	}
}

@media screen and (max-width:999px) {
	.newDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .describe {
		width: 100%;
		margin-bottom: 50px;
	}

	.newDet h1,
	.newSlides .title {
		font-size: 22px;
		line-height: 30px;
	}

	.prevOrNext div,
	.prevOrNext a {
		font-size: 14px;
		line-height: 26px;
	}

	.newDet .newSlides {
		width: 100%;
	}

	.newSlides .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.newSlides .list .item:nth-child(n) {
		width: 48%;
		margin-top: 30px;
		margin-bottom: 0;
	}

	.newSlides .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.share span {
		font-size: 14px;
		line-height: 24px;
		margin-right: 10px;
	}

	.newDet .line {
		margin-bottom: 30px;
	}

	.newSlides .list .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.newSlides .title {
		margin-bottom: 30px;
	}

	.hotProducts .title1 {
		margin-bottom: 30px;
	}

	.hotProducts .msg .tit {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {

	.newDet h1,
	.newSlides .title {
		font-size: 20px;
		line-height: 30px;
	}

	.newDet h1 {
		margin-bottom: 30px;
	}

	.newDet .describe {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.newDet .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .time {
		margin-right: 0;
		margin-bottom: 10px;
	}

}


@media screen and (max-width:400px) {
	.hotProducts .image {
		height: 240px;
	}

	.newSlides .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.newSlides .list .item:nth-child(1) {
		margin-top: 0;
	}

	.newSlides .list .image {
		height: 240px;
	}
}


/* 4-1联系 */


.contactUs {
	padding: 26px 0 75px 0;
}

.contactUs .title1 {
	margin-bottom: 33px;
}

.contactUs .cForm {
	margin-bottom: 79px;
}


.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: 64px;
	width: 49.5%;
	margin-top: 12px;
	padding: 0 27px;
	border-radius: 5px;
	border: 1px solid #D2D2D2;
	background: rgba(255, 255, 255, 0.05);
}

.cForm ul li:nth-child(-n+2) {
	margin-top: 0;
}

.cForm ul li.message {
	width: 100%;
	height: 152px;
	padding: 14px 27px;
}

.cForm ul li.message.must::after {
	top: 14px;
}


.cForm ul li.must {
	position: relative;
}


.cForm ul li.must::after {
	content: "*";
	position: absolute;
	top: 18px;
	left: 14px;
	font-size: 18px;
	line-height: 26px;
	color: #ff000b;
}

.cForm ul li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cForm ul li.code input {
	flex: 1;
	padding: 0 27px;
}

.cForm ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	background-color: #f3fbfe;
	width: 81px;
	height: 39px;
	margin-right: 15px;
}



.cForm ul li.code .codeImg img {
	height: 100%;
}

.cForm ul li.subBtn {
	padding: 0;
	border: none;
}

.cForm ul li.subBtn input {
	background-color: #0075C1;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	border-radius: 5px;
}


.cForm ul li.subBtn input:hover {
	background-color: #FA661B;
}


.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 18px;
	color: #666666;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 18px;
	color: #666666;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 18px;
	color: #666666;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 18px;
	color: #666666;
}


.contactUs .list {
	display: flex;
	flex-wrap: wrap;
}


.contactUs .list .item {
	width: 24.09%;
	margin-right: 1.213%;
	margin-top: 59px;
}

.contactUs .list .item:nth-child(4n) {
	margin-right: 0;
}


.contactUs .list .item:nth-child(-n+4) {
	margin-top: 0;
}

.contactUs .list .image {
	margin-bottom: 27px;
}

.contactUs .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.contactUs .list .tit {
	color: #000;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
}


.contactUs .list .line {
	width: 100%;
	height: 1px;
	background-color: #555;
	margin-bottom: 20px;
}

.contactUs .list .name,
.contactUs .list .num {
	display: inline;
	color: #24201C;
	font-size: 16px;
	line-height: 30px;
}

.contactUs .list a.num:hover {
	color: #FA661B;
}

.contactUs .list .email .num {
	word-break: break-all;
}


@media screen and (max-width:1820px) {
	.contactUs .title1 {
		margin-bottom: 40px;
	}

	.cForm ul li {
		height: 56px;
	}

	.cForm ul li.must::after {
		top: 16px;
	}

	.contactUs .cForm {
		margin-bottom: 60px;
	}

	.contactUs .list .tit {
		font-size: 16px;
	}
}

@media screen and (max-width:1333px) {
	.cForm ul li {
		height: 50px;
		width: 48%;
	}

	.cForm ul li.must::after {
		top: 14px;
	}

	.contactUs .list .item:nth-child(n) {
		width: 31%;
		margin-right: 3.5%;
		margin-top: 30px;
	}

	.contactUs .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.contactUs .list .item:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.cForm ul li {
		height: 45px;
	}

	.cForm ul li.must::after {
		top: 12px;
	}

	.contactUs .cForm {
		margin-bottom: 50px;
	}

	.contactUs .list {
		justify-content: space-between;
	}

	.contactUs .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.contactUs .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactUs .list .image {
		margin-bottom: 20px;
	}

	.contactUs .list .name,
	.contactUs .list .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .list .tit {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .cForm {
		margin-bottom: 40px;
	}

	.contactUs .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.cForm ul li.code .codeImg {
		margin-right: 0px;
		width: 65px;
		height: 30px;
	}

	.cForm ul li {
		height: 40px;
		padding: 0 20px;
	}

	.cForm ul li.must::after {
		top: 10px;
		left: 8px;
	}

	.cForm ul li.code input {
		padding: 0 20px;
	}

	.cForm ul li.message {
		padding: 14px 20px;
	}
}

@media screen and (max-width:400px) {
	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 12px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}

	.contactUs .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.contactUs .list .item:nth-child(1) {
		margin-top: 0;
	}
}



/* 5-1投资者关系 */

.downloadPiece {
	padding: 26px 0 76px 0;
}

.downloadPiece .title1 {
	margin-bottom: 54px;
}


.downloadPiece .list {
	margin-bottom: 45px;
}

.downloadPiece .list .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 26px;
	background: #F7F7F7;
	padding: 29.5px 27px;
}

.downloadPiece .list .item:last-child {
	margin-bottom: 0;
}


.downloadPiece .list .name {
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
}


.downloadPiece .list .name:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.downloadPiece .list .item:hover {
	background-color: #FA661B;
}

.downloadPiece .list .item:hover .name {
	color: #ffffff;
}


.downloadPiece .list .btn {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	color: #333333;
	margin-left: 30px;
}


.downloadPiece .list .btn i {
	color: #555555;
	font-weight: bold;
	flex-shrink: 0;
	margin-left: 16px;
	font-size: 22px;
}


.downloadPiece .list .btn:hover span {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.downloadPiece .list .item:hover .btn {
	color: #ffffff;
}


.downloadPiece .list .item:hover .btn i {
	color: #ffffff;
}

@media screen and (max-width:1820px) {
	.downloadPiece .list .item {
		padding: 20px 30px;
	}
}

@media screen and (max-width:1333px) {
	.downloadPiece .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.downloadPiece .list .name {
		font-size: 14px;
		line-height: 26px;
	}

	.downloadPiece .list .btn i {
		font-size: 20px;
	}

	.downloadPiece .list .item {
		padding: 15px 20px;
	}

	.downloadPiece .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.downloadPiece .title1 {
		margin-bottom: 30px;
	}
}



/* 5-2service */

.service {
	padding: 26px 0 81px 0;
}

.service .title1 {
	margin-bottom: 27px;
}

.service .tips {
	color: #222222;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 52px;
	width: 81%;
}

.service .list .clear {
	display: none;
}


.service .list .item {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.service .list .item:last-child {
	margin-bottom: 0;
}


.service .list .image {
	width: 47.83%;
}


.service .list .msg {
	width: 47.1%;
	padding-bottom: 48px;
}

.service .list .tit {
	color: #222222;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	margin-bottom: 33px;
}


.service .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}

@media screen and (max-width:1560px) {
	.service .title1 {
		margin-bottom: 30px;
	}

	.service .tips {
		width: 100%;
		margin-bottom: 60px;
	}

	.service .list .msg {
		padding-bottom: 0;
	}

	.service .list .tit {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.service .list .item {
		display: block;
	}

	.service .tips {
		margin-bottom: 40px;
	}

	.service .list .item:nth-child(2n-1) .image {
		float: left;
		margin-right: 5%;
	}

	.service .list .item:nth-child(2n) .image {
		float: right;
		margin-left: 5%;
	}

	.service .list .msg {
		width: 100%;
	}

	.service .list .tit {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.service .list .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:538px) {
	.service .list .item:nth-child(n) {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.service .list .item:nth-child(n) .image {
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}

}


/* 6-1个人中心-登录 */


.personalCenter {
	background-image: url("../images/personalCenterBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 950px;
	display: flex;
	align-items: center;
	padding: 80px 0 80px 0;
}


.login {
	width: 100%;
	max-width: 1163px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


.login .show {
	width: 45.9%;
	background-color: rgba(255, 255, 255, .6);
	padding: 50px 46px 92px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.login .show .image {
	margin-bottom: 21px;
	width: 281px;
}



.login .show .companyName {
	color: #0075C1;
	font-size: 32px;
	font-weight: 700;
	line-height: 44px;
}


.login .personalForm {
	width: 54.1%;
	background-color: #ffffff;
	padding: 50px 56px 66px 47px;
}

.pTit {
	position: relative;
	color: #000;
	font-size: 32px;
	font-weight: 700;
	line-height: 44px;
}


.pTit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -16px;
	width: 24px;
	height: 3px;
	background-color: #0075C1;
}


.personalForm .pTit {
	margin-bottom: 56px;
}


.personalForm .name {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 9px;
}

.personalForm .list li {
	margin-top: 25px;
}

.personalForm .list li:nth-child(1) {
	margin-top: 0;
}

.personalForm input {
	width: 100%;
	height: 100%;
	background-color: transparent;
}


.personalForm .fillIn {
	height: 62px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	padding: 0 14px;
}


.personalForm .fillIn.active {
	border-color: #0075C1;
}


.personalForm .list .remember {
	display: flex;
	align-items: center;
	margin-top: 28px;
}

.personalForm .remember .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 13px;
	height: 13px;
	border-radius: 2px;
	outline: 1px solid #D9D9D9;
	background: #FFF;
	flex-shrink: 0;
	margin-right: 10px;
	color: #555;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
}


.personalForm .remember .checkBtn i {
	font-size: 12px;
	color: #222222;
	opacity: 0;
}

.personalForm .remember .checkBtn.active i {
	opacity: 1;
}


.personalForm .remember .checkBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 9;
}


.personalForm .list .subBtn {
	margin-top: 31px;
}

.personalForm .subBtn input {
	width: 100%;
	height: 59px;
	flex-shrink: 0;
	border-radius: 4px;
	background: #0075C1;
	overflow: hidden;
	color: #FFF;
	font-size: 16px;
	cursor: pointer;
}

.personalForm .subBtn input:hover {
	background-color: #FA661B;
}


.personalForm .list .btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
}

.personalForm .list .btns a {
	color: #555;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	line-height: 30px;
}


.personalForm .list .btns a:nth-child(1) {
	color: #0075C1;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-underline-offset: 19%;
	text-underline-position: from-font;
}

.personalForm .list .btns a:nth-child(n):hover {
	color: #FA661B;
}

.personalCenter input::-webkit-input-placeholder,
.personalCenter textarea::-webkit-input-placeholder {
	color: #CCC;
	font-size: 16px;
}

.personalCenter input:-moz-placeholder,
.personalCenter textarea:-moz-placeholder {
	color: #CCC;
	font-size: 16px;
}

.personalCenter input::-moz-placeholder,
.personalCenter textarea::-moz-placeholder {
	color: #CCC;
	font-size: 16px;
}

.personalCenter input:-ms-input-placeholder,
.personalCenter textarea:-ms-input-placeholder {
	color: #CCC;
	font-size: 16px;
}


@media screen and (max-width:1820px) {

	.login .personalForm,
	.login .show {
		padding: 40px;
	}

	.pTit,
	.login .show .companyName {
		font-size: 28px;
		line-height: 38px;
	}

	.personalForm .pTit {
		margin-bottom: 50px;
	}

	.personalForm .fillIn,
	.personalForm .subBtn input {
		height: 50px;
	}

	.personalForm .list .btns {
		margin-top: 20px;
	}

	.personalCenter {
		min-height: 760px;
	}

	.login .show .image {
		width: 240px;
	}
}

@media screen and (max-width:1333px) {

	.login .personalForm,
	.login .show {
		padding: 40px 30px;
	}

	.login .show .image {
		width: 210px;
	}

	.pTit,
	.login .show .companyName {
		font-size: 24px;
		line-height: 36px;
	}

	.personalForm .fillIn,
	.personalForm .subBtn input {
		height: 45px;
	}
}

@media screen and (max-width:999px) {
	.personalCenter {
		min-height: 650px;
	}

	.pTit,
	.login .show .companyName {
		font-size: 22px;
		line-height: 30px;
	}

	.personalForm .name {
		font-size: 14px;
		line-height: 24px;
	}

	.personalForm .fillIn,
	.personalForm .subBtn input {
		height: 40px;
	}

	.personalForm .list .remember {
		font-size: 14px;
		line-height: 26px;
		margin-top: 20px;
	}

	.personalForm .list li {
		margin-top: 20px;
	}

	.personalForm .pTit {
		margin-bottom: 40px;
	}

	.personalForm .list .btns a {
		font-size: 14px;
		line-height: 26px;
	}

	.login .show .image {
		width: 180px;
	}
}

@media screen and (max-width:768px) {

	.login .personalForm,
	.login .show {
		padding: 30px 20px;
	}

	.login .show .image {
		width: 160px;
	}

	.pTit,
	.login .show .companyName {
		font-size: 20px;
	}

	.personalForm .fillIn,
	.personalForm .subBtn input {
		height: 36px;
	}
}

@media screen and (max-width:538px) {
	.login {
		flex-direction: column;
		align-items: flex-start;
	}

	.login .personalForm {
		width: 100%;
	}

	.login .show {
		width: 100%;
	}
}


/* 6-2个人中心-注册 */

.personalCenter .register {
	background-color: #ffffff;
	padding: 55px 73px 67px 60px;
	max-width: 1163px;
	margin: 0 auto;
}

.register .pTit {
	margin-bottom: 49px;
}


.register .personalForm .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.register .personalForm .list li {
	margin-top: 16.5px;
	width: 48.2%;
}

.register .personalForm .list .fillIn {
	border-color: #B2B2B2;
	padding: 0 14px;
}

.register .personalForm .list .fillIn.active {
	border-color: #0075C1;
}

.register .personalForm .list li:nth-child(-n+2) {
	margin-top: 0;
}

.register .personalForm .list li.subBtn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 46px;
	height: 58px;
}

.register .personalForm .list li.subBtn input {
	max-width: 526px;
	height: 100%;
}




.personalCenter form ul .m-formcountry {
	position: relative;
}

.personalCenter form ul .m-formcountry .drop-btn {
	position: relative;
}

.personalCenter form ul .m-formcountry .drop-btn i,
.personalCenter form ul .m-formcountry .drop-btn svg {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
	font-weight: bold;
}

.personalCenter form ul .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: #FA661B rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

.personalCenter form ul .m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.personalCenter form ul .m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

.personalCenter form ul .m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #FA661B;
}

.personalCenter form ul .m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	width: 100%;
	padding: 5px 14px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	margin: 0;
}

.personalCenter form ul .m-formcountry .drop-list li.on {
	background-color: #FA661B;
	color: #ffffff;
}

@media screen and (max-width:1820px) {
	.personalCenter .register {
		padding: 50px;
	}

	.personalForm .fillIn,
	.register .personalForm .list li.subBtn {
		height: 45px;
	}

	.register .pTit {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {

	.personalForm .fillIn,
	.register .personalForm .list li.subBtn {
		height: 40px;
	}

	.register .personalForm .list li.subBtn {
		margin-top: 40px;
	}

	.register .personalForm .list li.subBtn input {
		max-width: 400px;
	}
}

@media screen and (max-width:999px) {

	.personalForm .fillIn,
	.register .personalForm .list li.subBtn {
		height: 36px;
	}

	.register .personalForm .list li.subBtn input {
		max-width: 300px;
	}
	.personalCenter .register{
		padding: 40px;
	}
	.personalCenter form ul .m-formcountry .drop-list li{
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.register .personalForm .list li.subBtn input {
		max-width: 280px;
	}
	.personalCenter .register{
		padding: 30px 20px;
	}
}

@media screen and (max-width:450px) {
	.register .personalForm .list li:nth-child(n){
		width: 100%;
		margin-top: 12px;
	}
	.register .personalForm .list li:nth-child(1){
		margin-top: 0;
	}
	.register .personalForm .list li.subBtn input {
		max-width: 100%;
	}
	.register .personalForm .list li.subBtn{
		margin-top: 30px;
	}
}

/* 6-3个人中心-忘记密码 */


.forgetPassword {
	max-width: 1163px;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 55px 93px 86px 47px;
}

.forgetPassword .pTit {
	margin-bottom: 59px;
}

.forgetPassword .tips {
	color: #000;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 33px;
}


.forgetPassword .personalForm .list {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}

.forgetPassword .personalForm .list li {
	width: 48.5%;
}


.forgetPassword .personalForm .fillIn {
	height: 59px;
	border-color: #B2B2B2;
}

.forgetPassword .personalForm .fillIn.active {
	border-color: #0075C1;
}

@media screen and (max-width:1820px){
	.forgetPassword{
		padding: 50px;
	}
	.forgetPassword .personalForm .fillIn{
		height: 50px;
	}
	.forgetPassword .pTit{
		margin-bottom: 50px;
	}
}
@media screen and (max-width:1333px){
	.forgetPassword{
		padding: 40px;
	}
	.forgetPassword .personalForm .fillIn{
		height: 45px;
	}
	.forgetPassword .pTit{
		margin-bottom: 40px;
	}
	.forgetPassword .tips{
		margin-bottom: 30px;
	}
}
@media screen and (max-width:999px){
	.forgetPassword{
		padding: 30px;
	}
	.forgetPassword .personalForm .fillIn{
		height: 40px;
	}
}
@media screen and (max-width:768px){
	.forgetPassword .personalForm .fillIn{
		height: 36px;
	}
	.forgetPassword{
		padding: 30px 20px;
	}
}
@media screen and (max-width:450px){
	.forgetPassword .personalForm .list li{
		width: 100%;
	}
	.forgetPassword .personalForm .list .subBtn{
		margin-top: 20px;
	}
}

/* 6-4个人中心-重置密码 */

.resetPassword {
	background-color: #ffffff;
	max-width: 629px;
	margin: 0 auto;
	padding: 57px 67px 50px 66px;
}



.resetPassword .pTit {
	margin-bottom: 54px;
}

.resetPassword .personalForm .list .fillIn {
	height: 59px;
}


.resetPassword .personalForm .list li {
	margin-top: 23px;
}

.resetPassword .personalForm .list li:nth-child(1) {
	margin-top: 0;
}

.resetPassword .personalForm .list li.subBtn {
	margin-top: 30px;
	height: 59px;
}

.resetPassword .personalForm .list li.subBtn input {
	height: 100%;
}


@media screen and (max-width:1820px){
	.resetPassword{
		padding: 50px;
	}
	.resetPassword .personalForm .list .fillIn,
	.resetPassword .personalForm .list li.subBtn{
		height: 50px;
	}
}
@media screen and (max-width:1333px){
	.resetPassword{
		padding: 40px;
	}
	.resetPassword .personalForm .list .fillIn,
	.resetPassword .personalForm .list li.subBtn{
		height: 45px;
	}
	.resetPassword .pTit{
		margin-bottom: 50px;
	}
}
@media screen and (max-width:999px){
	.resetPassword{
		padding: 30px;
	}
	.resetPassword .personalForm .list .fillIn,
	.resetPassword .personalForm .list li.subBtn{
		height: 40px;
	}
	.resetPassword .pTit{
		margin-bottom: 40px;
	}
}
@media screen and (max-width:768px){
	.resetPassword{
		padding: 30px 20px;
	}
	.resetPassword .personalForm .list .fillIn,
	.resetPassword .personalForm .list li.subBtn{
		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: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	color: #555;
	margin: 5px 6.5px;
	border: 1px solid #CCC;
	background-color: #ffffff;

}

.pager .pageList a.active,
.pager .pageList a:hover {
	color: #ffffff !important;
	background-color: #0075C1;
	border-color: #0075C1;
}


.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 17px;
}


.pager .addTo input {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background-color: transparent;
	margin-right: 11px;
	cursor: pointer;
}


/* crumb */


.crumb .con {
	border-bottom: 1px solid #D9D9D9;
	padding: 32px 0 29px 0;
}


.crumb a,
.crumb i {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	letter-spacing: 0px;
	color: #555555;
}

.crumb a.active,
.crumb a:hover {
	color: #222222;
}


.crumb i {
	font-style: normal;
	margin: 0 5px;
}



@media screen and (max-width:1820px) {
	.crumb .con {
		padding: 30px 0;
	}

}

@media screen and (max-width:1333px) {
	.crumb .con {
		padding: 20px 0;
	}
}

@media screen and (max-width:999px) {

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.pager .pageList a {
		font-size: 14px;
		width: 32px;
		height: 32px;
	}
}



/* footer */

footer {
	background-color: #444444;
}



footer a {
	display: inline-block;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 47px 0 26px 0;
	justify-content: space-between;
}



footer .footerList .con {
	width: 17.89%;
}



footer .footerList .fTouch {
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}


footer .footerList .box {
	margin-top: 21px;
}

footer .footerList .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
	margin-top: 18px;
}


footer .footerList ul ul li {
	margin-top: 6px;
}

footer .footerList ul ul li:nth-child(1) {
	margin-top: 0;
}

footer .footerList .list .fMsg {
	width: 36%;
	margin-right: 5%;
}

footer .footerList .list .fMsg .title {
	font-size: 22px;
}


footer .footerList .box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

footer .footerList .box ul:nth-child(n) {
	width: 100%;
}



footer .footerList .list li.fMsg li {
	display: flex;
	align-items: flex-start;
}

footer .footerList .list li.fMsg li i {
	flex-shrink: 0;
	margin-right: 15px;
	font-size: 18px;
}

footer .footerList .list li.fMsg .address {
	margin-top: 5px;
}

footer .footerList .list li.fMsg .address .num {
	line-height: 36px;
}

footer .footerList .list .fApplication {
	width: 10%;
	margin-right: 2%;
}

footer .footerList .list .fLinks {
	width: 30%;
	margin-right: 8.8%;
}

footer .footerList .list .fLinks .box ul:nth-child(1){
	width: 50%;
}
footer .footerList .list .fLinks .box ul:nth-child(2){
	width: 45%;
}


footer .footerList .list .fProducts {
	width: 12%;
	margin-right: 11.8%;
}


footer .footerList .list .fSolution {
	width: 12%;
}

footer .footerList .con .fResource {
	width: 34%;
	margin-right: 0%;
}


footer .footerList .con .fRelationship {
	width: 56%;
}




footer a,
footer p,
footer div {
	color: #FFF;
	font-size: 16px;
	line-height: 26px;
}


footer .title {
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	display: inline-block;
}

footer .titBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .titBox .menuBtn {
	display: none;
}


footer .footerList .list {
	display: flex;
	align-items: flex-start;
	width: 76%;
}





footer .footerList .fLogo {
	flex-shrink: 0;
	width: 242px;
	margin-bottom: 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
}


footer .footerList .fLogo span {
	text-align: center;
	color: #FFF;
	font-size: 40px;
	line-height: 60px;
	font-weight: 700;
	margin-top: 6px;
}

footer .footerList .fLogo:hover img {
	transform: none;
}

footer .footerList .fMsg li {
	display: flex;
	align-items: flex-start;
}


footer .footerList .fMsg .sign {
	flex-shrink: 0;
	margin-right: 13px;
	width: 28px;
}

footer .footerList .fMsg .num,
footer .footerList .fMsg .name {
	display: inline;
}


footer .footerList .follow {
	margin-top: 26px;
}


footer .blogrolls {
	display: flex;
	align-items: center;
	margin-top: 18px;
	flex-wrap: wrap;
}

footer .blogrolls a {
	color: #ffffff;
	font-size: 22px;
	flex-shrink: 0;
	margin: 5px 0;
	margin-right: 34px;
}


footer .email a {
	word-break: break-all;
}




footer .fBottom {
	position: relative;
	z-index: 2;
	padding: 17px 0 19px 0;
}


footer .fBottom::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	width: 100vw;
	background-color: #222;
	z-index: -1;
}




footer .copyright,
footer .links,
footer .copyright a,
footer .links a {
	font-size: 12px;
	line-height: 24px;
	color: #999;
}


footer .copyright a {
	display: inline;
}

footer .copyright a:hover {
	color: #ffffff !important;
}

footer .copyright span {
	margin: 0 4px;
}


	footer .footerList .list {
		justify-content: space-between;
	}

	footer .footerList .list li:nth-child(n) {
		margin-right: 0;
	}



@media screen and (max-width:1820px) {

	footer .footerList {
		padding: 60px 0;
	}

	footer .footerList .fMsg {
		margin-top: 0;
	}

	footer .fBottom {
		padding: 20px 0;
	}


	footer .footerList .fLogo {
		width: 240px;
	}

	footer .footerList .fLogo span {
		font-size: 32px;
		line-height: 46px;
	}

	footer .footerList .list .fMsg .title {
		font-size: 20px;
	}


	footer .footerList .con {
		width: 20%;
	}

	footer .footerList .list {
		width: 76%;
	}

	footer .footerList .con .fTouch {
		justify-content: space-between;
	}

	footer .footerList .con .fTouch li {
		margin-right: 0;
	}

	footer .footerList .con .fResource {
		width: 40%;
	}

	footer .footerList .con .fRelationship {
		width: 45%;
	}

	footer .footerList .list .fSolution {
		width: 14%;
	}

	footer .footerList .list .fProducts {
		width: 14%;
	}

	footer .footerList .box ul {
		margin-right: 20px;
	}

	footer .footerList .list .fLinks {
		width: 30%;
	}

	footer .blogrolls a {
		margin-right: 23px;
	}

	footer .footerList ul ul li {
		margin-top: 10px;
	}
	footer .footerList .list .fLinks .box ul:nth-child(n){
		width: auto;
		flex: 1;
	}
	
	
		footer .footerList .fLogo {
		width: 200px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 24px;
	}

	footer .footerList .fLogo span {
		font-size: 22px;
		line-height: 32px;
	}

	footer .footerList .fLogo {
		margin-bottom: 30px;
	}

	footer .footerList .list .fMsg .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .footerList .fMsg .piece {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	footer .footerList .fMsg .sign {
		width: 25px;
		margin-right: 10px;
	}

	footer .footerList .box ul {
		margin-right: 5px;
	}

	footer .title {
		font-size: 16px;
	}

	footer .footerList .con {
		width: 22%;
	}

	footer .blogrolls a {
		font-size: 20px;
	}
}

@media screen and (max-width:1333px) {
	footer .footerList {
		padding: 50px 0;
	}
	
		footer .footerList .fMsg .piece {
		display: block;
	}

	footer .footerList {
		padding: 50px 0;
		flex-direction: column;
		align-items: flex-start;
	}

	footer .footerList .list {
		width: 100%;
		flex-wrap: wrap;
	}

	footer .footerList .con {
		width: 100%;
	}

	footer .footerList .list>li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList .list>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .con .fTouch>li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList .con .fTouch>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .box ul:nth-child(n) {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 10px;
		margin-right: 0;
	}

	footer .footerList .box ul:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .box {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 15px;
	}

	footer .footerList .box ul li {
		width: 23.5%;
		margin-right: 2%;
	}

	footer .footerList .box ul li:nth-child(4n) {
		margin-right: 0;
	}

	footer .footerList .box ul li:nth-child(-n+4) {
		margin-top: 0;
	}

	footer .footerList .con {
		margin-top: 20px;
	}

	footer .footerList .line {
		margin-top: 10px;
	}

	footer .footerList .list .fMsg ul {
		justify-content: space-between;
	}

	footer .footerList .list .fMsg li:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 10px;
	}

	footer .footerList .list .fMsg li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .list .fMsg .box {
		margin-top: 20px;
	}

	footer .footerList .fLogo span {
		font-size: 28px;
		line-height: 38px;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList {
		padding: 40px 0;
	}

	footer .footerList .fLogo span {
		font-size: 24px;
		line-height: 34px;
	}

	footer .footerList .fLogo {
		width: 180px;
		margin-bottom: 30px;
	}

	footer .fBottom {
		padding-bottom: 60px;
	}

	footer .blogrolls a {
		margin-right: 30px;
	}

	footer .footerList .follow {
		margin-top: 15px;
	}


}



@media screen and (max-width:999px) {
	footer .footerList .list .fMsg li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .list .fMsg li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .box ul li:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(3n) {
		margin-right: 0;
	}

	footer .footerList .box ul li:nth-child(-n+3) {
		margin-top: 0;
	}

	footer .footerList .list .fMsg .title {
		font-size: 16px;
	}

	footer .title {
		font-size: 15px;
	}
}


@media screen and (max-width:768px) {
	footer .footerList .box ul {
		justify-content: space-between;
	}

	footer .footerList .box ul li:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .blogrolls a {
		margin-right: 26px;
	}
}

@media screen and (max-width:538px) {
    footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-right: 0%;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+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: "Microsoft YaHei", "微软雅黑";
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* customer */
.customer {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #4e4e4e;
	color: #ffffff;
	margin-bottom: 4px;
	margin-right: 3px;
	font-size: 26px;
}

.customer .top a {
	width: 60px;
	height: 60px;
	background-color: #4e4e4e;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
}


.customer a i {
	display: flex;
	align-items: center;
	justify-content: center;
}

.customer .top i {
	font-size: 32px;
}


.customer div div {
	cursor: pointer;
}

.customer div a:hover,
.customer div div:hover {
	background-color: #FA661B;
	color: #fff;
}

.clear2 {
	display: none;
}


.customer .code {
	position: relative;
}

.customer .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
	transition: .4s ease all;
	pointer-events: none;
}

.customer .code:hover img {
	transform: translateX(0);
	opacity: 1;
	pointer-events: all;
}

@media screen and (max-width: 1820px) {

	.customer div a,
	.customer div div,
	.customer .top a {
		width: 54px;
		height: 54px;
		font-size: 22px;
	}

	.customer .top i {
		font-size: 26px;
	}

}

@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.customer .top a {
		width: 33.3333%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.customer div {
		width: 33.3333%;
		float: left;
	}

	.customer div a,
	.customer div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #4e4e4e;
		color: #fff !important;
		border-radius: 0px;
	}

	.customer .top i {
		border-color: #fff;
	}

	.customer .code img,
	.customer .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.customer .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}

	.customer div a:hover,
	.customer div div:hover {
		background-color: #4e4e4e;
	}

	.customer div.active a,
	.customer div.active div {
		background-color: #FA661B;
	}
}

@media screen and (max-width:538px) {

	.customer .code img,
	.customer .code:hover img {
		transform: translateX(0%);
		left: 0;
	}

	.customer .code.active img {
		transform: translateY(-100%);
	}
}


@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	src:
			url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
			url('../fonts/iconfont.woff?t=1756089034168') format('woff'),
			url('../fonts/iconfont.ttf?t=1756089034168') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-QQ:before {
	content: "\e882";
}

.icon-QQkongjian:before {
	content: "\e619";
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-xinlangweibo:before {
	content: "\e606";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}

.productDet .swiper .checkBtn {
	cursor: pointer;
}

.logoBox {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logoBox .logo {
	width: 187px;
}


@media screen and (max-width:1200px) {
	.logoBox .logo {
		width: 160px;
	}
}

@media screen and (max-width:999px) {
	.logoBox {
		justify-content: flex-start;
	}

}

@media screen and (max-width:768px) {
	.logoBox .logo {
		width: 150px;
	}
}

@media screen and (max-width:538px) {
	.logoBox .logo {
		width: 140px;
	}
}



.certificate .list {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.certificate .list .item:nth-child(n) {
	flex: 1;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.certificate .list .item:last-child {
	margin-right: 0;
}


.certificate .list .item>div {
	flex: 1;
}

.certificate .list .item .name {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px 20px;
	height: 50px;
	background: #666666;
	color: #FFFFFF;
	font-size: 18px;
	width: 100%;
	margin-bottom: 4px;
       	font-weight: bold;
}

.certificate .list .item .num {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	padding: 10px 20px;
	height: 50px;
	background: #eeeeee;
	color: #222222;
	font-size: 18px;
	width: 100%;
        flex-wrap: wrap;
        font-weight: bold;
}
.certificate .list .item .num  span{
	flex: 1;
	text-align: center;
}

.certificate .list .item .num{
	position: relative;
}

.certificate .list .item .num  .tit{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}

.certificate .list .item .num  span{
	padding: 0 70px;
}

@media screen and (max-width:1560px){
 	.certificate .list .item .num span{
		padding: 0 60px;
	}
}


@media screen and (max-width:1333px) {

	.certificate .list .item .name,
	.certificate .list .item .num {
		font-size: 16px;
		line-height: 26px;
	}

	.certificate .list {
		margin-bottom: 30px;
	}
        .certificate .list .item .num span{
		padding: 0 45px;
	}
}

@media screen and (max-width:999px) {

	.certificate .list .item .name,
	.certificate .list .item .num {
		font-size: 14px;
		line-height: 24px;
		padding: 5px 10px;
	}
        .certificate .list .item .num .tit{
	        left: 10px;
        }
        .certificate .list .item .num span{
	        padding: 0 35px;
        }

}

@media screen and (max-width:768px) {
	.certificate .list {
		justify-content: space-between;
	}

	.certificate .list .item:nth-child(n) {
		flex: none;
		width: 49%;
		margin-right: 0;
		margin-top: 10px;
	}
	.certificate .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}
.cForm ul li.subBtn {
	padding: 0;
	border: none;
	width: 300px;
	margin: 0 auto;
	margin-top: 13px;
	height: 62px;
}

.segmentation {
	width: 100%;
	height: 1px;
	background-color: #D9D9D9;
	margin-top: -9px;
	margin-bottom: 69px;
}


@media screen and (max-width:1820px){
 	.cForm ul li.subBtn{
		height: 56px;
	}
	.segmentation{
		margin: 0;
		margin-bottom: 80px;
	}
}
@media screen and (max-width:1333px){
 	.segmentation{
 		margin-bottom: 60px;
 	}	
	.cForm ul li.subBtn{
		height: 50px;
	}
}
@media screen and (max-width:999px){
 	.segmentation{
 		margin-bottom: 50px;
 	}	
	.cForm ul li.subBtn{
		height: 45px;
		width: 260px;
	}
}
@media screen and (max-width:768px){
	.segmentation{
		margin-bottom: 40px;
	}	 
	.cForm ul li.subBtn{
		width: 200px;
	}
}
@media screen and (max-width:538px){
 	.cForm ul li.subBtn{
 		height: 40px;
		width: 160px;
 	}	
}


.iProducts .checkItem .sBtns {
	display: flex;
	justify-content: center;
	align-items: center;
}

.iProducts .checkItem .sBtns>div {
	margin-top: 30px;
}

.iProducts .checkItem .sBtns>div.prev {
	margin-right: 20px;
}


@media screen and (max-width:768px){
	.iProducts .checkItem .sBtns>div {
		margin-top: 20px;
	}
}