@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: Calibri-Regular, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	font-size: 62.5%;
	scroll-behavior: smooth;
}

.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: #015198 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


.standardEdit a {
	color: #DA251C;
}

.standardEdit a:hover {
	color: #015198;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Calibri-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}


.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;
	}

	.innerRange {
		padding: 40px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}

	.innerRange {
		padding: 40px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}

	.innerRange {
		padding: 40px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}

	.innerRange {
		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: #015198;
		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(1, 81, 152, 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: Calibri-Regular, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: 4px;
	}

}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */




/* allnav */



nav {
	height: 134px;
	background-color: #ffffff;
	position: relative;
}


nav .nTop {
	height: 50px;
	background-color: #015198;
}


nav .nTop>div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


nav .nTop .nMsg {
	display: flex;
	align-items: center;
}

nav .nTop .nMsg .item {
	display: flex;
	align-items: center;
	margin-right: 52px;
}


nav .nTop .nMsg .item:last-child {
	margin-right: 0;
}


nav .nTop .nMsg i {
	font-size: 30px;
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 8px;
}


nav .nTop .nMsg .num {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}

nav .nTop .nMsg a.num:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}



nav.active .nBottom {
	position: fixed;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}


nav .nBottom {
	height: 84px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	z-index: 9999;
}


html {
	scroll-padding-top: 84px;
}


nav .nBottom>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}



nav .logo {
	width: 178px;
	flex-shrink: 0;
}


nav .logo:hover img {
	transform: none;
}

nav .navList {
	display: flex;
	align-items: center;
	height: 100%;
}

nav .navList>ul {
	display: flex;
	align-items: center;
}


nav .navList>ul>li {
	margin-right: 50.5px;
	position: relative;
}


nav .navList>ul>li:last-child {
	margin: 0;
}


nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 84px;
	line-height: 84px;
	font-size: 20px;
	color: #333333;
}



nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #015198;
}


nav .navList .btns {
	display: flex;
	align-items: center;
	margin-left: 97px;
	height: 100%;
}


nav .navList .btns .line {
	width: 1px;
	height: 23px;
	background-color: #D9D9D9;
	flex-shrink: 0;
	margin: 0 21px 0 11px;
}



nav .search {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 9999999999;
	flex-shrink: 0;
	margin-right: 12px;
}



nav .search .searchBtn {
	cursor: pointer;
}


nav .search .searchBtn i {
	color: #333333;
	display: block;
	font-size: 16px;
}


nav .search .searchBtn:hover i {
	color: #015198;
}



nav .search form {
	position: absolute;
	top: 100%;
	right: 0;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	z-index: 99;
	background-color: #ffffff;
	width: 0;
	border-bottom: 1px solid #ffffff;
	overflow: hidden;
}


nav .search form.active {
	width: 260px;
}

nav .search form>input {
	padding: 0 10px;
}


nav .search form input {
	width: 100%;
	height: 100%;
	color: #333333;
	background-color: transparent;
}




nav .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 30px;
	width: 30px;
	margin-right: 5px;
}



nav .search form .subBtn i {
	color: #333333;
	font-size: 16px;

}



nav .search form .subBtn:hover i {
	color: #015198;
}




nav .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}


nav .language {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}



nav .lanBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
	margin-right: 4px;
}

nav .lanBtn span {
	color: #015198;
	font-size: 18px;
	line-height: 28px;
}

nav .lanBtn:hover span {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

nav .lanBtn i.icon-yuyan {
	font-size: 20px;
	color: #015198;
	margin-right: 3px;
}


nav .lanBtn i.icon-right7 {
	font-size: 10px;
	transform: rotate(90deg);
	color: #015198;
	flex-shrink: 0;
	margin-left: 6px;
}



nav .language.active .lanBtn i.icon-right7 {
	transform: rotate(-90deg);
}


nav .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	z-index: 99;
	overflow: hidden;
	padding: 10px 0;
}


nav .language ul li {
	margin-bottom: 10px;
}

nav .language ul li:last-child {
	margin-bottom: 0;
}

nav .language ul a {
	padding: 0px 26px;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: center;
}


nav .language ul a img {
	width: 22px;
	flex-shrink: 0;
	margin-right: 10px;
	transform: translateY(5px);
}


nav .language ul a:hover {
	color: #015198;
}

nav .language ul a:hover img {
	transform: translateY(5px);
}



/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	padding: 33px 0 32px 0;
	width: max-content;
	min-width: 240px;
	max-width: 300px;
	display: none;
	transition: none;
	box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.10);
}

.moreList ul {
	left: 100%;
	top: -33px;
}

.moreList {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.moreList li {
	margin-bottom: 17px;
	position: relative;
}

.moreList li:last-child {
	margin-bottom: 0;
}


.moreList a {
	padding: 0 29px;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}

.moreList a span {
	position: relative;
}

.moreList a span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0%;
	height: 2px;
	background-color: #015198;
	transition: .4s ease all;
}

.moreList a:hover {
	color: #015198;
}

.moreList a:hover span::after {
	width: 100%;
}


/* productSlides */

.productSlides {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	height: calc(100vh - 134px);
	height: 100vh;
	overflow: auto;
	padding: 44px 0;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	display: none;
	transition: none;
}

nav.active .productSlides {
	height: calc(100vh - 84px);
}

.productSlides::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	background-color: #00000040;
}

.productSlides::-webkit-scrollbar-thumb {
	background-color: #015198;
}

.productSlides::-webkit-scrollbar-track {
	background-color: transparent;
}


.productSlides .piece {
	display: flex;
	flex-wrap: wrap;
}

.productSlides .piece .list {
	width: 24%;
	margin-right: 1.33%;
}


.productSlides .piece .list:nth-child(4n) {
	margin-right: 0;
}


.productSlides .item {
	display: flex;
	align-items: flex-start;
	margin-top: 68px;
}

.productSlides .item:nth-child(1) {
	margin-top: 0;
}

.productSlides .image {
	width: 100px;
	flex-shrink: 0;
	margin-right: 10px;
}

.productSlides .box {
	flex: 1;
}

.productSlides .tit {
	color: #333;
	font-family: Calibri-Bold;
	font-size: 16px;
	line-height: 26px;
}

.productSlides .tit:hover {
	color: #015198;
}


.productSlides ul {
	margin-top: 14px;
}

.productSlides ul li {
	margin-bottom: 10px;
}

.productSlides ul li:last-child {
	margin-bottom: 0;
}


.productSlides ul li a {
	position: relative;
	color: #4D4D4D;
	font-size: 16px;
	line-height: 26px;
	display: inline-block;
}

.productSlides ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	bottom: -3px;
	height: 2px;
	background-color: #015198;
	transition: .4s ease all;
}

.productSlides ul li a:hover {
	color: #015198;
}

.productSlides ul li a:hover::after {
	width: 100%;
}


header .xnav .msg {
	display: none;
}


@media screen and (max-width:1560px) {
	nav .nTop {
		height: 30px;
	}

	nav .nTop .nMsg i {
		font-size: 24px;
	}

	nav .navList>ul>li {
		margin-right: 34px;
	}

	nav .navList .btns {
		margin-left: 40px;
	}

	nav .logo {
		width: 140px;
	}

	nav .nBottom,
	nav .navList>ul>li>a {
		height: 80px;
	}

	nav .navList>ul>li>a {
		line-height: 80px;
	}

	nav {
		height: 110px;
	}

	.moreList,
	.moreList ul {
		padding: 20px 0;
	}

	.moreList a {
		padding: 0 20px;
	}

	.moreList ul {
		top: -20px;
	}

	.moreList li {
		margin-bottom: 16px;
	}

	.productSlides {
		height: calc(100vh - 110px);
	}

	nav.active .productSlides {
		height: calc(100vh - 80px);
	}

	.productSlides .image {
		width: 80px;
	}

	.productSlides .item {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	nav .navList .btns .line {
		margin: 0 14px;
	}

	nav .search {
		margin-right: 0;
	}

	nav .navList>ul>li>a {
		font-size: 18px;
	}

	nav .navList .btns {
		margin-left: 30px;
	}

	nav .navList>ul>li {
		margin-right: 30px;
	}

	nav .lanBtn span {
		font-size: 16px;
	}

	.productSlides .piece .list:nth-child(n) {
		width: 100%;
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
	}

	.productSlides .piece .list:nth-child(1) {
		margin-top: 0;
	}

	.productSlides .item {
		margin-top: 30px;
		width: 100%;
	}

	.productSlides .item:nth-child(1) {
		margin-top: 0;
	}

	.productSlides .item ul {
		display: flex;
		flex-wrap: wrap;
	}

	.productSlides .item ul li {
		width: 32%;
		margin-right: 2%;
		margin-top: 14px;
		margin-bottom: 0;
	}

	.productSlides .item ul li:nth-child(3n) {
		margin-right: 0;
	}

	.productSlides .item ul li:nth-child(-n+3) {
		margin-top: 0;
	}


}

@media screen and (max-width:1200px) {
	nav .logo {
		width: 120px;
	}

	nav .navList {
		flex-direction: column-reverse;
		align-items: flex-end;
	}

	nav .navList>ul>li>a {
		height: 50px;
		line-height: 50px;
	}

	nav .navList .btns {
		margin-left: 0;
		height: 30px;
	}

	nav .navList>ul>li {
		margin-right: 26px;
	}

	.productSlides {
		display: none;
	}

	nav .search form {
		top: 50%;
		transform: translateY(-50%);
		left: auto;
		right: calc(100% + 20px);
		height: 24px;
	}

	nav .search form .subBtn {
		width: 24px;
		height: 24px;
	}

	nav .search form .subBtn i {
		font-size: 14px;
	}

	nav .search form.active {
		width: 200px;
	}

	nav .language ul {
		top: calc(100% + 5px);
	}
}


@media screen and (max-width:999px) {
	nav .navList>ul {
		display: none;
	}

	nav .nTop,
	nav .search,
	nav .navList .btns .line {
		display: none;
	}

	nav .nBottom,
	nav .navList>ul>li>a,
	nav {
		height: 60px;
	}

	nav .navList .btns {
		height: 60px;
		margin-right: 60px;
	}

	nav .nBottom,
	nav.active .nBottom {
		position: relative;
	}

	nav {
		position: fixed;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		z-index: 999;
	}

	.bannerRange {
		height: 60px;
	}

	nav .language ul {
		top: 100%;
	}

	header .xnav .msg {
		display: block;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		margin-top: 20px;
	}

	header .xnav .msg i {
		color: #ffffff;
		font-size: 16px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	header .xnav .msg .num {
		color: #ffffff;
	}
}

@media screen and (max-width:768px) {
	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .logo {
		width: 110px;
	}

	nav .nBottom,
	nav .navList>ul>li>a,
	nav,
	.bannerRange {
		height: 50px;
	}
}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}
}



/* animation */

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}


@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}


@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}


@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}


@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}


/* indexbanner */


.indexBanner {
	position: relative;
	transition: none;
}

.indexBanner a:hover img {
	transform: scale(1);
}

.indexBanner .swiper-slide {
	position: relative;
}

.indexBanner .swiper-slide .image {
	height: 100%;
}

.indexBanner .swiper-slide .image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexBanner .swiper-slide video,
.indexBanner .swiper-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}


.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}


.indexBanner .swiper-pagination {
	position: absolute;
	right: 3.9%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 26px;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
}

.indexBanner .swiper-pagination span {
	margin: 3.5px 0px !important;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	width: 26px;
	height: 26px;
	background-color: transparent;
}

.indexBanner .swiper-pagination span::after,
.indexBanner .swiper-pagination span::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transition: .4s ease all;
}

.indexBanner .swiper-pagination span::after {
	background: #ffffff;
}

.indexBanner .swiper-pagination span::before {
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url("../images/bannerCircle.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
}


.indexBanner .swiper-pagination span.swiper-pagination-bullet-active::after {
	background-color: #015198;
}

.indexBanner .swiper-pagination span.swiper-pagination-bullet-active::before {
	opacity: 1;
}

.indexBanner .btns {
	display: flex;
	align-items: center;
	position: absolute;
	right: calc((100% - 1400px)/ 2);
	bottom: 85px;
	z-index: 9;
}



.indexBanner .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 114px;
	height: 40px;
	border-radius: 40px;
	background-color: rgba(218, 37, 28, .5);
	cursor: pointer;
	transition: .4s ease all;
}


.indexBanner .btns>div img {
	width: 30px;
}

.indexBanner .btns>div:hover {
	background-color: rgba(1, 81, 152, .5);
}


.indexBanner .btns>div.prev {
	margin-right: 9px;
}

