@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: HelveticaNeueLTPro-Roman, Arial, sans-serif;
	height: 100%;
	background: #fff;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #175aa1 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}

.standardEdit p {
	position: relative;
}

.standardEdit a {
	color: #ff870e;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

.standardEdit a:hover {
	color: #175aa1;
}



.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: HelveticaNeueLTPro-Roman, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}


.safeRange {
	max-width: 1400px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1560px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}





@media screen and (max-width:1560px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #175aa1;
		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(23, 90, 161, 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: HelveticaNeueLTPro-Roman, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: -2px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	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: rgba(14, 19, 31, 0.8);
}

nav.active {
	background-color: rgba(14, 19, 31, 1);
}

nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}



nav .logo {
	width: 114px;
	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: 60px;
	position: relative;
}


nav .navList>ul>li:nth-child(2) {
	position: static;
}


nav .navList>ul>li:last-child {
	margin-right: 0;
}

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 64px;
	line-height: 64px;
	color: #ffffff;
	font-size: 18px;
	position: relative;
}

html {
	scroll-padding-top: 64px;
}

nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: .4s ease all;
	width: 0px;
	height: 2px;
	background-color: #ff870e;
	bottom: 10px;
}


nav .navList>ul>li.active>a:after,
nav .navList>ul>li:hover>a:after {
	width: 43px;
}


nav .btns {
	display: flex;
	align-items: center;
	margin-left: 120px;
}


nav .btns .language {
	height: 64px;
	display: flex;
	align-items: center;
	position: relative;
}

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
}

nav .btns .lanBtn:hover {
	color: #ff870e;
}

nav .btns .lanBtn:hover i {
	color: #ff870e;
}



nav .btns .lanBtn i {
	color: #ffffff;
}

nav .btns .lanBtn i.icon-earth-full {
	font-size: 18px;
	margin-right: 7px;
}

nav .btns .lanBtn i.icon-yousanjiao-copy {
	font-size: 20px;
	transform: rotate(90deg);
	margin-left: 17px;
}


nav .btns .lanBtn.active i.icon-yousanjiao-copy {
	transform: rotate(-90deg);
}

nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	border-radius: 10px;
	padding: 10px 0;
}

nav .btns .language ul a {
	padding: 0px 20px;
	color: #333333;
	line-height: 24px;
}


nav .btns .language ul li {
	margin-bottom: 10px;
}


nav .btns .language ul li:last-child {
	margin-bottom: 0;
}



nav .btns .language ul a:hover {
	color: #0b2dbd;
}




nav .btns .search {
	height: 64px;
	display: flex;
	align-items: center;
	position: relative;
	margin-left: 59px;
}


nav .btns .search .searchBtn {
	cursor: pointer;
}


nav .btns .search .searchBtn i {
	font-size: 18px;
	color: #ffffff;
	transform: translateY(3px);
}

nav .btns .search .searchBtn:hover i {
	color: #ff870e;
}

nav .btns .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	height: 30px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}


nav .btns .search form.active {
	width: 240px;
	padding: 0 10px;
	border-radius: 20px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}

nav .btns .search form .subBtn:hover i {
	color: #0b2dbd;
}

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}


/* prodictNavBox */

.productNavBox {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: none;
	transition: none;
	background-color: #f6f6f6;
	box-shadow: 0px 0px 8px 0px rgba(62, 62, 62, 0.15);
	overflow: hidden;
	border-radius: 10px;
}


.listCon {
	display: flex;
	align-items: flex-start;
	padding: 44px 82px 53px 82px;
	justify-content: space-between;
}

.listCon a {
	display: block;
}

.listCon .oneLevel {
	width: 21.9%;
}

.listCon .levelBox {
	width: 67.7%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-right: 34px;
}


.listCon .twoLevel {
	width: 45%;
	position: relative;
	padding: 10px 0;
}

.listCon .twoLevel ul ul {
	display: none;
}

.listCon .twoLevel>ul>li:last-child {
	margin-bottom: 0;
}

.listCon .twoLevel>ul>li.active>a {
	color: #023058;
}

.listCon .twoLevel>ul>li.active>a>i {
	opacity: 1;
}


.listCon .twoLevel>ul>li {
	margin-bottom: 15px;
}

.listCon .twoLevel>ul>li:last-child {
	margin-bottom: 0;
}

.listCon .twoLevel>ul>li>a {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.listCon .twoLevel>ul>li.active>a {
	color: #0b2dbd;
}



.listCon .threeLevel {
	width: 44.5%;
	padding: 10px 0;
}

.listCon .threeLevel ul>li>a {
	font-family: Tahoma;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	padding: 5px 0;
}

.listCon .threeLevel ul>li:hover>a {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

.listCon .threeLevel ul>li:last-child {
	margin-bottom: 0;
}







.listCon .oneLevel::-webkit-scrollbar,
.listCon .twoLevel::-webkit-scrollbar,
.listCon .threeLevel::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #023058;
}


.listCon .oneLevel::-webkit-scrollbar-thumb,
.listCon .twoLevel::-webkit-scrollbar-thumb,
.listCon .threeLevel::-webkit-scrollbar-thumb {
	background-color: #b6411a;
}




.listCon .oneLevel ul {
	display: none;
}


.listCon i {
	font-size: 12px;
	color: #023058;
	font-weight: bold;
	flex-shrink: 0;
	margin-right: 1px;
	margin-left: 10px;
}


.listCon .oneLevel>li {
	margin-bottom: 22.5px;
}


.listCon .oneLevel>li:last-child {
	margin-bottom: 0;
}


.listCon .oneLevel>li>a {
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.listCon .oneLevel>li.active>a {
	color: #0b2dbd;

}


.listCon .oneLevel>li.active>a>i {
	color: #0b2dbd;
}






/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	width: 300px;
	display: none;
	transition: none;
	border-radius: 10px;
	padding: 10px 0;
}

.moreList ul {
	left: 100%;
	top: 0px;
}


.moreList {
	top: 100%;
	left: 0px;
}

.moreList li {
	position: relative;
	margin-bottom: 10px;
}

.moreList li:last-child {
	margin-bottom: 0;
}

.moreList a {
	font-size: 18px;
	line-height: 28px;
	padding: 0px 20px;
	color: #333333;
}

.moreList li:hover>a {
	color: #0b2dbd;
}



.bannerRange2 {
	height: 64px;
	background-color: #06223f;
}


@media screen and (max-width:1560px) {
	nav .btns {
		margin-left: 50px;
	}

	nav .btns .search {
		margin-left: 40px;
	}

	nav .navList>ul>li {
		margin-right: 50px;
	}

	nav .logo {
		width: 100px;
	}

	.listCon {
		padding: 30px;
	}

	.listCon .oneLevel>li>a {
		font-size: 18px;
		line-height: 28px;
	}

	.listCon .oneLevel>li {
		margin-bottom: 20px;
	}

	.listCon .twoLevel {
		padding: 0;
		width: 55%;
	}

	.listCon .twoLevel>ul>li>a {
		font-size: 16px;
		line-height: 26px;
	}

	.listCon .levelBox {
		padding-right: 0;
		width: 70%;
	}

	.listCon .threeLevel {
		padding: 20px 0;
		width: 40%;
	}
}

@media screen and (max-width:1333px) {
	nav .navList>ul>li>a {
		font-size: 16px;
	}

	nav .navList>ul>li {
		margin-right: 40px;
	}

	nav .btns .search {
		margin-left: 30px;
	}

	.listCon .oneLevel {
		width: 24%;
	}

	.listCon .oneLevel>li {
		margin-bottom: 15px;
	}

	.productNavBox {
		border-radius: 5px;
	}

	nav .btns .language ul {
		border-radius: 5px;
	}

	.listCon {
		padding: 30px 20px;
	}

	.moreList a {
		font-size: 16px;
		line-height: 26px;
		padding: 0px 15px;
		color: #333333;
	}

	.moreList,
	.moreList ul {
		border-radius: 5px;
		width: 240px;
	}
	
	
}

@media screen and (max-width:1200px) {
	nav .navList>ul>li {
		margin-right: 25px;
	}

	nav .logo {
		width: 80px;
	}

	nav .btns .search {
		margin-left: 20px;
	}

	nav .btns {
		margin-left: 25px;
	}

	nav .btns .lanBtn i.icon-yousanjiao-copy {
		font-size: 18px;
		margin-left: 10px;
	}
}

@media screen and (max-width:999px) {
	nav {
		background-color: #0e131f;
	}

	nav .navList>ul {
		display: none;
	}

	nav .btns .search {
		display: none;
	}

	nav .btns .lanBtn {
		font-size: 14px;
		line-height: 24px;
	}

	nav .btns .lanBtn i.icon-earth-full {
		font-size: 16px;
		line-height: 28px;
	}

	nav .btns {
		margin-left: 0;
		margin-right: 60px;
	}

	nav .btns .language {
		height: 60px;
	}

	.bannerRange {
		height: 60px;
		background-color: #0e131f;
	}
	
	.bannerRange2 {
		height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 24px;
	}

}

@media screen and (max-width:768px) {
	header .xnav .nav {
		right: 25px;
	}

	nav .btns .language {
		height: 50px;
	}

	header .xnav .nav {
		top: 25px;
	}

	nav .logo {
		width: 76px;
	}

	.bannerRange {
		height: 50px;
	}

	.bannerRange2 {
		height: 50px;
	}
	
	html {
		scroll-padding-top: 50px;
	}
}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}
}




/* indexbanner */

.indexBanner{
	position: relative;
	padding-bottom: 46.197%;
	overflow: hidden;
}

.indexBanner .slideshow{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


.indexBanner * {
	transition: none;
}


.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}

.slideshow .item img {
	width: 100%;
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	will-change: transform;

}

.slideshow .item.slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.slick-dots {
	position: absolute;
	width: 100%;
	bottom: 37px;
	text-align: center;
	display: none !important;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	cursor: pointer;
	font-size: 0px;
	margin-left: 4.5px;
	margin-right: 4.5px;
	border: none;
	outline: none;
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	background-color: #175aa1;
}


.slick-prev,
.slick-next {
	width: 47px;
	height: 96px;
	border: 0px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .1);
	z-index: 999;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	color: #fff;
	transition: .4s ease all;
	opacity: 0;
}

.indexBanner:hover .slick-prev,
.indexBanner:hover .slick-next {
	opacity: 1;
}

.slick-prev {
	left: 0px;
	border-radius: 0px 10px 10px 0px;
}

.slick-next {
	right: 0px;
	border-radius: 10px 0px 0px 10px;
}


.slick-prev:hover,
.slick-next:hover {
	background-color: #175aa1;
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-slide {
	position: relative;
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}

.slick-dots .slide-count {
	display: none;
}

@media screen and (max-width:1560px) {

	.slick-prev,
	.slick-next {
		width: 36px;
		height: 80px;
		font-size: 14px !important;
	}

	.slick-prev {
		border-radius: 0 5px 5px 0;
	}

	.slick-next {
		border-radius: 5px 0px 0px 5px;
	}

}

@media screen and (max-width:1333px) {

	.slick-prev,
	.slick-next {
		width: 30px;
		height: 70px;
	}
}


@media screen and (max-width:999px) {

	.slick-prev,
	.slick-next {
		display: none !important;
	}

	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}

	.slick-dots {
		bottom: 30px;
		display: block !important;
	}
}

@media screen and (max-width:538px) {
	.slick-dots {
		bottom: 15px;
	}
}



/* title1 */


.title1 {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 42px;
	line-height: 58px;
	color: #333333;
	position: relative;
	padding-left: 30px;
}


.title1::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: calc(100% - 23px);
	background-color: #175aa1;
}


a.title1 {
	display: inline-block;
}


a.title1:hover {
	color: #175aa1;
}





/* indexM1-1 */



.companyProflile {
	padding: 103px 0 113px 0;
}


.companyProflile .con {
	display: flex;
	justify-content: space-between;
}

.companyProflile .show {
	width: 48.78%;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 669px;
}


.companyProflile .show>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}


.video .videoBtn {
	position: relative;
	z-index: 9;
}


.video .videoBtn img {
	width: 16px;
}


.video .videoBtn .circle1 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	background-color: #ffffff;
	opacity: 0;
	animation: circles 3.2s linear 0s infinite;
	animation-play-state: running;
	z-index: -1;
}

.video .videoBtn .arr {
	background-color: #ffffff;
	width: 71px;
	height: 71px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.video .videoBtn .circle1 {
	animation-delay: 0.8s;
}


@keyframes circles {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		transform: scale(1.28);
		opacity: 0.5;
	}

	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}



.video {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}


.video:hover .videoBtn .circle1 {
	background-color: #175aa1;
}



.companyProflile .msg {
	width: 45.9%;
	position: relative;
	z-index: 9;
	padding: 10px 0;
}


.companyProflile .title1 {
	margin-bottom: 31px;
	font-size: 40px;
	padding-left: 20px;
}


.companyProflile .txts {
	margin-bottom: 25px;
}


.companyProflile .btns {
	display: flex;
	margin-bottom: 44px;
}



.companyProflile .btns .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 148px;
	height: 47px;
	border-radius: 10px;
	border: solid 2px #175aa1;
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 18px;
	line-height: 28px;
	color: #175aa1;
	margin-right: 47px;
}

.companyProflile .btns .btn:last-child {
	margin-right: 0;
}


