<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .3s linear;
	font-size: 62.5%;
}

body {
	margin: 0 auto;
	font-family: Montserrat-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;
	scroll-padding-top: 125px;
	/* height of sticky header */

}

img {
	display: block;
	border: none;
	max-width: 100%;
}

a {
	display: block;
	text-decoration: none;
	color: #333;
	outline: none;
	overflow: hidden;
}

a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Montserrat-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	border: none;
	outline: none;
}

.safeRange {
	max-width: 1400px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

.safeRange b {
	font-size: 16px;
}


@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) {
	.standardTit {
		font-size: 28px !important;
		line-height: 30px !important;
	}

	.standardTit2 {
		font-size: 18px !important;
	}

	.standardTxt {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	.standardTxt2 {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTit {
		font-size: 24px !important;
	}

	.standardTit2 {
		font-size: 16px !important;
	}

	.standardTxt {
		font-size: 14px !important;
		line-height: 24px !important;
	}

	.standardTxt2 {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTit {
		font-size: 22px !important;
	}

	.standardTit2 {
		font-size: 14px !important;
	}

	.standardTxt {
		font-size: 12px !important;
		line-height: 22px !important;
	}

	.standardTxt2 {
		font-size: 12px !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;
	}
}



.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;
}

.activeColor:hover {
	color: #005bac !important;
}

.activeColor2:hover {
	text-decoration: underline;
}

.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: #0e2f4d;
		right: 2.5%;
		top: 24px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(14, 47, 77, 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;
	}
}


/* nav */

.headerContent {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 125px;
	padding: 0 42px 0 70px;
	background-color: #161616;
	z-index: 9999999;
}

nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	width: 100%;
}

nav .logo:hover img {
	transform: scale(1, 1);
}

nav .logo {
	width: 190px;
	margin-right: 4.46%;
	flex-shrink: 0;
}

nav .navList {
	display: flex;
	align-items: center;
	margin-right: 52px;
	height: 100%;
	justify-content: space-between;
	width: 69.5%;
}

nav .navList&gt;li {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	height: 100%;
}

nav .navList&gt;li:last-child {
	margin-right: 0;
}

nav .navList&gt;li:hover&gt;a {
	color: #005bac;
}

/* nav .navList&gt;li:hover&gt;ul {
	display: flex;
} */

nav .navList&gt;li:hover&gt;a:after {
	background-color: #005bac;
}

nav .navList&gt;li&gt;a {
	font-family: Montserrat-Bold;
	font-size: 20px;
	color: #ffffff;
	position: relative;
	overflow: visible;
	height: 112px;
	line-height: 99px;
	text-transform: uppercase;
}

nav .navList&gt;li&gt;a.active {
	color: #005bac;
}

nav .navList&gt;li&gt;a.active:after {
	background-color: #005bac;
}

nav .navList&gt;li&gt;a::after {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: transparent;
	left: 50%;
	bottom: 38px;
	transform: translateX(-50%);
	transition: .3s linear all;
}

nav .search {
	position: relative;
	margin-right: 40px;
	margin-bottom: 7px;
}

nav .search .btn {
	font-size: 19px;
	color: #ffffff;
	cursor: pointer;
}

nav .search .btn:hover {
	color: #005bac;
}

nav .search form {
	position: absolute;
	right: 0;
	top: 28px;
	width: 200px;
	height: 35px;
	background-color: #161616;
	border: 2px solid #005bac;
	border-radius: 25px;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	overflow: hidden;
	opacity: 1;
	z-index: 999;
}

nav .search form.active {
	opacity: 1;
}

nav .search form input {
	font-size: 16px;
	color: #ffffff;
}

nav .search form .searchInput {
	min-width: 0;
	flex: 1;
	height: 100%;
	background-color: #161616;
}

nav .search form .searchBtn {
	width: 30px;
	height: 30px;
	position: relative;
}


nav .search form .searchBtn i {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	z-index: 1;
	text-align: center;
}

nav .search form .searchBtn input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}

nav .search .searchBtn:hover i {
	color: #005bac;
}

nav .quoteBtn {
	width: 162px;
	height: 41px;
	border: 1px solid #0e2f4d;
	text-align: center;
	line-height: 39px;
	background-color: #0e2f4d;
	font-family: Montserrat-Bold;
	font-size: 20px;
	color: #ffffff;
	flex-shrink: 0;
	margin-bottom: 13px;
}

nav .quoteBtn:hover {
	background-color: #161616;
	color: #005bac;
	border-color: #005bac;
}



/* nav products */

.productSlide{
	top: 125px;
	position: fixed;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	z-index: -1;
	display: none;
	transition: none;
}

.products {
	display: flex;
	justify-content: center;
	box-shadow: 4px 6px 36px 0px rgba(33, 33, 33, 0.06);
}

.products&gt;li {
	padding: 23px 77px 23px 82px;
	border-right: 1px solid #cccccc;
}



.products&gt;li .tit {
	font-family: Montserrat-Bold;
	font-size: 20px;
	color: #005bac;
	line-height: 30px;
	margin-bottom: 7px;
}

.products&gt;li .tit:hover {
	text-decoration: underline;
}

.products&gt;li&gt;ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.products&gt;li&gt;ul&gt;li&gt;a {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #666666;
	margin-bottom: 11px;
}

.products&gt;li&gt;ul&gt;li&gt;a:hover {
	color: #005bac;
	transform: scale(1.1, 1.1);
}


nav .service,
nav .blog {
	min-width: 190px;
	max-width: 300px;
	background-color: #ffffff;
	padding: 20px 10px 18px 25px;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	flex-direction: column;
	align-items: flex-start;
	display: none;
	/* min-height: 128px; */
	transition: none;
}

nav .service li,
nav .blog li {
	margin-bottom: 11px;
}

nav .service a,
nav .blog a {
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #333333;
}

nav .service a:hover,
nav .blog a:hover {
	color: #005bac;
}

@media screen and (max-width:1600px) {
	nav {
		justify-content: space-between;
	}

	nav .navList&gt;li&gt;a {
		font-size: 18px;
	}

	nav .logo {
		width: 160px;
		margin-right: 3%;
	}

	nav .navList {
		margin-right: 30px;
	}

	nav .search {
		margin-right: 30px;
	}

	nav .quoteBtn {
		width: 140px;
	}

	nav .quoteBtn {
		font-size: 18px;
	}

	.products&gt;li {
		padding: 20px 30px 20px 30px;
	}

	.products&gt;li .tit {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.products&gt;li&gt;ul&gt;li&gt;a {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1400px) {
	.headerContent {
		height: 100px;
	}

	nav .navList&gt;li&gt;a {
		height: 100px;
		line-height: 100px;
	}

	nav .navList&gt;li&gt;a::after {
		bottom: 22px;
	}

	nav .logo {
		width: 140px;
	}

	nav .navList&gt;li&gt;a {
		font-size: 16px;
	}

	nav .quoteBtn {
		width: 120px;
	}

	nav .quoteBtn {
		font-size: 16px;
	}

	nav .search {
		margin-bottom: 0;
	}

	nav .quoteBtn {
		margin-bottom: 0;
	}

	nav .search form {
		top: 60px;
		width: 180px;
	}

	.productSlide {
		top: 100px;
	}
}

@media screen and (max-width:1333px) {
	.headerContent {
		height: 80px;
		padding: 0 30px;
	}

	nav .navList&gt;li&gt;a {
		height: 80px;
		line-height: 80px;
		font-size: 14px;
	}

	nav .navList&gt;li&gt;a::after {
		bottom: 22px;
	}

	nav .logo {
		width: 120px;
		margin-right: 2%;
	}

	nav .navList {
		margin-right: 20px;
	}

	nav .search {
		margin-right: 20px;
	}

	nav .quoteBtn {
		font-size: 14px;
		width: 110px;
	}

	nav .search .btn {
		font-size: 18px;
	}

	nav .search form {
		top: 50px;
		width: 180px;
	}

	nav .search form .searchInput {
		font-size: 14px;
	}

	nav .search form .searchBtn i {
		font-size: 16px;
	}

	.productSlide {
		top: 80px;
	}

	.products&gt;li {
		padding: 10px 20px 10px 20px;
	}

	.products&gt;li .tit {
		font-size: 16px;
	}

	.products&gt;li&gt;ul&gt;li&gt;a {
		font-size: 14px;
	}

	nav .service a,
	nav .blog a {
		font-size: 14px;
	}

	nav .service li,
	nav .blog li {
		margin-bottom: 5px;
	}

}

@media screen and (max-width:999px) {

	nav .quoteBtn,
	nav .search,
	nav .navList {
		display: none;
	}

	.headerContent {
		height: 72px;
	}
}





/**
 * 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&gt;.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&gt;.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode&gt;.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode&gt;.swiper-wrapper&gt;.swiper-slide {
	scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode&gt;.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode&gt;.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-centered&gt;.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-centered.swiper-horizontal&gt;.swiper-wrapper&gt;.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal&gt;.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical&gt;.swiper-wrapper&gt;.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical&gt;.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-centered&gt;.swiper-wrapper&gt;.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&gt;.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal&gt;.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&gt;.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical&gt;.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&gt;.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&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal&gt;.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&gt;.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&gt;.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&gt;.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&gt;.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical&gt;.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-horizontal&gt;.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&gt;.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&gt;.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal&gt;.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&gt;.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&gt;canvas,
.swiper-zoom-container&gt;img,
.swiper-zoom-container&gt;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&gt;.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid&gt;.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column&gt;.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
}










/* 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);
	/*image-rendering: pixelated;*/
}

.slick-dots {
	position: absolute;
	width: 100%;
	bottom: 25px;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	cursor: pointer;
	background-color: #ffffff;
	font-size: 0px;
	margin: 0 6.5px;
	border: none;
	outline: none;
	width: 18px;
	height: 18px;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	background-color: #005bac;
}

.slick-prev,
.slick-next {
	width: 48px;
	height: 48px;
	background-color: transparent;
	border: 3px solid #666666;
	color: #666666;
	text-align: center;
	line-height: 42px;
	cursor: pointer;
	top: 39.4%;
	position: absolute;
	z-index: 999;
	border-radius: 50%;
}

.slick-prev.iconfont,
.slick-next.iconfont {
	font-size: 22px;
}

.slick-prev:hover,
.slick-next:hover {
	border-color: #005bac;
	color: #005bac;
}

.slick-prev {
	left: 20px;
}

.slick-next {
	right: 20px;
}

@media screen and (max-width: 1333px) {
	.slideshow .wp {
		margin-left: -490px;
	}

	.slick-dots li button {
		width: 15px;
		height: 15px;
	}
}

@media screen and (max-width: 999px) {

	.slideshow .slick-prev,
	.slideshow .slick-next {
		display: none !important;
	}

	.slick-dots li button {
		width: 13px;
		height: 13px;
	}

	.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;
	}

	.slick-dots li button {
		width: 12px;
		height: 12px;
	}
}

.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: 991px) {
	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}


/* main1 */

.indexProduct {
	background-image: url("../images/indexBg1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.indexProduct .hotProduct .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 90px 0 70px 0;
}


.indexProduct .hotProduct .tit {
	font-family: Montserrat-Bold;
	font-size: 50px;
	color: #ffffff;
}

.indexProduct .hotProduct .btns {
	display: flex;
	align-items: center;
	margin-top: -18px;
}

.indexProduct .hotProduct form {
	display: flex;
	align-items: center;
	margin-right: 33px;
	width: 422px;
	height: 56px;
	border-radius: 10px;
	background-color: rgba(249, 249, 249, 0.33);
	overflow: hidden;
	padding: 0 16px 0 18px;
}

.indexProduct .hotProduct form .searchCon {
	height: 100%;
	flex: 1;
	background-color: transparent;
	color: #ffffff;
	font-size: 16px;
}

.indexProduct .hotProduct form input::-webkit-input-placeholder {
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #999999;
}

.indexProduct .hotProduct form input:-moz-placeholder {
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #999999;
}

.indexProduct .hotProduct form input::-moz-placeholder {
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #999999;
}

.indexProduct .hotProduct form input:-ms-input-placeholder {
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #999999;
}

.indexProduct .hotProduct form .goSearch {
	width: 19px;
	height: 19px;
	position: relative;
	margin-left: 10px;
}

.indexProduct .hotProduct form .goSearch:hover i {
	color: #005bac;
}

.indexProduct .hotProduct form .goSearch i {
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 19px;
	font-size: 18px;
	color: #ffffff;
}

.indexProduct .hotProduct form .goSearch input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	background-color: transparent;
	cursor: pointer;
}

.indexProduct .swiperBtn {
	display: flex;
}

.indexProduct .prev,
.indexProduct .next {
	width: 46px;
	height: 46px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	border: 3px solid #666666;
	color: #666666;
	font-size: 22px;
	cursor: pointer;
}

.indexProduct .prev:hover,
.indexProduct .next:hover {
	border-color: #005bac;
	color: #005bac;
}

.indexProduct .prev {
	margin-right: 16px;
}

.indexProduct .next {
	margin-right: -5px;
}

.indexProduct .checkProduct {
	display: flex;
	justify-content: space-between;
    align-items: start;
}

/* .indexProduct .checkProduct .checkList {
	width: 18.1%;
	position: relative;
}

.indexProduct .checkProduct .checkList .items {
	background-image: url("../images/indexM1-2.jpg");
	border-radius: 10px 10px 10px 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	height: 100%;
	padding: 10px 10px 10px 84.6%;
	width: 200%;
	position: absolute;
	right: 0;
	top: 0;
	overflow: auto;
	scrollbar-color: #005bac rgba(0, 0, 0, 0.2);
	scrollbar-width: thin;
} */

/* .indexProduct .checkProduct .checkList .items::-webkit-scrollbar {
	width: 2px;
}

.indexProduct .checkProduct .checkList .items::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #005bac;
}

.indexProduct .checkProduct .checkList .items::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ffffff;
} */

.indexProduct .checkProduct .checkList {
	width: 18.1%;
}

.indexProduct .checkProduct .checkList .items {
	background-image: url("../images/indexM1-2.jpg");
	border-radius: 10px 10px 10px 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	height: 100%;
	padding: 10px 10px 10px 84.6%;
	width: 200%;
	transform: translateX(-50%);
}



.indexProduct .checkProduct .checkList li {
	font-family: Montserrat-Bold;
	font-size: 28px;
	color: #ffffff;
	margin-bottom: 65px;
	hyphens: auto;
	cursor: pointer;
}

.indexProduct .checkProduct .checkList li:first-child {
	margin-top: 118px;
}

.indexProduct .checkProduct .checkList li:last-child {
	margin-bottom: 90px;
}

.indexProduct .checkProduct .swiperBox {
	width: 79.85%;
	border-radius: 10px;
	display: flex;
}

.indexProduct .checkProduct .current2 {
	text-decoration: underline;
}

.indexProduct .checkProduct .swiper {
	margin: 0;
	border-radius: 10px;
	display: none;
}

.indexProduct .checkProduct .swiper .swiper-slide {
	border-radius: 10px;
	background-color: #ffffff;
}