@media screen and (max-width:1560px) {
	.indexBanner .btns {
		right: 80px;
		bottom: 40px;
	}

	.indexBanner .btns>div {
		width: 100px;
		height: 36px;
	}

	.indexBanner .btns>div img {
		width: 24px;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .btns {
		bottom: 20px;
	}

	.indexBanner .btns>div {
		width: 80px;
		height: 30px;
	}

	.indexBanner .btns>div img {
		width: 20px;
	}

	.indexBanner .swiper-pagination span::after {
		width: 8px;
		height: 8px;
	}

	.indexBanner .swiper-pagination span {
		width: 22px;
		height: 22px;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .btns {
		display: none;
	}

	.indexBanner .swiper-pagination {
		top: auto;
		transform: translateX(-50%);
		bottom: 20px;
		left: 50%;
		right: auto;
		flex-direction: row;
		width: 100%;
	}

	.indexBanner .swiper-pagination span::after {
		width: 8px;
		height: 8px;
	}

	.indexBanner .swiper-pagination span {
		width: 20px;
		height: 20px;
		margin: 4px 5px !important;
	}

}

@media screen and (max-width:768px) {
	.indexBanner .swiper-pagination {
		bottom: 16px;
	}
}

@media screen and (max-width:538px) {
	.indexBanner .swiper-pagination {
		bottom: 10px;
	}
}




/* title1 */

.title1 {
	color: #333;
	font-family: Calibri-Bold;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
}

a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #015198;
}



/* indexM1-1 */

.iProducts {
	padding: 94px 0 52px 0;
	background-image: url("../images/indexM1-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.iProducts .btnSwiper {
	margin-top: 26px;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	border-bottom: 1px solid #C0C0C0;
}

.iProducts .btnSwiper .swiper-slide {
	width: auto;
	padding: 17px 29px;
	color: #333;
	font-family: Calibri-Bold;
	font-size: 16px;
	line-height: 28px;
	position: relative;
	margin-right: 23px;
	cursor: pointer;
}

.iProducts .btnSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	left: 50%;
	height: 3px;
	background-color: #015198;
	bottom: -2px;
	transform: translateX(-50%);
	transition: .4s ease all;
	width: 0;
}

.iProducts .btnSwiper .swiper-slide.active::after,
.iProducts .btnSwiper .swiper-slide:hover::after {
	width: 100%;
}

.iProducts .btnSwiper .swiper-slide.active,
.iProducts .btnSwiper .swiper-slide:hover {
	color: #015198;
}

.iProducts .msgSwiper {
	margin-top: 5px;
	overflow: hidden;
}


.iProducts .msgSwiper .swiper-slide {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.iProducts .msgSwiper .image {
	width: 32.14%;
	margin-left: 4.4%;
}


.iProducts .msgSwiper .msg {
	width: 56.6%;
}


.iProducts .msgSwiper .tit {
	color: #015198;
	font-family: Calibri-Bold;
	font-size: 40px;
	line-height: 50px;
}

.iProducts .msgSwiper .tit:hover {
	color: #DA251C;
}

.iProducts .msgSwiper .line {
	width: 46px;
	height: 4px;
	background-color: #DA251C;
	margin-top: 12px;
}

.iProducts .msgSwiper .txts {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 39px;
}

.iProducts .msgSwiper .cBtn {
	margin-top: 48px;
}

.cBtn {
	display: flex;
	align-items: center;
	width: 152px;
	height: 42px;
	border-radius: 30px;
	padding: 4px;
	background-color: #DA251C;
}

.cBtn span {
	flex: 1;
	text-align: center;
	color: #FFF;
	font-family: Calibri-Bold;
	font-size: 16px;
	line-height: 28px;
	padding-left: 4px;
}

.cBtn i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #FFF;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}


.cBtn:hover {
	background-color: #015198;
}

.cBtn:hover i {
	background-color: #ffffff;
	color: #015198;
}

@media screen and (max-width:1560px) {
	.iProducts .msgSwiper .tit {
		font-size: 32px;
		line-height: 46px;
	}

	.iProducts .btnSwiper .swiper-slide {
		padding: 14px 10px;
	}

	.iProducts .msgSwiper {
		margin-top: 10px;
	}

	.iProducts .msgSwiper .msg {
		padding-bottom: 0;
	}

	.iProducts .msgSwiper .cBtn {
		margin-top: 30px;
	}

	.iProducts .msgSwiper .txts {
		margin-top: 30px;
	}

	.cBtn i {
		width: 32px;
		height: 32px;
	}

	.cBtn span {
		padding-left: 0;
	}

	.iProducts .msgSwiper .image {
		margin-left: 0;
		width: 36%;
	}
}

@media screen and (max-width:1333px) {
	.iProducts .msgSwiper {
		margin-top: 20px;
	}

	.iProducts .btnSwiper .swiper-slide {
		padding: 10px 10px;
	}

	.iProducts .msgSwiper .tit {
		font-size: 26px;
		line-height: 38px;
	}

	.cBtn i {
		width: 28px;
		height: 28px;
	}

	.cBtn {
		height: 36px;
		width: 140px;
	}
}

@media screen and (max-width:999px) {
	.iProducts .msgSwiper .tit {
		font-size: 20px;
	}

	.cBtn span {
		font-size: 14px;
	}

	.iProducts .btnSwiper .swiper-slide {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.iProducts .msgSwiper .swiper-slide {
		flex-direction: column;
		align-items: flex-start;
	}

	.iProducts .msgSwiper .msg {
		width: 100%;
		margin-top: 10px;
	}

	.iProducts .msgSwiper .txts {
		margin-top: 20px;
	}

	.iProducts .msgSwiper .line {
		height: 3px;
		margin-top: 10px;
	}

	.iProducts .msgSwiper .cBtn {
		margin-top: 20px;
	}

	.iProducts .msgSwiper .image {
		width: 100%;
		margin: 0 auto;
		max-width: 360px;
	}
}

@media screen and (max-width:538px) {}

/* indexM2-1 */

.iAbout {
	padding: 98px 0 93px 0;
	background-color: #F2F2F2;
	overflow: hidden;
}


.iAbout .con {
	display: flex;
	justify-content: space-between;
}

.iAbout .msg {
	width: 48%;
	position: relative;
	z-index: 9;
}

.iAbout .msg .sign {
	position: absolute;
	top: -97px;
	left: -7.6%;
	width: 272px;
	z-index: -1;
}


.iAbout .msg .sign img {
	display: block;
}


.iAbout .show {
	width: 50%;
	padding-top: 2px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
}


.iAbout .show::after {
	content: "";
	position: absolute;
	left: 100%;
	height: 175px;
	background-color: #ffffff;
	bottom: -93px;
	width: 100vw;
}


.iAbout .msg .txts {
	margin-top: 11px;
	width: 92%;
}

.iAbout .msg .txts p {
	color: #333;
	font-size: 16px;
	line-height: 28px;
}

.iAbout .msg .numList {
	margin-top: 38px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.iAbout .msg .numList .item {
	margin-top: 57px;
	padding-left: 18px;
	position: relative;
	width: 48%;
}

.iAbout .msg .numList .item:nth-child(2n-1) {
	width: 36%;
}

.iAbout .msg .numList .item:nth-child(2n) {
	width: 58.3%;
}


.iAbout .msg .numList .item:nth-child(-n+2) {
	margin-top: 0;
}


.iAbout .msg .numList .item::after {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	width: 1px;
	height: 115%;
	background-color: #C5C5C5;
}


.iAbout .msg .numList .item::before {
	content: "";
	position: absolute;
	left: 0;
	top: -4px;
	height: 40px;
	width: 1px;
	background-color: #DA251C;
	z-index: 2;
	transition: .4s ease all;
}

.iAbout .msg .numList .item:hover .num {
	color: #015198;
}


.iAbout .msg .numList .item:hover::before {
	background-color: #015198;
}



.iAbout .msg .numList .num {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	color: #333;
	font-family: Calibri-Bold;
	font-size: 48px;
	line-height: 56px;
}

.iAbout .msg .numList .numBox {
	margin-right: 6px;
}

.iAbout .msg .numList .num i {
	color: #4D4D4D;
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	font-family: Calibri-Regular;
}


.iAbout .msg .numList .name {
	color: #333;
	font-size: 16px;
	line-height: 28px;
	margin-top: 3px;
}

.iAbout .msg .cBtn {
	margin-top: 58px;
}


.iAbout .show .dis p {
	color: #333;
	text-align: right;
	font-size: 16px;
	line-height: 28px;
}

.iAbout .show .dis p strong {
	color: #333;
	font-family: Calibri-Bold;
	font-size: 16px;
	line-height: 28px;
}


.iAbout .swiper {
	margin-top: 29px;
	width: 100%;
	flex: 1;
}

.iAbout .swiper .image {
	height: 100%;
}

.iAbout .swiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.sBtns {
	display: flex;
	align-items: center;
}

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-color: #DA251C;
	cursor: pointer;
}

.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}


.sBtns>div:hover {
	background-color: #015198;
}

.sBtns>div.prev {
	margin-right: 20px;
}


.iAbout .sBtns {
	justify-content: flex-end;
	position: absolute;
	top: 100%;
	background-color: #ffffff;
	height: 93px;
	padding: 0 48px;
}


.iAbout .sBtns>div {
	margin-top: -3px;
}

@media screen and (max-width:1560px) {
	.iAbout .msg .txts {
		margin-top: 20px;
	}

	.iAbout .msg .numList .num {
		font-size: 42px;
		line-height: 42px;
	}

	.sBtns>div {
		width: 42px;
		height: 42px;
	}

	.iAbout .sBtns {
		height: 80px;
	}

	.iAbout .show::after {
		bottom: -80px;
	}
	.iAbout .msg .txts {
		width: 100%;
	}
}

@media screen and (max-width:1333px) {
	.iAbout .sBtns {
		height: 60px;
	}

	.iAbout .show::after {
		bottom: -60px;
	}

	.sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 12px;
	}

	.iAbout .msg .cBtn {
		margin-top: 40px;
	}

	.iAbout .msg .numList .num {
		font-size: 32px;
		line-height: 32px;
	}

	.iAbout .msg .numList .item {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.iAbout .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .msg {
		width: 100%;
	}

	.iAbout .show {
		width: 100%;
		margin-top: 20px;
	}

	.iAbout .msg .numList .num {
		font-size: 28px;
		line-height: 28px;
	}

	.iAbout .swiper {
		height: 400px;
		flex: none;
	}

	.iAbout .sBtns {
		height: 50px;
	}

	.iAbout .show::after {
		bottom: -50px;
	}

	.sBtns>div {
		width: 36px;
		height: 36px;
	}

	.iAbout .msg .sign {
		width: 260px;
	}

	.iAbout .msg .numList .num i {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.iAbout {
		padding-bottom: 50px !important;
	}

	.iAbout .swiper {
		height: 360px;
	}

	.iAbout .msg .numList .num {
		font-size: 26px;
		line-height: 26px;
	}

	.iAbout .msg .sign {
		width: 240px;
		top: -9%;
	}
}

@media screen and (max-width:538px) {
	.iAbout .swiper {
		height: 300px;
	}
}


/* indexM3-1 */

.innovation {
	padding: 79px 0 88px 0;
}

.innovation .con {
	display: flex;
	justify-content: space-between;
}

.innovation .msg {
	width: 35.49%;
	margin-right: -7.2%;
	position: relative;
	z-index: 9;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.innovation .msg .box {
	width: 73%;
	padding: 47px 0;
}

.innovation .msg .txts {
	margin-top: 6px;
	color: #999;
	font-size: 16px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.innovation .msg .list {
	background-color: #F7F7F7;
	padding: 37px 25px 39px;
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}


.innovation .msg .list div {
	color: #4D4D4D;
	font-size: 18px;
	line-height: 28px;
	position: relative;
	cursor: pointer;
	margin-bottom: 27px;
}

.innovation .msg .list div:hover {
	color: #015198;
}

.innovation .msg .list div:last-child {
	margin-bottom: 0;
}


.innovation .msg .list div::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 4px;
	background-color: #015198;
	left: -25px;
	height: 0;
	transition: .4s ease all;
}



.innovation .msg .list div.active {
	color: #015198;
	font-size: 32px;
	line-height: 46px;
}

.innovation .msg .list div.active::after {
	height: 22px;
}



.innovation .show {
	width: 71.71%;
	position: relative;
}

.innovation .show .swiper {
	height: 100%;
}

.innovation .show .image {
	height: 100%;
}

.innovation .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.innovation .show .dis {
	position: absolute;
	left: 55.1%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 60%;
	padding-bottom: 46px;
}

.innovation .show .tit {
	color: #FFF;
	font-size: 32px;
	line-height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.innovation .show .tit:hover {
	color: #015198;
}


.innovation .show .txts {
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.innovation .show .txts p {
	color: #ffffff;
	font-size: 16px;
	line-height: 28px;
}



.innovation .show .arrBtn {
	position: absolute;
	right: 29px;
	bottom: 16px;
	z-index: 2;
}

.arrBtn {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #DA251C;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 14px !important;
	font-weight: bold;
}


.arrBtn:hover {
	background-color: #015198;
}


@media screen and (max-width:1560px) {
	.innovation .msg .txts {
		margin-top: 20px;
	}

	.innovation .msg .box {
		padding: 30px 0;
	}

	.innovation .msg .list {
		padding: 20px 20px;
	}

	.innovation .msg .list div::after {
		left: -20px;
	}

	.innovation .msg .list div {
		margin-bottom: 20px;
	}

	.innovation .msg .list div.active {
		font-size: 26px;
		line-height: 38px;
	}

	.innovation .show .dis {
		padding-bottom: 0;
		left: 50%;
	}

	.innovation .show .tit {
		font-size: 28px;
		line-height: 40px;
	}

	.arrBtn {
		width: 40px;
		height: 40px;
	}

}

@media screen and (max-width:1333px) {
	.innovation .msg .list div.active {
		font-size: 24px;
		line-height: 36px;
	}

	.innovation .msg .list div {
		margin-bottom: 16px;
	}

	.innovation .msg .box {
		padding: 20px 0;
	}

	.innovation .show .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.innovation .show .txts {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.innovation .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.innovation .msg .box {
		padding: 0;
		width: 100%;
	}

	.innovation .msg .list {
		margin: 0;
		margin-top: 20px;
	}

	.innovation .msg {
		width: 100%;
		margin-right: 0;
	}

	.innovation .msg .list div {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.innovation .msg .list div.active {
		font-size: 20px;
		line-height: 30px;
	}

	.innovation .msg .list div.active::after {
		height: 20px;
	}

	.innovation .msg .list div::after {
		width: 3px;
	}

	.innovation .show {
		width: 100%;
		height: 400px;
		margin-top: 30px;
	}

	.innovation .show .dis {
		width: 100%;
		padding: 0 20px;
	}

	.arrBtn {
		width: 36px;
		height: 36px;
		font-size: 12px !important;
	}

	.innovation .show .tit {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:768px) {
	.innovation .show {
		height: 360px;
	}

	.innovation .msg .list div.active {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:538px) {
	.innovation .show {
		height: 300px;
	}
}



/* indexM4-1 */

.touch {
	padding: 110px 0 124px 0;
	position: relative;
}

.touch .imgBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.touch .imgBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.touch .tip {
	text-align: center;
	color: #FFF;
	font-size: 28px;
	line-height: 40px;
}

.touch .title1 {
	text-align: center;
	margin-top: 9px;
	color: #ffffff;
	font-size: 48px;
	line-height: 60px;
}


.touch .cBtn {
	margin: 0 auto;
	margin-top: 15px;
}


.touch .cBtn i {
	background-color: #ffffff;
	color: #DA251C;
}


.touch .cBtn:hover {
	background-color: #ffffff;
}

.touch .cBtn:hover span {
	color: #015198;
}


.touch .cBtn:hover i {
	background-color: #015198;
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.touch .tip {
		font-size: 20px;
		line-height: 30px;
	}

	.touch .title1 {
		margin-top: 20px;
	}

	.touch .cBtn {
		margin-top: 30px;
	}
}



/* indexM5-1 */

.oem {
	padding: 84px 0 113px 0;
}

.oem .tips {
	margin-top: 11px;
	color: #4D4D4D;
	font-size: 16px;
	line-height: 28px;
}

.oem .list {
	margin-top: 79px;
	display: flex;
	align-items: flex-start;
	height: 429px;
}

.oem .list .item {
	flex: 1;
	margin-right: 15px;
	display: flex;
	justify-content: space-between;
	height: 305px;
	transition: .6s ease all;
}


.oem .list .item:last-child {
	margin-right: 0;
}

.oem .list .item.active {
	flex: 3.24;
	background-color: #ffffff;
	padding: 32px;
	box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.08);
	height: 100%;
	margin-right: 38px;
}

.oem .list .item.active .show {
	border-radius: 20px;
	width: 48.2%;
}

.oem .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.oem .list .show {
	position: relative;
	width: 100%;
	border-radius: 0;
	overflow: hidden;
}


.oem .list .show .image {
	height: 100%;
}

.oem .list .show .box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 14px 18px;
	background-color: rgba(0, 0, 0, .5);
}


.oem .list .msg {
	width: 0%;
	overflow: hidden;
}

.oem .list .item.active .msg {
	width: 47.3%;
}

.oem .list .item.active .show .box {
	opacity: 0;
	pointer-events: none;
}

.oem .list .show .tit {
	color: #FFF;
	font-family: Calibri-Bold;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	position: relative;
}

.oem .list .show .tit::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	bottom: -1px;
	background-color: #DA251C;
	left: 0;
}


.oem .list .msg {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 18px;
}

.oem .list .msg .tit {
	color: #333;
	font-family: Calibri-Bold;
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
	margin-top: 42px;
}

.oem .list .msg .tit:hover {
	color: #015198;
}

.oem .list .msg .txts {
	color: #999;
	font-size: 16px;
	line-height: 28px;
	margin-top: 26px;
}

@media screen and (max-width:1560px) {
	.oem .tips {
		margin-top: 20px;
	}

	.oem .list {
		margin-top: 50px;
		height: 360px;
	}

	.oem .list .item.active .show {
		border-radius: 10px;
	}

	.oem .list .item.active {
		padding: 20px;
	}

	.oem .list .msg {
		padding-bottom: 0;
	}

	.oem .list .item {
		height: 280px;
	}

	.oem .list .msg .tit {
		font-size: 24px;
		line-height: 36px;
		margin-top: 20px;
	}

	.oem .list .msg .txts {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.oem .list {
		margin-top: 40px;
	}

	.oem .list .item.active {
		padding: 14px;
	}

	.oem .list .msg .tit {
		font-size: 22px;
		line-height: 34px;
	}

	.oem .list .item.active {
		margin-right: 20px;
	}

	.oem .list .item.active .show {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.oem .list {
		margin-top: 30px;
		justify-content: space-between;
		flex-wrap: wrap;
		height: auto;
	}

	.oem .list .item:nth-child(n) {
		width: 48%;
		margin-top: 30px;
		margin-right: 0;
		flex: none;
		height: auto;
		flex-direction: column;
		align-items: flex-start;
		padding: 14px;
		box-shadow: 0 0 21px 5px rgba(0, 0, 0, 0.08);
	}

	.oem .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.oem .list .item:nth-child(n) .msg {
		width: 100%;
		margin-top: 20px;
	}

	.oem .list .msg .tit {
		font-size: 20px;
		line-height: 30px;
		margin-top: 10px;
	}

	.oem .list .msg .txts {
		margin-top: 10px;
	}

	.oem .list .item:nth-child(n) .show {
		width: 100%;
		border-radius: 5px;
		overflow: hidden;
	}

	.oem .list .show .box {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.oem .list .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:450px) {
	.oem .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.oem .list .item:nth-child(1) {
		margin-top: 0;
	}

	.oem .list .show .image {
		height: 280px;
	}
}



/* indexM6-1 */


.certificate {
	padding: 97px 0 129px;
	background-color: #EFEFEF;
}

.iTips {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	width: 68%;
	margin: 0 auto;
}

.certificate .iTips {
	margin-top: 11px;
}

.swiperBox {
	position: relative;
}


.swiperBox .sBtns>div {
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	z-index: 9;
}


.swiperBox .sBtns>div.prev {
	left: -65px;
	margin-right: 0;
}

.swiperBox .sBtns>div.next {
	right: -65px;
}


.certificate .swiperBox {
	z-index: 9;
	margin-top: 72px;
}

.certificate .swiperBox .sBtns>div {
	top: 62%;
}

.certificateSwiper .swiper {
	width: 100%;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.certificateSwiper .swiper .swiper-slide {
	display: flex;
	justify-content: center;
	pointer-events: none;
	position: relative;
	transform-origin: center bottom;
	opacity: 0;
	transition: .4s ease opacity;
}

.certificateSwiper .swiper .swiper-slide .image {
	transform: scale(.4);
}


.certificateSwiper .swiper .slide-r20,
.certificateSwiper .swiper .slide-l20 {
	z-index: 5;
}

.certificateSwiper .swiper .slide-r20 .image {
	transform: scale(.5) translateX(-80%);
}


.certificateSwiper .swiper .slide-l20 .image {
	transform: scale(.5) translateX(80%);
}


.certificateSwiper .swiper .slide-r15,
.certificateSwiper .swiper .slide-l15 {
	z-index: 6;
	opacity: 1;
}

.certificateSwiper .swiper .slide-r15 .image {
	transform: scale(.644) translateX(-27%);
}

.certificateSwiper .swiper .slide-l15 .image {
	transform: scale(.644) translateX(27%);
}

.certificateSwiper .swiper .slide-r10,
.certificateSwiper .swiper .slide-l10 {
	z-index: 7;
	opacity: 1;
}

.certificateSwiper .swiper .slide-r10 .image {
	transform: scale(.724) translateX(-30.4%);
}

.certificateSwiper .swiper .slide-l10 .image {
	transform: scale(.724) translateX(30.4%);
}


.certificateSwiper .swiper .slide-r5,
.certificateSwiper .swiper .slide-l5 {
	z-index: 8;
	opacity: 1;
}

.certificateSwiper .swiper .slide-r5 .image {
	transform: scale(.835) translateX(-22%);

}

.certificateSwiper .swiper .slide-l5 .image {
	transform: scale(.85) translateX(22%);
}

.certificateSwiper .swiper .slide-center-main {
	z-index: 9;
	opacity: 1;
}

.certificateSwiper .swiper .slide-center-main .image {
	transform: scale(1);
}

.certificateSwiper .swiper .swiper-slide .image {
	transform-origin: bottom center;
	pointer-events: all;
}

.certificateSwiper .image:hover img {
	transform: translateY(-10px);
}


.certificateSwiper .swiper .swiper-slide .name {
	position: absolute;
	bottom: 0;
	transform: translateY(calc(100% + 22px)) translateX(-50%);
	font-size: 18px;
	line-height: 30px;
	z-index: 9;
	left: 50%;
	opacity: 0;
	width: 100%;
	text-align: center;
	color: #333333;
	pointer-events: all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	pointer-events: none;
	text-align: center;
	color: #333;
	font-size: 20px;
	line-height: 32px;
}

.certificateSwiper .swiper .swiper-slide-active .name {
	opacity: 1;
	pointer-events: all;
}


.certificateSwiper .shadowImg {
	position: absolute;
	bottom: -39.9%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}


.certificateSwiper .shadowImg img {
	display: block;
}


@media screen and (max-width:1560px) {
	.certificate .swiperBox {
		margin-bottom: 60px;
		margin-top: 40px;
	}

	.certificateSwiper .swiper .swiper-slide .name {
		transform: translateY(calc(100% + 10px)) translateX(-50%);
		font-size: 18px;
		line-height: 28px;
	}


	.swiperBox .sBtns>div.prev {
		left: -55px;
	}

	.swiperBox .sBtns>div.next {
		right: -55px;
	}

	.certificate .iTips {
		margin-top: 20px;
	}

	.iTips {
		width: 90%;
	}
}

@media screen and (max-width:1333px) {
	.certificateSwiper .swiper .slide-r5 .image {
		transform: scale(.835) translateX(-12%);
	}

	.certificateSwiper .swiper .slide-l5 .image {
		transform: scale(.835) translateX(12%);
	}

	.certificateSwiper .swiper .slide-r10 .image {
		transform: scale(.724) translateX(-16.4%);
	}

	.certificateSwiper .swiper .slide-l10 .image {
		transform: scale(.724) translateX(16.4%);
	}

	.certificateSwiper .swiper .swiper-slide .name {
		font-size: 16px;
		line-height: 28px;
	}

	.iTips {
		width: 100%;
	}
}

@media screen and (max-width:999px) {
	.certificateSwiper .swiper .swiper-slide:nth-child(n) .image {
		transform: none;
	}

	.certificateSwiper .swiper .swiper-slide:nth-child(n) {
		flex-direction: column;
		align-items: center;
		opacity: 1;
	}

	.certificateSwiper .swiper .swiper-slide .name {
		font-size: 14px;
		line-height: 24px;
		position: static;
		transform: translateY(0);
		margin-top: 10px;
		opacity: 1;
		pointer-events: all;
	}

	.certificate .swiperBox {
		margin-bottom: 0;
		margin-top: 30px;
	}

	.certificate .swiperBox .sBtns>div {
		top: 50%;
	}
}

@media screen and (max-width:768px) {
	.swiperBox .sBtns {
		justify-content: center;
	}

	.swiperBox .sBtns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}

	.swiperBox .sBtns>div.prev {
		margin-right: 20px;
	}
}





/* indexM7-1 */

.iSolution {
	padding: 67px 0 99px 0;
}

.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
}

.iTit .title1 {
	text-align: center;
}


.iSolution .iTips {
	margin-top: 2px;
}

.iSolution .solutionList {
	margin-top: 40px;
}


.solutionList {
	display: flex;
	flex-wrap: wrap;
}

.solutionList .solutionItem {
	width: 32.35%;
	margin-right: 1.475%;
	margin-top: 20px;
	position: relative;
}

.solutionList .solutionItem:nth-child(3n) {
	margin-right: 0;
}


.solutionList .solutionItem:nth-child(-n+3) {
	margin-top: 0;
}


.solutionItem .image {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.solutionItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.solutionItem:hover .image img {
	transform: scale(1.1);
}

.solutionItem .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 53.92%, rgba(0, 0, 0, 0.50) 100%);
}


.solutionItem .msg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
}


.solutionItem .tit {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #FFF;
	font-size: 24px;
	line-height: 36px;
	padding: 0 28px;
	pointer-events: all;
}

.solutionItem .tit:hover {
	color: #015198;
}


.solutionItem .btn {
	border-radius: 40px 0 0 0;
	background-color: #ffffff;
	padding: 12px;
	pointer-events: all;
	flex-shrink: 0;
	margin-left: 10px;
}




@media screen and (max-width:1560px) {
	.iSolution .iTips {
		margin-top: 20px;
	}

	.solutionItem .tit {
		padding: 0 20px;
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.iSolution .solutionList {
		margin-top: 30px;
	}

	.solutionItem .tit {
		font-size: 18px;
		line-height: 28px;
		padding: 0 14px;
	}

	.solutionItem .btn {
		padding: 10px;
	}

}

@media screen and (max-width:999px) {
	.solutionList .solutionItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.solutionList .solutionItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.solutionList {
		justify-content: space-between;
	}

	.solutionItem .tit {
		font-size: 16px;
		line-height: 26px;
		padding: 0 10px;
	}

}

@media screen and (max-width:450px) {
	.solutionList .solutionItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
		height: 280px;
	}

	.solutionList .solutionItem:nth-child(1) {
		margin-top: 0;
	}
}


/* indexM8-1 */

.latestNews {
	padding: 82px 0 115px 0;
	background-image: url("../images/indexM8-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.latestNews .line {
	width: 100%;
	height: 1px;
	background-color: #CACACA;
	margin-top: 37px;
}


.latestNews .list {
	margin-top: 52px;
	display: flex;
	flex-wrap: wrap;
}


.latestNews .list .show {
	width: 25.4%;
	margin-right: 2.85%;
	position: relative;
	z-index: 9;
	padding: 27px 25px;
}

.latestNews .list .show .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}


.latestNews .list .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.latestNews .show .time {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	display: flex;
	align-items: flex-end;
	pointer-events: none;
}

.latestNews .show .time span {
	font-family: Calibri-Bold;
	font-size: 40px;
	line-height: 50px;
	margin-right: 7px;
}


.latestNews .show .txts {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	margin-top: 15px;
	pointer-events: none;
}

.latestNews .list .newItem {
	width: 22.3%;
	margin-right: 2.425%;
}

.latestNews .list>div:nth-child(4n) {
	margin-right: 0;
}


.newItem .time {
	display: flex;
	align-items: flex-end;
	color: #4D4D4D;
	font-size: 16px;
	line-height: 28px;
	margin-top: -2px;
}


.newItem .time span {
	color: #333;
	font-family: Calibri-Bold;
	font-size: 28px;
	line-height: 40px;
	flex-shrink: 0;
	margin-right: 10px;
}

.newItem .image {
	overflow: hidden;
	margin-top: 11px;
}

.newItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.newItem .tit {
	color: #333;
	font-family: Calibri-Bold;
	font-size: 18px;
	line-height: 30px;
	margin-top: 17px;
}


.newItem .tit:hover {
	color: #015198;
}

.newItem .txts {
	color: #4D4D4D;
	font-size: 16px;
	line-height: 28px;
	margin-top: 5px;
	min-height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

}


.newItem .arrBtn {
	margin-top: 65px;
}

@media screen and (max-width:1560px) {
	.newItem .time {
		margin-top: 0;
	}

	.latestNews .show .time span {
		font-size: 32px;
		line-height: 42px;
	}

	.latestNews .show .time,
	.newItem .time {
		line-height: 24px;
	}

	.newItem .arrBtn {
		margin-top: 40px;
	}

	.newItem .image {
		margin-top: 20px;
	}

	.latestNews .list {
		margin-top: 40px;
	}

	.latestNews .line {
		margin-top: 30px;
	}

	.newItem .time span {
		font-size: 26px;
		line-height: 36px;
	}
}

@media screen and (max-width:1333px) {
	.newItem .arrBtn {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.latestNews .list {
		margin-top: 30px;
		justify-content: space-between;
	}

	.latestNews .list .show {
		width: 48%;
		margin-right: 0;
	}

	.latestNews .list .newItem {
		width: 48%;
		margin-right: 0;
	}

	.latestNews .list>div {
		margin-top: 30px;
	}

	.latestNews .list>div:nth-child(-n+2) {
		margin-top: 0;
	}

	.newItem .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.newItem .arrBtn {
		margin-top: 20px;
	}

	.latestNews .line {
		margin-top: 20px;
	}

	.latestNews .show .time span {
		font-size: 28px;
		line-height: 38px;
	}

	.newItem .time span {
		font-size: 24px;
		line-height: 34px;
	}

	.latestNews .show .time,
	.newItem .time {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.newItem .time span {
		font-size: 22px;
		line-height: 32px;
	}

	.latestNews .show .time span {
		font-size: 24px;
		line-height: 34px;
	}
}


@media screen and (max-width:450px) {
	.latestNews .list>div:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.latestNews .list>div:nth-child(1) {
		margin-top: 0;
	}

	.latestNews .list .show {
		height: 280px;
	}

	.newItem .image {
		height: 240px;
	}

	.newItem .arrBtn {
		margin-top: 10px;
	}
}


/* privacyPolicy */

.privacyPolicy {
	padding: 30px 0 226px 0;
}


.privacyPolicy .title1 {
	text-align: center;
	color: #4D4D4D;
}


.privacyPolicy .txts {
	margin-top: 42px;
}

.privacyPolicy .txts p {
	color: #4D4D4D;
	font-size: 16px;
	line-height: 20px;
}


.privacyPolicy .txts p strong {
	color: #015198;
	font-family: Calibri-Bold;
	font-size: 24px;
	line-height: 36px;
}

@media screen and (max-width:1560px) {
	.privacyPolicy .txts p strong {
		font-size: 22px;
		line-height: 32px;
	}
}

@media screen and (max-width:1333px) {
	.privacyPolicy .txts p strong {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.privacyPolicy .txts p strong {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.privacyPolicy .txts {
		margin-top: 30px;
	}
}

/* 1-1 */

.products {
	padding: 53px 0 75px 0;
}

.products .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.products .productCategory {
	width: 15%;
}


.productCategory .title {
	display: none;
}

.productCategory .list>li {
	margin-top: 2px;
}

.productCategory .list>li:nth-child(1) {
	margin-top: 0;
}


.productCategory .tit {
	display: flex;
	align-items: center;
	padding: 10px 18px 12px 18px;
	background-color: #F4F4F4;
	justify-content: space-between;
}


.productCategory li .tit.active {
	background-color: #015198;
}

.productCategory .tit a {
	color: #4D4D4D;
	font-size: 16px;
	line-height: 28px;
}

.productCategory li .tit.active a {
	color: #ffffff;
}


.productCategory .tit a:hover {
	text-decoration: underline;
}


.productCategory .tit .btn {
	width: 14px;
	height: 14px;
	border: 1px solid #999999;
	border-radius: 2px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


.productCategory .tit .btn i {
	width: 6px;
	height: 1px;
	background-color: #999999;
}

.productCategory .tit .btn i.move {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}


.productCategory .tit.active .btn {
	border-color: #ffffff;
}

.productCategory .tit.active .btn i {
	background-color: #ffffff;
}

.productCategory .tit.active .btn i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.productCategory .list ul {
	display: none;
	padding: 19px 30px 19px;
	transition: none;
}


.productCategory .list li.active>ul {
	display: block;
}

.productCategory .list ul li {
	margin-bottom: 16px;
}

.productCategory .list ul li:last-child {
	margin-bottom: 0;
}

.productCategory .list ul a {
	color: #4D4D4D;
	font-size: 16px;
	line-height: 28px;
	position: relative;
	display: block;
}

.productCategory .list ul li:hover>a,
.productCategory .list ul li.active>a {
	color: #015198;
	text-decoration: underline;
}

.productCategory .list ul li:hover>a::after,
.productCategory .list ul li.active>a::after {
	opacity: 1;
}


.productCategory .list ul a::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #DA251C;
	left: -18px;
	top: 10px;
	opacity: 0;
	transition: .4s ease all;
}



.products .dis {
	width: 81.4%;
}

.products .dis .mBox {
	margin-top: 7px;
}

.mBox {
	height: 84px;
	overflow: hidden;
}

.mBox p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.mBtn {
	margin-top: 23px;
	cursor: pointer;
}


.products .dis form {
	margin-top: 48px;
}

.products .dis .list {
	display: flex;
	flex-wrap: wrap;
}


.products .dis .list .productItem {
	width: 31.6%;
	margin-right: 2.6%;
	margin-top: 50px;
}

.products .dis .list .productItem:nth-child(3n) {
	margin-right: 0;
}

.products .dis .list .productItem:nth-child(-n+3) {
	margin-top: 0;
}

.productItem .image {
	overflow: hidden;
	border: 1px solid #E0E0E0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productItem .msg {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}


.productItem .msg .name {
	color: #333;
	font-size: 20px;
	line-height: 32px;
}

.productItem .msg .name:hover {
	color: #015198;
}


.productItem .msg .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 150px;
	height: 42px;
	border-radius: 42px;
	flex-shrink: 0;
	margin-left: 10px;
}

.productItem .msg .btns a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 19px;
	color: #015198;
	font-size: 16px;
	line-height: 28px;
	border-radius: 42px;
	border: 1px solid #015198;
}

.productItem .msg .btns:hover a {
	background-color: #015198;
	color: #ffffff;
}

.productItem .msg .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 28px;
	overflow: hidden;
	width: 11px;
	height: 11px;
	outline: 1px solid #D9D9D9;
}


.productItem .msg .checkBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
	cursor: pointer;
}

.productItem .msg .checkBtn i {
	font-size: 12px;
	color: #015198;
	opacity: 0;
}

.productItem .msg .checkBtn.active i {
	opacity: 1;
}

.productItem .msg .btns:hover .checkBtn {
	background-color: #ffffff;
	outline: 1px solid #ffffff;
}


.products .pager {
	margin-top: 86px;
}

@media screen and (max-width:1560px) {
	.products .dis .mBox {
		margin-top: 20px;
	}

	.productItem .msg .name {
		font-size: 18px;
		line-height: 28px;
	}

	.products .dis .list .productItem {
		margin-top: 40px;
	}

	.products .dis form {
		margin-top: 40px;
	}

	.products .dis {
		width: 78%;
	}

	.products .productCategory {
		width: 18%;
	}

	.productCategory .list ul {
		padding: 10px 24px;
	}

	.productCategory .list ul li {
		margin-bottom: 10px;
	}

	.productItem .msg .btns {
		height: 36px;
		width: 140px;
	}

	.productItem .msg .checkBtn {
		left: 18px;
	}

	.products .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.products .dis .list {
		justify-content: space-between;
	}

	.products .dis .list .productItem:nth-child(n) {
		width: 48%;
		margin-top: 30px;
		margin-right: 0;
	}

	.products .dis .list .productItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.products .dis {
		width: 72%;
	}

	.products .productCategory {
		width: 24%;
	}

	.products .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.products .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.products .productCategory {
		width: 100%;
	}

	.productCategory .tit {
		padding: 6px 20px;
	}

	.products .dis {
		margin-top: 30px;
		width: 100%;
	}

	.productCategory .tit a,
	.productCategory .list ul a {
		font-size: 14px;
		line-height: 26px;
	}

	.productCategory .list ul a::after {
		top: 9px;
	}

	.productItem .msg .name {
		font-size: 16px;
		line-height: 28px;
	}

	.products .pager {
		margin-top: 40px;
	}

	.productCategory .title {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.productCategory .title .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
	}

	.productCategory .title .menuBtn.active i {
		transform: rotate(0);
	}

	.productCategory .title .menuBtn i {
		font-size: 26px;
		transform: rotate(45deg);
		color: #333333;
	}

	.productCategory .list {
		margin-top: 20px;
		display: none;
		transition: none;
	}
	.mBox {
		height: 78px;
	}
}

@media screen and (max-width:768px) {

	.productCategory .title .menuBtn i {
		font-size: 22px;
	}

	.productItem .msg {
		flex-direction: column;
		align-items: flex-start;
	}

	.productItem .msg .btns {
		margin-left: 0;
		margin-top: 10px;
	}

	.mBtn {
		margin-top: 20px;
	}
}

@media screen and (max-width:450px) {
	.products .dis .list .productItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.products .dis .list .productItem:nth-child(1) {
		margin-top: 0;
	}

	.productItem .image img {
		max-width: 240px;
	}
}

/* 1-2 */

.productDet {
	padding: 53px 0 113px 0;
}


.productShow {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}


.productShow .shows {
	flex-shrink: 0;
	margin-right: 4.1%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.productShow .shows .showSipwer {
	width: 530px;
	margin-right: 14px;
	overflow: hidden;
	background-color: #ffffff;
	border: solid 1px #f5f5f5;
}

.showSipwerBox {
	position: relative;
}


.showSipwer .swiper-slide img {
	display: block;
}



.productShow .shows .checkSwiper {
	width: 140px;
	overflow: hidden;
	height: 100%;
}

.productShow .shows .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 530px;
	padding: 44px 0;
}


.productShow .shows .swiperBox .prev,
.productShow .shows .swiperBox .next {
	width: 100%;
	position: absolute;
	color: #333333;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 2px 5px;
	height: 30px;
	background-color: #015198;
}


.productShow .shows .swiperBox .prev i,
.productShow .shows .swiperBox .next i {
	font-size: 20px;
	color: #ffffff;
}


.productShow .shows .swiperBox .prev:hover,
.productShow .shows .swiperBox .next:hover {
	background-color: #DA251C;
}


.productShow .shows .swiperBox .prev {
	top: 0;
}

.productShow .shows .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .shows .swiperBox .next {
	bottom: 0;
}

.productShow .shows .swiperBox .next i {
	transform: rotate(90deg);
}


.productShow .shows .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}


.productShow .shows .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: .4s ease all;
	pointer-events: none;
	overflow: hidden;
	border: 1px solid #E0E0E0;
}

.productShow .shows .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #015198;
}



.productShow .jianjie {
	flex: 1;
}

.productShow .jianjie .tip {
	color: #015198;
	font-size: 16px;
	line-height: 26px;
}


.productShow .jianjie .title1 {
	margin-top: 9px;
}


.productShow .jianjie .txts {
	margin-top: 25px;
}


.productShow .jianjie .txts p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.productShow .jianjie .txts p em {
	color: #333;
	font-style: normal;
}


.productShow .jianjie .files {
	margin-top: 19px;
	display: flex;
	flex-wrap: wrap;
}


.productShow .jianjie .files a,
.productShow .jianjie .files div {
	width: 180px;
	height: 42px;
	border-radius: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E5E5E5;
	margin: 6.5px 0;
	margin-right: 12px;
	color: #333;
	font-size: 16px;
	cursor: pointer;
}

.productShow .jianjie .files a:last-child,
.productShow .jianjie .files div:last-child {
	margin-right: 100px;
}


.productShow .jianjie .files a:hover,
.productShow .jianjie .files div:hover {
	color: #015198;
}

.productShow .jianjie .share {
	margin-top: 35px;
}

.productShow .jianjie .btns {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
}

.productShow .jianjie .btns .subBtn {
	width: 180px;
	height: 42px;
	border-radius: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #DA251C;
	cursor: pointer;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	margin: 5px 0;
	margin-right: 20px;
}


.productShow .jianjie .btns .subBtn:hover {
	background-color: #015198;
}

.productShow .jianjie .btns .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 152px;
	height: 42px;
	background-color: #DA251C;
	margin-left: 20px;
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	margin: 5px 0;
	border-radius: 42px;
}

.productShow .jianjie .btns .btn:hover {
	background-color: #015198;
}



/*jQzoom*/
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
}


.productDet .describe {
	margin-top: 104px;
}


.productDet .innerTit {
	color: #015198;
}

.specifications .txts {
	margin-top: 23px;
}

.specifications .txts p strong {
	color: #666;
}

.specifications .table table tr td {
	text-align: center;
	color: #333333;
	border: 1px solid #dddddd;
}

.specifications .table table tr td:nth-child(1) {
	font-family: Calibri-Bold;
	text-align: left;
}

.specifications .table table tr td em {
	font-weight: bold;
	color: #015198;
	font-style: normal;
}


.productDet .designPurpose {
	margin-top: 53px;
}


.designPurpose .item {
	padding: 0px 30px 0 45px;
	margin-bottom: 2px;
}

.designPurpose .item:last-child {
	margin-bottom: 0;
}


.designPurpose .item:nth-child(2n) {
	background-color: #EDEDED;
}

.designPurpose .txts {
	margin-top: 30px;
}

.designPurpose .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 25px 0;
}


.designPurpose .active .question {
	padding: 25px 0 18px 0;
}


.designPurpose .question .btn {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 20px;
}

.designPurpose .question .btn i {
	width: 28px;
	height: 3px;
	background-color: #015198;
}

.designPurpose .question .btn i.move {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.designPurpose .item.active .question .btn i,
.designPurpose .item:hover .question .btn i {
	background-color: #DA251C;
}

.designPurpose .item.active .question .btn i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}


.designPurpose .answer {
	display: none;
	padding: 0px 0 23px 0;
	transition: none;
}

.designPurpose .answer p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}


.designPurpose .item:nth-child(1) .answer {
	display: block;
}




@media screen and (max-width:1560px) {
	.productShow .shows .showSipwer {
		width: 450px;
	}

	.productShow .shows .swiperBox {
		height: 450px;
	}

	.productShow .shows .swiperBox .prev i,
	.productShow .shows .swiperBox .next i {
		font-size: 16px;
	}

	.productShow .shows .checkSwiper {
		width: 112px;
	}

	.productShow .jianjie .files a:last-child,
	.productShow .jianjie .files div:last-child {
		margin-right: 0;
	}

	.productShow .jianjie .share {
		margin-top: 20px;
	}

	.productShow .jianjie .btns {
		margin-top: 20px;
	}

	.productDet .describe,
	.productDet .designPurpose {
		margin-top: 60px;
	}

	.designPurpose .question,
	.designPurpose .active .question {
		padding: 20px 0;
	}

	.designPurpose .question .btn i {
		width: 22px;
	}

	.designPurpose .item {
		padding: 0 20px;
	}
}

@media screen and (max-width:1333px) {
	.productShow .shows {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .shows {
		width: 48%;
		max-width: 400px;
	}

	.productShow .shows .showSipwerBox {
		width: 100%;
	}

	.productShow .shows .showSipwer {
		width: 100%;
	}

	.productShow .jianjie .files a,
	.productShow .jianjie .files div {
		width: 160px;
	}

	.productShow .shows .swiperBox {
		width: 100%;
		margin-top: 20px;
	}

	.productShow .shows .checkSwiper,
	.productShow .shows .swiperBox {
		width: 100%;
		height: auto;
	}

	.productShow .shows .swiperBox {
		padding: 0 34px;
	}

	.productShow .shows .swiperBox .prev,
	.productShow .shows .swiperBox .next {
		bottom: auto;
		top: 0;
		width: 25px;
		height: 100%;
	}

	.productShow .shows .swiperBox .prev {
		left: 0;
	}

	.productShow .shows .swiperBox .next {
		left: auto;
		right: 0;
	}

	.productShow .shows .swiperBox .prev i {
		transform: rotate(-180deg);
	}

	.productShow .shows .swiperBox .next i {
		transform: rotate(0deg);

	}

	.productShow .shows .swiperBox .prev i,
	.productShow .shows .swiperBox .next i {
		font-size: 12px;
	}

	.designPurpose .question,
	.designPurpose .active .question {
		padding: 14px 0;
	}

	.designPurpose .question .btn {
		width: 40px;
		height: 40px;
	}

	.designPurpose .question .btn i {
		width: 18px;
	}
}


@media screen and (max-width:999px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		flex: none;
		width: 100%;
		margin-top: 30px;
	}

	.productShow .jianjie .files a,
	.productShow .jianjie .files div,
	.productShow .jianjie .btns .btn,
	.productShow .jianjie .btns .subBtn {
		height: 36px;
		font-size: 14px;
	}

	.productShow .shows {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}

	.productShow .jianjie .tip {
		font-size: 14px;
		line-height: 26px;
	}

	.productDet .describe,
	.productDet .designPurpose {
		margin-top: 50px;
	}

	.productDet .describe,
	.productDet .designPurpose {
		margin-top: 50px;
	}

	.designPurpose .question,
	.designPurpose .active .question {
		padding: 10px 0;
	}

	.designPurpose .item {
		padding: 0 10px;
	}

	.designPurpose .question .btn i {
		height: 2px;
	}
}

@media screen and (max-width:768px) {

	.productShow .jianjie .files a,
	.productShow .jianjie .files div {
		width: 135px;
		margin-right: 8px;
	}

	.productShow .jianjie .btns .subBtn {
		width: 156px;
		margin-right: 8px;
	}

	.productShow .jianjie .btns .btn {
		width: 126px;
	}

	.productDet .describe,
	.productDet .designPurpose {
		margin-top: 40px;
	}

	.productDet .describe,
	.productDet .designPurpose {
		margin-top: 40px;
	}

	.designPurpose .question .btn {
		width: 36px;
		height: 36px;
	}

	.designPurpose .question .btn i {
		width: 16px;
	}

	.designPurpose .answer {
		padding-bottom: 14px;
	}
}


/* 2-1 */

.cultureValue {
	padding: 89px 0 84px 0;
}

.cultureValue .title1 {
	text-align: center;
}

.cultureValue .corporatePurpose {
	margin-top: 116px;
}


.corporatePurpose {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.corporatePurpose .image {
	width: 50%;
	height: 380px;
}

.corporatePurpose .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.corporatePurpose .msg {
	width: 58%;
	margin-left: -8%;
	position: relative;
	z-index: 9;
	padding: 43px 39px 49px;
	margin-top: 126px;
}


.corporatePurpose .tip {
	color: #015198;
	font-size: 16px;
	line-height: 28px;
	margin-top: 5px;
}


.corporatePurpose .txts {
	margin-top: 29px;
}

.corporatePurpose .txts p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}


.corporatePurpose .msg::after {
	content: "";
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 173px;
	height: calc(100% + 60px);
	z-index: -2;
	background-color: #015198;
}


.corporatePurpose .msg:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #F3F3F3;
	z-index: -1;
}