.companyProflile .btns .btn i {
	font-size: 14px;
	color: #175aa1;
	flex-shrink: 0;
	margin-left: 7px;
}



.companyProflile .btns .btn:hover {
	background-color: #175aa1;
	color: #ffffff;
}

.companyProflile .btns .btn:hover i {
	color: #ffffff;
}

.numList {
	display: flex;
	flex-wrap: wrap;
	z-index: 9;
	justify-content: space-between;
	margin-bottom: 62px;
}

.numList .num {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 36px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 10px;
}

.showListBox {
	position: relative;
}


.showList {
	background-color: #f0f0f0;
	border-radius: 20px;
	display: flex;
	overflow: hidden;
	padding: 30px 15px 29px 40px;
	justify-content: space-between;
	width: 877px;
	position: absolute;
	right: 0;
}



.showList .item {
	width: 20%;
}



.showList .sign {
	width: 35px;
	height: 35px;
	margin: 0 auto 24px;
}

.showList .tit {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

@media screen and (max-width:1560px) {
	.companyProflile .show {
		border-radius: 10px;
	}

	.companyProflile .msg {
		padding: 40px 0;
	}

	.title1::after {
		height: calc(100% - 8px);
	}

	.companyProflile .btns .btn {
		border-radius: 5px;
	}

	.companyProflile .btns .btn i {
		font-size: 12px;
	}

	.companyProflile .btns .btn {
		height: 40px;
	}

	.numList .num {
		font-size: 32px;
		line-height: 32px;
	}

	.numList {
		margin-bottom: 40px;
	}

	.showList {
		border-radius: 10px;
		padding: 20px;
	}
}

@media screen and (max-width:1333px) {
	.title1::after {
		width: 4px;
	}

	.numList .item {
		width: 48%;
		margin-top: 20px;
	}

	.numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.companyProflile .msg {
		padding: 20px 0;
	}

	.companyProflile .btns {
		margin-bottom: 30px;
	}

	.numList .num {
		font-size: 28px;
		line-height: 38px;
	}

	.showList {
		border-radius: 5px;
	}

	.companyProflile .show {
		border-radius: 5px;
	}

	.showList .item {
		width: 22%;
	}

	.showList .sign {
		margin-bottom: 15px;
	}

	.showList {
		width: 800px;
	}
}

@media screen and (max-width:999px) {
	.showList {
		position: static;
		width: 100%;
	}

	.companyProflile .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.companyProflile .msg {
		padding: 0;
		width: 100%;
	}

	.companyProflile .title1 {
		margin-bottom: 30px;
	}

	.companyProflile .btns .btn {
		height: 36px;
	}

	.numList {
		justify-content: flex-start;
	}

	.numList .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.numList .item:nth-child(3n) {
		margin-right: 0;
	}

	.numList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.companyProflile .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.numList .num {
		font-size: 26px;
		line-height: 36px;
	}

	.numList .name {
		font-size: 14px;
		line-height: 26px;
	}

	.numList {
		margin-bottom: 30px;
	}

	.showList .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.showList {
		padding: 20px 10px;
	}

	.showList .sign {
		margin-bottom: 10px;
	}

	.showListBox {
		margin-bottom: 40px;
	}

	.companyProflile .show {
		width: 100%;
		height: 360px;
	}
}

@media screen and (max-width:768px) {
	.showList {
		flex-wrap: wrap;
		padding: 20px;
	}

	.showList .item:nth-child(n) {
		width: 46%;
		margin-right: 0;
		margin-top: 20px;
	}

	.showList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.companyProflile .show {
		height: 340px;
	}

	.showListBox {
		margin-bottom: 30px;
	}

	.numList .num {
		font-size: 24px;
		line-height: 34px;
	}
}

@media screen and (max-width:538px) {
	.companyProflile .btns .btn {
		margin-right: 20px;
		width: 120px;
	}

	.numList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.numList {
		justify-content: space-between;
	}

	.companyProflile .show {
		height: 300px;
	}

}




/* indexM2-1 */


.hotProducts {
	background-image: url("../images/indexM2-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 41px 0 105px 0;
}

.hotProducts h2{
	font-weight: normal;
}

.sTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sTitle .sBtns {
	flex-shrink: 0;
	margin-left: 30px;
}

.hotProducts .sTitle {
	margin-bottom: 44px;
}


.sBtns {
	display: flex;
	align-items: center;
}

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #333333;
	font-weight: bold;
	font-size: 31px;
}


.sBtns>div:hover {
	color: #175aa1;
}


.sBtns>div.prev {
	margin-right: 40px;
	position: relative;
}

.sBtns>div.prev::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 35px;
	background-color: #818181;
	pointer-events: none;
	right: -21px;
}


.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}

.hotProducts .swiper {
	overflow: visible;
}

.hotProducts .swiper .swiper-wrapper {
	pointer-events: none;
}


.hotProducts .swiper-slide {
	position: relative;
	z-index: 9;
	padding: 37px 30px 77px;
	opacity: 0;
	transition: .4s ease opacity;
	pointer-events: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	height:auto;
}

.hotProducts .swiper-slide .image{
	flex: 1;
}

.hotProducts .swiper-slide.swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}


.hotProducts .swiper-slide::after {
	content: "";
	position: absolute;
	z-index: -3;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	transition: .4s ease all;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 20px;
}



.hotProducts .swiper-slide:hover::after {
	border-radius: 50%;
	width: 415px;
	height: 415px;
}



.hotProducts .image:hover img {
	transform: none;
}


.hotProducts .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	margin-bottom: 7px;
}

.hotProducts .tit:hover {
	color: #175aa1;
}


.hotProducts .txts {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	text-align: center;
	margin-bottom: 33px;
}


.hotProducts .image {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 250px;
	margin: 0 auto;
	position: relative;
}


.hotProducts .image::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #175aa1;
	border-radius: 50%;
	z-index: -1;
	opacity: 0;
	width: 0;
	height: 0;
	transition: .4s ease all;
}


.hotProducts .image:hover::after {
	width: 215px;
	height: 215px;
	opacity: 1;
}


.hotProducts .btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 142px;
	height: 43px;
	background-color: #ebebeb;
	border-radius: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	font-size: 18px;
	color: #333333;
}


.hotProducts .btn i {
	font-weight: bold;
	font-size: 14px;
	flex-shrink: 0;
	margin-left: 7px;
}


.hotProducts .btn:hover {
	background-color: #175aa1;
	color: #ffffff;
}

