@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .4s ease;
}

body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	background-color: #fff;
	overflow: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #184691 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}

.standardEdit p {
	position: relative;

}

.standardEdit a {
	color: #184691;
}

.standardEdit a:hover {
	text-decoration: underline;
}



.standardEdit video,
.standardEdit iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #f7f7f7;
}

.table table tr td {
	padding: 8.5px 20px;
	font-size: 16px;
	background-color: #ffffff;
	font-family: OpenSans;
	color: #333333;
	border: 1px solid #cccccc;
}


@media screen and (max-width:999px) {
	.table table tr td {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 26px;
	}

}

.safeRange {
	max-width: 1400px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

@media screen and (max-width:999px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}




@media screen and (max-width:1600px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}



a.title1 {
	display: inline-block;
}


@media screen and (max-width:1600px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







.oneRow {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.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: #184691;
		right: 2.5%;
		top: 24px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(0, 103, 184, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	header .xnav .topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Lato-Regular, Arial, Helvetica, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: 2px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !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 .navTop {
	background-image: url("../images/navBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

nav .navBottom {
	background-image: url("../images/navBg2.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}



.navTop {
	height: 71px;
}

.navTop .con {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.navTop .language {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}


.navTop .language .lanBtn {
	width: 121px;
	height: 45px;
	border-radius: 10px;
	border: solid 1px #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: OpenSans;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	cursor: pointer;
}


.navTop .language .lanBtn:hover {
	background-color: #184691;
	border-color: #184691;
	color: #ffffff;
}

.navTop .language .lanBtn:hover i {
	color: #ffffff;
}

.navTop .language .lanBtn:hover img {
	filter: grayscale(100%) brightness(500%);
}


.navTop .language .lanBtn img {
	width: 21px;
	flex-shrink: 0;
	margin-right: 9px;
}

.navTop .language .lanBtn i {
	margin-left: 5px;
	transform: rotate(90deg);
	color: #333333;
}

.navTop .language .lanBtn.active i {
	transform: rotate(-90deg);
}


.navTop .language ul {
	position: absolute;
	top: 100%;
	z-index: 9999999999;
	background-color: #ffffff;
	padding: 20px 0;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 300px;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.3);
	display: none;
	transition: none;
}

.navTop .language ul li {
	margin-bottom: 10px;
}

.navTop .language ul li a {
	text-align: center;
	padding: 0 20px;
	display: block;
	font-family: OpenSans;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.navTop .language ul li a:hover {
	color: #184691;
}

.navTop .language ul li:last-child {
	margin-bottom: 0;
}




.navTop .follow {
	display: flex;
	align-items: center;
	margin-right: 54px;
}

.navTop .follow .name {
	font-family: OpenSans-Semibold;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-right: 19px;
}


.navTop .follow .list {
	display: flex;
	align-items: center;
}


.navTop .follow .list a {
	font-size: 18px;
	margin-right: 21px;
}

.navTop .follow .list a:hover {
	color: #184691;
}

.navTop .follow .list a:last-child {
	margin-right: 0;
}


.navTop .msgList {
	display: flex;
	align-items: center;
	margin-right: 73px;
}


.navTop .msgList .item {
	display: flex;
	align-items: center;
	margin-right: 81px;
}

.navTop .msgList .item:last-child {
	margin-right: 0;
}


.navTop .msgList .item i {
	flex-shrink: 0;
	width: 35px;
	height: 35px;
	border: solid 2px #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 10px;
	color: #333333;
	font-size: 18px;
}


.navTop .msgList .item .num {
	font-family: OpenSans-Semibold;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

.navTop .msgList .item a.num:hover {
	color: #184691;
	text-decoration: underline;
}

.navTop .msgList .item a.num {
	word-break: break-all;
}


.navBottom {
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	position: relative;
	z-index: 99999;
}

.navBottom .con {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
	height: 100%;
}

.navBottom .con::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 99%;
	bottom: 0;
	background-color: #184691;
}

.navBottom .con::before {
	content: "";
	position: absolute;
	width: 1168px;
	height: 100%;
	right: 0;
	bottom: 0;
	background-color: #184691;
	clip-path: polygon(68px 0%, 100% 0%, 100% 100%, 27px 100%);
}


.navBottom .logo {
	width: 234px;
	flex-shrink: 0;
	position: relative;
}

.navBottom .logo img {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}


.navBottom .navList {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	z-index: 99;
}



.navBottom .navList>ul {
	display: flex;
	align-items: center;
}

.navBottom .navList>ul>li>a {
	font-family: OpenSans-Semibold;
	font-size: 18px;
	color: #ffffff;
	height: 70px;
	line-height: 70px;
}


.navBottom .navList>ul>li {
	margin-right: 67px;
	position: relative;
}

.navBottom .navList>ul>li:nth-child(2) {
	position: static;
}

.navBottom .navList>ul>li:hover>a {
	color: #cccccc;
}

.navBottom .navList>ul>li.active>a {
	color: #cccccc;
}

.navBottom .navList>ul>li:last-child {
	margin-right: 0;
}


.navBottom .search .searchBtn {
	display: none;
}

.navBottom .search form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 279px;
	height: 40px;
	background-color: #ffffff;
	flex-shrink: 0;
	margin-left: 26px;
}


.navBottom .search form input {
	width: 100%;
	height: 100%;
	padding: 0 13px;
	font-family: OpenSans;
}

.navBottom .search form input::-webkit-input-placeholder,
.navBottom .search form textarea::-webkit-input-placeholder {
	font-family: OpenSans;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.navBottom .search form input:-moz-placeholder,
.navBottom .search form textarea:-moz-placeholder {
	font-family: OpenSans;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.navBottom .search form input::-moz-placeholder,
.navBottom .search form textarea::-moz-placeholder {
	font-family: OpenSans;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.navBottom .search form input:-ms-input-placeholder,
.navBottom .search form textarea:-ms-input-placeholder {
	font-family: OpenSans;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.navBottom .search .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 40px;
	width: 40px;
	flex-shrink: 0;
	margin-right: 10px;
}

.navBottom .search .subBtn input {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 99;
	opacity: 0;
}

.navBottom .search .subBtn i {
	font-size: 18px;
}


.navBottom .search .subBtn:hover i {
	color: #005bab;
}

.navBottom .logo:hover img {
	transform: scale(1, 1);
}

.navBottom a {
	display: block;
}

nav .piece {
	height: 70px;
}


nav.active .navBottom {
	position: fixed;
	z-index: 99999999;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
}

nav.active .navBottom .logo {
	width: 135px;
}

/* pNavSlides */
.pNavSlides a:hover {
	color: #184691 !important;
}

.pNavSlides {
	position: absolute;
	width: 100%;
	top: 100%;
	padding: 27px 79px 53px 79px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.3);
	display: none;
	transition: none;
}

.pNavSlides>ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.pNavSlides>ul>li {
	width: 350px;
}

.pNavSlides>ul>li>a {
	font-family: OpenSans-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
}


.pNavSlides ul ul li a {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	display: flex;
	align-items: center;
}

.pNavSlides ul ul li a::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #cccccc;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 10px;
	transition: .4s ease all;
}


.pNavSlides ul ul li a:hover::before {
	background-color: #184691;
}

.pNavSlides ul ul li {
	margin-bottom: 10px;
}

.pNavSlides ul ul li:last-child {
	margin-bottom: 0;
}

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	padding: 14px 0 20px 0;
	width: 261px;
	transition: .4s ease all;
	display: none;
	transition: none;
}

.moreList {
	left: -12px;
	top: calc(100% + 1px);
}

.moreList a:hover {
	font-family: OpenSans-Bold;
	color: #184691 !important;
}

.moreList ul {
	left: 100%;
	top: -14px;
}

.moreList li {
	position: relative;
	margin-bottom: 14px;
}


.moreList li:last-child {
	margin-bottom: 0;
}


.moreList li>a {
	padding: 0 20px;
	font-family: OpenSans;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}






@media screen and (max-width:1600px) {
	.navBottom .logo {
		width: 160px;
	}

	.navBottom .search form {
		height: 35px;
		width: 220px;
		margin-left: 40px;
	}

	.navBottom .search .subBtn {
		margin-right: 0;
		width: 35px;
		height: 35px;
	}

	.navBottom .navList>ul>li {
		margin-right: 50px;
	}

	.navBottom .navList>ul>li>a {
		height: 60px;
		line-height: 60px;
	}

	nav .piece {
		height: 60px;
	}

	.navTop .language .lanBtn {
		height: 35px;
		border-radius: 5px;
		width: 110px;
	}

	.navTop {
		height: 60px;
	}

	.navBottom .con::before {
		width: 1060px;
	}

	.navTop .msgList .item {
		margin-right: 50px;
	}

	.navTop .msgList {
		margin-right: 50px;
	}

	nav.active .navBottom .logo {
		width: 116px;
	}

	.navTop .language ul {
		max-width: 200px;
	}

	.pNavSlides {
		padding: 30px 40px;
	}

	.moreList,
	.moreList ul {
		width: 240px;
		padding: 20px 0;
	}

	.moreList ul {
		top: -20px;
	}

	.moreList li {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1333px) {
	nav .piece {
		height: 50px;
	}

	.navBottom .search {
		height: 60px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.navBottom .search .searchBtn:hover i {
		color: #cccccc;
	}

	.navBottom .navList>ul>li>a {
		font-size: 16px;
	}

	.navBottom .navList>ul>li {
		margin-right: 50px;
	}

	.navBottom .con::before {
		width: 960px;
	}

	.navBottom .logo {
		width: 140px;
	}

	.navBottom .navList>ul>li>a {
		height: 50px;
		line-height: 50px;
	}

	.navBottom .search {
		height: 50px;
	}

	.navTop {
		height: 50px;
	}

	.navTop .msgList .item .num {
		font-size: 14px;
	}

	.navTop .msgList .item {
		margin-right: 30px;
	}

	.navTop .follow .name {
		margin-right: 20px;
	}

	.navTop .follow {
		margin-right: 30px;
	}

	.navTop .msgList {
		margin-right: 30px;
	}

	.navTop .follow .list a {
		margin-right: 15px;
		font-size: 16px;
	}

	.navTop .msgList .item i {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}

	.navTop .language .lanBtn {
		height: 30px;
		width: 100px;
		font-size: 14px;
	}

	.navTop .language .lanBtn img {
		width: 18px;
	}

	.navTop .follow .name {
		font-size: 14px;
	}

	.navBottom .search form {
		height: 30px;
	}

	nav.active .navBottom .logo {
		width: 94px;
	}

	.navTop .language ul li a {
		font-size: 14px;
		line-height: 24px;
	}

	.navTop .language ul {
		max-width: 170px;
	}

	.pNavSlides {
		padding: 20px 30px 30px;
	}

	.pNavSlides>ul>li {
		width: 30%;
	}

	.moreList,
	.moreList ul {
		width: 220px;
	}
}

@media screen and (max-width:1200px) {
	.navBottom .search form {
		margin-left: 0;
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 999;
		width: 0;
		overflow: hidden;
	}

	.navBottom .search form.active {
		width: 220px;
	}

	.navBottom .search .searchBtn {
		display: block;
	}

	.navBottom .search .searchBtn i {
		font-size: 20px;
		color: #ffffff;
	}

	.navBottom .logo {
		width: 110px;
	}

	.navBottom .search {
		margin-left: 40px;
	}

	.navBottom .con::before {
		width: 780px;
	}
}

@media screen and (max-width:999px) {
	.navBottom .navList {
		display: none;
	}

	.navTop .follow {
		display: none;
	}

	.navBottom .logo {
		width: 92px;
	}

	.navTop .language {
		margin-right: 50px;
	}

	header .xnav .nav {
		top: 25px;
		transform: translateY(-50%);
	}

	nav .piece {
		height: 0;
	}

	nav {
		position: fixed;
		width: 100%;
		z-index: 9999;
		left: 50%;
		transform: translateX(-50%);
		max-width: 1920px;
	}

	nav.active .navBottom {
		position: relative;
	}

	nav.active .navBottom .logo {
		width: 92px;
	}

	.bannerRange {
		height: 50px;
	}
}

@media screen and (max-width:768px) {
	.navTop .msgList {
		display: none;
	}

	.navTop .language {
		margin-right: 50px;
	}
}








/* indexbanner */
.indexBanner {
	transition: none;
}


.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}

.slideshow .item img {
	width: 100%;
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.slideshow .item.slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.slick-dots {
	position: absolute;
	width: 100%;
	bottom: 37px;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	cursor: pointer;
	font-size: 0px;
	margin-left: 4.5px;
	margin-right: 4.5px;
	border: none;
	outline: none;
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	background-color: #184691;
}


.slick-prev,
.slick-next {
	width: 47px;
	height: 96px;
	border: 0px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .1);
	z-index: 999;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	color: #fff;
}

.slick-prev {
	left: 0px;
	border-radius: 0px 10px 10px 0px;
}

.slick-next {
	right: 0px;
	border-radius: 10px 0px 0px 10px;
}


.slick-prev:hover,
.slick-next:hover {
	background-color: #184691;
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-slide {
	position: relative;
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}

.slick-dots .slide-count {
	display: none;
}

@media screen and (max-width:1600px) {

	.slick-prev,
	.slick-next {
		width: 35px;
		height: 80px;
	}

	.slick-prev {
		border-radius: 0 5px 5px 0;
	}

	.slick-next {
		border-radius: 5px 0px 0px 5px;
	}
}

@media screen and (max-width:1334px) {

	.slick-prev,
	.slick-next {
		width: 30px;
		height: 60px;
	}
}


@media screen and (max-width:999px) {

	.slick-prev,
	.slick-next {
		display: none !important;
	}

	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}

	.slick-dots {
		bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.slick-dots {
		bottom: 15px;
	}
}







/* indexM1-1 */

.iProduct {
	padding: 60px 0 109px 0;
	background-image: url("../images/indexM1-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.iProduct .iTit {
	margin-bottom: 23px;
}



.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
}

.title1 {
	font-family: OpenSans-Bold;
	font-size: 46px;
	line-height: 60px;
	color: #333333;
}

.iTit .title1 {
	display: flex;
	align-items: center;
	text-align: center;
}


.iTit .title1:hover img {
	transform: scale(1, 1) translateY(2px);
}

a.title1:hover {
	color: #184691;
}

a.title1 img {
	flex-shrink: 0;
	margin-right: 16px;
	transform: translateY(2px);
	width: 106px;
}



.iProduct .txts {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: center;
	width: 88%;
	margin: 0 auto 33px;
}



.iProduct .list {
	display: flex;
	flex-wrap: wrap;
}


.iProduct .list .productItem {
	width: 23.57%;
	margin-right: 1.9%;
	margin-top: 51px;
}

.iProduct .list .productItem:nth-child(4n) {
	margin-right: 0;
}

.iProduct .list .productItem:nth-child(-n+4) {
	margin-top: 0;
}



.productItem:hover {
	box-shadow: 1px 4px 26px 4px rgba(0, 0, 0, 0.08);
}


.productItem .image {
	overflow: hidden;
}

.productItem .msg {
	padding: 22px 20px 36px;
	position: relative;
	background-color: #ffffff;
}

.productItem .msg h2 {
	font-weight: normal;
}

.productItem .msg .tit {
	font-family: OpenSans;
	font-size: 18px;
	line-height: 26px;
	min-height: 52px;
	color: #333333;
	text-align: center;
}



.productItem .msg .tit:hover {
	text-decoration: underline;
	color: #ffffff !important;
}



.productItem .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) translateY(50%);
	border-radius: 50%;
	background-color: #ffffff;
	width: 50px;
	height: 50px;
	box-shadow: 1px 4px 26px 4px rgba(24, 70, 145, 0.08);
	opacity: 0;
}


.productItem .btn::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
	background-color: rgba(255, 255, 255, .12);
	border-radius: 50%;
	transition: .4s ease all;

}



.productItem .btn i {
	color: #184691;
}



.productItem .btn:hover::after {
	width: 100%;
	height: 100%;
	opacity: 0;
}


.productItem:hover .msg {
	background-color: #184691;
}

.productItem:hover .msg .tit {
	color: #ffffff;
}

.productItem:hover .msg .btn {
	opacity: 1;
}


@media screen and (max-width:1600px) {
	a.title1 img {
		width: 90px;
		transform: translateY(0);
	}

	.iTit .title1:hover img {
		transform: scale(1, 1) translateY(0px);
	}

	.iProduct .iTit {
		margin-bottom: 30px;
	}

	.iProduct .txts {
		margin: 0 auto 50px;
	}

	.productItem .msg {
		padding: 15px 20px 35px;
	}

	.productItem .btn {
		width: 45px;
		height: 45px;
	}

	.productItem .btn::after {
		width: 55px;
		height: 55px;
	}
}

@media screen and (max-width:1333px) {
	.productItem .btn {
		width: 40px;
		height: 40px;
	}

	.productItem .btn::after {
		width: 50px;
		height: 50px;
	}

	a.title1 img {
		width: 80px;
	}

	.productItem .msg .tit {
		min-height: 56px;
	}
}

@media screen and (max-width:999px) {
	.productItem .btn {
		opacity: 1;
	}

	.iProduct .list .productItem {
		margin-top: 45px;
	}

	.iProduct .list {
		margin-bottom: 30px;
	}

	.iProduct .txts {
		margin: 0 auto 40px;
	}

	a.title1 img {
		width: 70px;
	}

	.productItem .msg {
		padding: 10px 15px 30px;
	}

	.productItem .msg .tit {
		min-height: 52px;
	}

}

@media screen and (max-width:768px) {
	.iProduct .txts {
		margin: 0 auto 30px;
	}

	.productItem .btn i {
		font-size: 14px;
	}

	.iProduct .list .productItem:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 45px;
	}

	.iProduct .list .productItem:nth-child(3n) {
		margin-right: 0;
	}

	.iProduct .list .productItem:nth-child(-n+3) {
		margin-top: 0;
	}

	.iProduct .list {
		margin-bottom: 20px;
	}

	a.title1 img {
		width: 60px;
	}

	.iProduct .iTit {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.iProduct .list .productItem:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 45px;
	}

	.iProduct .list .productItem:nth-child(2n) {
		margin-right: 0;
	}

	.iProduct .list .productItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.productItem .msg {
		padding: 10px 10px 30px;
	}
}



/* indexM2-1 */

.iApplication {
	padding: 77px 0 104px 0;
	background-image: url("../images/indexM2-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.iApplication .safeRange {
	max-width: 1720px;
}

.iApplication .iTit {
	margin-bottom: 65px;
}


.iApplication .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.iApplication .item {
	height: 541px;
	width: 15.581%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}


.iApplication .item.active {
	width: 33.72%;
}


.iApplication .image:hover img {
	transform: scale(1, 1);
}


.iApplication .image img {
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iApplication .item .msg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 24.5px 18px;
	height: 100%;
	display: flex;
	align-items: flex-end;
	background-color: rgba(0, 0, 0, 0.1);
	pointer-events: none;
}

.iApplication .item.active .msg {
	padding: 24.5px 49px;
}

.iApplication .item .name {
	font-family: OpenSans-Bold;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	pointer-events: all;
}


@media screen and (max-width:1600px) {
	.iApplication .iTit {
		margin-bottom: 60px;
	}

	.iApplication .item .msg {
		padding: 24px 10px;
	}

	.iApplication .item.active .msg {
		padding: 24px 15px;
	}

	.iApplication .item {
		width: 14%;
	}

	.iApplication .item.active {
		width: 40%;
	}
}

@media screen and (max-width:1333px) {
	.iApplication .iTit {
		margin-bottom: 50px;
	}

	.iApplication .item .name {
		font-size: 18px;
		line-height: 28px;
	}

	.iApplication .item {
		width: 12%;
	}

	.iApplication .item.active {
		width: 45%;
	}
}

@media screen and (max-width:999px) {
	.iApplication .list {
		flex-wrap: wrap;
	}

	.iApplication .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-top: 30px;
		height: 230px;
	}

	.iApplication .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.iApplication .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iApplication .item:nth-child(n) .msg {
		padding: 15px 15px;
	}

	.iApplication .item .name {
		font-size: 16px;
		line-height: 26px;
	}

}

@media screen and (max-width:768px) {
	.iApplication .list .item:nth-child(n) {
		margin-top: 20px;
		height: 200px;
	}

	.iApplication .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iApplication .iTit {
		margin-bottom: 35px;
	}

}

@media screen and (max-width:538px) {
	.iApplication .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 25px;
	}

	.iApplication .list .item:nth-child(-n+1) {
		margin-top: 0;
	}
}


/* indexM3-1 */


.touch {
	padding: 59px 0 72px 0;
	background-image: url("../images/indexM3-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
}


.touch .iTit {
	margin-bottom: 15px;
}

.touch .iTit .title1 {
	color: #ffffff;
}


.touch .txts {
	text-align: center;
	font-family: OpenSans;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	width: 80%;
	margin: 0 auto 28px;
}

.touch .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 60px;
	background-color: #184691;
	border-radius: 5px;
	font-family: OpenSans;
	font-size: 18px;
	color: #ffffff;
	margin: 0 auto;
}


.touch .btn i {
	flex-shrink: 0;
	margin-left: 14px;
	color: #ffffff;
}

.touch .btn:hover {
	background-color: #ffffff;
	color: #184691;
}


.touch .btn:hover i {
	color: #184691;
}


@media screen and (max-width:1600px) {
	.touch .txts {
		width: 80%;
	}

	.touch .btn {
		height: 50px;
	}

	.touch .iTit {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.touch .btn {
		height: 45px;
		width: 170px;
	}
}

@media screen and (max-width:999px) {
	.touch .btn {
		height: 40px;
		width: 160px;
	}
}

@media screen and (max-width:768px) {
	.touch .btn {
		height: 35px;
		width: 140px;
	}

	.touch .txts {
		width: 90%;
	}
}

@media screen and (max-width:538px) {
	.touch .txts {
		width: 100%;
	}
}



/* indexM4-1 */

.iAbout {
	padding: 88px 0 95px 0;
	position: relative;
}

.iAbout::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../images/indexM4-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -2;
}




.aboutUs .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 98px;
	position: relative;
}



.aboutUs .con {
	position: relative;
}


.aboutUs .con::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 1px;
	height: 100%;
	background-color: #e5e5e5;
}

.aboutUs .msg {
	width: 45.5%;
}

.aboutUs .des {
	width: 46.8%;
}


.aboutUs .msg {
	padding: 10px 0;
}

.aboutUs .msg .tit {
	font-family: OpenSans-Bold;
	font-size: 18px;
	line-height: 30px;
	color: #184691;
	margin-bottom: 7px;
	text-align: right;
}




.aboutUs .msg .iTit {
	justify-content: flex-end;
}



.aboutUs .msg .iTit .title1 {
	text-align: right;
}


.standardEdit p {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	hyphens: auto;
}


.aboutUs .numList {
	margin-bottom: 48px;
}


.numList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.numList .item {
	width: 16.4%;
}

.numList .num {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
	font-family: OpenSans-Bold;
	font-size: 60px;
	line-height: 60px;
	color: #184691;
}


.numList .num i {
	font-style: normal;
}

.numList .name {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	text-align: center;
}



.aboutUs .showImg {
	position: relative;
}

.aboutUs .showImg img {
	display: block;
}


.aboutUs .showImg .video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 51px;
	height: 51px;
	cursor: pointer;
}

.aboutUs .showImg .video::after,
.aboutUs .showImg .video::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #ffffff;
	z-index: -1;
	transition: .3s ease all;
	pointer-events: none;
}


.aboutUs .showImg .video::after {
	width: 66px;
	height: 66px;
	opacity: 0.2;
	border-radius: 50%;
}


.aboutUs .showImg .video::before {
	width: 82px;
	height: 82px;
	opacity: 0.1;
	border-radius: 50%;
}

.aboutUs .showImg .video:hover::before,
.aboutUs .showImg .video:hover::after {
	opacity: 0;
	width: 100%;
	height: 100%;
}


.aboutUs .bigTit {
	position: absolute;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	top: 4.8%;
	width: 1166px;
}


@media screen and (max-width:1600px) {
	.aboutUs .bigTit {
		width: 1000px;
	}

	.numList .num {
		font-size: 50px;
	}

	.aboutUs .con {
		margin-bottom: 80px;
	}

	.numList .item {
		width: 18%;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .con {
		margin-bottom: 60px;
	}

	.aboutUs .bigTit {
		width: 900px;
	}

	.numList .num {
		font-size: 45px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .con::after {
		display: none;
	}

	.aboutUs .con {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 50px;
	}

	.aboutUs .msg {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.aboutUs .des {
		width: 100%;
	}

	.aboutUs .msg .tit {
		text-align: left;
	}

	.aboutUs .msg .iTit {
		justify-content: flex-start;
	}

	.aboutUs .msg .iTit .title1 {
		text-align: left;
	}

	.numList {
		justify-content: space-around;
	}

	.numList .item {
		width: 33.33%;
		margin-top: 20px;
		flex: auto;
		padding: 0 20px;
	}

	.numList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.numList .num {
		font-size: 34px;
		line-height: 40px;
	}

	.aboutUs .con {
		margin-bottom: 40px;
	}

	.aboutUs .bigTit {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.numList .item:nth-child(n) {
		width: 48%;
		margin-top: 20px;
	}

	.numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.numList .num {
		font-size: 30px;
		line-height: 30px;
	}

	.aboutUs .con {
		margin-bottom: 30px;
	}

	.aboutUs .numList {
		margin-bottom: 40px;
	}

	.aboutUs .showImg {
		height: 240px;
	}

	.aboutUs .showImg img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		max-width: none;
	}

	.aboutUs .msg .tit {
		font-size: 16px;
		line-height: 26px;
	}

}

@media screen and (max-width:538px) {
	.numList .item:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.numList .item:nth-child(1) {
		margin-top: 0;
	}

	.aboutUs .numList {
		margin-bottom: 30px;
	}

	.aboutUs .showImg .video {
		width: 45px;
		height: 45px;
	}

	.aboutUs .showImg .video::after {
		width: 55px;
		height: 55px;
	}

	.aboutUs .showImg .video::before {
		width: 70px;
		height: 70px;
	}
}





/* indexM5-1 */



.iNews {
	padding: 76px 0 92px 0;
	background-image: url("../images/indexM5-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.iNews .iTit {
	margin-bottom: 65px;
}


.newList {
	display: flex;
	flex-wrap: wrap;
}

.newList .item {
	width: 32.14%;
	margin-right: 1.79%;
	margin-top: 57px;
}


.newList .item:nth-child(3n) {
	margin-right: 0;
}


.newList .item:nth-child(-n+3) {
	margin-top: 0;
}

.newList .image {
	overflow: hidden;
	margin-bottom: 21px;
}

.newList .name {
	font-family: OpenSans-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 10px;
}



.newList .time {
	font-family: OpenSans;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	margin-bottom: 8px;
}


.newList .txts {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}


@media screen and (max-width:1600px) {
	.newList .name {
		font-size: 20px;
		line-height: 30px;
	}

	.newList .item {
		margin-top: 50px;
	}

	.newList .item:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.iNews .iTit {
		margin-bottom: 50px;
	}

	.newList .image {
		margin-bottom: 15px;
	}

	.newList .name {
		font-size: 18px;
		line-height: 28px;
	}

	.newList .item {
		margin-top: 40px;
	}

	.newList .item:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.newList .name {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.newList .time {
		margin-bottom: 5px;
	}

	.iNews .iTit {
		margin-bottom: 40px;
	}

	.newList .item {
		margin-top: 30px;
	}

	.newList .item:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.newList .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 30px;
	}

	.newList .item:nth-child(2n) {
		margin-right: 0;
	}

	.newList .item:nth-child(-n+2) {
		margin-top: 0;
	}


}

@media screen and (max-width:400px) {
	.newList .item:nth-child(n) {
		width: 100%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.newList .item:nth-child(1) {
		margin-top: 0;
	}
}




















/* indexM6-1 */


.iContact {
	overflow: hidden;
	padding: 59px 0 71px 0;
}


.cContact {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}



.cContact::after {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: linear-gradient(to right, #f9f9f9 0%, #f9f9f9 57.45%, white 57.45%, white 100%);
	z-index: -1;
}



.cContact .freeQuote {
	width: 54.79%;
}

.cContact .msg {
	width: 30.4%;
}


.freeQuote .title1 {
	margin-bottom: 38px;
}

.freeQuote ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}



.freeQuote ul li {
	width: 47%;
	margin-top: 25px;
	overflow: hidden;
}

.freeQuote ul li .name {
	font-family: OpenSans-Semibold;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 10px;
	padding: 0 18px;
	text-transform: uppercase;
}



.freeQuote ul li input {
	height: 45px;
	background-color: #ececec;
	border-radius: 5px;
	padding: 0 18px;
}


.freeQuote ul li:nth-child(-n+2) {
	margin-top: 0;
}



.freeQuote ul li.message {
	width: 100%;
	margin-bottom: -3px;
}



.freeQuote ul li.message textarea {
	background-color: #ececec;
	border-radius: 5px;
	padding: 13px 18px;
	height: 123px;
}

.freeQuote ul li.codeCon {
	width: 72.1%;
}


.freeQuote ul li.codeCon .code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ececec;
	border-radius: 5px;
	overflow: hidden;
}


.freeQuote ul li.codeCon .code input {
	flex: 1;
	background-color: transparent;
}



.freeQuote ul li.codeCon .codeImg {
	height: 100%;
	flex-shrink: 0;
	background-color: #f3fbfe;
	cursor: pointer;
}


.freeQuote ul li.codeCon .codeImg img {
	height: 100%;
	display: block;
}



.freeQuote ul li.subBtn {
	width: 23.4%;
}

.freeQuote ul li.subBtn input {
	background-color: #184691;
	font-family: OpenSans-Semibold;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}


.freeQuote ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #184691;
}

.freeQuote input,
.freeQuote textarea {
	width: 100%;
}


.freeQuote input::-webkit-input-placeholder,
.freeQuote textarea::-webkit-input-placeholder {
	font-family: OpenSans;
	font-size: 14px;
	color: #999999;
	opacity: 1;
}

.freeQuote input:-moz-placeholder,
.freeQuote textarea:-moz-placeholder {
	font-family: OpenSans;
	font-size: 14px;
	color: #999999;
	opacity: 1;
}

.freeQuote input::-moz-placeholder,
.freeQuote textarea::-moz-placeholder {
	font-family: OpenSans;
	font-size: 14px;
	color: #999999;
	opacity: 1;
}

.freeQuote input:-ms-input-placeholder,
.freeQuote textarea:-ms-input-placeholder {
	font-family: OpenSans;
	font-size: 14px;
	color: #999999;
	opacity: 1;
}


.cContact .msg .title1 {
	margin-bottom: 32px;
}


.cContact .msg ul li {
	margin-bottom: 43px;
}

.cContact .msg ul li:last-child {
	margin-bottom: 0;
}


.cContact .msg .name {
	font-family: OpenSans;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 1px;
}


.cContact .msg .num {
	font-family: OpenSans-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.email a {
	word-break: break-all;
}




@media screen and (max-width:1333px) {
	.cContact .msg .title1 {
		margin-bottom: 38px;
	}

	.freeQuote ul li.codeCon {
		width: 65%;
	}

	.freeQuote ul li.subBtn {
		width: 30%;
	}

}

@media screen and (max-width:999px) {

	.cContact .msg .num,
	.cContact .msg .name {
		font-size: 16px;
		line-height: 26px;
	}

	.freeQuote ul li input {
		height: 40px;
	}

	.freeQuote ul li .name {
		margin-bottom: 5px;
	}

	.freeQuote ul li {
		margin-top: 20px;
	}

	.freeQuote ul li.codeCon .code {
		height: 40px;
	}

	.cContact .msg ul li {
		margin-bottom: 35px;
	}
}

@media screen and (max-width:768px) {
	.cContact {
		flex-direction: column-reverse;
	}

	.cContact .freeQuote {
		width: 100%;
		position: relative;
		padding: 40px 0;
	}

	.cContact .freeQuote::after {
		content: "";
		position: absolute;
		width: 200%;
		height: 100%;
		background-color: #f9f9f9;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		z-index: -1;
	}

	.cContact .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.cContact .msg ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.cContact .msg ul li {
		width: 48%;
	}

	.cContact .msg ul li {
		margin-bottom: 20px;
	}

	.cContact .msg .title1 {
		margin-bottom: 30px;
	}

	.cContact::after {
		display: none;
	}

	.freeQuote .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:450px) {
	.cContact .msg ul li {
		width: 100%;
	}


	.freeQuote ul li:nth-child(1) {
		margin-top: 0;
	}

	.freeQuote ul li input {
		height: 35px;
	}
	.freeQuote ul li.codeCon{
		width: 100%;
	}
	.freeQuote ul li.subBtn{
		width: 100%;
	}
	.freeQuote ul li{
		width: 48.5%;
	}
}



/* 1-1-Products */
.products {
	background-image: url("../images/product-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.products .con {
	padding: 84px 0 75px 0;
}




.products .title1 {
	font-family: OpenSans-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 18px;
}




.products .mtxts {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	overflow: hidden;
}


.products .viewBtn {
	width: 200px;
	height: 50px;
	background-color: #184691;
	border: 1px solid #184691;
	border-radius: 5px;
	margin-top: 30px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: OpenSans;
	font-size: 18px;
	color: #ffffff;
}

.products .viewBtn i {
	flex-shrink: 0;
	margin-left: 10px;
}

.products .viewBtn:hover {
	background-color: transparent;
}

.products .viewBtn:hover span,
.products .viewBtn:hover i {
	color: #184691;
}


.products .viewBtn.current i {
	transform: rotate(-90deg);
}

.products .line {
	width: 100%;
	height: 2px;
	background-color: rgba(51, 51, 51, .1);
	margin-top: 65px;
	margin-bottom: 71px;
}


.products .box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}



.products .box .productSlide {
	width: 27.3%;
}

.products .box form {
	width: 70.65%;
}



.categories {
	margin-bottom: 80px;
	margin-top: -9px;
}



.categories .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 27px;
}


.categories .title .tit {
	font-family: OpenSans-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #333333;
}


.categories .title .menuBtn {
	display: none;
}


.pnList {
	border-top: 1px solid #dddddd;
}


.pnList a {
	display: block;
}


.pnList li {
	position: relative;
}

.pnList li:hover>i {
	color: #184691;
}

.pnList li i {
	position: absolute;
	top: 28px;
	right: 16px;
	pointer-events: none;
	font-size: 14px;
	font-weight: bold;
}


.pnList li.active>a {
	color: #184691;
}

.pnList li.active>ul {
	display: block;
}

.pnList li.active>i {
	transform: rotate(180deg);
}

.pnList>li>a {
	border: 1px solid #ddd;
	border-top: none;
	font-family: OpenSans-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	padding: 21px 40px 23px 10px;
	background-color: #ffffff;
}

.pnList>li ul {
	border: 1px solid #ddd;
	border-top: none;
	padding: 19px 30px 27px 37px;
	background-color: #f7f7f7;
}

.pnList>li ul {
	display: none;
}





.pnList>li ul>li>a {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 26px;
	color: #333333;

}

.pnList>li ul>li {
	margin-bottom: 10px;
}


.pnList>li ul>li:last-child {
	margin-bottom: 0;
}




.products form .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 76px;
}



.products form .item {
	width: 31.8%;
	margin-right: 2.3%;
	margin-top: 27px;
	background-color: #ffffff;
}

.products form .item:hover {
	box-shadow: 1px 4px 26px 4px rgba(0, 0, 0, 0.08);
}


.products form .item:nth-child(3n) {
	margin-right: 0;
}


.products form .item:nth-child(-n+3) {
	margin-top: 0;
}

.products form .image {
	overflow: hidden;
	margin-bottom: 19px;
}


.products form .name {
	margin-bottom: 26px;
	padding: 0 20px;
	text-align: center;
	font-family: OpenSans;
	font-size: 18px;
	line-height: 26px;
	min-height: 52px;
	color: #333333;
}


.products form .btns {
	height: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
}



.products form .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	border: solid 1px #184691;
	flex-shrink: 0;
	margin-right: 22px;
	position: relative;
}

.products form .checkBtn i {
	opacity: 0;
}

.products form .checkBtn.active i {
	opacity: 1;
}



.products form .checkBtn input {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}



.products form .btns .btn {
	font-family: OpenSans;
	font-size: 16px;
	color: #184691;
}

.products form .checkBtn i {
	color: #184691;
}

.products form .item:hover .btns {
	background-color: #184691;
}


.products form .item:hover .btns .checkBtn {
	border-color: #ffffff;
}

.products form .item:hover .btns .btn,
.products form .item:hover .btns .checkBtn i {
	color: #ffffff !important;
}


.products form .btns .btn:hover {
	text-decoration: underline;
}

@media screen and (max-width:1600px) {
	.products .viewBtn {
		width: 170px;
		height: 45px;
	}

	.products .line {
		margin: 60px 0;
	}

	.categories .title .tit {
		font-size: 30px;
	}

	.pnList>li>a {
		padding: 20px 30px 20px 20px;
	}

	.pnList>li ul {
		padding: 20px 30px;
	}

	.categories .title {
		margin-bottom: 30px;
	}

	.categories {
		margin-top: 0;
		margin-bottom: 60px;
	}

	.products form .name {
		font-size: 16px;
	}

	.products form .btns {
		height: 50px;
	}

	.products form .image,
	.products form .name {
		margin-bottom: 15px;
	}

	.products form .list {
		margin-bottom: 60px;
	}

	.pnList li i {
		top: 26px;
	}
}

@media screen and (max-width:1333px) {
	.products .mtxts {
		line-height: 28px;
	}

	.products .viewBtn {
		height: 40px;
		width: 160px;
	}

	.products .title1 {
		margin-bottom: 30px;
	}

	.products .line {
		height: 1px;
		margin: 50px 0;
	}

	.categories .title .tit {
		font-size: 26px;
		line-height: 35px;
	}

	.products .box form {
		width: 65%;
	}

	.products .box .productSlide {
		width: 31%;
	}

	.pnList>li>a {
		padding: 10px 30px 10px 10px;
	}

	.pnList>li ul {
		padding: 10px 20px;
	}

	.pnList li i {
		top: 16px;
	}

	.categories {
		margin-bottom: 50px;
	}

	.products form .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.products .box {
		flex-direction: column-reverse;
	}

	.products .box form {
		width: 100%;
		margin-bottom: 60px;
	}

	.products .box .productSlide {
		width: 100%;
	}

	.categories .title .tit {
		font-size: 24px;
	}

	.pnList>li>a,
	.pnList>li ul>li>a {
		font-size: 14px;
		line-height: 26px;
	}

	.products form .name {
		font-size: 14px;
	}

	.products form .item .btns {
		background-color: #184691;
	}

	.products form .item .btns .checkBtn {
		border-color: #ffffff;
	}

	.products form .item .btns .btn,
	.products form .item .btns .checkBtn i {
		color: #ffffff !important;
	}

	.products .mtxts {
		line-height: 26px;
	}

	.products .viewBtn {
		height: 35px;
		width: 130px;
		border-radius: 5px;
	}

	.products .viewBtn i {
		font-size: 14px;
	}

	.products .title1 {
		margin-bottom: 20px;
	}

	.products form .btns {
		height: 40px;
	}

	.products .line {
		margin: 40px 0;
	}

	.products form .checkBtn {
		margin-right: 10px;
	}

	.categories .title .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		background-color: #184691;
	}

	.categories .title .menuBtn i {
		color: #fff;
	}

	.categories .title .menuBtn.active i {
		transform: rotate(45deg);
	}

	.pnList {
		display: none;
		transition: none;
		margin-top: 30px;
	}

	.categories .title {
		margin-bottom: 0;
	}

	.categories {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.products form .list {
		margin-bottom: 40px;
	}

	.categories .title .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.products .box form {
		width: 100%;
		margin-bottom: 50px;
	}
}

@media screen and (max-width:538px) {
	.products form .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 25px;
	}

	.products form .item:nth-child(2n) {
		margin-right: 0;
	}

	.products form .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.products form .name {
		padding: 0 10px;
	}
}


/* 1-2-Products */

.productDet {
	background-image: url("../images/productDet-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.productDet .con {
	padding: 91px 0 135px 0;
}

.productShow {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	margin-bottom: 81px;
}


.productShow .shows {
	display: flex;
	margin-right: 49px;
}

.productShow .showSipwerBox {
	margin-left: 14px;
}

.productShow .showSipwer {
	width: 540px;
	overflow: hidden;
	background-color: #ffffff;
}


.productShow .checkSwiper {
	width: 107px;
	overflow: hidden;
	height: 100%;

}

.productShow .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 541px;
	padding: 40px 0;
}


.productShow .swiperBox .prev,
.productShow .swiperBox .next {
	width: 100%;
	position: absolute;
	color: #333333;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: auto;
}


.productShow .swiperBox .prev i,
.productShow .swiperBox .next i {
	font-weight: bold;
	font-size: 21px;
}


.productShow .swiperBox .prev:hover i,
.productShow .swiperBox .next:hover i {
	color: #184691;
}


.productShow .swiperBox .prev {
	top: 0;
	margin-top: 6px;
}

.productShow .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .swiperBox .next {
	bottom: 0;
	margin-bottom: 5px;
}

.productShow .swiperBox .next i {
	transform: rotate(90deg);
}


.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}