@media screen and (max-width:1560px) {
	.cultureValue .corporatePurpose {
		margin-top: 50px;
	}

	.corporatePurpose .msg {
		padding: 40px;
	}

	.corporatePurpose .txts {
		margin-top: 20px;
	}

	.corporatePurpose .msg::after {
		right: -20px;
		height: calc(100% + 60px);
	}
}

@media screen and (max-width:1333px) {
	.cultureValue .corporatePurpose {
		margin-top: 40px;
	}

	.corporatePurpose .tip {
		margin-top: 10px;
	}

	.corporatePurpose .msg {
		margin-top: 80px;
	}
}

@media screen and (max-width:999px) {
	.cultureValue .corporatePurpose {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.corporatePurpose .msg {
		width: 100%;
		margin-left: 0;
		margin-top: 25px;
		padding: 30px 20px;
	}

	.corporatePurpose .msg::after {
		height: calc(100% + 50px);
	}

	.corporatePurpose .image {
		width: 100%;
		height: 400px;
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.corporatePurpose .image {
		height: 360px;
	}
}

@media screen and (max-width:538px) {
	.corporatePurpose .image {
		height: 300px;
	}
}

.cultureValue .corporateVision {
	margin-top: 107px;
}

.corporateVision .innerTit {
	text-align: center;
}

.corporateVision .tip {
	text-align: center;
	color: #015198;
	font-size: 16px;
	line-height: 28px;
	margin-top: 5px;
}

.corporateVision .dis {
	margin-top: 32px;
}

.corporateVision .dis p {
	color: #333;
	font-size: 16px;
	line-height: 28px;
}

.corporateVision .swiperBox {
	margin-top: 21px;
}


.corporateVision .swiper-slide {
	display: flex;
	justify-content: space-between;
	background-color: #F3F3F3;
}

.corporateVision .swiper-slide .msg {
	width: 50%;
	display: flex;
	align-items: center;
	padding: 40px 40px 40px 65px;
}

.corporateVision .swiper-slide .msg p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}



.corporateVision .swiper-slide .image {
	width: 50%;
}

.corporateVision .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.corporateVision .swiperBox {
	padding: 0 24px;
}


.corporateVision .swiperBox .sBtns>div.prev {
	left: 0;
}

.corporateVision .swiperBox .sBtns>div.next {
	right: 0;
}


.cultureValue .corporateMission {
	margin-top: 78px;
}


@media screen and (max-width:1560px) {
	.cultureValue .corporateVision {
		margin-top: 80px;
	}

	.corporateVision .swiper-slide .msg {
		padding: 40px;
	}
}

@media screen and (max-width:1333px) {
	.cultureValue .corporateVision {
		margin-top: 60px;
	}

	.corporateVision .dis {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.cultureValue .corporateVision {
		margin-top: 50px;
	}

	.corporateVision .swiper-slide {
		flex-direction: column;
		align-items: flex-start;
	}

	.corporateVision .swiper-slide .msg {
		width: 100%;
		padding: 30px 20px;
	}

	.corporateVision .swiper-slide .image {
		width: 100%;
		height: 400px;
	}

	.corporateVision .swiperBox {
		padding: 0;
	}

	.corporateVision .swiperBox .sBtns>div.next {
		right: -55px;
	}

	.corporateVision .swiperBox .sBtns>div.prev {
		left: -55px;
	}
}

@media screen and (max-width:768px) {
	.cultureValue .corporateVision {
		margin-top: 40px;
	}

	.corporateVision .swiper-slide .image {
		height: 360px;
	}
}

@media screen and (max-width:538px) {
	.corporateVision .swiper-slide .image {
		height: 300px;
	}
}


.corporateMission .innerTit {
	text-align: center;
}

.corporateMission .tip {
	text-align: center;
	color: #015198;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	margin-top: 5px;
}

.corporateMission .dis {
	margin-top: 26px;
}

.corporateMission .dis p {
	color: #333;
	font-size: 16px;
	line-height: 28px;
}


.corporateMission .list {
	display: flex;
	justify-content: space-between;
	margin-top: 21px;
	flex-wrap: wrap;
}


.corporateMission .list .item {
	width: 48.57%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 65px 65px;
	min-height: 368px;
}

.corporateMission .list .item:hover .image img {
	transform: scale(1.1);
}


.corporateMission .list .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}

.corporateMission .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.corporateMission .list .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.corporateMission .list .tit {
	color: #FFF;
	font-family: Calibri-Bold;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

.corporateMission .list .txts {
	margin-top: 18px;
}

.corporateMission .list .txts p {
	color: #ffffff;
	font-size: 16px;
	line-height: 28px;
}

@media screen and (max-width:1560px) {
	.cultureValue .corporateMission {
		margin-top: 80px;
	}

	.corporateMission .list .item {
		padding: 50px;
		width: 49%;
	}
}

@media screen and (max-width:1333px) {
	.cultureValue .corporateMission {
		margin-top: 60px;
	}

	.corporateMission .list .item {
		padding: 40px;
	}
}

@media screen and (max-width:999px) {
	.cultureValue .corporateMission {
		margin-top: 50px;
	}

	.corporateMission .list .item:nth-child(n) {
		width: 100%;
		padding: 30px 20px;
		min-height: 400px;
		margin-top: 30px;
	}

	.corporateMission .list .item:nth-child(1) {
		margin-top: 0;
	}

	.corporateMission .list .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.cultureValue .corporateMission {
		margin-top: 40px;
	}

	.corporateMission .list .item:nth-child(n) {
		min-height: 360px;
	}
}

@media screen and (max-width:538px) {
	.corporateMission .list .item:nth-child(n) {
		min-height: 300px;
	}
}

.cultureValue .corporateValues {
	margin-top: 78px;
}

.corporateValues .innerTit {
	text-align: center;
}

.corporateValues .tips {
	text-align: center;
	color: #015198;
	font-size: 16px;
	line-height: 28px;
	margin-top: 5px;
}

.corporateValues .dis {
	margin-top: 26px;
}

.corporateValues .dis p {
	color: #333;
	font-size: 16px;
	line-height: 28px;
}


.corporateValues .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 21px;
}

.corporateValues .list .item {
	width: 22.85%;
	margin-right: 2.86%;
	margin-top: 30px;
	position: relative;
	padding: 53px 25px 66px;
}



.corporateValues .list .item:nth-child(4n) {
	margin-right: 0;
}

.corporateValues .list .item:nth-child(-n+4) {
	margin-top: 0;
}

.corporateValues .list .item::after,
.corporateValues .list .item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: .4s ease all;
}