.hotProducts .btn:hover i {
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.sBtns>div {
		font-size: 24px;
		line-height: 30px;
	}

	.sBtns>div.prev::after {
		height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.sBtns>div {
		font-size: 22px;
	}

	.sBtns>div.prev::after {
		height: 26px;
	}

	.hotProducts .swiper-slide::after {
		border-radius: 10px;
	}

	.hotProducts .sTitle {
		margin-bottom: 40px;
		font-size: 18px;
		line-height: 28px;
	}

	.hotProducts .swiper-slide {
		padding: 30px 20px 80px;
	}

	.hotProducts .txts {
		margin-bottom: 30px;
	}

	.hotProducts .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.hotProducts .btn i {
		font-size: 12px;
		transform: translateY(1px);
		margin-left: 10px;
	}

	.hotProducts .btn {
		height: 38px;
	}

	.hotProducts .swiper-slide:hover::after {
		width: 340px;
		height: 340px;
	}

	.hotProducts .image {
		max-width: 180px;
	}

	.hotProducts .image:hover::after {
		width: 180px;
		height: 180px;
	}
}

@media screen and (max-width:999px) {
	.hotProducts .swiper-slide::after {
		border-radius: 5px;
	}

	.hotProducts .swiper-slide:hover::after {
		width: 100%;
		height: 100%;
		border-radius: 5px;
	}
    
    .hotProducts .image {
		max-width: 100%;
	}
    
	.hotProducts .image::after {
		display: none;
	}

	.hotProducts .btn {
		height: 35px;
	}

	.hotProducts .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.sBtns>div {
		font-size: 20px;
	}

}

@media screen and (max-width:768px) {
	.sBtns>div {
		font-size: 18px;
		line-height: 28px;
	}

	.sBtns>div.prev::after {
		height: 20px;
	}

	.title1 {
		padding-left: 20px;
	}
	.hotProducts .txts{
	    margin-bottom:0px;
	}
	.hotProducts .tit{
	   margin-bottom: 0px;
	}
}

@media screen and (max-width:538px) {
	.hotProducts .sTitle {
		margin-bottom: 30px;
	}
	.hotProducts .swiper-slide{
	    padding-bottom: 56px;
	}
	.hotProducts .btn{
	    right: auto;
	    left: 50%;
    	transform: translateX(-50%);
    	width:125px;
	}
	

}


/* indexM3-1 */


.comprehensive {
	padding: 69px 0 58px 0;
}


.comprehensive .sTitle {
	margin-bottom: 8px;
}

.comprehensive .txts {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}



.solutionItem .image {
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}

.solutionItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.solutionItem .name {
	padding: 29px 20px;
	background-color: #ffffff;
	border-radius: 0 0 20px 20px;
	border: solid 2px #eeeeee;
	border-top: none;
}


.solutionItem .name a {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	position: relative;

}

.solutionItem:hover .name {
	background-color: #175aa1;
	border-color: #175aa1;
}

.solutionItem:hover .name a {
	color: #ffffff;
}

.solutionItem .name a:hover {
	color: #ff870e;
}

@media screen and (max-width:1560px) {
	.comprehensive .sTitle {
		margin-bottom: 30px;
	}

	.comprehensive .txts {
		margin-bottom: 40px;
	}

	.solutionItem .image {
		border-radius: 10px 10px 0 0;
	}

	.solutionItem .name {
		border-radius: 0 0 10px 10px;
		padding: 12px 10px;
	}

	.solutionItem .name a {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.solutionItem .image {
		border-radius: 5px 5px 0 0;
	}

	.solutionItem .name {
		border-radius: 0 0 5px 5px;
	}

	.solutionItem .name a {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.comprehensive .txts {
		margin-bottom: 30px;
	}

	.solutionItem .name a {
		font-size: 14px;
		line-height: 24px;
	}
}




/* indexM4-1 */


.newCenter {
	margin-bottom: 116px;
}


.newCenter .title1 {
	margin-bottom: 19px;
}


.newCenter .con {
	position: relative;
	min-height: 461px;
}


.newCenter .list {
	width: 50%;
}

.newCenter .list .item {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding: 26px 0 34px 0;
}


.newCenter .list .time {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 5px;
}

.newCenter .list .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 12px;
}

.newCenter .list .tit:hover {
	color: #175aa1;
}

.newCenter .list .txts {
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.newCenter .image {
	position: absolute;
	right: 0;
	width: 46.35%;
	border-radius: 20px;
	overflow: hidden;
	top: 2.4%;
	opacity: 0;
	height: 461px;
}


.newCenter .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.newCenter .list .item:nth-child(1) .image {
	z-index: 99;
	opacity: 1;
}

@media screen and (max-width:1560px) {
	.newCenter .title1 {
		margin-bottom: 30px;
	}

	.newCenter .image {
		border-radius: 10px;
	}

	.newCenter .list .item {
		padding: 24px 0;
	}

	.newCenter .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.newCenter .image {
		height: 445px;
	}

	.newCenter {
		margin-bottom: 80px;
	}

	.newCenter .list .time {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1333px) {
	.newCenter {
		margin-bottom: 60px;
	}

	.newCenter .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.newCenter .image {
		height: 453px;
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.newCenter {
		margin-bottom: 50px;
	}

	.newCenter .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.newCenter .list .item:nth-child(n) {
		width: 46%;
		margin-top: 30px;
	}

	.newCenter .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.newCenter .list .item:nth-child(n) .image {
		position: static;
		height: auto;
		opacity: 1;
		width: 100%;
		margin-top: 20px;
	}

	.newCenter .list .item {
		padding: 0;
		padding-bottom: 30px;
	}

	.newCenter .list {
		width: 100%;
	}

	.newCenter .list .txts {
		-webkit-line-clamp: 2;
	}

	.newCenter .list .tit {
		font-size: 16px;
		line-height: 28px;
		-webkit-line-clamp: 2;
	}
}

@media screen and (max-width:768px) {
	.newCenter {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.newCenter .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.newCenter .list .item:nth-child(1) {
		margin-top: 0;
	}

	.newCenter .list .item:nth-child(n) .image {
		max-height: 300px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}


/* indexM5-1 */

.customerService {
	background-color: #f3f3f3;
	padding: 43px 0 57px 0;
}

.customerService .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.customerService .msg {
	padding-left: 19px;
	position: relative;
}

.customerService .msg::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	background-color: #0b2dbd;
	height: calc(100% - 12px);
	left: 0;
}


.customerService .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 36px;
	line-height: 46px;
	color: #333333;
	margin-bottom: 2px;
}

.customerService a.tit {
	display: inline-block;
}

.customerService a.tit:hover{
	color: #175aa1;
}


.customerService .txts {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.customerService .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #175aa1;
	border-radius: 10px;
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	width: 191px;
	height: 52px;
	flex-shrink: 0;
	margin-left: 40px;
}


.customerService .btn:hover {
	background-color: #ff870e;
}


.customerService .btn i {
	flex-shrink: 0;
	color: #ffffff;
	font-size: 26px;
	margin-left: 14px;
}


@media screen and (max-width:1560px) {
	.customerService .tit {
		font-size: 32px;
		line-height: 43px;
		margin-bottom: 20px;
	}

	.customerService .btn {
		font-size: 16px;
		height: 45px;
		border-radius: 5px;
		width: 180px;
	}

	.customerService .msg {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.customerService .btn i {
		font-size: 22px;
	}
}


@media screen and (max-width:1333px) {
	.customerService .tit {
		font-size: 28px;
		line-height: 38px;
	}

	.customerService .btn {
		height: 40px;
		width: 160px;
	}
}

@media screen and (max-width:999px) {
	.customerService .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.customerService .btn i {
		font-size: 20px;
	}

	.customerService .btn {
		width: 140px;
	}
}

@media screen and (max-width:768px) {
	.customerService .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.customerService .btn {
		margin-left: 0;
		margin-top: 30px;
		height: 36px;
	}

	.customerService .btn i {
		font-size: 18px;
	}

	.customerService .msg::after {
		width: 4px;
	}

	.customerService .tit {
		font-size: 22px;
		line-height: 30px;
	}
}


/* 1-1products */

.products {
	padding: 64px 0 141px 0;
}



.products .show {
	margin-bottom: 72px;
}


.products .show .image {
	width: 470px;
	float: right;
	margin-left: 8%;
	margin-top: -5px;
}


.products .show .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 34px;
	line-height: 44px;
	color: #333333;
	margin-bottom: 37px;
}

.mbox {
	overflow: hidden;
	height: 112px;
}

.mbox p {
	hyphens: auto;
}


.mBtn {
	display: inline-block;
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 28px;
	position: relative;
	color: #175aa1;
	cursor: pointer;
	margin-top: 63px;
}


.mBtn::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 1px;
	background-color: #175aa1;
	transition: .4s ease all;
}


.mBtn:hover::after {
	width: 0;
	left: auto;
	right: 0;
}


.products .table {
	width: 100%;
	overflow: auto;
}

.products .table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.products .table table tr:nth-child(2n) td {
	background-color: #fff;
}

.products .table table tr td {
	padding: 10px 20px;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	border-bottom: 1px solid rgba(167, 167, 167, 0.2);
	position: relative;
	background-color: #ffffff;
}

.products .table table tr:nth-child(1) td {
	background-color: #175aa1;
	color: #ffffff;
	padding: 26.5px 20px;
	white-space: nowrap;
}


.products .table table tr.newProduct td {
	background-color: #f3f3f3;
}

.products .table table .sign {
	position: absolute;
	width: 34px;
	height: 34px;
	background-color: #8fc321;
	left: 16px;
	top: 12px;
	border-radius: 50%;
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 12px;
	line-height: 22px;
	color: #ffffff;
	transform: rotate(-20deg);
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.products .table .image {
	width: 130px;
}

.products .table table tr td:nth-child(1) {
	position: sticky;
	left: 0;
	z-index: 2;
}



@media screen and (max-width:1560px) {
	.products .show .image {
		margin-top: 0;
	}

	.products .show .tit {
		font-size: 28px;
		line-height: 38px;
	}

	.mBtn {
		margin-top: 40px;
	}

	.products .show .image {
		margin-left: 5%;
	}

	.products .show {
		margin-bottom: 60px;
	}

	.products .table table tr:nth-child(1) td {
		padding: 16px 20px;
	}

	.products .table .image {
		width: 110px;
	}

	.products .table table .sign {
		width: 32px;
		height: 32px;
	}
}

@media screen and (max-width:1333px) {
	.products .show .image {
		width: 400px;
	}

	.products .show .tit {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 30px;
	}

	.mBtn {
		margin-top: 30px;
	}

	.products .table .image {
		width: 100px;
	}
}

@media screen and (max-width:999px) {
	.products .show .image {
		float: none;
		margin: 0 auto 30px;
		width: 100%;
		max-width: 400px;
	}

	.products .show .tit {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.mBtn {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
	}

	.mbox {
		height: 104px;
	}

	.products .show {
		margin-bottom: 50px;
	}

	.products .table table tr:nth-child(1) td,
	.products .table table tr td {
		padding: 10px;
	}

	.products .table table .sign {
		left: 8px;
		top: 8px;
	}

	.products .table table tr td {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.products .show .image {
		max-width: 380px;
	}

	.products .show .tit {
		font-size: 20px;
	}

	.products .show {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.products .table .image {
		width: 90px;
	}
}


/* 1-2products */

.headerPiece {
	height: 64px;
	position: relative;
}

.headerPiece::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0e131f;
	z-index: -10;
}


.productShow {
	background-color: #03294d;
}


.productShow .con {
	display: flex;
	justify-content: space-between;
}

.productShow .box {
	width: 42.14%;
	position: relative;
	margin: 53px 0;
}


.productShow .jianjie {
	width: 49.6%;
	position: relative;
	z-index: 99;
}


.productShow .box .showSipwer {
	margin-bottom: 90px;
	overflow: hidden;
	position: relative;
}


.productShow .box .showSipwer .swiper-slide {
	position: relative;
}



.productShow .box .checkSwiper {
	padding: 0 60px;
	position: relative;
	overflow: hidden;
}


.productShow .box .checkSwiper .iconfont {
	position: absolute;
	top: 50%;
	height: 100%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.productShow img {
	display: block;
}

.productShow .box .checkSwiper .prev {
	left: 25px;
}

.productShow .box .checkSwiper .next {
	right: 25px;
}


.productShow .box .checkSwiper .iconfont:hover {
	color: #ff870e;
}

.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: .4s ease opacity;
	overflow: hidden;
}

.productShow .checkSwiper .swiper-slide.swiper-slide-visible {
	opacity: 1;
}


.productShow .jianjie .des {
	background-color: #0b2c4f;
	position: relative;
	padding: 47px 0 59px 49px;
}


.productShow .jianjie .des::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 100%;
	background-color: #0b2c4f;
	top: 0;
}


.jianjie .des .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 12px;
}


.jianjie h1 {
	font-family: HelveticaNeueLTPro-Bd;
	font-weight: normal;
	font-size: 22px;
	line-height: 32px;
	color: #ffffff;
	margin-bottom: 48px;
}



.jianjie .txts p {
	color: #ffffff;
}

.jianjie .txts {
	margin-bottom: 76px;
}

.jianjie .share span {
	color: #ffffff;
}

.jianjie .model {
	padding: 85px 0 125px 49px;
	background-color: #04223e;
	position: relative;
}

.jianjie .model::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 100vw;
	height: 100%;
	background-color: #04223e;
}

.jianjie .model .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 5px;
}

.jianjie .model .txts {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 34px;
}

.jianjie .model .btns {
	display: flex;
	flex-wrap: wrap;
}



.jianjie .model .btns a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 148px;
	height: 47px;
	border-radius: 10px;
	border: solid 2px #ffffff;
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin: 5px 0;
	margin-right: 40px;
}

.jianjie .model .btns a i {
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}



.jianjie .model .btns a:hover {
	background-color: #ffffff;
	color: #175aa1;
}



/*jQzoom*/
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
}


.pDescribe .title1 {
	font-family: OPPOSans-B;
	font-size: 36px;
	line-height: 50px;
	color: #333333;
	margin-bottom: 20px;
}


.pDescribe .con {
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	padding: 35px 0 30px 0;
}



@media screen and (max-width:1560px) {

	.productShow .jianjie .des,
	.jianjie .model {
		padding: 30px;
		padding-right: 0;
	}

	.jianjie .des .tit {
		margin-bottom: 20px;
	}

	.jianjie h1 {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.jianjie .txts {
		margin-bottom: 40px;
	}

	.jianjie .model .tit {
		margin-bottom: 10px;
	}

	.jianjie .model .btns a {
		border-radius: 5px;
		margin-right: 20px;
		height: 40px;
		font-size: 16px;
	}

	.productShow .box .showSipwer {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.productShow .box {
		width: 46%;
	}

	.productShow .box .showSipwer {
		margin-bottom: 30px;
	}

	.productShow .box .checkSwiper {
		padding: 0 40px;
	}

	.productShow .box .checkSwiper .next {
		right: 0;
	}

	.productShow .box .checkSwiper .prev {
		left: 0;
	}
}

@media screen and (max-width:999px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		width: 100%;
	}

	.productShow .jianjie .des,
	.jianjie .model {
		background-color: transparent;
	}

	.productShow .jianjie .des::after,
	.jianjie .model::after {
		left: 50%;
		transform: translateX(-50%);
		z-index: -1;
	}

	.productShow .box .showSipwer {
		margin-bottom: 20px;
	}

	.productShow .box {
		margin: 40px auto;
		width: 100%;
		max-width: 400px;
	}

	.productShow .jianjie .des,
	.jianjie .model {
		padding: 30px 0;
	}

	.jianjie .model .btns a {
		font-size: 14px;
		line-height: 24px;
	}

	.jianjie .des .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.jianjie h1 {
		font-size: 18px;
		line-height: 28px;
	}

	.jianjie .model .btns a {
		height: 38px;
	}
}

@media screen and (max-width:768px) {
	.jianjie .model .btns a {
		width: 140px;
	}

	.jianjie .model .txts {
		margin-bottom: 30px;
	}

	.productShow .box {
		max-width: 360px;
	}
}


@media screen and (max-width:538px) {
	.jianjie .model .btns a {
		width: 125px;
	}
}



.productDet .checkBox {
	background-color: #ffffff;
	box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.13);
}

.productDet .checkBtns {
	display: flex;
	flex-wrap: wrap;
}

.productDet .checkBtns div.swiper-slide {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 22px;
	line-height: 30px;
	color: #175aa1;
	margin-right: 14.1%;
	padding: 21px 0;
	cursor: pointer;
	width: auto;
	transition: .4s ease color;
}


.productDet .checkBtns div.swiper-slide.active,
.productDet .checkBtns div.swiper-slide:hover {
	color: #ff870e;
}

.productDet .checks {
	background-color: #f8f8f8;
}


.productDet .checks .con>div {
	display: none;
}

.productDet .checks .con>div:nth-child(1) {
	display: block;
}


.productDet .overview {
	padding: 82px 0 135px 0;
}



.relatedProducts {
	padding: 64px 0 110px 0;
}

.relatedProducts .sTitle {
	margin-bottom: 49px;
}


.relatedProducts .image {
	background-color: #ffffff;
	box-shadow: 0px 5px 10px 1px rgba(62, 62, 62, 0.33);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 36px;
	width: 100%;
	flex: 1;
}

.relatedProducts .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 6px;
}

.relatedProducts .tit:hover {
	color: #175aa1;
}

.relatedProducts .txts {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	text-align: center;
}


.relatedProducts .swiper {
	overflow: visible;
}


.relatedProducts .swiper .swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: .4s ease opacity;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.relatedProducts .swiper .swiper-wrapper {
	pointer-events: none;
}

.relatedProducts .swiper .swiper-slide.swiper-slide-visible {
	pointer-events: all;
	opacity: 1;
}

@media screen and (max-width:1560px) {
	.productDet .checkBtns div.swiper-slide {
		padding: 14px 0;
		margin-right: 8%;
		font-size: 20px;
		line-height: 30px;
	}

	.relatedProducts .image {
		border-radius: 10px;
		margin-bottom: 20px;
	}

	.relatedProducts .tit {
		font-size: 18px;
		line-height: 28px;
	}

}

