@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .4s ease;
}

body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	background-color: #fff;
	overflow-x: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

img {
	display: block;
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	display: block;
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #062d92 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}

a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}

@media screen and (max-width:768px) {

	input,
	textarea,
	select {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 12px !important;
		font-size: 1.2rem !important;
	}
}

.safeRange {
	max-width: 1400px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

@media screen and (max-width:999px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}




@media screen and (max-width:1600px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}

@media screen and (max-width:538px) {
	.standardRange {
		padding: 30px 0 30px 0 !important;
	}
}






@media screen and (max-width:1600px) {
	.standardTxt .title1 {
		font-size: 38px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 45px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 12px !important;
		line-height: 24px !important;
	}

	.standardTxt .btn {
		font-size: 12px !important;
	}
}


@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 20px !important;
		line-height: 28px;
	}
}





.oneRow {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #062d92;
		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(6, 45, 146, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	header .xnav .topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Lato-Regular, Arial, Helvetica, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: 2px;
	}
}

/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allNav */
nav {
	height: 113px;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: transparent;
	background-image: linear-gradient(180deg, #000000AD 0%, #00000000 100%);
	z-index: 999999;
}




nav .con {
	display: flex;
	justify-content: space-between;
}

nav .logo {
	width: 180px;
	flex-shrink: 0;
}

nav .logo:hover img {
	transform: scale(1, 1);
}


nav .navList {
	display: flex;
	align-items: center;
}

nav .navList>li {
	margin-right: 54px;
}

nav .navList li {
	position: relative;
}

nav .navList>li:last-child {
	margin-right: 0;
}


nav .navList>li>a {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 94px;
	height: 113px;
	color: #ffffff;
	position: relative;
}

nav .navList>li>a::after {
	content: "";
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 30px;
	background-color: #062d92;
	border-radius: 2px;
	width: 100%;
	transition: .3s linear all;
	opacity: 0;
}



nav .navList>li.active>a::after,
nav .navList>li:hover>a::after {
	opacity: 1;
}



nav .box {
	display: flex;
	align-items: center;
}




nav .search {
	height: 113px;
	display: flex;
	align-items: center;
	position: relative;
}

nav .search .searchBtn {
	cursor: pointer;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 112px;
	font-size: 16px;
	color: #ffffff;
	margin-top: -23px;
	font-weight: bold;
}


nav .search .searchBtn:hover {
	color: #062d92;
}




nav .search form {
	position: absolute;
	top: 84px;
	right: 0;
	display: flex;
	align-items: center;
	height: 30px;
	background-color: #ffffff;
	border: 0px solid rgba(0, 0, 0, .1);
	overflow: hidden;
	width: 0;
	z-index: 99;
}


nav .search form.active {
	width: 280px;
	border-width: 1px;
}


nav .search form input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-family: Poppins-Regular;
	font-size: 16px;
}

nav .search form>input {
	padding: 0 10px;

}



nav .search .subBtn {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}


nav .search .subBtn input {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 99;
}

nav .search .subBtn i {
	font-size: 16px;
	font-weight: bold;
}

nav .search .subBtn:hover i {
	color: #062d92;
}


nav .moreList,
nav .moreList ul {
	position: absolute;
	width: max-content;
	max-width: 300px;
	background-color: #fff;
	z-index: 99;
	display: none;
	transition: none;
}


nav .moreList {
	top: 84px;
	left: 0;
}

nav .moreList ul {
	left: 100%;
	top: 0;
}



nav .moreList li a {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

nav .moreList li:hover>a {
	background-color: rgba(6, 45, 146, .1);
	border-color: transparent;
	color: #062d92;
}



nav .moreList>li:last-child {
	border-bottom: 0;
}


nav .moreList li a {
	padding: 14px 18.2px 8.5px 22.5px;
}





nav.active form {
	box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.2);
}

nav.active .moreList,
nav.active .moreList ul {
	box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.2);
}




@media screen and (max-width:1600px) {
	nav .logo {
		width: 140px;
	}

	nav,
	nav .navList>li>a {
		height: 80px;
	}

	nav .navList>li>a {
		line-height: 50px;
	}

	nav .moreList {
		top: 51px;
	}

	nav .search .searchBtn {
		margin-top: -35px;
	}

	nav .navList>li {
		margin-right: 40px;
	}

	nav .moreList li a {
		padding: 10px 20px;
	}

	nav .search form {
		top: 70px;
	}
}

@media screen and (max-width:1333px) {
	nav .navList>li {
		margin-right: 30px;
	}

	nav .search .searchBtn {
		margin-left: 80px;
		margin-top: -32px;
	}

	nav .moreList li a {
		padding: 8px 15px;
	}

	nav .navList>li>a {
		font-size: 16px;
	}

}

@media screen and (max-width:1200px) {
	nav .navList>li {
		margin-right: 20px;
	}

	nav .search .searchBtn {
		margin-left: 40px;
	}

}

@media screen and (max-width:999px) {
	nav .box {
		display: none;
	}

	nav {
		background-color: #ffffff;
		background-image: none;

	}

	nav {
		box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.2);
	}

	nav .logo {
		width: 90px
	}

	.bannerRange {
		padding-top: 60px;
	}

	nav {
		height: 60px;
	}

	header .xnav .nav {
		top: 30px;
		transform: translateY(-50%);
	}
}

@media screen and (max-width:768px) {
	nav .logo {
		width: 75px
	}

	.bannerRange {
		padding-top: 50px;
	}

	nav {
		height: 50px;
	}

	header .xnav .nav {
		top: 25px;
		transform: translateY(-50%);
	}
}

@media screen and (max-width:538px) {
	nav .logo {
		width: 70px
	}

	.bannerRange {
		padding-top: 45px;
	}

	nav {
		height: 45px;
	}

	header .xnav .nav {
		top: 22.5px;
		transform: translateY(-50%);
	}
}




/* indexbanner */
.indexBanner .prev,
.indexBanner .next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border: solid 1px #ffffff;
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	z-index: 99;
	top: 45.5%;
	border-radius: 50%;
	cursor: pointer;
	opacity: .5;
}


.indexBanner .prev:hover,
.indexBanner .next:hover {
	opacity: 1;
}




.indexBanner .prev {
	left: 189px;
}

.indexBanner .next {
	right: 189px;
}



.indexBanner a:hover img {
	transform: scale(1, 1);
}


.indexBanner .swiper-slide {
	position: relative;
}

.indexBanner video {
	position: absolute;
	width: 100%;
	z-index: 9;
	top: 0;
	left: 0;
	object-fit: cover;
}

.indexBanner .btn {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%) translateY(100%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 61px;
	border-radius: 30px;
	border: solid 1px #ffffff;
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #ffffff;
	z-index: 99;
	opacity: 0;
	transition: 1s linear opacity, 1s linear transform, 1s linear bottom, .3s linear border, .3s linear background-color;
}


.indexBanner .swiper-slide.swiper-slide-active .btn {
	opacity: 1;
	bottom: 48px;
	transform: translateX(-50%) translateY(0%);
}


.indexBanner .btn:hover {
	background-color: #062d92;
	border-color: #062d92;
}


@media screen and (max-width:1600px) {

	.indexBanner .prev,
	.indexBanner .next {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}

	.indexBanner .prev {
		left: 80px;
	}

	.indexBanner .next {
		right: 80px;
	}

	.indexBanner .btn {
		font-size: 16px;
		height: 50px;
		width: 180px;
	}
}

@media screen and (max-width:1333px) {

	.indexBanner .prev,
	.indexBanner .next {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}

	.indexBanner .btn {
		height: 45px;
	}
}

@media screen and (max-width:999px) {

	.indexBanner .prev,
	.indexBanner .next {
		width: 40px;
		height: 40px;
		font-size: 14px;
		top: 50%;
		transform: translateY(-50%);
	}

	.indexBanner .prev {
		left: 40px;
	}

	.indexBanner .next {
		right: 40px;
	}

	.indexBanner .btn {
		height: 40px;
		font-size: 14px;
		width: 160px;
	}

	.indexBanner .swiper-slide.swiper-slide-active .btn {
		bottom: 30px;
	}
}

@media screen and (max-width:768px) {

	.indexBanner .prev,
	.indexBanner .next {
		width: 35px;
		height: 35px;
		font-size: 12px;
	}

	.indexBanner .btn {
		height: 35px;
		font-size: 12px;
		width: 140px;
	}

	.indexBanner .swiper-slide.swiper-slide-active .btn {
		bottom: 20px;
	}
}

@media screen and (max-width:538px) {

	.indexBanner .prev,
	.indexBanner .next {
		width: 30px;
		height: 30px;
	}

	.indexBanner .prev {
		left: 20px;
	}

	.indexBanner .next {
		right: 20px;
	}

	.indexBanner .btn {
		height: 30px;
		width: 140px;
	}
}










.choose .con .msg .title {
	display: flex;
	align-items: flex-end;
	font-family: Poppins;
	font-size: 44px;
	line-height: 48px;
	color: #ffffff;
	margin-bottom: 60px;
	text-transform: uppercase;
}


.choose .con .msg .title img {
	flex-shrink: 0;
	width: 70px;
	margin-right: 10.5px;
}



.choose .con .msg .title:hover img {
	transform: rotate(-20deg);
}

.choose .con .msg .title:hover {
	text-decoration: underline;
}

@media screen and (max-width:1600px) {
	.choose .con .msg .title img {
		width: 60px;
	}

	.choose .con .msg .title {
		font-size: 32px;
		line-height: 45px;
		margin-bottom: 50px;
	}

}

@media screen and (max-width:1333px) {
	.choose .con .msg .title img {
		width: 50px;
	}

	.choose .con .msg .title {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.choose .con .msg .title img {
		width: 45px;
	}

	.choose .con .msg .title {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width:768px) {
	.choose .con .msg .title img {
		width: 40px;
	}

	.choose .con .msg .title {
		font-size: 20px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.choose .con .msg .title img {
		width: 43x;
	}
}




/* ctitle */
.ctitle {
	display: flex;
	align-items: flex-end;
	font-family: Poppins;
	font-size: 44px;
	line-height: 48px;
	color: #062d93;
}


.ctitle img {
	width: 70px;
	flex-shrink: 0;
	margin-right: 7px;
	transform: translateY(3px);
}


.ctitle:hover img {
	transform: translateY(3px) rotate(-20deg);
}


.ctitle:hover {
	text-decoration: underline;
}




/* iProduct */

.iProduct {
	position: relative;
	padding: 99px 0 117px 0;
}

.iProduct::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/index-bg.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	z-index: -3;
}

.iSlution {
	margin-bottom: 0px;
}


.iSlution .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}

.iSlution .title .btn {
	width: 200px;
	height: 61px;
	border-radius: 30px;
	border: solid 1px #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #333333;
	transform: translateY(8px);
	margin-right: 4px;
}

.iSlution .title .btn:hover {
	background-color: #062d92;
	border-color: #062d92;
	color: #fff;
}

.iSlution .txts {
	margin-bottom: 74px;
	width: 80%;
}



.iSlution .txts p {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 36px;
	color: #666666;
}

.iSlution .txts a {
	display: inline;
	color: #062d92;
}


.iSlution .txts a:hover {
	text-decoration: underline;
}


.iSlution .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}



.iSlution .list .image {
	overflow: hidden;
}

.iSlution .list .image:hover img {
	transform: scale(1, 1);
}

.iSlution .list .name {
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 21px;
}

.iSlution .list h2 {
	font-weight: normal;
}

.iSlution .list .name:hover {
	color: #062d92;
}


.iSlution .list .btn {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	position: relative;
	display: inline-block;
}




.iSlution .list .btn::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background-color: #062d92;
	border-radius: 2px;
	transition: .3s linear all;
}


.iSlution .list .btn:hover::after {
	left: 100%;
	width: 0;
}


.iSlution .list .line {
	width: 47px;
	height: 3px;
	background-color: #cccccc;
	border-radius: 2px;
	margin-bottom: 22px;
	margin-top: -2px;
}


.iSlution .list .tit {
	font-family: Poppins;
	font-size: 24px;
	line-height: 30px;
	color: #cccccc;
	margin-bottom: 51px;
	position: relative;
	display: inline-block;
}