.corporateValues .list .item::after {
	background-image: url("../images/corporateValues.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.corporateValues .list .item::before {
	z-index: -2;
	background-color: #F3F3F3;
}

.corporateValues .list .item:hover::before {
	background-color: #015198;
}


.corporateValues .list .tit {
	color: #333;
	font-family: Calibri-Bold;
	font-size: 20px;
	line-height: 30px;
	position: relative;
}


.corporateValues .list .line {
	width: 30px;
	height: 3px;
	background-color: #DA251C;
	margin-top: 19px;
}

.corporateValues .list .txts {
	margin-top: 21px;
}

.corporateValues .list .txts p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}


.corporateValues .list .item:hover .tit {
	color: #ffffff;
}


.corporateValues .list .item:hover .line {
	background-color: #ffffff;
}

.corporateValues .list .item:hover .txts p {
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.cultureValue .corporateValues {
		margin-top: 80px;
	}

	.corporateValues .list .item {
		padding: 40px 20px;
	}

	.corporateValues .list .line {
		margin-top: 10px;
	}

	.corporateValues .list .item {
		width: 23.5%;
		margin-right: 2%;
	}
}

@media screen and (max-width:1333px) {
	.cultureValue .corporateValues {
		margin-top: 60px;
	}

	.corporateValues .list {
		justify-content: space-between;
	}

	.corporateValues .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
		padding: 30px 20px;
	}

	.corporateValues .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.cultureValue .corporateValues {
		margin-top: 50px;
	}

	.corporateValues .list .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.cultureValue .corporateValues {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.corporateValues .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.corporateValues .list .item:nth-child(1) {
		margin-top: 0;
	}
}

.businessPhilosophy {
	padding: 78px 0 78px 0;
}

.businessPhilosophy .innerTit {
	text-align: center;
}

.businessPhilosophy .tips {
	color: #015198;
	font-size: 16px;
	line-height: 28px;
	margin-top: 5px;
	text-align: center;
}

.businessPhilosophy .dis {
	margin-top: 26px;
}


.businessPhilosophy .dis p {
	color: #333;
	font-size: 16px;
	line-height: 28px;
}

.businessPhilosophy .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 21px;
}


.businessPhilosophy .list .item {
	width: 48.57%;
	position: relative;
	padding: 65px 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 368px;
}

.businessPhilosophy .list .item:hover .image img {
	transform: scale(1.1);
}

.businessPhilosophy .list .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}


.businessPhilosophy .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.businessPhilosophy .list .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.businessPhilosophy .list .tit {
	color: #FFF;
	font-family: Calibri-Bold;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}


.businessPhilosophy .list .txts {
	margin-top: 17px;
}

.businessPhilosophy .list .txts p {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.businessPhilosophy .list .item {
		padding: 50px;
	}
}

@media screen and (max-width:1333px) {
	.businessPhilosophy .list .item {
		padding: 40px;
	}
}

@media screen and (max-width:999px) {
	.businessPhilosophy .list .item:nth-child(n) {
		width: 100%;
		padding: 30px 20px;
		min-height: 400px;
		margin-top: 30px;
	}

	.businessPhilosophy .list .item:nth-child(1) {
		margin-top: 0;
	}

	.businessPhilosophy .list .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.businessPhilosophy .list .item:nth-child(n) {
		min-height: 360px;
	}
}

@media screen and (max-width:538px) {
	.businessPhilosophy .list .item:nth-child(n) {
		min-height: 300px;
	}
}

.operatingPrinciples {
	padding-bottom: 85px;
}


.operatingPrinciples .innerTit {
	text-align: center;
}

.operatingPrinciples .tips {
	color: #015198;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	margin-top: 5px;
}

.operatingPrinciples .dis {
	margin-top: 26px;
}

.operatingPrinciples .dis p {
	color: #333333;
	font-size: 16px;
	line-height: 28px;
}


.operatingPrinciples .list {
	margin-top: 34px;
	display: flex;
	flex-wrap: wrap;
}


.operatingPrinciples .list .item {
	width: 22.85%;
	margin-right: 2.86%;
	margin-top: 30px;
	position: relative;
	padding: 46px 30px 57px;
}



.operatingPrinciples .list .item:nth-child(4n) {
	margin-right: 0;
}

.operatingPrinciples .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.operatingPrinciples .list .sign {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #015198;
	position: relative;
	margin: 0 auto;
}




.operatingPrinciples .list .sign img:nth-child(1) {
	opacity: 0;
}


.operatingPrinciples .list .sign img:nth-child(2) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 1;
	z-index: 9;
}

.operatingPrinciples .list .item:hover .sign {
	background-color: #ffffff;
}

.operatingPrinciples .list .item:hover .sign img:nth-child(1) {
	opacity: 1;
}

.operatingPrinciples .list .item:hover .sign img:nth-child(2) {
	opacity: 0;
}

.operatingPrinciples .list .item::after,
.operatingPrinciples .list .item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .4s ease all;
}

.operatingPrinciples .list .item::after {
	background-image: url("../images/operatingPrinciplesBg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}

.operatingPrinciples .list .item::before {
	background-color: #F3F3F3;
	z-index: -2;
}


.operatingPrinciples .list .item:hover:before {
	background-color: #015198;
}


.operatingPrinciples .list .item:hover .tit {
	color: #ffffff;
}

.operatingPrinciples .list .tit {
	text-align: center;
	color: #333;
	font-family: Calibri-Bold;
	font-size: 20px;
	line-height: 30px;
	margin-top: 9px;
}

.operatingPrinciples .list .item:hover .line {
	background-color: #ffffff;
}

.operatingPrinciples .list .line {
	width: 30px;
	height: 3px;
	margin: 0 auto;
	margin-top: 19px;
	background-color: #DA251C;
}

.operatingPrinciples .list .txts {
	margin-top: 21px;
}

.operatingPrinciples .list .item:hover .txts p {
	color: #ffffff;
}

.operatingPrinciples .list .txts p {
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.operatingPrinciples .show {
	margin-top: 84px;
	position: relative;
}


.operatingPrinciples .show .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}

.operatingPrinciples .show:hover .image img {
	transform: scale(1.1);
}

.operatingPrinciples .show .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.operatingPrinciples .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.operatingPrinciples .show .msg {
	padding: 80px 100px 80px;
	display: flex;
	align-items: center;
	min-height: 400px;
}

.operatingPrinciples .show .txts p {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
}



@media screen and (max-width:1560px) {
	.operatingPrinciples .list .item {
		padding: 40px 20px;
		width: 23.5%;
		margin-right: 2%;
	}

	.operatingPrinciples .list .sign {
		width: 65px;
		height: 65px;
	}

	.operatingPrinciples .list .tit {
		margin-top: 10px;
	}

	.operatingPrinciples .list .line {
		margin-top: 10px;
	}

	.operatingPrinciples .show {
		margin-top: 80px;
	}

	.operatingPrinciples .show .msg {
		padding: 50px;
	}

	.operatingPrinciples {
		padding-bottom: 80px;
	}

}

@media screen and (max-width:1333px) {

	.operatingPrinciples .list {
		justify-content: space-between;
	}

	.operatingPrinciples .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
		padding: 40px;
	}

	.operatingPrinciples .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.operatingPrinciples .show {
		margin-top: 60px;
	}

	.operatingPrinciples {
		padding-bottom: 60px;
	}

	.operatingPrinciples .show .msg {
		padding: 40px;
	}
}

@media screen and (max-width:999px) {
	.operatingPrinciples .list .sign {
		width: 60px;
		height: 60px;
	}

	.operatingPrinciples .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.operatingPrinciples .show {
		margin-top: 50px;
	}

	.operatingPrinciples {
		padding-bottom: 50px;
	}

	.operatingPrinciples .list .item:nth-child(n),
	.operatingPrinciples .show .msg {
		padding: 30px 20px;
	}
}

@media screen and (max-width:768px) {
	.operatingPrinciples .list .sign {
		width: 60px;
		height: 60px;
	}

	.operatingPrinciples .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.operatingPrinciples .show {
		margin-top: 40px;
	}

	.operatingPrinciples {
		padding-bottom: 40px;
	}

	.operatingPrinciples .list .item:nth-child(n),
	.operatingPrinciples .show .msg {
		padding: 30px 20px;
	}

	.operatingPrinciples .show .msg {
		min-height: 360px;
	}
}

@media screen and (max-width:538px) {
	.operatingPrinciples .show .msg {
		min-height: 300px;
	}

	.operatingPrinciples .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.operatingPrinciples .list .item:nth-child(1) {
		margin-top: 0;
	}
}



/* 2-2 */

.development {
	padding: 34px 0 94px 0;
}

.development .title1 {
	text-align: center;
}

.development .management {
	margin-top: 73px;
}

.management .dis {
	margin-top: 10px;
}

.management .dis p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.management .con {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}


.management .checkBtns {
	padding: 48px 0;
	width: 32.14%;
	display: flex;
	align-items: center;
}

.management .checkBtns .btns {
	background-color: #F3F3F3;
	padding: 53px 40px 60px;
	position: relative;
	z-index: 9;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}


.management .checkBtns .btns .item {
	text-align: center;
	margin-bottom: 30px;
	color: #666;
	font-size: 18px;
	line-height: 28px;
	position: relative;
	cursor: pointer;
}

.management .checkBtns .btns .item:last-child {
	margin-bottom: 0;
}

.management .checkBtns .btns .item:hover,
.management .checkBtns .btns .item.active {
	color: #015198;
}

.management .checkBtns .btns .item.active {
	font-size: 24px;
	line-height: 40px;
}

.management .checkBtns .btns i {
	font-size: 12px;
	flex-shrink: 0;
	margin-left: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(100% + 4px);
	font-weight: bold;
	opacity: 0;
}


.management .checkBtns .btns .item.active i {
	opacity: 1;
}

.management .swiper {
	margin: 0;
	width: 75.71%;
	margin-left: -7.85%;
}


.management .swiper-slide {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

.management .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.management .image::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}


.management .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.management .swiper .msg {
	padding: 40px 11.3%;
	padding-left: 30%;
}

.management .swiper .tit {
	color: #FFF;
	font-family: Calibri-Bold;
	font-size: 24px;
	line-height: 36px;
	text-align: right;
}


.management .swiper .txts {
	margin-top: 24px;
}

.management .swiper .txts p {
	color: #FFF;
	text-align: right;
	font-size: 16px;
	line-height: 28px;
}

@media screen and (max-width:1560px) {
	.development .management {
		margin-top: 50px;
	}

	.management .dis {
		margin-top: 20px;
	}

	.management .con {
		margin-top: 30px;
	}

	.management .swiper .msg {
		padding: 40px 10%;
		padding-left: 20%;
	}

	.management .checkBtns {
		padding: 40px 0;
	}

	.management .checkBtns .btns {
		padding: 40px 30px;
	}

	.management .checkBtns .btns .item {
		margin-bottom: 20px;
	}

	.management .checkBtns .btns .item.active {
		font-size: 20px;
	}
}

@media screen and (max-width:1333px) {
	.development .management {
		margin-top: 40px;
	}

	.management .checkBtns .btns {
		padding: 40px 20px;
	}

	.management .checkBtns .btns .item.active {
		font-size: 20px;
		line-height: 30px;
	}

	.management .checkBtns .btns i {
		left: 100%;
	}

	.management .checkBtns {
		width: 40.14%;
	}

	.management .swiper {
		margin-left: -15.85%;
	}

	.management .swiper .msg {
		padding-left: 24%;
	}

	.management .swiper .tit {
		font-size: 22px;
		line-height: 32px;
	}
}

@media screen and (max-width:999px) {
	.management .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.management .checkBtns {
		padding: 0;
		width: 100%;
	}

	.management .checkBtns .btns .item:nth-child(n) {
		font-size: 16px;
		line-height: 28px;
		margin: 5px 0;
		margin-right: 20px;
	}

	.management .checkBtns .btns .item i {
		position: static;
	}

	.management .checkBtns .btns {
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: flex-start;
	}

	.development .management {
		margin-top: 30px;
	}

	.management .swiper {
		margin-left: 0;
		width: 100%;
		margin-top: 20px;
	}

	.management .swiper .msg {
		padding: 40px;
	}

	.management .swiper .swiper-slide {
		min-height: 400px;
	}

	.management .swiper .tit {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:768px) {
	.management .swiper .swiper-slide {
		min-height: 360px;
	}

	.management .swiper .msg {
		padding: 30px 20px;
	}

	.management .checkBtns .btns .item:nth-child(n) {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:538px) {
	.management .swiper .swiper-slide {
		min-height: 300px;
	}

	.management .swiper .msg {
		padding: 20px 15px;
	}
}

.development .technology {
	margin-top: 84px;
}

.technology .innerTit {
	text-align: center;
}

.technology .dis {
	margin-top: 9px;
}

.technology .dis p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.technology .swiper {
	margin-top: 34px;
}


.technology .swiper-slide {
	display: flex;
	justify-content: space-between;
}

.technology .swiper-slide .image {
	width: 50%;
}

.technology .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.technology .swiper-slide .msg {
	width: 44.75%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 40px 0;
}

.technology .swiper-slide .tit {
	color: #333;
	font-family: Calibri-Bold;
	font-size: 24px;
	line-height: 36px;
}

.technology .swiper-slide .line {
	width: 24px;
	height: 4px;
	background-color: #DA251C;
	margin-top: 16px;
}

.technology .swiper-slide .txts {
	margin-top: 19px;
}

.technology .swiper-slide .txts p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}


.technology .checkList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
}


.technology .checkList .item {
	width: 16.07%;
	margin-right: 0.716%;
	margin-top: 20px;
	background-color: #F6F6F6;
	padding: 24px 15px 26px 22px;
	cursor: pointer;
}

.technology .checkList .item:nth-child(6n) {
	margin-right: 0;
}

.technology .checkList .item:nth-child(-n+6) {
	margin-top: 0;
}

.technology .checkList .num {
	color: #333;
	font-size: 16px;
	line-height: 28px;
}

.technology .checkList .line {
	width: 13px;
	height: 2px;
	background-color: #DA251C;
	margin-top: 4px;
}

.technology .checkList .txts {
	color: #333;
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
}



.technology .checkList .item.active,
.technology .checkList .item:hover {
	background-color: #015198;
}

.technology .checkList .item.active .num,
.technology .checkList .item:hover .num {
	color: #ffffff;
}

.technology .checkList .item.active .line,
.technology .checkList .item:hover .line {
	background-color: #ffffff;
}

.technology .checkList .item.active .txts,
.technology .checkList .item:hover .txts {
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.technology .dis {
		margin-top: 20px;
	}

	.technology .checkList .item {
		padding: 20px 10px;
	}
}

@media screen and (max-width:1333px) {
	.development .technology {
		margin-top: 60px;
	}

	.technology .checkList .item:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 10px;
	}

	.technology .checkList .item:nth-child(4n) {
		margin-right: 0;
	}

	.technology .checkList .item:nth-child(-n+4) {
		margin-top: 0;
	}

	.technology .swiper-slide .tit {
		font-size: 22xp;
		line-height: 32px;
	}
}

@media screen and (max-width:999px) {
	.technology .swiper-slide {
		flex-direction: column;
		align-items: flex-start;
	}

	.technology .swiper-slide .msg {
		padding: 0;
		width: 100%;
		margin-top: 20px;
	}

	.technology .swiper-slide .line {
		margin-top: 10px;
	}

	.technology .swiper-slide .image {
		width: 100%;
		height: 400px;
	}

	.technology .swiper-slide .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.technology .checkList {
		margin-top: 20px;
	}

	.technology .swiper {
		margin-top: 30px;
	}

	.development .technology {
		margin-top: 50px;
	}

	.technology .checkList .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 10px;
	}

	.technology .checkList .item:nth-child(3n) {
		margin-right: 0;
	}

	.technology .checkList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.technology .swiper-slide .tit {
		font-size: 22xp;
		line-height: 32px;
	}
}

@media screen and (max-width:768px) {
	.technology .swiper-slide .image {
		height: 360px;
	}
}

@media screen and (max-width:538px) {
	.technology .swiper-slide .image {
		height: 300px;
	}

	.technology .checkList {
		justify-content: space-between;
	}

	.technology .checkList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 10px;
		padding: 10px;
	}

	.technology .checkList .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

.talentDevelopment {
	background-color: #F4F4F4;
	padding: 89px 0 114px 0;
}


.talentDevelopment .dis {
	margin-top: 10px;
}

.talentDevelopment .dis p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.talentDevelopment .list {
	margin-top: 77px;
	display: flex;
	flex-wrap: wrap;
}

.talentDevelopment .list .item {
	width: 24.57%;
	margin-right: 0.57%;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #ffffff;
}



.talentDevelopment .list .item:nth-child(4n) {
	margin-right: 0;
}

.talentDevelopment .list .item:nth-child(-n+4) {
	margin-top: 0;
}

.talentDevelopment .list .item:nth-child(2n) {
	flex-direction: column-reverse;
}


.talentDevelopment .list .tit {
	background-color: #015198;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40px 30px;
	min-height: 154px;
	width: 100%;
	color: #FFF;
	font-size: 20px;
	line-height: 32px;
	position: relative;
	flex-shrink: 0;
}


.talentDevelopment .list .tit::after {
	content: "";
	width: 22px;
	height: 13px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #015198;
}