@media screen and (max-width:1333px) {
	.productDet .checkBtns div.swiper-slide {
		font-size: 18px;
		line-height: 28px;
	}

	.relatedProducts .sTitle {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.productDet .checkBtns div.swiper-slide {
		font-size: 16px;
		line-height: 28px;
		padding: 10px 0;
	}

	.relatedProducts .tit {
		font-size: 16px;
		line-height: 26px;
	}

}

@media screen and (max-width:768px){
    .productDet .checkBtns div.swiper-slide{
        margin-right: 30px;
    }
}



.feature {
	padding: 71px 0 79px 0;
}


.feature .item {
	background-color: #ffffff;
	margin-top: 50px;
	padding: 57px 42px 52px 74px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.feature .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.feature .item:nth-child(1) {
	margin-top: 0;
}

.feature .image {
	width: 46.2%;
}


.feature .msg {
	width: 48%;
}

.feature .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 26px;
}


.feature .txts p {
	line-height: 30px;
	color: #333333;
}

.feature .clear {
	display: none;
}


@media screen and (max-width:1560px) {
	.feature .item {
		padding: 30px;
	}

	.feature .tit {
		font-size: 26px;
		line-height: 36px;
	}
}

@media screen and (max-width:1333px) {
	.feature .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.feature .item {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.feature .tit {
		font-size: 20px;
	}

	.feature .item,
	.feature .clear {
		display: block;
	}

	.feature .item:nth-child(2n-1) .image {
		float: left;
		margin-right: 5%;
	}

	.feature .msg {
		width: 100%;
	}

	.feature .item:nth-child(2n) .image {
		float: right;
		margin-left: 5%;
	}

	.feature .item {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.feature .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.feature .item:nth-child(n) .image {
		width: 100%;
		float: none;
		margin: 0 auto 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 450px;
	}
}

@media screen and (max-width:538px) {
	.feature .item {
		padding: 25px;
	}
}



.specification {
	padding: 111px 0 100px 0;
}

.productDet .table {
	width: 100%;
	overflow: auto;
	line-height: 28px;
}

.productDet .table table {
	width: 100%;
	border-collapse: collapse;
}


.productDet .table table tr td {
	padding: 15px 35px;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	border: 1px dashed #dddddd;
	white-space: nowrap;
    
}


.productDet .table table tr:nth-child(1) td {
	background-color: #175aa1;
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 20px;
	line-height: 28px;
	color: #ffffff;
	border: none;
}


.specification .btnBox {
	display: flex;
	align-items: center;
	justify-content: center;
}

.specification .btnBox .btn {
	position: relative;
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 20px;
	line-height: 30px;
	color: #175aa1;
	cursor: pointer;
	margin-top: 46px;
}


.specification .btnBox .btn::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	bottom: 4px;
	background-color: #175aa1;
	transition: .4s ease all;
}

.specification .btnBox .btn:hover::after {
	left: auto;
	right: 0;
	width: 0;
}


.specification .table table tr {
	display: none;
}

.specification .table table tr:nth-child(-n+6) {
	display: table-row;
}


.specification .parameter.active .table table tr:nth-child(n) {
	display: table-row;
}

@media screen and (max-width:1560px) {
	.productDet .table table tr td {
		padding: 10px 20px;
		font-size: 16px;
		line-height: 26px;
	}

	.productDet .table table tr:nth-child(1) td {
		font-size: 18px;
	}

	.specification .btnBox .btn {
		font-size: 18px;
		line-height: 28px;
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.productDet .table table tr:nth-child(1) td {
		font-size: 16px;
		line-height: 26px;
	}

	.productDet .table table tr td {
		font-size: 14px;
		line-height: 24px;
	}
}



.accessory {
	padding: 82px 0 49px 0;
}

.accessory>div {
	margin-top: 88px;
}

.accessory>div:nth-child(1) {
	margin-top: 0;
}

.accessory .title {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 47px;
}

.accessory .list {
	display: flex;
	flex-wrap: wrap;
}


.accessory .list .item {
	width: 31.42%;
	margin-right: 2.87%;
}


.accessory .list .item:nth-child(3n) {
	margin-right: 0;
}


.accessory .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.accessory .list .image {
	overflow: hidden;
	margin-bottom: 22px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}


.accessory .list .msg {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.accessory .list .tit {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
}

.accessory .list .tit:hover {
	color: #175aa1;
}


.accessory .list .btn {
	font-weight: bold;
	font-size: 12px;
	margin-right: 15px;
	margin-left: 20px;
}

.accessory .list .btn:hover {
	color: #175aa1;
}


.accessory .list .txts {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-top: 14px;
}

@media screen and (max-width:1560px) {
	.accessory .list .image {
		border-radius: 10px;
	}

	.accessory .title {
		margin-bottom: 30px;
	}

	.accessory>div {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.accessory .title {
		font-size: 20px;
		line-height: 30px;
	}

	.accessory .list .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.accessory .list .image {
		margin-bottom: 15px;
		border-radius: 5px;
	}

	.accessory>div {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.accessory .list {
		justify-content: space-between;
	}

	.accessory .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.accessory .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.accessory .title {
		font-size: 18px;
		line-height: 28px;
	}

	.accessory>div {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.accessory>div {
		margin-top: 40px;
	}

	.accessory .title {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:538px) {
	.accessory .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.accessory .list .item:nth-child(1) {
		margin-top: 0;
	}
}





/* 2-1service-0 */


.service {
	padding: 76px 0 127px 0;
}


.service .con {
	display: flex;
	flex-wrap: wrap;
}


.service .item {
	width: 31.42%;
	margin-right: 2.87%;
	margin-top: 37px;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 0px rgba(62, 62, 62, 0.15);
	border-radius: 20px;
	padding: 34px 43px 30px 43px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}


.service .item:nth-child(3n) {
	margin-right: 0;
}

.service .item:nth-child(-n+3) {
	margin-top: 0;
}



.service .msg {
	margin-bottom: 17px;
}


.service .title {
	display: flex;
	align-items: center;
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 10px;
}


.service .title img {
	flex-shrink: 0;
	margin-right: 31px;
	width: 64px;
}

.service .title:hover img {
	opacity: .6;
	transform: none;
}


.service .title:hover {
	color: #175aa1;
}


.service .txts {
	line-height: 26px;
	color: #666666;
}


.service .list {
	margin-top: 15px;
}



.service .list a {
	display: block;
	position: relative;
	margin-bottom: 4px;
	padding-left: 17px;
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}


.service .list a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 7px;
	height: 7px;
	background-color: #ff870e;
	border-radius: 50%;
}


.service .list a:last-child {
	margin-bottom: 0;
}


.service .list a:hover {
	color: #ff870e;
}


.service .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: solid 2px #175aa1;
	padding: 7.5px 17.5px;
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 18px;
	line-height: 28px;
	color: #175aa1;
}

.service .btn i {
	font-size: 12px;
	font-weight: bold;
	flex-shrink: 0;
	margin-left: 10px;
}

.service .btn:hover {
	background-color: #175aa1;
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.service .item {
		padding: 30px;
		border-radius: 10px;
	}

	.service .title img {
		width: 50px;
		margin-right: 20px;
	}

	.service .title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.service .list {
		margin-top: 20px;
	}

	.service .list a {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.service .btn {
		border-radius: 5px;
		padding: 5px 20px;
		font-size: 16px;
	}

	.service .msg {
		margin-bottom: 30px;
	}

	.service .btn i {
		transform: translateY(1px);
	}
}


@media screen and (max-width:1333px) {
	.service .item {
		padding: 25px;
	}

	.service .title {
		font-size: 18px;
		line-height: 28px;
	}

	.service .title img {
		width: 44px;
		margin-right: 15px;
	}

	.service .btn {
		padding: 2px 20px;
	}
}

@media screen and (max-width:999px) {
	.service .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 40px;
	}

	.service .con {
		justify-content: space-between;
	}

	.service .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.service .title img {
		width: 35px;
	}

	.service .title {
		font-size: 16px;
		line-height: 26px;
	}

	.service .list a {
		font-size: 14px;
		line-height: 24px;
	}

	.service .list a::after {
		top: 8px;
	}

	.service .item {
		border-radius: 5px;
	}
}

@media screen and (max-width:768px) {
	.service .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.service .title img {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:538px) {
	.service .item:nth-child(n) {
		width: 100%;
		margin-top: 40px;
	}

	.service .item:nth-child(1) {
		margin-top: 0;
	}
}

/* 2-1service-1 */

.manualDownload {
	padding: 76px 0 128px 0;
}


.manualDownload .con {
	display: flex;
	flex-wrap: wrap;
}


.manualDownload .item {
	width: 30.57%;
	margin-right: 4.145%;
	margin-top: 30px;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 0px rgba(62, 62, 62, 0.15);
	border-radius: 20px;
	padding: 0px 30px 49px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.manualDownload .item:nth-child(3n) {
	margin-right: 0;
}


.manualDownload .item:nth-child(-n+3) {
	margin-top: 0;
}



.manualDownload .num {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 98px;
	line-height: 100px;
	color: rgba(51, 51, 51, 0.1);
	text-align: center;
	margin-bottom: 21px;
}

.manualDownload .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 26px;
}


.manualDownload .tit:hover {
	color: #175aa1;
}

.manualDownload .btn {
	width: 145px;
	height: 47px;
	border-radius: 10px;
	border: solid 2px #175aa1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 18px;
	line-height: 28px;
	color: #175aa1;
	margin: 0 auto;
}


.manualDownload .btn:hover {
	background-color: #175aa1;
	color: #ffffff;
}

.manualDownload .btn i {
	font-size: 12px;
	font-weight: bold;
	flex-shrink: 0;
	margin-left: 8px;
}

@media screen and (max-width:1560px) {
	.manualDownload .item {
		border-radius: 10px;
		padding: 30px;
	}

	.manualDownload .num {
		font-size: 70px;
		line-height: 70px;
	}

	.manualDownload .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.manualDownload .btn {
		font-size: 16px;
		border-radius: 5px;
		height: 40px;
	}

	.manualDownload .btn i {
		transform: translateY(1px);
	}
}

@media screen and (max-width:1333px) {
	.manualDownload .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.manualDownload .num {
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 10px;
	}

	.manualDownload .item {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.manualDownload .con {
		justify-content: space-between;
	}

	.manualDownload .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.manualDownload .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.manualDownload .num {
		font-size: 50px;
		line-height: 50px;
	}

	.manualDownload .btn {
		height: 36px;
		width: 140px;
	}

	.manualDownload .tit {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.manualDownload .num {
		font-size: 40px;
		line-height: 40px;
	}

	.manualDownload .btn {
		width: 130px;
	}
}

@media screen and (max-width:538px) {
	.manualDownload .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.manualDownload .item:nth-child(1) {
		margin-top: 0;
	}
}

/* 2-2service */


.innerTit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
}


.userGuide {
	padding: 77px 0 71px 0;
}


.userGuide .box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.serviceSlides {
	width: 25.72%;
}


.serviceSlides .title {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	background-color: #175aa1;
	padding: 8.5px 24px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.serviceSlides .title i {
	font-size: 18px;
	font-weight: bold;
	display: none;
	width: 35px;
	height: 35px;
	will-change: transform;
}

.serviceSlides .title i.active{
	transform: rotate(45deg);
}

.serviceSlides .title .meunBtn {
	width: 35px;
	height: 24px;
	background: #175aa1;
	cursor: pointer;
	border-radius: 5px;
	position: relative;
	display:none;
}

.serviceSlides .title .meunBtn span {
	display: block;
	width: 20px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	transition: 0.8s;
}

.serviceSlides .title .meunBtn .nav1 {
	margin-top: -1px;
}

.serviceSlides .title .meunBtn .nav2 {
	margin-top: -8px;
}

.serviceSlides .title .meunBtn .nav3 {
	margin-top: 6px;
}

.serviceSlides .title .meunBtn:hover .nav1 {
	width: 25px;
}

.serviceSlides .title .meunBtn.active .nav1 {
	transform: rotate(45deg)
}

.serviceSlides .title .meunBtn.active .nav2 {
	transform: rotate(-45deg);
	width: 10px;
	margin-left: -1px;
	margin-top: -5px;
}

.serviceSlides .title .meunBtn.active .nav3 {
	transform: rotate(-45deg);
	width: 9px;
	margin-top: 3px;
	margin-left: -8px;
}

.serviceSlides .title .meunBtn.active:hover .nav2 {
	margin-top: -8px;
	margin-left: 7px;
}

.serviceSlides .title .meunBtn.active:hover .nav3 {
	margin-top: 5px;
	margin-left: -12px;
}


.serviceSlides a {
	display: block;
}

.serviceSlides .list>li {
	margin-bottom: 21px;
}

.serviceSlides .list>li:last-child {
	margin-bottom: 0;
}

.serviceSlides .list>li>a {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(164, 164, 164, 0.25);
	padding: 14.5px 22px;
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.serviceSlides .list>li>a:hover,
.serviceSlides .list>li.active>a {
	background-color: #175aa1;
	color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(164, 164, 164, 0);
}

.serviceSlides .list>li ul {
	padding: 10px 24px 2px;
}

.serviceSlides .list>li li {
	margin-bottom: 8.5px;
}

.serviceSlides .list>li li:last-child {
	margin-bottom: 0;
}

.serviceSlides .list>li ul a {
	position: relative;
	color: #666666;
	padding-left: 17px;
}


.serviceSlides .list>li ul a:hover,
.serviceSlides .list>li ul li.active>a {
	color: #ff870e;
}

.serviceSlides .list>li ul a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 7px;
	height: 7px;
	background-color: #ff870e;
	border-radius: 50%;
}




.userGuide .con {
	width: 71.35%;
}


.userGuide .innerTit {
	margin-bottom: 44px;
	margin-top: -16px;
}


.userGuide .con .list {
	margin-bottom: 40px;
}

.userGuide .con .item {
	padding: 23px 20px 23px 23px;
	background-color: #ffffff;
	box-shadow: 8px -1px 18px 0px rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 34px;
}


.userGuide .con .item:last-child {
	margin-bottom: 0;
}


.userGuide .con .tit {
	display: flex;
	align-items: center;
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.userGuide .con .tit img {
	flex-shrink: 0;
	width: 34px;
	margin-right: 40px;
}

.userGuide .con .btn {
	display: flex;
	align-items: center;
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	flex-shrink: 0;
	margin-left: 20px;
}


.userGuide .con .btn i {
	font-size: 30px;
	flex-shrink: 0;
	margin-right: 15px;
	color: #333333;
}

.userGuide .con .btn:hover,
.userGuide .con .btn:hover i {
	color: #175aa1;
}


.userGuide .pager,
.userGuide .pager .pageList {
	justify-content: flex-start;
}

.userGuide .pager {
	margin-left: -4.7px;
}

@media screen and (max-width:1560px) {
	.innerTit {
		font-size: 32px;
		line-height: 42px;
	}

	.userGuide .innerTit {
		margin-top: 0;
	}

	.serviceSlides .title {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.userGuide .con .item {
		padding: 20px;
	}

	.userGuide .con .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.userGuide .con .tit img {
		margin-right: 20px;
	}

	.userGuide .con .btn {
		font-size: 16px;
		line-height: 26px;
	}

	.userGuide .con .btn i {
		font-size: 26px;
	}

}

@media screen and (max-width:1333px) {
	.serviceSlides .title {
		font-size: 22px;
		line-height: 30px;
	}

	.serviceSlides .list>li>a {
		padding: 10px 20px;
	}

	.serviceSlides {
		width: 28%;
	}

	.userGuide .con {
		width: 68%;
	}

	.innerTit {
		font-size: 26px;
		line-height: 36px;
	}

	.userGuide .con .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.userGuide .con .item {
		margin-bottom: 25px;
	}

	.userGuide .con .btn i {
		font-size: 24px;
	}
}

@media screen and (max-width:999px) {
	.userGuide .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.userGuide .con {
		width: 100%;
		margin-top: 30px;
	}

	.userGuide .innerTit {
		margin-bottom: 30px;
	}

	.userGuide .con .tit img {
		width: 30px;
	}

	.userGuide .con .btn i {
		font-size: 22px;
	}

	.userGuide .pager {
		margin: 0;
	}

	.userGuide .pager,
	.userGuide .pager .pageList {
		justify-content: center;
	}

	.serviceSlides {
		width: 100%;
	}

	.serviceSlides .list>li>a {
		font-size: 16px;
		line-height: 26px;
	}

	.serviceSlides .list>li ul a {
		font-size: 14px;
		line-height: 24px;
	}

	.serviceSlides .list>li ul a::after {
		top: 9px;
	}

	.serviceSlides .title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom:0px;
	}
	
	.serviceSlides .list{
	    margin-top:20px;
	}

	.innerTit {
		font-size: 24px;
		line-height: 34px;
	}

	.serviceSlides .title i {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.serviceSlides .title.active i {
		transform: rotate(45deg);
	}

	.serviceSlides .list {
		display: none;
		transition: none;
	}
	.serviceSlides .title .meunBtn {
	    display:block;
	}
	.serviceSlides .list>li>a {
		box-shadow: 0px 0px 10px 0px rgba(164, 164, 164, 0);
	}
	.serviceSlides .list>li>a.shadow {
	  box-shadow: 0px 0px 10px 0px rgba(164, 164, 164, 0.25);
	}
}


@media screen and (max-width:768px) {
	.innerTit {
		font-size: 22px;
		line-height: 30px;
	}

	.userGuide .con .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.userGuide .con .btn {
		margin-left: 0;
		margin-top: 10px;
	}

	.userGuide .con .tit {
		flex-direction: column;
		align-items: flex-start;
	}

	.userGuide .con .tit img {
		margin-right: 0;
		margin-bottom: 10px;
	}
}



/* 2-3service */

.warrantyPolicy {
	padding: 76px 0 39px 0;
}


.warrantyPolicy .box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.warrantyPolicy .con {
	width: 70.9%;
}

.warrantyPolicy .innerTit {
	margin-top: -16px;
	margin-bottom: 27px;
}

.warrantyPolicy .txts {
	margin-bottom: 40px;
}


.warrantyPolicy .msgList li {
	display: flex;
	align-items: center;
	margin-bottom: 28px;
}

.warrantyPolicy .msgList li:last-child {
	margin-bottom: 0;
}


.warrantyPolicy .msgList .name {
	flex-shrink: 0;
	width: 140px;
	font-family: HelveticaNeueLTPro-Roman;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 2px;
	line-height: 28px;
	color: #333333;
	margin-right: 34px;
}


.warrantyPolicy .msgList .num {
	color: #666666;
	line-height: 28px;
}


.warrantyPolicy .msgList a.num:hover {
	color: #ff870e;
}

@media screen and (max-width:1560px) {
	.warrantyPolicy .innerTit {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.warrantyPolicy .con {
		width: 68%;
	}
}

@media screen and (max-width:999px) {
	.warrantyPolicy .box {
		flex-direction: column;
	}


	.warrantyPolicy .con {
		width: 100%;
		margin-top: 30px;
	}

	.warrantyPolicy .innerTit {
		margin-bottom: 30px;
	}

	.warrantyPolicy .txts {
		margin-bottom: 30px;
	}

	.warrantyPolicy .msgList li {
		margin-bottom: 20px;
	}

	.warrantyPolicy .msgList .name,
	.warrantyPolicy .msgList .num {
		font-size: 14px;
		line-height: 26px;
	}
}


@media screen and (max-width:538px) {
	.warrantyPolicy .msgList li {
		flex-direction: column;
		align-items: flex-start;
	}

	.warrantyPolicy .msgList .name {
		width: auto;
		margin-right: 0;
		margin-bottom: 10px;
	}
}


/* 2-4service */


.repair {
	padding: 76px 0 72px 0;
}


.repair .box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.repair .con {
	width: 71.1%;
}



.repair .innerTit {
	margin-top: -16px;
	margin-bottom: 18px;
}



.repair .txts {
	margin-bottom: 60px;
}

.repair .txts p {
	color: #333333;
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 18px;
}



.repair form {
	margin: 0 auto;
	max-width: 444px;
}


.repair form li {
	height: 55px;
	background-color: #f6f6f6;
	margin-top: 21px;
	padding: 0 10px;
}


.repair form li:nth-child(1) {
	margin-top: 0;
}

.repair form li input,
.repair form li textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}


.repair form li.must {
	position: relative;
}

.repair form li.must::after {
	content: "*";
	position: absolute;
	left: -16px;
	top: 15px;
	font-size: 20px;
	line-height: 30px;
	color: #ff0000;
}


.repair form li.message {
	height: 133px;
	padding: 15px 10px;
}

.repair form li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.repair form li.codeCon input {
	padding: 0 10px;
	flex: 1;
}

.repair form li .codeImg {
	height: 100%;
	cursor: pointer;
	max-width: 112px;
	flex-shrink: 0;
}


.repair form li .codeImg img {
	height: 100%;
	display: block;
	width: 100%;
}


.repair form li.subBtn {
	padding: 0;
}

.repair form li.subBtn input {
	background-color: #175aa1;
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #175aa1;
	cursor: pointer;
	text-transform: uppercase;
}


.repair form li.subBtn input:hover {
	background-color: #ffffff;
	color: #175aa1;
}


.repair form input::-webkit-input-placeholder,
.repair form textarea::-webkit-input-placeholder {
	color: #999999;
}

.repair form input:-moz-placeholder,
.repair form textarea:-moz-placeholder {
	color: #999999;
}

.repair form input::-moz-placeholder,
.repair form textarea::-moz-placeholder {
	color: #999999;
}

.repair form input:-ms-input-placeholder,
.repair form textarea:-ms-input-placeholder {
	color: #999999;
}

@media screen and (max-width:1560px) {
	.repair .innerTit {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.repair form li {
		height: 50px;
	}

	.repair form li.subBtn input {
		font-size: 16px;
	}
}

@media screen and (max-width:1333px) {
	.repair .con {
		width: 68%;
	}

	.repair form li {
		height: 45px;
	}

	.repair form li.must::after {
		top: 12px;
	}

	.repair .txts {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.repair .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.repair .con {
		width: 100%;
		margin-top: 30px;
	}

	.repair form li {
		height: 40px;
		margin-top: 16px;
	}

	.repair form li.must::after {
		top: 10px;
	}

	.repair .txts {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.repair form {
		max-width: 400px;
	}
}

@media screen and (max-width:538px) {
	.repair form li.must::after {
		left: -10px;
	}
}

/* 2-5service */

.videoCenter {
	padding: 76px 0 38px 0;
}


.videoCenter .box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.videoCenter .con {
	width: 70.9%;
}

.videoCenter .innerTit {
	margin-top: -16px;
	margin-bottom: 40px;
}


.videoCenter .con .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 42px;
}


.videoCenter .con .video {
	width: 48.2%;
	margin-top: 28px;
	position: relative;
	display: block;
}


.videoCenter .con .video:nth-child(-n+2) {
	margin-top: 0;
}



.videoCenter .con .image {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}


.videoCenter .con .playBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 34px;
	height: 34px;
}

.videoCenter .con .playBtn img {
	width: 100%;
	height: 100%;
}


.videoCenter .con .image:hover .playBtn img {
	transform: scale(1.1);
}

.videoCenter .con .name {
	padding: 5px 10px;
	text-align: center;
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	cursor: pointer;
}


.videoCenter .con .name:hover {
	color: #175aa1;
}

.videoCenter .pager,
.videoCenter .pager .pageList {
	justify-content: flex-start;
}

.videoCenter .pager {
	margin-left: -4.7px;
}


@media screen and (max-width:1560px) {
	.videoCenter .innerTit {
		margin-top: 0;
	}

	.videoCenter .con .image {
		border-radius: 10px;
	}

	.videoCenter .con .name {
		padding: 10px;
	}
}

@media screen and (max-width:1333px) {
	.videoCenter .con {
		width: 68%;
	}

	.videoCenter .innerTit {
		margin-bottom: 30px;
	}

	.videoCenter .con .image {
		border-radius: 5px;
	}

	.videoCenter .con .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.videoCenter .box {
		flex-direction: column;
	}

	.videoCenter .con {
		width: 100%;
		margin-top: 30px;
	}

	.videoCenter .con .video {
		margin-top: 25px;
	}

	.videoCenter .pager {
		margin: 0;
	}

	.videoCenter .pager,
	.videoCenter .pager .pageList {
		justify-content: center;
	}

	.videoCenter .con .name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.videoCenter .con .name {
		padding: 5px 10px;
	}

	.videoCenter .con .list {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.videoCenter .con .video:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.videoCenter .con .video:nth-child(1) {
		margin-top: 0;
	}

	.videoCenter .con .image {
		max-width: 380px;
		margin: 0 auto;
	}
}


/* 2-6service */

.faqs {
	padding: 76px 0 95px 0;
}


.faqs .box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.faqs .con {
	width: 71.21%;
}


.faqs .innerTit {
	margin-top: -16px;
	margin-bottom: 16px;
}


.faqs .faqList {
	margin-bottom: 21px;
}

.faqList .item {
	margin-bottom: 28px;
}


.faqList .item:last-child {
	margin-bottom: 0;
}



.faqList .answer {
	transition: none;
	padding: 19px 30px;
}



.faqList .msg {
	display: flex;
	align-items: flex-start;
}



.faqList .question {
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	background-color: #f6f6f6;
	border-radius: 8px;
	padding: 19px 29px 19px 29px;
}



.faqList span {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 24px;
	line-height: 34px;
	color: #175aa1;
	flex-shrink: 0;
	margin-right: 10px;
}

.faqList .question span {
	transform: translateY(-2px);
}

.faqList .answer span {
	transform: translateY(-3px);
}


.faqList .question:hover {
	color: #175aa1;
}


.faqList .answer p {
	line-height: 30px;
}



.faqs .pager,
.faqs .pageList {
	justify-content: flex-start;
}

.faqs .pager {
	margin-left: -4.7px;
}

@media screen and (max-width:1560px) {
	.faqs .innerTit {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.faqList .question {
		padding: 10px 20px;
		border-radius: 5px;
		font-size: 18px;
		line-height: 28px;
	}

	.faqList span {
		font-size: 22px;
		line-height: 30px;
	}

	.faqList .answer {
		padding: 20px;
	}

	.faqList .answer span {
		transform: translateY(0);
	}

	.faqs .faqList {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.faqs .con {
		width: 68%;
	}

	.faqList .item {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.faqs .box {
		flex-direction: column;
	}

	.faqs .con {
		width: 100%;
		margin-top: 30px;
	}

	.faqList .question {
		font-size: 16px;
		line-height: 28px;
	}

	.faqList span {
		font-size: 18px;
	}

	.faqList .answer span {
		transform: translateY(-2px);
	}

	.faqList .answer {
		padding: 10px 20px;
	}

	.faqs .pager,
	.faqs .pageList {
		justify-content: center;
	}

	.faqs .pager {
		margin: 0;
	}
}



/* 2-7service */


.factor {
	padding: 77px 0 60px 0;
}


.factor .box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.factor .con {
	width: 71%;
}


.factor .con .title {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 26px;
	line-height: 36px;
	color: #333333;
	margin-top: -5px;
	margin-bottom: 55px;
}


.factor .con .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 56px;
}


.factor .con .list .image {
	width: 27.5%;
	margin-right: 8.75%;
	margin-top: 20px;
	box-shadow: 0px 0px 27px 0px rgba(23, 97, 133, 0.27);
	display: flex;
	align-items: center;
	justify-content: center;
}



.factor .con .list .image:nth-child(3n) {
	margin-right: 0;
}


.factor .con .list .image:nth-child(-n+3) {
	margin-top: 0;
}

.factor .con .list .image:hover img {
	transform: none;
}

.factor .con .list .image:hover {
	box-shadow: 0px 0px 27px 0px rgba(23, 97, 133, 0);
}

.factor .txts p {
	line-height: 26px;
}


@media screen and (max-width:1560px) {
	.factor .con .title {
		margin-top: 0;
		margin-bottom: 40px;
	}

	.factor .con .list .image {
		width: 30%;
		margin-right: 5%;
	}

	.factor .con .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.factor .con {
		width: 68%;
	}
}

@media screen and (max-width:999px) {
	.factor .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.factor .con {
		width: 100%;
		margin-top: 40px;
	}

	.factor .con .title {
		font-size: 24px;
		line-height: 34px;
	}
}

@media screen and (max-width:768px) {
	.factor .con .title {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.factor .con .list .image:nth-child(n) {
		width: 45%;
		margin-right: 0;
		margin-top: 30px;
	}

	.factor .con .list .image:nth-child(-n+2) {
		margin-top: 0;
	}

	.factor .con .list {
		justify-content: space-between;
		margin-bottom: 30px;
	}
}


/* 3-1solution */


.solution {
	padding: 77px 0 112px 0;
}

.solution .con {
	display: flex;
	flex-wrap: wrap;
}


.solution .solutionItem {
	width: 31.14%;
	margin-right: 3.29%;
	margin-top: 64px;
}

.solution .solutionItem:nth-child(3n) {
	margin-right: 0;
}


.solution .solutionItem:nth-child(-n+3) {
	margin-top: 0;
}

@media screen and (max-width:1560px) {
	.solution .solutionItem {
		margin-top: 40px;
	}
}


@media screen and (max-width:999px) {
	.solution .con {
		justify-content: space-between;
	}

	.solution .solutionItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.solution .solutionItem:nth-child(-n+2) {
		margin-top: 0;
	}
}


@media screen and (max-width:538px) {
	.solution .solutionItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.solution .solutionItem:nth-child(1) {
		margin-top: 0;
	}
}

/* 4-1about */


.aboutUs {
	padding: 77px 0 82px 0;
}


.aboutUs .con {
	margin-bottom: 65px;
}


.aboutUs .image {
	width: 48.78%;
	float: right;
	margin-left: 5%;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 19px;
}


.aboutUs .image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.aboutUs .title1 {
	margin-bottom: 30px;
	margin-top: -19px;
}


.aboutUs .list {
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.13);
	border-radius: 20px;
	overflow: hidden;
	padding: 30px 30px 21px 30px;
}


.aboutUs .list .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 18%;
}

.aboutUs .list .sign {
	width: 35px;
	flex-shrink: 0;
	margin-bottom: 12px;
}


.aboutUs .list .tit {
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
}

.aboutUs .txts p {
	hyphens: auto;
}


@media screen and (max-width:1560px) {
	.aboutUs .title1 {
		margin-top: 0;
	}

	.aboutUs .image {
		border-radius: 10px;
	}

	.video .videoBtn .arr {
		width: 60px;
		height: 60px;
	}

	.aboutUs .con {
		margin-bottom: 60px;
	}

	.aboutUs .list .tit {
		font-size: 18px;
		line-height: 26px;
	}

	.aboutUs .list {
		padding: 20px;
		border-radius: 10px;
	}
	
	.aboutUs .image {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.video .videoBtn .arr {
		width: 55px;
		height: 55px;
	}

	.video .videoBtn img {
		width: 14px;
	}

	.aboutUs .con {
		margin-bottom: 50px;
	}

	.aboutUs .list .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.aboutUs .list .item {
		width: 22%;
	}

	.aboutUs .list {
		border-radius: 5px;
	}

	.aboutUs .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .image {
		width: 100%;
		height: 380px;
		float: none;
		margin: 0;
	}

	.aboutUs .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}


	.aboutUs .msg {
		margin-bottom: 30px;
	}

	.aboutUs .list {
		flex-wrap: wrap;
		justify-content: space-between;
	}


	.aboutUs .list .sign {
		margin-bottom: 5px;
	}


	.aboutUs .list .tit {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .image {
		height: 340px;
	}

	.aboutUs .con {
		margin-bottom: 40px;
	}

	.aboutUs .list .item:nth-child(n) {
		width: 46%;
		margin-top: 30px;
	}

	.aboutUs .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

}


@media screen and (max-width:538px) {
	.aboutUs .image {
		height: 280px;
	}

	.video .videoBtn img {
		width: 12px;
	}

	.aboutUs .list .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.aboutUs .list .item:nth-child(n) {
		width: 48%;
	}
}





.history {
	padding: 74px 0 111px 0;
	background-color: rgba(232, 232, 232, 0.2);
}



.history .title1 {
	margin-bottom: 69px;
}


.history .swiperBox {
	position: relative;
	z-index: 2;
}


.history .swiperBox .swiper::after {
	content: "";
	position: absolute;
	bottom: 53px;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: 100%;
	background-color: #999999;
}




.history .swiper-slide {
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.history .msg {
	background-color: #ffffff;
	padding: 6px 32px 19px;
	border-radius: 20px;
	/* overflow: hidden; */
	margin-bottom: 35px;
    height: 294px;
    overflow-y: auto;
}


.history .time {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 26px;
	line-height: 36px;
	color: #0b2dbd;
	position: relative;
	margin-bottom: 37px;
}


.history .time::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -11px;
	height: 2px;
	background-color: #0b2dbd;
	width: 63px;
}



.history .txts {
	line-height: 28px;
	color: #666666;
	hyphens: auto;
}

.history .box {
	padding-left: 33px;
}

.history .circle {
	width: 12px;
	height: 12px;
	background-color: #0b2dbd;
	border-radius: 50%;
	margin-bottom: 18px;
}




.history .tip {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.history .btns>div {
	position: absolute;
	top: 43%;
	transform: translateY(-50%);
	z-index: 9;
	font-weight: bold;
	color: #333333;
	font-size: 30px;
	cursor: pointer;
}

.history .btns>div.prev {
	left: -49px;
}

.history .btns>div.next {
	right: -49px;
}


.history .btns>div:hover {
	color: #1132bf;
}



.history .btns>div.swiper-button-disabled {
	pointer-events: none;
}

@media screen and (max-width:1560px) {
	.history .msg {
		border-radius: 10px;
		padding: 30px;
	}

	.history .time {
		font-size: 24px;
		line-height: 34px;
	}

	.history .time::after {
		width: 50px;
	}

	.history .title1 {
		margin-bottom: 50px;
	}

	.history .btns>div {
		font-size: 24px;
	}
}

@media screen and (max-width:1333px) {
	.history .time {
		font-size: 22px;
		line-height: 30px;
	}

	.history .time::after {
		width: 46px;
	}

	.history .tip {
		font-size: 18px;
		line-height: 28px;
	}

	.history .title1 {
		margin-bottom: 40px;
	}

	.history .btns>div {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.history .title1 {
		margin-bottom: 30px;
	}
    .history .msg {
		height: 260px;
	}
}

@media screen and (max-width:768px) {
	.history .msg {
		margin-bottom: 30px;
		padding: 25px;
	}

	.history .btns>div {
		position: static;
		margin-top: 30px;
		font-size: 18px;
		line-height: 30px;
	}

	.history .btns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.history .btns>div.prev {
		margin-right: 30px;
	}

	.history .time {
		font-size: 20px;
		line-height: 30px;
	}

	.history .time::after {
		width: 42px;
	}
}




.aboutPiece {
	padding: 76px 0 98px 0;
}


.aboutPiece .factoryTour {
	margin-bottom: 76px;
}


.factoryTour .sTitle {
	margin-bottom: 69px;
}

.factoryTour .image {
	border-radius: 20px;
	margin-bottom: 15px;
	overflow: hidden;
}


.factoryTour .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.factoryTour .name {
	text-align: center;
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

@media screen and (max-width:1560px) {
	.factoryTour .sTitle {
		margin-bottom: 50px;
	}

	.factoryTour .image {
		border-radius: 10px;
	}

	.factoryTour .name {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.factoryTour .sTitle {
		margin-bottom: 40px;
	}

	.factoryTour .image {
		border-radius: 5px;
	}

	.aboutPiece .factoryTour {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.factoryTour .sTitle {
		margin-bottom: 30px;
	}

	.aboutPiece .factoryTour {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.aboutPiece .factoryTour {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.factoryTour .image {
		max-height: 280px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}





.honor .sTitle {
	margin-bottom: 96px;
}


.honor .image {
	margin-bottom: 9px;
}



.honor .image:hover img {
	transform: translateY(-10px);
}

.honor .name {
	font-family: Raleway-Regular;
	font-size: 18px;
	line-height: 32px;
	color: #333333;
	text-align: center;
}

.honor .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


@media screen and (max-width:1560px) {
	.honor .sTitle {
		margin-bottom: 50px;
	}

	.honor .name {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.honor .sTitle {
		margin-bottom: 40px;
	}
}



/* 5-1news */

.news {
	padding: 72px 0 89px 0;
}


.news .newCategroy {
	margin-bottom: 65px;
}

.newCategroy {
	background-color: rgba(241, 241, 241, 0.5);
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	padding: 16px 79px 16px 94px;
	flex-wrap: wrap;
}


.newCategroy a {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 22px;
	line-height: 30px;
	color: #175aa1;
	margin: 5px 10px;
}

.newCategroy a.active,
.newCategroy a:hover {
	color: #ff870e;
}


.news .innerTit {
	text-align: center;
	margin-bottom: 56px;
}

.newShow {
	display: flex;
	justify-content: space-between;
	margin-bottom: 69px;
	position: relative;	
}


.newShow .box {
	width: 48%;
	padding-bottom: 59px;
}



.newShow .imgSwiper {
	width: 48.85%;
	border-radius: 20px;
	overflow: hidden;
	position: absolute;
	right: 0;
	height: 100%;
}

.newShow .imgSwiper .image {
	height: 100%;
}

.newShow .imgSwiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.newShow .msgSwiper {
	margin-bottom: 63px;
	margin-top: -5px;
}



.newShow .imgSwiper,
.newShow .msgSwiper {
	overflow: hidden;
}


.newShow .time {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 17px;
}

.newShow .name {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 13px;
}


.newShow .name:hover {
	color: #175aa1;
}

.newShow .txts {
	margin-bottom: 27px;
	min-height: 84px;
	
}


.newShow .btn {
	width: 148px;
	height: 47px;
	border-radius: 10px;
	border: solid 2px #0b2dbd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 18px;
	line-height: 28px;
	color: #0b2dbd;
}

.newShow .btn i {
	font-weight: bold;
	font-size: 12px;
	flex-shrink: 0;
	margin-left: 10px;
	color: #0b2dbd;
}


.newShow .btn:hover {
	background-color: #0b2dbd;
	color: #ffffff;
}

.newShow .btn:hover i {
	color: #ffffff;
}

.newShow .sBtns>div {
	font-size: 24px;
}

.newShow .sBtns>div.prev::after {
	height: 29px;
}

.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 73px;
}


.news .list .newItem {
	width: 30.85%;
	margin-right: 3.725%;
	margin-top: 50px;
}

.newItem {
	background-color: rgba(241, 241, 241, 0.5);
	border-radius: 20px;
	padding: 31px 41px 30px 41px;
}


.newItem:hover {
	box-shadow: 0px 7px 29px 0px rgba(132, 132, 132, 0.28);
	border-radius: 20px;
	background-color: #ffffff;
}


.news .list .newItem:nth-child(3n) {
	margin-right: 0;
}


.news .list .newItem:nth-child(-n+3) {
	margin-top: 0;
}


.newItem .time {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 22px;
}


.newItem .name {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 18px;
}


.newItem .name:hover {
	color: #175aa1;
}

.newItem .txts {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 80px;
}

.newItem .btn {
	display: inline-block;
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}


.newItem .btn i {
	font-size: 12px;
	font-weight: bold;
	margin-left: 2px;
	flex-shrink: 0;
}

.newItem .btn:hover,
.newItem .btn:hover i {
	color: #175aa1;
}

@media screen and (max-width:1560px) {
	.news .newCategroy {
		margin-bottom: 60px;
	}

	.newCategroy {
		border-radius: 5px;
		padding: 10px 60px;
	}

	.newCategroy a {
		font-size: 20px;
		line-height: 30px;
	}

	.news .innerTit {
		margin-bottom: 50px;
	}

	.newShow .name {
		font-size: 22px;
		line-height: 30px;
	}

	.newShow .btn {
		border-radius: 5px;
		height: 45px;
		width: 160px;
	}

	.newShow .name {
		margin-bottom: 20px;
	}

	.newShow .sBtns>div {
		font-size: 22px;
	}

	.newShow .txts {
		margin-bottom: 30px;
	}

	.newShow .msgSwiper {
		margin-top: 0;
		margin-bottom: 40px;
	}

	.newShow .imgSwiper {
		border-radius: 10px;
	}

	.newShow {
		margin-bottom: 60px;
	}

	.news .list .newItem {
		padding: 30px;
		border-radius: 10px;
		margin-top: 40px;
	}

	.newItem .name {
		font-size: 18px;
		line-height: 28px;
	}

	.newItem .txts {
		margin-bottom: 40px;
	}

	.news .list {
		margin-bottom: 60px;
	}
	.newShow .box {
		padding-bottom: 0px;
	}
}

@media screen and (max-width:1333px) {
	.newCategroy a {
		font-size: 18px;
		line-height: 28px;
	}

	.newCategroy {
		padding: 10px 60px;
	}

	.news .newCategroy {
		margin-bottom: 50px;
	}

	.newShow .name {
		font-size: 18px;
		line-height: 28px;
	}

	.newShow .imgSwiper {
		border-radius: 5px;
	}

	.newShow .btn {
		height: 40px;
	}

	.newShow .btn i {
		font-size: 12px;
		transform: translateY(1px);
	}

	.newShow .msgSwiper {
		margin-bottom: 30px;
	}

	.newShow .sBtns>div {
		font-size: 20px;
	}

	.newShow .sBtns>div.prev::after {
		height: 25px;
	}

	.news .list .newItem {
		padding: 20px;
	}

	.newItem .name {
		font-size: 16px;
		line-height: 28px;
	}

	.news .list {
		margin-bottom: 50px;
	}

	.news .list .newItem {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.newCategroy {
		padding: 10px 20px;
	}

	.newCategroy a {
		font-size: 16px;
		line-height: 28px;
	}
    .newCategroy a:nth-child(n) {
		width: 100%;
	}
	.news .newCategroy {
		margin-bottom: 40px;
	}

	.news .innerTit {
		margin-bottom: 40px;
	}

	.newShow .name {
		font-size: 16px;
		line-height: 28px;
	}

	.newShow .btn {
		height: 36px;
		width: 140px;
	}

	.newShow .sBtns>div {
		font-size: 18px;
	}

	.newShow .sBtns>div.prev::after {
		height: 20px;
	}

	.news .list {
		justify-content: space-between;
	}

	.news .list .newItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.newItem .txts {
		margin-bottom: 30px;
	}

	.news .list {
		margin-bottom: 40px;
	}

	.newShow {
		margin-bottom: 50px;
	}
	.newShow .txts {
    	min-height: 78px;
    }
}

@media screen and (max-width:768px) {
	.newShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.newShow .box {
		width: 100%;
	}

	.newShow .msgSwiper {
		margin-bottom: 20px;
	}

	.news .innerTit {
		margin-bottom: 30px;
	}

	.newShow .imgSwiper {
		width: 100%;
		height: 320px;
		margin-top: 30px;
		position: static;
	}
	
	.newShow .txts {
    	min-height: auto;
    }

	.newShow {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.news .innerTit {
		margin-bottom: 20px;
	}

	.news .list .newItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(1) {
		margin-top: 0;
	}
	.newShow .imgSwiper {
		height:280px;
	}
}


/* 5-2news */


.newsDet {
	padding: 68px 0 93px 0;
}


.newDetCon {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.newDetCon .con {
	width: 66%;
}



.newDetCon .latestNews {
	width: 28.07%;
}


.newDetCon h1 {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 26px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 25px;
}

.newDetCon .tips {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}


.newDetCon .tips .time {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 26px;
	color: #0b2dbd;
	flex-shrink: 0;
	margin-right: 27px;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	flex-shrink: 0;
	margin-right: 9px;
}



.newDetCon .details {
	padding: 49px 0 38px 0;
	border-top: 1px solid rgba(153, 153, 153, 0.5);
}

.newDetCon .details p {
	line-height: 30px;
}


.prevOrNext {
	border-top: 1px solid rgba(153, 153, 153, 0.5);
	border-bottom: 1px solid rgba(153, 153, 153, 0.5);
	padding: 16px 0;
}


.prevOrNext .prev {
	margin-bottom: 11px;
}


.prevOrNext .prev,
.prevOrNext .next {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.prevOrNext a:hover,
.prevOrNext a:hover i {
	color: #175aa1;
}

.prevOrNext i {
	flex-shrink: 0;
	margin-right: 18px;
	font-size: 22px;
}

.latestNews .title {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 26px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 55px;
}

.latestNews .newItem {
	margin-top: 60px;
	padding: 15px 20px 15px 27px;
	background-color: #ffffff;
	box-shadow: 0px 7px 29px 0px rgba(132, 132, 132, 0.28);
}


.latestNews .newItem:nth-child(1) {
	margin-top: 0;
}

@media screen and (max-width:1560px) {
	.newDetCon h1 {
		margin-bottom: 30px;
	}

	.newDetCon .tips {
		margin-bottom: 30px;
	}

	.newDetCon .details {
		padding: 30px 0;
	}

	.prevOrNext .prev,
	.prevOrNext .next {
		font-size: 18px;
		line-height: 28px;
	}

	.prevOrNext i {
		font-size: 18px;
	}

	.latestNews .title {
		margin-bottom: 40px;
	}

	.latestNews .newItem {
		border-radius: 10px;
		padding: 20px;
		margin-top: 40px;
	}

	.newItem .txts {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.newDetCon h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.latestNews .title {
		font-size: 24px;
		line-height: 34px;
	}

	.latestNews .newItem {
		margin-top: 30px;
		border-radius: 5px;
	}

	.newItem .time {
		margin-bottom: 10px;
	}

	.prevOrNext .prev,
	.prevOrNext .next {
		font-size: 16px;
		line-height: 28px;
	}

	.prevOrNext i {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.newDetCon {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDetCon .con {
		width: 100%;
	}

	.newDetCon h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.share span,
	.newDetCon .tips .time {
		font-size: 14px;
		line-height: 26px;
	}

	.newDetCon .details {
		padding: 20px 0;
	}

	.newDetCon .con {
		margin-bottom: 50px;
	}

	.newDetCon .latestNews {
		width: 100%;
	}

	.latestNews .title {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.latestNews .newItem:nth-child(n) {
		width: 48%;
		margin-top: 30px;
	}

	.latestNews .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}


	.latestNews .newItem:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.newDetCon .con {
		margin-bottom: 40px;
	}

	.newDetCon h1 {
		font-size: 20px;
	}

	.latestNews .title {
		font-size: 20px;
	}
}

@media screen and (max-width:538px) {
	.newDetCon .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDetCon .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.prevOrNext i {
		margin-right: 10px;
	}

	.latestNews .newItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.latestNews .newItem:nth-child(1) {
		margin-top: 0;
	}
}




/* 6-1contact */

.contactUs {
	padding: 76px 0 123px 0;
}


.contactUs .con {
	display: flex;
	justify-content: space-between;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 86px;
}

.contactUs .msg {
	width: 50%;
	padding: 33px 75px 33px 75px;
	background-color: #175aa1;
	position: relative;
}

.contactUs .sign {
	width: 176px;
	position: absolute;
	right: 38px;
	bottom: 22px;
}

.contactUs .msg .tit {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	margin-bottom: 19px;
}

.contactUs .msg .tip {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	margin-bottom: 52px;
}

.contactUs .list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 25px;
}

.contactUs .list li:last-child {
	margin-bottom: 0;
}


.contactUs .list li.email a {
	word-break: break-all;
	margin-right: 20px;
}


.contactUs .list i {
	flex-shrink: 0;
	color: #ffffff;
	font-size: 18px;
	margin-right: 10px;
}

.contactUs .list .name,
.contactUs .list .num {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.8);
	display: inline;
}

.contactUs .list a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
	color: #ffffff;
}

.contactUs form {
	padding: 38px 100px 54px 89px;
	background-color: #f4f4f4;
	width: 50%;
}


.contactUs form .title {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 19px;
}



.contactUs form li {
	border-bottom: 1px solid #c9c9c9;
	display: flex;
	align-items: flex-start;
	padding: 0 14px;
	height: 42px;
	margin-top: 15px;
	width: 100%;
}


.contactUs form li:nth-child(1) {
	margin-top: 0;
}



.contactUs form li>img {
	flex-shrink: 0;
	margin-right: 16px;
	transform: translateY(12px);
}

.contactUs form li.must {
	position: relative;
}

.contactUs form li.must::after {
	content: "*";
	position: absolute;
	left: 0;
	top: 11px;
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}


.contactUs form input,
.contactUs form textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}


.contactUs form input::-webkit-input-placeholder,
.contactUs form textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #333333;
}

.contactUs form input:-moz-placeholder,
.contactUs form textarea:-moz-placeholder {
	font-size: 16px;
	color: #333333;
}

.contactUs form input::-moz-placeholder,
.contactUs form textarea::-moz-placeholder {
	font-size: 16px;
	color: #333333;
}

.contactUs form input:-ms-input-placeholder,
.contactUs form textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #333333;
}


.contactUs form li.m-formcountry .drop-btn {
	display: flex;
	align-items: center;
	padding: 0 14px;
}

.contactUs form li.m-formcountry .drop-btn img {
	flex-shrink: 0;
	margin-right: 16px;
}

.contactUs form .m-formcountry .drop-btn i,
.contactUs form .m-formcountry .drop-btn svg {
	right: 14px;
}

.contactUs form .m-formcountry .drop-list li {
	padding-left: 53px;
}


.contactUs form li.message {
	height: 101px;
}

.contactUs form li.message textarea {
	padding: 12px 0;
}

.contactUs form li.codeCon {
	width: 71.4%;
	padding: 0;
	display: flex;
	align-items: center;
	border-bottom: none;
}


.contactUs form li.codeCon input {
	flex: 1;
	border-bottom: 1px solid #c9c9c9;
	padding: 0 14px;
}

.contactUs form li.codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	margin-left: 20px;
	width: 123px;
}

.contactUs form li.codeCon .codeImg img {
	height: 100%;
	border: solid 1px #d2d2d2;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.contactUs form li.subBtn {
	padding: 0;
	border: none;
	margin-top: 59px;
}

.contactUs form li.subBtn input {
	cursor: pointer;
	background-color: #175aa1;
	border-radius: 21px;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
}

.contactUs form li.subBtn input:hover {
	background-color: #ff870e;
}

.contactUs .map img {
	display: block;
	border: solid 1px #a0a0a0;
}



@media screen and (max-width:1560px) {

	.contactUs .msg,
	.contactUs form {
		padding: 50px;
	}

	.contactUs .list li.email a {
		margin-right: 16px;
	}

	.contactUs .con {
		border-radius: 10px;
		margin-bottom: 80px;
	}

	.contactUs .msg .tit {
		margin-bottom: 25px;
	}

	.contactUs .msg .tip {
		margin-bottom: 40px;
	}

	.contactUs form .title {
		margin-bottom: 30px;
		font-size: 28px;
		line-height: 38px;
	}
}

@media screen and (max-width:1333px) {

	.contactUs .msg,
	.contactUs form {
		padding: 40px;
	}

	.contactUs .msg .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.contactUs .list li {
		margin-bottom: 20px;
	}

	.contactUs .msg .tip {
		margin-bottom: 30px;
	}

	.contactUs form li.codeCon {
		width: 80%;
	}

	.contactUs .con {
		border-radius: 5px;
		margin-bottom: 60px;
	}

	.contactUs form .title {
		font-size: 26px;
		line-height: 36px;
	}

	.contactUs .sign {
		width: 150px;
	}

	.contactUs .list .name,
	.contactUs .list .num {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {

	.contactUs .list .name,
	.contactUs .list .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .msg .tip {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .msg .tit {
		font-size: 20px;
	}

	.contactUs form .title {
		font-size: 24px;
		line-height: 34px;
	}

	.contactUs .con {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 50px;
	}

	.contactUs .msg,
	.contactUs form {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.contactUs form li.subBtn {
		margin-top: 40px;
	}

	.contactUs .msg .tit {
		margin-bottom: 20px;
	}

	.contactUs .msg,
	.contactUs form {
		padding: 30px;
	}

	.contactUs form .title {
		font-size: 22px;
		line-height: 30px;
	}

	.contactUs .con {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {

	.contactUs .msg,
	.contactUs form {
		padding: 30px 20px;
	}

	.contactUs form li.codeCon {
		width: 100%;
	}
}





/* innerBanner */


.innerBanner {
	height: 674px;
}

.innerBanner .image {
	height: 100%;
}

.innerBanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



/* 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: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #666666;
	margin: 5px 4.7px;
	border-radius: 4px;
	border: solid 1px #999999;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	color: #ffffff !important;
	background-color: #175aa1;
	border-color: #175aa1;
}

.pager .pageList a.big {
	width: 100px;
}

.pager .pageList a.next {
	width: 69px;
}

.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 17px;
}


.pager .addTo input {
	font-family: HelveticaNeueLTPro-Roman, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background-color: transparent;
	margin-right: 11px;
	cursor: pointer;
}


/* crumb */


.crumb {
	padding-top: 30px;
}


.crumb a,
.crumb i {
	font-size: 18px;
	line-height: 28px;
	font-style: normal;
	letter-spacing: 0px;
	color: #999999;
}

.crumb a.active {
	color: #0067b8;
}

.crumb i {
	font-style: normal;
}

.crumb a:hover {
	color: #175aa1;
}


@media screen and (max-width:1560px) {
	.innerBanner {
		height: 500px;
	}

	.pager .pageList a {
		height: 35px;
		width: 35px;
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 400px;
	}

	.crumb a,
	.crumb i {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 300px;
	}

	.crumb {
		padding-top: 20px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.pager .pageList a {
		font-size: 14px;
		width: 32px;
		height: 32px;
		border-radius: 3px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 260px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 220px;
	}
}





/* footer */


footer {
	background-color: #0f0f0f;
	padding: 41px 0 50px 0;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
	margin-bottom: 48px;
}


footer .footerList .box {
	margin-top: 39px;
}

footer .footerList .box li {
	margin-top: 10px;
}

footer .footerList .box li:nth-child(1) {
	margin-bottom: 0;
}


footer .footerList .titBox .meuBtn {
	display: none;
}

footer .footerList .fContact {
	width: 21%;
	margin-right: 7.5%;
}


footer .footerList .fContact p {
	display: inline;
}

footer .footerList .fContact li {
	position: relative;
	padding-left: 26px;
}


footer .footerList .fContact li i {
	color: #a1aab8;
	position: absolute;
	left: 0;
	top: 0;
}


footer .footerList .fContact li.address {
	margin-top: 7px;
}

footer .footerList .fContact li.address p {
	line-height: 36px;
}



footer .footerList .fProduct {
	width: 16%;
	margin-right: 5.75%;
}

footer .footerList .fService {
	width: 16%;
	margin-right: 3.95%;
}


footer .footerList .fInquiry {
	width: 30.06%;
}

footer .footerList .fInquiry form {
	margin-top: 46px;
}


footer .footerList form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


footer .footerList form ul li {
	height: 41px;
	margin-top: 16px;
	padding: 0 25px;
	width: 48.5%;
	border: solid 1px #c1c1c1;
}

footer .footerList form ul li:nth-child(-n+2) {
	margin-top: 0;
}



.fInquiry form input,
.fInquiry form textarea {
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: transparent;
	font-size: 14px !important;
}



.fInquiry form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	width: 75.6%;
}


.fInquiry form li.message {
	width: 100%;
	height: 84px;
	padding: 9px 25px;
}




.fInquiry form li.code input {
	flex: 1;
	padding: 0 25px;
}


.fInquiry form li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	max-width: 84px;
	height: 100%;
	background-color: #f3fbfe;
}

.fInquiry form li.code .codeImg img {
	height: 100%;
}

.fInquiry form li.subBtn {
	padding: 0;
	border: none;
	width: 20.9%;
}


.fInquiry form li.subBtn input {
	background-color: #ff870e;
	cursor: pointer;
	color: #ffffff;
	text-transform: uppercase;
}



.fInquiry form li.subBtn input:hover {
	background-color: #ffffff;
	color: #ff870e;

}



.fInquiry form li.must {
	position: relative;
}


.fInquiry form li.must::after {
	content: "*";
	position: absolute;
	left: 18px;
	top: 8px;
	font-family: HelveticaNeueLTPro-Roman, Arial, sans-serif;
	font-size: 14px;
	color: #ff0000;
}



.fInquiry form input::-webkit-input-placeholder,
.fInquiry form textarea::-webkit-input-placeholder {
	font-size: 14px !important;
	color: #afafaf;
}

.fInquiry form input:-moz-placeholder,
.fInquiry form textarea:-moz-placeholder {
	font-size: 14px !important;
	color: #afafaf;
}

.fInquiry form input::-moz-placeholder,
.fInquiry form textarea::-moz-placeholder {
	font-size: 14px !important;
	color: #afafaf;
}

.fInquiry form input:-ms-input-placeholder,
.fInquiry form textarea:-ms-input-placeholder {
	font-size: 14px !important;
	color: #afafaf;
}



footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: #afafaf;
}

footer .box a:hover {
	color: #ffffff;
}

footer .title {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	display: block;
	text-transform: uppercase;
}

footer a.title:hover {
	color: #ff870e;
}


footer .copyright {
	color: #ffffff;
	font-size: 14px;
}


footer .copyright a {
	display: inline;
	color: #ffffff;
	font-size: 14px;
}


footer .copyright a:hover {
	color: #ff870e;
}


footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .copyright a:hover img {
	transform: scale(1.1);
}

footer .copyright span {
	font-size: 16px;
	margin: 0 3px;
}

footer .email a {
	word-break: break-all;
}


.fBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .blogrolls {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	margin-right: 30px;
}


footer .blogrolls a {
	margin: 5px 0;
	font-size: 20px;
	margin-right: 15.5px;
	color: #a1aab8;
}



footer .blogrolls a:hover {
	color: #ffffff;
}



.m-formcountry {
	position: relative;
	padding: 0;
}

.m-formcountry .drop-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0 18px;
	left: 0;
	top: 0;
}


.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
}

.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #175aa1 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #175aa1;
}

.m-formcountry .drop-list li {
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	padding: 5px 18px;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 0;
	height: auto;
	margin: 0;
}

.m-formcountry .drop-list li.on {
	background-color: #175aa1;
	color: #ffffff;
}





@media screen and (max-width:1560px) {
	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer {
		padding: 60px 0;
	}

	footer .line {
		margin: 40px 0;
	}

	footer .title {
		font-size: 20px;
		line-height: 30px;
	}

	.footerList {
		margin-bottom: 40px;
	}

	footer .blogrolls a {
		margin-right: 30px;
	}


}



@media screen and (max-width:1333px) {
	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	.fInquiry form li.code {
		width: 100%;
	}

	.fInquiry form li.subBtn {
		width: 100%;
	}

	footer .footerList {
		margin-bottom: 40px;
	}

	footer .footerList .fProduct {
		width: 18%;
	}

	footer .footerList .fContact {
		width: 24%;
	}

	footer .footerList .fInquiry {
		width: 34%;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 24px;
	}


	footer .footerList form ul li {
		padding: 0 15px;
		height: 34px;
	}


	footer .footerList .fContact li i {
		font-size: 14px;
	}



	.fInquiry form li.message {
		padding: 10px 15px;
	}

	.fInquiry form li.code input {
		padding: 0 15px;
	}

	.fInquiry form li.must::after {
		left: 5px;
	}

	.fInquiry .m-formcountry .drop-btn {
		padding: 0 15px;
	}

	.fInquiry .m-formcountry .drop-list li {
		padding: 0 15px;
	}

	footer .footerList .box,
	footer .footerList .fInquiry form {
		margin-top: 30px;
	}

}

@media screen and (max-width:999px) {

	footer .footerList {
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 10px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .footerList .box {
		margin-top: 10px;
	}

	footer .title {
		font-size: 16px;
		line-height: 26px;
	}

	footer .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}


	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fInquiry form {
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(n) {
		width: 48%;
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fInquiry ul li.message {
		width: 100%;
	}

	footer .footerLinks a {
		width: 50%;
		margin-top: 15px;
		font-size: 14px;
	}

	footer .footerLinks a:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerLinks a img {
		width: 26px;
	}

	.fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-top: 15px;
	}

	footer .blogrolls a {
		font-size: 18px;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 35px;
		height: 35px;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList .fInquiry form {
		display: none;
		transition: none;
	}

	footer .footerList .fContact .box li:last-child {
		width: 100%;
	}


	footer {
		padding: 40px 0 80px 0;
	}

	footer .fInquiry .m-formcountry .drop-list li:nth-child(n) {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 3.5px 18px;
	}

	footer .footerList {
		margin-bottom: 30px;
	}
}



@media screen and (max-width:538px) {
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}


	footer .footerLinks a:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerLinks a img {
		width: 24px;
	}

	footer .footerLinks a:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList form ul li {
		height: 36px;
	}

	footer .fLogo {
		width: 110px;
		margin-bottom: 20px;
	}

	footer .line {
		margin: 25px 0;
	}
}

@media screen and (max-width:400px) {
	footer .footerList .fInquiry ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(-n+1) {
		margin-top: 0;
	}
}




/* 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: HelveticaNeueLTPro-Roman, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	background-color: #f5f5f5;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 3px;
	font-size: 30px;
	border-radius: 10px;
}

.lianxi div:nth-child(1) a {
	color: #1296bd;
}

.lianxi div:nth-child(2) a {
	color: #3ac34c;
}

.lianxi div:nth-child(3) div {
	color: #1aa02b;
}

.lianxi .top a {
	width: 70px;
	height: 70px;
	background-color: #f5f5f5;
	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: 2px;
}



.lianxi .top a i {
	font-weight: bold;
	font-size: 24px;
	color: #000000;
}


.lianxi .top:hover i {
	color: #ffffff;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #045bbb;
	color: #fff;
}

.clear2 {
	display: none;
}


.lianxi .code {
	position: relative;
}

.lianxi .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.lianxi .code:hover img {
	transform: translateX(0);
	opacity: 1;
}


@media screen and (max-width: 1760px) {

	.lianxi div a,
	.lianxi div div,
	.lianxi .top a {
		width: 55px;
		height: 55px;
		border-radius: 5px;
		font-size: 24px;
	}

	.lianxi .top a i {
		font-size: 20px;
	}


}

@media screen and (max-width: 999px) {

	.youlian {
		display: none;
	}

	.lianxi .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 25%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 20px;
		height: 42px;
		margin: auto;
		width: 100%;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .top a i {
		font-size: 18px;
	}

	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: #f5f5f5;
	}

	.lianxi div:nth-child(1) a:hover {
		color: #1296bd;
	}

	.lianxi div:nth-child(2) a:hover {
		color: #3ac34c;
	}

	.lianxi div:nth-child(3) div:hover {
		color: #1aa02b;
	}


	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}

	.lianxi .code.active div {
		background-color: #045bbb;
		color: #ffffff !important;
	}
}



@font-face {
	font-family: 'HelveticaNeueLTPro-Roman';
	font-display: swap;
	src: url('../fonts/HelveticaNeueLTProRoman.eot');
	src: url('../fonts/HelveticaNeueLTProRoman.eot') format('embedded-opentype'),
		url('../fonts/HelveticaNeueLTProRoman.woff2') format('woff2'),
		url('../fonts/HelveticaNeueLTProRoman.woff') format('woff'),
		url('../fonts/HelveticaNeueLTProRoman.ttf') format('truetype'),
		url('../fonts/HelveticaNeueLTProRoman.svg#HelveticaNeueLTProRoman') format('svg');
}



@font-face {
	font-family: 'HelveticaNeueLTPro-Bd';
	font-display: swap;
	src: url('../fonts/HelveticaNeueLTProBd.eot');
	src: url('../fonts/HelveticaNeueLTProBd.eot') format('embedded-opentype'),
		url('../fonts/HelveticaNeueLTProBd.woff2') format('woff2'),
		url('../fonts/HelveticaNeueLTProBd.woff') format('woff'),
		url('../fonts/HelveticaNeueLTProBd.ttf') format('truetype'),
		url('../fonts/HelveticaNeueLTProBd.svg#HelveticaNeueLTProBd') format('svg');
}


@font-face {
	font-family: "iconfont";
	font-display: swap;
	/* Project id 4576167 */
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1741600772330') format('woff'),
		url('../fonts/iconfont.ttf?t=1741600772330') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}


/* 2025.8.14 */

.standardEdit hr{
	height: 1px;
	width: 100%;
	background-color: #ffffff;
	margin: 10px 0;
}



/* 2025.8.26 */


/* 1-0products */

.productList {
	padding: 5px 0 100px 0;
}

.productList .con {
	display: flex;
	flex-wrap: wrap;
}


.productList .item {
	width: 29%;
	margin-right: 6.5%;
	margin-top: 61px;
	border-radius: 20px;
	border: solid 1px #f1f1f1;
	overflow: hidden;
}


.productList .item:nth-child(3n) {
	margin-right: 0;
}



.productList .item:nth-child(-n+3) {
	margin-top: 0;
}

.productList .image {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productList .name {
	background-color: #f1f1f1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 21px 20px;
}


.productList .name a {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.productList .name a:hover {
	color: #175aa1;
}

@media screen and (max-width:1560px) {
	.productList .name {
		padding: 10px 20px;
	}

	.productList .item {
		border-radius: 10px;
	}

	.productList .name a {
		font-size: 18px;
		line-height: 28px;
	}

	.productList .item {
		margin-top: 50px;
	}

}

@media screen and (max-width:1333px) {
	.productList .item:nth-child(n) {
		width: 30%;
		margin-right: 5%;
		margin-top: 40px;
	}

	.productList .item:nth-child(3n) {
		margin-right: 0;
	}

	.productList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.productList .name {
		padding: 8px 20px;
	}

	.productList .name a {
		font-size: 16px;
		line-height: 26px;
	}

	.productList .item {
		border-radius: 5px;
	}

}

@media screen and (max-width:999px) {
	.productList .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.productList .item:nth-child(3n) {
		margin-right: 0;
	}

	.productList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.productList .name {
		padding: 5px 16px;
	}

	.productList .name a {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {

	.productList .con {
		justify-content: space-between;
	}

	.productList .item:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.productList .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:400px) {
	.productList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.productList .item:nth-child(1) {
		margin-top: 0;
	}
}

.productShow .infoList {
	margin-bottom: 126px;
}

.productShow .infoList  .swiper{
	margin: 0;
}


.productShow .infoList .item {
	width: 33.333%;
	padding: 0 8px;
	position: relative;
	height: auto;
}


.productShow .infoList .item:nth-child(-n+3) {
	margin-top: 0;
}


.productShow .infoList .item:nth-child(3n)::after {
	display: none;
}


.productShow .infoList .item::after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 1px;
	height: 100%;
	background-color: rgba(241, 241, 241, 0.3);
}


.productShow .infoList .name {
	font-family: HelveticaNeueLTPro-Roman;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 8px;
}


.productShow .infoList .num {
	font-family: HelveticaNeueLTPro-Bd;
	font-size: 20px;
	line-height: 32px;
	color: #ffffff;
	text-align: center;
}


@media screen and (max-width:1560px) {
	.productShow .infoList {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.productShow .infoList {
		margin-bottom: 40px;
	}
	.productShow .infoList .item:nth-child(n) {
		width: 50%;
	}
	.productShow .infoList .num{
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.productShow .infoList .item:nth-child(n) {
		width: 33.333%;
	}
	
	.productShow .infoList .name{
		font-size: 14px;
		line-height: 24px;
	}
	.productShow .infoList .num{
		font-size: 16px;
		line-height: 28px;
	}
	.productShow .infoList{
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.productShow .infoList .item:nth-child(n) {
		width: 50%;
	}
}