.iSlution .list .tit::after {
	position: absolute;
	width: 429px;
	height: 264px;
	content: "";
	background-image: url("../images/txtBg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transform: translateX(-50%) translateY(-1%);
	z-index: -1;
}



.iSlution .list .item:nth-child(4n-2) .tit::after {
	top: -89%;
	left: 15.1%;
}

.iSlution .list .item:nth-child(4n-1) .tit::after {
	top: -89%;
	left: 96%;
}





.iSlution .list .msg {
	background-color: #f2f4f6;
	border-radius: 20px;
	width: 100%;
}

.iSlution .list .item .msg .box {
	padding: 24px 41px 33px 41px;
}


.iSlution .list .item .box {
	padding: 33px 40px 40px 40px;
}






.iSlution .list .msg:hover {
	background-color: #fff;
	box-shadow: 0px 6px 101px 0px rgba(3, 13, 38, 0.13);
}


.iSlution .list .msg:hover .btn {
	color: #062d92;
}



.iSlution .list .item {
	margin-bottom: 113px;
	width: 47.9285%;
}

.iSlution .list .item:nth-child(4n-3),
.iSlution .list .item:nth-child(4n) {
	background-color: #f2f4f6;
	border-radius: 20px;
	width: 47.1428%;
}


.iSlution .list .item:nth-child(4n-3):hover,
.iSlution .list .item:nth-child(4n):hover {
	background-color: #fff;
	box-shadow: 0px 6px 101px 0px rgba(3, 13, 38, 0.13);
}

.iSlution .list .item:nth-child(4n-3):hover .btn,
.iSlution .list .item:nth-child(4n):hover .btn {
	color: #062d92;
}

.iSlution .list .item:nth-child(4n-2) {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

@media screen and (max-width:1600px) {
	.iSlution .title .btn {
		height: 50px;
		width: 180px;
		margin-right: 0;
	}

	.iSlution .list .name {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.iSlution .list .item .box {
		padding: 40px 30px;
	}

	.iSlution .list .item {
		margin-bottom: 80px;
	}

	.iSlution .list .tit {
		font-size: 22px;
	}

	.iSlution .title .btn {
		transform: translateY(0);
	}
}

@media screen and (max-width:1333px) {
	.iSlution .title .btn {
		height: 45px;
		width: 160px;
	}

	.iSlution .list .tit {
		margin-bottom: 30px;
		font-size: 20px;
	}

	.iSlution .list .item:nth-child(4n-3),
	.iSlution .list .item:nth-child(4n),
	.iSlution .list .msg {
		border-radius: 10px;
	}

	.iSlution .list .name {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.iSlution .list .item {
		margin-bottom: 60px;
	}

	.iSlution .list .tit::after {
		width: 300px;
		height: 200px;
	}
}

@media screen and (max-width:999px) {
	.iSlution .list .item .box {
		padding: 30px 20px;
	}

	.iSlution .list .name {
		font-size: 16px;
		line-height: 26px;
	}

	.iSlution .list .item .msg .box {
		padding: 30px 20px;
	}

	.iSlution .list .tit {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.iSlution .list .line {
		margin-top: 0;
		margin-bottom: 15px;
	}

	.iSlution .txts {
		margin-bottom: 60px;
	}

	.iSlution .title .btn {
		height: 40px;
		width: 140px;
	}


}

@media screen and (max-width:768px) {
	.iSlution .txts {
		margin-bottom: 40px;
	}

	.iSlution .list .item .box {
		padding: 20px 10px 30px 10px;
	}

	.iSlution .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.iSlution .list .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.iSlution .list .item {
		margin-bottom: 40px;
	}

	.iSlution .list .tit::after {
		width: 200px;
		height: 200px;
	}

}

@media screen and (max-width:538px) {
	.iSlution .txts {
		width: 100%;
	}

	.iSlution .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.iSlution .title1 {
		margin-bottom: 30px;
	}

	.iSlution .title .btn {
		height: 30px;
		width: 120px;
	}

	.iSlution .list .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.iSlution .list .name {
		font-size: 12px;
		line-height: 22px;
	}

	.iSlution .list .item:nth-child(4n-3),
	.iSlution .list .item:nth-child(4n),
	.iSlution .list .msg {
		border-radius: 5px;
	}

	.iSlution .list .item {
		margin-bottom: 30px;
	}

	.iSlution {
		margin-bottom: 20px;
	}
}







.iAbout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -13px;
}


.iAbout .msgList {
	width: 31.7142%;
}


.iAbout .con {
	width: 65%;
	transform: translateY(10px);
}


.iAbout .ctitle {
	margin-bottom: 109px;
}


.iAbout .con .msg {
	padding-left: 130px;
	position: relative;
	margin-top: 20px;
}



.iAbout .con .msg::after {
	position: absolute;
	content: "";
	width: 85px;
	height: 63px;
	left: 0px;
	top: -13px;
	background-image: url("../images/iAboutSign.png");
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}




.iAbout .con .msg .tit {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 36px;
	color: #062d93;
	margin-bottom: 3px;
}

.iAbout .con .msg .tit:hover {
	text-decoration: underline;
}

.iAbout .con .msg .txts {
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #666666;
	line-height: 36px;
	margin-bottom: 23px;
}

.iAbout .con .msg .btn {
	width: 200px;
	height: 61px;
	border-radius: 30px;
	border: solid 1px #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #333333;
	margin-bottom: 47px;
}


.iAbout .con .msg .btn:hover {
	background-color: #062d93;
	color: #ffffff;
	border-color: #062d93;
}

.iAbout .con .video {
	border-radius: 0px 100px 0px 0px;
	overflow: hidden;
}




.iAbout .list li {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 23px 0 22px 0;
	position: relative;
}


.iAbout .list li.active::after {
	width: 100%;
}


.iAbout .list li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #000;
	height: 1px;
	width: 0%;
	transition: 2s linear all;
}



.iAbout .list li .image {
	flex-shrink: 0;
}

.iAbout .list li img {
	width: 40px;
	flex-shrink: 0;
	margin-left: 10px;
	transform: translateY(-5px);
}



.iAbout .list li .num {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}



.iAbout .list li .num .number,
.iAbout .list li .num span {
	font-family: Poppins-SemiBold;
	font-size: 36px;
	line-height: 36px;
	color: #333333;
}


.iAbout .list li .num i,
.iAbout .list li .name {
	font-style: normal;
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}

.iAbout .list li .name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.iAbout .list li .num i {
	margin-left: 5.5px;
	transform: translateY(5px);
}

@media screen and (max-width:1600px) {
	.iAbout .ctitle {
		margin-bottom: 80px;
	}

	.iAbout .con .video {
		border-radius: 0 60px 0 0;
	}

	.iAbout .con .msg::after {
		width: 60px;
		left: 0;
	}

	.iAbout .con .msg {
		padding-left: 100px;
		margin-top: 0;
	}

	.iAbout .con .msg .tit {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.iAbout .list li .num .number,
	.iAbout .list li .num span {
		font-size: 32px;
	}

	.iAbout .list li img {
		width: 35px;
		height: 35px;
	}

	.iAbout .con .msg .btn {
		height: 50px;
	}

	.iAbout .con {
		transform: translateY(0);
	}
}

@media screen and (max-width:1333px) {
	.iAbout .ctitle {
		margin-bottom: 50px;
	}

	.iAbout .list li .num .number,
	.iAbout .list li .num span {
		font-size: 28px;
	}

	.iAbout .con .msg::after {
		width: 50px;
	}

	.iAbout .con .msg .tit {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.iAbout .con .msg {
		padding-left: 80px;
	}

	.iAbout .con .msg .btn {
		height: 45px;
		width: 160px;
		margin-bottom: 40px;
	}

	.iAbout .con .video {
		border-radius: 0 40px 0 0;
	}

	.iAbout .con {
		width: 62%;
	}

	.iAbout .list li .num i,
	.iAbout .list li .name {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.iAbout {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .con {
		width: 100%;
	}

	.iAbout .con .video {
		margin-left: 80px;
	}

	.iAbout .msgList {
		width: 100%;
	}

	.iAbout .ctitle {
		margin-bottom: 40px;
	}

	.iAbout .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 60px;
	}

	.iAbout .list li {
		width: 46%;
		padding: 20px 0;
	}

	.iAbout .list li .num i,
	.iAbout .list li .name {
		font-size: 14px;
	}

	.iAbout .list li .num .number,
	.iAbout .list li .num span {
		font-size: 26px;
	}

	.iAbout .list li img {
		transform: translateY(0);
	}

	.iAbout .con .msg .btn {
		height: 40px;
	}

	.iAbout .list li .name {
		min-height: 32px;
	}
}

@media screen and (max-width:768px) {
	.iAbout .con .video {
		margin-left: 0;
	}

	.iAbout .con .msg::after {
		width: 40px;
	}

	.iAbout .con .msg {
		padding-left: 60px;
	}

	.iAbout .con .msg .tit {
		font-size: 22px;
	}

	.iAbout .ctitle {
		margin-bottom: 30px;
	}

	.iAbout .list li .num .number,
	.iAbout .list li .num span {
		font-size: 24px;
	}

	.iAbout .list li {
		padding: 10px 0;
		margin-bottom: 10px;
	}

	.iAbout .list li img {
		width: 30px;
		height: 30px;
	}

	.iAbout .con .video {
		border-radius: 0 30px 0 0;
	}

	.iAbout .list li .name {
		min-height: 48px;
	}

	.iAbout .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.iAbout .con .msg .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.iAbout .con .msg .btn {
		height: 35px;
		width: 140px;
	}

	.iAbout .con .msg::after {
		width: 30px;
	}

	.iAbout .con .msg {
		padding-left: 50px;
	}

	.iAbout .con .video {
		border-radius: 0 20px 0 0;
	}

	.iAbout .list li {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.iAbout .list li .image {
		margin-bottom: 10px;
	}

	.iAbout .list li .num .number,
	.iAbout .list li .num span {
		font-size: 20px;
	}

	.iAbout .list li .num i,
	.iAbout .list li .name {
		font-size: 12px;
		line-height: 22px;
	}

	.iAbout .list li img {
		width: 26px;
		height: 26px;
	}

	.iAbout .list {
		margin-bottom: 30px;
	}

	.iAbout .con .msg .txts {
		margin-bottom: 20px;
	}
}









/* offer */
.offer {
	background-color: #f2f4f6;
	padding: 100px 0 101px 0;
}

.offer .des {
	margin-bottom: 29px;
	display: flex;
	align-items: center;
	justify-content: space-between;

}


.offer .des .msg {
	width: 45%;
}


.offer .des .box {
	width: 49.2857%;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}







.offer .ctitle {
	margin-bottom: 27px;
	margin-top: -44px;
}


.offer .des .msg .txts {
	margin-bottom: 34px;
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 36px;
	color: #666666;
}



.offer .des .msg .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 60px;
	background-color: #062d92;
	border-radius: 30px;
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #062d92;
}


.offer .des .msg .btn:hover {
	background-color: #fff;
	color: #062d92;
}


.offer .des .show {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px 50px 30px 48.5px;
}


.offer .box .tit {
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	margin-left: 2px;
	margin-bottom: 40px;
}


.offer .tit:hover {
	text-decoration: underline;
}



.offer .box .txts {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	min-height: 60px;
	margin-bottom: -101px;
}

.offer .box:hover .txts {
	margin-bottom: 0px;
}

.offer .box:hover .tit {
	margin-bottom: 12px;
}



.offer .list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.offer .list .item {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.offer .list .item:first-child {
	width: 62.2%;
}

.offer .list .item:last-child {
	width: 35.75%;
}


.offer .list .item .msg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 30px 44.5px 30px 44.5px;
}



.offer .list .item .tit {
	font-family: Poppins-SemiBold;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 40px;
}



.offer .list .item .txts {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	min-height: 60px;
	margin-bottom: -101px;
}


.offer .list .item:hover .tit {
	margin-bottom: 12px;
}

.offer .list .item:hover .txts {
	margin-bottom: 0;
}


@media screen and (max-width:1600px) {
	.offer .ctitle {
		margin-top: 0;
	}

	.offer .des .msg .btn {
		height: 50px;
		width: 180px;
	}

	.offer .list .item .tit {
		font-size: 22px;
	}

	.offer .des .box,
	.offer .list .item {
		border-radius: 15px;
	}

}

@media screen and (max-width:1333px) {

	.offer .des .box,
	.offer .list .item {
		border-radius: 10px;
	}

	.offer .ctitle {
		margin-bottom: 20px;
	}

	.offer .des .msg .btn {
		height: 40px;
		width: 160px;
	}

	.offer .des .msg .txts {
		margin-bottom: 30px;
	}

	.offer .list .item .tit,
	.offer .box .tit {
		font-size: 20px;
	}

	.offer .des .show,
	.offer .list .item .msg {
		padding: 30px 30px;
	}

	.offer .list .item .txts,
	.offer .box .txts {
		min-height: 56px;
	}
}

@media screen and (max-width:999px) {

	.offer .list .item .tit,
	.offer .box .tit {
		font-size: 18px;
		margin-bottom: 12px;
	}

	.offer .list .item .txts,
	.offer .box .txts {
		margin-bottom: 0;
		min-height: auto;
	}

	.offer .des .show,
	.offer .list .item .msg {
		padding: 20px;
	}

	.offer .des .box,
	.offer .list .item {
		border-radius: 5px;
	}
}

@media screen and (max-width:768px) {
	.offer .des {
		flex-direction: column;
		align-items: flex-start;
	}

	.offer .list,
	.offer .des {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.offer .des .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.offer .des .msg .btn {
		height: 35px;
		width: 140px;
	}

	.offer .list .item:last-child {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}




	.offer .des .box {
		width: 100%;
	}

	.offer .list {
		flex-direction: column;
	}

	.offer .list .item:nth-child(n) {
		width: 100%;
	}

	.offer .list .item:first-child {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {

	.offer .list .item .tit,
	.offer .box .tit {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.offer .des .show,
	.offer .list .item .msg {
		padding: 10px 20px;
	}

	.offer .des .msg .txts {
		margin-bottom: 20px;
	}

	.offer .des .msg .btn {
		height: 30px;
		width: 120px;
	}
}









/* iCase */
.iCase {
	padding: 52px 0 103px 0;
}

.iCase .ctitle {
	justify-content: center;
	margin-bottom: 22px;
}

.iCase .txts {
	margin-bottom: 51px;
}

.iCase .txts p {
	text-align: center;
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}


.iCase .txts a {
	display: inline;
	color: #062d92;
}

.iCase .txts a:hover {
	text-decoration: underline;
}


.iCase .gallery .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: space-between;
}




.iCase .gallery .image {
	overflow: hidden;
	border-radius: 10px;
	width: 48.571%;
}


.iCase .gallery .msg {
	width: 47.2%;
}

.iCase .gallery .msg .tit {
	font-family: Poppins;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	margin-bottom: 9px;
	margin-top: -23px;
}


.iCase .gallery .msg .title {
	font-family: Poppins-Regular;
	font-size: 30px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 26px;
}


.iCase .gallery .msg .title:hover {
	color: #062d92;
	text-decoration: underline;
}


.iCase .gallery .des {
	margin-bottom: 14px;
}


.iCase .gallery .des p {
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
}


.iCase .gallery .des a {
	display: inline;
	color: #062d92;
}


.iCase .gallery .des a:hover {
	text-decoration: underline;
}


.iCase .gallery .btn {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #062d92;
	display: inline-block;
	position: relative;
}


.iCase .gallery .btn::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #062d92;
	border-radius: 2px;
	transition: .3s linear all;
	bottom: -1px;
}

.iCase .gallery .btn:hover::after {
	width: 0;
	left: 100%;
}

.iCase .gallery {
	margin-bottom: 47px;
}

.iCase .gallery,
.iCase .thumbs {
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.iCase .thumbs {
	max-width: 887px;
	margin-left: auto;
	margin-right: auto;
}

.iCase .thumbs .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	filter: grayscale(100%);
	transition: .3s linear filter;
}

.iCase .thumbs .swiper-slide.swiper-slide-thumb-active {
	filter: grayscale(0%);
}


.iCase .thumbsBox {
	position: relative;
}


.iCase .thumbsBox .prev,
.iCase .thumbsBox .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 54px;
	height: 54px;
	border: solid 1px #cccccc;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666666;
	font-size: 16px;
	cursor: pointer;
	border-radius: 50%;
}



.iCase .thumbsBox .prev:hover,
.iCase .thumbsBox .next:hover {
	background-color: #062d92;
	border-color: #062d92;
	color: #ffffff;
}

.iCase .thumbsBox .prev {
	left: 12.3%;
}

.iCase .thumbsBox .next {
	right: 12.3%;
}


@media screen and (max-width:1600px) {
	.iCase .thumbsBox .prev {
		left: 20px;
	}

	.iCase .thumbsBox .next {
		right: 20px;
	}

	.iCase .gallery {
		margin-bottom: 60px;
	}

	.iCase .thumbsBox .prev,
	.iCase .thumbsBox .next {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}

	.iCase .gallery .msg .title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.iCase .gallery .des p {
		font-size: 16px;
	}

	.iCase .gallery .msg .tit {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.iCase .gallery .msg .title {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.iCase .gallery .image {
		border-radius: 5px;
	}

	.iCase .thumbs .swiper-slide {
		border-radius: 5px;
	}

	.iCase .thumbs {
		max-width: 650px;
	}

	.iCase .thumbsBox .prev,
	.iCase .thumbsBox .next {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	.iCase .gallery .msg .title {
		font-size: 20px;
	}

	.iCase .thumbs {
		max-width: 550px;
	}

	.iCase .gallery {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.iCase .txts {
		margin-bottom: 40px;
	}

	.iCase .gallery .swiper-slide {
		flex-direction: column;
		align-items: flex-start;
	}

	.iCase .gallery .msg {
		width: 100%;
	}

	.iCase .gallery .image {
		width: 100%;
		margin-bottom: 20px;
	}

	.iCase .gallery {
		margin-bottom: 40px;
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
	}

	.iCase .thumbs {
		max-width: 400px;
	}

	.iCase .thumbsBox .prev,
	.iCase .thumbsBox .next {
		width: 35px;
		height: 35px;
		font-size: 12px;
	}

	.iCase .thumbsBox .prev {
		left: 10px;
	}

	.iCase .thumbsBox .next {
		right: 10px;
	}

	.iCase .gallery .msg .title {
		font-size: 18px;
	}
}

@media screen and (max-width:538px) {
	.iCase .gallery {
		margin-bottom: 30px;
		max-width: none;
	}

	.iCase .thumbs {
		max-width: none;
		width: 100%;
	}

	.iCase .thumbsBox .prev,
	.iCase .thumbsBox .next {
		background-color: #fff;
		color: #062d92;
	}

	.iCase .txts {
		margin-bottom: 30px;
	}
}









/* iNews */
.iNews {
	padding: 56px 0 97px 0;
	background-color: #f2f4f6;
}



.iNews .ctitle {
	margin-bottom: 22px;
	justify-content: center;
}

.iNews .txts {
	margin-bottom: 45px;
}

.iNews .txts p {
	text-align: center;
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}



.iNews .txts a {
	display: inline;
	color: #062d92;
}


.iNews .txts a:hover {
	text-decoration: underline;
}



.iNews .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 43px;
}




.iNews .list .item {
	width: 31.4285%;
	margin-right: 2.85725%;
	margin-bottom: 20px;
}


.iNews .list .item:nth-child(3n) {
	margin-right: 0;
}



.iNews .image {
	overflow: hidden;
	margin-bottom: 20px;
}


.iNews .time {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
	margin-bottom: 11px;
}



.iNews .name {
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}



.iNews .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin: auto;
	width: 200px;
	height: 60px;
	background-color: #062d92;
	border-radius: 30px;
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #062d92;
}

.iNews .btn:hover {
	background-color: #fff;
	color: #062d92;
}


@media screen and (max-width:1600px) {
	.ctitle img {
		width: 60px;
		transform: translateY(0);
	}

	.ctitle:hover img {
		transform: translateY(0) rotate(-20deg);
	}

	.iNews .ctitle {
		margin-bottom: 30px;
	}

	.iNews .name {
		font-size: 18px;
	}

	.iNews .list {
		margin-bottom: 40px;
	}

	.iNews .btn {
		height: 50px;
		width: 180px;
		font-size: 18px;
	}
}

@media screen and (max-width:1333px) {
	.ctitle img {
		width: 50px;
	}

	.iNews .image {
		margin-bottom: 20px;
	}

	.iNews .list {
		margin-bottom: 20px;
	}

}

@media screen and (max-width:999px) {
	.ctitle img {
		width: 45px;
	}

	.iNews .txts {
		margin-bottom: 30px;
	}

	.iNews .image,
	.iNews .time {
		margin-bottom: 10px;
	}

	.iNews .list {
		margin-bottom: 10px;
	}

	.iNews .btn {
		height: 45px;
	}
}

@media screen and (max-width:768px) {
	.ctitle img {
		width: 40px;
	}

	.iNews .ctitle,
	.iNews .txts {
		margin-bottom: 20px;
	}

	.iNews .time {
		margin-bottom: 5px;
	}

	.iNews .btn {
		height: 40px;
		width: 160px;
	}

}

@media screen and (max-width:538px) {
	.iNews .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
	}

	.iNews .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.ctitle img {
		width: 36px;
	}

	.iNews .btn {
		height: 35px;
	}
}






/* ---------------------1-1products----------------------------- */
.products {
	padding-top: 37px;
}

.products .title1 {
	font-family: Poppins;
	font-size: 36px;
	line-height: 48px;
	color: #062d92;
	margin-bottom: 8px;
}

.products .hideTxts {
	margin-bottom: 27px;
	overflow: hidden;
}

.products .hideTxts .txts p {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 36px;
	color: #666666;
}

.products .showBtn {
	width: 200px;
	height: 61px;
	border-radius: 30px;
	border: solid 1px #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 19px;
	color: #333333;
	margin-bottom: 73px;
}



.products .showBtn:hover {
	background-color: #062d92;
	border-color: #062d92;
	color: #ffffff;
}


.products .con {
	position: relative;
	padding: 70px 0 97px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}




.products .con::after {
	content: "";
	position: absolute;
	width: 200%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f2f4f6;
	z-index: -1;
	top: 0;
}



.products .con .pNavs {
	width: 22.9%;
}

.products .con form {
	width: 71.5%;
	margin-top: 10px;
}



.products .con .pNavs .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 48px;
	color: #062d92;
	margin-bottom: 7px;
}




.products .con .pNavs .title .btn {
	display: none;
}

.products .pNavs>ul>li>.tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}




.products .pNavs>ul>li>.tit a {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.products .pNavs>ul>li>.tit a:hover {
	color: #062d92;
}


.products .pNavs>ul>li>.tit i {
	cursor: pointer;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	flex-shrink: 0;
	margin-left: 10px;
	pointer-events: none;
}

.products .pNavs>ul>li>.tit i:hover {
	color: #062d92;
}


.products .pNavs>ul>li ul {
	padding: 12px 0 16px 0;
	display: none;
	border-top: 1px solid rgba(0, 0, 0, .1);
	transition: none;
}


.products .pNavs>ul>li.active ul {
	display: block;
}

.products .pNavs>ul>li.active>.tit i {
	transform: rotate(-180deg);
}


.products .pNavs>ul>li.current>.tit i {
	transform: rotate(-180deg) !important;
}





.products .pNavs>ul>li ul li {
	margin-bottom: 10px;
}

.products .pNavs>ul>li ul li:last-child {
	margin-bottom: 0;
}

.products .pNavs>ul>li ul a {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.products .pNavs>ul>li ul a:hover {
	color: #062d92;
}


.products form {
	width: 40%;
}


.products form .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 19px;
}



.products form .list .item {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 40px;
}



.products form .list .item:nth-child(3n) {
	margin-right: 0;
}





.products form .list .item .image {
	background-color: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 21px;
}



.products form .list .item .image:hover {
	box-shadow: -4px -4px 49px 0px rgba(3, 13, 38, 0.13);
}


.products form .list .item .image:hover img {
	transform: scale(1, 1);
}


.products form .list .name {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	margin-bottom: 16px;
	padding: 0 25px;
}

.products form .list .name:hover {
	color: #062d92;
}


.products form .list .btns {
	display: flex;
	align-items: center;
	justify-content: center;
}


.products form .list .btns .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 21px;
	height: 21px;
	border-radius: 4px;
	border: solid 1px #cccccc;
	flex-shrink: 0;
	margin-right: 9px;
}



.products form .list .btns .checkBtn input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	z-index: 1;
}


.products form .list .btns .checkBtn i {
	color: #ffffff;
	opacity: 0;
	font-weight: bold;
}




.products form .list .btns .checkBtn.active i {
	opacity: 1;
}


.products form .list .btns .checkBtn.active {
	background-color: #062d92;
	border-color: #062d92;
}

.products form .list .btns .btn {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 24px;
	color: #666666;
	margin-top: 1px;
}


.products form .list .btns .btn:hover {
	color: #062d92;
}


.products .con .pNavs>ul {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}



@media screen and (max-width:1600px) {
	.products .title1 {
		margin-bottom: 30px;
	}

	.products .showBtn {
		height: 50px;
		margin-bottom: 60px;
	}

	.products form .list .btns .btn {
		font-size: 16px;
		margin-top: 0;
	}

	.products form .list .name {
		font-size: 16px;
		line-height: 28px;
	}

	.products .con .pNavs .title {
		margin-bottom: 30px;
	}

	.products form .list .item .image {
		border-radius: 10px;
		margin-bottom: 10px;
	}

	.products form .list .name {
		padding: 0 10px;
	}

	.products form .list .btns .checkBtn i {
		font-weight: normal;
	}

	.products form .list .item {
		margin-bottom: 30px;
	}

	.products form .list {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.products .con .pNavs .title {
		font-size: 26px;
		line-height: 40px;
	}

	.products .pNavs>ul>li>.tit a {
		font-size: 16px;
		line-height: 26px;
	}

	.products .pNavs>ul>li ul a {
		font-size: 14px;
		line-height: 24px;
	}

	.products {
		padding-top: 30px;
	}

	.products .showBtn {
		height: 45px;
		font-size: 16px;
		width: 180px;
	}

	.products .title1 {
		margin-bottom: 20px;
	}

	.products form .list .name {
		margin-bottom: 10px;
	}

	.products form .list .btns .checkBtn {
		width: 18px;
		height: 18px;
	}


}

@media screen and (max-width:999px) {
	.products .pNavs>ul>li.active ul {
		display: none;
		transition: none;
	}

	.products .pNavs>ul>li.active>.tit i {
		transform: rotate(0);
	}

	.products .pNavs>ul>li>.tit i {
		pointer-events: all;
	}

	.products .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.products .con form {
		width: 100%;
	}

	.products .con .pNavs {
		width: 100%;
		margin-bottom: 40px;
	}

	.products form .list .item {
		width: 31%;
		margin-right: 3.5%;
	}

	.products .showBtn {
		margin-bottom: 40px;
		height: 35px;
		width: 160px;
		font-size: 14px;
	}

	.products .con .pNavs .title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 0;
	}

	.products .con .pNavs .title.active .btn {
		transform: rotate(0deg);
	}

	.products .con .pNavs .title .btn {
		display: block;
		transform: rotate(-90deg);
	}

	.products form .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.pNavs>ul {
		display: none;
		transition: none;
		margin-top: 30px;
	}

}



@media screen and (max-width:768px) {
	.products .title1 {
		margin-bottom: 10px;
	}

	.products .hideTxts {
		margin-bottom: 20px;
	}

	.products .showBtn {
		font-size: 12px;
		width: 140px;
	}

	.products .con .pNavs .title {
		font-size: 22px;
	}

	.products .con .pNavs>ul {
		margin-top: 20px;
	}

	.products .pNavs>ul>li>.tit a {
		font-size: 14px;
		line-height: 24px;
	}

	.products .pNavs>ul>li ul a {
		font-size: 12px;
		line-height: 22px;
	}

	.products form .list .name {
		font-size: 12px;
		line-height: 22px;
	}

	.products .con .pNavs {
		margin-bottom: 30px;
	}

	.products form .list .item {
		margin-bottom: 20px;
	}

	.products form .list {
		margin-bottom: 20px;
	}

	.products form .list .btns .checkBtn i {
		font-size: 14px;
	}

	.products form .list .item .image {
		border-radius: 5px;
	}


}

@media screen and (max-width:538px) {
	.products form .list .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
	}

	.products form .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.products .showBtn {
		margin-bottom: 30px;
	}
}






/* ---------------------1-2product----------------------------- */
.productDet {
	padding: 43px 0 97px 0;
}



.productDet .pShow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 59px;
}

.productDet .pShow .images {
	width: 775px;
	background-color: #f2f4f6;
	padding: 25px 26px 25px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.productDet .pShow .gallery {
	overflow: hidden;
}

.productDet .pShow .thumbs {
	clip-path: polygon(-1% -1%, 101% -1%, 101% 101%, -1% 101%);
}


.galleryBox {
	position: relative;
	width: 76%;
}


.thumbrBox {
	width: 20.5%;
}

.thumbrBox .next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 53px;
	border: solid 1px #cccccc;
	border-radius: 50%;
	cursor: pointer;
	font-size: 18px;
	color: #666666;
	margin: 15px auto 0;
}


.thumbrBox .next:hover {
	background-color: #062d92;
	color: #ffffff;
	border-color: #062d92;
}


.thumbrBox .thumbs {
	height: 480px;
	margin-top: 3px;
}

.productDet .swiper-button-disabled {
	display: none;
}

.thumbrBox .thumbs .swiper-slide {
	height: auto;
	margin-bottom: 15px;
	outline: 1px solid transparent;
	transition: .4s ease outline;
	cursor: pointer;
}

.thumbrBox .thumbs .swiper-slide.swiper-slide-thumb-active {
	outline: 1px solid #cccccc;
}

.thumbrBox .thumbs .swiper-slide:last-child {
	margin-bottom: 0;
}



.pShow .msgs {
	width: 39.3%;
}

.pShow .msgs h1 {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 36px;
	color: #062d92;
	margin-bottom: 10px;
}


.pShow .msgs .txts {
	margin-bottom: 26px;
}

.pShow .msgs .txts p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.pShow .msgs .txts a {
	display: inline;
	color: #062d92;
}


.pShow .msgs .txts a:hover {
	text-decoration: underline;
}


.pShow .msgs .share {
	display: flex;
	align-items: center;
	margin-bottom: 39px;
}


.pShow .msgs .share span {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	margin-right: 20px;
}


.pShow .msgs .downLoadBtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 21px 15px 24px;
	background-color: #f2f4f6;
	margin-bottom: 36px;
}



.pShow .msgs .downLoadBtn:hover {
	background-color: #062d92;
}

.pShow .msgs .downLoadBtn:hover span {
	color: #ffffff;
}


.pShow .msgs .downLoadBtn:hover i {
	color: #ffffff;
}



.pShow .msgs .downLoadBtn span {
	flex: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}


.pShow .msgs .downLoadBtn i {
	flex-shrink: 0;
	font-size: 24px;
	font-weight: bold;
	margin-left: 20px;
}


.pShow .msgs .btns {
	display: flex;
	align-items: center;
}


.pShow .msgs .btns a {
	width: 201px;
	height: 61px;
	border-radius: 30px;
	border: solid 1px #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	color: #333333;
}


.pShow .msgs .btns a:first-child {
	margin-right: 22px;
}


.pShow .msgs .btns a:hover {
	background-color: #062d92;
	color: #ffffff;
	border-color: #062d92;
}



.productDet .con {
	padding-top: 60px;
	border-top: 1px solid rgba(0, 0, 3, .1);
}



.productDet .con p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}


.productDet .con p strong {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 36px;
	color: #062d92;
	display: inline-block;
	margin-bottom: 22px;
}

.productDet .con a {
	display: inline;
	color: #062d92;
	font-weight: bold;
}



.productDet .con a:hover {
	text-decoration: underline;
}

.productDet .con img {
	display: inline-block;
}



.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;

}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 10px 10px;
	background-color: #f4f4f4;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}