.talentDevelopment .list .item:nth-child(2n) .tit::after {
	bottom: calc(100% + 10px);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.talentDevelopment .list .item:nth-child(2n-1) .tit::after {
	top: calc(100% + 10px);
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.talentDevelopment .list .txts {
	padding: 45px 14px;
}

.talentDevelopment .list .txts p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

@media screen and (max-width:1560px) {
	.talentDevelopment .dis {
		margin-top: 30px;
	}

	.talentDevelopment .list {
		margin-top: 40px;
	}

	.talentDevelopment .list .txts {
		padding: 40px 10px;
	}

	.talentDevelopment .list .tit {
		font-size: 18px;
		min-height: 130px;
	}
}

@media screen and (max-width:1333px) {
	.talentDevelopment .list {
		justify-content: space-between;
	}

	.talentDevelopment .list .item:nth-child(n) {
		width: 49%;
		margin-right: 0;
		margin-top: 20px;
	}

	.talentDevelopment .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.talentDevelopment .list .tit {
		min-height: 100px;
		padding: 20px;
	}
}

@media screen and (max-width:999px) {
	.talentDevelopment .list .tit {
		font-size: 16px;
		line-height: 28px;
		min-height: 50px;
	}

	.talentDevelopment .list .tit::after {
		width: 17px;
		height: 10px;
	}
}

@media screen and (max-width:768px) {
	.talentDevelopment .dis {
		margin-top: 20px;
	}

	.talentDevelopment .list {
		margin-top: 30px;
	}

	.talentDevelopment .list .tit {
		padding: 10px;
		min-height: 40px;
	}
}

@media screen and (max-width:538px) {
	.talentDevelopment .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
		flex-direction: column;
	}

	.talentDevelopment .list .item:nth-child(1) {
		margin-top: 0;
	}

	.talentDevelopment .list .item:nth-child(2n) .tit::after {
		top: calc(100% + 10px);
		clip-path: polygon(100% 0, 0 0, 50% 100%);
		bottom: auto;
	}

	.talentDevelopment .list .tit {
		min-height: auto;
	}
}

.responsibility {
	position: relative;
}

.responsibility .list {
	display: flex;
	flex-wrap: wrap;
}

.responsibility .list .item {
	width: 50%;
	position: relative;
	min-height: 466px;
	display: flex;
	align-items: center;
}

.responsibility .list .item:hover .image img {
	transform: scale(1.1);
}


.responsibility .list .item .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}

.responsibility .list .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.responsibility .list .item .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.responsibility .ciecle {
	width: 254px;
	height: 254px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	text-align: center;
	font-family: Calibri-Bold;
	font-size: 32px;
	line-height: 58px;
	z-index: 9;
	position: absolute;
	padding: 20px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}


.responsibility .ciecle::after,
.responsibility .ciecle::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
	border-radius: 50%;
}

.responsibility .ciecle::before {
	z-index: -2;
	background-color: #015198;
	width: calc(100% + 46px);
	height: calc(100% + 46px);
}


.responsibility .ciecle::after {
	z-index: -1;
	border: 4px solid #FFF;
	width: calc(100%  - 8px);
	height:  calc(100%  - 8px);
}


.responsibility .list .item .msg {
	padding: 40px 0px;
}

.responsibility .list .item:nth-child(2n-1) .msg {
	padding-left: calc((100vw - 1400px)/ 2);
	padding-right: 185px;
}

.responsibility .list .item:nth-child(2n) .msg {
	padding-right: calc((100vw - 1400px)/ 2);
	padding-left: 185px;
}

.responsibility .item .tit {
	color: #FFF;
	font-family: Calibri-Bold;
	font-size: 32px;
	line-height: 42px;
}

.responsibility .item .txts {
	margin-top: 16px;
}

.responsibility .item .txts p {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
}

@media screen and (max-width:1560px) {
	.responsibility .list .item:nth-child(2n-1) .msg {
		padding-left: 80px;
		padding-right: 100px;
	}

	.responsibility .list .item:nth-child(2n) .msg {
		padding-right: 80px;
		padding-left: 100px;
	}

	.responsibility .item .tit {
		font-size: 28px;
		line-height: 40px;
	}

	.responsibility .list .item {
		min-height: 400px;
	}

	.responsibility .ciecle {
		font-size: 28px;
		line-height: 40px;
		width: 220px;
		height: 220px;
	}
	.responsibility .ciecle::after {
		width: calc(100% + 8px);
		height:  calc(100% + 8px);
	}
}

@media screen and (max-width:1333px) {

	.responsibility .ciecle,
	.responsibility .item .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.responsibility .ciecle::after {
		border-width: 2px;
	}

	.responsibility .ciecle {
		width: 160px;
		height: 160px;
	}

	.responsibility .list .item {
		min-height: 300px;
	}
}

@media screen and (max-width:999px) {

	.responsibility .ciecle,
	.responsibility .item .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.responsibility .ciecle {
		position: static;
		transform: translateX(0) translateY(0);
		background-color: transparent;
		width: auto;
		height: auto;
		color: #333333;
		text-align: left;
		align-items: flex-start;
		padding: 30px 80px;
		justify-content: flex-start;
	}

	.responsibility .ciecle::after,
	.responsibility .ciecle::before {
		display: none;
	}

	.responsibility .list .item:nth-child(2n-1) .msg {
		padding-right: 40px;
	}

	.responsibility .list .item:nth-child(2n) .msg {
		padding-left: 40px;
	}

	.responsibility .list .item {
		min-height: 280px;
	}
}

@media screen and (max-width:768px) {
	.responsibility .ciecle {
		padding: 20px 25px;
	}

	.responsibility .list .item .msg {
		padding: 30px;
	}

	.responsibility .list .item:nth-child(2n-1) .msg {
		padding-left: 25px;
		padding-right: 20px;
	}

	.responsibility .list .item:nth-child(2n) .msg {
		padding-right: 25px;
		padding-left: 20px;
	}

	.responsibility .ciecle,
	.responsibility .item .tit {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.responsibility .list .item:nth-child(n) {
		width: 100%;
	}

	.responsibility .list .item:nth-child(2n-1) .msg {
		padding-left: 15px;
		padding-right: 20px;
	}

	.responsibility .list .item:nth-child(2n) .msg {
		padding-right: 15px;
		padding-left: 20px;
	}
}



/* 2-3 */

.factory {
	padding: 53px 0 150px;
}

.factoryPhoto {
	display: flex;
	align-items: center;
}

.factoryPhoto .msg {
	width: 21%;
	margin-right: 4.3%;
	padding-top: 33px;
}

.factoryPhoto .txts {
	margin-top: 6px;
}

.factoryPhoto .txts p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.factoryPhoto .sBtns>div {
	margin-top: 46px;
}


.factoryPhoto .swiper {
	margin: 0;
	width: 52.85%;
	overflow: visible;
	clip-path: polygon(0% -1000%, 1000% -1000%, 1000% 1000%, 0 1000%);
}

.factoryPhoto .swiper-slide {
	opacity: 0;
}

.factoryPhoto .image {
	position: relative;

}

.factoryPhoto .image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 53.52%);
	transition: .4s ease all;
}


.factoryPhoto .swiper-slide {
	position: relative;
	z-index: -1;
	transition: .4s ease opacity;
	pointer-events: none;
}

.factoryPhoto .swiper-slide .image {
	transform: scale(.4);
	pointer-events: all;
}

.factoryPhoto .swiper-slide-active,
.factoryPhoto .swiper-slide-next,
.factoryPhoto .next-to-next-class {
	opacity: 1;
}

.factoryPhoto .swiper-slide-prev {
	z-index: 10;
}

.factoryPhoto .swiper-slide-active {
	z-index: 9;
}

.factoryPhoto .swiper-slide-active .image::after {
	opacity: 0;
}

.factoryPhoto .swiper-slide-next {
	z-index: 8;
}

.factoryPhoto .next-to-next-class {
	z-index: 7;
}

.factoryPhoto .swiper-slide-prev .image {
	transform: scale(1) translateX(0%);
}

.factoryPhoto .swiper-slide-active .image {
	transform: scale(1) translateX(0%);
}

.factoryPhoto .swiper-slide-next .image {
	transform: scale(.756) translateX(0%);
}

.factoryPhoto .next-to-next-class .image {
	transform: scale(.635) translateX(-18.2%);
}


@media screen and (max-width:1560px) {
	.factoryPhoto .msg {
		padding-top: 0;
	}

	.factoryPhoto .sBtns>div {
		margin-top: 30px;
	}

	.factoryPhoto .txts {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.factoryPhoto {
		flex-direction: column;
		align-items: flex-start;
	}

	.factoryPhoto .msg {
		width: 100%;
		margin-right: 0;
	}

	.factoryPhoto .sBtns>div {
		margin-top: 20px;
	}

	.factoryPhoto .swiper {
		width: 100%;
		margin-top: 30px;
	}

	.factoryPhoto .swiper .swiper-slide:nth-child(n) {
		opacity: 1;
	}

	.factoryPhoto .swiper .swiper-slide:nth-child(n) .image::after {
		opacity: 0;
	}

	.factoryPhoto .swiper .swiper-slide:nth-child(n) .image {
		transform: scale(1) translateX(0);
	}

	.factoryPhoto .swiper {
		overflow: hidden;
	}
}

@media screen and (max-width:768px) {}

@media screen and (max-width:538px) {}



.factory .testing {
	margin-top: 100px;
}

.testing {
	position: relative;
}

.testing .image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	overflow: hidden;
}


.testing:hover .image img {
	transform: scale(1.1);
}