.productShow .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 transparent;
}

.productShow .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #184691;
}


.productShow .checkSwiper .swiper-slide:hover img {
	transform: scale(1.1, 1.1);
}



.showSipwerBox {
	position: relative;
}

.showSipwer .swiper-slide img {
	display: block;
}

.productShow .jianjie {
	flex: 1;
}

.productShow .jianjie h1 {
	font-family: OpenSans-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 28px;
	font-weight: normal;
	margin-top: 4px;
}

.productShow .jianjie .message {
	margin-bottom: 57px;
}


.productShow .jianjie .pdBtns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.productShow .jianjie .btns {
	display: flex;
	align-items: center;
	margin-right: 70px;
}


.productShow .jianjie .btns .btn {
	width: 180px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	border: solid 1px #184691;
	font-family: OpenSans;
	font-size: 16px;
	color: #184691;
	margin-right: 40px;
}

.productShow .jianjie .btns .btn:last-child {
	margin-right: 0;
}


.productShow .jianjie .btns .btn:last-child {
	margin-right: 0;
}


.productShow .jianjie .btns .btn:hover {
	background-color: #184691;
	color: #ffffff !important;
}


.productDet .description .title {
	font-family: OpenSans-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 17px;
}

.productDet .description .txts {
	margin-bottom: 82px;
}