/*jQzoom*/
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px !important;
	height: 300px !important;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
}


@media screen and (max-width:1600px) {
	.productDet .pShow .images {
		width: 615px;
		flex-shrink: 0;
		margin-right: 5%;
	}

	.thumbrBox .thumbs {
		margin-top: 0;
		height: 375px;
	}

	.thumbrBox .next {
		width: 45px;
		height: 45px;
		margin: 10px auto 0;
	}

	.pShow .msgs .btns a {
		height: 50px;
		width: 180px;
		font-size: 16px;
	}

	.pShow .msgs .downLoadBtn {
		padding: 10px 15px;
	}

	.pShow .msgs .downLoadBtn i {
		font-size: 18px;
	}

	.productDet {
		padding: 40px 0 80px 0;
	}

	.pShow .msgs {
		flex: 1;
		width: auto;
	}
}

@media screen and (max-width:1333px) {

	.productDet .pShow .images {
		width: 480px;
		margin-right: 4%;
	}

	.thumbrBox .thumbs {
		height: 280px;
	}

	.thumbrBox .thumbs .swiper-slide {
		margin-bottom: 8px;
	}

	.pShow .msgs .btns a:first-child {
		margin-right: 10px;
	}

	.thumbrBox .next {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}

	.pShow .msgs h1 {
		font-size: 26px;
	}

	.pShow .msgs .btns a {
		font-size: 14px;
		height: 45px;
		width: 170px;
	}

	.pShow .msgs .txts p {
		font-size: 14px;
		line-height: 26px;
	}

	.pShow .msgs .share span {
		font-size: 14px;
		margin-right: 10px;
	}

	.pShow .msgs .downLoadBtn span {
		font-size: 14px;
	}

	.pShow .msgs .downLoadBtn i {
		font-size: 16px;
	}

	.pShow .msgs .downLoadBtn {
		padding: 8px 10px;
	}

	.productDet {
		padding: 40px 0 60px 0;
	}

	.productDet .con p strong {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.table table tr td {
		font-size: 16px;
		line-height: 28px;
	}

}

@media screen and (max-width:999px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productDet .pShow {
		flex-direction: column;
	}

	.pShow .msgs {
		width: 100%;
	}

	.productDet {
		padding: 40px 0 50px 0;
	}

	.productDet .pShow .images {
		width: 520px;
		margin-bottom: 40px;
		margin-right: 0;
	}

	.thumbrBox .thumbs {
		height: 314px;
	}

	.pShow .msgs h1 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.thumbrBox .next {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	.thumbrBox .thumbs .swiper-slide {
		margin-bottom: 10px;
	}

	.productDet .pShow {
		margin-bottom: 50px;
	}

	.productDet .con {
		padding-top: 50px;
	}

	.productDet .con p {
		font-size: 14px;
		line-height: 26px;
	}

	.productDet .con p strong {
		font-size: 22px;
		line-height: 30px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.productDet {
		padding: 40px 0 40px 0;
	}

	.productDet .pShow {
		margin-bottom: 40px;
	}

	.pShow .msgs h1 {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.pShow .msgs .txts p {
		font-size: 12px;
		line-height: 22px;
	}

	.pShow .msgs .share span {
		font-size: 12px;
		line-height: 22px;
	}

	.pShow .msgs .share {
		margin-bottom: 20px;
	}

	.pShow .msgs .downLoadBtn {
		margin-bottom: 30px;
	}

	.pShow .msgs .btns a {
		font-size: 12px;
		line-height: 22px;
		height: 40px;
		width: 150px;
	}

	.productDet .con {
		padding-top: 40px;
	}

	.productDet .con p {
		font-size: 12px;
		line-height: 24px;
	}

	.productDet .con p strong {
		font-size: 20px;
	}

	.productDet .pShow .images {
		width: 480px;
	}

	.thumbrBox .thumbs {
		height: 285px;
	}

	.table table tr td {
		font-size: 12px;
		line-height: 24px;
	}

	.pShow .msgs .downLoadBtn span {
		font-size: 12px;
		line-height: 24px;
	}

	.pShow .msgs .downLoadBtn {
		padding: 5px 10px;
	}

}

@media screen and (max-width:538px) {
	.productDet {
		padding: 30px 0 30px 0;
	}

	.productDet .pShow {
		margin-bottom: 30px;
	}

	.pShow .msgs h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.productDet .pShow .images {
		margin-bottom: 30px;
		padding: 20px;
		width: 300px;
	}

	.thumbrBox {
		width: 18%;
	}

	.galleryBox {
		width: 76.5%;
	}

	.thumbrBox .thumbs {
		height: 160px;
	}

	.pShow .msgs .btns a {
		height: 35px;
		width: 140px;
	}

	.pShow .msgs .downLoadBtn {
		margin-bottom: 25px;
	}

	.productDet .con {
		padding-top: 30px;
	}

	.productDet .con p strong {
		font-size: 18px;
	}
}




/* ---------------------2-1aboutUs----------------------------- */

.aboutUs {
	padding-top: 37px;
	position: relative;
}

.aboutUs::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/aboutM1-bg.jpg");
	background-size: 100%;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: -2;
	left: 0;
	top: -70px;
}




.aboutUs .companyDes .title1 {
	font-family: Poppins;
	font-size: 36px;
	line-height: 48px;
	color: #062d92;
	margin-bottom: 17px;
}

.aboutUs .companyDes .txts {
	margin-bottom: 47px;
}

.aboutUs .companyDes .txts p {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 36px;
	color: #444444;
}

.aboutUs .companyDes .txts a {
	display: inline;
	color: #062d92;
}

.aboutUs .companyDes .txts a:hover {
	text-decoration: underline;
}





.aboutUs .companyDes .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 38px;
}

.aboutUs .companyDes .list .item {
	width: 32.14%;
	margin-right: 1.79%;
	margin-bottom: 27px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
	box-shadow: -6px 0px 101px 0px rgba(3, 13, 38, 0.13);
	border-radius: 10px;
	padding: 31px 34px 26px 43px;
}


.aboutUs .companyDes .list .item:nth-child(3n) {
	margin-right: 0;
}

.aboutUs .companyDes .list .msg {
	flex: 1;
}


.aboutUs .companyDes .list .image {
	flex-shrink: 0;
	width: 40px;
	margin-left: 30px;
}


.aboutUs .companyDes .list .num {
	display: flex;
	align-items: flex-end;
	margin-bottom: 9px;
}


.aboutUs .companyDes .list .num .number {
	font-family: Poppins-SemiBold;
	font-size: 36px;
	line-height: 36px;
	color: #333333;

}


.aboutUs .companyDes .list .num span {
	font-family: Poppins-SemiBold;
	font-size: 36px;
	line-height: 36px;
	color: #333333;
}

.aboutUs .companyDes .list .num i {
	font-style: normal;
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 27px;
	color: #333333;
	margin-left: 5px;
}

.aboutUs .companyDes .list .name {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}


.aboutUs .companyDes .bigImg {
	margin-bottom: 98px;
}



@media screen and (max-width:1600px) {
	.aboutUs {
		padding-top: 40px;
	}

	.aboutUs .companyDes .title1 {
		margin-bottom: 40px;
	}

	.aboutUs .companyDes .txts p {
		font-size: 16px;
	}

	.aboutUs .companyDes .txts {
		margin-bottom: 60px;
	}

	.aboutUs .companyDes .list .num .number,
	.aboutUs .companyDes .list .num span {
		font-size: 32px;
	}

	.aboutUs .companyDes .list .name,
	.aboutUs .companyDes .list .num i {
		font-size: 16px;
	}

	.aboutUs .companyDes .bigImg {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .companyDes .title1 {
		margin-bottom: 30px;
	}

	.aboutUs .companyDes .list .item {
		padding: 25px;
	}

	.aboutUs .companyDes .list .num .number,
	.aboutUs .companyDes .list .num span {
		font-size: 28px;
	}

	.aboutUs .companyDes .list .num i {
		line-height: 26px;
		margin-bottom: 4px;
	}

	.aboutUs .companyDes .list .image {
		width: 35px;
	}

	.aboutUs .companyDes .bigImg {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .companyDes .list .item {
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.aboutUs .companyDes .list .image {
		margin-left: 0;
		margin-bottom: 15px;
		width: 30px;
	}

	.aboutUs .companyDes .list .num .number,
	.aboutUs .companyDes .list .num span {
		font-size: 24px;
		line-height: 30px;
	}

	.aboutUs .companyDes .list .name,
	.aboutUs .companyDes .list .num i {
		font-size: 14px;
		margin-bottom: 2px;
	}

	.aboutUs .companyDes .list .item {
		box-shadow: -6px 0px 25px 0px rgba(3, 13, 38, 0.13);
	}

	.aboutUs .companyDes .txts {
		margin-bottom: 40px;
	}

	.aboutUs .companyDes .list {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {

	.aboutUs .companyDes .list .num .number,
	.aboutUs .companyDes .list .num span {
		font-size: 22px;
	}

	.aboutUs .companyDes .list .name,
	.aboutUs .companyDes .list .num i {
		font-size: 12px;
		line-height: 22px;
	}

	.aboutUs .companyDes .list .item {
		padding: 20px;
	}

	.aboutUs .companyDes .txts {
		margin-bottom: 30px;
	}

	.aboutUs .companyDes .list .item {
		box-shadow: 0px 0px 20px 0px rgba(3, 13, 38, 0.13);
	}

	.aboutUs .companyDes .list .image {
		width: 28px;
	}

}

@media screen and (max-width:538px) {
	.aboutUs .companyDes .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		padding: 15px;
	}

	.aboutUs .companyDes .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.aboutUs {
		padding-top: 30px;
	}

	.aboutUs .companyDes .title1 {
		margin-bottom: 20px;
	}

	.aboutUs .companyDes .list .num .number,
	.aboutUs .companyDes .list .num span {
		font-size: 20px;
	}

	.aboutUs .companyDes .list .num {
		flex-wrap: wrap;
	}

	.aboutUs .companyDes .list {
		margin-bottom: 20px;
	}

	.aboutUs .companyDes .bigImg {
		margin-bottom: 40px;
	}

}











.mission {
	position: relative;
}



.mission::after {
	content: "";
	position: absolute;
	width: 200%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	background: linear-gradient(to bottom, white 0%, white 50%, #f2f4f6 50%, #f2f4f6 100%);
}



.mission .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mission .swiper-slide .msg {
	background-color: #062d92;
	padding: 72px 70px 100px 71.5px;
	min-height: 410px;
	width: 50%;
}


.mission .swiper-slide .msg .tit1 {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 4px;
}

.mission .swiper-slide .msg .title1 {
	font-family: Poppins;
	font-size: 36px;
	line-height: 48px;
	color: #ffffff;
	margin-bottom: 21px;
}

.mission .swiper-slide .msg .des {
	display: flex;
	align-items: flex-start;
}

.mission .swiper-slide .msg .des .line {
	height: 1px;
	width: 71px;
	background-color: #fff;
	transform: translateY(11px);
	margin-right: 24px;
	flex-shrink: 0;
}

.mission .swiper-slide .msg .des .txts p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}



.mission .swiper-slide .msg .des .txts a {
	display: inline;
	font-weight: bold;
}


.mission .swiper-slide .msg .des .txts a:hover {
	text-decoration: underline;
}



.mission .btns {
	position: absolute;
	display: flex;
	align-items: center;
	bottom: 43px;
	left: 72px;
	z-index: 99;
}


.mission .btns div {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border: solid 1px #ffffff;
	border-radius: 50%;
}




.mission .btns div.prev {
	margin-right: 6px;
}



.mission .btns div:hover {
	background-color: #fff;
	color: #062d92;
	border-color: #062d92;
}


.mission .image {
	width: 50%;
}



@media screen and (max-width:1600px) {
	.mission .swiper-slide .msg {
		padding: 40px 40px 100px 40px;
		min-height: 410px;

	}

	.mission .btns {
		left: 40px;
	}

}

@media screen and (max-width:1333px) {
	.mission .swiper-slide .msg {
		padding: 30px 30px 100px 30px;
		min-height: 355px;

	}

	.mission .btns {
		bottom: 30px;
		left: 30px;
	}

	.mission .swiper-slide .msg .des .line {
		width: 50px;
	}

}

@media screen and (max-width:999px) {
	.mission .swiper-slide .msg {
		min-height: 278px;

	}
}

@media screen and (max-width:768px) {
	.mission .swiper-slide {
		flex-direction: column;
		background-color: #062d92;
		padding: 40px;
	}

	.mission .swiper-slide .msg {
		min-height: auto;
		width: 100%;
		background-color: transparent;
		padding: 0;
		margin-bottom: 20px;
	}

	.mission .image {
		width: 100%;
	}

	.mission .btns {
		left: 45px;
		bottom: 45px;
	}

	.mission .btns div {
		background-color: #fff;
		box-shadow: 0 0 10px rgba(3, 13, 38, 0.13);
		color: #062d92;
	}

	.mission .btns div:hover {
		background-color: #062d92;
		color: #fff;
	}
}

@media screen and (max-width:538px) {
	.mission .swiper-slide {
		padding: 0;
	}

	.mission .swiper-slide .msg {
		padding: 20px;
		margin-bottom: 0;
	}

	.mission .swiper-slide .msg .des {
		flex-direction: column;
		align-items: flex-start;
	}

	.mission .swiper-slide .msg .title1 {
		margin-bottom: 10px;
	}

	.mission .swiper-slide .msg .des .line {
		transform: translateY(0);
		margin-bottom: 10px;
	}

	.mission .btns {
		left: 20px;
		bottom: 20px;
	}

	.mission .btns div {
		width: 35px;
		height: 35px;
	}

	.mission .btns div.prev {
		margin-right: 10px;
	}
}








.aboutUs .pIntroduction {
	position: relative;
	padding-top: 72px;
	padding-bottom: 100px;
}


.aboutUs .pIntroduction::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background-color: #f2f4f6;
	width: 200%;
	height: 100%;
	z-index: -1;

}


.aboutUs .pIntroduction .title1 {
	font-family: Poppins;
	font-size: 36px;
	line-height: 48px;
	color: #062d92;
	margin-bottom: 35px;
	text-align: center;
}

.video {
	position: relative;
	cursor: pointer;
}


.video .playBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 71px;
	height: 71px;
}

.video .playBtn div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	border-width: 0.5px;
	border-style: solid;
	border-color: #fff;
	opacity: 0;
	animation: circles 3.2s linear 0s infinite;
	animation-play-state: running;
}


.video .playBtn .circle1 {
	animation-delay: 0.8s;
}

.video .playBtn .circle2 {
	animation-delay: 1.6s;
}

.video .playBtn .circle3 {
	animation-delay: 2.4s;
}


@keyframes circles {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		transform: scale(1.28);
		opacity: 0.5;
	}

	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}

@media screen and (max-width:1333px) {
	.video .playBtn {
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width:999px) {
	.video .playBtn {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width:768px) {
	.video .playBtn {
		width: 40px;
		height: 40px;
	}

	.aboutUs .pIntroduction .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .pIntroduction .title1 {
		margin-bottom: 20px;
	}

	.video .playBtn {
		width: 35px;
		height: 35px;
	}
}






/* choose */
.choose {
	background-image: url("../images/aboutM5-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
	padding: 101px 0 99px 0;
}


.choose .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.choose .con .swiper {
	width: 46.428%;
	border-radius: 20px;
	overflow: hidden;
	margin: 0;
}

.choose .con .swiper .btns {
	position: absolute;
	right: 19px;
	bottom: 15px;
	display: flex;
	align-items: center;
	z-index: 9;
}



.choose .con .swiper .btns div {
	width: 54px;
	height: 54px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #666666;
	cursor: pointer;
	border-radius: 50%;
}

.choose .con .swiper .btns div.prev {
	margin-right: 6.5px;
}

.choose .con .swiper .btns div:hover {
	background-color: #062d93;
	color: #fff;
}





.choose .con .msg {
	width: 47.8%;
}


.choose .con .msg .title1 {
	font-family: Poppins;
	font-size: 36px;
	line-height: 48px;
	color: #ffffff;
	margin-bottom: 57px;
}


.choose .con .msg .list {

	display: flex;
	flex-wrap: wrap;
}

.choose .con .msg .list .item {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 8px 20px 41px 20px;
	background-color: rgba(0, 0, 0, .7);
	border-radius: 10px;
}


.choose .con .msg .list .item:hover {
	background-color: #062d93;
}


.choose .con .msg .list .item:nth-child(n+3) {
	margin-bottom: 0;
}


.choose .con .msg .list .item:nth-child(3n) {
	margin-right: 0;
}



.choose .item span {
	font-family: Impact;
	font-size: 48px;
	line-height: 60px;
	color: rgba(255, 255, 255, .2);
	margin-bottom: 5px;
	flex-shrink: 0;
}

.choose .item .name {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
}


@media screen and (max-width:1600px) {
	.choose .con .msg .title1 {
		margin-bottom: 40px;
	}

	.choose .item .name {
		font-size: 16px;
	}

	.choose .item span {
		font-size: 40px;
	}

	.choose .con .msg .list .item {
		padding: 20px;
	}

	.choose .con .swiper {
		border-radius: 10px;
	}

	.choose .con .swiper .btns div {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.choose .con .swiper .btns div.prev {
		margin-right: 10px;
	}
}

@media screen and (max-width:1333px) {
	.choose .con .msg .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}

	.choose .con .msg .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.choose .item span {
		font-size: 28px;
		line-height: 45px;
	}

	.choose .con .swiper .btns div {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}

}

@media screen and (max-width:999px) {
	.choose .con {
		flex-direction: column;
	}

	.choose .con .msg {
		width: 100%;
	}

	.choose .con .swiper {
		width: 100%;
		max-width: 500px;
		margin-bottom: 50px;
	}

	.choose .con .msg .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
	}

	.choose .con .msg .list .item:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width:768px) {
	.choose .con .swiper {
		max-width: 450px;
		margin-bottom: 40px;
	}

	.choose .item span {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.choose .con .msg .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.choose .con .msg .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.choose .con .msg .title1 {
		margin-bottom: 30px;
	}

	.choose .con .swiper {
		margin-bottom: 30px;
		border-radius: 5px;
	}

	.choose .con .swiper .btns div {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	.choose .con .msg .list .item:nth-child(n) {
		padding: 15px;
	}

	.choose .item span {
		font-size: 22px;
	}
}












/* advantage */


.advantage {
	padding: 74px 0 79px 0;
	background-color: #f2f4f6;
}


.advantage .title1 {
	font-family: Poppins;
	font-size: 36px;
	line-height: 48px;
	color: #062d92;
	margin-bottom: 35px;
	text-align: center;
}


.advantage .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.advantage .list .item {
	width: 49.2857%;
	background-color: #fff;
	padding: 39px 34px 41px 36px;
	border-radius: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 21px;
}




.advantage .list .item .image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	background-color: #062d92;
	border-radius: 50%;
	margin-right: 19px;
	flex-shrink: 0;
	margin-top: -1px;
}


.advantage .list .item .tit {
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 0px;
}




.advantage .list .item .txts p {

	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	hyphens: auto;
}

.advantage .list .item .txts a {
	display: inline;
	color: #062d92;
}

.advantage .list .item .txts a:hover {
	text-decoration: underline;
}

@media screen and (max-width:1600px) {
	.advantage .title1 {
		margin-bottom: 40px;
	}

	.advantage .list .item {
		padding: 30px;
		border-radius: 10px;
	}

	.advantage .list .item .image {
		width: 60px;
		height: 60px;
	}

	.advantage .list .item .tit {
		font-size: 20px;
	}
}

@media screen and (max-width:1333px) {
	.advantage .list .item .image {
		width: 50px;
		height: 50px;
	}
}


@media screen and (max-width:999px) {
	.advantage .list .item .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

}

@media screen and (max-width:768px) {

	.advantage .list .item .image {
		margin-bottom: 10px;
		width: 40px;
		height: 40px;
	}

	.advantage .list .item {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.advantage .list .item .tit {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:538px) {
	.advantage .list .item:nth-child(n) {
		padding: 25px;
		width: 100%;
		margin-right: 0;
	}

	.advantage .list .item:last-child {
		margin-bottom: 0;
	}

	.advantage .list .item .tit {
		font-size: 14px;
		line-height: 24px;
	}
}








/* certificate */
.certificate {
	padding: 82px 0 98px 0;
}


.certificate .title1 {
	font-family: Poppins;
	font-size: 36px;
	line-height: 48px;
	color: #062d92;
	text-align: center;
	margin-bottom: 38px;
}



.certificate .swiper {
	overflow: visible;
	clip-path: polygon(-1% -1000%, 101% -1000%, 101% 1000%, -1% 1000%);
}


.certificate .image {
	box-shadow: 0px 15px 10px 0px rgba(221, 221, 221, 0.9);
	margin-bottom: 39px;
}

.certificate .name {
	text-align: center;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}


.certificate .swiper-pagination {
	position: static;
	margin-top: 42px;
}

.certificate .swiper-pagination span {
	opacity: 1;
	width: 50px;
	height: 3px;
	background-color: rgba(6, 45, 147, .2);
	border-radius: 2px;
	margin: 0 9px !important;
}

.certificate .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #062d93;
}


.certificate .swiperBox {
	padding: 0 30px;
}


.certificate .image:hover img {
	transform: scale(1, 1);
}


.certificate .image:hover {
	box-shadow: 0px 0px 0px 0px rgba(3, 13, 38, 0);
}

@media screen and (max-width:1600px) {
	.certificate .title1 {
		margin-bottom: 40px;
	}

	.certificate .image {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.certificate .swiperBox {
		padding: 0;
	}

	.certificate .swiper-pagination {
		margin-top: 30px;
	}

	.certificate .swiper-pagination span {
		width: 40px;
	}

	.certificate .image {
		margin-bottom: 20px;
	}

}

@media screen and (max-width:999px) {
	.certificate .swiper-pagination {
		margin-top: 20px;
	}

	.certificate .swiper-pagination span {
		width: 30px;
		margin: 0 6px !important;
	}
}

@media screen and (max-width:768px) {
	.certificate .title1 {
		margin-bottom: 30px;
	}

	.certificate .image {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:538px) {
	.certificate .swiper-pagination span {
		width: 25px;
	}

	.certificate .image {
		margin-bottom: 10px;
	}
}




/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}














/* ---------------------3-1project----------------------------- */

.customisztion {
	padding: 37px 0 69px 0;
}

.customisztion .title1 {
	font-family: Poppins;
	font-size: 36px;
	line-height: 48px;
	color: #062d92;
	margin-bottom: 26px;
	text-align: center;
}



.customisztion .txts {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 36px;
	color: #444444;
	text-align: center;
	margin-bottom: 42px;
}


.customisztion .con .list .item {
	position: relative;
}


.customisztion .con .list .item::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 0.5px;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, .3);
	z-index: -1;
}

.customisztion .con .list .num {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.customisztion .con .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 71px;
	height: 71px;
	background-color: #062d92;
	font-family: Poppins-SemiBold;
	font-size: 30px;
	color: #ffffff;
	border-radius: 50%;
}



.customisztion .con .image {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 21px;
	width: 330px;
}


.customisztion .con .tit {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 28px;
	color: #444444;
	margin-bottom: 1px;
	text-transform: uppercase;
}

.customisztion .con .text {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #444444;
}


.customisztion .con .list .item {
	display: flex;
	align-items: center;
}

.customisztion .con .list .item:nth-child(2n) {
	justify-content: flex-end;
}


.customisztion .con .list .item:nth-child(2n-1) .msg {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-right: 66px;
}


.customisztion .con .list .item:nth-child(2n) .msg {
	padding-left: 66px;
}


.customisztion .con .list .item:nth-child(2n-1) .msg .text {
	text-align: right;
}


.customisztion .con .list .item .msg {
	width: 50%;
	padding-top: 7px;
	padding-bottom: 26px;
}


.customisztion .list2 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}

.customisztion .list2::after {
	content: "";
	position: absolute;
	width: 0.5px;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
}

.customisztion .list2 .item {
	width: 37.8%;
	display: flex;
	flex-direction: column;
	padding-top: 36px;
	padding-bottom: 31px;
}

.customisztion .list2 .item:nth-child(2n-1) {
	align-items: flex-end;
}

.customisztion .list2 .item:nth-child(2n-1) .text {
	text-align: right;
	padding-left: 60px;
}

.customisztion .list2 .item:nth-child(2n-1) .tit {
	padding-left: 60px;
}

.customisztion .list2 .item:nth-child(2n) .text {
	padding-right: 60px;
}

.customisztion .list2 .item:nth-child(2n) .tit {
	padding-right: 60px;
}


.customisztion .list2 .nums {
	position: absolute;
	display: flex;
	align-items: center;
	left: 50%;
	transform: translateX(-50%);
	top: 29px;
	justify-content: space-between;
	width: 20.3%;
}



.customisztion .list2 .nums::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0.5px;
	background-color: rgba(0, 0, 0, .3);
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}



.customisztion .con .list:last-child .item:last-child::after {
	display: none;
}




@media screen and (max-width:1600px) {
	.customisztion .list2 .item:nth-child(2n-1) .text {
		padding-left: 0px;
	}

	.customisztion .list2 .item:nth-child(2n-1) .tit {
		padding-left: 0px;
	}

	.customisztion .list2 .item:nth-child(2n) .text {
		padding-right: 0px;
	}

	.customisztion .list2 .item:nth-child(2n) .tit {
		padding-right: 0px;
	}

	.customisztion .title1 {
		margin-bottom: 40px;
	}

	.customisztion .txts {
		margin-bottom: 80px;
	}

	.customisztion {
		padding: 40px 0 80px 0;
	}

	.customisztion .con .num {
		width: 60px;
		height: 60px;
		font-size: 24px;
	}
}

@media screen and (max-width:1333px) {
	.customisztion {
		padding: 40px 0 60px 0;
	}

	.customisztion .title1 {
		margin-bottom: 30px;
	}

	.customisztion .txts {
		margin-bottom: 60px;
	}

	.customisztion .con .num {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}

	.customisztion .con .image {
		width: 300px;
		border-radius: 6px;
	}

	.customisztion .con .list .item .msg {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.customisztion .list2 .item {
		padding: 20px 0;
	}
}

@media screen and (max-width:999px) {
	.customisztion {
		padding: 40px 0 50px 0;
	}

	.customisztion .txts {
		margin-bottom: 50px;
	}

	.customisztion .con .image {
		width: 250px;
		border-radius: 4px;
		margin-bottom: 15px;
	}
}

@media screen and (max-width:768px) {
	.customisztion {
		padding: 40px 0 40px 0;
	}

	.customisztion .con .list .item:nth-child(n) .msg {
		align-items: flex-start;
		width: 100%;
		padding-right: 0;
		padding-left: 12%;
	}

	.customisztion .con .list .item:nth-child(n) .msg .txt {
		text-align: left;
	}

	.customisztion .con .list .item:nth-child(n) {
		justify-content: flex-start;
	}

	.customisztion .con .list .item:nth-child(n)::after {
		left: 5%;
	}

	.customisztion .con .list .num {
		left: 5%;
	}

	.customisztion .con .num {
		width: 45px;
		height: 45px;
		font-size: 18px;
	}

	.customisztion .list2 {
		flex-direction: column;
		align-items: flex-start;
	}

	.customisztion .list2::after {
		left: 5%;
	}

	.customisztion .list2 .nums {
		width: auto;
		left: 5%;
		top: 0;
	}

	.customisztion .list2 .nums .num:last-child {
		display: none;
	}

	.customisztion .list2 .item:nth-child(n) {
		width: 100%;
		align-items: flex-start;
		padding-left: 12%;
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.customisztion .list2 .item:nth-child(n) .text {
		text-align: left;
	}

	.customisztion .txts {
		margin-bottom: 40px;
	}

	.customisztion .con .image {
		width: 230px;
		border-radius: 3px;
	}
}

@media screen and (max-width:538px) {
	.customisztion {
		padding: 30px 0 30px 0;
	}

	.customisztion .con .image {
		width: 200px;
	}

	.customisztion .con .num {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}

	.customisztion .con .list .item:nth-child(n) .msg,
	.customisztion .list2 .item:nth-child(n) {
		padding-left: 15%;
	}

	.customisztion .title1 {
		margin-bottom: 20px;
	}

	.customisztion .txts {
		margin-bottom: 30px;
	}

}





/* ---------------------4-1project----------------------------- */

.project {
	padding: 43px 0 103px 0;
}



.project .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 38px;
}



.project .list .item {
	width: 31.45%;
	margin-right: 2.825%;
	margin-bottom: 41px;
	border-radius: 5px;
	background-color: #f8f8f8;
	overflow: hidden;
}


.project .list .item:hover {
	background-color: #062d92;
}

.project .list .item:hover .tit,
.project .list .item:hover .txt,
.project .list .item:hover .btn {
	color: #ffffff;
}


.project .list .item:hover .btn::after {
	background-color: #ffffff;
}


.project .list .item:nth-child(3n) {
	margin-right: 0;
}

.project .list .msg {
	padding: 24px 17px 37px 17px;
}

.project .list .image {
	overflow: hidden;
}

.project .msg .tit {
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 10px;
}

.project .msg .tit:hover {
	text-decoration: underline;
}


.project .msg .txts {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 9px;
	hyphens: auto;
}


.project .msg .btn {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	position: relative;
	display: inline-block;
}


.project .msg .btn::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background-color: #062d92;
	transition: .3s linear all;
	pointer-events: none;
}

.project .msg .btn:hover::after {
	left: 100%;
	width: 0;
}

@media screen and (max-width:1600px) {
	.project .list .msg {
		padding: 20px 20px 30px;
	}

	.project .msg .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.project {
		padding: 40px 0 80px 0;
	}

	.project .list {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.project .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 30px;
	}

	.project .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.project .list .msg {
		padding: 20px 15px 20px;
	}

	.project .msg .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 5px;
	}

	.project .list {
		margin-bottom: 20px;
	}

	.project {
		padding: 30px 0 60px 0;
	}
}

@media screen and (max-width:999px) {
	.project .list .msg {
		padding: 10px 10px 20px;
	}

	.project .msg .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.project .list .item:nth-child(n) {
		margin-bottom: 20px;
	}

	.project {
		padding: 30px 0 50px 0;
	}

}

@media screen and (max-width:768px) {
	.project .list .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
	}

	.project .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.project {
		padding: 30px 0 40px 0;
	}

	.project .msg .tit {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:450px) {
	.project .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}

	.project .list .item:last-child {
		margin-bottom: 0;
	}

	.project {
		padding: 30px 0;
	}
}



/* forward */

.forward {
	padding: 66px 0 66px 0;
	background-image: url("../images/forword-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #011751;
}



.forward .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.forward .con .msg {
	width: 49%;
}




.forward .con form {
	width: 43.5%;
}


.forward .con .msg .title1 {
	font-family: Poppins;
	font-size: 48px;
	line-height: 60px;
	color: #ffffff;
	margin-bottom: 11px;
}

.forward .con .msg a.title1:hover {
	text-decoration: underline;
	color: #fff !important;
}

.forward .con .msg .txts {
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 36px;
	color: #ffffff;
}


.forward ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.forward ul li {
	width: 49.3%;
	height: 40px;
	background-color: #ffffff;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px;
}

.forward ul li input {
	padding: 0 17px;
}


.forward form input,
.forward form textarea {
	width: 100%;
	height: 100%;
	font-family: Poppins-Regular;
}

.forward .message {
	width: 100%;
	height: 100px;
}

.forward textarea {
	padding: 7px 17px;
}


.forward .codeContent {
	display: flex;
	width: 100%;
	background-color: transparent;
	margin-bottom: 0;
	justify-content: space-between;
	border-radius: 0;
	margin-top: -2px;
}



.forward .codeContent .codeCon {
	width: 49.3%;
	border-radius: 6px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.forward .codeContent .codeCon .codeImg {
	flex-shrink: 0;
	background-color: #f3fbfe;
	cursor: pointer;
}



.forward .codeContent .codeCon .codeImg img {
	height: 100%;
}


.forward .codeContent .codeCon>input {
	flex: 1;
}


.forward .subBtn {
	width: 49.3%;
	border-radius: 6px;
	overflow: hidden;
}

.forward .subBtn input {
	background-color: #062d92;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	cursor: pointer;
}


.forward .subBtn input:hover {
	background-color: #fff;
	color: #062d92;
}

.forward input::-webkit-input-placeholder,
.forward textarea::-webkit-input-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
}

.forward input:-moz-placeholder,
.forward textarea:-moz-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
}

.forward input::-moz-placeholder,
.forward textarea::-moz-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
}