.indexProduct .checkProduct .swiper .swiper-slide .box {
	border-radius: 10px;
	overflow: hidden;
	background-color: #ffffff;
	transition: .3s linear all;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.indexProduct .checkProduct .swiper .swiper-slide:hover .box {
	background-color: #ffffff;
}

.indexProduct .checkProduct .swiper .swiper-slide-active .box {
	background-color: #ffffff;
}

.indexProduct .swiper .image {
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.indexProduct .swiper .msg {
	padding: 22px 20px 50px 26px;
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	
}
.indexProduct .swiper .msg .btnBox{
	width: 100%;
}
.indexProduct .swiper .swiper-slide .tit {
	font-family: Montserrat-Bold;
	font-size: 20px;
	color: #333333;
	margin-bottom: 34px;
}

.indexProduct .swiper .list {
	margin-bottom: 13px;
}

.indexProduct .swiper .list a:hover em {
	color: #005bac;
}

.indexProduct .swiper .list a p {
	display: flex;
	align-items: flex-start;
	padding-bottom: 15px;
}

.indexProduct .swiper .list a p::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #005bac;
	border-radius: 50%;
	margin-right: 10px;
	flex-shrink: 0;
	margin-top: 8px;
}

.indexProduct .swiper .list a em {
	margin-bottom: 11px;
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	font-style: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.indexProduct .swiper .list a em:last-child {
	margin-bottom: 0;
}

.indexProduct .swiper .line {
	width: 100%;
	height: 1px;
	background-color: rgba(153, 153, 153, .14);
	margin-bottom: 25px;
}

.indexProduct .swiper .btn {
	font-family: Montserrat-Bold;
	text-decoration: underline;
	font-size: 16px;
	color: #333333;
	margin-bottom: 23px;
}

@media screen and (max-width:1500px) {
	.indexProduct .hotProduct .btns {
		margin-top: 0px;
	}

	.indexProduct .checkProduct .checkList li {
		margin-bottom: 30px;
		font-size: 24px;
	}

	.indexProduct .checkProduct .checkList li:first-child {
		margin-top: 100px;
	}

	.indexProduct .checkProduct .checkList li:last-child {
		margin-bottom: 100px;
	}

	.indexProduct .hotProduct .title {
		padding: 60px 0 60px 0;
	}

	.indexProduct .hotProduct .tit {
		font-size: 38px;
	}

	.indexProduct .next {
		margin-right: 0;
	}

	.indexProduct .hotProduct form {
		height: 50px;
	}

	.indexProduct .prev,
	.indexProduct .next {
		border: 2px solid #666666;
		font-size: 18px;
		line-height: 42px;
	}

	.indexProduct .swiper .image {
		height: 280px;
	}

	.indexProduct .swiper .msg {
		padding: 20px;
	}

	.indexProduct .swiper .swiper-slide .tit {
		margin-bottom: 20px;
	}

	.indexProduct .swiper .list li {
		margin-bottom: 5px;
	}

	.indexProduct .swiper .line {
		margin-bottom: 10px;
	}

	.indexProduct .checkProduct .checkList .items {
		padding: 10px 10px 10px 100%;
	}
}

@media screen and (max-width:1333px) {
	.indexProduct .checkProduct .checkList li:first-child {
		margin-top: 50px;
	}

	.indexProduct .checkProduct .checkList li:last-child {
		margin-bottom: 50px;
	}

	.indexProduct .hotProduct .tit {
		font-size: 32px;
	}

	.indexProduct .hotProduct form {
		height: 40px;
		width: 350px;
	}

	.indexProduct .prev,
	.indexProduct .next {
		width: 40px;
		height: 40px;
		line-height: 36px;
	}

	.indexProduct .checkProduct .swiperBox {
		width: 70%;
	}

	.indexProduct .checkProduct .checkList {
		width: 28%;
	}

	.indexProduct .checkProduct .checkList li {
		margin-bottom: 20px;
	}

	.indexProduct .swiper .msg {
		padding: 10px 20px;
	}

	.indexProduct .swiper .swiper-slide .tit {
		margin-bottom: 10px;
	}

	.indexProduct .swiper .btn {
		margin-bottom: 10px;
	}

	.indexProduct .swiper .image {
		height: 240px;
	}
}

@media screen and (max-width:999px) {
	.indexProduct .hotProduct .tit {
		font-size: 26px;
	}

	.indexProduct .swiper .image {
		height: 200px;
	}

	.indexProduct .checkProduct .checkList .items {
		width: 100%;
		transform: translateX(0);
		padding: 10px;
		border-radius: 10px;
	}

	.indexProduct .checkProduct .checkList li {
		font-size: 18px;
	}

	.indexProduct .hotProduct form {
		height: 35px;
	}

	.indexProduct .prev,
	.indexProduct .next {
		border: 1px solid #666666;
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}

	.indexProduct .swiper .msg {
		padding: 10px;
	}

	.indexProduct .swiper .list a {
		margin-bottom: 0;
	}

	.indexProduct .swiper .line {
		margin-bottom: 0;
	}
}

@media screen and (max-width:768px) {
	.indexProduct .checkProduct .checkList li:first-child {
		margin-top: 30px;
	}

	.indexProduct .checkProduct .checkList li:last-child {
		margin-bottom: 30px;
	}

	.indexProduct .hotProduct .tit {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.indexProduct .hotProduct form {
		margin-right: 20px;
	}

	.indexProduct .hotProduct .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.indexProduct .hotProduct .btns {
		width: 100%;
		justify-content: space-between;
	}

	.indexProduct .checkProduct .checkList li {
		font-size: 16px;
	}

}

@media screen and (max-width:538px) {
	.indexProduct .checkProduct .checkList li {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.indexProduct .checkProduct .checkList li:first-child {
		margin-top: 10px;
	}

	.indexProduct .checkProduct .checkList li:last-child {
		margin-bottom: 10px;
	}

	.indexProduct .checkProduct {
		flex-direction: column;
	}

	.indexProduct .checkProduct .checkList {
		width: 100%;
		margin-bottom: 20px;
		height: 160px;
	}

	.indexProduct .checkProduct .swiperBox {
		width: 100%;
	}

	.indexProduct .hotProduct .tit {
		font-size: 22px;
	}

	.indexProduct .prev,
	.indexProduct .next {
		position: absolute;
		top: 84%;
		z-index: 2;
		margin: 0;
	}

	.indexProduct .prev {
		left: 5%;
	}

	.indexProduct .next {
		right: 5%;
	}

	.checkProduct {
		position: relative;
	}

	.indexProduct .hotProduct form {
		margin-right: 0;
		width: 100%;
		height: 30px;
		border-radius: 5px;
	}

	.indexProduct .checkProduct .checkList .items {
		border-radius: 5px;
	}
}


@media screen and (max-width:450px) {

	.indexProduct .prev,
	.indexProduct .next {
		top: 76%;
	}

	.indexProduct .hotProduct .tit {
		margin-bottom: 10px;
	}
}




.indexSolution {
	padding: 79px 10px 246px 13.75%;
}

.indexSolution .title {
	font-family: Montserrat-Bold;
	font-size: 50px;
	color: #ffffff;
	margin-bottom: 33px;
}

.indexSolution .list {
	display: flex;
	align-items: center;
}

.indexSolution .list .bigImg {
	width: 48.1%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 1.9%;
}

.indexSolution .list .bigImg .image {
	width: 100%;
}

.indexSolution .list .bigImg .image img {
	width: 100%;
}

.indexSolution .list .bigImg:hover img {
	transform: scale(1.1, 1.1);
}

.indexSolution .list .bigImg .name,
.indexSolution .items .name {
	padding: 10px 15px 9px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgba(0, 91, 172, .65);
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 0 10px 10px;
	width: 100%;
	transform: translateY(100%);
}

.indexSolution .list .bigImg .name span {
	font-family: Montserrat-Bold;
	font-size: 24px;
	color: #ffffff;
}

.indexSolution .list .bigImg .name:hover span {
	text-decoration: underline;
}

.indexSolution .list .bigImg .name i {
	display: block;
	font-style: normal;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	flex-shrink: 0;
}

.indexSolution .list .bigImg .name:hover i {
	transform: rotate(180deg);
}

.indexSolution .list .bigImg:hover .name {
	transform: translateY(0);
}

.indexSolution .list .items {
	width: 46.2%;
	display: flex;
	flex-wrap: wrap;

}

.indexSolution .list .items .item {
	position: relative;
	width: 48%;
	margin-right: 3%;
	overflow: hidden;
	border-radius: 10px;
}

.indexSolution .list .items .item:nth-child(1),
.indexSolution .list .items .item:nth-child(2) {
	margin-bottom: 30px;
}

.indexSolution .list .items .item:nth-child(2n) {
	margin-right: 0%;
}

.indexSolution .list .items .item:hover .name {
	transform: translateY(0);
}

.indexSolution .list .items .item:hover img {
	transform: scale(1.1, 1.1);
}

.indexSolution .items .name {
	position: absolute;
}

.indexSolution .items .name span {
	font-family: Montserrat-Bold;
	font-size: 16px;
	color: #ffffff;
}

.indexSolution .items .name i {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	font-size: 12px;
	text-align: center;
	line-height: 23px;
	border: 1px solid #fff;
	color: #ffffff;
	flex-shrink: 0;
}

.indexSolution .items .name:hover span {
	text-decoration: underline;
}

.indexSolution .items .name:hover i {
	transform: rotate(180deg);
}



@media screen and (max-width:1500px) {
	.indexSolution {
		padding: 60px 10px 100px 13.75%;
	}

	.indexSolution .title {
		font-size: 38px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.indexSolution {
		padding: 60px 0 90px 0;
		max-width: 1400px;
		width: calc(100% - 120px);
		margin: 0 auto;
	}

	.indexSolution .list {
		justify-content: space-between;
	}

	.indexSolution .title {
		font-size: 32px;
	}

	.indexSolution .list .bigImg {
		margin-right: 0;
		width: 49%;
	}

	.indexSolution .list .items {
		width: 49%;
	}

	.indexSolution .list .items .item:nth-child(1),
	.indexSolution .list .items .item:nth-child(2) {
		margin-bottom: 8px;
	}

	.indexSolution .list .bigImg .name span {
		font-size: 20px;
	}

	.indexSolution .list .bigImg .name {
		padding: 10px 14px;
	}

	.indexSolution .items .name {
		padding: 5px 10px;
	}

	.indexSolution .items .name i {
		width: 25px;
		height: 25px;
		line-height: 23px;
		font-size: 12px;
	}
}

@media screen and (max-width:999px) {
	.indexSolution {
		padding: 40px 0 60px 0;
		width: calc(100% - 50px);
	}

	.indexSolution .title {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.indexSolution .list .bigImg .name {
		transform: translateY(0);
		padding: 10px;
	}

	.indexSolution .items .name {
		transform: translateY(0);
		padding: 5px;
	}

	.indexSolution .list .bigImg .name span {
		font-size: 18px;
	}

	.indexSolution .items .name span {
		font-size: 14px;
	}

	.indexSolution .items .name i {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
}

@media screen and (max-width:768px) {
	.indexSolution {
		padding: 30px 0 30px 0;
		width: calc(100% - 30px);
	}

	.indexSolution .title {
		font-size: 24px;
	}

	.indexSolution .list {
		flex-direction: column;
	}

	.indexSolution .list .bigImg {
		width: 100%;
		margin-bottom: 20px;
	}

	.indexSolution .list .items {
		width: 100%;
	}

	.indexSolution .list .items .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.indexSolution .list .items .item:nth-child(2n) {
		margin-right: 0%;
	}

	.indexSolution .items .name {
		padding: 10px;
	}

	.indexSolution .list .bigImg .name span {
		font-size: 16px;
	}

	.indexSolution .items .name i {
		width: 24px;
		height: 24px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {
	.indexSolution {
		padding: 20px 0 20px 0;
	}

	.indexSolution .title {
		font-size: 22px;
	}

	.indexSolution .list .bigImg .name {
		padding: 5px;
	}

	.indexSolution .items .name {
		padding: 5px;
	}
}

@media screen and (max-width:390px) {
	.indexSolution {
		padding: 20px 0 20px 0;
	}

	.indexSolution .list .items .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}
}








/* main2 */
.power {
	background-color: #0e2f4d;
	padding: 51px 10px 65px 13.85%;
	position: relative;
}

.power .car {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 16%;
}

.power .content {
	display: flex;
	align-items: flex-start;
	margin-bottom: 99px;
}

.power .msg {
	width: 38%;
	margin-right: 4.85%;
}

.power .msg .title {
	margin-bottom: 33px;
}

.power .msg .title .tit1 {
	font-family: Montserrat-Bold;
	font-size: 50px;
	font-style: italic;
	color: #ffffff;
	margin-bottom: 10px;
}

.power .msg .title .tit2 {
	font-family: Montserrat-Bold;
	font-size: 50px;
	color: #ffffff;
}

.power .msg .title:hover span {
	text-decoration: underline;
}

.power .msg .txt {
	margin-bottom: 30px;
	overflow: auto;
	max-height: 340px;
	scrollbar-color: #005bac rgba(0, 0, 0, 0.2);
	scrollbar-width: thin;
}

.power .msg .txt::-webkit-scrollbar {
	width: 4px;
}

.power .msg .txt::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #005bac;
}

.power .msg .txt::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ffffff;
}


.power .msg .txt a {
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 30px;
	overflow: hidden;
	hyphens: auto;
}

.power .msg .txt a:last-child {
	margin-bottom: 0;
}

.power .msg .btn {
	width: 187px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	background-color: #ffffff;
	font-family: Montserrat-Bold;
	font-size: 16px;
	color: #0b3961;
}

.power .msg .btn:hover {
	text-decoration: underline;
}



.power .video {
	width: 49.75%;
	position: relative;
	border: solid 4px #005bac;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
	cursor: pointer;
	margin-top: -126px;
}

.power .video .playBtn {
	width: 64px;
	height: 64px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 50%;
	cursor: pointer;
}

.power .video .playBtn:hover {
	transform: translateX(-50%) translateY(-50%) scale(1.1, 1.1);
}



.power .list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.power .list .item {
	width: 17%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	margin-right: 6.27%;
}

.power .list .item:nth-child(4n) {
	margin-right: 0;
}

.power .list .item .image {
	width: 105px;
	height: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.78);
	border-radius: 50%;
	box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
	margin-bottom: 43px;
}

.power .list .item .image:hover {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 30px rgba(255, 255, 255, 1);
}

.power .list .item .tit {
	font-family: Montserrat-Bold;
	font-size: 60px;
	color: #ffffff;
	margin-bottom: 20px;
}

.power .list .item .msg {
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 30px;
	color: #999999;
	width: 100%;
}

.power .list .item .msg {
	margin-right: 0;
}

@media screen and (max-width:1700px) {
	.power {
		padding: 60px 10px 60px 13.85%;
	}

	.power .msg .title .tit1,
	.power .msg .title .tit2 {
		font-size: 38px;
	}

	.power .video {
		margin-top: 0;
	}

	.power .content {
		align-items: center;
	}

	.power .list .item .tit {
		font-size: 48px;
	}
}

@media screen and (max-width:1500px) {

	.power .msg .title .tit1,
	.power .msg .title .tit2 {
		font-size: 38px;
	}

	.power .msg .title {
		margin-bottom: 30px;
	}

	.power .content {
		margin-bottom: 60px;
	}

	.power .list .item .tit {
		font-size: 38px;
	}

	.power .list .item .image {
		margin-bottom: 30px;
	}

	.power .list .item {
		width: 20%;
		margin-right: 5%;
	}
}

@media screen and (max-width:1333px) {
	.power {
		padding: 60px 0 60px 0;
	}

	.power .msg .btn {
		height: 50px;
		line-height: 50px;
	}

	.power .content,
	.power .list {
		max-width: 1400px;
		width: calc(100% - 120px);
		margin: 0 auto;
	}

	.power .content {
		justify-content: space-between;
	}

	.power .list {
		padding-top: 60px;
	}

	.power .msg {
		width: 49%;
		margin-right: 0;
	}

	.power .video {
		width: 49%;
	}

	.power .msg .title .tit1,
	.power .msg .title .tit2 {
		font-size: 32px;
	}

	.power .msg .title {
		margin-bottom: 20px;
	}

	.power .msg .txt a {
		margin-bottom: 10px;
	}

	.power .list .item .image {
		width: 85px;
		height: 85px;
		margin-bottom: 20px;
	}

	.power .list .item {
		width: 25%;
		margin-right: 0;
		padding: 0 20px;
		align-items: center;
	}

	.power .list .item .msg {
		text-align: center;
	}

	.power .list .item .tit {
		font-size: 32px;
		line-height: 30px;
	}

	.power .msg .btn {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {

	.power .content,
	.power .list {
		width: calc(100% - 50px);
	}

	.power {
		padding: 40px 0 40px 0;
	}

	.power .msg .title .tit1,
	.power .msg .title .tit2 {
		font-size: 26px;
	}

	.power .msg .title {
		margin-bottom: 10px;
	}

	.power .msg .txt {
		margin-bottom: 20px;
	}

	.power .msg .btn {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.power .list .item .image {
		background-color: #ffffff;
	}

	.power .list {
		padding-top: 40px;
	}

	.power .list .item .image {
		width: 80px;
		height: 80px;
		margin-bottom: 20px;
	}

	.power .list .item .tit {
		font-size: 28px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:768px) {
	.power {
		padding: 30px 0 30px 0;
	}

	.power .content,
	.power .list {
		width: calc(100% - 30px);
	}

	.power .content {
		flex-direction: column;
	}

	.power .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.power .video {
		width: 100%;
	}

	.power .list .item {
		width: 50%;
	}

	.power .msg .title .tit1,
	.power .msg .title .tit2 {
		font-size: 24px;
	}

	.power .msg .btn {
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}

	.power .list .item .image {
		width: 70px;
		height: 70px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:538px) {
	.power {
		padding: 20px 0 20px 0;
	}

	.power .msg .title .tit1,
	.power .msg .title .tit2 {
		font-size: 22px;
	}

	.power .list .item {
		padding: 10px;
	}

	.power .list .item .msg {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:400px) {
	.power .list .item {
		width: 100%;
	}

	.power .list {
		padding-top: 30px;
	}

	.power .list .item .tit {
		font-size: 24px;
	}

	.power .list .item .msg {
		margin-bottom: 0;
	}
}










/* main4 */
.blogCenter {
	background-image: url("../images/indexM4-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 74px 0 9px 0;
}

.blogCenter .blog {
	margin-bottom: 135px;
	position: relative;
	padding: 0;
}

.blogCenter .blog .title {
	font-family: Montserrat-Bold;
	font-size: 50px;
	color: #ffffff;
	margin-bottom: 65px;
	display: inline-block;
}

.blogCenter .blog .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
}

.blogCenter .blog .msg {
	padding: 23px 20px 37px 20px;
	background-color: #ffffff;
}

.blogCenter .blog .msg .tit {
	font-family: Montserrat-Bold;
	font-size: 20px;
	color: #333333;
	margin-bottom: 21px;
}

.blogCenter .blog .msg .txt {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 19px;
}

.blogCenter .blog .msg .line {
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.06);
	margin-bottom: 34px;

}

.blogCenter .blog .msg .time {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #005bac;
}


.blogCenter .blog .prev,
.blogCenter .blog .next {
	position: absolute;
	right: 0;
	top: 0px;
	width: 48px;
	height: 48px;
	color: #666666;
	border: 3px solid #666666;
	text-align: center;
	line-height: 42px;
	z-index: 1;
	border-radius: 50%;
	cursor: pointer;
	font-size: 20px;
}

.blogCenter .blog .prev {
	right: 62px;
}

.blogCenter .blog .prev:hover,
.blogCenter .blog .next:hover {
	color: #005bac;
	border-color: #005bac;
}

@media screen and (max-width:1500px) {
	.blogCenter {
		padding: 70px 0 0px 0;
	}

	.blogCenter .blog .title {
		font-size: 38px;
		margin-bottom: 60px;
	}

	.blogCenter .blog .msg {
		padding: 20px;
	}

	.blogCenter .blog {
		margin-bottom: 100px;
	}
}

@media screen and (max-width:1333px) {
	.blogCenter {
		padding: 60px 0 0px 0;
	}

	.blogCenter .blog {
		margin-bottom: 60px;
	}

	.blogCenter .blog .title {
		font-size: 32px;
		margin-bottom: 40px;
	}

	.blogCenter .blog .prev,
	.blogCenter .blog .next {
		width: 40px;
		height: 40px;
		border-width: 2px;
		line-height: 36px;
		font-size: 18px;
	}

	.blogCenter .blog {
		margin-bottom: 60px;
	}

	.blogCenter .blog .msg .tit,
	.blogCenter .blog .msg .txt {
		margin-bottom: 10px;
	}

	.blogCenter .blog .msg {
		padding: 20px 10px;
	}

	.blogCenter .blog .msg .line {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:999px) {
	.blogCenter {
		padding: 40px 0 0px 0;
	}

	.blogCenter .blog {
		margin-bottom: 40px;
	}

	.blogCenter .blog .title {
		font-size: 26px;
		margin-bottom: 30px;
	}

	.blogCenter .blog .prev,
	.blogCenter .blog .next {
		width: 35px;
		height: 35px;
		border-width: 1px;
		line-height: 33px;
		font-size: 16px;
	}

	.blogCenter .blog .prev {
		right: 60px;
	}
}

@media screen and (max-width:768px) {
	.blogCenter {
		padding: 30px 0 0px 0;
	}

	.blogCenter .blog {
		margin-bottom: 30px;
	}

	.blogCenter .blog .msg {
		padding: 10px;
	}

	.blogCenter .blog .msg .tit {
		line-height: 20px;
		margin-bottom: 0;
	}

	.blogCenter .blog .msg .line {
		margin-bottom: 5px;
	}

	.blogCenter .blog .title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.blogCenter {
		padding: 20px 0 0px 0;
	}

	.blogCenter .blog {
		margin-bottom: 20px;
	}

	.blogCenter .blog .prev {
		right: 50px;
	}
}


.blogCenter .solution {
	background-image: url("../images/indexM4-bg2.png");
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	width: 91.7%;
	margin-left: auto;
	border-radius: 10px 0 0 10px;
	padding: 40px 13.8% 31px 30px;
	position: relative;
}

.blogCenter .solution .image {
	width: 32%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	overflow: visible;
	margin-left: 20px;
}

.blogCenter .solution .msg {
	text-align: right;
	width: 40%;
	margin-left: auto;
}

.blogCenter .solution .msg .tit {
	font-family: Montserrat-Bold;
	font-size: 36px;
	line-height: 58px;
	color: #ffffff;
	margin-bottom: 18px;
}


.blogCenter .solution .msg .txt {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 40px;
	margin-left: auto;
	width: 80%;
}


.blogCenter .solution .msg .btn {
	width: 187px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	background-color: #005bac;
	font-family: Montserrat-Bold;
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
}

.blogCenter .customers {
	padding: 100px 0 114px 0;
}

.blogCenter .customers .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.blogCenter .customers .con .brands {
	width: 52.4%;
	text-align: right;
}

.blogCenter .con .msg {
	width: 30%;
}

.blogCenter .customers .msg .tit1 {
	font-family: Montserrat-Bold;
	font-size: 50px;
	line-height: 62px;
	color: #ffffff;
	margin-bottom: 15px;
	margin-top: -34px;
}


.blogCenter .customers .msg .tit2 {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
}

.blogCenter .brands .item {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.blogCenter .brands .item .image {
	width: 30.5%;
}

.blogCenter .brands .item:last-child {
	margin-bottom: 0;
}

.blogCenter .brands .item .image:last-child {
	margin-left: 4.7%;
}

.blogCenter .brands .item .image:first-child {
	margin-right: 3.7%;
}

.blogCenter .brands .item:nth-child(2n) {
	transform: translateX(-17.4%);
	margin-bottom: 15px;
}

@media screen and (max-width:1500px) {
	.blogCenter .solution .msg {
		width: 60%;
	}

	.blogCenter .solution .msg .tit {
		font-size: 34px;
		line-height: 46px;
		margin-bottom: 20px;
	}

	.blogCenter .solution .msg .txt {
		line-height: 26px;
	}

	.blogCenter .customers {
		padding: 100px 0 100px 0;
	}

	.blogCenter .customers .msg .tit1 {
		font-size: 38px;
		line-height: 50px;
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.blogCenter .solution .msg {
		width: 50%;
	}

	.blogCenter .solution {
		max-width: 1400px;
		width: calc(100% - 120px);
		margin: 0 auto;
		padding: 40px 20px;
		border-radius: 10px;
	}

	.blogCenter .solution .msg {
		width: 60%;
	}

	.blogCenter .solution .image {
		width: 36%;
	}

	.blogCenter .solution .msg .tit {
		margin-bottom: 10px;
	}

	.blogCenter .solution .msg .txt {
		margin-bottom: 30px;
		width: 90%;
	}

	.blogCenter .solution .msg .btn {
		height: 45px;
		width: 180px;
		line-height: 45px;
	}

	.blogCenter .customers .msg .tit1 {
		font-size: 32px;
		line-height: 30px;
	}

	.blogCenter .customers {
		padding: 60px 0 60px 0;
	}

	.blogCenter .con .msg {
		width: 36%;
	}
}

@media screen and (max-width:999px) {
	.blogCenter .solution {
		width: calc(100% - 50px);
		padding: 30px 20px 30px 20px;
	}

	.blogCenter .solution .msg .txt {
		margin-bottom: 20px;
	}

	.blogCenter .solution .msg .btn {
		height: 40px;
		line-height: 40px;
	}

	.blogCenter .solution .msg .txt {
		margin-bottom: 20px;
	}

	.blogCenter .customers .msg .tit1 {
		font-size: 28px;
	}

	.blogCenter .customers {
		padding: 40px 0 40px 0;
	}
}

@media screen and (max-width:768px) {
	.blogCenter .solution {
		width: calc(100% - 30px);
		padding: 20px 20px 20px 20px;
	}

	.blogCenter .solution .msg .txt {
		margin-bottom: 10px;
	}

	.blogCenter .solution .msg .btn {
		height: 35px;
		line-height: 35px;
		width: 150px;
	}

	.blogCenter .brands .item:nth-child(n) {
		margin-bottom: 10px;
	}

	.blogCenter .customers .msg .tit1 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.blogCenter .customers {
		padding: 30px 0 30px 0;
	}
}

@media screen and (max-width:538px) {
	.blogCenter .solution {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.blogCenter .solution .image {
		position: inherit;
		transform: translateY(0);
		width: 60%;
		margin-left: 0;
	}

	.blogCenter .solution .msg {
		width: 100%;
		text-align: left;
	}

	.blogCenter .solution .msg .txt {
		margin-left: 0;
	}

	.blogCenter .solution .msg .tit {
		margin-bottom: 0;
	}

	.blogCenter .customers .con {
		flex-direction: column;
	}

	.blogCenter .con .msg {
		width: 100%;
		margin-bottom: 10px;
	}

	.blogCenter .customers .msg .tit1 br {
		display: none;
	}

	.blogCenter .customers .msg .tit1 {
		margin-bottom: 0;
	}

	.blogCenter .customers {
		padding: 20px 0 20px 0;
	}

	.blogCenter .customers .con .brands {
		width: 100%;
	}

	.blogCenter .brands .item:nth-child(2n) {
		transform: translateX(0);
	}

	.blogCenter .brands .item .image:first-child {
		margin-right: 4.25%;
	}

	.blogCenter .brands .item .image:last-child {
		margin-left: 4.25%;
	}
}



/* ----------------2-1prodcuts---------------------- */
.controller {
	background-color: #0e2f4d;
	padding: 29px 0 32px 0;
}

.product1Controller {
	padding: 29px 0 50px 0;
}

.controller.product1Controller .con .msg {
	margin-bottom: 29px;
}

.controller .crumb {
	margin-bottom: 22px;
}

.controller .con .title {
	font-family: Montserrat-Bold;
	font-size: 50px;
	font-style: italic;
	color: #ffffff;
	margin-bottom: 11px;
}

.controller .con .msg {
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.controller .con .msg p,.controller .con .msg em,.controller .con .msg strong,.controller .con .msg strong,.controller .con .msg a{	font-size: 18px;     color: #fff; }
.controller .con .msg a{display: inline;}
.controller .con .msg h2{    font-size: inherit; }
.controller .con .msg.active {
	display: block;
}

.controller .con .btn {
	width: 187px;
	height: 58px;
	line-height: 58px;
	background-color: #111111;
	text-align: center;
	font-family: Montserrat-Bold;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}

.productLists {
	background-image: url("../images/2-1ProductBg2.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 51px 0 185px 0;
}

.productLists .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.productLists .con .navs {
	width: 20.8%;
	padding: 2px 0;
}

.productLists .con .productCons,
.productLists .container {
	width: 74.3%;
}

.productLists .con .navs&gt;li {
	border-bottom: 1px solid #333333;
	margin-bottom: 24px;
	padding-bottom: 8px;
}

.productLists .con .navs&gt;li:last-child {
	border: none;
}

.productLists .con .navs .tit1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3px;
}

.productLists .con .navs .tit1 a {
	font-family: Montserrat-Regular;
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
}

.productLists .con .navs .tit1 a:hover {
	text-decoration: underline;
}

.productLists .con .navs .tit1 i {
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	transform: rotate(0deg);
}

.productLists .con .navs .tit1 i.active {
	transform: rotate(-90deg);
}

.productLists .con ul {
	transition: none;
}

.productLists .con .navs .tit1 i:hover {
	color: #005bac;
}

.productLists .con .navs .tit2 a {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #ffffff;
	padding: 7.5px 0;
	line-height: 21px;
}

.productLists .con .navs .tit2 a:hover {
	color: #005bac;
}



.productLists .con .productCons .items {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 18px;

}


.productLists .con .productCons .items .item {
	width: 30.97%;
	margin-right: 3.545%;
	position: relative;
	margin-bottom: 35px;
	background-color: #ffffffff;
}

.productLists .con .productCons .items .item:nth-child(3n) {
	margin-right: 0;
}

.productLists .productCons .item .msg {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px;
	height: 130px;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
}

.productLists .productCons .item .msg&gt;div {
	position: relative;
}

.productLists .productCons .item .msg:hover {
	background-color: #0e2f4d;
	border-top: 1px solid #0e2f4d;
}

.productLists .productCons .item .msg:hover .tit {
	color: #ffffff;
}

.productLists .productCons .item .msg:hover .btn {
	color: #ffffff;
}
.productLists .productCons .item .msg:hover .btn a{
	color: #ffffff;
}
.productLists .productCons .item .msg .tit {
	font-family: Montserrat-Regular;
	font-size: 18px;
	color: #333333;
	width: 100%;
	text-align: center;
	line-height: 28px;
}

.productLists .productCons .item .msg .btn {
	font-family: Montserrat-Bold;
	text-decoration: underline;
	font-size: 16px;
	color: #005bac;
}
.productLists .productCons .item .msg .btn a{ font-size: 14px;text-decoration: none;font-family: Montserrat-Bold; color:#005bac;}
.productLists .productCons .item .msg .btn a:hover{ color: #fff;}
.productLists .productCons .item input {
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 110%;
}



.addTo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.addTo .con {
	padding: 10px 10px;
}

.addTo .con input {
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
	background-color: transparent;
	cursor: pointer;
}

.addTo .con input:hover {
	text-decoration: underline;
}




.tags {
	background-color: #0e2f4d;
	padding: 27px 0 30px 0;
}

.tags .tit {
	font-family: Montserrat-Regular;
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 7px;
}

.tags .items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.tags .items a {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
}

.tags .items a:hover {
	text-decoration: underline;
}

.tags .items span {
	color: #fff;
	margin: 0 10px;
}

.productLists .menu {
	display: none;
}

@media screen and (max-width:1500px) {
	.productLists {
		padding: 51px 0 100px 0;
	}
}

@media screen and (max-width:1333px) {
	.controller {
		padding: 30px 0 30px 0;
	}

	.controller .crumb {
		margin-bottom: 20px;
	}

	.controller .con .title {
		font-size: 32px;
		line-height: 30px;
	}

	.controller .con .msg {
		margin-bottom: 20px;
	}

	.controller .con .btn {
		height: 45px;
		line-height: 45px;
	}

	.productLists {
		padding: 60px 0 60px 0;
	}

	.productLists .con .navs .tit1 a {
		font-size: 22px;
		line-height: 30px;
	}

	.productLists .con .navs {
		width: 20%;
	}

	.productLists .con .navs .tit1 {
		margin-bottom: 0;
	}

	.productLists .con .navs&gt;li {
		margin-bottom: 20px;
	}

	.productLists .con .navs .tit2 a {
		padding: 10px 0;
	}

	.productLists .productCons .item .msg {
		padding: 20px 10px;
		height: 120px;
	}

	.productLists .con .productCons .items .item {
		margin-bottom: 30px;
		width: 32%;
		margin-right: 2%;
	}

	.addTo .con input {
		font-size: 14px;
	}
}

@media screen and (max-width:999px) {
	.controller {
		padding: 20px 0 20px 0;
	}

	.controller .con .title {
		font-size: 26px;
	}

	.controller .crumb {
		margin-bottom: 10px;
	}

	.controller .con .btn {
		height: 40px;
		line-height: 40px;
	}

	.productLists {
		padding: 40px 0 40px 0;
	}

	.productLists .con .navs .tit1 a {
		font-size: 16px;
	}

	.productLists .con .navs .tit2 a {
		font-size: 14px;
		padding: 5px 0;
	}

	.productLists .con .navs&gt;li {
		margin-bottom: 10px;
	}

	.productLists .productCons .item input {
		width: 16px;
		height: 16px;
	}

	.productLists .productCons .item .msg {
		padding: 10px;
		height: 95px;
	}

	.productLists .productCons .item .msg .tit {
		margin-bottom: 5px;
	}

	.productLists .con .productCons .items .item {
		margin-bottom: 20px;
	}

	.addTo .con input {
		font-size: 12px;
	}
}

@media screen and (max-width:768px) {
	.productLists .con .navs {
		position: absolute;
		z-index: 1;
		background-color: #161616;
		padding: 0 10px;
		width: 32%;
	}

	.productLists .con .productCons,
	.productLists .container {
		width: 100%;
	}

	.productLists .menu {
		display: block;
		width: 50px;
		height: 30px;
		background-color: #005bac;
		border-radius: 5px;
		margin-bottom: 20px;
		margin-left: 20px;
		cursor: pointer;
		position: relative;
	}

	.productLists .menu.active:after {
		transform: translateX(-50%) rotate(45deg);

	}

	.productLists .menu.active::before {
		transform: translateX(-50%) rotate(-45deg);

	}

	.productLists .menu:after,
	.productLists .menu::before {
		position: absolute;
		content: "";
		width: 60%;
		left: 50%;
		transform: translateX(-50%);
		top: 10px;
		height: 3px;
		background-color: #fff;
		transition: .3s linear all;
	}

	.productLists .menu::before {
		bottom: 10px;
		top: auto;
	}


	.productLists .menu.active {
		background-color: #0e2f4d;
	}

	.productLists .con ul {
		display: none;
	}

	.productLists .con .navs .tit1 i {
		transform: rotate(-90deg);
	}

	.productLists .con .navs .tit1 i.active {
		transform: rotate(0deg);
	}

	.productLists .con .productCons .items .item {
		margin-bottom: 10px;
	}

	.productLists .productCons .item .msg .tit {
		margin-bottom: 0;
	}

	.productLists .con .productCons .items {
		margin-bottom: 20px;
	}

	.controller .con .title {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.controller .con .msg {
		margin-bottom: 10px;
	}

	.controller .con .btn {
		height: 35px;
		line-height: 35px;
	}

	.productLists .productCons .item .msg {
		height: 90px;
	}

}

@media screen and (max-width:538px) {
	.productLists .con .productCons .items .item {
		width: 49%;
	}

	.productLists .con .productCons .items .item:nth-child(3n) {
		margin-right: 2%;
	}

	.productLists .con .productCons .items .item:nth-child(2n) {
		margin-right: 0%;
	}

	.controller .con .title {
		font-size: 18px;
		margin-bottom: 0px;
	}

	.productLists .con .navs {
		width: 100%;
	}

	.productLists .con .navs .tit1 a {
		font-size: 16px;
	}

	.productLists .con .navs .tit2 a {
		font-size: 12px;
		padding: 0;
	}

	.productLists .con .navs&gt;li {
		margin-bottom: 5px;
	}

	.productLists {
		padding: 30px 0;
	}

	.tags .tit {
		font-size: 22px;
	}

	.productLists .productCons .item input {
		width: 14px;
		height: 14px;
		right: 105%;
	}
}


/* ----------------2-2productShow------------------------- */
.productShowCrumb {
	padding: 30px 0 22px 0;
	background-color: #0e2f4d;
}

.productShowCon {
	padding: 55px 0 149px 0;
	background-image: url("../images/2-2ProductBg.jpg");
}

.productShow {
	margin-top: 10px;
}

.productShow .show {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 58px;
}


.productShow .show .image {
	background-color: #ffffff;
	width: 48.1%;
}

.productShow .show .msg {
	width: 47.2%;
	margin-top: 41px;
}

.productShow .msg .title {
	font-family: Montserrat-Bold;
	font-size: 30px;
	font-style: italic;
	color: #ffffff;
	margin-bottom: 6px;
}

.productShow .msg .list {
	margin-bottom: 45px;
}

.productShow .msg .list p em {
	font-family: Montserrat-Light;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #cccccc;
	font-style: normal;
	word-wrap: break-word;
}

.productShow .msg .list p em::before {
	content: "★";
	font-size: 22px;
	line-height: 36px;
	color: #cccccc;
	margin-right: 10px;
}

.productShow .msg .btns {
	display: flex;
	margin-bottom: 27px;
}


.productShow .msg .btns a {
	width: 237px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	line-height: 48px;
	border: solid 1px #005bac;
	font-family: Poppins-Regular;
	font-size: 20px;
	color: #ffffff;
}

.productShow .msg .btns a:first-child {
	margin-right: 3.5%;
}

.productShow .msg .btns a:hover {
	background-color: #005bac;
}

.productShow .msg .share {
	display: flex;
	align-items: center;
}

.productShow .msg .share span {
	font-family: Montserrat-Light;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	margin-right: 5px;
}

.messageShow .btns {
	display: flex;
	align-items: center;
	padding-bottom: 8px;
	margin-bottom: 8px;
	overflow: auto;
	scrollbar-color: ##0e2f4d rgba(0, 0, 0, 0.2);
	scrollbar-width: thin;
}


.messageShow .btns::-webkit-scrollbar {
	height: 6px;
}

.messageShow .btns::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #0e2f4d;
}

.messageShow .btns::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ffffff;
}










.messageShow .btns a {
	background-color: #0e2f4d;
	font-family: Montserrat-Bold;
	font-size: 24px;
	color: #ffffff;
	height: 50px;
	min-width: 297px;
	text-align: center;
	line-height: 48px;
	flex-shrink: 0;
	margin-right: 7.1%;
	padding: 0 5px;
}

.messageShow .btns a:last-child {
	margin-right: 0;
}

.messageShow {
	margin-bottom: 45px;
}

.messageShow .list&gt;div {
	border-radius: 10px;
	background-color: rgba(236, 236, 236, 0.08);
	margin-bottom: 15px;
}

.messageShow .list&gt;div:last-child {
	margin-bottom: 0;
}

.messageShow .details {
	padding: 38px 14px 48px 25px;
}

/* .messageShow .details .item {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
 */
/* .messageShow .details .item:nth-child(2n) {
	flex-direction: row;
} */

.messageShow .details .item .image {
	width: 49.9%;
}


/* .messageShow .details .item .txt {
	width: 48.5%;
} */
.messageShow .details .item {
	vertical-align: middle;
}

.messageShow .details .item:nth-child(2n-1) .txt {
	padding: 17px 0;
}

.messageShow .details .item:nth-child(2n) .txt {
	padding: 64px 0;
}

.messageShow .details .item:nth-child(2n-1) .image {
	float: right;
	margin-left: 3.2%;
}

.messageShow .details .item:nth-child(2n) .image {
	float: left;
	margin-right: 3.2%;
}

.messageShow .details .item .txt p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	hyphens: auto;
}

.messageShow .features p {
	font-family: Montserrat-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
	table-layout: fixed;
}

.table table tr:first-child td {
	background-color: #366091;
	color: #fff;
	font-size: 22px;
	font-family: Montserrat-Regular;
	border: none;
	padding: 7px 5px;
}

.table table tr:nth-child(2) td {
	background-color: #b9cbe4 !important;
	font-family: Montserrat-Regular;
	font-size: 18px;
	color: #010101;
}

.table table tr:nth-child(2n) td {
	background-color: #d7d7d7;
}

.table table tr td {
	padding: 4px 5px;
	font-size: 14px;
	font-size: 1.4rem;
	border: 2px solid #414141;
	background-color: #f1f1f1;
	text-align: center;
	color: #010101;

}

.table table tr td p strong {
	font-size: 14px;
	line-height: 24px;
	font-family: Montserrat-Regular;
	color: #010101;
}

.messageShow .features {
	padding: 30px 33px 95px 26px;
}


.productShowCon .hotProducts .prev,
.productShowCon .hotProducts .next {
	top: 110.5%;
	left: 50%;
	transform: translateX(-50%);
}

.productShowCon .hotProducts .prev {
	transform: translateX(-122%);
}

.productShowCon .hotProducts .next {
	transform: translateX(22%);
}


@media screen and (max-width:1500px) {

	.productShow .show .msg {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.productShowCrumb {
		padding: 20px 0;
	}

	.productShowCon {
		padding: 60px 0 140px 0;
	}

	.productShow {
		margin-top: 0;
	}

	.productShow .msg .title {
		font-size: 28px;
	}

	.productShow .msg .list p em,
	.productShow .msg .list p em::before {
		font-size: 16px;
		line-height: 26px;
	}

	.productShow .msg .list {
		margin-bottom: 20px;
	}

	.productShow .show .msg {
		width: 48%;
	}

	.productShow .msg .btns {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.productShow .msg .btns a {
		height: 45px;
		line-height: 45px;
		font-size: 18px;
	}

	.productShow .show {
		margin-bottom: 40px;
	}

	.messageShow .btns a {
		min-width: 200px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
		margin-right: 5%;
	}

	.messageShow .details,
	.messageShow .features {
		padding: 30px 20px;
	}

	.messageShow .details .item:nth-child(n) .txt {
		padding: 10px 0;
	}

	.messageShow .details .item .txt p,
	.messageShow .features p {
		line-height: 26px;
	}

	.messageShow {
		margin-bottom: 40px;
	}

	.productShowCon .hotProducts .swiper-slide .msg {
		padding: 20px 10px;
	}

	.table table tr:first-child td {
		font-size: 18px;
	}

	.table table tr:nth-child(2) td {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.productShowCon {
		padding: 40px 0 100px 0;
	}

	.productShow .msg .title {
		font-size: 24px;
	}

	.productShow .msg .list p em,
	.productShow .msg .list p em::before {
		font-size: 14px;
		line-height: 24px;
	}

	.productShow .msg .list {
		margin-bottom: 10px;
	}

	.productShow .msg .btns a {
		height: 40px;
		line-height: 38px;
		font-size: 14px;
		margin-right: 3%;
	}

	.messageShow .btns::-webkit-scrollbar {
		height: 4px;
	}

	.productShow .msg .btns {
		margin-bottom: 5px;
		padding-bottom: 5px;
	}

	.productShow .show {
		margin-bottom: 30px;
	}

	.messageShow .btns a {
		min-width: 170px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.messageShow .details,
	.messageShow .features {
		padding: 10px;
	}

	.messageShow .details .item .txt p,
	.messageShow .features p {
		font-size: 14px;
		line-height: 24px;
	}

	.messageShow {
		margin-bottom: 30px;
	}

	.productShowCon .hotProducts .swiper-slide .msg {
		padding: 10px;
	}

	.table table tr:first-child td {
		font-size: 16px;
	}

	.table table tr:nth-child(2) td {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.productShowCon {
		padding: 30px 0 80px 0;
	}

	.productShow .msg .title {
		font-size: 22px;
	}

	.productShow .msg .list p em,
	.productShow .msg .list p em::before,
	.messageShow .details .item .txt p,
	.messageShow .features p {
		font-size: 12px;
		line-height: 22px;
	}

	.productShow .msg .btns a {
		height: 35px;
		line-height: 33px;
		font-size: 12px;
	}

	.productShow .msg .share span {
		font-size: 12px;
	}

	.productShow .show {
		margin-bottom: 20px;
	}

	.messageShow .btns a {
		min-width: 160px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}

	.messageShow .btns::-webkit-scrollbar {
		height: 2px;
	}

	.table table tr:first-child td {
		font-size: 16px;
	}

	.table table tr td {
		font-size: 12px;

	}

	.table table tr td p strong {
		font-size: 12px;
	}

}

@media screen and (max-width:538px) {
	.productShow .show {
		flex-direction: column;
		margin-bottom: 10px;
	}

	.messageShow .btns {
		margin-bottom: 5px;
		padding-bottom: 5px;
	}

	.productShowCon {
		padding: 20px 0 80px 0;
	}

	.productShow .show .image {
		width: 100%;
		max-width: 500px;
		margin: 0 auto 20px;
	}

	.productShow .show .msg {
		width: 100%;
	}

	.messageShow .details .item:nth-child(n) .image {
		margin: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	.messageShow .details .item:nth-child(n) .txt {
		padding: 0px 0;
		margin-bottom: 10px;
	}

	.messageShow .btns a {
		min-width: 120px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
}


























/* -------------------3-1solution-------------------------- */

.solutionPage {
	background-image: url("../images/3-1solutionBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 63px 0 150px 0;
}

.solutionPage .con {
	margin-bottom: 95px;
}

.solutionPage .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 42px;
}

.solutionPage .list .item {
	width: 31.45%;
	margin-right: 2.825%;
	margin-bottom: 40px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.solutionPage .list .item:hover img {
	transform: scale(1.1, 1.1);
}

.solutionPage .list .item:nth-child(3n) {
	margin-right: 0;
}


.solutionPage .list .item .name {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 19px 12px 24px;
	background-color: rgba(0, 91, 172, .65);
	width: 100%;
}


.solutionPage .list .item .name:hover {
	background-color: rgba(14, 47, 77, .99);
}

.solutionPage .list .item .name span {
	font-family: Montserrat-Bold;
	font-size: 18px;
	color: #ffffff;
}


.solutionPage .list .item .name i {
	width: 24px;
	height: 24px;
	line-height: 22px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-left: 10px;
	flex-shrink: 0;
}

.hotProducts .title {
	background-color: #0e2f4d;
	padding: 9px 24px;
	margin-bottom: 50px;
}

.hotProducts .title a {
	font-family: Montserrat-Bold;
	font-size: 24px;
	color: #ffffff;
	display: inline-block;
}

.hotProducts .swiper-slide .msg {
	background-color: #fff;
	border-top: 1px solid #cccccc;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 37px 20px 33px 20px;
}


.hotProducts .swiper-slide .msg .name {
	width: 100%;
	text-align: center;
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #333333;
	margin-bottom: 16px;
}

.hotProducts .swiper-slide .msg:hover {
	background-color: #0e2f4d;
	border-top-color: #0e2f4d;
}

.hotProducts .swiper-slide .msg:hover span {
	color: #ffffff;
}

.hotProducts .swiper-slide .msg .btn {
	font-family: Montserrat-Bold;
	text-decoration: underline;
	font-size: 16px;
	color: #005bac;
}

.hotProducts .swiperBox {
	position: relative;
}

.hotProducts .prev,
.hotProducts .next {
	width: 42px;
	height: 42px;
	line-height: 36px;
	text-align: center;
	border: 3px solid #666666;
	color: #666666;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	font-size: 18px;
}

.hotProducts .prev {
	left: -5.9%;
}

.hotProducts .next {
	right: -6%;
}

.hotProducts .prev:hover,
.hotProducts .next:hover {
	border-color: #005bac;
	color: #005bac;
}



@media screen and (max-width:1600px) {
	.hotProducts .prev {
		left: 2%;
	}

	.hotProducts .next {
		right: 2%;
	}
}

@media screen and (max-width:1333px) {
	.solutionPage {
		padding: 60px 0 100px 0;
	}

	.solutionPage .list {
		margin-bottom: 20px;
	}

	.solutionPage .con {
		margin-bottom: 60px;
	}

	.solutionPage .list .item .name {
		padding: 5px 20px;
	}

	.hotProducts .swiper-slide .msg {
		padding: 20px 10px;
	}

	.hotProducts .swiper-slide .msg .name {
		margin-bottom: 5px;
	}

	.hotProducts .prev,
	.hotProducts .next {
		top: auto;
		bottom: -60px;
		left: 50%;
		transform: translateX(-50%);
		width: 40px;
		height: 40px;
		border-width: 2px;
		line-height: 36px;
	}

	.hotProducts .prev {
		transform: translateX(-140%);
	}

	.hotProducts .next {
		transform: translateX(40%);
	}

	.hotProducts .title {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.solutionPage {
		padding: 40px 0 80px 0;
	}

	.solutionPage .list {
		margin-bottom: 10px;
	}

	.solutionPage .con {
		margin-bottom: 40px;
	}

	.solutionPage .list .item .name {
		padding: 5px 10px;
	}

	.hotProducts .swiper-slide .msg {
		padding: 20px 10px;
	}

	.hotProducts .swiper-slide .msg .name {
		margin-bottom: 5px;
	}

	.solutionPage .list .item {
		margin-bottom: 20px;
		width: 32%;
		margin-right: 2%;
	}

	.solutionPage .list .item .name i {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}

	.hotProducts .title {
		margin-bottom: 30px;
	}

	.hotProducts .prev,
	.hotProducts .next {
		width: 35px;
		height: 35px;
		border-width: 1px;
		line-height: 33px;
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.solutionPage {
		padding: 30px 0 60px 0;
	}

	.solutionPage .list .item {
		border-radius: 5px;
		margin-bottom: 15px;
	}

	.solutionPage .con {
		margin-bottom: 30px;
	}

	.hotProducts .title {
		padding: 5px 10px;
		margin-bottom: 20px;
	}

	.hotProducts .title a {
		font-size: 22px;
		line-height: 30px;
	}

	.hotProducts .swiper-slide .msg {
		padding: 10px;
	}

	.hotProducts .swiper-slide .msg .name {
		margin-bottom: 0;
	}

	.hotProducts .prev,
	.hotProducts .next {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 14px;
		bottom: -45px;
	}
}

@media screen and (max-width:538px) {
	.solutionPage .list .item {
		width: 47.5%;
		margin-right: 3%;
		margin-bottom: 15px;
	}

	.solutionPage .list .item:nth-child(3n) {
		margin-right: 3%;
	}

	.solutionPage .list .item:nth-child(2n) {
		margin-right: 0%;
	}

	.solutionPage {
		padding: 20px 0 60px 0;
	}

	.solutionPage .list {
		margin-bottom: 0;
	}

	.solutionPage .con {
		margin-bottom: 20px;
	}

	.solutionPage .list .item .name {
		padding: 5px;
	}

	.hotProducts .title a {
		font-size: 18px;
	}

	.hotProducts .title {
		padding: 5px;
	}

	.hotProducts .prev {
		transform: translateX(-120%);
	}

	.hotProducts .next {
		transform: translateX(20%);
	}
}



/* ------------------------3-2solution---------------------------- */
.solutionDet {
	padding: 29px 0 58px 0;
	background-color: #0e2f4d;
}


.solutionDet .crumb {
	margin-bottom: 22px;
}

.solutionDet .con .title {
	font-family: Montserrat-Bold;
	font-size: 50px;
	font-style: italic;
	color: #ffffff;
	margin-bottom: 11px;
}

.solutionDet .share {
	display: flex;
	align-items: center;
	color: #ffffff;
}

.solutionDet .share span {
	margin-right: 10px;
	font-family: Montserrat-Light;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	margin-right: 5px;
}

.solutionDetPage {
	background-color: #161616;
	padding-bottom: 128px;
}

.solutionDetPage .con {
	margin-bottom: 76px;
}

.solutionDetPage .msg {
	background-color: rgba(255, 255, 255, 0.05);
	padding: 46px 46px 55px 47px;
}

.solutionDetPage .msg p,
.solutionDetPage .msg a span {
	/* display: flex; */
	/* align-items: center; */
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #cccccc;
}


.solutionDetPage .msg p img {
	min-width: 0;
	/* flex: 1; */
	width: 100%;
}

/* .solutionDetPage .msg p img:nth-child(3n-1),
.solutionDetPage .msg p img:nth-child(3n) {
	margin-left: 2.8%;
} */
.solutionDetPage .msg p strong {
	font-size: 24px;
	letter-spacing: 0px;
	color: #cccccc;
}

.prevOrNext {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 19px 0 18px 0;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}


.prevOrNext .prev,
.prevOrNext .next {
	display: flex;
	align-items: center;
}

.prevOrNext .prev {
	margin-right: 10px;
}

.prevOrNext a,
.prevOrNext span,
.prevOrNext i {
	font-family: Montserrat-Light;
	font-size: 18px;
	color: #999999;
}

.prevOrNext i {
	font-size: 14px;
}

.prevOrNext a:hover i,
.prevOrNext a:hover span {
	color: #005bac;
}


@media screen and (max-width:1333px) {
	.solutionDet {
		padding: 30px 0 30px 0;
	}

	.solutionDet .crumb {
		margin-bottom: 10px;
	}

	.solutionDet .con .title {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.solutionDetPage .msg {
		padding: 30px 40px;
	}

	.solutionDetPage .msg p,
	.solutionDetPage .msg a span,
	.prevOrNext a,
	.prevOrNext span {
		font-size: 16px;
		line-height: 26px;
	}

	.prevOrNext {
		padding: 14px 0 14px 0;
	}

	.solutionDetPage .con {
		margin-bottom: 60px;
	}

	.solutionDetPage .msg p strong {
		font-size: 22px;
	}
}

@media screen and (max-width:999px) {
	.solutionDet .con .title {
		font-size: 32px;
		line-height: 30px;
	}

	.solutionDet .crumb {
		margin-bottom: 5px;
	}

	.solutionDetPage .msg p,
	.solutionDetPage .msg a span,
	.prevOrNext a,
	.prevOrNext span {
		font-size: 14px;
		line-height: 24px;
	}

	.solutionDetPage .msg p strong {
		font-size: 18px;
	}

	.solutionDetPage .msg {
		padding: 20px 20px;
	}

	.solutionDetPage .con {
		margin-bottom: 40px;
	}

	.solutionDetPage {
		padding-bottom: 100px;
	}
}

@media screen and (max-width:768px) {
	.solutionDet {
		padding: 20px 0 20px 0;
	}

	.solutionDet .con .title {
		font-size: 28px;
	}

	.prevOrNext {
		padding: 10px 0 10px 0;
	}

	.solutionDetPage .con {
		margin-bottom: 30px;
	}

	.solutionDetPage .msg {
		padding: 10px;
	}

	.solutionDetPage {
		padding-bottom: 80px;
	}

	.solutionDetPage .msg p,
	.solutionDetPage .msg a span,
	.prevOrNext a,
	.prevOrNext span {
		font-size: 12px;
		line-height: 22px;
	}

	.solutionDetPage .msg p strong {
		font-size: 16px;
	}
}

@media screen and (max-width:538px) {
	.solutionDetPage {
		padding-bottom: 60px;
	}

	.solutionDetPage .msg p strong {
		font-size: 14px;
	}
}





/* ---------------4-1service-------------------------- */

.serviceControll {
	padding: 29px 0 92px 0;
}

.servicePage {
	padding: 43px 0 157px 0;
	background-color: #161616;
}

.servicePage #tab {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #333333;
	margin-bottom: 50px;
	overflow: auto;
}

.servicePage #tab {
	overflow: auto;
	scrollbar-color: #0e2f4d rgba(0, 0, 0, 0.2);
	scrollbar-width: thin;
}


.servicePage #tab::-webkit-scrollbar {
	height: 5px;
}

.servicePage #tab::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #0e2f4d;
}

.servicePage #tab::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ffffff;
}


.servicePage #tab li {
	font-family: Montserrat-Regular;
	font-size: 24px;
	color: #999999;
	padding: 30px 0;
	flex-shrink: 0;
	margin-right: 67px;
	position: relative;
	cursor: pointer;
	flex-shrink: 0;
}

.servicePage #tab li:after {
	position: absolute;
	left: 0;
	bottom: 0px;
	content: "";
	width: 0px;
	height: 3px;
	background-color: #005bac;
	transition: .3s linear all;
}

.servicePage #tab li:last-child {
	margin-right: 0;
}

.servicePage #tab li.current {
	color: #005bac;
}

.servicePage #tab li.current:after {
	width: 30px;
}

.servicePage #content .tabul {
	display: none;
	position: relative;
}

.servicePage .swiper-slide {
	display: flex;
	background-color: #eeeeee;
}

.servicePage .swiper-slide .image {
	width: 50%;
}

.servicePage .swiper-slide .msg {
	width: 50%;
	padding: 52px 30px 50px 30px;
	background-image: url("../images/serviceBg-2.jpg");
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
}

.servicePage .swiper-slide .msg .tit {
	font-family: Montserrat-Bold;
	font-size: 36px;
	line-height: 30px;
	color: #333333;
	position: relative;
	margin-bottom: 69px;
}

.servicePage .swiper-slide .msg .tit:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -31px;
	width: 70px;
	height: 5px;
	background-color: #005bac;
	border-radius: 3px;
}

.servicePage .swiper-slide .msg .con {
	max-height: 270px;
	overflow: auto;
	scrollbar-color: #005bac rgba(0, 0, 0, 0.2);
	scrollbar-width: thin;
	hyphens: auto;
}

.servicePage .swiper-slide .msg p {
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}

.servicePage .swiper-slide .msg .con::-webkit-scrollbar {
	width: 4px;
}

.servicePage .swiper-slide .msg .con::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #005bac;
}

.servicePage .swiper-slide .msg .con::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ffffff;
}


.servicePage .tabul {
	position: relative;
}

.servicePage .prev,
.servicePage .next {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	line-height: 50px;
	text-align: center;
	color: #616161;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
}

.servicePage .prev:hover,
.servicePage .next:hover {
	background-color: #0e2f4d;
	color: #fff;
}

.servicePage .prev {
	transform: translateX(-100%);
}

.servicePage .next {
	transform: translateX(0%);
}

@media screen and (max-width:1500px) {
	.serviceControll {
		padding: 30px 0 50px 0;
	}

	.servicePage .swiper-slide {
		align-items: center;
	}

	.servicePage .swiper-slide .msg {
		padding: 20px 40px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.servicePage .swiper-slide .msg .con {
		margin-bottom: 20px;
	}

	.servicePage .swiper-slide .msg .tit {
		margin-bottom: 40px;
	}

	.servicePage .swiper-slide .msg .tit:after {
		bottom: -20px;
	}
}

@media screen and (max-width:1333px) {
	.serviceControll {
		padding: 30px 0 30px 0;
	}

	.servicePage .swiper-slide .msg .tit:after {
		height: 4px;
		border-radius: 2px;
		bottom: -10px;
	}

	.servicePage {
		padding: 30px 0 80px 0;
	}

	.servicePage .swiper-slide .msg .tit {
		margin-bottom: 30px;
	}

	.servicePage #tab li {
		padding: 20px 0;
		font-size: 22px;
		margin-right: 50px;
	}

	.servicePage #tab {
		margin-bottom: 30px;
	}

	.servicePage .prev,
	.servicePage .next {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}

	.servicePage .swiper-slide .msg {
		padding: 20px;
	}

	.servicePage .swiper-slide .msg .con {
		max-height: 150px;
	}

	.servicePage .swiper-slide .msg p {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.serviceControll {
		padding: 20px 0 20px 0;
	}

	.servicePage .swiper-slide .msg .tit {
		margin-bottom: 20px;
	}

	.servicePage .swiper-slide .msg .con {
		max-height: 100px;
	}

	.servicePage .swiper-slide .msg .tit:after {
		height: 2px;
		border-radius: 1px;
		bottom: -5px;
		width: 50px;
	}

	.servicePage .prev,
	.servicePage .next {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}

	.servicePage #tab li {
		font-size: 18px;
		padding: 10px;
	}

	.servicePage {
		padding: 30px 0 60px 0;
	}

	.servicePage #tab::-webkit-scrollbar {
		height: 2px;
	}

	.servicePage .swiper-slide .msg p {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.servicePage .swiper-slide .msg {
		display: block;
		width: auto;
		padding: 0;
		background-image: none;
	}

	.servicePage .swiper-slide .msg .tit:after {
		left: 52%;
	}

	.servicePage .swiper-slide .msg .con {
		max-height: none;
		display: inline;
	}

	.servicePage .swiper-slide {
		display: block;
		padding: 20px 20px 40px 20px;
	}

	.servicePage .swiper-slide .image {
		float: left;
		margin-right: 2%;
	}

	.servicePage .swiper-slide .msg .tit {
		margin-bottom: 10px;
	}

	.servicePage .swiper-slide .msg p {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {
	.servicePage #tab li {
		font-size: 16px;
		margin-right: 20px;
	}

	.servicePage {
		padding: 20px 0 40px 0;
	}

	.servicePage .swiper-slide .image {
		width: 100%;
		margin-bottom: 10px;
	}

	.servicePage .swiper-slide .msg .tit:after {
		left: 0;
	}

	.servicePage .swiper-slide {
		padding: 10px 10px 40px 10px;
	}
}



/* ----------------4-2service------------------------ */

.service2 {
	padding: 73px 0 159px 0;
	background-color: #161616;
}

.service2 .con {
	display: flex;
	align-items: center;
}

.service2 .message {
	width: 38%;
	margin-right: 4%;
}

.service2 .swiperBox {
	width: 58%;
}

/* .service2 .swiperBox .swiper {
	width: 113%;
} */
.service2 .swiperBox .swiper {
	width: 55.3%;
}

.service2 .message .title {
	font-family: Montserrat-Light;
	font-size: 36px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	margin-bottom: 70px;
}

.service2 .message .title:after {
	position: absolute;
	content: "";
	width: 70px;
	height: 5px;
	background-color: #005bac;
	border-radius: 3px;
	left: 0;
	bottom: -72px;
	margin-bottom: 40px;
}

.service2 .message p {
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 30px;
	color: #cccccc;
	margin-bottom: 20px;
}


.service2 .message .list {
	overflow: auto;
	max-height: 300px;
	scrollbar-color: #005bac rgba(0, 0, 0, 0.2);
	scrollbar-width: thin;
	margin-bottom: 46px;
	padding-right: 10px;
}


.service2 .message .list::-webkit-scrollbar {
	width: 4px;
}

.service2 .message .list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #005bac;
}

.service2 .message .list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ffffff;
}


.service2 .swiper {
	overflow: visible;
	clip-path: polygon(0 0, 1000% 0, 1000% 100%, 0% 100%);
	margin: 0;
}

.service2 .swiper-slide {
	position: relative;
}

.service2 .swiper-slide .box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .6);
}

.service2 .swiper-slide-active .box {
	background-color: rgba(0, 0, 0, 0);
}

.service2 .btns {
	display: flex;
	align-items: center;
}

.service2 .swiper-pagination {
	position: inherit;
	width: auto;
	display: flex;
	flex-wrap: wrap;
}

.service2 .prev,
.service2 .next {
	width: 34px;
	height: 34px;
	border: solid 1px #ffffff;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	color: #ffffff;
	flex-shrink: 0;
	cursor: pointer;
}

.service2 .prev {
	margin-right: 13px;
}

.service2 .next {
	margin-left: 11px;
}

.service2 .prev:hover,
.service2 .next:hover {
	background-color: #0e2f4d;
	border-color: #0e2f4d;
}

.service2 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #ffffff;
	background-color: transparent;
	opacity: 1;
	margin: 3px 11.5px !important;
}

.service2 .swiper-pagination-bullet-active {
	border: 1px solid #005bac;
	background-color: #005bac;
}


@media screen and (max-width:1600px) {
	.service2 {
		padding: 70px 0 70px 0;
	}
}

@media screen and (max-width:1333px) {
	.service2 {
		padding: 60px 0 60px 0;
	}

	.service2 .swiperBox .swiper {
		width: 48%;
	}

	.service2 .message .title {
		font-size: 32px;
		margin-bottom: 40px;
	}

	.service2 .message .title:after {
		bottom: -60px;
	}

	.service2 .message p {
		font-size: 16px;
		line-height: 26px;
	}

	.service2 .message .list {
		margin-bottom: 30px;
		max-height: 200px;
	}
}


@media screen and (max-width:999px) {
	.service2 .con {
		flex-direction: column;
	}

	.service2 .message {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.service2 .swiperBox {
		width: 100%;
	}
	.service2 {
		padding: 40px 0 40px 0;
	}

	.service2 .message .title {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.service2 .swiperBox .swiper{
		width: 31.7%;
	}

	.service2 .message .title:after {
		bottom: -55px;
	}

	.service2 .message .list {
		margin-bottom: 20px;
	}

	.service2 .message p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:768px) {
	.service2 {
		padding: 30px 0 30px 0;
	}

	.service2 .message .title {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.service2 .message .title:after {
		bottom: -50px;
		height: 3px;
	}

	.service2 .prev,
	.service2 .next {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 14px;
	}

	.service2 .message p {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {

	.service2 .prev,
	.service2 .next {
		margin: 0;
	}

	.service2 .message .title {
		font-size: 22px;
	}

	.service2 .message .title:after {
		width: 50px;
	}

	.service2 .message {
		margin-bottom: 20px;
	}

	.service2 .message p {
		margin-bottom: 5px;
	}
	.service2 .swiperBox .swiper{
		width: 48%;
	}
}




/* --------------5-1blog-------------- */

.blog {
	padding: 80px 0 160px 0;
	background-color: #161616;
}

.blog .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 52px;
}

.blog .pager {
	margin-bottom: 69px;
}

.blog .list .item {
	width: 32.25%;
	margin-right: 1.625%;
	margin-bottom: 24px;
}


.blog .list .item:nth-child(3n) {
	margin-right: 0;
}

.blog .list .item {
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}

.blog .list .item .msg:hover {
	background-color: #0e2f4d;
}

.blog .list .item .msg:hover .tit,
.blog .list .item .msg:hover .txt,
.blog .list .item .msg:hover .time span {
	color: #ffffff;
}

.blog .list .item .msg:hover .line {
	background-color: rgba(255, 255, 255, 0.06);
}

.blog .list .item .msg:hover {
	border-color: #eeeeee;
}

.blog .list .item .msg {
	padding: 23px 23px 36px 23px;
	border-radius: 0 0 10px 10px;
	border: 1px solid #ffffff;
	border-top: 0;
}

.blog .list .item .msg .tit {
	font-family: Montserrat-Bold;
	font-size: 20px;
	color: #333333;
	margin-bottom: 20px;
}

.blog .list .item .msg .txt {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 16px;
}

.blog .list .item .msg .time,
.blog .list .item .msg span {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #005bac;
}

.blog .list .line {
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.06);
	margin-bottom: 34px;
}





@media screen and (max-width:1333px) {
	.blog {
		padding: 60px 0 140px 0;
	}

	.blog .list .item {
		width: 32%;
		margin-right: 2%;
	}

	.blog .list .item .msg {
		padding: 20px 10px;
	}

	.blog .list .item .msg .tit {
		margin-bottom: 0px;
	}

	.blog .list .item .msg .txt {
		margin-bottom: 10px;
	}

	.blog .list .line {
		margin-bottom: 10px;
	}

	.blog .list {
		margin-bottom: 20px;
	}

	.blog .pager {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.blog {
		padding: 40px 0 100px 0;
	}

	.blog .list .item .msg {
		padding: 10px;
	}

	.blog .list .item .msg .txt {
		margin-bottom: 5px;
	}

	.blog .list .line {
		margin-bottom: 5px;
	}

	.blog .pager {
		margin-bottom: 40px;
	}

	.blog .list .item {
		margin-bottom: 20px;
		border-radius: 5px;
	}

	.blog .list .item .msg {
		border-radius: 0 0 5px 5px;
	}
}

@media screen and (max-width:768px) {
	.blog .list .item {
		width: 49%;
		margin-right: 2%;
	}

	.blog .list .item:nth-child(3n) {
		margin-right: 2%;
	}

	.blog .list .item:nth-child(2n) {
		margin-right: 0%;
	}

	.blog {
		padding: 30px 0 80px 0;
	}

	.blog .list {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:400px) {
	.blog .list .item {
		width: 100%;
	}

	.blog .list .item:nth-child(n) {
		margin-right: 0;
	}

	.blog {
		padding: 20px 0 60px 0;
	}
}

/* ----------------------6-1company------------------------- */

.companyCrumb {
	background-color: #0e2f4d;
	padding: 29px 0 22px 0;
}


.companyProFile {
	background-color: #161616;
	padding: 60px 0 86px 0;
	position: relative;
}

.companyProFile .companyIcon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 37%;
}

.companyProFile .tit {
	font-family: Montserrat-Bold;
	font-size: 50px;
	font-style: italic;
	color: #ffffff;
	position: relative;
	margin-bottom: 66px;
}


.companyProFile .tit:after {
	position: absolute;
	content: "";
	width: 90px;
	height: 5px;
	background-color: #005bac;
	border-radius: 3px;
	left: 0;
	bottom: -29px;
}

.companyProFile .list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.companyProFile .list .images {
	width: 32.5%;
}

.companyProFile .list .txts {
	width: 62.7%;
}

.companyProFile .list .images img {
	margin-bottom: 36px;
}

.companyProFile .list .images img:last-child {
	margin-bottom: 0;
}

.companyProFile .list .txts p {
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 30px;
	color: #cccccc;
	margin-bottom: 30px;
}



@media screen and (max-width:1333px) {
	.M4-title {
		font-size: 28px;
		line-height: 30px;
	}

	.M4-content {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:1500px) {
	.companyProFile .tit {
		font-size: 42px;
	}

	.companyCrumb {
		padding: 20px 0;
	}
}

@media screen and (max-width:1333px) {
	.companyProFile {
		padding: 60px 0 60px 0;
	}

	.companyProFile .tit {
		font-size: 36px;
		margin-bottom: 50px;
	}

	.companyProFile .tit:after {
		bottom: -20px;
	}

	.companyProFile .list .txts p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.companyProFile .list .images {
		width: 34%;
	}
}

@media screen and (max-width:999px) {
	.companyCrumb {
		padding: 10px 0 10px 0;
	}

	.companyProFile .tit {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 40px;
	}

	.companyProFile .tit:after {
		width: 80px;
		height: 4px;
		border-radius: 2px;
		bottom: -14px;
	}

	.companyProFile {
		padding: 40px 0 40px 0;
	}

	.companyProFile .list {
		flex-direction: column;
	}

	.companyProFile .list .images {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 20px;
	}

	.companyProFile .list .images img {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 0;
	}

	.companyProFile .list .images img:nth-child(3n) {
		margin-right: 0;
	}

	.companyProFile .list .txts {
		width: 100%;
	}

	.companyProFile .list .txts p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:768px) {
	.companyProFile {
		padding: 30px 0 30px 0;
	}

	.companyProFile .list .images img {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.companyProFile .tit {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.companyProFile .tit:after {
		width: 60px;
		height: 2px;
		border-radius: 1px;
		bottom: -10px;
	}

	.companyProFile .list .images img:nth-child(3n) {
		margin-right: 2%;
	}

	.companyProFile .list .images img:nth-child(2n) {
		margin-right: 0%;
	}

	.companyProFile .list .images {
		margin-bottom: 10px;
	}

	.companyProFile .list .txts p {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 5px;
	}

	.companyProFile .companyIcon {
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		width: 50%;
	}
}

@media screen and (max-width:538px) {
	.companyProFile .companyIcon {
		width: 100%;
	}

	.companyProFile {
		padding: 20px 0;
	}

	.companyProFile .tit {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.companyProFile .tit:after {
		width: 40px;
		height: 2px;
		border-radius: 1px;
		bottom: -5px;
	}

}


.development {
	position: relative;
}

.development .bg2 {
	display: none;
}

.development .bg3 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: .3;
}

.development .tit {
	position: absolute;
	font-family: Montserrat-Bold;
	font-size: 50px;
	font-style: italic;
	color: #ffffff;
	top: 8.9%;
	left: 13.3%;
}

.development .tit:after {
	position: absolute;
	content: "";
	width: 90px;
	height: 5px;
	background-color: #005bac;
	border-radius: 3px;
	left: 1%;
	bottom: -42%;
}

.development .list .item {
	position: absolute;
}

.development .list .item .year {
	font-family: Montserrat-Regular;
	font-size: 22px;
	color: #ffffff;
	position: absolute;
	top: -66%;
	left: 50%;
	transform: translateX(-50%);
}

.development .list .item .circle {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.development .list .item.active .circle {
	background-color: rgba(255, 255, 255, 0.6);
}

.development .list .item.active .msg {
	display: block;
}

.development .list .item.active .circle .box {
	transform: scale(1.1, 1.1);
}

.development .list .item.active .year {
	font-size: 30px;
	transform: translateX(-50%) translateY(-15px);
}

.development .list .item .circle .box {
	width: 24px;
	height: 24px;
	background-color: #005bac;
	border: 4px solid #fff;
	border-radius: 50%;

}

.development .list .item .msg {
	box-shadow: 0px 3px 7px 0px rgba(19, 28, 44, 0.91);
	background-color: rgba(255, 255, 255, 0.6);
	padding: 26px 30px 30px 30px;
	position: absolute;
	width: 587px;
	height: 144px;
	overflow: auto;
	scrollbar-color: #005bac rgba(0, 0, 0, 0.2);
	scrollbar-width: thin;
	top: 242%;
	left: -1%;
	display: none;
}

.development .list .item .msg::-webkit-scrollbar {
	width: 4px;
}

.development .list .item .msg::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background-color: #005bac;
}

.development .list .item .msg::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ffffff;
}

.development .list .item .msg .time {
	font-family: Montserrat-Regular;
	font-size: 18px;
	color: #005bac;
	margin-bottom: 5px;
}

.development .list .item .msg .txt {
	font-family: Montserrat-Regular;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}


.development .list .item:nth-child(1) {
	bottom: 17.3%;
	left: 13%;
}

.development .list .item:nth-child(1) .msg {
	top: 110%;
}

.development .list .item:nth-child(2) {
	bottom: 28%;
	left: 25.2%;
}

.development .list .item:nth-child(3) {
	bottom: 35.4%;
	left: 30.5%;
}

.development .list .item:nth-child(4) {
	bottom: 43.7%;
	left: 40.3%;
}

.development .list .item:nth-child(5) {
	bottom: 54.5%;
	left: 51%;
}

.development .list .item:nth-child(6) {
	top: 38.5%;
	right: 37.7%;
}


.development .list .item:nth-child(7) {
	top: 33.3%;
	right: 24.7%;
}

.development .list .item:nth-child(7) .msg {
	top: -400%;
	left: -1560%;
}

.development .list .item:nth-child(8) {
	top: 22.5%;
	right: 16.1%;
}

.development .list .item:nth-child(8) .msg {
	top: -400%;
	left: -1560%;
}

.development .list .item:nth-child(9) {
	top: 5.3%;
	right: 3.7%;
}

.development .list .item:nth-child(9) .msg {
	top: -80%;
	left: -1560%;
}

@media screen and (max-width:1500px) {
	.development .list .item .msg {
		padding: 20px;
	}

	.development .list .item:nth-child(1) .msg {
		top: 7%;
		left: 175%;
	}

	.development .tit {
		font-size: 42px;
		color: #ffffff;
		top: 6%;
		left: 4%;
	}

	.development .list .item .msg {
		width: 530px;
		height: 130px;
		top: 140%;
		left: 0;
	}

	.development .list .item .msg .txt {
		line-height: 28px;
	}

	.development .list .item:nth-child(7) .msg {
		top: -340%;
		left: -1460%;
	}

	.development .list .item:nth-child(8) .msg {
		top: -260%;
		left: -1400%;
	}

	.development .list .item:nth-child(9) .msg {
		top: -75%;
		left: -1600%;
	}

	.development .list .item.active .year {
		font-size: 25px;
		transform: translateX(-50%) translateY(-10px);
	}
}

@media screen and (max-width:1333px) {
	.development .tit {
		font-size: 34px;
		left: 7%;
	}

	.development .list .item .circle .box {
		width: 20px;
		height: 20px;
		border: 3px solid #fff;
	}

	.development .list .item .year {
		font-size: 18px;
		top: -60%;
	}

	.development .list .item .circle {
		width: 30px;
		height: 30px;
	}

	.development .list .item.active .circle .box {
		transform: scale(1.05, 1.05);
	}

	.development .list .item.active .year {
		font-size: 24px;
	}

	.development .list .item .msg .txt,
	.development .list .item .msg .time {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 0px;
	}

	.development .list .item .msg {
		padding: 10px;
	}

	.development .list .item .msg {
		width: 370px;
		height: 110px;
		top: 140%;
	}

}


@media screen and (max-width:999px) {
	.developmentBg {
		display: none;
	}

	.development {
		position: inherit;
		background-image: url("../images/6CompanyBg2.jpg");
		background-size: cover;
		background-position: right top;
		background-repeat: no-repeat;
	}

	.development .con {
		padding: 40px 0 40px 0;
		max-width: 1400px;
		width: calc(100% - 50px);
		margin: 0 auto;
	}

	.development .tit {
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 50px;
		font-size: 28px;
	}

	.development .tit:after {
		position: absolute;
		width: 80px;
		height: 4px;
		border-radius: 2px;
		left: 0;
		bottom: -14px;
	}

	.development .list {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		position: relative;
	}

	.development .list:after {
		position: absolute;
		top: 0;
		content: "";
		left: 93px;
		width: 4px;
		height: 100%;
		border-radius: 2px;
		background-color: #ffffff;
	}

	.development .list .item:nth-child(n),
	.development .list .item:nth-child(n) .year,
	.development .list .item:nth-child(n) .msg {
		position: static;
		transform: none;
		display: block;
	}

	.development .list .item:nth-child(n) {
		display: flex;
		align-items: center;
		width: 100%;
		margin-bottom: 20px;
	}

	.development .list .item:nth-child(n) .year {
		width: 80px;
		text-align: center;
		font-size: 22px;
		flex-shrink: 0;
	}

	.development .list .item.active .circle .box {
		transform: scale(1, 1);
	}

	.development .list .item:nth-child(n) .circle {
		background-color: rgba(255, 255, 255, 0.6);
		flex-shrink: 0;
		margin-right: 10px;
		position: relative;
		z-index: 1;
	}

	.development .list .item:nth-child(n) .msg {
		width: 100%;
		height: auto;
	}

	.development .list .item.active .year {
		font-size: 22px;
	}

	.development .list .item .msg .txt,
	.development .list .item .msg .time {
		font-size: 14px;
		line-height: 20px;
	}

}

@media screen and (max-width:768px) {
	.development .con {
		padding: 30px 0 30px 0;
		width: calc(100% - 30px);
	}

	.development .tit {
		font-size: 24px;
		margin-bottom: 40px;
	}

	.development .tit:after {
		width: 60px;
		height: 2px;
		border-radius: 1px;
		bottom: -10px;
	}

	.development .list .item:nth-child(n) .year,
	.development .list .item.active .year {
		font-size: 18px;
	}

	.development .list .item .msg .txt,
	.development .list .item .msg .time {
		font-size: 12px;
	}

	.development .list .item:nth-child(n) .circle {
		width: 25px;
		height: 25px;
	}

	.development .list .item .circle .box {
		width: 17px;
		height: 17px;
		border-width: 2px;
	}

	.development .list .item:nth-child(n) .year {
		width: 60px;
	}

	.development .list:after {
		left: 71px;
	}
}

@media screen and (max-width:538px) {

	.development .list .item:nth-child(n) .year,
	.development .list .item.active .year {
		font-size: 16px;
		width: 50px;
	}

	.development .list:after {
		left: 61px;
	}

	.development .tit {
		font-size: 18px;
	}

	.development .con {
		padding: 20px 0;
	}

	.development .con {
		max-height: 500px;
		overflow: auto;
	}
}



.honor {
	padding: 96px 0 175px 0;
	background-color: #0e2f4d;
}


.honor .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 86px;
}

.honor .title .tit {
	font-family: Montserrat-Bold;
	font-size: 50px;
	font-style: italic;
	color: #ffffff;
}

.honor .title .btns {}

.honor .swiper {
	overflow: visible;
}

.honor .swiper a {
	overflow: visible;
}

.honor .swiper a:hover img {
	transform: scale(1, 1);
}

.honor .swiper .swiper-slide-active a img {
	transform: scale(1.1, 1.1);
}

.honor .swiper .swiper-slide-prev,
.honor .swiper .swiper-slide-next {
	background-color: #005bac;
}

.honor .img-scroll {
	position: relative;
}

.honor .img-scroll .prev,
.honor .img-scroll .next {
	position: absolute;
	display: block;
	background: #ffffff;
	z-index: 999;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	background-color: #ffffff;
	color: #161616;
	cursor: pointer;
	border-radius: 50%;
	font-weight: bold;
	left: auto;
	top: -135px;
}

.honor .img-scroll .prev {
	right: 15.9%;
}

.honor .img-scroll .next {
	right: 12.9%;
}

.honor .img-scroll .prev:hover,
.honor .img-scroll .next:hover {
	background-color: #85afd4;
}

.honor .img-list {
	position: relative;
}

.honor .img-list:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

.honor .img-list ul {
	width: 10000%;
	transition: none;
}

.honor .img-list li a {
	overflow: visible;
}

.honor .img-list li a:hover img {
	transform: scale(1, 1);
}

.honor .img-list li {
	float: left;
	width: 0.139%;
	margin-right: 0.01%;
	border-left: none;
	position: relative;
}

.honor .img-list li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}


.honor .img-list li:nth-child(1) a {
	background-color: rgba(0, 91, 172, 0.9);
}

.honor .img-list li:nth-child(2) a {
	background-color: rgba(0, 91, 172, 0.5);
}

.honor .img-list li:nth-child(3) a {
	background-color: rgba(0, 91, 172, 0.3);
}

.honor .img-list li:nth-child(4) img,
.honor .img-list li:nth-child(4) a {
	transform: scale(1.12, 1.12);
}

.honor .img-list li:nth-child(5) a {
	background-color: rgba(0, 91, 172, 0.3);
}

.honor .img-list li:nth-child(6) a {
	background-color: rgba(0, 91, 172, 0.5);
}

.honor .img-list li:nth-child(7) a {
	background-color: rgba(0, 91, 172, 0.9);
}

.honor .img-list li img {
	width: 100%;
}

@media screen and (max-width:1500px) {
	.honor .title .tit {
		font-size: 42px;
	}

	.honor {
		padding: 90px 0 160px 0;
	}

	.honor .img-scroll .next {
		right: 4%;
	}

	.honor .img-scroll .prev {
		right: 8%;
	}
}

@media screen and (max-width:1333px) {
	.honor {
		padding: 60px 0 100px 0;
	}

	.honor .title .tit {
		font-size: 34px;
	}

	.honor .img-scroll .prev,
	.honor .img-scroll .next {
		top: -120px;
	}

	.honor .title {
		margin-bottom: 60px;
	}

	.honor .img-list li {
		width: 0.2%;
		margin-right: 0.02%;
	}

	.honor .img-list li:nth-child(1) a {
		background-color: rgba(0, 91, 172, 0.3);
	}

	.honor .img-list li:nth-child(2) a {
		background-color: rgba(0, 91, 172, 0.5);
	}

	.honor .img-list li:nth-child(3) a {
		background-color: rgba(0, 91, 172, 0);
	}

	.honor .img-list li:nth-child(3) img,
	.honor .img-list li:nth-child(3) a {
		transform: scale(1.12, 1.12);
	}

	.honor .img-list li:nth-child(4) a {
		background-color: rgba(0, 91, 172, 0.5);
	}

	.honor .img-list li:nth-child(4) img,
	.honor .img-list li:nth-child(4) a {
		transform: scale(1, 1);
	}

	.honor .img-list li:nth-child(5) a {
		background-color: rgba(0, 91, 172, 0.3);
	}

	.honor .img-list ul {
		transform: translateX(-0.03%);
	}

	.honor .img-scroll .prev,
	.honor .img-scroll .next {
		top: -90px;
	}

	.honor .img-scroll .next {
		right: 6%;
	}

	.honor .img-scroll .prev {
		right: 12%;
	}
}

@media screen and (max-width:999px) {
	.honor {
		padding: 40px 0 80px 0;
	}

	.honor .img-scroll .prev,
	.honor .img-scroll .next {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
		font-weight: normal;
	}

	.honor .img-scroll .next {
		right: 4%;
	}

	.honor .img-scroll .prev {
		right: 11.5%;
	}

	.honor .title .tit {
		font-size: 28px;
	}

	.honor .title {
		margin-bottom: 60px;
	}

	.honor .img-scroll .prev,
	.honor .img-scroll .next {
		top: -92px;
	}
}

@media screen and (max-width:768px) {
	.honor {
		padding: 30px 0 60px 0;
	}

	.honor .title .tit {
		font-size: 24px;
	}

	.honor .img-scroll .prev,
	.honor .img-scroll .next {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}

	.honor .img-scroll .prev,
	.honor .img-scroll .next {
		top: -70px;
	}

	.honor .img-scroll .prev {
		right: 13.5%;
	}

	.honor .title {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.honor {
		padding: 20px 0 40px 0;
	}

	.honor .title .tit {
		font-size: 18px;
	}

	.honor .img-scroll .prev,
	.honor .img-scroll .next {
		font-size: 14px;
	}

	.honor .img-scroll .prev,
	.honor .img-scroll .next {
		top: -55px;
	}

	.honor .img-scroll .prev {
		right: 13.5%;
	}

	.honor .title {
		margin-bottom: 30px;
	}

	.honor .img-scroll .prev {
		right: 17.5%;
	}

	.honor .img-list ul {
		transform: translateX(0.00%);
	}

	.honor .img-list li {
		width: 0.32%;
		margin-right: 0.02%;
	}

	.honor .img-list li:nth-child(1) a {
		background-color: rgba(0, 91, 172, 0.3);
	}

	.honor .img-list li:nth-child(2) a {
		background-color: rgba(0, 91, 172, 0);
	}

	.honor .img-list li:nth-child(2) img,
	.honor .img-list li:nth-child(2) a {
		transform: scale(1.12, 1.12);
	}

	.honor .img-list li:nth-child(3) a {
		background-color: rgba(0, 91, 172, 0.3);
	}

	.honor .img-list li:nth-child(3) img,
	.honor .img-list li:nth-child(3) a {
		transform: scale(1, 1);
	}

}













.download {
	background-color: #161616;
	padding: 120px 0 172px 0;
}

.download .swiper {
	border-radius: 10px;
}

.download .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 49px;
}


.download .title a {
	font-family: Montserrat-Bold;
	font-size: 50px;
	font-style: italic;
	color: #ffffff;
	overflow: visible;
}

.download .title .btns,
.honor .title .btns {
	display: flex;
	align-items: center;
}

.download .title .btns div,
.honor .title .btns div {
	margin-left: 20px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	background-color: #ffffff;
	color: #161616;
	cursor: pointer;
	border-radius: 50%;
	font-weight: bold;
}

.download .title .btns div:hover,
.honor .title .btns div:hover {
	background-color: #85afd4;
}

.download .item {
	padding: 26px 100px 17px 30px;
	border-radius: 10px 0 10px 10px;
	background-color: #fff;
	margin-bottom: 34px;
	position: relative;
}

.download .item:last-child {
	margin-bottom: 0;
}

.download .item .name {
	font-family: Montserrat-Medium;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 2px;
	font-weight: bold;

}

.download .item .tit {
	font-family: Montserrat-Light;
	font-size: 18px;
	color: #999999;
	margin-bottom: 32px;
	line-height: 30px;
}

.download .btn {
	width: 187px;
	height: 58.5px;
	background-color: #161616;
	line-height: 58.5px;
	color: #ffffff;
	font-family: Montserrat-Bold;
	text-decoration: underline;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.download .btn:hover {
	background-color: #005bac;
}

.download .box {
	position: absolute;
	top: 0;
	right: 0;
	border: 50px solid #0e2f4d;
	border-top-color: #161616;
	border-right-color: #161616;
}


@media screen and (max-width:1500px) {
	.download {
		padding: 100px 0 140px 0;
	}

	.download .title a {
		font-size: 42px;
	}

	.download .item {
		padding: 20px 100px 20px 30px;
	}

	.download .item .tit {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.download {
		padding: 60px 0 60px 0;
	}

	.download .title {
		margin-bottom: 30px;
	}

	.download .title a {
		font-size: 34px;
	}

	.download .item .name {
		font-size: 22px;
		line-height: 30px;
	}

	.download .item .name {
		margin-bottom: 5px;
	}

	.download .item .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.download .btn {
		height: 45px;
		line-height: 45px;
	}

	.download .box {
		border-width: 40px;
	}

	.download .item {
		padding: 20px 80px 20px 20px;
	}
}

@media screen and (max-width:999px) {
	.download {
		padding: 40px 0 40px 0;
	}

	.download .title {
		margin-bottom: 60px;
	}

	.download .title a {
		font-size: 28px;
	}

	.download .item .name {
		font-size: 18px;
		line-height: 26px;
	}

	.download .item .name {
		margin-bottom: 5px;
	}

	.download .item .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.download .box {
		border-width: 30px;
	}

	.download .item {
		padding: 20px 60px 20px 20px;
		margin-bottom: 20px;
	}

	.download .btn {
		font-size: 14px;
		width: 160px;
		height: 40px;
		line-height: 40px;
	}

	.download .title .btns div,
	.honor .title .btns div {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
		font-weight: normal;
	}
}

@media screen and (max-width:768px) {
	.download {
		padding: 30px 0 30px 0;
	}

	.download .title {
		margin-bottom: 35px;
	}

	.download .title a {
		font-size: 24px;
	}

	.download .title .btns div,
	.honor .title .btns div {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}

	.download .item {
		padding: 14px 30px 14px 14px;
	}

	.download .box {
		border-width: 20px;
	}

	.download .item .name {
		font-size: 16px;
		line-height: 26px;
	}

	.download .item .tit {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.download .btn {
		font-size: 12px;
		height: 35px;
		line-height: 35px;
	}
}

@media screen and (max-width:538px) {
	.download .title a {
		font-size: 18px;
	}

	.download {
		padding: 20px 0 20px 0;
	}

	.download .title {
		margin-bottom: 25px;
	}

	.download .btn {
		height: 30px;
		line-height: 30px;
	}

	.download .item {
		margin-bottom: 15px;
		padding: 10px 30px 10px 10px;
	}
}











/* -----------------------7-1contactUs----------------------- */
.contactUsCrumb {
	padding: 29px 0 22px 0;
	background-color: #0e2f4d;
}

.contactUsCrumb .crumb {
	margin-left: 12.7%;
}

.contactUsPage {
	padding: 60px 0 99px 0;
	background-color: #161616;
}

.contactUsPage .con {
	display: flex;
}

.contactUsPage .con .msg {
	width: 36.8%;
	margin-left: 12.7%;
	margin-right: 4.5%;
}

.contactUsPage .con .map {
	width: 46%;
	margin-top: 13px;
}

.contactUsPage .contact {
	margin-bottom: 82px;
}

.contactUsPage .con .contact .title {
	font-family: Montserrat-Bold;
	font-size: 50px;
	font-style: italic;
	color: #ffffff;
	margin-bottom: 34px;
}

.contactUsPage .con .contact .list .items {
	display: flex;
	align-items: center;
	margin-bottom: 26px;
}


.contactUsPage .con .contact .list .item {
	width: 25%;
	margin-right: 1%;
}

.contactUsPage .con .contact .list .item:nth-child(2) {
	margin-right: 5%;
}



.contactUsPage .con .contact .list .item:last-child {
	margin-right: 0%;
	width: 43%;
}


.contactUsPage .tit {
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 3px;
}

.contactUsPage .txt {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #c1c1c1;
}

.contactUsPage .txt p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #c1c1c1;
}

.contactUsPage .phone {
	margin-bottom: 28px;
}

.contactUsPage .phone .tit {
	margin-bottom: 8px;
}

.contactUsPage .add .tit {
	margin-bottom: 8px;
}

.contactUsPage .dropUs .title {
	font-family: Montserrat-Bold;
	font-size: 50px;
	font-style: italic;
	color: #ffffff;
	margin-bottom: 22px;
}


.contactUsPage .dropUs form .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}


.contactUsPage .dropUs form .item div {
	width: 48%;
	border-bottom: 1px solid #333333;
	display: flex;
	align-items: center;
}

.contactUsPage .emial,
.contactUsPage .message {
	border-bottom: 1px solid #333333;
}

.contactUsPage .emial {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.contactUsPage .message {
	margin-bottom: 32px;
	display: flex;
	align-items: flex-start;
}

.contactUsPage .dropUs form span {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #999999;
	margin-right: 20px;
	flex-shrink: 0;
}

.contactUsPage .dropUs form input {
	background-color: transparent;
	color: #ffffff;
	font-size: 16px;
	padding: 13px 0;
	font-family: "Montserrat-Light";
	width: 100%;
}

.contactUsPage .dropUs form textarea {
	background-color: transparent;
	height: 119px;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	font-family: "Montserrat-Light";
}

.contactUsPage .codeCon {
	display: flex;
	align-items: center;
}

.contactUsPage .codeCon .codeInput {
	border-bottom: 1px solid #333333;
	width: 46.6%;
	margin-right: 3.8%;
}

.contactUsPage .codeCon .sendBtn {
	width: 109px;
	height: 40px;
	background-color: #0e2f4d;
	font-family: Montserrat-Bold;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}

.contactUsPage .codeCon .codeImg {
	cursor: pointer;
	background-color: #f3fbfe;
	margin-right: 3%;
}

.contactUsPage .dropUs form span.must {
	position: relative;

}

.contactUsPage .dropUs form span.must:after {
	position: absolute;
	content: "*";
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #999999;
	right: -10px;
	top: 0px;
}

.contactUsPage .codeCon .codeInput {
	display: flex;
	align-items: center;
}

.contactUsPage .map2 {
	display: none;
}

@media screen and (max-width:1700px) {
	.contactUsCrumb .crumb {
		margin-left: 7%;
	}

	.contactUsPage .con .msg {
		margin-left: 7%;
	}

	.contactUsPage .con .msg {
		width: 42.5%;
	}

	.contactUsPage .con {
		align-items: flex-start;
	}

	.contactUsPage .dropUs form input {
		padding: 10px 0;
	}

	.contactUsPage .dropUs form textarea {
		height: 80px;
	}
}

@media screen and (max-width:1500px) {

	.contactUsPage .dropUs .title,
	.contactUsPage .con .contact .title {
		font-size: 38px;
		margin-bottom: 20px;
	}

	.contactUsPage .con .contact .list .items,
	.contactUsPage .phone,
	.contactUsPage .dropUs form .item,
	.contactUsPage .emial,
	.contactUsPage .message {
		margin-bottom: 20px;
	}

	.contactUsPage .contact {
		margin-bottom: 60px;
	}

	.contactUsCrumb {
		padding: 20px 0 20px 0;
	}

	.contactUsPage .con .msg {
		width: 60%;
	}

}

@media screen and (max-width:1333px) {
	.contactUsPage {
		padding: 60px 0 60px 0;
	}

	.contactUsPage .dropUs .title,
	.contactUsPage .con .contact .title {
		font-size: 32px;
	}

	.contactUsPage .contact {
		margin-bottom: 40px;
	}

	.contactUsPage .codeCon .codeInput {
		width: 58%;
	}

	.contactUsCrumb {
		padding: 14px 0 14px 0;
	}

	.contactUsPage .con .msg {
		width: 60%;
	}

	.contactUsPage .con .contact .list .items {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUsPage .con .contact .list .item:nth-child(n) {
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}

	.contactUsPage .con .contact .list .item:last-child {
		margin-bottom: 0;
	}

	.contactUsPage .con .msg {
		margin: 0%;
		width: 50%;
	}

	.contactUsPage .con,
	.contactUsCrumb .con {
		max-width: 1400px;
		width: calc(100% - 120px);
		margin: 0 auto;
	}

	.contactUsPage .con {
		justify-content: space-between;
	}

	.contactUsPage .contact {
		margin-bottom: 70px;
	}

	.contactUsPage .dropUs {
		width: 200%;
	}

	.contactUsCrumb .crumb {
		margin: 0;
	}
}

@media screen and (max-width:999px) {
	.contactUsPage {
		padding: 40px 0 40px 0;
	}

	.contactUsPage .con,
	.contactUsCrumb .con {
		width: calc(100% - 50px);
	}

	.contactUsPage .con {
		flex-direction: column;
	}

	.contactUsPage .con .msg,
	.contactUsPage .dropUs {
		width: 100%;
	}

	.contactUsPage .contact {
		margin-bottom: 40px;
	}

	.contactUsPage .con .contact .list .items {
		flex-direction: row;
		margin-bottom: 20px;
	}

	.contactUsPage .con .contact .list .item:nth-child(n) {
		margin-bottom: 0;
	}

	.contactUsPage .con .msg {
		margin-bottom: 30px;
	}

	.contactUsPage .con .map {
		width: 100%;
		max-width: 875px;
		margin: 0 auto;
	}

	.contactUsPage .dropUs .title,
	.contactUsPage .con .contact .title {
		font-size: 32px;
	}

	.contactUsPage .dropUs form span,
	.contactUsPage .dropUs form input,
	.contactUsPage .dropUs form textarea,
	.contactUsPage .codeCon .sendBtn {
		font-size: 14px;
	}

	.contactUsPage .txt {
		font-size: 14px;
		line-height: 24px;
	}

	.contactUsPage .contact {
		margin-bottom: 20px;
	}

	.contactUsPage .dropUs form textarea {
		height: 70px;
	}
}

@media screen and (max-width:768px) {
	.contactUsPage {
		padding: 30px 0 30px 0;
	}

	.contactUsPage .con,
	.contactUsCrumb .con {
		width: calc(100% - 30px);
	}

	.contactUsPage .dropUs form span,
	.contactUsPage .dropUs form input,
	.contactUsPage .dropUs form textarea,
	.contactUsPage .codeCon .sendBtn {
		font-size: 12px;
	}

	.contactUsPage .txt {
		font-size: 12px;
		line-height: 22px;
	}

	.contactUsPage .dropUs .title,
	.contactUsPage .con .contact .title {
		font-size: 24px;
	}

	.contactUsPage .con .contact .list .items,
	.contactUsPage .phone,
	.contactUsPage .dropUs form .item,
	.contactUsPage .emial,
	.contactUsPage .message {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:538px) {

	.contactUsPage .dropUs .title,
	.contactUsPage .con .contact .title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.contactUsPage {
		padding: 20px 0 20px 0;
	}
}

@media screen and (max-width:450px) {
	.contactUsPage .con .contact .list .items {
		flex-direction: column;
	}

	.contactUsPage .con .contact .list .item:nth-child(n) {
		margin-bottom: 10px;
	}

	.contactUsPage .con .contact .list .item:last-child {
		margin-bottom: 0;
	}

	.contactUsPage .tit {
		font-size: 14px;
	}
}










































/* pager */
.pager {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager a {
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #999999;
	border-radius: 1px;
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #ffffff;
	margin: 4px 4px;
}

.pager a:hover {
	background-color: #0e2f4d;
}

.pager a.active {
	background-color: #0e2f4d;
}

@media screen and (max-width:999px) {
	.pager a {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.pager a {
		font-size: 12px;
	}
}


/* crumb */

.crumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.crumb a,
.crumb i {
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #85afd4;
}

.crumb i {
	font-style: normal;
	margin: 0 5px;
}

.crumb a:hover {
	color: #ffffff;
}

.crumb a.active {
	color: #ffffff;
}

@media screen and (max-width:1333px) {
	.crumb a {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.crumb a {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.crumb a {
		font-size: 12px;
		line-height: 22px;
	}
}



footer {
	padding: 85px 0 11px 0;
	background-image: url("../images/footerBg.png");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

footer .con {
	display: flex;
	margin-bottom: 47px;
}

footer .con .navigation {
	width: 20%;
	margin-right: 8.1%;
}

footer .con .fContactUs {
	width: 24%;
	margin-right: 16.4%;
}

footer .con .getTouch {
	width: 42.15%;
}

footer .con .title {
	font-family: Montserrat-Bold;
	font-size: 22px;
	color: #ffffff;
	position: relative;
	overflow: visible;
}

footer .con .title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -19px;
	width: 60px;
	height: 3px;
	background-color: #005bac;
	transition: .3s linear all;
}

footer .con .title:hover:after {
	background-color: #ffffff;
}

footer .con p.title:hover:after {
	background-color: #005bac;
}

footer .navigation .title {
	margin-bottom: 44px;
}

footer .navigation a {
	font-family: Montserrat-Regular;
	font-size: 18px;
	color: #c1c1c1;
	margin-bottom: 14px;
}

footer .navigation:last-child a {
	margin-bottom: 0;
}

footer .fContactUs .title {
	margin-bottom: 38px;
}

footer .fContactUs .tit {
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 17px;
}

footer .fContactUs li {
	margin-bottom: 18px;
}

footer .fContactUs li .txt {
	display: flex;
	align-items: flex-start;
}

footer .fContactUs li .txt i {
	color: #fff;
	font-size: 18px;
	margin-right: 10px;
}

footer .fContactUs li.phone {
	margin-bottom: 11px;
}

footer .fContactUs li.phone .tit {
	margin-bottom: 15px;
}

footer .fContactUs li.phone p {
	margin-bottom: 12px;
}

footer .fContactUs li.phone p:last-child {
	margin-bottom: 0;
}

footer .fContactUs li .txt p,
footer .fContactUs li .txt a {
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #c1c1c1;
}


footer .getTouch .title {
	margin-bottom: 40px;
}

footer .getTouch .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

footer input {
	background-color: transparent;
	border: solid 2px #c1c1c1;
	height: 42px;
	padding: 0 18px;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
}

footer div.must {
	position: relative;
}

footer div.must:after {
	position: absolute;
	content: "*";
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #fa193e;
	top: 3px;
	left: 12px;
}


footer textarea {
	width: 100%;
	height: 84px;
	border: 1px solid #c1c1c1;
	background-color: transparent;
	padding: 9px 18px;
	font-size: 16px;
	color: #ffffff;
}

footer .getTouch .item div {
	width: 47.5%;
}

footer .getTouch .msgInput {
	margin-bottom: 27px;
	margin-top: 31px;
}

footer .getTouch .codeCon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

footer .getTouch .codeCon .codeInput {
	width: 47.8%;
}

footer .getTouch .codeCon .codeInput input {
	border-width: 1px;
	height: 40.5px;
}

footer .getTouch .codeCon .btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 46.9%;
}

footer .getTouch .codeCon .btns .code {
	cursor: pointer;
	margin-right: 10px;
	background-color: #f3fbfe;

}

footer .getTouch .codeCon .btns .sendBtn {
	background-color: #005bac;
	font-family: Montserrat-Regular;
	font-size: 14px;
	color: #fefefe;
	border: none;
	width: 59%;
	cursor: pointer;
}



footer input::-webkit-input-placeholder,
footer textarea::-webkit-input-placeholder {
	font-family: Montserrat-Regular;
	font-size: 14px;
	color: #afafaf;
}

footer input:-moz-placeholder,
footer textarea:-moz-placeholder {
	font-family: Montserrat-Regular;
	font-size: 14px;
	color: #afafaf;
}

footer input::-moz-placeholder,
footer textarea::-moz-placeholder {
	font-family: Montserrat-Regular;
	font-size: 14px;
	color: #afafaf;
}

footer input:-ms-input-placeholder,
footer textarea:-ms-input-placeholder {
	font-family: Montserrat-Regular;
	font-size: 14px;
	color: #afafaf;
}

footer .copyright {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 16px;
	justify-content: flex-start;
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 30px;
	color: #999999;
}

footer .copyright a,
footer .copyright span {
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 30px;
	color: #999999;
}

footer .copyright a.image {
	margin-left: 10px;
	overflow: visible;
}

footer .copyright span {
	margin: 0 5px;
}

footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(21, 73, 154, 0.6);
	margin-bottom: 21px;

}

footer .links,
footer .keyWords {
	display: flex;
	align-items: center;
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 30px;
	color: #999999;
}

footer .links a,
footer .keyWords a {
	margin-left: 10px;
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 30px;
	color: #999999;
}

footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

footer .blogrolls a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: solid 1px #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #fff;
}


footer .blogrolls a:hover {
	background-color: #ffffff;
	color: #005bac;
}

footer .getTouch .codeCon .btns .code img {
	height: 100%;
}

@media screen and (max-width:1600px) {
	footer .con .navigation {
		margin-right: 2%;
	}

	footer .con .fContactUs {
		width: 34%;
		margin-right: 1.4%;
	}
}

@media screen and (max-width:1500px) {
	footer .con .navigation {
		margin-right: 0;
	}

	footer .con {
		justify-content: space-between;
	}

}

@media screen and (max-width:1333px) {
	footer {
		padding: 60px 0 20px;
	}

	footer .con .title:after {
		bottom: -10px;
	}

	footer .con .title {
		font-size: 18px;
	}

	footer .con .title {
		margin-bottom: 30px !important;
	}

	footer .navigation a {
		margin-bottom: 10px;
	}

	footer .fContactUs .tit {
		margin-bottom: 10px;
	}

	footer .fContactUs li {
		margin-bottom: 10px;
	}

	footer .fContactUs li.phone p {
		margin-bottom: 10px;
	}

	footer .fContactUs li.phone .tit {
		margin-bottom: 10px;
	}

	footer .con .getTouch {
		width: 40%;
	}

	footer .getTouch .item div {
		width: 48%;
	}

	footer input {
		height: 40px;
		border-width: 1px;
	}

	footer .getTouch .item {
		margin-bottom: 10px;
	}

	footer .getTouch .msgInput {
		margin: 10px 0;
	}

	footer .con .fContactUs {
		width: 38%;
	}

	footer .con {
		margin-bottom: 20px;
	}

	footer .getTouch .codeCon .codeInput input,
	footer .getTouch .codeCon .btns .code {
		height: 40px;
	}

	footer .blogrolls a {
		width: 35px;
		height: 35px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:999px) {
	footer {
		padding: 40px 0 60px;
	}

	footer input,
	footer textarea {
		font-size: 14px;
	}

	footer .links {
		display: none;
	}
}

@media screen and (max-width:768px) {

	footer .con .navigation,
	footer .con .fContactUs {
		display: none;
	}

	footer .con .getTouch {
		width: 100%;
	}

	footer input {
		height: 35px;
	}

	footer input,
	footer textarea {
		font-size: 12px;
	}

	footer textarea {
		padding: 10px 18px;
	}

	footer input::-webkit-input-placeholder,
	footer textarea::-webkit-input-placeholder {
		font-size: 12px;
	}

	footer .getTouch .codeCon .codeInput input,
	footer .getTouch .codeCon .btns .code {
		height: 35px;
	}

	footer input:-moz-placeholder,
	footer textarea:-moz-placeholder {
		font-size: 12px;
	}

	footer input::-moz-placeholder,
	footer textarea::-moz-placeholder {
		font-size: 12px;
	}

	footer input:-ms-input-placeholder,
	footer textarea:-ms-input-placeholder {
		font-size: 12px;
	}

	footer .getTouch .codeCon .btns .sendBtn {
		width: 65%;
	}

	footer .line {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:538px) {
	footer {
		padding: 20px 0 60px 0;
	}

	footer .getTouch .codeCon .codeInput {
		width: 40.5%;
	}

	footer .getTouch .codeCon .btns {
		width: 55%;
	}

	footer .getTouch .codeCon .btns .sendBtn {
		width: 72%;
	}
}






#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}



















/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}

/* kefu */
.lianxi {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%) translateX(102%);
	z-index: 99999;
}

.lianxi.active {
	transform: translateY(-50%) translateX(0%);
}

.lianxi div a,
.lianxi div div {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #005bac;
	font-size: 20px;
	color: #fff;
	margin-bottom: 2px;
	margin-right: 3px;
	border-radius: 5px;
}

.lianxi .top a {
	width: 50px;
	height: 50px;
	background-color: #005bac;
	line-height: 50px;
	color: #fff;
	font-size: 20px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}

.lianxi .top i {
	width: 50px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #fff;
	color: #005bac;
}

.clear2 {
	display: none;
}

.weChatCode,
.weChat {
	position: relative;
}

.weChatCode img,
.weChat img {
	position: absolute;
	top: 0;
	right: 100%;
	max-width: 149px;
	display: none;
}

.weChatCode:hover&gt;img {
	display: block;
}

.weChat {
	display: none;
}


@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.lianxi .top a {
		height: 50px;
		margin-top: 0;
		width: 100%;
		line-height: 40px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
		position: inherit;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi.active {
		transform: translateY(-50%) translateX(0%);
	}

	.lianxi div {
		width: 16.66%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;

	}

	.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;
	}
}


/* fonts */
@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');
}

@font-face {
	font-family: 'Montserrat-Light';
	src: url('../fonts/MontserratLight.eot');
	src: url('../fonts/MontserratLight.eot') format('embedded-opentype'),
		url('../fonts/MontserratLight.woff2') format('woff2'),
		url('../fonts/MontserratLight.woff') format('woff'),
		url('../fonts/MontserratLight.ttf') format('truetype'),
		url('../fonts/MontserratLight.svg#MontserratLight') format('svg');
}

@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/MontserratRegular.eot');
	src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
		url('../fonts/MontserratRegular.woff2') format('woff2'),
		url('../fonts/MontserratRegular.woff') format('woff'),
		url('../fonts/MontserratRegular.ttf') format('truetype'),
		url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');
}


@font-face {
	font-family: "iconfont";
	/* Project id 1768807 */
	src: url('../fonts/iconfont.woff2?t=1691737172853') format('woff2'),
		url('../fonts/iconfont.woff?t=1691737172853') format('woff'),
		url('../fonts/iconfont.ttf?t=1691737172853') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-twitter3:before {
	content: "\e7fd";
}

.icon-twitter4:before {
	content: "\e7fe";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-top2:before {
	content: "\e637";
}

.icon-shangchuan:before {
	content: "\e602";
}

.icon-sousuo4:before {
	content: "\e610";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-up7:before {
	content: "\e722";
}

.icon-bottom7:before {
	content: "\e723";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-vk:before {
	content: "\e735";
}

.icon-jia2:before {
	content: "\e608";
}

.icon-jian2:before {
	content: "\e600";
}

.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";
}

.pager .no:hover {
	background-color: #999999;
	border-radius: 1px;
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #ffffff;
}

.cont p {
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 30px;
	overflow: hidden;
	hyphens: auto;
}

.del {
	/*color: white;*/
	font-size: 20px;
	text-align: center;
	text-decoration: underline;
}

.dels {
	color: white;
	font-size: 20px;
	margin-right: 1067px;
}

footer .fContactUs li .whst a {
	margin-bottom: 12px;
	display: block;
}

.indexProduct .swiper .msg .msgBox{
	width: 100%;
}


/* 23.10.30 */

.searchBox {
	display: none;
	transition: none;
}


.headerContent {
	position: relative;
	height: auto;
	padding: 0;
	z-index: 99999;
}

.headerContent .box2{
	position: relative;
	height: 100px;
}

nav {
	padding: 0 42px 0 70px;
	height: 100px;
	background-color: #161616;
}

nav .quoteBtn {
	margin-bottom: 0;
}

.productSlide {
	position: absolute;
	top: 100%;
	z-index: 999999;
}

nav .search form{
	top: 65px;
}


nav .navList&gt;li.productBtn {
	position: static;
}

nav .navList&gt;li&gt;a {
	height: 100px;
	line-height: 100px;
}

nav .navList&gt;li&gt;a::after {
	bottom: 25px;
}





.fixTop {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.2);
}


.language {
	padding: 0 42px 0 70px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.language {
	display: flex;
	align-items: center;
}


.language a img {
	margin-right: 8px;
}


.language a {
	display: flex;
	align-items: center;
	font-family: OpenSans;
	font-size: 14px;
	line-height: 26px;
	color: #8c8c8c;
}


.language a.active {
	color: #ffffff;
}


.language a:hover {
	color: #005bac;
}

.language a:hover img {
	transform: scale(1, 1);
}


.language i {
	margin: 0 7px;
	font-size: 18px;
	color: #8c8c8c;
	font-style: normal;
}


@media screen and (max-width:1600px){
 	nav,
	.language{
		padding: 0 40px;
	}
}
@media screen and (max-width:1333px){
 	nav,
 	.language{
 		padding: 0 20px;
 	}	
	.headerContent .box2,
	nav .navList&gt;li&gt;a
	{
		height: 80px;
		line-height: 80px;
	}
	nav{
		height: 80px;
		line-height: normal;
		
	}
	.products&gt;li&gt;ul&gt;li&gt;a{
		line-height: normal;
	}
	nav .quoteBtn{
		height: 35px;
		line-height: 33px;
	}
	
}
@media screen and (max-width:999px){
 	.fixTop{
		position: static;
	}
	.language{
		position: absolute;
		z-index: 999;
		top: 35px;
		transform: translateY(-50%);
		left: 0;
		width: 100%;
		padding: 0 70px;
	}
	.headerContent .box2, nav .navList&gt;li&gt;a, nav{
		height: 70px;
	}
	header .xnav .nav{
		top: 35px;
		transform: translateY(-50%);
	}
	
}
@media screen and (max-width:768px){
	.language{
		top: 30px;
	}
	.headerContent .box2, nav .navList&gt;li&gt;a, nav{
		height: 60px;
	}
	header .xnav .nav{
		top: 30px;
	}	 
}
@media screen and (max-width:538px){
 	.language{
 		top: 25px;
 		padding: 0 60px;
 	}
 	.headerContent .box2, nav .navList&gt;li&gt;a, nav{
 		height: 50px;
 	}
 	header .xnav .nav{
 		top: 25px;
 	}	
	nav .logo{
		width: 100px;
	}
	nav{
		padding: 0 15px;
	}
}

.lianxi{
	z-index: 9999;
}

html{
	scroll-padding-top 100px;
}


@media screen and (max-width1333px){
 	html {
 		scroll-padding-top 80px;
 	}	
}
@media screen and (max-width999px){
 	html {
 		scroll-padding-top 70px;
 	}
	.banner2 {
		padding-bottom 0 !important;
	}
	.banner2 img {
		display none;
	}	
}
@media screen and (max-width768px){
	html {
		scroll-padding-top 60px;
	}	 
}
@media screen and (max-width538px){
 	html {
 		scroll-padding-top 50px;
 	}	
}

/* 23.11.6 */
	.language{
		position: relative;
	}
	.language .box{
		display: flex;
		align-items: center;
		cursor: pointer;
	}
	.language ul{
		position: absolute;
		top: 100%;
		right: 42px;
		z-index: 999;
		background-color: #161616;
		padding: 5px 0 5px 0;
		width: 84px;
		border: 1px solid #005bac;
		border-radius: 5px;
		transition: none;
		display: none;
	}
	
	.language ul li{
		display: flex;
		align-items: center;
		padding: 5px;
	}
	.language ul li:hover img{
		transform: scale(1.1,1.1);
	}
	
	
	.language i{
		font-size: 14px;
		color: #8c8c8c;
	}
	.language i.active{
		transform: rotate(-180deg);
	}
	.language .box:hover i{
		color: #005bac;
	}
	.language .box:hover a{
		color: #005bac;
	}
	.language .box:hover img{
		transform: scale(1.1,1.1);
	}
	
	@media screen and (max-width:1333px){
	 	.language ul{
			right: 20px;
		}	
		
	}
	
	@media screen and (max-width:999px){
	 	.language{
			position: absolute;
		}	
		.language ul{
			right: 70px;
		}
	}
	
	@media screen and (max-width:538px){
	 	.language ul{
	 		right: 56px;
	 	}	
		.language ul li{
			padding: 2px 5px;
		}
		.language a,
		.language i{
			font-size: 12px;
		}
	}
	
	/* 2023.11.7 */
.language a img{
	width: 22px;
}
.language ul{
	width: 110px;
	top: 110%;
}
.language a span{
	font-family: OpenSans;
	font-size: 14px;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis; 
	overflow: hidden; 
}

@media screen and (max-width:768px){
	.language a span{
		font-family: OpenSans;
		font-size: 12px;
		line-height: 22px;
	}	 
}


@media screen and (max-width:1333px) {
	.productLists .productCons .item input {
		width: 15px;
		height: 15px;
		right: 105%;
	}
}

@media screen and (max-width:999px) {
	.productLists .productCons .item .msg .btn a {
		font-size: 12px;
	}

	.productLists .productCons .item input {
		width: 14px;
		height: 14px;
		right: 105%;
	}
}

@media screen and (max-width:768px) {
	.productLists .productCons .item input {
		right: 102%;
	}
}

@media screen and (max-width:538px) {
	.productLists .productCons .item .msg .btn a{
		font-size: 10px;
	}
	.productLists .productCons .item input{
		width: 12px;
		height: 12px;
	}
	
}

/* 23.10.16 */
.solutionDetPage .con a{
	display: inline;
}

@media screen and (max-width:538px){
	.solutionDet .con .title{
		font-size: 22px;
	}
	
 	.contactUsPage .codeCon{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.contactUsPage .codeCon .codeImg{
		margin-right: 3%;
	}
	.contactUsPage .codeCon .codeInput{
		width: 100%;
		margin-bottom: 15px;
	}
	.contactUsPage .codeCon .sendBtn{
		flex: 1;
	}
}
</pre></body></html>