.productShow .jianjie .table table tr td:first-child {
	font-family: OpenSans-Bold;
	color: #333333;
}


/*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;
}




@media screen and (max-width:1600px) {
	.productShow .showSipwer {
		width: 480px;
	}

	.productShow .swiperBox {
		height: 480px;
	}

	.productShow .checkSwiper {
		width: 90px;
	}

	.productShow .jianjie h1 {
		margin-top: 0;
		font-size: 32px;
		line-height: 45px;
		margin-bottom: 30px;
	}

	.table table tr td {
		padding: 6px 10px;
	}

	.productShow .jianjie .message {
		margin-bottom: 40px;
	}

	.productShow .jianjie .btns .btn {
		width: 140px;
		height: 40px;
		margin-right: 20px;
	}

	.productShow .jianjie .btns {
		margin-right: 20px;
	}
}

@media screen and (max-width:1333px) {
	.productShow .showSipwer {
		width: 380px;
	}

	.productShow .swiperBox {
		height: 380px;
	}

	.productShow .checkSwiper {
		width: 66px;
	}

	.productShow .jianjie h1 {
		margin-top: 0;
		font-size: 32px;
		line-height: 45px;
		margin-bottom: 30px;
	}

	.table table tr td {
		padding: 6px 10px;
	}

	.productShow .jianjie .message {
		margin-bottom: 40px;
	}

	.productShow .jianjie .btns .btn {
		width: 140px;
		height: 40px;
		margin-right: 20px;
	}

	.productShow .jianjie .btns {
		margin-right: 20px;
	}

	.productShow .jianjie h1 {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.productShow .jianjie .table table tr td {
		font-size: 14px;
	}

	.productShow .jianjie .message {
		margin-bottom: 30px;
	}

	.productShow .jianjie .btns .btn {
		height: 35px;
	}

	.productShow .jianjie .share {
		width: 100%;
		margin-top: 10px;
	}

	.productShow {
		margin-bottom: 60px;
	}

	.productDet .description .title {
		font-size: 28px;
		line-height: 45px;
	}

	.productDet .description .txts {
		margin-bottom: 60px;
	}

	.productShow .swiperBox .prev i,
	.productShow .swiperBox .next i {
		font-size: 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%;
	}

	.productShow .shows {
		margin: 0 auto 40px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 26px;
	}

	.productShow .jianjie h1,
	.productDet .description .title {
		font-size: 26px;
		line-height: 35px;
	}

	.productDet .description .txts {
		margin-bottom: 50px;
	}

	.productShow {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.productShow .showSipwer {
		width: 360px;
		height: 360px;
	}

	.productShow .swiperBox {
		height: 360px;
	}

	.productShow .checkSwiper {
		width: 60px;
	}

	.productShow .jianjie h1,
	.productDet .description .title {
		font-size: 24px;
	}

	.productShow {
		margin-bottom: 40px;
	}

	.productDet .description .txts {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {

	.productShow .jianjie h1,
	.productDet .description .title {
		font-size: 22px;
		line-height: 30px;
	}

	.productShow .showSipwer {
		width: 240px;
		height: 240px;
	}

	.productShow .swiperBox {
		height: 240px;
	}

	.productShow .checkSwiper {
		width: 30px;
	}
}



/* 2-1Solution */
.service .box {
	position: relative;
}