.forward input:-ms-input-placeholder,
.forward textarea:-ms-input-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
}


@media screen and (max-width:1333px) {
	.forward .codeContent {
		margin-top: 0;
	}

	.forward ul li,
	.forward .subBtn,
	.forward .codeContent .codeCon {
		border-radius: 5px;
	}

	.forward ul li input {
		padding: 0 10px;
	}

	.forward textarea {
		padding: 7px 10px;
	}

	.forward ul li {
		height: 35px;
	}

	.forward .con form {
		width: 45%;
	}
}

@media screen and (max-width:999px) {
	.forward .con .msg {
		width: 45%;
	}

	.forward .con form {
		width: 50%;
	}
}

@media screen and (max-width:768px) {
	.forward .con .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.forward .con form {
		width: 100%;
	}

	.forward .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.forward ul li,
	.forward .subBtn,
	.forward .codeContent .codeCon {
		width: 49%;
	}

}

@media screen and (max-width:538px) {
	.forward ul li {
		height: 30px;
		border-radius: 3px;
	}

	.forward .codeContent {
		flex-direction: column;
		height: auto;
	}

	.forward .subBtn,
	.forward .codeContent .codeCon {
		width: 100%;
		height: 30px;
	}

	.forward .subBtn {
		margin-top: 10px;
	}
}





