@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .3s linear;
}

body {
	margin: 0 auto;
	font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	background-color: #fff;
	overflow-x: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

img {
	display: block;
	border: none;
	max-width: 100%;
}

a {
	display: block;
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #015aaa !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}

a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: 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;
	}
}

@media screen and (max-width:768px) {

	input,
	textarea,
	select {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}
}

.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:1333px) {
	.standardRange2 {
		padding: 30px 0 30px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange2 {
		padding: 20px 0 20px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange2 {
		padding: 15px 0 15px 0 !important;
	}
}

@media screen and (max-width:538px) {
	.standardRange2 {
		padding: 10px 0 10px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 30px 0 30px 0 !important;
	}
}

@media screen and (max-width:538px) {
	.standardRange {
		padding: 20px 0 20px 0 !important;
	}
}








.bannerRange {
	padding-top: 100px;
}

@media screen and (max-width:1333px) {
	.bannerRange {
		padding-top: 80px;
	}
}

@media screen and (max-width:999px) {
	.bannerRange {
		padding-top: 72px;
	}
}



@media screen and (max-width:1600px) {
	.standardTxt .title1 {
		font-size: 38px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 30px !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;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 24px !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;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 12px !important;
		line-height: 22px !important;
	}

	.standardTxt .btn {
		font-size: 12px !important;
	}
}



.oneRow {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.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: #015aaa;
		right: 2.5%;
		top: 16px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(1, 90, 170, 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 8.4.6
 * 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: January 17, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.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-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.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,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.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-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-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.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: 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: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,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-lock {
	display: none
}

.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: 10px;
	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: 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: 10px;
	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-progressbar {
	background: 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: 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: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: 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: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	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
}

.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 .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,
.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-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.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-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-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-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----------------------------- */


/* nav */

nav .tips {
	height: 147px;
	display: flex;
	align-items: center;
	padding-bottom: 4px;
}




nav .tips .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav .tips .logo {
	/*width: 322px;*/
	/*width: 380px;*/

	flex-shrink: 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
}

/*nav .tips .logo img:first-child{ width:65%;}*/
/*nav .tips .logo img:nth-child(2){ width:35%;}*/
nav .tips .logo img:nth-child(2){ width:150px;}
nav .tips .logo:hover img {
	transform: scale(1, 1);
}

nav .tips .navList1 {
	display: flex;
	align-items: center;
}


nav .navList1>ul {
	display: flex;
	align-items: center;
}


nav .navList1>ul li {
	display: flex;
	align-items: center;
	position: relative;
}

/* border-right: 1px solid #cccccc; */


nav .navList1>ul>li:after {
	content: "";
	position: absolute;
	height: 75px;
	right: 0;
	width: 1px;
	background-color: #cccccc;
}

nav .navList1>ul li a:hover {
	text-decoration: underline;
	color: #015aaa;
}

nav .navList1 ul li:last-child:after {
	display: none;
}

nav .navList1 ul li i {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	border: solid 1px #0159aa;
	border-radius: 50%;
	font-size: 36px;
	color: #0159aa;
	flex-shrink: 0;
	margin-right: 11px;
}




nav .navList1 .fBlogrolls {
	flex-direction: column;
	align-items: flex-start;
	padding-left: 33px;
	transform: translateY(-4px);
}

nav .navList1 .tPhone {
	padding: 0 25px 0 25px;
}

nav .navList1 .tEmail {
	padding: 0 30px 0 27px;
}

nav .navList1 .fBlogrolls div {
	display: flex;
	align-items: center;
}

nav .navList1 .fBlogrolls div a {
	margin-right: 6.4px;
	width: 32px;
	height: 32px;
}


nav .navList1 .fBlogrolls div a:last-child {
	margin-right: 0;
}

nav .navList1 .fBlogrolls .name {
	margin-bottom: 10px;
}


nav .navList1 .name {
	font-family: OpenSans-Semibold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

nav .navList1 .num {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}



nav .language {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 125px;
	height: 45px;
	background-color: #015aaa;
	border-radius: 5px;
	margin-left: 45px;
	border: 1px solid #015aaa;
	cursor: pointer;
}

nav .language:hover {
	background-color: #ffffff;
}

nav .language:hover .con span,
nav .language:hover .con i {
	color: #015aaa;
}


nav .language .con span {
	font-family: OpenSans;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	margin: 0 5px 0 7px;
	text-transform: capitalize;
}

nav .language.active .con i {
	transform: rotate(-180deg);
}

nav .language i {
	color: #ffffff;
	font-size: 14px;
}


nav .language ul {
	position: absolute;
	right: 0;
	top: 120%;
	width: 100%;
	flex-direction: column;
	background-color: #ffffff;
	border-radius: 5px;
	border: 1px solid #015aaa;
	z-index: 9;
	display: none;
	transition: none;

}

nav .language ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 5px;
}

nav .language ul li a span {
	width: 100%;
	font-family: OpenSans;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: capitalize;
}


nav .language ul li a:hover {
	background-color: #015aaa;
}

nav .language ul li a:hover span {
	color: #ffffff;
}


nav .language ul li a img {
	margin-right: 8px;
	flex-shrink: 0;
	width: 30px;
}

nav .tips .language img {
	width: 30px;
}



@media screen and (max-width:1600px) {
	nav .tips {
		padding-bottom: 0;
	}

	nav .navList1 .fBlogrolls {
		transform: translateY(0);
	}

	nav .tips {
		height: 120px;
	}

	nav .navList1>ul>li:after {
		height: 55px;
	}

	nav .tips .navList1>ul>li {
		padding: 0 20px;
	}

	nav .navList1 ul li i {
		font-size: 24px;
		width: 40px;
		height: 40px;
	}

	nav .navList1 .num {
		font-size: 14px;
		line-height: 24px;
	}

	nav .navList1 .name {
		font-size: 16px;
		line-height: 26px;
	}

	nav .navList1 .fBlogrolls div a {
		width: 28px;
		height: 28px;
	}

	nav .navList1 .fBlogrolls .name {
		margin-bottom: 5px;
	}

	nav .language {
		margin-left: 30px;
	}

	/*nav .tips .logo {*/
	/*	width: 250px;*/
	/*}*/

	nav .tips .language img {
		width: 25px;
	}

	nav .language ul li a span {
		font-size: 14px;
		line-height: 24px;
	}

	nav .language ul li a img {
		margin-right: 5px;
	}
}

@media screen and (max-width:1333px) {
	nav .tips .logo {
		width: 160px;
	}
	nav .tips .logo img:first-child{ width:65%;}
nav .tips .logo img:nth-child(2){ width:35%;}
	nav .navList1 .fBlogrolls div a {
		width: 20px;
		height: 20px;
	}

	nav .language {
		width: 110px;
		height: 35px;
		border-radius: 2px;
	}

	nav .language ul {
		border-radius: 2px;
	}

	nav .tips {
		height: 85px;
	}

	nav .navList1 .name {
		font-size: 14px;
		line-height: 24px;
	}

	nav .navList1 .num {
		font-size: 12px;
		line-height: 22px;
	}

	nav .navList1 .fBlogrolls div a {
		margin-right: 5px;
	}

	nav .tips .language img {
		width: 20px;
	}

	nav .language ul li a {
		padding: 5px 5px;
	}

	nav .language .con span {
		padding: 0 2px;
	}

	nav .language i {
		font-size: 12px;
	}
	
}

@media screen and (max-width:1200px) {
	nav .tips .navList1>ul>li {
		padding: 0 10px;
	}

	nav .language {
		margin-left: 10px;
	}

	nav .navList1 ul li i {
		width: 35px;
		height: 35px;
		font-size: 20px;
	}
}

@media screen and (max-width:999px) {
	nav .tips {
		/* box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.2); */
		box-shadow: 0px 0px 12px 0px rgba(1, 90, 170, 0.2);
	}

	nav .navList1 .tPhone,
	nav .navList1 .tEmail {
		display: none;
	}

	nav .navList1 .fBlogrolls {
		flex-direction: row;
		align-items: center;
	}

	nav .navList1 .fBlogrolls .name {
		margin-bottom: 0;
		margin-right: 10px;
	}

	nav .tips .navList1 {
		margin-right: 60px;
	}

	nav .language .con span {
		font-size: 12px;
		margin: 0 2px;
	}

	nav .language ul li a span {
		font-size: 12px;
		line-height: 22px;
	}

	nav .tips {
		height: 60px;
	}

	nav .language {
		height: 30px;
		width: 100px;
	}

	nav .tips .logo {
		width: 140px;
	}


}

@media screen and (max-width:768px) {
	nav .tips .navList1>ul>li {
		display: none;
	}

	nav .tips .logo {
		width: 120px;
	}
}

@media screen and (max-width:538px) {
	nav .tips .navList1 {
		margin-right: 45px;
	}

	header .xnav .nav {
		top: 17px;
	}

	nav .language {
		height: 25px;
	}

}




nav .box2,
nav .bottom {
	height: 60px;
	background-color: #015aaa;
}

.fixTop {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

nav .navList {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav .navList>ul {
	display: flex;
	align-items: center;
}


nav .navList>ul>li {
	height: 100%;
	margin-right: 14px;
	position: relative;
}


nav .navList>ul>li>a {
	line-height: 60px;
	padding: 0 34px 0 32px;
	font-family: OpenSans-Semibold;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}

nav .navList>ul>li:last-child {
	margin-right: 0;
}


nav .navList>ul>li:hover>a,
nav .navList>ul>li.active>a {
	background-color: rgba(255, 255, 255, .2);
}


nav form {
	display: flex;
	align-items: center;
	width: 240px;
	height: 40px;
	border-radius: 10px;
	border: solid 1px #cccccc;
	padding: 0 6px 0 15px;
	margin-right: 2px;
}


nav form input {
	width: 100%;
	background-color: transparent;
	height: 100%;
	color: #ffffff;
}


nav form input::-webkit-input-placeholder,
nav form textarea::-webkit-input-placeholder {
	font-family: OpenSans;
	font-size: 14px;
	color: #e7e7e7;
	opacity: 1;
}

nav form input:-moz-placeholder,
nav form textarea:-moz-placeholder {
	font-family: OpenSans;
	font-size: 14px;
	color: #e7e7e7;
	opacity: 1;
}

nav form input::-moz-placeholder,
nav form textarea::-moz-placeholder {
	font-family: OpenSans;
	font-size: 14px;
	color: #e7e7e7;
	opacity: 1;
}

nav form input:-ms-input-placeholder,
nav form textarea:-ms-input-placeholder {
	font-family: OpenSans;
	font-size: 14px;
	color: #e7e7e7;
	opacity: 1;
}


nav form .searchBtn {
	width: 30px;
	height: 30px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex-shrink: 0;
}


nav form .searchBtn i {
	font-size: 18px;
	color: #ffffff;
}



nav form .searchBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0%;
	background-color: transparent;
	cursor: pointer;
}



nav form .searchBtn:hover {
	background-color: #ffffff;
}

nav form .searchBtn:hover i {
	color: #015aaa;
}

.navList ul.active {
	box-shadow: 0px 0px 12px 0px rgba(1, 90, 170, 0.2);
}



.moreList {
	position: absolute;
	left: 0;
	top: 100%;
	width: 224px;
	padding-top: 3px;
	display: none;
	transition: none;
}


.moreList:after {
	position: absolute;
	left: 0;
	top: 3px;
	content: "";
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	z-index: 1;
}



.moreList li {
	position: relative;
	z-index: 2;
}



.moreList li>a {
	font-family: OpenSans;
	font-size: 16px;
	letter-spacing: 0px;
	color: #333333;
	width: 100%;
	padding: 12px 22px 11px 22px;
}



/* test */
.moreList li.active a {
	background-color: #015aaa;
	color: #ffffff;
}

.moreList li>a:hover {
	background-color: #015aaa;
	color: #ffffff;
}

.moreList ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 224px;
	background-color: #ffffff;
	display: none;
	transition: none;
}



.mediaList {
	width: 210px;
}


.mediaList li>a {
	padding: 12px 33px 11px 33px;
}




@media screen and (max-width:1600px) {
	nav .navList>ul>li>a {
		font-size: 16px;
		padding: 0 25px;
	}

	.moreList li>a {
		padding: 10px;
	}
}

@media screen and (max-width:1333px) {
	nav .navList>ul>li>a {
		font-size: 16px;
		padding: 0 10px;
	}

	.moreList li>a {
		padding: 10px;
	}

	nav form {
		height: 30px;
		width: 190px;
	}

	nav form .searchBtn {
		width: 28px;
		height: 28px;
	}

	nav form .searchBtn i {
		font-size: 16px;
	}

	.moreList li>a {
		padding: 6px;
	}

	.moreList,
	.moreList ul {
		width: 200px;
	}

	nav .box2,
	nav .bottom {
		height: 50px;
	}

	nav .navList>ul>li>a {
		line-height: 50px;
	}
}

@media screen and (max-width:1200px) {
	nav .navList>ul>li>a {
		font-size: 14px;
		padding: 0 10px;
	}

	nav .navList>ul>li {
		margin-right: 10px;
	}
}

@media screen and (max-width:999px) {

	nav .box2,
	nav .bottom {
		display: none;
	}
}


/* indexBanner */
.slideshow {
	position: relative;
}

.slideshow .wp {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -166.5px;
}

.slideshow .wp img {
	max-width: 100%;
	max-height: 80%;
}

.slideshow .item a img {
	width: 100%;
	-webkit-transition: all 6s ease-out;
	-o-transition: all 6s ease-out;
	-moz-transition: all 6s ease-out;
	transition: all 6s ease-out;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.slideshow .item.slick-active img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.slick-dots {
	position: absolute;
	width: 100%;
	bottom: 30px;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	cursor: pointer;
	background-color: rgba(255, 255, 255, .3);
	font-size: 0px;
	margin: 0 7px;
	border: none;
	outline: none;
	width: 16px;
	height: 16px;
	border-radius: 50%;
}


.slick-dots li.slick-active button {
	background-color: #015aaa;
}


.slick-prev,
.slick-next {
	width: 60px;
	height: 60px;
	border: 0px;
	font-size: 0px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background-color: transparent;
	color: #ffffff;
}

.slick-prev:hover,
.slick-next:hover {
	background-color: #015aaa;
	color: #ffffff;
	border-color: #015aaa;
}

.slick-prev:before,
.slick-next:before {
	font-size: 34px;
}

.slick-prev:before {
	clip-path: polygon(0% 20%, 95% 20%, 95% 80%, 0% 80%);
}

.slick-next:before {
	clip-path: polygon(5% 20%, 100% 20%, 100% 80%, 5% 80%);
}


.slick-prev:hover,
.slick-next:hover {}


.slick-prev {
	position: absolute;
	top: 50%;
	margin-top: -26px;
	left: 40px;
	z-index: 999;

}

.slick-next {
	position: absolute;
	top: 50%;
	margin-top: -31px;
	right: 40px;
	z-index: 999;
}


@media screen and (max-width: 1219px) {
	.slideshow .wp {
		margin-left: -490px;
	}
}

@media screen and (max-width: 999px) {

	.slideshow .wp {
		width: 100%;
		left: 0;
		margin-left: 0;
		height: 80%;
		top: 0;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	.slick-dots {
		bottom: 10px;
	}
}

.slideshow .item.slick-active.item_one img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.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 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: 999px) {
	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}


@media screen and (max-width:1600px) {

	.slick-prev,
	.slick-next {
		width: 55px;
		height: 55px;
	}

	.slick-prev:before,
	.slick-next:before {
		font-size: 30px;
	}

	.slick-dots li button {
		width: 14px;
		height: 14px;
	}
}

@media screen and (max-width:1333px) {

	.slick-prev,
	.slick-next {
		width: 45px;
		height: 45px;
	}

	.slick-prev:before,
	.slick-next:before {
		font-size: 24px;
	}
}

@media screen and (max-width:999px) {

	.slick-dots li button {
		width: 12px;
		height: 12px;
		margin: 0 8px;

	}

	.slick-prev,
	.slick-next {
		width: 40px;
		height: 40px;
	}

	.slick-prev:before,
	.slick-next:before {
		font-size: 22px;
	}

}

@media screen and (max-width:768px) {

	.slick-prev,
	.slick-next {
		display: none !important;
	}
}

@media screen and (max-width:538px) {
	.slick-dots li button {
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}
}



/* indexCommon */

.iTit {
	font-family: OpenSans-Semibold;
	font-size: 48px;
	color: #333333;
	text-align: center;
}

.iTit1 {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-align: center;
}

@media screen and (max-width:1600px) {
	.iTit1 {
		width: 90% !important;
	}
}

@media screen and (max-width:538px) {
	.iTit1 {
		width: 100% !important;
	}
}


/* indexM1 */

.category {
	padding: 73px 0 66px 0;
	background-image: url("../images/indexM2-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.category .iTit {
	margin-bottom: 15px;
}

.category .iTit1 {
	width: 80%;
	margin: 0 auto 48px;
}


.category .list {
	display: flex;
	flex-wrap: wrap;
}

.category .item {
	border: solid 1px #cccccc;
	padding: 29px 31px 39px 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	background-color: #ffffff;
	border-radius: 10px;
	margin-right: 1.67%;
}


.category .item:nth-child(2n-1) {
	width: 56.45%;
}

.category .item:nth-child(2n) {
	width: 41.88%;
	margin-right: 0;
}

.category .msg {
	width: 54%;
}

.category .image {
	width: 42.5%;
}

.category .tit {
	font-family: Montserrat-Bold;
	font-size: 30px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 1px;
}


.category .list .item .txt {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 52px;
}



.category .btn {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #ffffff;
	border: solid 1px #999999;
	color: #999999;
}


.category .btn:hover {
	background-color: #015aaa;
	border-color: #015aaa;
	color: #fff !important;
}

@media screen and (max-width:1600px) {
	.category {
		padding: 70px 0 70px 0;
	}

	.category .tit {
		font-size: 26px;
	}

	.category .item {
		padding: 25px 30px;
	}

	.category .list .item .txt {
		margin-bottom: 40px;
	}
	.category .iTit1 {
		margin: 0 auto 40px;
	}

}

@media screen and (max-width:1333px) {
	.category .tit {
		font-size: 22px;
	}

	.category .list .item .txt {
		margin-bottom: 30px;
	}

	.category .btn {
		width: 40px;
		height: 40px;
	}

	.category .item {
		padding: 20px;
	}
	
}

@media screen and (max-width:999px) {
	.category .item {
		border-radius: 6px;
	}

	.category .btn {
		width: 35px;
		height: 35px;
	}

	.category .list .item .txt {
		margin-bottom: 20px;
	}

	.category .item:nth-child(n) {
		width: 49%;
	}

	.category .tit {
		font-size: 16px;
		line-height: 26px;
	}
	.category .iTit1 {
		margin: 0 auto 30px;
	}
	
}

@media screen and (max-width:768px) {
	.category .item {
		border-radius: 5px;
		padding: 14px;
		margin-bottom: 15px;
	}

	.category .list .item .txt {
		margin-bottom: 14px;
	}

	.category .btn {
		width: 30px;
		height: 30px;
	}
	.category .iTit1 {
		margin: 0 auto 20px;
	}
}

@media screen and (max-width:538px) {
	.category .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}

	.category .item:last-child {
		margin-bottom: 0;
	}

	.category .list .item .txt {
		margin-bottom: 10px;
	}

	.category .tit {
		font-size: 14px;
		line-height: 24px;
	}
}




/* indexM2 */
.iAbout {
	padding: 42px 0 57px 0;
	background-image: url("../images/indexM3-bg.png");
	background-size: 100%;
	background-position: top left;
	background-repeat: no-repeat;
}

.iAbout .iTit {
	margin-bottom: 22px;
}


.iAbout .iTit1 {
	width: 86%;
	margin: 0 auto 30px;
}

.iAbout .iTit1:last-child {
	margin-bottom: 0;
}


.iAbout .texts {
	margin-bottom: 46px;
}

.iAbout .moreBtn {
	width: 182px;
	height: 45px;
	background-color: #015aaa;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-family: OpenSans;
	font-size: 16px;
	letter-spacing: 0px;
	color: #ffffff;
	border: 1px solid #015aaa;
	margin-bottom: 67px;
}

.iAbout .moreBtn i {
	font-style: normal;
	transform: translateX(5px);
}


.iAbout .moreBtn:hover {
	background-color: #ffffff;
	color: #015aaa;
}

.iAbout .moreBtn:hover i {
	transform: translateX(8px);
}

.iAbout .list {
	display: flex;
	align-items: flex-start;
}


.iAbout .list .item {
	width: 32.6%;
	margin-right: 1.1%;
}

.iAbout .list .item:nth-child(3n) {
	margin-right: 0;
}


.iAbout .list .con {
	position: relative;
	overflow: hidden;
}

.iAbout .list .msg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .7);
	transform: translateY(100%);
}


.iAbout .list a:hover img {
	transform: scale(1, 1);
}

.iAbout .list .item:hover .msg {
	transform: translateY(0%);
}

.iAbout .list .item:hover .name {
	opacity: 0;
	transform: translateY(-100%);
}



.iAbout .list .msg .tit {
	font-family: OpenSans-Semibold;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 19px;
	color: #ffffff;
	margin-top: 42px;
	padding: 0 10px;
	width: 100%;
}



.iAbout .list .msg .btn {
	display: flex;
	align-items: center;
	width: 250px;
	height: 45px;
	border: solid 1px #cccccc;
	font-family: OpenSans;
	font-size: 16px;
	color: #ffffff;
	padding: 0 5px 0 10px;

}

.iAbout .list .msg .btn i {
	margin-left: 5px;
	font-size: 36px;
}


.iAbout .list .msg .btn:hover {
	background-color: #015aaa;
	border-color: #015aaa;
	color: #ffffff !important;
	padding: 0 0px 0 15px;
}


.iAbout .list .name {
	font-family: OpenSans-Semibold;
	font-size: 24px;
	color: #333333;
	width: 100%;
	text-align: center;
	padding: 14px 10px;
}

@media screen and (max-width:1600px) {
	.iAbout {
		padding: 60px 0 60px 0;
	}

	.iAbout .iTit1 {
		margin: 0 auto 20px;
	}

	.iAbout .texts {
		margin-bottom: 40px;
	}

	.iAbout .moreBtn {
		border-radius: 5px;
		margin-bottom: 60px;
	}

	.iAbout .list .msg .tit {
		margin-top: 0;
	}

}

@media screen and (max-width:1333px) {
	.iAbout .iTit1 {
		margin: 0 auto 14px;
	}

	.iAbout .texts {
		margin-bottom: 30px;
	}

	.iAbout {
		background-size: cover;
		background-position: center center;
	}

	.iAbout .moreBtn {
		height: 40px;
		width: 160px;
		margin-bottom: 40px;
	}

	.iAbout .list .msg .tit {
		font-size: 22px;
		margin-bottom: 14px;
	}

	.iAbout .list .msg .btn i {
		font-size: 24px;
	}

	.iAbout .list .msg .btn {
		padding: 0px;
		justify-content: center;
		width: 240px;
		height: 40px;
	}

	.iAbout .list .name {
		padding: 10px;
		font-size: 20px;
		line-height: 20px;
	}

	.iAbout .list .msg .btn:hover {
		padding: 0;
	}

}

@media screen and (max-width:999px) {
	.iAbout .moreBtn {
		font-size: 14px;
		height: 35px;
		width: 140px;
	}

	.iAbout .iTit1 {
		margin: 0 auto 10px;
	}

	.iAbout .iTit {
		margin-bottom: 20px;
	}

	.iAbout .list .msg {
		display: none;
	}

	.iAbout .list .name {
		font-size: 18px;
		padding: 5px;
	}

	.iAbout .texts {
		margin-bottom: 20px;
	}



}

@media screen and (max-width:768px) {
	.iAbout .iTit {
		margin-bottom: 15px;
	}

	.iAbout .moreBtn {
		margin-bottom: 30px;
		font-size: 12px;
		border-radius: 2px;
		height: 30px;
		width: 125px;
	}

	.iAbout .iTit1 {
		margin-bottom: 5px;
	}

	.iAbout .list .name {
		font-size: 16px;
	}

	.iAbout .texts {
		margin-bottom: 14px;
	}

}

@media screen and (max-width:538px) {
	.iAbout .iTit {
		margin-bottom: 10px;
	}

	.iAbout .iTit1 {
		margin-bottom: 0;
	}

	.iAbout .moreBtn {
		margin-bottom: 20px;
	}

	.iAbout .list {
		flex-wrap: wrap;
	}

	.iAbout .list .item {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 5px;
	}

	.iAbout .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.iAbout .list .name {
		font-size: 14px;
	}


}











/* indexM3 */
.factory {
	background-image: url("../images/indexM4-bg.png");
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.factory .iTit {
	margin-bottom: 21px;
}

.factory .iTit1 {
	width: 80%;
	margin: 0 auto 45px;

}


.factory .list {
	display: flex;
	flex-wrap: wrap;
}

.factory .list .item {
	width: 32.1%;
	margin-right: 1.85%;
	position: relative;
	overflow: hidden;
	margin-bottom: 17px;
}




.factory .list .item:nth-child(5n-4) {
	width: 66.05%;
}

.factory .list .item:nth-child(5n),
.factory .list .item:nth-child(5n-3) {
	margin-right: 0;
}


.factory .list .item.active .msg {
	transform: translateY(0);
}


.factory .list .item:hover .msg {
	transform: translateY(0);
}

.factory .list a:hover img {
	transform: scale(1, 1);
}

.factory .list .item .msg {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	transform: translateY(100%);
}

.factory .msg .icon {
	font-size: 41px;
	margin-bottom: 31px;
	color: #ffffff;
	margin-top: 2px;
}


.factory .msg .name {
	font-family: OpenSans-Semibold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	width: 100%;
	padding: 0 10px;
}


@media screen and (max-width:1333px) {
	.factory {
		background-size: cover;
		padding: 40px 0 40px 0;
		background-position: center center;
	}

	.factory .msg .icon {
		margin-top: 0;
	}

	.factory .msg .icon {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.factory .iTit1 {
		margin: 0 auto 35px;
	}

}

@media screen and (max-width:999px) {
	.factory .iTit1 {
		margin: 0 auto 30px;
	}

	.factory .msg .icon {
		display: none;
	}

	.factory .list .item .msg {
		transform: translateY(0);
		background-color: rgba(0, 0, 0, .4);
	}
}

@media screen and (max-width:768px) {
	.factory .iTit {
		margin-bottom: 15px;
	}

	.factory .iTit1 {
		margin: 0 auto 20px;
	}
}

@media screen and (max-width:538px) {
	.factory .iTit {
		margin-bottom: 10px;
	}

	.factory .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.factory .list .item:nth-child(5n-4) {
		width: 100%;
		margin-right: 0;
	}

	.factory .list .item:nth-child(5n-2),
	.factory .list .item:nth-child(5n) {
		margin-right: 0;
	}
}


/* indexM4 */
.partners {
	padding: 65px 0 90px 0;
}

.partners .iTit {
	margin-bottom: 29px;
}

.partners .image {
	margin-bottom: 40px;
}

.partners .swiper-slide .image:nth-child(2n) {
	margin-bottom: 0;
}


@media screen and (max-width:1600px) {
	.partners .image {
		margin-bottom: 10px;
	}

	.partners {
		padding: 60px 0 60px 0;
	}

	.partners .iTit {
		margin-bottom: 20px;
	}

}

@media screen and (max-width:1333px) {
	.partners .image {
		margin-bottom: 0;
	}

	.partners {
		padding: 0 0 40px 0;
	}
}

@media screen and (max-width:768px) {
	.partners {
		padding: 0 0 30px 0;
	}

	.partners .iTit {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:538px) {
	.partners {
		padding: 0 0 20px 0;
	}

	.partners .iTit {
		margin-bottom: 10px;
	}
}



/* -----------------------footer----------------------------- */
footer {
	background-color: #111111;
	padding-top: 35px;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
}


footer .footerList .title {
	font-family: OpenSans-Semibold;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 20px;
	text-transform: capitalize;
}




footer .footerList a,
footer .footerList p {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	word-break: break-all;
}



footer .footerList .navigation {
	width: 14%;
	margin-right: 5.55%;
}


footer .footerList .fProducts {
	width: 15%;
	margin-right: 4%;
}


footer .footerList .fContactUs {
	width: 26%;
	margin-right: 4.5%;
}

footer .footerList .fContactUs .name {
	margin-right: 5px;
}


footer .footerList .quickQuite {
	width: 30.95%;
}


footer .footerList ul li {
	margin-bottom: 8px;
}


footer .footerList .navigation li:last-child {
	margin-bottom: 0;
}


footer .footerList .fContactUs li {
	display: flex;
	align-items: flex-start;
}


footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


footer .blogrolls {
	margin-top: 22px;
}

footer .blogrolls a {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border: 2px solid #ffffff;
	margin: 0 13px 10px 0;
	border-radius: 5px;

}


footer .blogrolls a:last-child {
	margin-right: 0;
}


footer .blogrolls a:hover {
	background-color: #015aaa;
	color: #fff !important;
	border-color: #015aaa;
	border-radius: 50%;
}



footer .quickQuite ul {
	display: flex;
	flex-wrap: wrap;

}

footer .quickQuite ul li {
	width: 46.6%;
	margin-right: 6.8%;
	margin-bottom: 12.5px;
	border: solid 1px #cccccc;
	height: 34.5px;
	padding: 0 10px;
	align-items: center;
}


footer .quickQuite ul li:nth-child(2n) {
	margin-right: 0%;
}


footer .quickQuite ul li.message {
	width: 100%;
	height: 67px;
	margin-top: 1px;
	margin-bottom: 14px;
	padding: 9px 10px;
	margin-right: 0;
}


footer .quickQuite ul li.must {
	position: relative;
}

footer .quickQuite ul li.must:after {
	position: absolute;
	content: "*";
	font-family: OpenSans;
	font-size: 18px;
	color: #ff0000;
	left: -18px;
	top: 50%;
	transform: translateY(-50%);
}

footer .quickQuite .fcode {
	display: flex;
	align-items: center;
	width: 100%;
	border: none;
	padding: 0;
	justify-content: space-between;
}

footer .quickQuite .fcode .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 75.6%;
}


footer .quickQuite .fcode .codeInput {
	height: 34.5px;
	border: 1px solid #cccccc;
	padding: 0 12px;
	flex: 1;
}


footer .quickQuite .fCodeImg {
	flex-shrink: 0;
	margin-left: 27px;
	cursor: pointer;
	background-color: #f3fbfe;
}




footer .submitBtn {
	width: 19.8%;
	background-color: #0159aa;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #015aaa;
}

footer .submitBtn:hover {
	background-color: #ffffff;
	color: #015aaa;
	border: 1px solid #ffffff;
}

footer .quickQuite form {
	padding-left: 12px;
	transform: translateX(4px);
}




footer input,
footer textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #ffffff;
	font-family: OpenSans;
	font-size: 14px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family: OpenSans;
	font-size: 14px;
	color: #ffffff;
	opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	font-family: OpenSans;
	font-size: 14px;
	color: #ffffff;
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-family: OpenSans;
	font-size: 14px;
	color: #ffffff;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-family: OpenSans;
	font-size: 14px;
	color: #ffffff;
	opacity: 1;
}


footer .box {
	background-color: #222222;
	margin-top: 47px;
	padding: 13px 0 8px 0;
	border-top: 1px solid #2f2f2f;
	border-bottom: 2px solid #2f2f2f;
}



footer .copyright {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


footer .copyright,
footer .copyright a {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}

footer .copyright span {
	margin: 0 5px;
}


footer .copyright img {
	margin-left: 9px;
}

footer .links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


footer .links,
footer .links a {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
}

footer .links a {
	margin-left: 10px;
}

footer .footerList .fContactUs .name {
	white-space: nowrap;
}

@media screen and (max-width:1600px) {
	footer .quickQuite form {
		transform: translateX(0);
	}

	footer .blogrolls a {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}

}

@media screen and (max-width:1333px) {
	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList .title {
		font-size: 20px;
	}

	footer .footerList>li {
		margin-right: 0 !important;
	}

	footer .footerList ul li {
		margin-bottom: 12px;
	}

	footer .quickQuite .fcode {
		flex-direction: column;
	}

	footer .quickQuite .fcode .con {
		width: 100%;
		margin-bottom: 10px;
	}

	footer .submitBtn {
		width: 100%;
		height: 34.5px;
	}

	footer .quickQuite ul li {
		width: 100%;
		margin-right: 0;
	}

	footer .quickQuite ul li.message {
		height: 80px;
		padding: 10px;
	}

	footer .quickQuite .fCodeImg {
		margin-left: 15px;
	}

	footer .quickQuite .fcode {
		height: auto;
	}

	footer .quickQuite ul li.must:after {
		top: 20px;
	}

}

@media screen and (max-width:999px) {

	footer .links,
	footer li {
		display: none;
	}

	footer li.fContactUs {
		display: block;
	}

	footer .footerList .fContactUs {
		width: 100%;
	}

	footer .blogrolls {
		justify-content: center;
		width: 100%;
		margin-top: 0;
	}

	footer li.fContactUs ul {
		display: none;
	}

	footer .footerList .title {
		display: none;
	}

	footer {
		padding-top: 20px;
	}

	footer .box {
		margin-top: 20px;
		padding: 14px 0 60px 0;
	}

	footer .copyright,
	footer .copyright a {
		font-size: 14px;
		line-height: 24px;

	}

	footer .copyright {
		justify-content: center;
		text-align: center;
	}

	footer .blogrolls a {
		margin: 0 5px;
	}
}

@media screen and (max-width:768px) {
	footer .copyright img {
		width: 70px;
	}

	footer .blogrolls a {
		font-size: 14px;
	}
}

@media screen and (max-width:538px) {
	footer .blogrolls a {
		font-size: 12px;
		border: 1px solid #fff;
		width: 28px;
		height: 28px;
	}

	footer .box {
		padding: 10px 0 60px 0;
		margin-top: 15px;
	}

	footer {
		padding-top: 15px;
	}

	footer .copyright,
	footer .copyright a {
		font-size: 12px;
		line-height: 22px;
	}
}




/* -----------------------1-1Product1----------------------------- */

.product {
	padding: 49px 0 74px 0;
}


.product .title {
	font-family: OpenSans-Semibold;
	font-size: 30px;
	color: #333333;
	margin-bottom: 59px;
}

.product .list {
	display: flex;
	flex-wrap: wrap;
}

.product .list .item {
	width: 48.4%;
	margin-right: 3.2%;
	margin-bottom: 48px;
	background-color: #ffffff;
	box-shadow: 0px 1px 21px 0px rgba(0, 36, 71, 0.1);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product .list .item:nth-child(2n) {
	margin-right: 0;
}

.product .list .image {
	width: 47.7%;
	overflow: hidden;
	background-color: #ffffff;
	border-right: 1px solid #ebebeb;
}


.product .list .msg {
	flex: 1;
	padding: 10px 36px;
	margin-top: -2px;
}


.product .list .msg .title2 {
	font-family: OpenSans-Semibold;
	font-size: 20px;
	color: #333333;
	margin-bottom: 28px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.product .list .msg .txt {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 42px;
}



.product .list .msg .btn {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #015aaa;
}



.product .list .msg .btn:hover {
	text-decoration: underline;
}

@media screen and (max-width:1600px) {
	.product .list .msg{
		margin-top: 0;
	}
	.product {
		padding: 50px 0 50px 0;
	}

	.product .list .msg .title2 {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.product .list .msg {
		padding: 10px 20px;
	}

	.product .list .msg .txt {
		margin-bottom: 35px;
	}

	.product .title {
		margin-bottom: 50px;
	}


}

@media screen and (max-width:1333px) {
	.product {
		padding: 30px 0 30px 0;
	}

	.product .title {
		font-size: 26px;
		margin-bottom: 40px;
	}

	.product .list .msg .title2 {
		margin-bottom: 5px;
	}

	.product .list .msg {
		padding: 10px;
	}

	.product .list .msg .txt {
		margin-bottom: 20px;
	}

	.product .list .item {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

}

@media screen and (max-width:999px) {
	.product .title {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.product .list .msg .txt {
		margin-bottom: 10px;
	}

	.product .list .item {
		margin-bottom: 14px;
	}

	.product {
		padding: 20px 0 20px 0;
	}
}

@media screen and (max-width:768px) {
	.product .list .msg .txt {
		-webkit-line-clamp: 2;
	}

	.product .list .msg .txt {
		margin-bottom: 0px;
	}

	.product .list .msg .title2 {
		margin-bottom: 0;
	}

	.product .list .msg {
		flex: none;
		width: 50%;
		padding: 5px;
	}

	.product .list .image {
		width: 50%;
	}

	.product .title {
		font-size: 22px;
		margin-bottom: 20px;
	}


}

@media screen and (max-width:538px) {
	.product .title {
		font-size: 20px;
		line-height: 30px;
	}

	.product .list .item {
		flex-direction: column;
	}

	.product .list .image {
		width: 100%;
		max-width: 170px;
		margin: 0 auto;
		border-right: none;
	}

	.product .list .msg {
		width: 100%;
		padding: 10px;
		border-top: 1px solid #ebebeb;
	}


}




@media screen and (max-width:400px) {
	.product .list .item {
		width: 100%;
	}

}

/* -----------------------1-1Product2----------------------------- */

.productDet {
	padding: 46px 0 62px 0;
}


.productDet .msg {
	width: 100%;
}

.productDet .image {
	width: 28.6%;
	float: right;
	margin-left: 10%;
	margin-right: 2.3%;
	margin-top: 3px;
}




.productDet .msg h1 {
	font-family: OpenSans-Semibold;
	font-size: 30px;
	color: #333333;
	margin-bottom: 14px;
}

.productDet .msg .txts {
	margin-bottom: 31px;
}


.productDet .msg p {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}


.productDet .btn {
	width: 182px;
	height: 45px;
	background-color: #015aaa;
	border-radius: 8px;
	text-align: center;
	font-family: OpenSans;
	font-size: 16px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #015aaa;
}

.productDet .btn:hover {
	background-color: #ffffff;
	color: #015aaa;
}

.product.productDetList {
	padding: 0;
	margin-bottom: 59px;
}


@media screen and (max-width:1600px) {
	.productDet .image {
		margin-right: 0;
	}
}

@media screen and (max-width:1333px) {
	.productDet .btn {
		height: 40px;
		width: 160px;
		border-radius: 5px;
	}

	.productDet .image {
		width: 35%;
		margin-top: 40px;
	}

	.productDet {
		padding: 40px 0 50px 0;
	}

	.product.productDetList {
		margin-bottom: 50px;
	}

	.productDet .msg h1 {
		font-size: 28px;
	}


}

@media screen and (max-width:999px) {
	.productDet {
		padding: 40px 0 40px 0;
	}

	.productDet .msg h1 {
		font-size: 26px;
	}

	.productDet .msg .txts {
		margin-bottom: 20px;
	}

	.productDet .btn {
		border-radius: 3px;
	}

	.product.productDetList {
		margin-bottom: 40px;
	}

}

@media screen and (max-width:768px) {
	.productDet {
		padding: 30px 0 30px 0;
	}

	.productDet .msg h1 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.productDet .image {
		margin-left: 5%;
		width: 40%;
		margin-top: 45px;
	}

	.productDet .btn {
		height: 35px;
		width: 140px;
	}
}


@media screen and (max-width:538px) {
	.productDet .msg h1 {
		font-size: 20px;
	}

	.productDet .con {
		display: flex;
		flex-direction: column-reverse;
	}

	.productDet .image {
		float: none;
		margin: 0;
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.productDet .msg {
		margin-bottom: 30px;
	}

	.productDet {
		padding: 20px 0 30px 0;
	}

	.product.productDetList {
		margin-bottom: 20px;
	}
}


/* -----------------------1-2Product----------------------------- */

.product.product2 {
	padding: 56px 0 79px 0;
}

.product.product2 .title {
	margin-bottom: 46px;
}


.product form .list {
	margin-bottom: 28px;
}

.product form .btns {
	display: flex;
	align-items: center;
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #015aaa;
	transform: translateY(1px);
}

.product form .btns a {
	color: #015aaa;
}

.product form .btns a:hover {
	text-decoration: underline;
}


.product form input {
	width: 14px;
	height: 14px;
	border: solid 1px #cdcdcd;
	margin-right: 15px;
	cursor: pointer;
}

.product.product2 .list .msg .title2{
	-webkit-line-clamp: 3;
}


@media screen and (max-width:1600px) {
	.product form .btns {
		transform: translateY(0);
	}

	.product.product2 {
		padding: 55px 0 70px 0;
	}
}

@media screen and (max-width:1333px) {
	.product .list .msg .title2 {
		-webkit-line-clamp: 1;
	}
}

@media screen and (max-width:999px) {
	.product form .btns {
		font-size: 12px;
	}

	.product form input {
		margin-right: 5px;
	}

	.product.product2 {
		padding: 40px 0 60px 0;
	}

	.product.product2 .title {
		margin-bottom: 40px;
	}
	.product.product2 .list .msg .title2{
		-webkit-line-clamp: 2;
	}
	
}

@media screen and (max-width:768px) {
	.product.product2 {
		padding: 30px 0 30px 0;
	}

	.product.product2 .title {
		margin-bottom: 30px;
	}

	.product form .list {
		margin-bottom: 20px;
	}
	.product.product2 .list .msg .title2{
		-webkit-line-clamp: 1;
	}
	

}

@media screen and (max-width:538px) {
	.product.product2 {
		padding: 20px 0 20px 0;
	}

	.product.product2 .title {
		margin-bottom: 20px;
	}

	.product form .list {
		margin-bottom: 10px;
	}
}


/* -----------------------2-1Customization----------------------------- */

.customization {
	padding: 41px 0 69px 0;
}

.customization .title1 {
	font-family: OpenSans-Semibold;
	font-size: 48px;
	color: #333333;
	margin-bottom: 59px;
	text-align: center;
}

.customization .image {
	width: 48.6%;
	margin-right: 2.5%;
	float: left;
}

.customization .msg .tit {
	font-family: OpenSans-Semibold;
	font-size: 30px;
	color: #333333;
	margin-bottom: 15px;
}

.customization .msg p {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}



@media screen and (max-width:1333px) {
	.customization .title1 {
		margin-bottom: 50px;
	}

	.customization .msg .tit {
		font-size: 24px;
	}
}

@media screen and (max-width:999px) {
	.customization .title1 {
		margin-bottom: 40px;
	}

	.customization .msg .tit {
		font-size: 22px;
	}

}

@media screen and (max-width:768px) {
	.customization .title1 {
		margin-bottom: 30px;
	}

	.customization .msg .tit {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:538px) {
	.customization .title1 {
		margin-bottom: 20px;
	}

	.customization .msg .tit {
		font-size: 18px;
	}

	.customization .image {
		float: none;
		width: 100%;
		margin-top: 10px;
	}

	.customization .con {
		display: flex;
		flex-direction: column-reverse;
	}
}




.progress {
	padding: 73px 0 67px 0;
	background-color: #f5f5f5;
}




.progress .tit {
	font-family: OpenSans-Semibold;
	font-size: 30px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 21px;
	text-align: center;
}

.progress .txt {
	font-family: OpenSans;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 60px;
	text-align: center;
}


.progress .list {
	display: flex;
justify-content: space-around;
}

.progress .list .item {
	width: 27.5%;
	background-color: #ffffff;
	position: relative;
	padding: 104px 3% 45px;
	border-radius: 0px 50px 0px 50px;
}

.progress .list .item:hover {
	box-shadow: -1px 1px 24px 0px rgba(0, 0, 0, 0.1);
}



.progress .list .item .image {
	width: 107px;
	height: 107px;
	background-color: #015aaa;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-25%) translateX(-50%);
}



.progress .list .item .image img {
	width: 62px;
	height: 62px;
}

.progress .list .item .title2 {
	font-family: OpenSans-Semibold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	padding: 0 1%;
}

.progress .list .row {
	width: 7.6%;
	display: flex;
	align-items: center;
	justify-content: center;
}


@media screen and (max-width:1600px) {
	.progress .list .item .image {
		width: 80px;
		height: 80px;
	}

	.progress .list .item .image img {
		width: 50px;
		height: 50px;
	}

	.progress .list .item {
		padding: 80px 20px 40px;
	}
}

@media screen and (max-width:1333px) {
	.progress .list .item .image {
		width: 70px;
		height: 70px;
	}

	.progress .list .item .image img {
		width: 45px;
		height: 45px;
	}

	.progress .list .item {
		padding: 70px 20px 40px;
		border-radius: 0 30px 0 30px;
	}

	.progress .tit {
		font-size: 28px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.progress .list .row {
		display: none;
	}

	.progress .list .item {
		width: 32%;
		margin-right: 2%;
		border-radius: 20px 0 20px 0;
		padding: 55px 10px 30px 10px;
	}

	.progress .list .item .image {
		width: 60px;
		height: 60px;
	}

	.progress .list .item:last-child {
		margin-right: 0;
	}

	.progress .list .item .image img {
		width: 35px;
		height: 35px;
	}

	.progress .txt {
		margin-bottom: 40px;
	}

	.progress .tit {
		font-size: 26px;
	}

}

@media screen and (max-width:768px) {
	.progress .tit {
		font-size: 24px;
	}

	.progress .txt {
		margin-bottom: 35px;
	}

	.progress .list {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.progress .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		padding: 40px 10px 30px 10px;
		margin-bottom: 20px;
		border-radius: 20px 0 20px 0;
	}

	.progress .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.progress .list .item .image img {
		width: 30px;
		height: 30px;
	}

	.progress .list .item .image {
		width: 50px;
		height: 50px;
	}

}

@media screen and (max-width:538px) {
	.progress .tit {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.progress .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 30px;
	}

	.progress .list .item:last-child {
		margin-bottom: 0;
	}
}





.overview {
	padding: 52px 0 75px 0;
}

.overview .title1 {
	font-family: OpenSans-Semibold;
	font-size: 48px;
	color: #333333;
	margin-bottom: 28px;
	text-align: center;
}




.overview .tit {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 30px;
	text-align: center;
	width: 80%;
	margin: 0 auto 31px;
}


.overview .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 48px;
	flex-wrap: wrap;
}



.overview .btns a {
	padding: 11px 17px 15px 17px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #015aaa;
	font-family: OpenSans;
	font-size: 16px;
	color: #015aaa;
	margin: 5px 15px;
}



.overview .btns a:hover,
.overview .btns a.active {
	background-color: #015aaa;
	color: #ffffff;
}





.overview .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 32px;
}


.overview .item {
	width: 31.6%;
	margin-right: 2.6%;
	margin-bottom: 50px;
	outline: solid 1px #ebebeb;
}



.overview .item:nth-child(3n) {
	margin-right: 0;
}

.overview .image:hover img {
	transform: scale(1, 1);
}

.overview .item .txt {
	padding: 16px 19.5px 18px 19.5px;
	position: relative;
	font-family: OpenSans;
	font-size: 16px;
	color: #333333;
}

.overview .txt:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 100%;
	background-color: #015aaa;
	opacity: 0;
	left: 0;
	top: 0;
	transition: .3s linear all;
}


.overview .item:hover {
	box-shadow: -1px 1px 12px 0px rgba(0, 0, 0, 0.09);
	outline: 1px solid transparent;
}

.overview .item:hover .txt:after {
	opacity: 1;
}


.factory.equipment {
	margin-bottom: 123px;
}


@media screen and (max-width:1600px) {
	.overview {
		padding: 60px 0 70px 0;
	}

	.overview .btns a {
		padding: 10px 15px;
		border-radius: 5px;
	}

	.overview .item .txt {
		padding: 15px;
	}

	.overview .item {
		margin-bottom: 40px;
	}

	.overview .list {
		margin-bottom: 20px;
	}

	.overview .tit {
		width: 90%;
	}

	.factory.equipment {
		margin-bottom: 80px;
	}

}

@media screen and (max-width:1333px) {
	.overview .btns a {
		padding: 6px 10px;
		margin: 5px 10px;
	}

	.overview .btns {
		margin-bottom: 40px;
	}

	.overview .title1 {
		margin-bottom: 20px;
	}

	.overview .item .txt {
		padding: 10px;
	}

	.overview .item {
		margin-bottom: 30px;
	}

	.overview .list {
		margin-bottom: 10px;
	}

	.factory.equipment {
		margin-bottom: 40px;
		padding: 20px 0 20px 0;
	}


}

@media screen and (max-width:999px) {
	.overview .item .txt {
		padding: 5px 8px;
	}

	.overview .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.overview .item:nth-child(3n) {
		margin-right: 0;
	}

	.overview .tit {
		margin: 0 auto 20px;
	}

	.overview .btns a {
		font-size: 14px;
	}

	.overview .btns {
		margin-bottom: 30px;
	}

	.factory.equipment {
		margin-bottom: 20px;
		padding: 20px 0 20px 0;
	}
}

@media screen and (max-width:768px) {
	.overview .btns a {
		font-size: 12px;
	}

	.overview .btns {
		margin-bottom: 20px;
	}

	.overview .btns a {
		border-radius: 2px;
	}

	.factory.equipment {
		margin-bottom: 15px;
		padding: 15px 0 15px;
	}
}

@media screen and (max-width:538px) {
	.overview .btns a {
		margin: 5px;
	}

	.overview .tit {
		margin: 0 auto 10px;
	}

	.overview .item:nth-child(n) {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 14px;
	}

	.overview .item:nth-child(2n) {
		margin-right: 0%;
	}

	.overview .item .txt {
		padding: 2px 8px;
	}

	.factory.equipment {
		margin-bottom: 10px;
		padding: 10px 0 10px 0;
	}
}



/* -----------------------3-1About----------------------------- */

.about {
	padding: 80px 0 74px 0;
}

.about .con>.image {
	float: right;
	width: 50%;
	margin-left: 3%;
}

.about .msg .title {
	display: flex;
	align-items: center;
	margin-bottom: 36px;
	margin-top: -4px;
}

.about .msg .title .image {
	width: 12.5%;
	margin-right: 1.1%;
	transform: translateY(12px);
}



.about .msg .title p {
	font-family: OpenSans-Semibold;
	font-size: 48px;
	color: #333333;
	display: flex;
	align-items: center;
	hyphens: auto;
}

.about .msg .title p span {
	color: #015aaa;
	margin-right: 13px;
}

.about .msg .txts p {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 15px;
}


.about .msg .txts p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:1600px) {
	.about {
		padding: 80px 0 80px 0;
	}

	.about .msg .title {
		margin-top: 0;
	}

	.about .msg .title .image {
		transform: translateY(0);
	}


}

@media screen and (max-width:1333px) {
	.about .msg .title {
		margin-bottom: 30px;
	}

	.about .msg .title p span {
		margin-right: 10px;
	}

}

@media screen and (max-width:999px) {
	.about .msg .title {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.about .msg .title p span {
		margin-right: 5px;
	}
}

@media screen and (max-width:538px) {
	.about .con>.image {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}

	.about .con {
		display: flex;
		flex-direction: column-reverse;
	}
}










.company {
	background-color: #015aaa;
}


.company .box {
	padding: 42px 0 125px 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-image: url("../images/aboutM2-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}




.company .title1 {
	font-family: OpenSans-Semibold;
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 60px;
	text-align: center;
}

.company .msg .tit {
	margin-bottom: 22px;
}

.company .msg .tit p {
	font-family: OpenSans-Semibold;
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
}



.company .txt {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	width: 86%;
	margin: 0 auto;
}



.company .msg {
	position: relative;
}

.company .msg .arr1,
.company .msg .arr2 {
	position: absolute;
	width: 5%;
}

.company .msg .arr1 {
	left: 20.9%;
	top: -6%;
}

.company .msg .arr2 {
	right: 17.5%;
	bottom: -31.5%;
}

@media screen and (max-width:1600px) {
	.company .title1 {
		margin-bottom: 40px;
	}

	.company .box {
		padding: 40px 0 120px 0;
	}
}

@media screen and (max-width:1333px) {
	.company .msg .arr1 {
		top: 10%;
	}

	.company .box {
		padding: 40px 0 100px 0;
	}
}

@media screen and (max-width:999px) {
	.company .txt {
		width: 100%;
	}

	.company .box {
		padding: 40px 0 80px 0;
	}

	.company .title1 {
		margin-bottom: 30px;
	}

	.company .msg .tit {
		margin-bottom: 14px;
	}
}

@media screen and (max-width:768px) {
	.company .box {
		padding: 30px 0 60px 0;
	}

	.company .msg .arr2 {
		bottom: -20%;
	}

	.company .title1 {
		margin-bottom: 20px;
	}

}

@media screen and (max-width:538px) {
	.company .box {
		padding: 20px 0 50px 0;
	}

	.company .msg .arr1 {
		top: 15%;
		left: 2%;
	}

	.company .msg .arr1,
	.company .msg .arr2 {
		width: 7%;
	}

	.company .msg .arr2 {
		bottom: -10%;
		right: 2%;
	}

	.company .title1 {
		margin-bottom: 14px;
	}


}










.history .con {
	padding: 66px 0 87px 0;
	background-attachment: fixed;
	background-image: url("../images/aboutM3-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.history .title1 {
	font-family: OpenSans-Semibold;
	font-size: 48px;
	color: #333333;
	margin-bottom: 50px;
	text-align: center;
}

.history .swiperBox {
	position: relative;
	padding: 70px 0 50px 0;
}

.history .swiperBox .swiper {
	height: 875px;
}

.history .swiperBox:after {
	content: "";
	position: absolute;
	left: 18.15%;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 91.8%;
	background-color: rgba(149, 149, 149, 0.6);
}


.history .swiper-slide {
	height: max-content;
}

.history .image {
	width: 15%;
	margin-right: 2.5%;
	transform: translateY(6.4%);
}



.history .swiper-slide {
	display: flex;
	align-items: center;
}

.history .circle {
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(1, 90, 170, 0.2);
	flex-shrink: 0;
	border-radius: 50%;
	margin-right: 1.5%;

}

.history .circle .box {
	width: 12px;
	height: 12px;
	background-color: #015aaa;
	border-radius: 50%;
}


.history .msg {
	flex: 1;
	margin-top: 70px;
}

.history .msg .tit {
	font-family: OpenSans-Semibold;
	font-size: 30px;
	color: #333333;
	margin-bottom: 9px;
}

.history .msg .txts p {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}


.history .prev,
.history .next {
	width: 32px;
	height: 32px;
	border: solid 2px #bbbbbb;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 9;
	left: 17.2%;
	color: #000000;
	cursor: pointer;

}


.history .prev:hover,
.history .next:hover {
	background-color: #015aaa;
	color: #ffffff;
	border-color: #015aaa;
}

.history .prev {
	top: 0;
}

.history .next {
	bottom: 0;
}

@media screen and (max-width:1600px) {
	.history .msg {
		margin-top: 0;
	}

	.history .image {
		transform: translateY(0);
	}

	.history .swiperBox:after {
		left: 18.2%;
	}

	.history .msg .tit {
		font-size: 28px;
	}

}

@media screen and (max-width:1333px) {
	.history .msg .tit {
		font-size: 24px;
	}

	.history .swiperBox {
		padding: 50px 0 50px 0;
	}

	.history .swiperBox:after {
		left: 18.5%;
	}

	.history .prev,
	.history .next {
		left: 17%;
	}

	.history .swiperBox .swiper {
		height: 750px;
	}
}

@media screen and (max-width:999px) {
	.history .title1 {
		margin-bottom: 40px;
	}

	.history .msg .tit {
		font-size: 22px;
	}

	.history .image {
		width: 20%;
	}

	.history .swiperBox:after {
		left: 23.8%;
	}

	.history .prev,
	.history .next {
		left: 21.7%;
	}

	.history .swiperBox .swiper {
		height: 700px;
	}
}

@media screen and (max-width:768px) {
	.history .swiperBox .swiper {
		height: 500px;
	}

	.history .msg .tit {
		font-size: 20px;
	}

	.history .swiperBox:after {
		height: 85%;
	}

	.history .image {
		width: 26%;
	}

	.history .swiperBox:after {
		left: 30%;
	}

	.history .prev,
	.history .next {
		left: 27.2%;
	}
}

@media screen and (max-width:538px) {
	.history .swiper-slide {
		flex-direction: column;
	}

	.history .circle {
		display: none;
	}

	.history .image {
		width: 100%;
		max-width: 210px;
		margin: 0 auto;
	}

	.history .msg {
		margin-top: 10px;
	}

	.history .swiperBox {
		padding: 0;
	}

	.history .swiperBox .swiper {
		height: auto;
	}

	.history .swiperBox:after {
		display: none;
	}

	.history .prev,
	.history .next {
		bottom: auto;
		top: 20%;
		left: auto;
		right: auto;
	}

	.history .prev {
		left: 0%;
		transform: rotate(-90deg);
	}

	.history .next {
		right: 0%;
		transform: rotate(-90deg);
	}

	.history .txts {
		overflow: auto;
		scrollbar-color: #015aaa rgba(0, 0, 0, 0.2);
		scrollbar-width: thin;
		max-height: 90px;
	}


	.history .txts::-webkit-scrollbar {
		width: 2px;
	}

	.history .txts::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background-color: #015aaa;
	}

	.history .txts::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		background: #ffffff;
	}

	.history .txts::-webkit-scrollbar-button {
		display: none;
	}

	.history .msg .tit {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.history .title1 {
		margin-bottom: 30px;
	}
}

.aboutBox {
	padding: 58px 0 94px 0;
	background-attachment: fixed;
	background-image: url("../images/aboutM4-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.certification .title1 {
	font-family: OpenSans-Semibold;
	font-size: 48px;
	color: #333333;
	margin-bottom: 69px;
	text-align: center;
}


.pum1 {
	padding-bottom: 98px;
}

.pum1 .box {
	position: relative;
	margin: auto;
	max-width: 1400px;
}


.pum1 .box ul {
	position: relative;
	margin: auto;
	height: 411px;
}


.pum1 .box li {
	position: absolute;
	width: 0;
	height: 0;
	z-index: 0;
	cursor: pointer;
	overflow: hidden;
	-moz-box-sizing: content-box;
	box-sizing: content-box !important;
	transition: none;
}

.pum1 .box li a {
	display: block;
	overflow: hidden;
}

.pum1 .box li:nth-child(3) img {
	opacity: 1;
}

.pum1 .box li>span {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	position: absolute;
	width: 100%;
	margin: auto;
	left: 0px;
	top: 455px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.pum1 .box .prev,
.pum1 .box .next {
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	color: #ffffff;
	z-index: 99;
	top: 57.2%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	line-height: 40px;
	font-size: 18px;
	border: 1px solid #015aaa;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #015aaa;
	font-size: 16px;
}





.pum1 .box .prev:hover,
.pum1 .box .next:hover {
	background-color: #005bc2;
	color: #ffffff;
}

.pum1 .box .prev {
	left: 7.5px;
}


.pum1 .box .next {
	right: -10px;
}



.pum1 #copyright {
	padding-top: 10px;
	text-align: center;
	border: 1px solid
}


.pum1 .famain {
	padding-top: 29px;
	padding-bottom: 90px;
}

.pum1 .famain .subNav2 {
	padding-top: 11px;
	padding-bottom: 11px;
}

.pum1 .famain .navContent2 {
	padding-top: 32px;
	padding-bottom: 33px;
}

.pum1 a:hover img {
	transform: scale(1, 1);
}



.pum1 .box li .name {
	font-family: OpenSans;
	font-size: 18px;
	color: #333333;
	text-align: center;
	width: 100%;
	margin-top: 42px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.pum1 .box li:nth-child(4) {
	overflow: visible;
}




@media screen and (max-width: 1600px) {
	.aboutBox {
		padding: 60px 0 0px 0;
	}

	.pum1 {
		padding-bottom: 40px;
	}

	.certification .title1 {
		margin-bottom: 50px;
	}

	.pum1 .box li .name {
		margin-top: 20px;
	}

	.pum1 .box .prev {
		left: -20px;
	}

	.pum1 .box .next {
		right: -20px;
	}

	.pum1 .box {
		margin-top: 0px;
		padding: 0px;
		width: auto;
	}



	.pum1 .img-scroll7 {
		position: relative;
		width: 100%;
		z-index: 9
	}

	.pum1 .img-list7 {
		position: relative;
		overflow: hidden;
		z-index: 90;
		margin: 0 30px;
	}

	.pum1 .img-list7 ul {
		transition: none;
		width: 10000% !important;
		height: auto !important;
	}

	.pum1 .box li {
		position: relative;
		left: auto;
		top: auto;
		width: 0.32% !important;
		height: auto !important;
		padding: 0px;
	}

	.pum1 .img-list7 li {
		float: left;
		display: inline;
		margin-right: 0.02% !important;
		margin-left: auto;
	}

	.pum1 .box .prev,
	.pum1 .box .next {
		top: 50%;
		transform: translateY(-50%);
	}

}


@media screen and (max-width: 1333px) {
	.pum1 {
		padding-bottom: 60px;
	}

	.aboutBox {
		padding: 60px 0 20px 0;
	}

	.pum1 .box li .name {
		margin-top: 15px;
		font-size: 16px;
	}

	.certification .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 999px) {
	.aboutBox {
		padding: 40px 0 20px 0;
	}

	.pum1 .box li .name {
		margin-top: 10px;
		font-size: 14px;
	}
	.pum1 .box .next{
		right: -15px;
	}
	.pum1 .box .prev{
		left: -15px;
	}
	.certification .title1{
		margin-bottom: 30px;
	}
	.pum1{
		padding-bottom: 50px;
	}
	
}

@media screen and (max-width: 767px) {
	.certification .title1{
		margin-bottom: 20px;
	}
	.pum1 .box .prev, .pum1 .box .next{
		top: 110%;
		left: 50%;
		width: 30px;
		height: 30px;
	}
	.pum1 .img-list7{
		margin: 0 ;
	}
	.pum1{
		padding-bottom: 80px;
	}
	.pum1 .box .prev{
		transform: translateX(-130%);
	}
	.pum1 .box .next{
		transform: translateX(30%);
	}
	.aboutBox{
		padding: 30px 0 20px 0;
	}
}

@media screen and (max-width: 538px) {
	.pum1 .box li {
		width: 0.49% !important;
	}
	
	.pum1 .img-list7 li {
		margin-right: 0.02% !important;
	}
	.aboutBox{
		padding: 20px 0 10px 0;
	}
	.pum1{
		padding-bottom: 70px;
	}
	.pum1 .box .prev, .pum1 .box .next{
		width: 28px;
		height: 28px;
		font-size: 14px;
		top: 105%;
	}
}














/* -----------------------4-1Media----------------------------- */

.new {
	padding: 59px 0 69px 0;
}



.new .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f5f5f5;
	margin-bottom: 30px;
}




.new .con .image {
	width: 37.6%;
}

.new .con .msg {
	width: 60.05%;
	padding: 10px 0;
}

.new .con .msg .tit {
	font-family: OpenSans-Semibold;
	font-size: 20px;
	color: #015aaa;
	margin-bottom: 19px;
	margin-top: 16px;

}


.new .con .msg .txts {
	margin-bottom: 32px;
	overflow: auto;
	scrollbar-color: #015aaa rgba(0, 0, 0, 0.2);
	scrollbar-width: thin;
	max-height: 125px;
}



.new .con .msg .txts::-webkit-scrollbar {
	width: 4px;
}

.new .con .msg .txts::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #015aaa;
}

.new .con .msg .txts::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ffffff;
}

.new .con .msg .txts::-webkit-scrollbar-button {
	display: none;
}


.new .con .msg .txts a {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.new .con .msg .btn {
	width: 182px;
	height: 45px;
	background-color: #015aaa;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: OpenSans;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #015aaa;
}


.new .con .msg .btn:hover {
	background-color: #ffffff;
	color: #015aaa;
}

@media screen and (max-width:1600px) {
	.new .con .msg .tit {
		margin-top: 0;
	}

	.new .con .msg .txts {
		margin-bottom: 25px;
	}

}

@media screen and (max-width:1333px) {
	.new .con .msg .btn {
		width: 160px;
		height: 40px;
		border-radius: 5px;
	}

	.new .con .msg {
		width: 52%;
	}

	.new .con .image {
		width: 45%;
	}

	.new .con .msg .txts {
		max-height: 80px;
	}

	.new .con .msg .tit {
		margin-bottom: 8px;
	}

}

@media screen and (max-width:999px) {
	.new .con .msg .btn {
		height: 35px;
		width: 140px;
		border-radius: 3px;
	}

	.new .con .msg .txts {
		max-height: 70px;
	}

	.new .con .msg {
		padding: 5px 0;
	}

	.new .con {
		padding: 10px;
	}
}




@media screen and (max-width:768px) {
	.new .con .msg .tit {
		margin-bottom: 5px;
	}

	.new .con .msg .txts {
		margin-bottom: 5px;
	}

	.new .con .msg .btn {
		height: 30px;
		width: 130px;
	}
}

@media screen and (max-width:538px) {
	.new .con {
		flex-direction: column;
	}

	.new .con .image {
		width: 100%;
	}

	.new .con .msg {
		width: 100%;
		padding: 10px 0px;
	}

	.new .con .msg .txts {
		max-height: none;
		margin-bottom: 10px;
	}

	.new .con .msg .btn {
		margin-bottom: 5px;
	}

	.new .con {
		margin-bottom: 10px;
	}

	.new .item .month,
	.new .item .year {
		font-size: 12px;
		line-height: 20px;
	}

}









.new .list {
	margin-bottom: 65px;
}





.new .item {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #f5f5f5;
	padding: 43px 0 45px 0;
}

.new .item .time {
	background-color: #015aaa;
	padding: 22px 10px 10px;
	width: 108px;
	height: 152px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 27px;
	flex-shrink: 0;
}



.new .item .day {
	font-family: OpenSans-Semibold;
	font-size: 50px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 24px;
}


.new .item .line {
	width: 88%;
	height: 1px;
	background-color: #e0e0e0;
	margin-bottom: 9px;
	flex-shrink: 0;
}


.new .item .month,
.new .item .year {
	font-family: OpenSans;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}



.new .item .msg .tit {
	font-family: OpenSans-Semibold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.new .item .msg .des {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 25px;
}



.new .item .msg .btn {
	font-family: OpenSans;
	font-size: 16px;
	color: #015aaa;
}



.new .item .msg .btn:hover {
	text-decoration: underline;
}

.new .item .msg {
	width: 100%;
}



@media screen and (max-width:1333px) {
	.new .item {
		padding: 40px 0 40px 0;
	}

	.new .item .day {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.new .list {
		margin-bottom: 40px;
	}

	.new .item .time {
		width: 100px;
		padding: 10px;
		justify-content: center;
	}
}

@media screen and (max-width:999px) {
	.new .item {
		padding: 30px 0 30px 0;
	}

	.new .item .msg .des {
		margin-bottom: 14px;
	}

	.new .item .msg .tit {
		font-size: 18px;
	}

	.new .item .time {
		height: 130px;
		width: 90px;
	}

	.new .item .day {
		font-size: 34px;
		margin-bottom: 15px;
	}

	.new .item .month,
	.new .item .year {
		font-size: 16px;
		line-height: 26px;
	}

	.new .item .msg .des,
	.new .item .msg .btn {
		font-size: 14px;
		line-height: 24px;

	}

	.new .list {
		margin-bottom: 30px;
	}

	.new .item .line {
		margin-bottom: 5px;
	}

}

@media screen and (max-width:768px) {
	.new .item .msg .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.new .item .day {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.new .item .month,
	.new .item .year {
		font-size: 14px;
		line-height: 24px;
	}

	.new .item .msg .des,
	.new .item .msg .btn {
		font-size: 12px;
		line-height: 22px;
	}

	.new .item .time {
		height: 120px;
		width: 80px;
		margin-right: 20px;
	}

	.new .item {
		padding: 25px 0 25px 0;
	}
}

@media screen and (max-width:538px) {
	.new .item {
		padding: 20px 0 20px 0;
	}

	.new .item .time {
		width: 65px;
		margin-right: 14px;
		padding: 5px;
		height: 115px;
	}

	.new .item .day {
		font-size: 24px;
	}
}



/* -----------------------4-2Media----------------------------- */


.newsDet {
	padding: 53px 0 85px 0;
}


.newsDet h1 {
	font-family: OpenSans-Semibold;
	font-size: 30px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 19px;
	text-align: center;
}

.newsDet .time {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 33px;
}


.newsDet .time .day {
	font-family: OpenSans;
	font-size: 16px;
	color: #666666;
	margin-right: 12px;
}


.newsDet .time .share {
	display: flex;
	align-items: center;
}


.newsDet .time .share span {
	font-family: OpenSans;
	font-size: 16px;
	color: #666666;
	margin-right: 12px;
}

.newsDet .con {
	padding: 0 1.5%;
}

.newsDet .con p {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.newsDet .line {
	width: 100%;
	height: 1px;
	background-color: #cccccc;
	margin-top: 47px;
	margin-bottom: 38px;
}


.prevOrNext>div {
	display: flex;
	align-items: center;
}


.prevOrNext .prev {
	margin-bottom: 17px;
}

.prevOrNext p,
.prevOrNext a {
	font-family: OpenSans;
	font-size: 18px;
	line-height: 23px;
	color: #333333;
}

.prevOrNext .name {
	flex-shrink: 0;
	white-space: nowrap;
}

.prevOrNext .tit {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}



.prevOrNext .name {
	margin-right: 5px;
}

.prevOrNext a:hover {
	color: #015aaa;
}


@media screen and (max-width:1600px) {
	.newsDet .con {
		padding: 0;
	}

	.newsDet {
		padding: 60px 0 80px 0;
	}
}

@media screen and (max-width:1333px) {
	.newsDet h1 {
		font-size: 28px;
		line-height: 30px;
	}

	.newsDet .line {
		margin: 30px 0 30px 0;
	}

	.prevOrNext a,
	.newsDet .time .share span {
		font-size: 16px;
		line-height: 28px;
	}

	.prevOrNext .prev {
		margin-bottom: 15px;
	}

}

@media screen and (max-width:999px) {
	.newsDet h1 {
		font-size: 26px;
	}

	.prevOrNext a,
	.newsDet .time .share span {
		font-size: 14px;
		line-height: 24px;
	}

	.prevOrNext .prev {
		margin-bottom: 10px;
	}

	.newsDet .time .share span {
		margin-right: 10px;
	}

}

@media screen and (max-width:768px) {
	.newsDet h1 {
		font-size: 24px;
	}

	.prevOrNext a,
	.newsDet .time .share span {
		font-size: 12px;
		line-height: 22px;
	}

	.newsDet .time .share span {
		margin-right: 5px;
	}

	.newsDet .time {
		margin-bottom: 20px;
	}

	.newsDet .line {
		margin: 20px 0 20px 0;
	}

	.prevOrNext .prev {
		margin-bottom: 5px;
	}

}

@media screen and (max-width:538px) {
	.newsDet h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.newsDet .time {
		flex-direction: column;
	}
}




.realtedProduct {
	padding: 50px 0 64px 0;
	background-color: #f5f5f5;
}


.realtedProduct .title {
	position: relative;
	margin-bottom: 56px;
}

.realtedProduct .title1 {
	font-family: OpenSans-Semibold;
	font-size: 48px;
	color: #333333;
	text-align: center;
}



.realtedProduct .title .btns {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);

}

.realtedProduct .title .btns div {
	width: 50px;
	height: 50px;
	border: solid 1px #015aaa;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #015aaa;
	cursor: pointer;
	border-radius: 50%;
	margin-left: 14px;
	font-size: 20px;
	font-weight: bold;
}




.realtedProduct .title .btns div:hover {
	background-color: #015aaa;
	color: #ffffff;
}

.realtedProduct .image {
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	overflow: hidden;
}

.realtedProduct .msg {
	padding: 9px 0;
}

.realtedProduct .msg .tit {
	font-family: OpenSans-Semibold;
	font-size: 18px;
	color: #333333;
	margin-bottom: 6px;
}


.realtedProduct .msg .txt {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}


@media screen and (max-width:1600px) {
	.realtedProduct .title .btns div {
		font-size: 18px;
	}
}

@media screen and (max-width:1333px) {
	.realtedProduct .title .btns div {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.realtedProduct .title {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.realtedProduct .title .btns div {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}

	.realtedProduct .title {
		margin-bottom: 30px;
	}

	.realtedProduct .msg {
		padding: 5px 0;
	}

	.realtedProduct .msg .tit {
		margin-bottom: 0;
	}
}

@media screen and (max-width:768px) {
	.realtedProduct .title {
		margin-bottom: 20px;
	}

	.realtedProduct .title .btns div {
		width: 32px;
		height: 32px;
	}

}

@media screen and (max-width:538px) {
	.realtedProduct .title .btns {
		position: static;
		transform: none;
	}

	.realtedProduct .title {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}


/* -----------------------4-3Media----------------------------- */

.videoList {
	padding: 60px 0 88px 0;
}

.videoList .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 37px;
}


.videoList .video {
	width: 24%;
	margin-right: 1.333333333333%;
	margin-bottom: 31px;
	cursor: pointer;
}

.videoList .video:nth-child(4n) {
	margin-right: 0;
}


.videoList .name {
	padding: 8px 5px;
	text-align: center;
	font-family: OpenSans;
	font-size: 18px;
	color: #333333;
}


.videoList .image {
	position: relative;
}

.videoList .image .playBtn {
	width: 15%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.videoList .video:hover .image .playBtn img {
	transform: scale(1.1, 1.1);
}

.videoList .video:hover .name {
	color: #0159aa;
}



@media screen and (max-width:1600px) {
	.videoList .list {
		margin-bottom: 20px;
	}

	.videoList {
		padding: 60px 0 80px 0;
	}
}

@media screen and (max-width:1333px) {
	.videoList .video {
		margin-bottom: 14px;
	}

	.videoList .list {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:999px) {
	.videoList .video {
		margin-bottom: 10px;
	}

}

@media screen and (max-width:768px) {
	.videoList .video:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 5px;
	}

	.videoList .video:nth-child(3n) {
		margin-right: 0;
	}

	.videoList .name {
		padding: 5px;
	}

}

@media screen and (max-width:538px) {
	.videoList .video:nth-child(n) {
		width: 49%;
		margin-right: 2%;
	}

	.videoList .video:nth-child(2n) {
		margin-right: 0;
	}
}



/* -----------------------5-1Contact----------------------------- */
.contactus {
	padding: 54px 0 115px 0;
}



.contactus .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 53px;
}



.contactus .con .msg {
	width: 45.2%;
}



.contactus .con form {
	width: 50.5%;
}



.contactus .con .msg .image {
	margin-bottom: 24px;
}


.contactus .con .msg .tit {
	font-family: OpenSans-Semibold;
	font-size: 18px;
	line-height: 30px;
	color: #015aaa;
	margin-bottom: 27px;
}

.contactus .list .item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 14px;
}



.contactus .list .item i {
	font-size: 24px;
	color: #015aaa;
	margin-right: 18px;
}


.contactus .list .item .name {
	white-space: nowrap;
}

.contactus .list .item .txt {
	word-break: break-all;
}

.contactus .list .item .name,
.contactus .list .item .txt {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.contactus .list .item .name {
	margin-right: 4px;
}

.contactus form .title {
	font-family: OpenSans-Semibold;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 10px;
	margin-top: -2px;
}




.contactus form .tit {
	font-family: OpenSans;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 32px;
}



.contactus form .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-left: auto;
	width: 97.1%;
}


.contactus form .list>div {
	width: 48.3%;
	margin-right: 3.4%;
	height: 54px;
	background-color: #ffffff;
	border: solid 1px #d2d2d2;
	margin-bottom: 23px;
	padding: 0 11px;
}



.contactus form .list>div:nth-child(2n) {
	margin-right: 0;
}

.contactus form .list>div.message,
.contactus form .list>div.companyName {
	width: 100%;

}

.contactus form .list>div.message {
	height: 118px;
	margin-top: -3px;
	margin-bottom: 19px;
	padding: 5px 11px;
}

.contactus form .list>div.companyName {
	margin-top: -4px;
	margin-right: 0;
}

.contactus form .list>div.codeCon {
	margin-right: 0;
}



.contactus form input,
.contactus form textarea {
	font-family: OpenSans;
	font-size: 16px;
	color: #333333;
	width: 100%;
	height: 100%;
}


.contactus form input::-webkit-input-placeholder,
.contactus form textarea::-webkit-input-placeholder {
	font-family: OpenSans;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.contactus form input:-moz-placeholder,
.contactus form textarea:-moz-placeholder {
	font-family: OpenSans;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.contactus form input::-moz-placeholder,
.contactus form textarea::-moz-placeholder {
	font-family: OpenSans;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.contactus form input:-ms-input-placeholder,
.contactus form textarea:-ms-input-placeholder {
	font-family: OpenSans;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}


.contactus form .list>div.codeCon {
	border: none;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}


.contactus form .list>div.must {
	position: relative;
}

.contactus form .list>div.must::after {
	content: "*";
	position: absolute;
	font-family: OpenSans;
	font-size: 20px;
	line-height: 26px;
	color: #ff0000;
	left: -15px;
	top: 18px;
}




.contactus .codeInput {
	width: 59.3%;
	display: flex;
	align-items: center;
}

.contactus .codeInput .CodeImg {
	flex-shrink: 0;
	margin-left: 4.2%;
	border: solid 1px #d2d2d2;
	cursor: pointer;
	background-color: #f3fbfe;
	height: 54px;
}

.contactus .codeInput .CodeImg img {
	height: 100%;
}



.contactus .codeInput input {
	border: 1px solid #d2d2d2;
	flex: 1;
	height: 54px;
	padding: 0 10px;
}


.contactus .subBtn {
	background-color: #0272c2;
	width: 38.5%;
	font-family: OpenSans;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #0272c2;
}



.contactus .subBtn:hover {
	background-color: #ffffff;
	color: #015aaa;

}

@media screen and (max-width:1600px) {
	.contactus {
		padding: 70px 0 80px 0;
	}
}

@media screen and (max-width:1333px) {
	.contactus form .list>div {
		height: 45px;
		margin-bottom: 20px;
		padding: 0 10px;
	}

	.contactus form .list>div.must::after {
		left: -14px;
		top: 12px;
	}

	.contactus form .title {
		margin-top: 0;
		font-size: 22px;
		line-height: 30px;
	}

	.contactus .codeInput .CodeImg,
	.contactus .codeInput input,
	.contactus .subBtn {
		height: 45px;
	}

	.contactus .con {
		margin-bottom: 40px;
	}

}

@media screen and (max-width:999px) {
	.contactus form .list>div {
		margin-bottom: 14px;
		height: 40px;
	}

	.contactus form .list>div.must::after {
		font-size: 16px;
		left: -12px;
	}

	.contactus form .title {
		font-size: 20px;
	}

	.contactus form .list>div.message {
		height: 80px;
		margin-top: 0;
		margin-bottom: 15px;
	}

	.contactus form .list>div.codeCon {
		flex-direction: column;
		height: auto;
	}

	.contactus .codeInput {
		width: 100%;
		margin-bottom: 15px;
	}

	.contactus .codeInput .CodeImg,
	.contactus .codeInput input,
	.contactus .subBtn {
		height: 40px;
	}

	.contactus .subBtn {
		width: 100%;
	}

	.contactus .con {
		margin-bottom: 30px;
	}

	.contactus .list .item i {
		font-size: 20px;
		margin-right: 15px;
	}

}

@media screen and (max-width:768px) {
	.contactus form .title {
		font-size: 18px;
		line-height: 28px;
	}

	.contactus form .tit {
		margin-bottom: 20px;
	}

	.contactus .list .item i {
		font-size: 18px;
		margin-right: 5px;
	}

	.contactus form .list>div,
	.contactus .codeInput .CodeImg,
	.contactus .codeInput input,
	.contactus .subBtn {
		height: 35px;
	}

	.contactus form .list>div.must::after {
		left: -9px;
		font-size: 14px;
		top: 5px;
	}

	.contactus .con {
		margin-bottom: 20px;
	}

}

@media screen and (max-width:538px) {
	.contactus .con {
		flex-direction: column;
	}

	.contactus .con .msg {
		width: 100%;
		margin-bottom: 15px;
	}

	.contactus .con form {
		width: 100%;
	}

	.contactus .con .msg .image {
		margin-bottom: 15px;
	}

	.contactus .con .msg .tit {
		margin-bottom: 15px;
	}

	.contactus .list .item i {
		font-size: 18px;
		margin-right: 10px;
	}

	.contactus form .title {
		font-size: 16px;
		line-height: 26px;
	}

	.contactus form .tit {
		margin-bottom: 15px;
	}

	.contactus .con {
		margin-bottom: 10px;
	}

}













































































































































/* banner2 */
@media screen and (max-width:999px) {
	.banner2 {
		display: none;
	}
}


/* crumb */
.crumb {
	border-bottom: 1px solid #eeeeee;
}

.crumb .con {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 19px 0 16px 0;
}

.crumb a,
.crumb i {
	font-family: OpenSans;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	color: #333333;
}

.crumb a.active {
	color: #015aaa;
}

.crumb i {
	font-style: normal;
	margin: 0 4px;
}

.crumb a {
	cursor: pointer;
}

.crumb a:hover {
	color: #015aaa;
}

@media screen and (max-width:1600px) {
	.crumb .con {
		padding: 15px 0 15px 0;
	}
}

@media screen and (max-width:1333px) {
	.crumb .con {
		padding: 10px 0 10px 0;
	}
}

@media screen and (max-width:999px) {
	.crumb {
		display: none;
	}
}



/* 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.big {
	width: 100px;
}



.pager .pageList a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #999999;
	font-family: OpenSans;
	font-size: 16px;
	color: #666666;
	margin: 3px 5px;
	border-radius: 4px;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	border-color: #015aaa;
	background-color: #015aaa;
	color: #ffffff !important;
}


.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 21px;
}


.pager .addTo input {
	font-family: OpenSans;
	background-color: transparent;
	margin-right: 14px;
	cursor: pointer;
	width: 178px;
	background-color: #015aaa;
	border: solid 1px #999999;
	height: 40px;
	font-size: 16px;
	color: #ffffff;
	border-radius: 4px;
	flex-shrink: 0;
	text-align: center;
}

.pager .addTo input:hover {
	background-color: #ffffff;
	border-color: #015aaa;
	color: #015aaa;
}

@media screen and (max-width:1333px) {
	.pager .pageList a {
		width: 35px;
		height: 35px;
		border-radius: 2px;
	}

	.pager .addTo {
		padding: 5px 15px;
	}

	.pager .addTo input {
		height: 35px;
		width: 165px;
	}

}

@media screen and (max-width:999px) {
	.pager .pageList a {
		width: 33px;
		height: 33px;
		font-size: 14px;
	}

	.pager .addTo input {
		height: 33px;
		width: 160px;
	}

	.product form .btns {
		font-size: 14px;
	}

	.product form input {
		margin-right: 10px;
	}

	.pager .addTo img {
		width: 18px;
	}
}

@media screen and (max-width:768px) {
	.pager .pageList a {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}

	.pager .addTo input {
		height: 30px;
		width: 140px;
		border-radius: 2px;
	}

	.pager .pageList a.prev {
		width: 70px;
	}

	.pager .addTo img {
		width: 16px;
	}
}

@media screen and (max-width:538px) {}

/* 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: block;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	background-color: #e5e5e5;
	font-size: 34px;
	color: #ffffff;
	margin-bottom: 2px;
	margin-right: 3px;
	border-radius: 10px;
}

.lianxi .email a {
	color: #1296db;
}

.lianxi .skype a {
	color: #00aef3;
}

.lianxi .whatsApp a {
	color: #3ac34c;
}

.lianxi .weChatCode a {
	color: #81e22d;
}

.lianxi .top a {
	width: 70px;
	height: 70px;
	background-color: #e5e5e5;
	line-height: 70px;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
	color: #0163a3;
}

.lianxi .top i {
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 32px;
	border-radius: 50%;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #0163a3;
	color: #fff;
}

.clear2 {
	display: none;
}

.weChatCode,
.weChat {
	position: relative;
}

.weChatCode img,
.weChat img {
	position: absolute;
	top: 0;
	right: 100%;
	max-width: 149px;
	display: none;
}

.weChatCode:hover>img {
	display: block;
}

.weChat {
	display: none;
}

@media screen and (max-width:1600px) {

	.lianxi div a,
	.lianxi div div {
		width: 55px;
		height: 55px;
		line-height: 55px;
		font-size: 28px;
		border-radius: 5px;
	}

	.lianxi .top a {
		width: 55px;
		height: 55px;
		line-height: 55px;
	}

	.lianxi .top a i {
		font-size: 28px;
	}
}

@media screen and (max-width:1333px) {

	.lianxi div a,
	.lianxi div div {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
	}

	.lianxi .top a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.lianxi .top a i {
		font-size: 24px;
	}
}

@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.lianxi .top a {
		width: 20%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.lianxi {
		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 {
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
		height: 42px;
		line-height: 42px;
	}

	.weChatCode {
		display: none;
	}

	.weChat {
		display: block;
	}

	.lianxi .weChat img {
		top: 0%;
		right: 50%;
		transform: translateY(100%) translateX(50%);
		display: block;
		z-index: -1;
	}

	.lianxi .weChat img.active {
		transform: translateY(-100%) translateX(50%);
	}

	.lianxi .top i {
		border-color: #fff;
	}
}


/* 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)
	}
}










@font-face {
	font-family: 'OpenSans-Semibold';
	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: 'OpenSans';
	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: "iconfont";
	/* Project id 4207786 */
	src: url('../fonts/iconfont.woff2?t=1692500764022') format('woff2'),
		url('../fonts/iconfont.woff?t=1692500764022') format('woff'),
		url('../fonts/iconfont.ttf?t=1692500764022') format('truetype');
}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/MontserratBold.eot');
	src: url('../fonts/MontserratBold.eot') format('embedded-opentype'),
		url('../fonts/MontserratBold.woff2') format('woff2'),
		url('../fonts/MontserratBold.woff') format('woff'),
		url('../fonts/MontserratBold.ttf') format('truetype'),
		url('../fonts/MontserratBold.svg#MontserratBold') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-weixin:before {
	content: "\e695";
}

.icon-weixin1:before {
	content: "\e733";
}

.icon-weixin2:before {
	content: "\e82c";
}

.icon-weixin3:before {
	content: "\e8bb";
}

.icon-24gl-tags2:before {
	content: "\e87c";
}

.icon-home_fill_light:before {
	content: "\e7d8";
}

.icon-guanbi:before {
	content: "\eca0";
}

.icon-xiangxia:before {
	content: "\e601";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-arrow-left:before {
	content: "\ea65";
}

.icon-arrow-right:before {
	content: "\ea66";
}

.icon-sanjiao:before {
	content: "\e65a";
}

.icon-sanjiao_xia:before {
	content: "\e631";
}

.icon-sanjiaoxia:before {
	content: "\e644";
}

.icon-shipin:before {
	content: "\e619";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-twitter-new2:before {
	content: "\e800";
}

.icon-cloud-download:before {
	content: "\e7d9";
}

.icon-fankuifaqs:before {
	content: "\e7c0";
}

.icon-shijieditu:before {
	content: "\e628";
}

.icon-weixinmendian:before {
	content: "\e667";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-line-line:before {
	content: "\e765";
}

.icon-daohang:before {
	content: "\e641";
}

.icon-message2:before {
	content: "\e679";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleleft:before {
	content: "\e7ee";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-tel2:before {
	content: "\e642";
}

.icon-zhiding1:before {
	content: "\e62a";
}

.icon-line:before {
	content: "\e63f";
}

.icon-jiantou_qiehuanxiangxia:before {
	content: "\eb04";
}

.icon-facebook-:before {
	content: "\e68b";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-weizhi:before {
	content: "\e618";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-message1:before {
	content: "\e609";
}

.icon-below-s:before {
	content: "\e627";
}

.icon-message--fill:before {
	content: "\e683";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-call-add:before {
	content: "\e63e";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-Rrl_s_145:before {
	content: "\e613";
}

.icon-email2:before {
	content: "\e856";
}

.icon-zhiding:before {
	content: "\e60b";
}

.icon-yanjingshouqiyuanhu-xianxingtubiao-01:before {
	content: "\e6a1";
}

.icon-home:before {
	content: "\e624";
}

.icon-edit:before {
	content: "\e611";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-twitter:before {
	content: "\e607";
}

.icon-bigger:before {
	content: "\e647";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-up1:before {
	content: "\e72e";
}

.icon-bottom1:before {
	content: "\e72f";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-up:before {
	content: "\e73e";
}

.icon-bottom:before {
	content: "\e73f";
}

.icon-instagram:before {
	content: "\e79d";
}

.icon-tumblr:before {
	content: "\e79e";
}

.icon-download:before {
	content: "\e7a0";
}

.icon-download1:before {
	content: "\e7a7";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-contact:before {
	content: "\e7be";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-fax:before {
	content: "\e7c2";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-phone:before {
	content: "\e7c8";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-contact1:before {
	content: "\e7c4";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-qq:before {
	content: "\e7ce";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-message:before {
	content: "\e7da";
}

.icon-calendar:before {
	content: "\e7e1";
}

.icon-calendar1:before {
	content: "\e7e3";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-youbian:before {
	content: "\e60f";
}

.icon-jian2:before {
	content: "\e600";
}

.icon-jia2:before {
	content: "\e608";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-bottom7:before {
	content: "\e723";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo4:before {
	content: "\e610";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-shangchuan:before {
	content: "\e602";
}

.icon-top2:before {
	content: "\e637";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter3:before {
	content: "\e7fd";
}

.icon-twitter4:before {
	content: "\e7fe";
}