.service .box::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 1920px;
	width: 200%;
	height: 100%;
	background-image: url("../images/serviceM1-1.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: -2;
}

.service .title1 {
	text-align: center;
	font-family: OpenSans-Bold;
	font-size: 46px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 14px;
}


.service .box .title1 {
	margin-top: 86px;
}


.service .ctxts {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}



.serviceList .item {
	padding: 70px 0 86px 0;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
}


.serviceList .item:nth-child(n)::after {
	content: "";
	position: absolute;
	height: 100%;
	max-width: 1920px;
	width: 200%;
	z-index: -2;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.serviceList .item:nth-child(2n)::after {
	background-image: url("../images/serviceM2-2.jpg");
}

.serviceList .item:nth-child(2n) .msg .tit .num {
	-webkit-text-stroke: 1px #8c8c8c;
}

.serviceList .item:nth-child(2n-1)::after {
	background-image: url("../images/serviceM2-1.jpg");
}

.serviceBox .serviceList .item:nth-child(3n-1)::after {
	background-image: url("../images/serviceM3-2.jpg");
}

.serviceBox .serviceList .item:nth-child(3n-2)::after {
	background-image: url("../images/serviceM3-1.jpg");
}

.serviceBox .serviceList .item:nth-child(3n)::after {
	background-image: url("../images/serviceM3-3.jpg");
}

.serviceList .item:nth-child(2n-1) {
	flex-direction: row-reverse;
}




.serviceList .item .image {
	width: 50%;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	min-height: 490px;
}

.serviceList .item .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.serviceList .item .msg {
	width: 46.3%;
	padding-left: 58px;
}


.serviceList .item .msg .tit {
	font-family: OpenSans-Bold;
	font-size: 40px;
	line-height: 42px;
	color: #333333;
	margin-bottom: 42px;
	position: relative;
}

.serviceList .item .msg .tit .num {
	position: absolute;
	font-family: OpenSans-Bold;
	font-size: 150px;
	color: white;
	-webkit-text-stroke: 1px #c7c7c7;
	-webkit-text-fill-color: transparent;
	z-index: -1;
	top: 7px;
	left: -65px;
}



.serviceList .item .standardEdit strong {
	font-family: OpenSans-Bold;
}

.serviceList .item .clear {
	display: none;
}

@media screen and (max-width:1600px) {
	.service .box .title1 {
		margin-top: 80px;
		margin-bottom: 30px;
	}

	.serviceList .item .msg .tit {
		font-size: 32px;
		line-height: 45px;
	}

	.serviceList .item .image {
		border-radius: 20px;
	}

	.serviceList .item .msg .tit .num {
		font-size: 140px;
	}

	.serviceList .item {
		padding: 80px 0;
	}
}

@media screen and (max-width:1333px) {
	.serviceList .item {
		padding: 60px 0;
	}

	.serviceList .item .msg .tit {
		font-size: 26px;
		line-height: 35px;
		margin-bottom: 30px;
	}

	.serviceList .item .msg .tit .num {
		font-size: 100px;
	}

	.serviceList .item .image {
		min-height: 400px;
	}

	.service .box .title1 {
		margin-top: 50px;
	}

	.service .box {
		padding-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.service .box .title1 {
		margin-top: 40px;
	}

	.serviceList .item {
		padding: 50px 0;
	}

	.serviceList .item .clear {
		display: block;
	}

	.serviceList .item:nth-child(n) {
		display: block;
	}

	.serviceList .item:nth-child(2n) .image {
		float: left;
		margin-right: 4%;
	}

	.serviceList .item:nth-child(2n-1) .image {
		float: right;
		margin-left: 4%;
	}

	.serviceList .item .msg {
		width: 100%;
	}

	.serviceList .item .image {
		min-height: auto;
		border-radius: 10px;
	}

	.serviceList .item .image img {
		position: static;
		transform: translateX(0);
	}

	.service .box .title1 {
		margin-bottom: 20px;
	}

	.serviceList .item .msg .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.serviceList .item .msg .tit .num {
		font-size: 80px;
	}

	.serviceList .item .msg .tit .num {
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}

	.serviceList .item:nth-child(2n) .msg .tit .num {
		left: auto;
		right: 0;
	}
	.serviceList .item .msg{
		padding: 0;
	}
}

@media screen and (max-width:768px) {
	.serviceList .item {
		padding: 40px 0;
	}

	.service .box {
		padding-bottom: 0;
	}
}

@media screen and (max-width:538px) {
	.serviceList .item:nth-child(n) .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 20px;
	}

	.service .safeRange,
	.serviceBox .safeRange {
		max-width: 400px;
	}
}











/* 2-2-Solution */

.solution {
	background-image: url("../images/solution-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.solution .con {
	padding: 83px 0 97px 0;
}

.solution .title1 {
	margin-bottom: 9px;
}


.solution .txts {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 42px;
}


.solution .list {
	display: flex;
	flex-wrap: wrap;
}

.solution .list .solItem {
	width: 30.785%;
	margin-right: 3.8225%;
	margin-top: 43px;
}



.solution .list .solItem:nth-child(3n) {
	margin-right: 0;
}


.solution .list .solItem:nth-child(-n+3) {
	margin-top: 0;
}


.solItem .image {
	overflow: hidden;
	margin-bottom: 15px;
}


.solItem .name {
	text-align: center;
	font-family: OpenSans-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}


@media screen and (max-width:1600px) {
	.solution .title1 {
		margin-bottom: 20px;
	}

	.solItem .name {
		font-size: 18px;
		line-height: 28px;
	}

	.solution .txts {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.solItem .image {
		margin-bottom: 10px;
	}

	.solItem .name {
		font-size: 16px;
		line-height: 26px;
	}

	.solution .list .solItem {
		margin-top: 30px;
	}

	.solution .txts {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.solItem .name {
		font-size: 14px;
		line-height: 24px;
	}

	.solution .txts {
		margin-bottom: 30px;
	}
}


@media screen and (max-width:538px) {
	.solution .list .solItem:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 25px;
	}

	.solution .list .solItem:nth-child(2n) {
		margin-right: 0;
	}


	.solution .list .solItem:nth-child(-n+2) {
		margin-top: 0;
	}
}

/* 2-3-Solution */

.solutionDet {
	background-image: url("../images/solutionDet-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.solutionDet .con {
	padding: 82px 0 74px 0;
}


.solutionDet h1 {
	font-weight: normal;
	font-family: OpenSans-Bold;
	font-size: 46px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 7px;
}

.solutionDet .tips {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}


.share {
	display: flex;
	align-items: center;
}

.share span {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	flex-shrink: 0;
	margin-right: 9px;
}


.solutionDet .line {
	margin: 42px 0 34px 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed rgba(51, 51, 51, .3);
}



.prevOrNext>div {
	display: flex;
	align-items: center;
}


.prevOrNext>div.prev {
	margin-bottom: 14px;
}


.prevOrNext .name,
.prevOrNext .tit {
	font-family: OpenSans-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.prevOrNext .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.prevOrNext a.tit:hover {
	color: #005bab;
}









@media screen and (max-width:1600px) {
	.solutionDet h1 {
		font-size: 36px;
		line-height: 45px;
		margin-bottom: 30px;
	}

	.solutionDet .tips {
		margin-bottom: 30px;
	}

	.solutionDet .line {
		margin: 40px 0;
	}
}

@media screen and (max-width:1333px) {
	.solutionDet h1 {
		font-size: 28px;
		line-height: 35px;
	}
}

@media screen and (max-width:999px) {
	.solutionDet h1 {
		font-size: 24px;
	}

	.share span {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.solutionDet h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.solutionDet .line {
		margin: 30px 0;
	}
}





/* 3-1-Company */

.company {
	position: relative;
}


.company::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-image: url("../images/company-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -2;
}


.company .aboutUs {
	padding: 104px 0 46px 0;
}

.company .aboutUs .con::after {
	display: none;
}

.company .aboutUs .msg .tit {
	text-align: left;
}

.company .aboutUs .msg .iTit .title1 {
	text-align: left;
}

.company .aboutUs .des {
	width: 51.3%;
	transform: translateY(11px);
}

.company .aboutUs .con {
	margin-bottom: 80px;
}

.company .aboutUs .bigTit {
	top: 8.7%;
}


.aboutUs .describe {
	margin-top: 34px;
}


.aboutUs .describe p em {
	font-family: OpenSans-Bold;
	color: #005bab;
	font-style: normal;
}

.factory {
	background-image: url("../images/factoryBg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 50px 0 106px 0;
}


.factory .title {
	position: relative;
	margin-bottom: 44px;
}



.factory .title1 {
	text-align: center;
}



.factory .image {
	overflow: hidden;
	margin-bottom: 50px;
}

.factory .image:last-child {
	margin-bottom: 0;
}


.sBtns {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-47%);
	display: flex;
	align-items: center;
	justify-content: center;
}


.sBtns div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	border: solid 1px #184691;
	background-color: #184691;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}


.sBtns div:hover {
	background-color: transparent;
	color: #184691;
}



.sBtns div.prev {
	margin-right: 13px;
}


@media screen and (max-width:1600px) {
	.company .aboutUs {
		padding: 60px 0;
	}

	.company .aboutUs .des {
		transform: translateY(0);
	}

	.company .aboutUs .con {
		margin-bottom: 60px;
	}

	.factory .image {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.factory .image {
		margin-bottom: 30px;
	}

	.sBtns div {
		width: 35px;
		height: 35px;
	}
}

@media screen and (max-width:999px) {
	.company .aboutUs .des {
		width: 100%;
	}

	.company .aboutUs .con {
		margin-bottom: 50px;
	}

	.company .aboutUs {
		padding: 50px 0;
	}

	.factory .image {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.company .aboutUs .con {
		margin-bottom: 40px;
	}

	.company .aboutUs {
		padding: 40px 0;
	}

	.factory .title {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.company .aboutUs .con {
		margin-bottom: 30px;
	}

	.aboutUs .describe {
		margin-top: 30px;
	}

	.sBtns {
		position: static;
		transform: translateX(0);
		flex-shrink: 0;
		margin-left: 20px;
	}

	.factory .title {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.sBtns div {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}

	.factory .title {
		margin-bottom: 30px;
	}
}



/* 4-1-News */


.news {
	background-image: url("../images/new-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 108px;
}

.news .newList {
	padding: 89px 0 87px 0;
}



.newPiece {
	background-image: url("../images/rel-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 83px 0 117px 0;
}


.relatedProduct .title {
	position: relative;
	margin-bottom: 46px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.relatedProduct .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}



@media screen and (max-width:1600px) {
	.news .newList {
		padding: 80px 0;
	}

	.news {
		padding-bottom: 80px;
	}

	.relatedProduct .swiper {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.news .newList {
		padding: 60px 0;
	}

	.news {
		padding-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.news .newList {
		padding: 50px 0;
	}

	.news {
		padding-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.news .newList {
		padding: 40px 0;
	}

	.news {
		padding-bottom: 40px;
	}

	.relatedProduct .title {
		margin-bottom: 40px;
	}
}




/* 4-2-News */
.newDet {
	background-image: url("../images/newDet-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.newDet .con {
	padding: 90px 0 51px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.newDet .box {
	width: 70.85%;
}


.newDet .newSlide {
	width: 27.1%;
}


.newDet h1 {
	font-family: OpenSans-Bold;
	font-size: 46px;
	line-height: 50px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 21px;
}


.newDet .tips {
	display: flex;
	align-items: center;
	margin-bottom: 38px;
}


.newDet .tips .time {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-right: 30px;
}


.newDet .line {
	height: 1px;
	border-bottom: 1px dashed rgba(51, 51, 51, .3);
	margin: 50px 0 34px 0;
}

.newDet .standardEdit p {
	line-height: 41px;
}


.latestNews .title {
	margin-bottom: 32px;
	font-family: OpenSans-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #333333;
	margin-top: -8px;
}


.latestNews ul {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-bottom: none;
}

.latestNews ul li {
	border-bottom: 1px solid #dddddd;
	padding: 21px 19px 30px 19px;
}

.latestNews .name {
	font-family: OpenSans-Bold;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 8px;
}

.latestNews .time {
	font-family: OpenSans;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	margin-bottom: 7px;
}

.latestNews .txts {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}


.newDetPrice {
	padding: 74px 0 81px 0;
	background-image: url("../images/app-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.newDetPrice .relatedProduct {
	margin-bottom: 131px;
}


.relApplication .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: 54px;
}



@media screen and (max-width:1600px) {
	.newDet h1 {
		font-size: 32px;
		line-height: 45px;
	}

	.latestNews .title {
		margin-top: 0;
	}

	.latestNews .title {
		font-size: 30px;
		line-height: 45px;
	}

	.newDet .box {
		width: 68%;
	}

	.newDet .line {
		margin: 40px 0;
	}

	.latestNews ul li {
		padding: 20px;
	}

	.newDetPrice .relatedProduct {
		margin-bottom: 100px;
	}
}

@media screen and (max-width:1333px) {
	.latestNews .title {
		font-size: 26px;
		line-height: 35px;
	}

	.newDet h1 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.newDetPrice .relatedProduct {
		margin-bottom: 80px;
	}

}

@media screen and (max-width:999px) {
	.newDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .box {
		width: 100%;
		margin-bottom: 50px;
	}

	.newDet h1 {
		font-size: 26px;
		line-height: 35px;
	}

	.newDet .tips .time {
		font-size: 14px;
		line-height: 24px;
	}

	.newDet .line {
		margin: 30px 0;
	}

	.newDet .newSlide {
		width: 100%;
	}

	.latestNews .title {
		font-size: 24px;
	}

	.latestNews .name {
		font-size: 16px;
		line-height: 26px;
	}

	.relApplication .title {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.newDet h1 {
		font-size: 22px;
	}

	.latestNews .title {
		font-size: 20px;
		line-height: 30px;
	}

	.newDet h1 {
		margin-bottom: 30px;
	}

	.newDetPrice .relatedProduct {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:538px) {
	.newDet .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

















/* 5-1-Contact */

.contactUs .cContact {
	padding: 80px 0 56px 0;
}


.cContact .txts {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 42px;
	margin-top: -23px;
}

.contactUs .cContact .msg ul li {
	margin-bottom: 41.5px;
}

.contactUs .cContact .msg ul li:last-child {
	margin-bottom: 0;
}

.map img {
	display: block;
}

.contactUs .cContact .msg ul li.address .num {
	line-height: 30px;
}

@media screen and (max-width:1600px) {
	.cContact .txts {
		margin-top: 0;
	}

	.contactUs .cContact {
		padding: 60px 0;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .cContact .msg ul li {
		margin-bottom: 35px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .cContact {
		padding: 50px 0;
	}
}

@media screen and (max-width:768px) {
	.contactUs .cContact .msg ul li:last-child {
		width: 100%;
	}

	.contactUs .cContact {
		padding: 40px 0;
	}

	.contactUs .cContact .msg ul li {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:450px) {
	.contactUs .cContact .msg ul li {
		margin-bottom: 25px;
	}

	.contactUs .cContact {
		padding: 30px 0;
	}
}




/* pager */
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pager .pageList a {
	width: 35.5px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: OpenSans;
	font-size: 16px;
	color: #666666;
	margin: 3px 4px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
}

.pager .pageList a.active {
	color: #ffffff !important;
	border-color: #184691;
	background-color: #184691;
}


.pager .pageList a:hover {
	color: #ffffff !important;
	background-color: #184691;
	border-color: #184691;
}

.pager .pageList a.big {
	width: 93px;
}

.pager .pageList a.next {
	width: 61px;
}

.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 15px;
	position: relative;
}


.pager .addTo p {
	width: 148px;
	height: 30px;
	background-color: #184691;
	font-family: OpenSans;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.pager .addTo img {
	width: 15px;
}



.pager .addTo:hover p {
	background-color: #ffffff;
	color: #184691;
}


.pager .addTo input {
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0;
}

@media screen and (max-width:999px) {
	.pager .pageList a {
		font-size: 14px;
	}
}



/* crumb */
.crumb {
	padding-top: 26px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.crumb img {
	flex-shrink: 0;
	margin-right: 10.5px;
}

.crumb a,
.crumb i {
	font-family: OpenSans;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	color: #333333;
}

.crumb a.active {
	color: #184691;
}

.crumb i {
	font-style: normal;
	margin: 0 4px;
}

.crumb a:hover {
	color: #184691;
}

@media screen and (max-width:999px) {

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 24px;
	}

	.crumb {
		padding-top: 20px;
	}

	.banner2 {
		display: none;
	}
}



/* footer */


footer {
	background-color: #171717;
	padding: 63px 0 50px 0;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
}

footer .footerList ul li {
	margin-bottom: 10px;
}


footer .footerList ul li:last-child {
	margin-bottom: 0;
}


footer .footerList .fMsg {
	width: 30%;
	margin-right: 8%;
}

footer .footerList .fNav {
	width: 16%;
	margin-right: 2.3%;
}


footer .footerList .fProduct {
	width: 28%;
	margin-right: 1.3%;
}

footer .footerList .fSolution {
	width: 14.4%;
}


footer .fMsg .fLogo {
	width: 143px;
	flex-shrink: 0;
	margin: 0 auto 24px;
	display: block;
	transform: translateX(-13px);
}


footer .fMsg .fLogo:hover img {
	transform: scale(1, 1);
}


footer .fMsg .copyright {
	margin-bottom: 19px;
	line-height: 30px;
	text-align: center;
}


footer .blogrolls {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}



footer .blogrolls a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #999999;
	margin: 0 9px 15px;
	flex-shrink: 0;
	background-color: #2f2f2f;
}

footer .blogrolls a:hover {
	background-color: #094078;
	color: #ffffff;
}

footer a,
footer p,
footer div {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 26px;
	color: #aaaaaa;
}

footer a {
	display: block;
}


footer a:hover {
	color: #ffffff;
}


footer .title {
	font-family: OpenSans-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	display: block;
	margin-bottom: 44px;
	position: relative;
	margin-top: 13px;
}


footer a.title:hover {
	color: #184691;
}

footer .title::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 3px;
	background-color: #ffffff;
	border-radius: 2px;
	bottom: -19px;
	left: 0;
}




footer .copyright a {
	display: inline;
}

footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .links a {
	margin-left: 10px;
	display: inline;
}

footer .email a {
	word-break: break-all;
}


footer .line {
	height: 1px;
	position: relative;
	margin-top: 69px;
	margin-bottom: 28px;
}


footer .line::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 200%;
	background-color: rgba(255, 255, 255, .2);
	height: 100%;
}

@media screen and (max-width:1600px) {

	footer .footerList .fMsg,
	footer .footerList .fNav,
	footer .footerList .fProduct {
		margin-right: 0%;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .fMsg .fLogo {
		width: 120px;
	}

	footer .line {
		margin: 30px 0;
	}

	footer .fMsg .fLogo {
		transform: translateX(0);
	}
}

@media screen and (max-width:1333px) {
	footer .footerList .fProduct {
		width: 20%;
	}

	footer .footerList .fSolution {
		width: 18%;
	}

	footer .fMsg .fLogo {
		width: 100px;
	}

	footer {
		padding: 50px 0;
	}
}

@media screen and (max-width:999px) {
	footer .footerList .fMsg {
		width: 100%;
		margin-bottom: 20px;
	}

	footer .footerList {
		flex-wrap: wrap;
	}

	footer .fMsg .fLogo {
		width: 80px;
	}

	footer {
		padding: 40px 0 70px 0;
	}

	footer .footerList .fNav {
		flex: auto;
		padding: 0 10px;
	}

	footer .footerList .fProduct {
		flex: auto;
		padding: 0 10px;
	}

	footer .footerList .fSolution {
		flex: auto;
		padding: 0 10px;
	}

	footer .title {
		margin-top: 0;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 24px;
	}

	footer .title {
		margin-bottom: 20px;
	}

	footer .title::after {
		bottom: -10px;
	}

	footer .fMsg .fLogo {
		margin: 0 auto 10px;
	}
}

@media screen and (max-width:769px) {
	footer .fMsg .fLogo {
		width: 60px;
	}

	footer .blogrolls a {
		width: 35px;
		height: 35px;
		margin-bottom: 10px;
	}

	footer .title {
		font-size: 18px;
	}

	footer .line {
		margin: 20px 0;
	}
}

@media screen and (max-width:538px) {
	footer .footerList .fNav {
		width: 48%;
	}

	footer .footerList .fProduct {
		width: 48%;
	}

	footer .footerList .fSolution {
		width: 48%;
		margin-top: 25px;
	}
}

/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background-color: #a0a0a0;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 12px;
	font-size: 16px;
	border-radius: 5px;
}



.lianxi .top a {
	width: 42px;
	height: 42px;
	background-color: #184691;
	color: #ffffff;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 26px;
	height: 26px;
}

.lianxi .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 18px;
	border-radius: 50%;
	border: 1px solid transparent;
}

.lianxi .top:hover i {
	border: 1px solid #ffffff;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #184691;
	color: #fff;
}

.clear2 {
	display: none;
}


.lianxi .code {
	position: relative;
}

.lianxi .code::after {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-right-color: #184691;
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
	opacity: 0;
	pointer-events: none;
	transition: .4s ease all;
}

.lianxi .code:hover::after {
	opacity: 1;
}

.lianxi .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.lianxi .code:hover img {
	transform: translateX(-10px);
	opacity: 1;
}


@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.lianxi .code:nth-child(1) img {
		display: none;
	}

	.lianxi .code:nth-child(1)::after {
		display: none;
	}

	.lianxi .top a {
		width: 20%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 20%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.lianxi .code::after {
		border-color: transparent;
		border-bottom-color: #184691;
		left: 50%;
		top: 0;
		transform: translateX(-50%) translateY(-100%);
	}

	.lianxi .code:hover::after {
		opacity: 0;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-110%);
	}

	.lianxi .code.active::after {
		opacity: 1;
	}
}


@font-face {
	font-family: 'OpenSans';
	font-display: swap;
	src: url('../fonts/OpenSansRegular.eot');
	src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'),
		url('../fonts/OpenSansRegular.woff2') format('woff2'),
		url('../fonts/OpenSansRegular.woff') format('woff'),
		url('../fonts/OpenSansRegular.ttf') format('truetype'),
		url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}


@font-face {
	font-family: 'OpenSans-Bold';
	font-display: swap;
	src: url('../fonts/OpenSansBold.eot');
	src: url('../fonts/OpenSansBold.eot') format('embedded-opentype'),
		url('../fonts/OpenSansBold.woff2') format('woff2'),
		url('../fonts/OpenSansBold.woff') format('woff'),
		url('../fonts/OpenSansBold.ttf') format('truetype'),
		url('../fonts/OpenSansBold.svg#OpenSansBold') format('svg');
}

@font-face {
	font-family: 'OpenSans-Semibold';
	font-display: swap;
	src: url('../fonts/OPENSANSSEMIBOLD.eot');
	src: url('../fonts/OPENSANSSEMIBOLD.eot') format('embedded-opentype'),
		url('../fonts/OPENSANSSEMIBOLD.woff2') format('woff2'),
		url('../fonts/OPENSANSSEMIBOLD.woff') format('woff'),
		url('../fonts/OPENSANSSEMIBOLD.ttf') format('truetype'),
		url('../fonts/OPENSANSSEMIBOLD.svg#OPENSANSSEMIBOLD') 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=1725255422874') format('woff'),
		url('../fonts/iconfont.ttf?t=1725255422874') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-liuyan:before {
	content: "\e60d";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-arrow-left:before {
	content: "\ea65";
}

.icon-arrow-right:before {
	content: "\ea66";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-Rrl_s_145:before {
	content: "\e613";
}

.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-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-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}