.testing .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.testing .msg {
	padding: 111px 86px 117px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.testing .msg .title1 {
	text-align: center;
	color: #ffffff;
}

.testing .msg .txts {
	margin-top: 30px;
}

.testing .msg .txts p {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
}

.factory .equipment {
	margin-top: 50px;
}

.equipment {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}


.equipment .image {
	width: 55.71%;
}

.equipment .msg {
	width: 38%;
}

.equipment .clear {
	display: none;
}

.equipment .msg .txts {
	margin-top: 15px;
}

.equipment .msg .txts p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.factory .honor {
	margin-top: 80px;
}

.honor .title1 {
	text-align: center;
}

.honor .tips {
	margin-top: 16px;
}

.honor .tips p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.honor .certificateSwiper {
	margin-top: 52px;
}

@media screen and (max-width:1560px) {
	.testing .msg {
		padding: 80px 60px;
	}

	.equipment .msg .txts {
		margin-top: 30px;
	}

	.honor .tips {
		margin-top: 30px;
	}

	.factory .honor {
		margin-top: 50px;
	}

	.honor .certificateSwiper {
		margin-top: 40px;
	}

	.factory .testing {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.factory .equipment {
		display: block;
	}

	.equipment .image {
		float: right;
		margin-left: 5%;
	}

	.equipment .clear {
		display: block;
	}

	.equipment .msg {
		width: 100%;
	}

	.factory .testing {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.testing .msg {
		padding: 50px 30px;
	}

	.factory .testing {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.testing .msg {
		padding: 40px 20px;
	}

	.testing .msg .txts,
	.equipment .msg .txts,
	.honor .tips {
		margin-top: 20px;
	}

	.factory .equipment,
	.factory .honor {
		margin-top: 40px;
	}

	.honor .certificateSwiper {
		margin-top: 30px;
	}

	.factory .testing {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.equipment .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-top: 20px;
	}

	.factory .equipment {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}

.scene {
	padding: 78px 0 87px 0;
}

.scene .list {
	margin-top: 84px;
}

.scene .list:nth-child(1) {
	margin-top: 0;
}

.scene .list .image {
	width: 55.71%;
}

.scene .list .item {
	margin-top: 78px;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.scene .list .item:nth-child(1) {
	margin-top: 0;
}

.scene .list .item:nth-child(2n-1) {
	flex-direction: row-reverse;
}

.scene .list .item .clear {
	display: none;
}

.scene .list .msg {
	width: 38.2%;
}

.scene .list .txts {
	margin-top: 19px;
}

.scene .list .txts p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}


.showroom {
	margin-top: 81px;
}

.showroom .title1 {
	text-align: center;
}

.showroom .tips {
	text-align: center;
	margin-top: 20px;
	color: #666;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
}

.showroom .show {
	position: relative;
	margin-top: 34px;
}

.showroom .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.showroom .show .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}


.showroom .show .video .playBtn {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.showroom .show .video:hover .playBtn img {
	transform: scale(1.1);
}

@media screen and (max-width:1560px) {

	.scene .list .item,
	.scene .list {
		margin-top: 60px;
	}

	.showroom {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.scene .list .item .clear {
		display: block;
	}

	.scene .list .item:nth-child(n) {
		display: block;
	}

	.scene .list .item.item:nth-child(2n) .image {
		float: left;
		margin-right: 5%;
	}

	.scene .list .item:nth-child(2n-1) .image {
		float: right;
		margin-left: 5%;
	}

	.scene .list .item .msg {
		width: 100%;
	}

	.showroom .show .video .playBtn {
		width: 50px;
		height: 50px;
	}

	.scene .list .item,
	.scene .list {
		margin-top: 50px;
	}

	.showroom {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {

	.scene .list .item,
	.scene .list {
		margin-top: 40px;
	}

	.showroom {
		margin-top: 40px;
	}

	.showroom .show {
		margin-top: 30px;
		height: 360px;
	}

	.showroom .show .image {
		height: 100%;
	}
}

@media screen and (max-width:768px) {
	.showroom .show {
		height: 300px;
	}
}

@media screen and (max-width:538px) {
	.scene .list .item:nth-child(n) {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.scene .list .item:nth-child(n) .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-top: 26px;
	}

	.showroom .show {
		height: 260px;
	}
}



/* 3-1 */

.solutions {
	padding: 34px 0 72px 0;
}

.solutions .title1 {
	text-align: center;
	text-transform: uppercase;
}

.solutions .mBox {
	width: 65%;
	margin: 0 auto;
	margin-top: 2px;
}

.solutions .mBox p {
	text-align: center;
}

.solutions .mBtn {
	margin: 0 auto;
	margin-top: 20px;
}

.solutions .solutionList {
	margin-top: 40px;
}

.solutions .pager {
	margin-top: 103px;
}

.solutionPiece {
	padding: 99px 0 108px 0;
}

.relatedProduct .swiperBox {
	margin-top: 36px;
}

.productItem .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 137px;
	height: 39px;
	border-radius: 39px;
	background-color: #DA251C;
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	flex-shrink: 0;
	margin-left: 10px;
}


.productItem .btn:hover {
	background-color: #015198;
}


@media screen and (max-width:1560px) {
	.solutions .mBox {
		margin-top: 20px;
		width: 80%;
	}

	.solutions .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.solutions .mBox {
		width: 90%;
	}

	.solutions .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.solutions .mBox {
		width: 100%;
	}

	.solutions .pager {
		margin-top: 40px;
	}

	.relatedProduct .swiperBox {
		margin-top: 30px;
	}

	.solutions .solutionList {
		margin-top: 30px;
	}

	.productItem .btn {
		height: 34px;
		width: 120px;
	}
}

@media screen and (max-width:768px) {
	.productItem .btn {
		margin-left: 0;
		margin-top: 10px;
	}
}

/* 3-2 */

.solutionDet {
	padding: 37px 0 99px 0;
}


.solutionDet .show {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.solutionDet .show .image {
	width: 48%;
}

.solutionDet .show .msg {
	width: 49%;
	padding-top: 39px;
}

.solutionDet .show .txts {
	margin-top: 33px;
}

.solutionDet .show .txts p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}


.solutionDet .show .share {
	margin-top: 54px;
}

@media screen and (max-width:1560px) {
	.solutionDet .show .share {
		margin-top: 40px;
	}

	.solutionDet .show .msg {
		padding-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.solutionDet .show .msg {
		padding-top: 0px;
	}

	.solutionDet .show .txts {
		margin-top: 30px;
	}

	.solutionDet .show .share {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.solutionDet .show {
		flex-direction: column;
		align-items: flex-start;
	}

	.solutionDet .show .msg {
		width: 100%;
		margin-top: 30px;
	}

	.solutionDet .show .image {
		width: 100%;
		margin: 0 auto;
		max-width: 450px;
	}
}

@media screen and (max-width:768px) {
	.solutionDet .show .image {
		max-width: 400px;
	}

	.solutionDet .show .txts,
	.solutionDet .show .share {
		margin-top: 20px;
	}
}


.solutionDet .industry {
	margin-top: 57px;
}

.industry .checkBtns {
	display: flex;
	flex-wrap: wrap;
}

.industry .checkBtns .item {
	width: 32.85%;
	margin-right: 0.725%;
	margin-top: 10px;
	background-color: #F7F7F7;
	color: #333;
	font-size: 20px;
	line-height: 32px;
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 5px 52px;
	cursor: pointer;
}

.industry .checkBtns .item.active,
.industry .checkBtns .item:hover {
	background-color: #015198;
	color: #ffffff;
}


.industry .checkBtns .item:nth-child(3n) {
	margin-right: 0;
}

.industry .checkBtns .item:nth-child(-n+3) {
	margin-top: 0;
}

.industry .swiper {
	margin-top: 20px;
}

.industry .clear {
	display: none;
}

.industry .swiper-slide {
	padding: 43px 60px 42px 63px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
	background-color: #F7F7F7;
}

.industry .swiper-slide .msg {
	width: 48%;
}

.industry .swiper-slide .image {
	width: 46.5%;
}

.industry .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.industry .msg .tit {
	color: #333;
	font-family: Calibri-Bold;
	font-size: 24px;
	line-height: 36px;
}

.industry .msg .txts {
	margin-top: 19px;
}

.industry .msg .txts p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

@media screen and (max-width:1560px) {
	.industry .checkBtns .item {
		font-size: 18px;
		line-height: 28px;
		min-height: 70px;
		padding: 6px 20px;
	}

	.industry .swiper-slide {
		padding: 40px;
	}
}

@media screen and (max-width:1333px) {
	.industry .checkBtns .item {
		font-size: 16px;
		line-height: 26px;
		min-height: auto;
	}

	.industry .msg .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.industry .image {
		float: right;
		margin-left: 5%;
	}

	.industry .clear {
		display: block;
	}

	.industry .swiper-slide .msg {
		width: 100%;
	}

	.industry .swiper-slide {
		display: block;
	}

	.solutionDet .industry {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.solutionDet .industry {
		margin-top: 50px;
	}

	.industry .checkBtns .item {
		font-size: 14px;
		line-height: 24px;
	}

	.industry .swiper-slide {
		padding: 30px;
	}

	.industry .msg .tit {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:768px) {
	.solutionDet .industry {
		margin-top: 40px;
	}

	.industry .swiper-slide {
		padding: 20px;
	}

}

@media screen and (max-width:538px) {
	.industry .checkBtns {
		justify-content: space-between;
	}

	.industry .checkBtns .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 10px;
		padding: 6px 10px;
	}

	.industry .checkBtns .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.industry .swiper-slide .image {
		float: none;
		width: 100%;
		margin: 0;
		margin-bottom: 26px;
	}

	.industry .swiper-slide {
		padding: 15px;
	}
}



.solutionDet .freezers {
	margin-top: 73px;
}

.freezers .txts {
	margin-top: 39px;
	font-size: 16px;
    line-height: 26px;
    color: #666;
}

.freezers .table table tr:nth-child(1) td {
	color: #015198;
	font-family: Calibri-Bold;
	font-size: 20px;
}

.solutionDet .demands {
	margin-top: 78px;
}

.demands .innerTit {
	text-align: center;
}

.demands .dis {
	margin-top: 14px;
}

.demands .dis p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.demands .points {
	margin-top: 49px;
}

.demands .points .tit {
	color: #333;
	font-size: 20px;
	line-height: 32px;
}

.demands .points .txts {
	margin-top: 31px;
}

.demands .points .txts p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}


.demands .points .txts em {
	display: block;
	padding-left: 55px;
	font-style: normal;
}

.demands .points .txts em strong {
	color: #333;
	font-family: Calibri-Bold;
	font-weight: normal;
	position: relative;
}

.demands .points .txts em strong::after {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	background-image: url("../images/pointsSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	left: -37px;
	top: 1px;
}

.solutionDet .relatedProduct {
	margin-top: 95px;
}

@media screen and (max-width:1560px) {
	.demands .points {
		margin-top: 30px;
	}

	.solutionDet .relatedProduct {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.freezers .table table tr:nth-child(1) td {
		font-size: 18px;
	}

	.solutionDet .freezers,
	.solutionDet .demands,
	.solutionDet .relatedProduct {
		margin-top: 60px;
	}

	.demands .points .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.demands .dis {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {

	.solutionDet .freezers,
	.solutionDet .demands,
	.solutionDet .relatedProduct {
		margin-top: 50px;
	}

	.freezers .txts {
		margin-top: 30px;
	}

	.freezers .table table tr:nth-child(1) td {
		font-size: 16px;
	}

	.demands .points .txts em {
		padding-left: 30px;
	}

	.demands .points .txts em strong::after {
		left: -30px;
		top: -1px;
	}
}

@media screen and (max-width:768px) {

	.solutionDet .freezers,
	.solutionDet .demands,
	.solutionDet .relatedProduct {
		margin-top: 40px;
	}
}

.solutionDet .relatedProduct .innerTit {
	text-align: center;
}

.customizationList .item {
	padding: 72px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.customizationList .item:nth-child(2n) {
	flex-direction: row-reverse;
	position: relative;
}

.customizationList .item:nth-child(2n)::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	z-index: -1;
	background-color: #F7F7F7;
	left: 50%;
	transform: translateX(-50%);
}

.customizationList .item .clear {
	display: none;
}


.customizationList .image {
	width: 50%;
}

.customizationList .msg {
	width: 47.45%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.customizationList .txts {
	margin-top: 30px;
}

.customizationList .txts p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

@media screen and (max-width:1333px) {
	.customizationList .item:nth-child(n) {
		display: block;
	}

	.customizationList .item:nth-child(2n-1) .image {
		float: left;
		margin-right: 5%;
	}

	.customizationList .item:nth-child(2n) .image {
		float: right;
		margin-left: 5%;
	}

	.customizationList .msg {
		width: 100%;
		display: block;

	}

	.customizationList .item .clear {
		display: block;
	}

}

@media screen and (max-width:999px) {
	.customizationList .txts {
		margin-top: 20px;
	}
}

@media screen and (max-width:538px) {
	.customizationList .item:nth-child(n) {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.customizationList .item:nth-child(n) .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-top: 20px;
	}
}

.caseStudies {
	padding: 84px 0 124px 0;
}

.customCase .innerTit {
	text-align: center;
}

.customCase .txts {
	margin-top: 28px;
}

.customCase .table table tr:nth-child(1) td {
	color: #015198;
	font-family: Calibri-Bold;
}


.caseStudies .relatedProduct {
	margin-top: 140px;
}

@media screen and (max-width:1560px) {
	.caseStudies .relatedProduct {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.caseStudies .relatedProduct {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.caseStudies .relatedProduct {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.caseStudies .relatedProduct {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {}


/* 4-1 */

.ability {
	padding: 34px 0 106px 0;
}

.possible .title1 {
	text-align: center;
}

.possible .tips {
	color: #015198;
	font-size: 20px;
	line-height: 15px;
	text-align: center;
}

.innerTit {
	color: #333;
	font-family: Calibri-Bold;
	font-size: 32px;
	line-height: 42px;
}


.possible .innerTit {
	margin-top: 45px;
}


.possible .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 36px;
}


.possible .list .item {
	width: 31.42%;
	margin-right: 2.87%;
	display: flex;
	align-items: flex-start;
	box-shadow: 0 0 26px 4px rgba(0, 0, 0, 0.10);
	margin-top: 36px;
	padding: 36px 30px 37px 52px;
	position: relative;
	min-height: 180px;
}


.possible .list .item:nth-child(5n-2),
.possible .list .item:nth-child(5n) {
	margin-right: 0;
}

.possible .list .item:nth-child(5n),
.possible .list .item:nth-child(5n-1) {
	width: 48.565%;
}


.possible .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.possible .list .image {
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	margin-right: 30px;
	margin-top: 45px;
}

.possible .list .tit {
	color: #DA251C;
	font-family: Calibri-Bold;
	font-size: 18px;
	line-height: 30px;
}

.possible .list .txts {
	margin-top: 13px;
}

.possible .list .txts p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}


.possible .list .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url("../images/possibleBg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: .4s ease all;
}


.possible .list .item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .4s ease all;
	z-index: -1;
}


.possible .list .item:hover::before {
	background-color: #015198;
}


.possible .list .item:hover .image img {
	filter: grayscale(100%) brightness(500%);
}


.possible .list .item:hover .tit {
	color: #ffffff;
}

.possible .list .item:hover .txts p {
	color: #ffffff;
}


@media screen and (max-width:1560px) {
	.possible .tips {
		line-height: 30px;
		margin-top: 5px;
	}

	.possible .innerTit {
		margin-top: 40px;
	}

	.innerTit {
		font-size: 28px;
		line-height: 40px;
	}

	.possible .list .item {
		min-height: auto;
		padding: 30px;
	}
}

@media screen and (max-width:1333px) {
	.innerTit {
		font-size: 24px;
		line-height: 36px;
	}

	.possible .list .item {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 20px;
	}

	.possible .list .image {
		margin: 0;
		margin-bottom: 20px;
		width: 36px;
		height: 36px;
	}

	.possible .list {
		margin-top: 30px;
	}

	.possible .innerTit {
		margin-top: 30px;
	}

}

@media screen and (max-width:999px) {
	.possible .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.possible .list {
		justify-content: space-between;
	}

	.possible .list .item:nth-child(n) {
		padding: 30px 20px;
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.possible .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.possible .list .item:nth-child(5n) {
		width: 100%;
	}

	.possible .list .image {
		width: 32px;
		height: 32px;
	}

	.innerTit {
		font-size: 22px;
		line-height: 34px;
	}

	.advantages .list .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.innerTit {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:450px) {
	.possible .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.possible .list .item:nth-child(1) {
		margin-top: 0;
	}

	.possible .list .txts {
		margin-top: 10px;
	}
}


.ability .advantages {
	margin-top: 51px;
}

.advantages .innerTit {
	text-align: center;
}


.advantages .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}


.advantages .list .item {
	width: 23.42%;
	margin-right: 2.1%;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}


.advantages .list .item:nth-child(4n) {
	margin-right: 0;
}


.advantages .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.advantages .list .image {
	position: relative;
}


.advantages .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.advantages .list .image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
	transition: .4s ease all;
	opacity: 0;
}


.advantages .list .msg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 25px 18px;
	transform: translateY(100%);
	opacity: 0;
}


.advantages .list .item:hover .image::after {
	opacity: 1;
}

.advantages .list .item:hover .msg {
	transform: translateY(0);
	opacity: 1;
}


.advantages .list .tit {
	color: #FFF;
	font-family: Calibri-Bold;
	font-size: 18px;
	line-height: 30px;
}


.advantages .list .txts {
	margin-top: 10px;
}

.advantages .list .txts p {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
}

@media screen and (max-width:1333px) {
	.advantages .list {
		justify-content: space-between;
	}

	.advantages .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.advantages .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.advantages .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.advantages .list .msg {
		padding: 20px;
	}
}

@media screen and (max-width:999px) {
	.advantages .list {
		margin-top: 30px;
		justify-content: space-between;
	}

	.advantages .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.advantages .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.advantages .list .msg {
		position: static;
		height: auto;
		padding: 0;
		margin-top: 20px;
		transform: translateY(0);
		opacity: 1;
	}

	.advantages .list .image::after {
		display: none;
	}

	.advantages .list .tit {
		color: #333333;
	}

	.advantages .list .txts p {
		color: #666666;
	}
}

@media screen and (max-width:768px) {
	.ability .advantages {
		margin-top: 40px;
	}
}

@media screen and (max-width:450px) {
	.advantages .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.advantages .list .item:nth-child(1) {
		margin-top: 0;
	}
}




.done {
	padding-bottom: 85px;
}


.done .title1 {
	text-align: center;
}

.done .tips {
	color: #015198;
	font-size: 20px;
	line-height: 15px;
	text-align: center;
}


.done .options {
	margin-top: 44px;
}


.options .con {
	margin-top: 22px;
	display: flex;
	justify-content: space-between;
}


.options .box {
	width: 45.14%;
}

.options .show {
	width: 53.57%;
}

.options .piece {
	background-color: #F7F7F7;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 17px 24px 18px;
	margin-top: 20px;
}


.options .piece:nth-child(1) {
	margin-top: 0;
}


.options .show .piece {
	height: 100%;
}

.options .tit {
	color: #015198;
	font-family: Calibri-Bold;
	font-size: 24px;
	line-height: 36px;
}


.options .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 9px;
}

.options .list .item {
	background-color: #ffffff;
	padding: 10px 29px;
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin: 6px 0;
	margin-right: 10px;
}


.options .list .item:last-child {
	margin-right: 0;
}


.options .piece .txts {
	margin-top: 10px;
}

.options .piece .txts p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

@media screen and (max-width:1560px) {
	.done .options {
		margin-top: 40px;
	}

	.options .tit {
		font-size: 22px;
		line-height: 34px;
	}

	.options .piece {
		padding: 20px;
	}

	.options .list .item {
		padding: 5px 10px;
	}

	.done .tips {
		line-height: 30px;
		margin-top: 5px;
	}

	.options .con {
		margin-top: 30px;
	}

	.done {
		padding-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.options .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.done {
		padding-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.done .options {
		margin-top: 30px;
	}

	.options .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.options .list .item {
		font-size: 14px;
		line-height: 26px;
	}

	.options .con {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 20px;
	}

	.options .box,
	.options .show {
		width: 100%;
	}

	.options .show {
		margin-top: 20px;
	}

	.done {
		padding-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.done {
		padding-bottom: 40px;
	}
}

.done .feature {
	margin-top: 49px;
}

.feature .innerTit {
	text-align: center;
}

.feature .txts {
	margin-top: 45px;
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 16.5px 20px;
	font-size: 16px;
	line-height: 26px;
	background-color: #F7F7F7;
	color: #666;
}

@media screen and (max-width:1560px) {
	.feature .txts {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.table table tr td {
		padding: 14px 20px;
	}
}

@media screen and (max-width:999px) {
	.feature .txts {
		margin-top: 30px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 26px;
		padding: 10px 20px;
	}
}

@media screen and (max-width:768px) {
	.done .feature {
		margin-top: 40px;
	}
}

.well {
	padding: 81px 0 71px 0;
}


.process .title1 {
	text-align: center;
}

.process .tips {
	color: #015198;
	font-size: 20px;
	line-height: 15px;
	text-align: center;
}

.process .innerTit {
	margin-top: 50px;
}


.process .list {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}


.process .list .item {
	width: 17.71%;
	margin-right: 2.8625%;
	background-color: #ffffff;
	box-shadow: 0 0 26px 4px rgba(0, 0, 0, 0.10);
	padding: 61px 30px 62px;
	position: relative;
	z-index: 9;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.process .list .item:nth-child(2n) {
	transform: translateY(64px);
}


.process .list .item:nth-child(5n) {
	margin-right: 0;
}

.process .list .item:nth-child(-n+5) {
	margin-top: 0;
}


.process .list .num {
	color: rgba(1, 81, 152, .1);
	font-family: Calibri-Bold;
	font-size: 40px;
	line-height: 50px;
	position: absolute;
	left: 13px;
	top: 11px;
}


.process .list .tit {
	color: #DA251C;
	text-align: center;
	font-family: Calibri-Bold;
	font-size: 18px;
	line-height: 30px;
}


.process .list .txts {
	color: #666;
	text-align: center;
	font-family: Calibri;
	font-size: 16px;
	line-height: 28px;
	margin-top: 16px;
}


.process .list .item::after,
.process .list .item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .4s ease all;
	z-index: -2;
}


.process .list .item::after {
	background-image: url("../images/processBg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.process .list .item:hover::before {
	background-color: #015198;
}


.process .list .item:hover .num {
	color: rgba(255, 255, 255, .5);
}

.process .list .item:hover .tit {
	color: #ffffff;
}

.process .list .item:hover .txts {
	color: #ffffff;
}


@media screen and (max-width:1560px) {
	.process .tips {
		line-height: 30px;
		margin-top: 5px;
	}

	.process .list .item {
		width: 18%;
		margin-right: 2.5%;
		padding: 60px 20px;
	}

	.process .list .item:nth-child(2n) {
		transform: translateY(50px);
	}

	.process .list .num {
		font-size: 36px;
		line-height: 36px;
	}
}

@media screen and (max-width:1333px) {
	.process .innerTit {
		margin-top: 40px;
	}

	.process .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
		transform: translateY(0);
	}

	.process .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.process .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.process .list .item:nth-child(3n-1) {
		transform: translateY(40px);
	}

	.process .list {
		margin-top: 30px;
	}

	.process .list .num {
		font-size: 32px;
		line-height: 32px;
	}

}

@media screen and (max-width:999px) {
	.process .innerTit {
		margin-top: 30px;
	}

	.process .list .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.process .list {
		justify-content: space-between;
	}

	.process .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
		transform: translateY(0);
		padding: 45px 20px;
	}

	.process .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}


@media screen and (max-width:450px) {
	.process .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.process .list .item:nth-child(1) {
		margin-top: 0;
	}
}


.well .case {
	margin-top: 214px;
}

.case .title1 {
	text-align: center;
}

.case .swiperBox {
	margin-top: 39px;
}

.case .swiperBox .sBtns>div {
	top: 43%;
}


.case .image {
	overflow: hidden;
}

.case .tit {
	color: #333;
	font-size: 18px;
	line-height: 30px;
	margin-top: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.case .tit:hover {
	color: #015198;
}

@media screen and (max-width:1560px) {
	.well .case {
		margin-top: 120px;
	}
}

@media screen and (max-width:1333px) {
	.well .case {
		margin-top: 100px;
	}

	.case .tit {
		margin-top: 10px;
	}
}

@media screen and (max-width:999px) {
	.well .case {
		margin-top: 50px;
	}

	.case .swiperBox {
		margin-top: 30px;
	}

	.case .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.well .case {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {}














/* 5-1 */

.productPacking {
	padding: 34px 0 131px 0;
}

.pakcingList .title1 {
	text-align: center;
}

.pakcingList .packIngList {
	margin-top: 56px;
}

.packIngList .item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 70px;
}


.packIngList .item:nth-child(1) {
	margin-top: 0;
}

.packIngList .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.packIngList .clear {
	display: none;
}

.packIngList .image {
	width: 50%;
}

.packIngList .msg {
	width: 45.1%;
}


.packIngList .msg .tit {
	color: #333;
	font-family: Calibri-Bold;
	font-size: 32px;
	line-height: 46px;
}

.packIngList .msg .txts {
	margin-top: 15px;
}

.packIngList .msg .txts p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}




@media screen and (max-width:1560px) {
	.packIngList .msg .tit {
		font-size: 28px;
		line-height: 40px;
	}

	.packIngList .msg .txts {
		margin-top: 30px;
	}

	.packIngList .item {
		margin-top: 50px;
	}

}

@media screen and (max-width:1333px) {
	.packIngList .msg .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.packIngList .item:nth-child(n) {
		display: block;
	}

	.packIngList .item:nth-child(2n-1) .image {
		float: left;
		margin-right: 5%;
	}

	.packIngList .item:nth-child(2n) .image {
		float: right;
		margin-left: 5%;
	}

	.packIngList .item .msg {
		width: 100%;
	}

	.packIngList .item .clear {
		display: block;
	}

	.packIngList .item {
		margin-top: 40px;
	}

	.pakcingList .packIngList {
		margin-top: 50px;
	}

}

@media screen and (max-width:999px) {
	.packIngList .item {
		margin-top: 30px;
	}

	.packIngList .msg .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.packIngList .msg .txts {
		margin-top: 26px;
	}

	.pakcingList .packIngList {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.pakcingList .packIngList {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.packIngList .item:nth-child(n) {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.packIngList .item:nth-child(n) .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 26px;
	}
}


.productPacking .qualityWarranty {
	margin-top: 101px;
}

.qualityWarranty {
	position: relative;
}

.qualityWarranty .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.qualityWarranty .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.qualityWarranty .msg {
	padding: 132px 95px 123px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 30.77%, rgba(0, 0, 0, 0.00) 76.44%);

}

.qualityWarranty .msg .title1 {
	color: #ffffff;
}

.qualityWarranty .msg .txts {
	margin-top: 34px;
}

.qualityWarranty .msg .txts p {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
}

@media screen and (max-width:1560px) {
	.qualityWarranty .msg {
		padding: 80px 40px;
	}

	.productPacking .qualityWarranty {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.qualityWarranty .msg {
		padding: 60px 30px;
	}

	.productPacking .qualityWarranty {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.qualityWarranty .msg {
		padding: 50px 25px;
	}

	.qualityWarranty .msg .txts {
		margin-top: 30px;
	}

	.productPacking .qualityWarranty {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.qualityWarranty .msg {
		padding: 40px 20px;
	}

	.productPacking .qualityWarranty {
		margin-top: 40px;
	}
}

.productPacking .sales {
	margin-top: 125px;
}

.sales .title1 {
	text-align: center;
}


.sales .con {
	display: flex;
	justify-content: space-between;
	margin-top: 49px;
}


.sales .checkBtns {
	background-color: #F7F7F7;
	padding: 30px 20px 30px 36px;
	width: 21.21%;
	display: flex;
	align-items: center;
}



.sales .checkBtns .btns {
	position: relative;
}

.sales .checkBtns .btns::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	background-color: #D9D9D9;
	height: 100%;
}


.sales .checkBtns .btns .item {
	color: #666;
	font-size: 16px;
	line-height: 26px;
	padding: 4px 0;
	padding-left: 26px;
	margin-top: 22px;
	position: relative;
	cursor: pointer;
}


.sales .checkBtns .btns .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	background-color: #015198;
	z-index: 2;
	transition: .4s ease all;
	height: 0;
	opacity: 0;
}




.sales .checkBtns .btns .item:nth-child(1) {
	margin-top: 0;
}

.sales .checkBtns .btns .item.active,
.sales .checkBtns .btns .item:hover {
	color: #015198;
}

.sales .checkBtns .btns .item.active {
	font-family: Calibri-Bold;
}

.sales .checkBtns .btns .item.active::after,
.sales .checkBtns .btns .item:hover::after {
	opacity: 1;
	height: 100%;
}


.sales .swiper {
	width: 77.85%;
	background-color: #F7F7F7;
	padding: 32px 23px 30px;
	margin: 0;
}


.sales .swiper .tit {
	color: #333;
	font-family: Calibri-Bold;
	font-size: 32px;
	line-height: 46px;
}

.sales .swiper .box {
	margin-top: 38px;
}


.sales .swiper .image {
	width: 42%;
	float: left;
	margin-right: 2%;
}

.sales .swiper .txts p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}



.sales .swiper .txts p em {
	color: #015198;
	font-style: normal;
}


@media screen and (max-width:1560px) {
	.productPacking .sales {
		margin-top: 80px;
	}

	.sales .swiper .tit {
		font-size: 28px;
		line-height: 40px;
	}

	.sales .swiper .box {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.productPacking .sales {
		margin-top: 60px;
	}

	.sales .swiper .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.sales .checkBtns {
		padding: 30px 20px;
	}

	.sales .swiper {
		padding: 30px 20px;
		width: 74%;
	}

	.sales .checkBtns {
		width: 24%;
	}

	.sales .con {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.productPacking .sales {
		margin-top: 50px;
	}

	.sales .con {
		margin-top: 40px;
		flex-direction: column;
		align-items: flex-start;
	}

	.sales .swiper {
		width: 100%;
		margin-top: 20px;
	}

	.sales .swiper .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.sales .checkBtns {
		width: 100%;
		padding: 10px 20px;
	}

	.sales .checkBtns .btns {
		display: flex;
		flex-wrap: wrap;
	}

	.sales .checkBtns .btns .item:nth-child(n) {
		padding: 0 10px;
		margin: 10px 0;
		margin-right: 20px;
	}

	.sales .checkBtns .btns::after {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.sales .swiper .image {
		width: 46%;
		margin-right: 4%;
	}

	.sales .swiper .box {
		margin-top: 26px;
	}

	.sales .checkBtns .btns .item:nth-child(n) {
		margin: 5px 0;
		margin-right: 20px;
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:538px) {
	.sales .swiper .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 26px;
	}

	.sales .swiper {
		padding: 20px 15px;
	}

	.sales .checkBtns {
		padding: 10px 15px;
	}
}




.productPacking .parts {
	margin-top: 93px;
}

.parts .tit {
	color: #333;
	font-family: Calibri-Bold;
	font-size: 32px;
	line-height: 46px;
}


.parts .list {
	margin-top: 76px;
	flex-wrap: wrap;
	display: flex;
}

.parts .list .item {
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
	position: relative;
	padding: 50px 37px 35px;
	background-color: #EDEDED;
}


.parts .list .item:nth-child(3n) {
	margin-right: 0;
}

.parts .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.parts .list .sign {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 41.2%;
	transform: translateY(-50%);
}

.parts .list .sign img {
	display: block;
}

.parts .list .tit {
	color: #333;
	font-family: Calibri-Bold;
	font-size: 24px;
	line-height: 36px;
}

.parts .list .txts {
	margin-top: 23px;
}

.parts .list .txts p {
	color: #333;
	font-size: 16px;
	line-height: 28px;
}

@media screen and (max-width:1560px) {
	.productPacking .parts {
		margin-top: 80px;
	}

	.parts .tit {
		font-size: 28px;
		line-height: 40px;
	}

	.parts .list {
		margin-top: 60px;
	}

	.parts .list .sign {
		width: 46px;
		height: 46px;
	}

	.parts .list .item {
		padding: 50px 20px 30px;
	}

	.parts .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.parts .list .txts {
		margin-top: 16px;
	}
}

@media screen and (max-width:1333px) {
	.productPacking .parts {
		margin-top: 60px;
	}

	.parts .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.parts .list .sign {
		width: 40px;
		height: 40px;
	}

	.parts .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.parts .list .item {
		padding: 40px 20px 20px;
	}
}

@media screen and (max-width:999px) {
	.parts .list .sign {
		width: 36px;
		height: 36px;
	}

	.productPacking .parts {
		margin-top: 50px;
	}

	.parts .list {
		margin-top: 50px;
	}

	.parts .list .item:nth-child(n) {
		width: 48%;
		margin-top: 40px;
	}

	.parts .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.parts .tit {
		font-size: 22px;
		line-height: 34px;
	}
}

@media screen and (max-width:768px) {
	.productPacking .parts {
		margin-top: 40px;
	}

}

@media screen and (max-width:538px) {
	.parts .list .item:nth-child(n) {
		padding: 30px 20px 20px;
		width: 100%;
		margin-top: 30px;
	}

	.parts .list .item:nth-child(1) {
		margin-top: 0;
	}
}



.productPackingPiece {
	padding: 104px 0 79px;
}


.shipping .title1 {
	text-align: center;
}

.shipping .packIngList {
	margin-top: 65px;
}


.productPackingPiece .faq {
	margin-top: 146px;
}

.faq .title1 {
	text-align: center;
}

.faq .faqList {
	margin-top: 33px;
}


.faqList .item {
	margin-bottom: 30px;
	border: 1px solid #D9D9D9;
	padding: 17px 18px 15px 22px;
	cursor: pointer;
}

.faqList .item:nth-child(1) .answer {
	display: block;
}


.faqList .item:last-child {
	margin-bottom: 0;
}

.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.faqList .question .name {
	color: #333;
	font-size: 16px;
	line-height: 28px;

}


.faqList .item:hover .question .name {
	color: #015198;
}


.faqList .item.active .question .name {
	color: #015198;
	font-family: Calibri-Bold;
	font-size: 24px;
	line-height: 36px;
}




.faqList .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 30px;
	width: 40px;
	height: 40px;
	background-color: #DA251C;
	border-radius: 50%;
}


.faqList .item:hover .question .btns {
	background-color: #015198;
}

.faqList .question i {
	width: 18px;
	height: 3px;
	background-color: #ffffff;
}

.faqList .question i.move {
	width: 18px;
	height: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.faqList .item.active .question i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.faqList .item.active .question .btns {
	background-color: #015198;
}

.faqList .item.active {
	padding: 20px 18px 28px 22px;
}


.faqList .answer {
	display: none;
	transition: none;
	padding-top: 8px;
	padding-right: 50px;
}

.faqList .answer p {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.faq .pager {
	margin-top: 71px;
}


@media screen and (max-width:1560px) {
	.shipping .packIngList {
		margin-top: 50px;
	}

	.productPackingPiece .faq {
		margin-top: 80px;
	}

	.faqList .item.active .question .name {
		font-size: 20px;
		line-height: 30px;
	}

	.faqList .item {
		margin-bottom: 20px;
		padding: 14px 20px;
	}

	.faqList .question i.move,
	.faqList .question i {
		width: 14px;
		height: 2px;
	}

	.faqList .question .btns {
		width: 34px;
		height: 34px;
	}

	.faqList .answer {
		padding-top: 10px;
	}

	.faq .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.shipping .packIngList {
		margin-top: 40px;
	}

	.productPackingPiece .faq {
		margin-top: 60px;
	}

	.faqList .item.active .question .name {
		font-size: 18px;
		line-height: 28px;
	}

	.faqList .question i.move,
	.faqList .question i {
		width: 12px;
	}

	.faqList .question .btns {
		width: 30px;
		height: 30px;
	}

	.faq .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.productPackingPiece .faq {
		margin-top: 50px;
	}

	.faqList .question i.move,
	.faqList .question i {
		width: 10px;
	}

	.faqList .question .btns {
		width: 28px;
		height: 28px;
	}

	.faqList .answer {
		padding-right: 0;
	}
}

@media screen and (max-width:768px) {
	.shipping .packIngList {
		margin-top: 30px;
	}

	.productPackingPiece .faq {
		margin-top: 40px;
	}

	.faq .faqList {
		margin-top: 30px;
	}

	.faq .pager {
		margin-top: 30px;
	}
}

/* 5-2 */

.download {
	padding: 34px 0 96px 0;
}


.download .title1 {
	text-align: center;
}

.download .con {
	margin-top: 75px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.download .slides {
	width: 21.1%;
}

.download .slides .title {
	display: none;
}




.downloadSlides>li {
	margin-top: 14px;
}

.downloadSlides>li:nth-child(1) {
	margin-top: 0;
}

.downloadSlides .tit {
	padding: 12px 16px 12px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #DA251C;
}

.downloadSlides .tit a {
	color: #FFF;
	font-family: Calibri-Bold;
	font-size: 18px;
	line-height: 30px;
}

.downloadSlides .tit a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


.downloadSlides .tit .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #ffffff;
	font-size: 10px !important;
	color: #DA251C;
	font-weight: bold;
	flex-shrink: 0;
	margin-left: 5px;
	cursor: pointer;
}

.downloadSlides .tit.active {
	background-color: #015198;
}


.downloadSlides .tit.active .btn {
	color: #015198;
}

.downloadSlides ul {
	display: none;
	padding: 17px 20px 0px;
	transition: none;
}

.downloadSlides li.active>ul {
	display: block;
}

.downloadSlides ul li {
	margin-bottom: 20px;
}

.downloadSlides ul li:last-child {
	margin-bottom: 0;
}


.downloadSlides ul li a {
	color: #4D4D4D;
	font-size: 16px;
	line-height: 24px;
	display: block;
	position: relative;
	padding-left: 11px;
}

.downloadSlides ul li a::after {
	content: "";
	position: absolute;
	height: 0%;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	border-radius: 10px;
	opacity: 0;
	background-color: #015198;
	transition: .4s ease all;
	left: 0;
}



.downloadSlides ul li:hover a::after,
.downloadSlides ul li.active a::after {
	height: 100%;
	opacity: 1;
}

.downloadSlides ul li:hover>a,
.downloadSlides ul li.active>a {
	color: #015198;
}

.download .downloadList {
	width: 76.1%;
}

.download .downloadList .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.downloadList .list .item {
	margin-top: 28px;
	width: 48.6%;
	background-color: #F2F2F2;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}


.downloadList .list .item:hover {
	background-color: #015198;
}

.downloadList .list .item:hover .name {
	color: #ffffff;
}


.downloadList .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.downloadList .list .image {
	background-color: #ffffff;
	border: 1px solid #E0E0E0;
	width: 200px;
}

.downloadList .list .msg {
	flex: 1;
	padding: 44px 25px 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}


.downloadList .list .name {
	color: #333;
	font-size: 16px;
	line-height: 28px;
}


.downloadList .list .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #015198;
	font-size: 18px;
	color: #ffffff;
}


.downloadList .list .item:hover .btn {
	background-color: #ffffff;
	color: #015198;
}


.downloadList .pager {
	margin-top: 98px;
}

@media screen and (max-width:1560px) {
	.download .con {
		margin-top: 50px;
	}

	.downloadList .list .msg {
		padding: 30px 20px;
	}

	.downloadList .list .btn {
		width: 36px;
		height: 36px;
		font-size: 16px;
	}

	.downloadList .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.downloadList .list .msg {
		padding: 20px 15px;
	}

	.download .con {
		margin-top: 40px;
	}

	.downloadList .list .image {
		width: 140px;
	}

	.downloadSlides ul li {
		margin-bottom: 14px;
	}

	.downloadSlides ul {
		padding: 20px 10px 0;
	}

	.downloadSlides .tit {
		padding: 10px 16px;
	}

	.download .downloadList {
		width: 72%;
	}

	.download .slides {
		width: 25%;
	}

	.downloadList .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.download .con {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 30px;
	}

	.download .slides {
		width: 100%;
	}

	.download .slides .title {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}


	.download .slides .title .btn {
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.download .slides .btn i {
		font-size: 24px;
		transform: rotate(45deg);
	}

	.download .slides .title .btn.active i {
		transform: rotate(0);
	}

	.download .downloadSlides {
		margin-top: 20px;
		display: none;
		transition: none;
	}

	.downloadSlides .tit a {
		font-size: 16px;
		line-height: 28px;
	}

	.downloadSlides ul li a {
		font-size: 14px;
		line-height: 24px;
	}

	.download .downloadList {
		width: 100%;
		margin-top: 30px;
	}

	.downloadList .list .msg {
		padding: 16px;
	}

	.downloadList .list .name {
		font-size: 14px;
		line-height: 26px;
	}

	.downloadList .pager {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.downloadList .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.downloadList .list .msg {
		width: 100%;
	}

	.downloadList .list .btn {
		width: 32px;
		height: 32px;
		margin-top: 10px;
	}

	.downloadList .list .image {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.download .slides .btn i {
		font-size: 20px;
	}
}

@media screen and (max-width:450px) {
	.downloadList .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.downloadList .list .item:nth-child(1) {
		margin-top: 0;
	}
}

/* 5-3 */

.downloadList .piece {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.downloadList .piece .item {
	width: 49%;
	margin-top: 20px;
	background-color: #F2F2F2;
	padding: 14px 36px 17px 31px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.downloadList .piece .item:nth-child(-n+2) {
	margin-top: 0;
}

.downloadList .piece .tit {
	color: #333;
	font-size: 16px;
	line-height: 28px;
}

.downloadList .piece .btn {
	flex-shrink: 0;
	margin-left: 20px;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.downloadList .piece .btn i {
	font-size: 18px;
}

.downloadList .piece .item:hover {
	background-color: #015198;
}

.downloadList .piece .item:hover .tit {
	color: #ffffff;
}

.downloadList .piece .item:hover .btn {
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.downloadList .piece .item {
		padding: 14px 20px;
	}
}

@media screen and (max-width:999px) {
	.downloadList .piece .item {
		padding: 10px 20px;
	}

	.downloadList .piece .tit {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.downloadList .piece .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.downloadList .piece .item:nth-child(1) {
		margin-top: 0;
	}
}


.frame {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999999;
	top: 0;
	left: 0;
	display: none;
	transition: none;
}


.frame .box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 1400px;
	max-height: 100%;
	background-color: #ffffff;
	padding: 83px 50px 106px;
	max-width: calc(100vw - 80px);
	overflow: auto;
}


.frame .box::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #00000000;
}

.frame .box::-webkit-scrollbar-thumb {
	background-color: #015198;
}

.frame .box::-webkit-scrollbar-track {
	background-color: transparent;
}


.frame .tit {
	color: #333;
	font-family: Calibri-Bold;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 52px;
}


.frame .closeBtn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #606060;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 26px;
	right: 33px;
}

.frame .closeBtn i {
	font-size: 14px;
	color: #ffffff;
}

.frame .closeBtn:hover {
	background-color: #015198;
}


.frame form {
	max-width: 848px;
	margin: 0 auto;
}


.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-size: 18px;
}


.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cForm ul li {
	height: 72px;
	width: 49.2%;
	margin-top: 24px;
	background: #E9E9E9;
	padding: 0 30px;
}


.cForm ul li:nth-child(-n+2) {
	margin-top: 0;
}

.cForm ul li.message {
	width: 100%;
	height: 101px;
	padding: 14px 30px;
}

.cForm ul li.message.must::after {
	top: 14px;
}


.cForm ul li.must {
	position: relative;
	padding-left: 43px;
}


.cForm ul li.must::after {
	content: "*";
	position: absolute;
	top: 22px;
	left: 30px;
	font-size: 18px;
	line-height: 26px;
	color: #F51313;
}


.cForm ul li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}


.cForm ul li.code input {
	flex: 1;
}


.cForm ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	background-color: #f3fbfe;
	width: 79px;
	height: 39px;
	margin-right: 9px;
	margin-left: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}



.cForm ul li.code .codeImg img {
	display: block;
	height: 100%;
}



.cForm ul li.subBtn {
	padding: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
}

.cForm ul li.subBtn input {
	cursor: pointer;
	background-color: #DA251C;
	color: #FFF;
	font-family: Calibri-Bold;
	font-size: 18px;
}


.cForm ul li.subBtn input:hover {
	background-color: #015198;
}

.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	color: #333;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	color: #333;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	color: #333;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	color: #333;
}

.cForm ul li.m-formcountry {
	padding: 0;
}

.cForm ul li.m-formcountry .drop-btn {
	padding: 0 30px;
}

.cForm ul .m-formcountry .drop-btn i,
.cForm ul .m-formcountry .drop-btn svg {
	right: 30px;
}

.cForm ul .m-formcountry .drop-list li {
	padding: 5px 30px;
}

.cForm ul .m-formcountry .drop-list {
	max-height: 190px;
}

@media screen and (max-width:1560px) {
	.frame .tit {
		margin-bottom: 40px;
	}

	.cForm ul li {
		height: 56px;
		padding: 0 20px;
	}

	.cForm ul li.message {
		padding: 14px 20px;
	}

	.cForm ul li.m-formcountry .drop-btn {
		padding: 0 20px;
	}

	.cForm ul li.must::after {
		top: 16px;
	}

	.cForm ul li.must {
		padding-left: 30px;
	}

	.cForm ul li.must::after {
		left: 18px;
	}

	.frame .box {
		padding: 60px 50px;
	}

	.frame .tit {
		font-size: 28px;
		line-height: 40px;
	}

	.cForm ul .m-formcountry .drop-list li {
		padding: 0 20px;
	}
}

@media screen and (max-width:1333px) {
	.frame .box {
		padding: 40px;
	}

	.frame .closeBtn {
		top: 20px;
	}

	.cForm ul li {
		height: 46px;
		margin-top: 16px;
	}

	.cForm ul li.must::after {
		top: 12px;
	}

	.frame .tit {
		margin-bottom: 30px;
	}

	.cForm ul li.code .codeImg {
		margin-right: 0;
		width: 70px;
		height: 34px;
	}
}

@media screen and (max-width:999px) {
	.frame .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.frame .tit {
		margin-bottom: 26px;
	}

	.frame .box {
		padding: 40px 30px;
	}

	.cForm ul .m-formcountry .drop-list {
		max-height: 176px;
	}
}

@media screen and (max-width:768px) {
	.frame .tit {
		font-size: 22px;
		line-height: 34px;
	}
}

@media screen and (max-width:538px) {
	.frame .box {
		padding: 30px 20px;
	}

	.frame .closeBtn {
		right: 20px;
	}

	.frame .box {
		max-width: calc(100vw - 30px);
	}
}

@media screen and (max-width:450px) {
	.frame .tit {
		margin-bottom: 20px;
	}

	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 14px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}

	.cForm ul li {
		height: 40px;
	}
}

/* 6-1 */

.news {
	padding: 34px 0 108px 0;
}

.news .title1 {
	text-align: center;
}

.news .newList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 57px;
}

.news .newList .newItem {
	width: 23%;
	margin-right: 2.66%;
	margin-top: 70px;
}

.news .newList .newItem:nth-child(4n) {
	margin-right: 0;
}

.news .newList .newItem:nth-child(-n+4) {
	margin-top: 0;
}

.news .newItem .arrBtn {
	width: 40px;
	height: 40px;
	margin-top: 29px;
}



.news .pager {
	margin-top: 108px;
}


.newsPiece {
	padding: 110px 0 143px 0;
}

@media screen and (max-width:1560px) {
	.news .newItem .arrBtn {
		width: 36px;
		height: 36px;
		margin-top: 20px;
	}

	.news .newList .newItem {
		margin-top: 50px;
	}

	.news .newList {
		margin-top: 50px;
	}

	.news .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.news .newList .newItem:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 40px;
	}

	.news .newList .newItem:nth-child(3n) {
		margin-right: 0;
	}

	.news .newList .newItem:nth-child(-n+3) {
		margin-top: 0;
	}

	.news .pager {
		margin-top: 50px;
	}

	.news .newItem .arrBtn {
		width: 32px;
		height: 32px;
	}
}

@media screen and (max-width:999px) {
	.news .newList .newItem:nth-child(n) {
		margin-top: 30px;
	}

	.news .newList .newItem:nth-child(-n+3) {
		margin-top: 0;
	}

	.news .pager {
		margin-top: 40px;
	}

	.news .newList {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.news .newList .newItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.news .newList .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.news .newList {
		justify-content: space-between;
		margin-top: 30px;
	}
}

@media screen and (max-width:450px) {
	.news .newList .newItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.news .newList .newItem:nth-child(1) {
		margin-top: 0;
	}
}

/* 6-2 */

.newsDet {
	padding: 34px 0 74px 0;
}

.newsDet h1 {
	font-weight: normal;
}

.newsDet .tips {
	display: flex;
	align-items: center;
	margin-top: 30px;
}


.newsDet .tips .time {
	display: flex;
	align-items: center;
	color: #4D4D4D;
	font-size: 16px;
	line-height: 28px;
	margin-right: 72px;
}


.newsDet .tips .time img {
	flex-shrink: 0;
	margin-right: 7px;
	width: 20px;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	color: #333;
	font-size: 16px;
	line-height: 28px;
	margin-right: 17px;
}


.newsDet .dis {
	margin-top: 83px;
}


.newsDet .dis p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}


.newsDet .line {
	width: 100%;
	height: 1px;
	background-color: #D3D3D3;
	margin-top: 90px;
}


.newsDet .prevOrNext {
	margin-top: 67px;
}

.prevOrNext {
	display: flex;
	justify-content: space-between;
}

.prevOrNext .prev,
.prevOrNext .next {
	width: 49%;
	background-color: #F5F5F5;
	padding: 25px 30px 25px 30px;
}

.standardEdit p strong {
	font-family: Calibri-Bold;
}

.prevOrNext .tit {
	font-family: Calibri-Bold;
	overflow: hidden;
	color: #333;
	text-overflow: ellipsis;
	font-size: 18px;
	line-height: 30px;
}

.prevOrNext .next .tit {
	text-align: right;
}

.prevOrNext a.tit:hover {
	color: #015198;
}

.prevOrNext .txts {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	min-height: 56px;
	margin-top: 6px;
}

.prevOrNext .next .txts {
	text-align: right;
}

.prevOrNext .btn {
	width: 139px;
	height: 46px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #DA251C;
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	margin-top: 12px;
}


.prevOrNext .btn i {
	font-size: 10px;
	color: #ffffff;
}

.prevOrNext .next .btn {
	margin-left: auto;
}

.prevOrNext .prev .btn i {
	margin-right: 10px;
}

.prevOrNext .next .btn i {
	margin-left: 10px;
}


.prevOrNext a.btn:hover {
	background-color: #015198;
}

@media screen and (max-width:1560px) {
	.newsDet .tips .time {
		margin-right: 40px;
	}

	.newsDet .dis {
		margin-top: 40px;
	}

	.newsDet .line {
		margin-top: 40px;
	}

	.newsDet .prevOrNext {
		margin-top: 50px;
	}

	.prevOrNext .prev,
	.prevOrNext .next {
		padding: 20px 20px;
	}

	.prevOrNext .btn {
		height: 36px;
		width: 120px;
	}
}

@media screen and (max-width:1333px) {

	.newsDet .dis,
	.newsDet .line {
		margin-top: 30px;
	}

	.newsDet .prevOrNext {
		margin-top: 40px;
	}

	.prevOrNext .txts {
		margin-top: 10px;
	}
}

@media screen and (max-width:999px) {
	.newsDet .tips .time {
		font-size: 14px;
		line-height: 26px;
		margin-right: 30px;
	}

	.share span {
		font-size: 14px;
		line-height: 26px;
	}

	.prevOrNext .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.prevOrNext .txts {
		font-size: 14px;
		line-height: 26px;
		min-height: 52px;
	}

	.prevOrNext .btn {
		font-size: 14px;
		height: 32px;
		width: 100px;
	}

	.prevOrNext .prev .btn i {
		margin-right: 8px;
	}

	.prevOrNext .next .btn i {
		margin-left: 8px;
	}

	.share span {
		margin-right: 10px;
	}
}

@media screen and (max-width:768px) {
	.newsDet .prevOrNext {
		margin-top: 30px;
	}

	.prevOrNext {
		flex-direction: column;
		align-items: flex-start;
	}

	.prevOrNext .prev,
	.prevOrNext .next {
		width: 100%;
	}

	.prevOrNext .next {
		margin-top: 20px;
	}

	.prevOrNext .next .tit {
		text-align: left;
	}

	.prevOrNext .next .txts {
		text-align: left;
	}

	.prevOrNext .next .btn {
		margin-left: 0;
	}
}

@media screen and (max-width:538px) {
	.newsDet .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newsDet .time {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/* 7-1 */

.contactUs {
	padding: 34px 0 83px 0;
}

.contactUs .title1 {
	text-align: center;
}

.contactUs .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 55px;
}

.contactUs .info {
	width: 37%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 5px;
}



.contactUs .info .item {
	width: 162px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 58px;
}


.contactUs .info .item:nth-child(2n) {
	width: 333px;
	padding: 0 20px;
}


.contactUs .info .item:nth-child(-n+2) {
	margin-top: 0;
}


.contactUs .info .sign {
	position: relative;
	z-index: 9;
	width: 44px;
	height: 44px;
	background-color: #015198;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contactUs .info .sign i {
	color: #ffffff;
	font-size: 20px;
}

.contactUs .info .sign::after,
.contactUs .info .sign::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	transition: .4s ease all;
	width: 0;
	height: 0;
}

.contactUs .info .sign::after {
	z-index: -1;
	border: 1px solid #015198;
	width: calc(100% + 11px);
	height: calc(100% + 11px);
}

.contactUs .info .sign::before {
	z-index: -1;
}

.contactUs .info .item:hover .sign::after {
	background-color: rgba(1, 81, 152, 0.5);
	border-color: transparent;
}

.contactUs .info .item:hover .sign::before {
	background-color: rgba(1, 81, 152, 0.2);
	width: calc(100% + 22px);
	height: calc(100% + 22px);
}




.contactUs .info .tit {
	color: #4D4D4D;
	font-family: Calibri-Bold;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	margin-top: 26px;
}


.contactUs .info .num {
	color: #666;
	font-family: Calibri-Bold;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	margin-top: 13px;
}

.contactUs .info a.num:hover {
	color: #015198;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}



.contactUs form {
	width: 62.92%;
	position: relative;
	z-index: 9;
	padding: 103px 0 112px 33px;
}


.contactUs form::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100vw;
	height: 100%;
	z-index: -1;
	background-color: #F7F7F7;
}


.contactUs form .tit {
	color: #333;
	font-family: Calibri-Bold;
	font-size: 32px;
	line-height: 34px;
}

.contactUs form>ul {
	margin-top: 55px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactUs form ul li {
	width: 49.1%;
	height: 72px;
	background-color: #ffffff;
	padding: 0 30px;
	margin-top: 24px;
}

.contactUs form ul li.must {
	padding-left: 42px;
	position: relative;
}

.contactUs form ul li.must::after {
	content: "*";
	position: absolute;
	left: 30px;
	top: 20px;
	color: #F51313;
	font-size: 18px;
	line-height: 28px;
}

.contactUs form ul li.m-formcountry {
	padding: 0;
}

.contactUs form ul li.m-formcountry .drop-btn {
	padding: 0 30px;
}

.contactUs form ul li.m-formcountry .drop-list li {
	padding: 5px 30px;
}

.contactUs form ul li.message {
	width: 100%;
	height: 102px;
	padding: 12px 30px;
}


.contactUs form ul li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contactUs form ul li.code input {
	flex: 1;
}

.contactUs form ul li.code .codeImg {
	width: 79px;
	height: 40px;
	cursor: pointer;
	background-color: #f3fbfe;
	margin-right: 7px;
}


.contactUs form ul li.code .codeImg img {
	display: block;
}

.contactUs form ul li.subBtn {
	padding: 0;
}

.contactUs form ul li.subBtn input {
	background-color: #DA251C;
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	cursor: pointer;
}

.contactUs form ul li.subBtn input:hover {
	background-color: #015198;
}



.contactUs form ul li input,
.contactUs form ul li textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-size: 18px;
}

.contactUs form ul li:nth-child(-n+2) {
	margin-top: 0;
}

.contactUs form input::-webkit-input-placeholder,
.contactUs form textarea::-webkit-input-placeholder {
	color: #333;
	font-size: 18px;
}

.contactUs form input:-moz-placeholder,
.contactUs form textarea:-moz-placeholder {
	color: #333;
	font-size: 18px;
}

.contactUs form input::-moz-placeholder,
.contactUs form textarea::-moz-placeholder {
	color: #333;
	font-size: 18px;
}

.contactUs form input:-ms-input-placeholder,
.contactUs form textarea:-ms-input-placeholder {
	color: #333;
	font-size: 18px;
}

.contactUs .m-formcountry .drop-btn i,
.contactUs .m-formcountry .drop-btn svg {
	right: 30px;
}


.map img,
.map iframe {
	display: block;
}



@media screen and (max-width:1560px) {
	.contactUs .info .item:nth-child(n) {
		width: 48%;
		padding: 0;
	}

	.contactUs form {
		width: 58%;
	}

	.contactUs .info {
		width: 40%;
	}

	.contactUs form ul li {
		height: 50px;
		padding: 0 20px;
	}

	.contactUs form ul li.must {
		padding-left: 26px;
	}

	.contactUs form ul li.message {
		padding: 12px 20px;
	}

	.contactUs form ul li.must::after {
		left: 15px;
		top: 10px;
	}

	.contactUs .m-formcountry .drop-btn i,
	.contactUs .m-formcountry .drop-btn svg {
		right: 20px;
	}

	.contactUs form ul li.m-formcountry .drop-btn {
		padding: 0 20px;
	}

	.contactUs form {
		padding: 80px 0 80px 30px;
	}

	.contactUs .info .tit {
		font-size: 22px;
		line-height: 32px;
		margin-top: 24px;
	}

	.contactUs .info .num {
		font-size: 18px;
		line-height: 28px;
	}

	.contactUs .info .item {
		margin-top: 46px;
	}

	.contactUs form .tit {
		font-size: 28px;
		line-height: 38px;
	}

	.contactUs form>ul {
		margin-top: 40px;
	}

	.contactUs .con {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .info .tit {
		font-size: 20px;
		line-height: 30px;
		margin-top: 20px;
	}

	.contactUs .info .num {
		font-size: 16px;
		line-height: 26px;
		margin-top: 10px;
	}

	.contactUs .info .sign {
		width: 40px;
		height: 40px;
	}

	.contactUs form .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.contactUs form ul li.m-formcountry .drop-list li {
		padding: 5px 20px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs form {
		padding: 30px 0 30px 30px;
		width: 100%;
	}

	.contactUs form>ul {
		margin-top: 30px;
	}

	.contactUs form ul li {
		height: 42px;
	}

	.contactUs .info {
		width: 100%;
		justify-content: flex-start;
	}

	.contactUs .info .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 40px;
	}

	.contactUs .info .item:nth-child(3n) {
		margin-right: 0;
	}

	.contactUs .info .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.contactUs .con {
		margin-top: 40px;
	}

	.contactUs .info .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.contactUs form {
		margin-top: 40px;
	}

	.contactUs form ul li.must::after {
		top: 8px;
	}

	.contactUs form ul li {
		margin-top: 16px;
	}

	.contactUs .info {
		padding-bottom: 0;
	}
}

@media screen and (max-width:768px) {
	.contactUs .info {
		justify-content: space-between;
	}

	.contactUs .info .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 40px;
	}

	.contactUs .info .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactUs form {
		padding: 30px 0 30px 20px;
	}
}

@media screen and (max-width:450px) {
	.contactUs form ul li:nth-child(n) {
		width: 100%;
		margin-top: 14px;
	}

	.contactUs form ul li:nth-child(1) {
		margin-top: 0;
	}
}



/* innerBanner */

.innerBanner {
	height: 400px;
}

.innerBanner .image {
	height: 100%;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


/* crumb */

.crumb {
	padding-top: 19px;
}

.crumb a,
.crumb i {
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	letter-spacing: 0px;
	color: #999;
}

.crumb a.active,
.crumb a:hover {
	color: #015198;
}

.crumb i {
	font-style: normal;
	margin: 0 5px;
}


/* pager */

.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pages-btn {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pages-btn a {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	margin: 5px 8px;
	border-radius: 50%;
	border: 1px solid #EAEAEA;
	background-color: #EAEAEA;
}

.pager .pages-btn a.active,
.pager .pages-btn a:hover {
	color: #015198 !important;
	background-color: #ffffff;
	border-color: #015198;
}

.pager .pages-btn a.iconfont {
	font-size: 12px;
}

.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 15px;
	position: relative;
	color: #DA251C;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}


.pager .addTo .imgBox {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 10px;
}


.pager .addTo .imgBox img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}


.pager .addTo:hover {
	color: #015198;
}

.pager .addTo:hover .imgBox img:nth-child(1) {
	opacity: 0;
}

.pager .addTo:hover .imgBox img:nth-child(2) {
	opacity: 1;
}


.pager .addTo input {
	position: absolute;
	background-color: transparent;
	cursor: pointer;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}



@media screen and (max-width:1560px) {
	.innerBanner {
		height: 300px;
	}

	.crumb {
		padding-top: 20px;
	}

	.pager .pages-btn a {
		width: 34px;
		height: 34px;
		line-height: 34px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 240px;
	}

	.pager .pages-btn a {
		width: 32px;
		height: 32px;
		line-height: 32px;
		margin: 5px 6px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 200px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.pager .pages-btn a {
		font-size: 14px;
	}

	.pager .pages-btn a.iconfont {
		font-size: 10px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 180px;
	}
}

@media screen and (max-width:538px) {}

/* pop */

.pop {
	position: fixed;
	z-index: 9999;
	left: 0;
	bottom: 0;
	background-color: #ffffff;
	padding: 26px 30px 16px 36px;
	width: 660px;
	display: none;
	transition: none;
}

.pop .tit {
	color: #015198;
	font-family: Calibri-Bold;
	font-size: 24px;
	line-height: 36px;
}


.pop .txts {
	margin-top: 17px;
}

.pop .txts p {
	color: #4D4D4D;
	font-size: 16px;
	line-height: 20px;
}


.pop .btns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 12px;
}

.pop .btns a,
.pop .btns div {
	width: 121px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 42px;
	background-color: #DA251C;
	color: #ffffff;
	font-family: Calibri-Bold;
	font-size: 16px;
	line-height: 28px;
	cursor: pointer;
}

.pop .btns div {
	margin-left: 6px;
}

.pop .btns a:hover,
.pop .btns div:hover {
	background-color: #015198;
}

@media screen and (max-width:1560px) {
	.pop {
		padding: 30px;
	}

	.pop .btns a,
	.pop .btns div {
		height: 36px;
	}

	.pop .txts {
		margin-top: 20px;
	}

	.pop .tit {
		font-size: 22px;
		line-height: 32px;
	}
}

@media screen and (max-width:1333px) {
	.pop {
		padding: 20px;
		bottom: 42px;
	}

	.pop .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.pop .txts p {
		font-size: 14px;
	}

	.pop .btns a,
	.pop .btns div {
		font-size: 14px;
		height: 32px;
		width: 120px;
	}
}

@media screen and (max-width:768px) {
	.pop {
		max-width: calc(100% - 40px);
	}
}




/* footer */


footer {
	background-image: url("../images/footerBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

footer .fMsg {
	display: flex;
	justify-content: space-between;
}


footer .fMsg .line {
	width: 1px;
	background-color: rgba(255, 255, 255, .5);
}

footer .fMsg .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 32px 20px 13px;
	max-width: 21.7%;
}

footer .fMsg .item:nth-child(1) {
	padding-left: 0;
}

footer .fMsg .item:last-child {
	padding-right: 0;
}


footer .fMsg .item:last-child {
	border-right: none;
}

footer .fMsg .name {
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
}


footer .fMsg .name i {
	font-size: 22px;
	color: #ffffff;
	margin-right: 10px;
}

footer .fMsg .num {
	flex: 1;
	color: #FFF;
	font-family: Calibri-Bold;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	margin-top: 6px;
}

footer .fMsg a.num:hover {
	color: #DA251C;
}

footer .fMsg .email a.num {
	word-break: break-all;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding: 40px 0 38px 0;
}



footer .footerList::after,
footer .footerList::before {
	content: "";
	position: absolute;
	height: 1px;
	background-color: rgba(255, 255, 255, .5);
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
}


footer .footerList::after {
	top: 0;
}

footer .footerList::before {
	bottom: 0;
}


footer .footerList .box li {
	margin-top: 16px;
}


footer .footerList .box li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .titBox .meuBtn {
	display: none;
}



footer .footerList .fProduct {
	width: 18%;
	margin-right: 3%;
}



footer .footerList .fNav {
	width: 24%;
	margin-right: 10.6%;
}

footer .footerList .fNav .box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


footer .footerList .fNav .box li:nth-child(2n-1) {
	width: 24%;
}

footer .footerList .fNav .box li:nth-child(2n) {
	width: 74%;
}


footer .footerList .fNav .box li:nth-child(-n+2) {
	margin-top: 0;
}


footer .footerList .fInquiry {
	width: 44.4%;
}


footer .footerList .fInquiry form {
	margin-top: 8px;
}



footer .footerList form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .footerList form ul li {
	height: 60px;
	margin-top: 20px;
	padding: 0 10px;
	width: 49.1%;
	background-color: rgba(255, 255, 255, 0.8);
}


footer .footerList form ul li:nth-child(-n+2) {
	margin-top: 0;
}


.fInquiry form input,
.fInquiry form textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}


.fInquiry form li.must {
	position: relative;
	padding-left: 20px;
}


.fInquiry form li.must::after {
	content: "*";
	position: absolute;
	font-size: 16px;
	color: #F51313;
	top: 15px;
	left: 10px;
}


.fInquiry form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.fInquiry form li.message {
	width: 100%;
	height: 85px;
	padding: 13px 12px;
	margin-bottom: -2px;
}


.fInquiry form li.code input {
	flex: 1;
}


.fInquiry form li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	width: 79px;
	height: 39px;
	background-color: #f3fbfe;
	margin-left: 28px;
	margin-right: 19px;
}


.fInquiry form li.code .codeImg img {
	height: 100%;
}

.fInquiry form li.subBtn {
	padding: 0;
	border: none;
	overflow: hidden;
}



.fInquiry form li.subBtn input {
	background-color: #DA251C;
	cursor: pointer;
	color: #ffffff;
}


.fInquiry form li.subBtn input:hover {
	background-color: #ffffff;
	color: #DA251C;
}


.fInquiry form input::-webkit-input-placeholder,
.fInquiry form textarea::-webkit-input-placeholder {
	color: #333;
}

.fInquiry form input:-moz-placeholder,
.fInquiry form textarea:-moz-placeholder {
	color: #333;
}

.fInquiry form input::-moz-placeholder,
.fInquiry form textarea::-moz-placeholder {
	color: #333;
}

.fInquiry form input:-ms-input-placeholder,
.fInquiry form textarea:-ms-input-placeholder {
	color: #333;
}

footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 28px;
	color: rgba(255, 255, 255, .8);
}


footer a {
	display: block;
}


footer .title {
	font-family: Calibri-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	display: inline-block;
}


footer a.title:hover {
	color: #DA251C;
}


footer .footerList .box {
	margin-top: 9px;
}


footer .footerList .box a:hover {
	color: #DA251C;
}



footer .fBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 27px 0 15px 0;
}



footer .copyright {
	color: #ffffff;
}



footer .copyright a {
	display: inline;
	color: #ffffff;
}

footer .copyright a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

footer .copyright a.image {
	margin-left: 6px;
}

footer .copyright a img {
	display: inline-block;
}

footer .copyright a:hover img {
	transform: scale(1.1);
}

footer .links {
	display: flex;
	flex-wrap: wrap;
	margin-top: 16px;
}

footer .links span {
	margin-right: 10px;
	color: #ffffff;
}

footer .links a {
	margin-right: 10px;
	color: #ffffff;
}

footer .links a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


footer .email a {
	word-break: break-all;
}



footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-shrink: 0;
	margin-left: 30px;
}


footer .blogrolls a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #ffffff;
	flex-shrink: 0;
	background-color: rgba(255, 255, 255, .2);
	margin: 5px 0;
	margin-left: 10px;
}


footer .blogrolls a:hover {
	background-color: #DA251C;
}


.fInquiry form li.m-formcountry {
	padding: 0;
}

.fInquiry form li.m-formcountry .drop-btn {
	padding: 0 10px;
}


.m-formcountry {
	position: relative;
}

.m-formcountry .drop-btn {
	position: relative;
	height: 100%;

}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}


.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #015198 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: #015198;
}

.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	margin: 0;
}

.m-formcountry .drop-list li.on {
	background-color: #015198;
	color: #ffffff;
}


@media screen and (max-width:1560px) {

	footer .footerList {
		justify-content: space-between;
		padding: 30px 0;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .fNav .box li:nth-child(n) {
		width: 48%;
	}

	footer .footerList .fNav {
		width: 22%;
	}

	footer .fMsg .item {
		padding: 26px 20px;
	}

	footer .footerList form ul li {
		height: 50px;
	}

	.fInquiry form li.must::after {
		top: 10px;
	}

	.fInquiry form li.code .codeImg {
		margin-right: 0;
	}

	footer .links {
		margin-top: 10px;
	}
}


@media screen and (max-width:1333px) {
	footer .fMsg {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	footer .fMsg .line {
		display: none;
		width: 0;
	}

	footer .fMsg .item:nth-child(n) {
		width: 25%;
		max-width: none;
		border-right: 1px solid rgba(255, 255, 255, .5);
		border-top: 1px solid rgba(255, 255, 255, .5);
	}

	footer .fMsg .item:nth-child(-n+7) {
		border-top: none;
	}

	footer .fMsg .item:nth-child(7),
	footer .fMsg .item:last-child {
		border-right: none;
		padding-right: 0;
	}

	footer .fMsg .item:nth-child(9) {
		padding-left: 0;
	}

	footer .fMsg .item:last-child {
		width: 75%;
	}

	footer .footerList .fProduct {
		width: 24%;
	}

	footer .footerList .box {
		margin-top: 20px;
	}

	footer .footerList .fInquiry form {
		margin-top: 0;
	}

	footer .title {
		font-size: 20px;
		line-height: 30px;
	}

	footer .footerList .fNav {
		width: 25%;
	}

	footer .footerList form ul li {
		margin-top: 14px;
		height: 40px;
	}

	.fInquiry form li.code .codeImg {
		width: 60px;
		height: 30px;
		margin-left: 10px;
	}

	footer .blogrolls a {
		width: 36px;
		height: 36px;
		font-size: 16px;
	}
	footer .footerList .box li{
		margin-top: 10px;
	}
}


@media screen and (max-width:999px) {
	footer {
		background-image: none;
		background: linear-gradient(0deg, rgba(0, 53, 99, 0.80) 0%, rgba(0, 53, 99, 0.80) 100%);
	}

	footer .fMsg .num {
		font-size: 14px;
		line-height: 26px;
	}

	footer .fMsg .name {
		font-size: 14px;
		line-height: 24px;
	}

	footer .fMsg .item {
		padding: 20px 10px;
	}

	footer .fMsg .name i {
		font-size: 20px;
	}

	footer .footerList {
		padding: 20px 0;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .footerList {
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .box {
		margin-top: 10px;
	}

	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul>li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 5px;
	}

	footer .footerList .box ul>li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList form ul li {
		height: 35px;
		margin-top: 10px;
	}

	.fInquiry form li.must::after {
		top: 6px;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .title::after {
		display: none;
	}

	footer .fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding-bottom: 60px;
	}

	footer .blogrolls {
		margin-left: 0;
		margin-bottom: 10px;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 10px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList .fContact .downloadBtn {
		margin-top: 10px;
		font-size: 14px;
		height: 40px;
	}

	footer li.m-formcountry .drop-list li:nth-child(n) {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
		padding: 2px 10px;
	}

	footer .blogrolls a {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}
}


@media screen and (max-width:768px) {
	footer .fMsg .item:nth-child(n) {
		width: 50%;
		border-top: 1px solid rgba(255, 255, 255, .5);
	}

	footer .fMsg .item:nth-child(-n+4) {
		border-top: none;
	}

	footer .fMsg .item:nth-child(3) {
		border-right: none;
	}
}

@media screen and (max-width:538px) {
	footer .footerList .box ul>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box ul>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .fInquiry form li.blogrolls {
		margin-top: 15px;
	}

	footer .footerList .fInquiry form li.code,
	footer .footerList .fInquiry form li.subBtn {
		width: 100%;
	}
}

@media screen and (max-width:450px) {
	footer .footerList form ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form ul li:nth-child(1) {
		margin-top: 0;
	}
}



/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Calibri-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* customer */
.customer {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #BBB;
	color: #ffffff;
	margin-bottom: 5px;
	margin-right: 27px;
	font-size: 26px;
	border-radius: 5px;
}

.customer .top a {
	width: 60px;
	height: 60px;
	background-color: #BBB;
	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;
	border-radius: 5px;
}


.customer a i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
}

.customer div div {
	cursor: pointer;
}

.customer div a:hover,
.customer div div:hover {
	background-color: #015198;
	color: #fff;
}

.clear2 {
	display: none;
}


.customer .code {
	position: relative;
}

.customer .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.customer .code:hover img {
	transform: translateX(0);
	opacity: 1;
}

@media screen and (max-width: 1560px) {

	.customer div a,
	.customer div div,
	.customer .top a {
		margin-right: 5px;
		width: 50px;
		height: 50px;
		font-size: 20px;
	}

	.customer .top a i {
		font-size: 20px;
	}
}

@media screen and (max-width: 1333px) {

	.customer div a,
	.customer div div,
	.customer .top a {
		width: 46px;
		height: 46px;
		font-size: 18px;
	}

	.customer .top a i {
		font-size: 18px;
	}
}

@media screen and (max-width: 999px) {

	.customer .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.customer div {
		width: 25%;
		float: left;
	}

	.customer div a,
	.customer div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		color: #fff !important;
		border-radius: 0px;
	}

	.customer .top i {
		border-color: #fff;
	}

	.customer .code img,
	.customer .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.customer .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}

	.customer div a:hover,
	.customer div div:hover {
		background-color: #BBB;
	}

	.customer div.active a,
	.customer div.active div {
		background-color: #015198;
	}
}


@font-face {
	font-family: 'Calibri-Bold';
	font-display: swap;
	src: url('../fonts/Calibri-Bold.eot');
	src: url('../fonts/Calibri-Bold.eot') format('embedded-opentype'),
		url('../fonts/Calibri-Bold.woff2') format('woff2'),
		url('../fonts/Calibri-Bold.woff') format('woff'),
		url('../fonts/Calibri-Bold.ttf') format('truetype'),
		url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
}

@font-face {
	font-family: 'Calibri-Regular';
	font-display: swap;
	src: url('../fonts/Calibri-Regular.eot');
	src: url('../fonts/Calibri-Regular.eot') format('embedded-opentype'),
		url('../fonts/Calibri-Regular.woff2') format('woff2'),
		url('../fonts/Calibri-Regular.woff') format('woff'),
		url('../fonts/Calibri-Regular.ttf') format('truetype'),
		url('../fonts/Calibri-Regular.svg#Calibri-Regular') format('svg');
}



@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1766050956754') format('woff'),
		url('../fonts/iconfont.ttf?t=1766050956754') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zuojiantou:before {
	content: "\e600";
}

.icon-zuojiantou-copy:before {
	content: "\f213";
}

.icon-Gc_17_public-TopOutlined:before {
	content: "\e61b";
}

.icon-jurassic_message:before {
	content: "\e69f";
}

.icon-top02:before {
	content: "\e6f5";
}

.icon-kefu:before {
	content: "\e608";
}

.icon-teams_x:before {
	content: "\e604";
}

.icon-zhiding1:before {
	content: "\e7b9";
}

.icon-QQ:before {
	content: "\e882";
}

.icon-QQkongjian:before {
	content: "\e619";
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-location:before {
	content: "\e614";
}

.icon-xinlangweibo:before {
	content: "\e606";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}