/* ---------------------4-2project----------------------------- */


.details {
	padding: 45px 0 99px 0;
}

.details h1 {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 36px;
	color: #062d92;
	margin-bottom: 32px;
}

.details .tips {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 23px;
}

.details .tips .time {
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #999999;
	line-height: 29px;
	margin-right: 37px;
}

.details .share {
	display: flex;
	align-items: center;
}


.details .share span {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	margin-right: 10px;
}

.details .con {
	margin-bottom: 65px;
}


.details .con p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	hyphens: auto;
}



.details .con a {
	display: inline;
	color: #062d92;
}

.details .con a:hover {
	text-decoration: underline;
}

.details .prevOrNext {
	margin-bottom: 77px;
}


@media screen and (max-width:1600px) {
	.details {
		padding: 40px 0 80px 0;
	}

	.details .prevOrNext {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.details h1 {
		font-size: 26px;
		line-height: 45px;
	}

	.details {
		padding: 30px 0 60px 0;
	}

	.details .con,
	.details .prevOrNext {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.details h1 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.details .con,
	.details .prevOrNext {
		margin-bottom: 50px;
	}

	.details {
		padding: 30px 0 50px 0;
	}
}

@media screen and (max-width:768px) {
	.details h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.details {
		padding: 30px 0 40px 0;
	}

	.details .share span {
		font-size: 12px;
		line-height: 22px;
	}

	.details .con,
	.details .prevOrNext {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.details {
		padding: 30px 0 30px 0;
	}

	.details h1 {
		font-size: 18px;
		line-height: 28px;
	}

	.details .con,
	.details .prevOrNext {
		margin-bottom: 30px;
	}

	.details .tips {
		flex-direction: column;
	}

	.details .tips .time {
		margin-bottom: 10px;
		margin-right: 0;
	}

}


/* prevOrNext */
.prevOrNext {
	padding: 18px 0 19px 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.prevOrNext>div {
	width: 49%;
	display: flex;
	align-items: center;
}


.prevOrNext .prev {
	justify-content: flex-start;
}

.prevOrNext .next {
	justify-content: flex-end;
}



.prevOrNext .btn {
	width: 34px;
	height: 34px;
	border: solid 1px #999999;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex-shrink: 0;
	color: #999999;
	font-size: 12px;
}


.prevOrNext a.btn:hover {
	background-color: #062d92;
	color: #fff;
	border-color: #062d92;
}


.prevOrNext .prev .btn {
	margin-right: 9px;
}

.prevOrNext .next .btn {
	margin-left: 9px;
}


.prevOrNext .tit {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.prevOrNext a.tit:hover {
	color: #333333;
}

@media screen and (max-width:1333px) {
	.prevOrNext {
		padding: 10px 0;
	}

	.prevOrNext .btn {
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width:999px) {
	.prevOrNext .btn {
		width: 26px;
		height: 26px;
	}
}

@media screen and (max-width:768px) {
	.prevOrNext {
		flex-direction: column;
		align-items: flex-start;
	}

	.prevOrNext>div {
		width: 100%;
	}

	.prevOrNext .prev {
		margin-bottom: 10px;
	}

	.prevOrNext .next {
		flex-direction: row-reverse;
	}

	.prevOrNext .next .btn {
		margin-left: 0;
		margin-right: 9px;
	}


}


/* latestApp */
.latestApp {
	margin-top: 98px;
	margin-bottom: -4px;
}

.latestApp .title1 {
	font-family: Poppins;
	font-size: 36px;
	line-height: 48px;
	color: #062d92;
	margin-bottom: 37px;
}

.newItem .image {
	overflow: hidden;
	margin-bottom: 18px;
}

.newItem .time {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	margin-bottom: 9px;
}


.newItem .txts {
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.newItem .txts:hover {
	color: #062d92;
}


.latestApp .swiper-pagination {
	position: static;
	margin-top: 60px;
}

.latestApp .swiper-pagination span {
	width: 50px;
	height: 3px;
	border-radius: 2px;
	background-color: rgba(6, 45, 147, 0.2);
	margin: 0 9px !important;
	opacity: 1;
}

.latestApp .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: rgba(6, 45, 147, 1);
}

@media screen and (max-width:1600px) {
	.latestApp {
		margin-top: 0;
		margin-bottom: 0;
	}

	.newItem .txts {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.newItem .title1 {
		margin-bottom: 40px;
	}

	.latestApp .swiper-pagination {
		margin-top: 40px;
	}

}

@media screen and (max-width:999px) {
	.newItem .title1 {
		margin-bottom: 30px;
	}

	.newItem .image {
		margin-bottom: 10px;
	}

	.newItem .time {
		margin-bottom: 5px;
	}

	.latestApp .swiper-pagination {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.latestApp .swiper-pagination span {
		width: 30px;
	}
}

@media screen and (max-width:538px) {
	.latestApp .swiper-pagination {
		margin-top: 20px;
	}

	.latestApp .swiper-pagination span {
		width: 20px;
		margin: 0 4px !important;
	}

}



/* ---------------------5-1-1Resources----------------------------- */
.news {
	padding: 37px 0 98px 0;
}


.news .title1 {
	font-family: Poppins;
	font-size: 36px;
	line-height: 48px;
	color: #062d92;
	margin-bottom: 34px;
}

.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 19px;
}


.news .list .newItem {
	width: 31.45%;
	margin-right: 2.825%;
	margin-bottom: 59px;
}


.news .list .newItem:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width:1600px) {
	.news {
		padding: 40px 0 80px 0;
	}

	.news .title1 {
		margin-bottom: 40px;
	}

	.news .list .newItem {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.news {
		padding: 40px 0 60px 0;
	}

	.news .list .newItem {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.news {
		padding: 40px 0 50px 0;
	}
}

@media screen and (max-width:768px) {
	.news {
		padding: 40px 0 40px 0;
	}

	.news .title1 {
		margin-bottom: 30px;
	}

	.news .list .newItem {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.news {
		padding: 30px 0 30px 0;
	}

	.news .list .newItem:nth-child(n) {
		width: 48%;
		margin-right: 4%;
	}

	.news .list .newItem:nth-child(2n) {
		margin-right: 0;
	}

	.news .title1 {
		margin-bottom: 20px;
	}

	.news .list {
		margin-bottom: 0px;
	}
}








/* ---------------------5-2Resources----------------------------- */
.faq {
	padding: 37px 0 98px 0;
}


.faq .title1 {
	font-family: Poppins;
	font-size: 36px;
	line-height: 48px;
	color: #062d92;
	margin-bottom: 47px;
}



.faq .list {
	margin-bottom: 75px;
}

.faq .list .item {
	margin-bottom: 63px;
}

.faq .list .item:last-child {
	margin-bottom: 0;
}

.faq .list .question {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
}


.faq .list .question span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #062d92;
	flex-shrink: 0;
	margin-right: 10px;
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 48px;
	color: #ffffff;
	border-radius: 50%;
	transform: translateY(-13px);
}

.faq .list .question p {
	font-family: Poppins-SemiBold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.faq .answer {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #555555;
	padding: 30px 27.5px 30px 27.5px;
	box-shadow: -3px 0px 54px 0px rgba(5, 20, 58, 0.12);
	border-radius: 10px;
}




@media screen and (max-width:1600px) {
	.faq {
		padding: 40px 0 80px 0;
	}

	.faq .list .question span {
		width: 45px;
		height: 45px;
		font-size: 20px;
		transform: translateY(-10px);
	}

}

@media screen and (max-width:1333px) {
	.faq {
		padding: 40px 0 60px 0;
	}

	.faq .list .question span {
		width: 40px;
		height: 40px;
		font-size: 18px;
		transform: translateY(-5px);
	}

	.faq .list {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.faq .list .question span {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}

	.faq .title1 {
		margin-bottom: 40px;
	}

	.faq .answer {
		padding: 20px;
		border-radius: 5px;
	}

	.faq .list .item {
		margin-bottom: 50px;
	}

	.faq .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.faq .list .question span {
		width: 30px;
		height: 30px;
		transform: translateY(-2px);
	}

	.faq .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.faq .list .question span {
		width: 26px;
		height: 26px;
		transform: translateY(0px);
	}

	.faq .title1 {
		margin-bottom: 30px;
	}

	.faq .list .item {
		margin-bottom: 40px;
	}
}





/* ---------------------5-3Resources----------------------------- */
.downLoad {
	padding: 37px 0 98px 0;
}


.downLoad .title1 {
	font-family: Poppins;
	font-size: 36px;
	line-height: 48px;
	color: #062d92;
	margin-bottom: 30px;
}


.downLoad .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 38px;
}




.downLoad .list .item {
	width: 48.6%;
	margin-bottom: 20.5px;
	background-color: #f2f4f6;
	border-radius: 10px;
	padding: 10px 16px 10px 27px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.downLoad .list .item:hover {
	background-color: #062d92;
}

.downLoad .list .item .tit {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.downLoad .list .item .tit:hover {
	text-decoration: underline;
}

.downLoad .list .item:hover .tit {
	color: #fff;
}

.downLoad .list .item:hover .btn {
	background-color: #fff;
	color: #062d92;
}

.downLoad .list .btn {
	width: 40px;
	height: 40px;
	background-color: #062d92;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 30px;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}



.downLoad .list .btn:hover {
	box-shadow: 0 0 10px rgba(255, 255, 255, .8);
}


@media screen and (max-width:1600px) {
	.downLoad {
		padding: 40px 0 80px 0;
	}

}

@media screen and (max-width:1333px) {
	.downLoad {
		padding: 40px 0 60px 0;
	}

	.downLoad .list .btn {
		width: 35px;
		height: 35px;
	}

	.downLoad .list .item {
		padding: 10px 15px;
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.downLoad {
		padding: 40px 0 50px 0;
	}

	.downLoad .list {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:768px) {
	.downLoad {
		padding: 40px 0 40px 0;
	}

	.downLoad .list .btn {
		width: 30px;
		height: 30px;
	}

	.downLoad .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width:538px) {
	.downLoad {
		padding: 30px 0 30px 0;
	}

	.downLoad .list .item {
		margin-bottom: 15px;
	}

	.downLoad .list {
		margin-bottom: 20px;
	}
}



/* ---------------------5-4-1Resources----------------------------- */

.Knowledge {
	padding: 37px 0 98px 0;
}


.Knowledge .title1 {
	font-family: Poppins;
	font-size: 36px;
	line-height: 48px;
	color: #062d92;
	margin-bottom: 30px;
}


.Knowledge .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 49px;
}

.Knowledge .list .KnowItem {
	width: 23.928%;
	margin-right: 1.4293%;
	margin-bottom: 18px;
}

.KnowItem {
	background-color: #f2f4f6;
	border-radius: 10px;
	padding: 34px 20px 34px 30px;
}

.KnowItem:hover {
	background-color: #ffffff;
	box-shadow: -6px 0px 101px 0px rgba(3, 13, 38, 0.13);
}


.Knowledge .list .KnowItem:nth-child(4n) {
	margin-right: 0;
}


.KnowItem:hover .tit {
	color: #062d92;
}


.KnowItem .time {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #062d92;
	margin-bottom: 21px;
}


.KnowItem .tit {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 49px;
}

.KnowItem .tit:hover {
	text-decoration: underline;
}


.KnowItem:hover .btn {
	color: #062d92;
}


.KnowItem .btn {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	position: relative;
	display: inline-block;
}

.KnowItem .btn::after {
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	bottom: -2px;
	height: 3px;
	background-color: #062d92;
	border-radius: 2px;
	transition: .3s linear all;
}


.KnowItem .btn:hover::after {
	left: 100%;
	width: 0;
}

@media screen and (max-width:1600px) {
	.KnowItem {
		padding: 30px;
	}

	.Knowledge .title1 {
		margin-bottom: 40px;
	}

	.Knowledge {
		padding: 40px 0 80px 0;
	}

	.KnowItem .tit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.KnowItem {
		padding: 20px;
		border-radius: 5px;
	}

	.KnowItem .time {
		margin-bottom: 10px;
	}

	.KnowItem .tit {
		margin-bottom: 20px;
	}

	.Knowledge .list {
		margin-bottom: 40px;
	}

	.Knowledge {
		padding: 40px 0 60px 0;
	}
}

@media screen and (max-width:999px) {
	.Knowledge .list .KnowItem:nth-child(n) {
		width: 32%;
		margin-right: 2%;
	}

	.Knowledge .list .KnowItem:nth-child(3n) {
		margin-right: 0;
	}

	.Knowledge {
		padding: 40px 0 50px 0;
	}

	.Knowledge .list {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.Knowledge {
		padding: 40px 0 40px 0;
	}

	.Knowledge .list .KnowItem:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 15px;
	}

	.Knowledge .list .KnowItem:nth-child(2n) {
		margin-right: 0;
	}

	.Knowledge .list {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.Knowledge {
		padding: 30px 0 30px 0;
	}

	.Knowledge .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:400px) {
	.Knowledge .list .KnowItem:nth-child(n) {
		width: 100%;
		margin-right: 0%;
	}
}


/* ---------------------5-4-2Resources----------------------------- */

.latestKonw .title1 {
	font-family: Poppins;
	font-size: 36px;
	line-height: 48px;
	color: #062d92;
	margin-bottom: 36px;
}


.latestKonw .swiper {
	overflow: visible;
	clip-path: polygon(-1% -1000%, 101% -1000%, 101% 1000%, -1% 1000%);
}


.latestKonw .swiper-pagination {
	position: static;
	margin-top: 60px;
}

.latestKonw .swiper-pagination span {
	width: 50px;
	height: 3px;
	border-radius: 2px;
	background-color: rgba(6, 45, 147, 0.2);
	margin: 0 9px !important;
	opacity: 1;
}

.latestKonw .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: rgba(6, 45, 147, 1);
}


.latestKonw .swiper-slide {
	transition: .3s linear background-color, .3s linear box-shadow;
}

.details .latestKonw {
	padding: 21px 0 0px 0;
	margin-bottom: -1px;
}

@media screen and (max-width:1600px) {
	.details .latestKonw {
		padding: 0;
		margin-bottom: 0;
	}

	.latestKonw .swiper-pagination {
		margin-top: 50px;
	}

	.latestKonw .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.latestKonw .swiper-pagination span {
		width: 40px;
		margin: 0 8px !important;
	}

	.latestKonw .swiper-pagination {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.latestKonw .swiper-pagination span {
		width: 30px;
		margin: 0 6px !important;
	}
}

@media screen and (max-width:768px) {
	.latestKonw .title1 {
		margin-bottom: 30px;
	}

	.latestKonw .swiper-pagination {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.latestKonw .swiper-pagination span {
		width: 20px;
		margin: 0 5px !important;
	}

}






/* ---------------------6-1Contact Us----------------------------- */


.contactUs {
	padding: 35px 0 86px 0;
	position: relative;
}


.contactUs::after {
	content: "";
	position: absolute;
	height: 200%;
	width: 100%;
	background: linear-gradient(to right, #f9f9f9 0%, #f9f9f9 50%, white 50%, white 100%);
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}




.contactUs .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.contactUs .con .title1 {
	font-family: Poppins;
	font-size: 44px;
	line-height: 60px;
	color: #333333;
}

.contactUs .msgs {
	width: 44.2%;
}


.contactUs .msgs .title1 {
	margin-bottom: 49px;
}

.contactUs .msgs ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactUs .msgs ul li {
	margin-bottom: 45.5px;
	width: 49%;
	display: flex;
	align-items: flex-start;
}


.contactUs .msgs ul li.address {
	width: 100%;
	margin-bottom: 0;
}


.contactUs .msgs i {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 15.5px;
	width: 40px;
	height: 40px;
	background-color: #062d92;
	font-size: 18px;
	color: #fff;
	border-radius: 50%;
}


.contactUs .msgs .name {
	font-family: Poppins;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
}

.contactUs .msgs .num {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 26px;
	color: #666666;
}


.contactUs .msgs ul li.email .num {
	word-break: break-all;
}

.contactUs .msgs a.num:hover {
	color: #062d92;
	text-decoration: underline;
}

.contactUs .sendMsg {
	width: 47.25%;
}

.contactUs .sendMsg .title1 {
	margin-bottom: 11px;
}

.contactUs .sendMsg .txts {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 32px;
}

.contactUs .sendMsg ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactUs .sendMsg ul li {
	width: 49.4%;
	height: 54px;
	margin-bottom: 23px;
	padding-left: 14px;
}

.contactUs .sendMsg ul .must {
	position: relative;
}


.contactUs .sendMsg ul .must::after {
	content: "*";
	position: absolute;
	top: 22px;
	left: 0;
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 26px;
	color: #ff0000;
}



.contactUs .sendMsg ul li.message textarea {
	background-color: #fff;
	border: 1px solid #d2d2d2;
}

.contactUs .sendMsg ul li.message.must::after {
	top: 15px;
}



.contactUs .sendMsg ul li input {
	background-color: #ffffff;
	border: solid 1px #d2d2d2;
}

.contactUs input,
.contactUs textarea {
	width: 100%;
	height: 100%;
}

.contactUs input {
	padding: 0 13px;
}

.contactUs textarea {
	padding: 8px 16px;
}



.contactUs .sendMsg ul li.message {
	width: 100%;
	height: 132px;
}






.contactUs .sendMsg ul li.codeCon .code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	border: 1px solid #d2d2d2;
	margin-top: -5px;
	overflow: hidden;

}





.contactUs .sendMsg ul li.codeCon .code input {
	flex: 1;
	border: none;
}

.contactUs .sendMsg ul li.codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	background-color: #f3fbfe;
}

.contactUs .sendMsg ul li.codeCon .codeImg img {
	height: 100%;
}



.contactUs .sendMsg ul li.subBtn {
	border: none;
	margin-bottom: 0;
	margin-top: -5px;
}


.contactUs .sendMsg ul li.subBtn input {
	background-color: #062d92;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	border: 1px solid #062d92;
	cursor: pointer;
}





.contactUs .sendMsg ul li.subBtn input:hover {
	background-color: #fff;
	color: #062d92;
}



.contactUs input::-webkit-input-placeholder,
.contactUs textarea::-webkit-input-placeholder {
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #666666;

}

.contactUs input:-moz-placeholder,
.contactUs textarea:-moz-placeholder {
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #666666;
}

.contactUs input::-moz-placeholder,
.contactUs textarea::-moz-placeholder {
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #666666;
}

.contactUs input:-ms-input-placeholder,
.contactUs textarea:-ms-input-placeholder {
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #666666;
}






@media screen and (max-width:1600px) {
	.contactUs .msgs {
		width: 50%;
		padding-right: 3%;
	}

	.contactUs {
		padding: 40px 0 80px 0;
	}

	.contactUs .sendMsg ul li.codeCon .code {
		margin-top: 0px;

	}

	.contactUs .sendMsg ul li.subBtn {
		margin-top: 0px;
	}

}

@media screen and (max-width:1333px) {
	.contactUs .msgs .num {
		font-size: 16px;
		line-height: 26px;
	}

	.contactUs .msgs ul li {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 30px;
	}

	.contactUs .msgs i {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.contactUs .sendMsg ul li.message {
		height: 120px;
	}

	.contactUs .sendMsg ul li,
	.contactUs .sendMsg ul li.subBtn {
		height: 40px;
	}

	.contactUs .sendMsg .title1 {
		margin-bottom: 30px;
	}

	.contactUs {
		padding: 40px 0 60px 0;
	}
	.contactUs .sendMsg ul .must::after{
		top: 12px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .msgs .num {
		font-size: 14px;
		line-height: 24px;
	}

	.contactUs .msgs .title1,
	.contactUs .sendMsg .title1 {
		margin-bottom: 40px;
	}

	.contactUs .sendMsg ul .must::after {
		top: 14px;
		left: -3px;
	}

	.contactUs .sendMsg ul li input {
		padding: 0 10px;
	}

	.contactUs textarea {
		padding: 8px 10px;
	}

	.contactUs {
		padding: 40px 0 50px 0;
	}
	.contactUs .sendMsg ul li{
		padding-left: 8px;
	}
	
}

@media screen and (max-width:768px) {
	.contactUs {
		padding: 40px 0 40px 0;
	}

	.contactUs .con {
		flex-direction: column;
	}

	.contactUs .msgs {
		width: 100%;
		padding-right: 0;
		position: relative;
		padding-bottom: 40px;
		margin-bottom: 30px;
	}

	.contactUs .msgs::after {
		content: "";
		position: absolute;
		width: 200%;
		height: 200%;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		background-color: #f9f9f9;
		z-index: -1;
	}

	.contactUs .sendMsg {
		width: 100%;
	}

	.contactUs .msgs ul li {
		flex-direction: row;
		align-items: flex-start;
	}

	.contactUs .msgs i {
		margin-bottom: 0;
		margin-right: 20px;
	}

	.contactUs .msgs .title1,
	.contactUs .sendMsg .title1 {
		margin-bottom: 30px;
	}

	.contactUs .msgs i {
		width: 35px;
		height: 35px;
		font-size: 16px;
	}

	.contactUs::after {
		display: none;
	}

	.contactUs .msgs .num {
		font-size: 12px;
		line-height: 22px;
	}

}

@media screen and (max-width:538px) {
	.contactUs {
		padding: 30px 0 30px 0;
	}

	.contactUs .msgs ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.contactUs .sendMsg ul li,
	.contactUs .sendMsg ul li.subBtn {
		height: 35px;
	}

	.contactUs .sendMsg ul li input {
		padding: 0 6px;
	}

	.contactUs textarea {
		padding: 8px 6px;
	}

	.contactUs .msgs {
		padding-bottom: 30px;
	}

	.contactUs .sendMsg .txts {
		margin-bottom: 30px;
	}

	.contactUs .sendMsg ul li {
		margin-bottom: 20px;
	}

	.contactUs .sendMsg ul li.subBtn {
		width: 100%;
	}

	.contactUs .sendMsg ul .must::after {
		font-size: 16px;
		top: 9px;
	}

	.contactUs .sendMsg ul li.message.must::after {
		top: 9px;
	}

	.contactUs .sendMsg .title1 {
		margin-bottom: 20px;
	}

	.contactUs .msgs i {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	.contactUs .sendMsg ul li.codeCon{
		width: 100%;
	}
	.contactUs .sendMsg ul li{
		margin-bottom: 15px;
	}
}















/* hotProduct */

.hotProduct {
	padding: 81px 0 96px 0;
	background-color: #f2f4f6;
}

.hotProduct .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 36px;
}


.hotProduct .title1 {
	font-family: Poppins;
	font-size: 36px;
	line-height: 48px;
	color: #062d92;
}

.hotProduct .btns {
	display: flex;
	align-items: center;
	margin-left: 30px;
	transform: translateY(-15.5px);
}

.hotProduct .btns div {
	width: 53px;
	height: 53px;
	background-color: #ffffff;
	box-shadow: -6px 0px 49px 0px rgba(3, 13, 38, 0.13);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	border-radius: 50%;
	cursor: pointer;
	color: #666666;
}

.hotProduct .btns div.prev {
	margin-right: 8px;
}


.hotProduct .swiper {
	overflow: visible;
	clip-path: polygon(-1% -1000%, 101% -1000%, 101% 1000%, -1% 1000%);
}


.hotProduct .btns div:hover {
	background-color: #062d93;
	box-shadow: -6px 0px 49px 0px rgba(3, 13, 38, 0);
	color: #ffffff;
}


.hotProduct .image {
	overflow: hidden;
	border-radius: 20px;
	background-color: #fff;
	margin-bottom: 21px;
}


.hotProduct .image:hover img {
	transform: scale(1, 1);
}



.hotProduct .image:hover {
	box-shadow: -6px 0px 49px 0px rgba(3, 13, 38, 0.13);
}


.hotProduct .name {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	padding: 0 25px;
}


@media screen and (max-width:1600px) {
	.hotProduct .title {
		margin-bottom: 50px;
	}

	.hotProduct .btns {
		transform: translateY(0);
	}

	.hotProduct .btns div {
		width: 50px;
		height: 50px;
	}

	.hotProduct .btns div.prev {
		margin-right: 30px;
	}

	.hotProduct .name {
		padding: 0 20px;
	}

	.hotProduct .image {
		border-radius: 15px;
	}
}

@media screen and (max-width:1333px) {
	.hotProduct .btns div {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}

	.hotProduct .name {
		padding: 0 10px;
	}

	.hotProduct .image {
		margin-bottom: 10px;
	}

	.hotProduct .btns div.prev {
		margin-right: 20px;
	}

}

@media screen and (max-width:999px) {
	.hotProduct .btns div {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.hotProduct .title {
		margin-bottom: 40px;
	}

	.hotProduct .image {
		border-radius: 10px;
	}
}

@media screen and (max-width:768px) {
	.hotProduct .btns div {
		width: 35px;
		height: 35px;
		font-size: 12px;
	}

	.hotProduct .title {
		margin-bottom: 30px;
	}

	.hotProduct .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:538px) {
	.hotProduct .btns div {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}

	.hotProduct .btns div.prev {
		margin-right: 10px;
	}
}



/* footer */
footer {
	background-color: #121212;
	padding: 50px 0 19px 0;
}


footer .fLogo {
	margin-bottom: 35px;
	width: 168px;
}


footer .fLogo:hover img {
	transform: scale(1, 1);
}

footer .footerList {
	display: flex;
	align-items: flex-start;
}



footer .footerList a,
footer .footerList p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}



footer .footerList a:hover {
	color: #ffffff;
}


footer .fContactUs {
	width: 28%;
	margin-right: 7.3%;
}

footer ul li ul li {
	margin-bottom: 10px;
}

footer .fContactUs li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}


footer .fContactUs li:last-child {
	margin-bottom: 0;
}


footer .fContactUs li i {
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 10px;
	font-size: 20px;
	margin-top: 3px;
}

footer .fContactUs li .msg {
	display: flex;
	align-items: flex-start;
}

footer .fContactUs .blogrolls {
	display: flex;
	align-items: center;
	margin-top: 28px;
	flex-wrap: wrap;
}

footer .fContactUs .blogrolls a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 18px;
	margin-right: 8px;
	flex-shrink: 0;
	margin-bottom: 5px;
}

footer .fContactUs .blogrolls a:last-child {
	margin-right: 0;
}


footer .fContactUs .blogrolls a:hover {
	background-color: #062d92;
}


footer .fContactUs .name {
	margin-right: 5px;
}

footer .footerList .title {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 12px;
	margin-top: 1px;
}


footer .footerList .title:hover {
	color: #062d92;
}


footer .footerList .fProducts {
	width: 26%;
	margin-right: 8.3%;
}


footer .footerList .fLinks {
	width: 16%;
	margin-right: 7.65%;
}

footer .footerList .fResource {
	width: 6.75%;
}




footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .1);
	margin-top: 17px;
	margin-bottom: 21px;
}


footer .footerList li.email .num {
	word-break: break-all;
}


footer .copyright,
footer .copyright a {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}


footer .copyright a {
	display: inline;
}

footer .copyright a:hover {
	color: #fff;
}


footer .copyright img {
	display: inline;
}


@media screen and (max-width:1600px) {
	footer {
		padding: 50px 0;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .fContactUs,
	footer .footerList .fProducts,
	footer .footerList .fLinks {
		margin-right: 0;
	}

	footer .line {
		margin: 20px 0;
	}

	footer .fLogo {
		width: 140px;
	}

	footer .footerList .title {
		margin-top: 0;
	}

	footer .footerList .fResource {
		width: 12%;
	}
}

@media screen and (max-width:1333px) {

	footer .footerList a,
	footer .footerList p {
		font-size: 14px;
		line-height: 24px;
	}

	footer {
		padding: 40px 0;
	}

	footer .fContactUs .blogrolls a {
		width: 35px;
		height: 35px;
	}

	footer .copyright,
	footer .copyright a {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:999px) {
	footer {
		padding: 30px 0 60px 0;
	}

	footer .footerList .fResource,
	footer .footerList .fProducts,
	footer .footerList .fLinks,
	footer .fContactUs li {
		display: none;
	}

	footer .fContactUs {
		width: 100%;
	}

	footer .fContactUs .blogrolls {
		margin-top: 0;
		justify-content: center;
	}

	footer .fLogo {
		display: none;
	}

	footer .line {
		margin: 15px 0;
	}

	footer .copyright {
		text-align: center;
	}
}

@media screen and (max-width:768px) {
	footer .fContactUs .blogrolls a {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	footer .copyright,
	footer .copyright a {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {}



/* banner2 */
.banner2 .safeRange {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}

.banner2 .name {
	font-family: Poppins;
	font-size: 44px;
	line-height: 60px;
	color: #ffffff;
	margin-top: 116px;
}



/* crumb */
.crumb {
	margin-top: 25px;
}

.crumb .con {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.crumb img {
	width: 39px;
	flex-shrink: 0;
	margin-right: 14px;
}

.crumb a,
.crumb i {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 48px;
	font-style: normal;
	letter-spacing: 0px;
	color: #999999;
}


.crumb a.active {
	color: #062d92;
}

.crumb i {
	font-style: normal;
	margin: 0 4.5px;
}

.crumb a:hover {
	color: #062d92;
}

@media screen and (max-width:1600px) {
	.banner2 .name {
		margin-top: 60px;
	}

	.banner2 .name {
		font-size: 32px;
		line-height: 45px;
	}
}

@media screen and (max-width:1333px) {
	.crumb {
		margin-top: 20px;
	}

	.crumb a,
	.crumb i {
		font-size: 16px;
		line-height: 26px;
	}

	.crumb img {
		width: 35px;
	}

	.banner2 .name {
		margin-top: 40px;
		font-size: 28px;
	}

}

@media screen and (max-width:999px) {
	.banner2 {
		display: none;
	}

	.crumb img {
		width: 30px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 24px;
	}

}

@media screen and (max-width:768px) {

	.crumb a,
	.crumb i {
		font-size: 12px;
		line-height: 22px;
	}

	.crumb img {
		width: 25px;
		margin-right: 10px;
	}
}

/* pager */
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pager .pageList a {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #666666;
	margin: 3px 5px;
	border-radius: 50%;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	background-color: #062d92;
	color: #ffffff !important;
}

.pager .pageList a.iconfont {
	color: #333;
	font-size: 18px;
}


.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 7px;
}


.pager .addTo input {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	background-color: transparent;
	margin-right: 12px;
	cursor: pointer;
}

.pager .addTo input:hover {
	color: #062d92;
	text-decoration: underline;
}

@media screen and (max-width:1333px) {
	.pager .pageList a.iconfont {
		font-size: 16px;
	}

}

@media screen and (max-width:999px) {

	.pager .pageList a,
	.pager .pageList a.iconfont {
		width: 28px;
		height: 28px;
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {

	.pager .pageList a,
	.pager .pageList a.iconfont {
		width: 26px;
		height: 26px;
		font-size: 12px;
	}

	.pager .addTo img {
		width: 10px;
	}
}




/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(30, 30, 30, .87);
	display: none;
	z-index: 9999999999;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	top: 0px;
	right: 0px;
	background: #fff;
	font-size: 18px;
	cursor: pointer;
	background-color: rgba(30, 30, 30, .6);
	color: #ffffff;
	transition: .3s linear all;
}





.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}


/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.moreBlogroll {
	position: relative;
}

.moreBlogroll .list {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	background-color: #062d92;
	z-index: 99;
	width: auto;
	max-width: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
}

.moreBlogroll:hover .list {
	max-width: 240px;
	padding: 0 2px;
	opacity: 1;
}




.moreBlogroll .list a {
	background-color: transparent;
	font-weight: normal;
	font-size: 16px;
	width: 37.5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.moreBlogroll .list a:hover {
	text-shadow: 0 0 10px rgba(255, 255, 255, .5);
}

.lianxi .moreBlogroll div {
	font-size: 20px;
	font-weight: bold;
}


.lianxi div a,
.lianxi div div {
	display: block;
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	background-color: #dfdfdf;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 2px;
	margin-right: 3px;
	border-radius: 5px;
}

.lianxi .top a {
	width: 52px;
	height: 52px;
	background-color: #dfdfdf;
	line-height: 52px;
	color: #ffffff;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.lianxi .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #fff;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #062d92;
	color: #fff;
}


.clear2 {
	display: none;
}

.weChatCode,
.weChat {
	position: relative;
}

.weChatCode img,
.weChat img {
	position: absolute;
	top: 0;
	right: 100%;
	max-width: 149px;
	display: none;
}

.weChatCode:hover>img {
	display: block;
}

.weChat {
	display: none;
}

@media screen and (max-width: 1600px) {

	.lianxi div a,
	.lianxi div div {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 18px;
	}

	.lianxi .top a {
		width: 42px;
		height: 42px;
	}
}

@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.lianxi .top a {
		width: 100%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 20%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.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;
	}

	.moreBlogroll.active {}

	.moreBlogroll .list {
		opacity: 1;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		max-width: 240px;
		padding: 0 2px;
		opacity: 1;
		width: 500px;
		height: 100%;
		transform: translateX(-50%) translateY(0%);
		z-index: -1;
	}

	.moreBlogroll.active .list {
		transform: translateX(-50%) translateY(-100%);
	}

	.moreBlogroll .list a {
		flex-shrink: 0;
	}


}

@media screen and (max-width: 768px) {
	.lianxi .weChat img {
		right: auto;
		left: 0;
		transform: translateY(0%) translateX(0%);
	}

	.lianxi .weChat img.active {
		transform: translateY(-100%) translateX(0%);
	}
}

@media screen and (max-width: 538px) {
	.moreBlogroll.active .list {
		transform: translateX(0%) translateY(-100%);
	}

	.moreBlogroll .list {
		left: auto;
		right: 0;
		transform: translateX(0%) translateY(0%);
	}

}


@font-face {
	font-family: 'impact';
	src: url('../fonts/impact.eot');
	src: url('../fonts/impact.eot') format('embedded-opentype'),
		url('../fonts/impact.woff2') format('woff2'),
		url('../fonts/impact.woff') format('woff'),
		url('../fonts/impact.ttf') format('truetype'),
		url('../fonts/impact.svg#impact') format('svg');
}


@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/PoppinsRegular.eot');
	src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
		url('../fonts/PoppinsRegular.woff2') format('woff2'),
		url('../fonts/PoppinsRegular.woff') format('woff'),
		url('../fonts/PoppinsRegular.ttf') format('truetype'),
		url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/PoppinsBold.eot');
	src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'),
		url('../fonts/PoppinsBold.woff2') format('woff2'),
		url('../fonts/PoppinsBold.woff') format('woff'),
		url('../fonts/PoppinsBold.ttf') format('truetype'),
		url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}



@font-face {
	font-family: 'Poppins-SemiBold';
	src: url('../fonts/PoppinsSemiBold.eot');
	src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
		url('../fonts/PoppinsSemiBold.woff2') format('woff2'),
		url('../fonts/PoppinsSemiBold.woff') format('woff'),
		url('../fonts/PoppinsSemiBold.ttf') format('truetype'),
		url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}



@font-face {
	font-family: "iconfont";
	/* Project id 4207786 */
	src: url('../fonts/iconfont.woff2?t=1709794406353') format('woff2'),
		url('../fonts/iconfont.woff?t=1709794406353') format('woff'),
		url('../fonts/iconfont.ttf?t=1709794406353') format('truetype');
}



.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-19:before {
	content: "\e629";
}

.icon-shangjiantou1:before {
	content: "\e605";
}

.icon-xiazai:before {
	content: "\e626";
}

.icon-Triangle:before {
	content: "\e6b1";
}

.icon-shangjiantou:before {
	content: "\ee3a";
}

.icon-shangjiantou-copy:before {
	content: "\f1e8";
}

.icon-jia:before {
	content: "\e604";
}

.icon-bofang:before {
	content: "\e87d";
}

.icon-duigou:before {
	content: "\e6c5";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-xiajiantou-copy:before {
	content: "\e652";
}

.icon-phone-call:before {
	content: "\e684";
}

.icon-xiajiantou:before {
	content: "\ee39";
}

.icon-facebook1:before {
	content: "\e60d";
}

.icon-diqiu:before {
	content: "\e6bc";
}

.icon-weizhi1:before {
	content: "\e60a";
}

.icon-dakaixinxi:before {
	content: "\e603";
}

.icon-xiangshang:before {
	content: "\e655";
}

.icon-send-sms:before {
	content: "\e8a1";
}

.icon-shijian:before {
	content: "\e60e";
}

.icon-diqiuquanqiu:before {
	content: "\e76c";
}

.icon-dianziyoujianemail71:before {
	content: "\e8e8";
}

.icon-xiaojiantou-copy-copy:before {
	content: "\eca2";
}

.icon-xiaojiantou-copy:before {
	content: "\eca3";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-weixin1:before {
	content: "\e733";
}

.icon-weixin2:before {
	content: "\e82c";
}

.icon-weixin3:before {
	content: "\e8bb";
}

.icon-24gl-tags2:before {
	content: "\e87c";
}

.icon-home_fill_light:before {
	content: "\e7d8";
}

.icon-guanbi:before {
	content: "\eca0";
}

.icon-xiangxia:before {
	content: "\e601";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-arrow-left:before {
	content: "\ea65";
}

.icon-arrow-right:before {
	content: "\ea66";
}

.icon-sanjiao:before {
	content: "\e65a";
}

.icon-sanjiao_xia:before {
	content: "\e631";
}

.icon-sanjiaoxia:before {
	content: "\e644";
}

.icon-shipin:before {
	content: "\e619";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-twitter-new2:before {
	content: "\e800";
}

.icon-cloud-download:before {
	content: "\e7d9";
}

.icon-fankuifaqs:before {
	content: "\e7c0";
}

.icon-shijieditu:before {
	content: "\e628";
}

.icon-weixinmendian:before {
	content: "\e667";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-line-line:before {
	content: "\e765";
}

.icon-daohang:before {
	content: "\e641";
}

.icon-message2:before {
	content: "\e679";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleleft:before {
	content: "\e7ee";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-tel2:before {
	content: "\e642";
}

.icon-zhiding1:before {
	content: "\e62a";
}

.icon-line:before {
	content: "\e63f";
}

.icon-jiantou_qiehuanxiangxia:before {
	content: "\eb04";
}

.icon-facebook-:before {
	content: "\e68b";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-weizhi:before {
	content: "\e618";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-Rrl_s_145-copy:before {
	content: "\eca4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-message1:before {
	content: "\e609";
}

.icon-below-s:before {
	content: "\e627";
}

.icon-message--fill:before {
	content: "\e683";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-call-add:before {
	content: "\e63e";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-Rrl_s_145:before {
	content: "\e613";
}

.icon-email2:before {
	content: "\e856";
}

.icon-zhiding:before {
	content: "\e60b";
}

.icon-yanjingshouqiyuanhu-xianxingtubiao-01:before {
	content: "\e6a1";
}

.icon-home:before {
	content: "\e624";
}

.icon-edit:before {
	content: "\e611";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-twitter:before {
	content: "\e607";
}

.icon-bigger:before {
	content: "\e647";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-up1:before {
	content: "\e72e";
}

.icon-bottom1:before {
	content: "\e72f";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-up:before {
	content: "\e73e";
}

.icon-bottom:before {
	content: "\e73f";
}

.icon-instagram:before {
	content: "\e79d";
}

.icon-tumblr:before {
	content: "\e79e";
}

.icon-download:before {
	content: "\e7a0";
}

.icon-download1:before {
	content: "\e7a7";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-contact:before {
	content: "\e7be";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-fax:before {
	content: "\e7c2";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-phone:before {
	content: "\e7c8";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-contact1:before {
	content: "\e7c4";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-qq:before {
	content: "\e7ce";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-message:before {
	content: "\e7da";
}

.icon-calendar:before {
	content: "\e7e1";
}

.icon-calendar1:before {
	content: "\e7e3";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-youbian:before {
	content: "\e60f";
}

.icon-jian2:before {
	content: "\e600";
}

.icon-jia2:before {
	content: "\e608";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-bottom7:before {
	content: "\e723";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo4:before {
	content: "\e610";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-shangchuan:before {
	content: "\e602";
}

.icon-top2:before {
	content: "\e637";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter3:before {
	content: "\e7fd";
}

.icon-twitter4:before {
	content: "\e7fe";
}

.icon-xiazai1:before {
	content: "\e675";
}

.pager .pageList .no:hover{
	color: #666666 !important;
	background-color: unset;
}
.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#062d92;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #062d92; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#062d92 solid 1px;background: #062d92; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.cer_img{
	margin:0 auto;
}
.products .pNavs>ul .active .tit a{
	font-weight: bold;
	color: #062d92;
}
.products .pNavs>ul .active ul li .active{
	color: #062d92;
}
.project .list .item:hover .threeRow a{
	color: #fff;
}
nav .box:first-child{
	width: 36.31357142%;
	justify-content: flex-end;
}

nav .box:last-child{
	justify-content: flex-start;
}



/* indexBanner new */


.indexbanner1{
	position: relative;
}


.indexbanner1 .msg {
	position: absolute;
	top: 33.7%;
	width: 40%;
	left: 15.55%;
}

.indexbanner1 .msg .title{
	font-family: Poppins-Medium;
	font-size: 43px;
	color: #ffffff;
	line-height: 64px;
	margin-bottom: 42px;
}


.indexbanner1 .msg .title:hover{
	text-shadow:0 0 30px  rgba(255, 255, 255, .6);
}

.indexbanner1 .msg .title span{
	font-family: Poppins;
	font-size: 60px;
	line-height: 60px;
}


.indexbanner1 .msg .cbtn{
	width: 200px;
	height: 60px;
	background-color: #062d92;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #ffffff;
}


.indexbanner1 .msg .cbtn:hover{
	background-color: #ffffff;
	color: #062d92;
}
@media screen and (max-width:1860px){
 	.indexbanner1 .msg .title{
		font-size: 34px;
		line-height: 58px;
	}	
	.indexbanner1 .msg .title span{
		font-size: 50px;
	}
	.indexbanner1 .msg .cbtn{
		height: 50px;
		width: 180px;
	}
	.indexbanner1 .msg{
		top: 25%;
	}
}
@media screen and (max-width:1600px){
	.indexbanner1 .msg .title{
		font-size: 24px;
		line-height: 45px;
	}
	.indexbanner1 .msg .title span{
		font-size: 42px;
		line-height: 45px;
	}
	.indexbanner1 .msg .cbtn{
		height: 45px;
		width: 160px;
		font-size: 16px;
	}
}
@media screen and (max-width:1333px){
	.indexbanner1 .msg .title{
		font-size: 20px;
		line-height: 35px;
	}
	.indexbanner1 .msg .title span{
		font-size: 34px;
		line-height:35px;
	}
	.indexbanner1 .msg .cbtn{
		height: 40px;
		width: 140px;
		font-size: 14px;
	}
	.indexbanner1 .msg .title{
		margin-bottom: 30px;
	}
	.indexbanner1 .msg{
		top: 26%;
	}
}
@media screen and (max-width:999px){
 	.indexbanner1 .msg .title{
 		font-size: 18px;
 		line-height: 30px;
 	}
 	.indexbanner1 .msg .title span{
 		font-size: 28px;
 		line-height:30px;
 	}
 	.indexbanner1 .msg .cbtn{
 		height: 35px;
 		width: 120px;
 		font-size: 12px;
 	}	
	.indexbanner1 .msg{
		top: 20%;
	}
}
@media screen and (max-width:768px){
	.indexbanner1 .msg .title{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.indexbanner1 .msg .title span{
		font-size: 22px;
	}
	.indexbanner1 .msg .cbtn{
		height: 30px;
		width: 120px;
		font-size: 12px;
	}	
}
@media screen and (max-width:538px){
	.indexbanner1 .msg .title{
		font-size: 0px;
		margin-bottom: 10px;
	}
	.indexbanner1 .msg .cbtn{
		display: none;
	}
	.indexbanner1 .msg .title span{
		font-size: 20px;
	}
	.indexbanner1 .msg{
		top: 15%;
	}
	
}



.indexbanner2{
	position: relative;
}


.indexbanner2 .msg{
	position: absolute;
	top: 35.4%;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(6, 45, 146, .2);
	padding: 23px 20px;
}

.indexbanner2 .msg .des{
	width: 100%;
	height: 100%;
	background-color: rgba(6, 45, 146, .7);
	padding: 29px 59.5px 35px 60.5px;
}

.indexbanner2 .msg .des .title{
	font-family: Poppins-Medium;
	font-size: 43px;
	line-height: 60px;
	color: #ffffff;
	text-shadow: 0px 10px 32px  rgba(0, 0, 0, 0.2);
	text-align: center;
	margin-bottom: 21px;
}

.indexbanner2 .msg .des .cbtn{
	width: 180px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffffff;
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #062d92;
	margin: 0 auto;
}

.indexbanner2 .msg .des .cbtn:hover{
	box-shadow: 0 0 20px rgba(255, 255, 255, .4);
}

.indexbanner2 .msg .des .title:hover{
	text-shadow: 0 0 20px rgba(255, 255, 255, .4);
}
@media screen and (max-width:1600px){
 	.indexbanner2 .msg .des .title{
		font-size: 28px;
		line-height: 35px;
	}	
	.indexbanner2 .msg .des .cbtn{
		height: 40px;
		width: 160px;
		font-size: 16px;
	}
	.indexbanner2 .msg{
		padding: 20px;
	}
	.indexbanner2 .msg .des{
		padding: 30px 40px;
	}
}
@media screen and (max-width:1333px){
 	.indexbanner2 .msg .des .title{
 		font-size: 22px;
 		line-height: 30px;
 	}	
 	.indexbanner2 .msg .des .cbtn{
 		height: 35px;
 		width: 140px;
 		font-size: 14px;
 	}
 	.indexbanner2 .msg{
 		padding: 15px;
		top: 37%;
 	}
 	.indexbanner2 .msg .des{
 		padding: 25px 30px;
 	}	
}
@media screen and (max-width:999px){
 	.indexbanner2 .msg .des .title{
 		font-size: 18px;
 		line-height: 28px;
		margin-bottom: 15px;
 	}	
 	.indexbanner2 .msg .des .cbtn{
 		height: 30px;
 		width: 120px;
 		font-size: 12px;
 	}
	
 	.indexbanner2 .msg{
 		padding: 10px;
 		top: 50%;
		transform: translateX(-50%) translateY(-50%);
 	}
 	.indexbanner2 .msg .des{
 		padding: 20px 20px;
 	}		
}
@media screen and (max-width:768px){
	.indexbanner2 .msg .des .title{
		font-size: 14px;
		line-height: 26px;
	}	
	.indexbanner2 .msg .des .cbtn{
		height: 28px;
		width: 110px;
	}
	
	.indexbanner2 .msg .des{
		padding: 15px 15px;
	}			 
}
@media screen and (max-width:538px){
 	.indexbanner2 .msg .des .title{
 		font-size: 12px;
 		line-height: 24px;
		margin-bottom: 0;
 	}	
	.indexbanner2 .msg .des .cbtn{
		display: none;
	}
	.indexbanner2 .msg .des{
		padding: 10px 10px;
	}
}





.indexbanner3{
	position: relative;
}

.indexbanner3 .msg{
	position: absolute;
	width: 63.1%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	top: 15.4%;
	left: 16.9%;
}




.indexbanner3 .msg .des{
	width: 64%;
}


.indexbanner3 .msg .image{
	width: 28.3%;
	transform: translateY(14%);
}



.indexbanner3 .msg .title{
	font-family: Poppins;
	font-size: 60px;
	line-height: 60px;
	color: #ffffff;
	margin-bottom: 5px;
}


.indexbanner3 .msg .title:hover{
	color: #062d92;
}

.indexbanner3 .msg .txts{ 
	font-family: Poppins-Regular;
	font-size: 36px;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 41px;
}

.indexbanner3 .msg .cbtn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 60px;
	background-color: #062d92;
	border-radius: 30px;
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #ffffff;
}


.indexbanner3 .msg .cbtn:hover{
	background-color: #ffffff;
	color: #062d92;
}

@media screen and (max-width:1600px){
 	.indexbanner3 .msg .image{
		transform: translateY(0);
	}	
	.indexbanner3 .msg .title{
		font-size: 42px;
		line-height: 50px;
		margin-bottom: 20px;
	}
	.indexbanner3 .msg .txts{
		font-size: 30px;
	}
	.indexbanner3 .msg .cbtn{
		height: 50px;
		font-size: 16px;
		width: 220px;
	}
	
	.indexbanner3 .msg{
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-40%);
	}
}

@media screen and (max-width:1333px){
	.indexbanner3 .msg .txts{
		font-size: 22px;
		line-height: 30px;
	}
	.indexbanner3 .msg .title{
		font-size: 32px;
		line-height: 45px;
	}
	
	
}
@media screen and (max-width:999px){
 	.indexbanner3 .msg .txts{
 		font-size: 20px;
 		line-height: 30px;
		margin-bottom: 20px;
 	}
 	.indexbanner3 .msg .title{
 		font-size: 24px;
 		line-height: 30px;
		margin-bottom: 15px;
 	}	
	.indexbanner3 .msg .cbtn{
		height: 40px;
		font-size: 14px;
		width: 200px;
	}
	.indexbanner3 .msg{
		transform: translateY(-50%) translateX(-50%);
	}
}
@media screen and (max-width:768px){
	.indexbanner3 .msg .txts{
		font-size: 16px;
		line-height: 26px;
	}
	
	.indexbanner3 .msg .title{
		font-size: 22px;
		margin-bottom: 10px;
	}	
	.indexbanner3 .msg .cbtn{
		height: 35px;
		font-size: 12px;
		width: 200px;
	}	 
}
@media screen and (max-width:538px){
 	.indexbanner3 .msg .image{
		display: none;
	}	
	.indexbanner3 .msg .des{
		width: 100%;
	}
	.indexbanner3 .msg .txts{
		display: none;
	}
	.indexbanner3 .msg .cbtn{
		display: none;
	}
	.indexbanner3 .msg .title{
		font-size: 20px;
		margin-bottom: 0;
		text-align: center;
	}
}



.indexbanner4{
	position: relative;
}

.indexbanner4 .msg{
	top: 21.1%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}



.indexbanner4 .msg .title{
	font-family: Poppins;
	font-size: 60px;
	line-height: 73px;
	color: #333333;
	text-align: center;
	margin: 0 auto 17px;
} 

.indexbanner4 .msg .title:hover{
	color: #062d92;
}

.indexbanner4 .msg  .cbtn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 60px;
	background-color: #062d92;
	border-radius: 30px;
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #ffffff;
	margin: 0 auto;
}

.indexbanner4 .msg  .cbtn:hover{
	background-color: #ffffff;
	color: #062d92;
}
@media screen and (max-width:1600px){
 	.indexbanner4 .msg .title{
		font-size: 42px;
		line-height:60px;
	}	
	.indexbanner4 .msg .cbtn{
		height: 45px;
		width: 170px;
		font-size: 18px;
	}
}
@media screen and (max-width:1333px){
 	.indexbanner4 .msg .title{
 		font-size: 28px;
 		line-height:35px;
 	}	
 	.indexbanner4 .msg .cbtn{
 		height: 40px;
 		width: 160px;
 		font-size: 16px;
 	}	
	.indexbanner4 .msg{
		top: 23.5%;
	}
}
@media screen and (max-width:999px){
 	.indexbanner4 .msg .title{
 		font-size: 22px;
 		line-height:35px;
 	}	
 	.indexbanner4 .msg .cbtn{
 		height: 35px;
 		width: 140px;
 		font-size: 14px;
 	}	
 	.indexbanner4 .msg{
 		top: 15%;
 	}	
}
@media screen and (max-width:768px){
	.indexbanner4 .msg .title{
		font-size: 18px;
		line-height: 28px;
		margin: 0 auto 10px;
	}	 
	.indexbanner4 .msg .cbtn{
		font-size: 12px;
		height: 30px;
		width: 120px;
	}
	.indexbanner4 .msg{
		top: 10%;
	}
	
}
@media screen and (max-width:538px){
 	.indexbanner4 .msg .cbtn{
		display: none;
 	}	
}


.indexbanner5{
	position: relative;
}


.indexbanner5 .msg{
	background-image: url("../images/indexBannerM5-shadow.png");
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	padding: 45px 0 62px 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	left: 0;
	top: 23.6%;
	width: 63.64583%;
	padding-right: 10.8%;
}



.indexbanner5 .msg .title{
	font-family: Poppins;
	font-size: 43px;
	line-height: 60px;
	color: #ffffff;
	margin-bottom: 4px;
	text-align: center;
}

.indexbanner5 .msg .title:hover{
	text-shadow: 0 0 20px  rgba(255, 255, 255, .8);
}


.indexbanner5 .msg .txts{
	font-family: Poppins-Medium;
	font-size: 43px;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
}

.indexbanner5 .msg .cbtn{
	width: 90px;
	height: 90px;
	background-color: #ffffff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #062d92;
	margin-left: 81px;
	transform: translateY(10%);
}

.indexbanner5 .msg .cbtn:hover{
	box-shadow: 0 0 20px  rgba(255, 255, 255, .8);
}




.indexbanner5  .pimage{
	position: absolute;
	z-index: 9;
	width: 48.072916%;
	left: 14%;
	bottom: 1.2%;
}
@media screen and (max-width:1600px){
 	.indexbanner5 .msg{
		padding-right: 2%;
		width: 60%;
	}	
	.indexbanner5 .msg .cbtn{
		width: 60px;
		height: 60px;
		font-size: 26px;
		transform: translateY(0);
		border-radius: 8px;
	}
	.indexbanner5 .msg{
		padding: 30px 0;
	}
	.indexbanner5 .msg .title{
		font-size: 34px;
		line-height: 45px;
	}
	.indexbanner5 .msg .txts{
		font-size: 30px;
		line-height: 40px;
	}
	
}
@media screen and (max-width:1333px){
 	.indexbanner5 .msg{
		padding: 20px 0;
		top: 27%;
	}	
	.indexbanner5 .msg .cbtn{
		width: 45px;
		height: 45px;
		font-size: 20px;
	}
	.indexbanner5 .msg .title{
		font-size: 28px;
		line-height: 35px;
	}
	.indexbanner5 .msg .txts{
		font-size: 22px;
		line-height: 30px;
	}
	.indexbanner5 .pimage{
		width: 43%;
	}
}
@media screen and (max-width:999px){
 	.indexbanner5 .msg .title{
		font-size: 24px;
		line-height: 30px;
	}	
	.indexbanner5 .msg .txts{
		font-size: 18px;
		line-height: 28px;
	}
	.indexbanner5 .msg .cbtn{
		width: 40px;
		height: 40px;
		font-size: 18px;
		border-radius: 5px;
	}
	.indexbanner5 .msg .cbtn{
		margin-left: 50px;
	}
	
	.indexbanner5 .msg{
		top: 17%;
	}
	
}
@media screen and (max-width:768px){
	.indexbanner5 .pimage{
		display: none;
	}
	.indexbanner5 .msg{
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		justify-content: center;
	}
	.indexbanner5 .msg .title{
		font-size: 20px;
		line-height: 30px;
	}
	.indexbanner5 .msg .txts{
		font-size: 16px;
		line-height: 26px;
	}
	.indexbanner5 .msg .cbtn{
		width: 35px;
		height: 35px;
		font-size: 18px;
	}
	.indexbanner5 .msg{
		padding: 10px 0;
	}
}
@media screen and (max-width:538px){
	.indexbanner5 .msg{
		padding: 5px 0;
	}
 	.indexbanner5 .msg .cbtn{
		display: none;
	}	
	.indexbanner5 .msg .txts{
		display: none;
	}
	.indexbanner5 .msg .title{
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 0;
	}
	
}


