@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, sans-serif;
	font-size: 16px;
	height: 100%;
	background-color: #fff;
	color: #666666;
}

ul {
	list-style: none;
}

html {
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #0067b8 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #1B4A9A;
}

.standardEdit a:hover {
	text-decoration: underline;
}



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

input,
textarea,
select {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

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

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

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

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}


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


@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1560px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}

	.topRange {
		margin-top: 80px !important;
	}
}


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

	.topRange {
		margin-top: 60px !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}

	.topRange {
		margin-top: 50px !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}

	.topRange {
		margin-top: 40px !important;
	}
}





@media screen and (max-width:1560px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 48px !important;
	}

	.standardTxt .title2 {
		font-size: 30px !important;
		line-height: 42px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 30px !important;
		line-height: 42px !important;
	}

	.standardTxt .title2 {
		font-size: 26px !important;
		line-height: 38px !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: 26px !important;
		line-height: 38px !important;
	}

	.standardTxt .title2 {
		font-size: 22px !important;
		line-height: 34px !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;
		line-height: 34px !important;
	}

	.standardTxt .title2 {
		font-size: 20px !important;
		line-height: 32px !important;
	}
}








.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #1B4A9A;
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

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

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

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

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

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

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

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

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

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

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

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(27, 74, 154, 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: Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: 4px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

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

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */

/* allnav */



nav {
	height: 138px;
	background-color: #ffffff;
	position: relative;
}


nav .nTop {
	height: 81px;
	background-color: #ffffff;
	border-bottom: 1px solid #D9D9D9;
}



nav .nTop>div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


nav .logo {
	width: 175px;
	flex-shrink: 0;
}


nav .logo:hover img {
	transform: none;
}



nav .nTop .btns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}



nav .nMsg {
	display: flex;
	align-items: center;
	margin-right: 135px;
}


nav .nMsg .item {
	display: flex;
	align-items: center;
	margin-right: 66px;
}


nav .nMsg .item:last-child {
	margin-right: 0;
}


nav .nMsg i {
	width: 36px;
	height: 36px;
	border-radius: 4px;
	background-color: #1B4A9A;
	font-size: 20px;
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}


nav .nMsg .num {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}

nav .nMsg .num span {
	display: inline-block;
	direction: ltr;
}

nav .nMsg .email .num {
	word-break: break-all;
}

nav .nMsg a.num:hover {
	color: #1B4A9A;
}


nav .language {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}


nav .lanBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
	color: #ffffff;
}


nav .lanBtn:hover span {
	color: #1B4A9A;
}


nav .lanBtn span {
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	margin: 0 7px 0 8px;
}

nav .lanBtn i {
	color: #333333;
}

nav .lanBtn:hover i {
	color: #1B4A9A;
}

nav .lanBtn i.icon-right7 {
	font-size: 8px;
	font-weight: bold;
	transform: rotate(90deg);
}


nav .language .lanBtn.active i.icon-right7 {
	transform: rotate(-90deg);
}


nav .lanBtn:hover img {
	filter: grayscale(0%) brightness(100%) opacity(100%);
}

nav .lanBtn img {
	display: block;
	width: 30px;
	filter: grayscale(100%) brightness(0%) opacity(75%);
}


nav .language {
	z-index: 9999999999;
}

nav .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	z-index: 99;
	overflow: hidden;
	padding: 20px 0;
}


nav .language ul li {
	margin-bottom: 10px;
}

nav .language ul li:last-child {
	margin-bottom: 0;
}

nav .language ul a {
	padding: 0 20px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	display: flex;
	align-items: flex-start;
}


nav .language ul a:hover {
	color: #1B4A9A;
}




nav.active .nBottom {
	position: fixed;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}



nav .nBottom {
	height: 57px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	z-index: 9999;
}

html {
	scroll-padding-top: 58px;
}



nav .nBottom>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}



nav .navList {
	display: flex;
	align-items: center;
	height: 100%;
}


nav .navList>ul {
	display: flex;
	align-items: center;
}


nav .navList>ul>li {
	margin-right: 70.5px;
	position: relative;
}


nav .navList>ul>li:last-child {
	margin: 0;
}


nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 57px;
	line-height: 57px;
	font-family: Arial-Bold;
	font-size: 16px;
	color: #333333;
}


nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #1B4A9A;
}


nav .search {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 9999999999;
	flex-shrink: 0;
}



nav .search .searchBtn {
	cursor: pointer;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	background-color: #1B4A9A;
	border: 1px solid #1B4A9A;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .search .searchBtn:hover {
	background-color: #ffffff;
}

nav .search .searchBtn i {
	color: #ffffff;
	display: block;
	font-size: 14px;
}


nav .search .searchBtn:hover i {
	color: #1B4A9A;
}


nav .search form {
	position: absolute;
	top: 100%;
	right: 0;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	z-index: 99;
	background-color: #ffffff;
	width: 0;
	overflow: hidden;
}


nav .search form.active {
	width: 260px;
}

nav .search form>input {
	padding: 0 10px;
}


nav .search form input {
	width: 100%;
	height: 100%;
	color: #333333;
	background-color: transparent;
}




nav .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 30px;
	width: 30px;
	margin-right: 5px;
}



nav .search form .subBtn i {
	color: #333333;
	font-weight: bold;
	font-size: 16px;

}



nav .search form .subBtn:hover i {
	color: #1B4A9A;
}




nav .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}

nav.active .navSlides {
	box-shadow: 5px 5px 5px rgba(122, 122, 122, 0.05);
}

.navSlides {
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	background: linear-gradient(to right, #F5F5F5 0%, #F5F5F5 50%, white 50%, white 100%);
}


.navSlides a {
	display: block;
}

.navSlides .con {
	display: flex;
	justify-content: space-between;
}

nav .slidesBtns {
	width: 28.57%;
	background-color: #F5F5F5;
	padding: 20px 0 20px 0;
}

nav .slidesBtns li {
	margin-top: 7px;
}


nav .slidesBtns li:nth-child(1) {
	margin-top: 0;
}



nav .slidesBtns a {
	padding: 12.5px 20px;
	border-radius: 12px 0 0 12px;
	color: #333;
	font-size: 18px;
	line-height: 30px;
	position: relative;
}

nav .slidesBtns a::after {
	content: "";
	position: absolute;
	right: -1px;
	top: 0;
	width: 3px;
	height: 100%;
	background-color: #1B4A9A;
	transition: .4s ease all;
	opacity: 0;
}

nav .slidesBtns li.active a::after {
	opacity: 1;
}

nav .slidesBtns li.active a {
	background-color: #ffffff;
	color: #1B4A9A;
}


nav .checks {
	width: 71.43%;
	background-color: #ffffff;
}

.productSlides {
	display: none;
	transition: none;
}

.productSlides .checks {
	padding: 37px 54px 71px;
}

.productSlides .checks ul {
	display: none;
	width: 44%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.productSlides .checks ul.active {
	display: flex;
}

.productSlides .checks ul li {
	margin-top: 14px;
	width: 48%;
}

.productSlides .checks ul li:nth-child(-n+2) {
	margin-top: 0;
}


.productSlides .checks ul li a {
	color: #676767;
	font-size: 14px;
	line-height: 24px;
}

.productSlides .checks ul li a:hover {
	color: #1B4A9A;
}

.solutionSlides {
	display: none;
	transition: none;
}

.solutionSlides .checks .item {
	display: none;
	justify-content: space-between;
}

.solutionSlides .checks .item.active {
	display: flex;
	align-items: center;
}

.solutionSlides .checks .image {
	width: 33.7%;
	border-radius: 12px;
	overflow: hidden;
}

.solutionSlides .checks .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.solutionSlides .checks .msg {
	width: 49.4%;
	padding-bottom: 5px;
}

.solutionSlides .checks .tit {
	color: #E77817;
	font-family: Arial-Bold;
	font-size: 24px;
	line-height: 35px;
}

.solutionSlides .checks .tit:hover {
	color: #1B4A9A;
}

.solutionSlides .checks .txts {
	margin-top: 5px;
}

.solutionSlides .checks .cBtn {
	margin-top: 28px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	padding: 5px 15.5px;
	font-size: 14px;
}


.solutionSlides .checks {
	padding: 23px 0px 33px 71px;
}

.moreList {
	position: absolute;
	left: 0%;
	transform: translateX(-50%);
	top: 100%;
	z-index: 9;
	width: max-content;
	height: 90px;
	display: none;
	transition: none;
}


.moreList ul {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}


.moreList li {
	margin-right: 43px;
}

.moreList li:last-child {
	margin-right: 0;
}

.moreList li a {
	color: #56575A;
	font-size: 16px;
	line-height: 28px;
}

.moreList li a:hover {
	color: #1B4A9A;
}


nav .nBottom>div.slidesShadow {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 90px;
	background-color: rgba(255, 255, 255, .8);
	display: none;
	transition: none;
}



@media screen and (max-width:1560px) {
	nav .logo {
		width: 140px;
	}

	nav .nTop {
		height: 60px;
	}

	nav .nMsg i {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}

	nav .nMsg .num {
		font-size: 14px;
		line-height: 26px;
	}

	nav .nMsg .item {
		margin-right: 40px;
	}

	nav .nMsg {
		margin-right: 60px;
	}

	nav .lanBtn img {
		width: 26px;
	}

	nav .navList>ul>li {
		margin-right: 40px;
	}

	nav .nBottom {
		height: 60px;
	}

	nav .navList>ul>li>a {
		height: 60px;
		line-height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav {
		height: 120px;
	}

	.productSlides .checks {
		padding: 20px 40px;
	}

	nav .slidesBtns a {
		padding: 10px 20px;
		border-radius: 5px 0 0 5px;
		font-size: 16px;
		line-height: 28px;
	}

	.productSlides .checks ul {
		width: 60%;
	}

	.solutionSlides .checks {
		padding: 20px 0 20px 40px;
	}

	.solutionSlides .checks .image {
		border-radius: 5px;
	}

	.solutionSlides .checks .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.solutionSlides .checks .msg {
		width: 56%;
	}

	.solutionSlides .checks .txts {
		margin-top: 14px;
	}

	.solutionSlides .checks .cBtn {
		margin-top: 20px;
		padding: 5px 10px;
	}

	.solutionSlides .checks .msg {
		width: 60%;
	}

	.moreList,
	nav .nBottom>div.slidesShadow {
		height: 50px;
	}
}

@media screen and (max-width:1333px) {
	nav .navList>ul>li {
		margin-right: 34px;
	}

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

	nav .nMsg {
		margin-right: 40px;
	}

	nav .nMsg .item {
		margin-right: 30px;
	}

	.productSlides .checks ul {
		width: 70%;
	}

	nav .slidesBtns a {
		padding: 6px 16px;
	}

	.solutionSlides .checks .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.solutionSlides .checks .txts {
		-webkit-line-clamp: 2;
	}

	.moreList,
	nav .nBottom>div.slidesShadow {
		height: 40px;
	}
}


@media screen and (max-width:1200px) {
	nav .navList>ul>li {
		margin-right: 16px;
	}

	nav .navList>ul>li>a {
		font-size: 15px;
	}

	.moreList li a,
	nav .slidesBtns a,
	.solutionSlides .checks .txts p {
		font-size: 15px;
	}

	nav .slidesBtns a::after {
		width: 2px;
	}

	nav .search form input::-webkit-input-placeholder {
		font-size: 15px !important;
	}

	nav .search form input:-moz-placeholder {
		font-size: 15px !important;
	}

	nav .search form input::-moz-placeholder {
		font-size: 15px !important;
	}

	nav .search form input:-ms-input-placeholder {
		font-size: 15px !important;
	}

	nav .search form .subBtn i {
		font-size: 15px;
	}


}

@media screen and (max-width:999px) {
	nav .nBottom {
		display: none;
	}

	nav {
		height: 60px;
		position: fixed;
		width: 100%;
		z-index: 999999;
		left: 0;
	}

	.bannerRange {
		height: 60px;
		background-color: #ffffff;
	}

	nav .nMsg {
		display: none;
	}

	nav.active {
		box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
	}

	nav .nTop {
		border-bottom: none;
	}

	nav .lanBtn img {
		width: 22px;
	}

	nav .nTop .btns {
		margin-right: 60px;
	}

	nav .logo {
		width: 120px;
	}

	nav .language ul {
		padding: 10px 0;
	}

	nav .language ul li {
		margin-bottom: 6px;
	}

	header .msg {
		margin: 0;
		padding: 0;
		margin-top: 20px;
	}

	header .msg .item {
		display: flex;
		align-items: flex-start;
		margin-top: 14px;
	}

	header .msg .item:nth-child(1) {
		margin-top: 0;
	}

	header .msg .item i {
		font-size: 16px;
		flex-shrink: 0;
		margin-right: 10px;
		color: #ffffff;
		margin-top: 2px;
	}

	header .xnav ul.topnav .msg .item span {
		padding: 0;
		float: none;
		width: auto;
		height: auto;
		margin: 0;
		border-radius: 0;
		position: static;
		background-color: transparent;
		display: inline-block;
		direction: ltr;
		font-size: 14px;
		color: #ffffff;
	}

	header .xnav ul.topnav .msg .item span::after,
	header .xnav ul.topnav .msg .item span::before {
		display: none;
	}

	header .xnav ul.topnav .msg .email .num {
		word-break: break-all;
	}

	header .xnav ul.topnav .blogrolls {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		margin-top: 20px;
		padding: 0;
		text-align: left;
	}

	header .xnav ul.topnav .blogrolls a {
		font-size: 16px;
		margin: 5px 0;
		margin-right: 16px;
		color: #ffffff;
	}
}

@media screen and (max-width:768px) {
	header .xnav .nav {
		right: 25px;
	}

	nav .logo {
		width: 110px;
	}

	nav,
	nav .nTop,
	.bannerRange {
		height: 50px;
	}

	html {
		scroll-padding-top: 50px;
	}

	header .xnav .nav {
		top: 25px;
	}
}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}
}


/*  animation*/
.animationItem,
.animation {
	opacity: 0;
	transition: 1s ease all;
}


.fadeUp {
	transform: translateY(50px);
}


.fadeRight {
	transform: translateX(50px);
}


.fadeLeft {
	transform: translateX(-50px);
}

.animationActive {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}

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

	.animationItem,
	.animation {
		opacity: 1;
		transform: translate(0, 0) scale(1);
		transition: .4s ease all;
	}

}


/* indexbanner */


.indexBanner {
	position: relative;
	transition: none;
	padding-bottom: 42.70%;
	overflow: hidden;
}


.indexBanner .swiper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.indexBanner * {
	transition: none;
}


.indexBanner a:hover img {
	transform: scale(1);
}


.indexBanner .swiper-slide {
	position: relative;
}

.indexBanner .swiper-slide .image {
	height: 100%;
	width: 100%;
	overflow: hidden;
}


.indexBanner .swiper-slide .image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.indexBanner .swiper-slide video,
.indexBanner .swiper-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.indexBanner img {
	display: block;
}

.indexBanner .signs {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
}



.indexBanner .swiper-pagination {
	position: static;
	margin: 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}



.indexBanner .swiper-pagination span {
	font-size: 16px;
	color: #fefefe;
	margin: 5px 6.5px !important;
	background-color: transparent;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	border: 1px solid #ffffff;
	transition: .4s ease all;
}



.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #ffffff;
	width: 22px;
}

.indexBanner .btns>div {
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	font-size: 16px;
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, .2);
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 40px;
	z-index: 99;
	cursor: pointer;
	color: #ffffff;
	border-radius: 50%;
	transition: .4s ease all;
}

.indexBanner .btns>div:hover {
	background-color: #B69A63;
}


.indexBanner .btns>div.prev {
	left: 40px;
}

.indexBanner .btns>div.next {
	right: 40px;
}


@media screen and (max-width:1560px) {
	.indexBanner .btns>div.prev {
		left: 30px;
	}

	.indexBanner .btns>div.next {
		right: 30px;
	}

	.indexBanner .btns>div {
		width: 42px;
		height: 42px;
		font-size: 14px;
	}

	.indexBanner .swiper-pagination span {
		height: 8px;
		width: 8px;
	}
}


@media screen and (max-width:1333px) {
	.indexBanner .btns>div.prev {
		left: 26px;
	}

	.indexBanner .btns>div.next {
		right: 26px;
	}

	.indexBanner .btns>div {
		width: 38px;
		height: 38px;
		font-size: 12px;
	}

}


@media screen and (max-width:999px) {
	.indexBanner .btns>div {
		display: none;
	}
}

@media screen and (max-width:750px) {
	.indexBanner {
		padding-bottom: 80%;
	}
}


/* public */

.standardEdit p {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}


.title1 {
	color: #111;
	font-family: Arial-Bold;
	font-size: 46px;
	line-height: 62px;
}


a.title1 {
	display: inline-block;
}


a.title1:hover {
	color: #1B4A9A;
}



.font18 {
	font-size: 18px;
	line-height: 30px;
}

.defaultColor {
	color: #333333;
}

.themeColor {
	color: #1B4A9A;
}

.blackColor {
	color: #111111;
}

.fontBold {
	font-family: Arial-Bold;
}


.font16 {
	font-size: 16px;
	line-height: 28px;
}

.lrTit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lrTit .txts {
	margin-top: 16px;
}

.lrTit .txts p {
	color: #999999;
}

.greyBg {
	position: relative;
	overflow: hidden;
}

.greyBg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	z-index: -2;
	background-color: #F8F9FB;
}

.cTit .title1 {
	margin-top: -2px;
}

.radius8 {
	border-radius: 8px;
	overflow: hidden;
}



/* indexM1-1 */


.iProduct {
	padding: 80px 0 80px 0;
	overflow: hidden;
}


.iProduct .lrTit .cTit {
	width: 50.35%;
}

.iProduct .lrTit .txts {
	width: 45.8%;
}

.iProduct .lrTit .txts p {
	color: #999999;
}


.iProduct .checkBtns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 35px;
	flex-wrap: wrap;
}


.iProduct .checkBtns .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 130px;
	margin: 10px 16px;
	cursor: pointer;
}


.iProduct .checkBtns .image {
	width: 100%;
	max-width: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iProduct .checkBtns .item:hover .name,
.iProduct .checkBtns .item.active .name {
	color: #1B4A9A;
}

.iProduct .checkBtns .name {
	text-align: center;
	margin-top: 6px;
}

.iProduct .checks {
	margin-top: 49px;
}

.iProduct .checks .list {
	display: none;
	flex-wrap: wrap;
}

.iProduct .checks .list.active {
	display: flex;
}


.iProduct .checks .list .productItem {
	width: 23.92%;
	margin-right: 1.44%;
	margin-top: 20px;
}

.iProduct .checks .list .productItem:nth-child(4n) {
	margin-right: 0;
}

.iProduct .checks .list .productItem:nth-child(-n+4) {
	margin-top: 0;
}

.productItem {
	background-color: #ffffff;
}

.productItem:hover {
	box-shadow: 0 2px 8px 0 rgba(27, 74, 154, 0.20);
}


.productItem .image {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.productItem .line {
	height: 2px;
	background-color: #F8F9FB;
	margin-top: 8px;
}

.productItem .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 13px 10px 17px;
}


.productItem .box .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F8F9FB;
	border-radius: 4px;
	overflow: hidden;
	font-size: 12px !important;
	width: 32px;
	height: 32px;
	color: #1B4A9A;
	flex-shrink: 0;
	margin-left: 20px;
}



.productItem .box .btn:hover {
	background-color: #1B4A9A;
	color: #ffffff;
}

.productItem .box a:hover {
	color: #1B4A9A;
}


.productItem h2 {
	font-weight: normal;
}

.iProduct .checkBtns .item .sign {
	width: 110px;
}

@media screen and (max-width:1560px) {
	.iProduct .checkBtns {
		margin-top: 40px;
	}

	.radius8 {
		border-radius: 5px;
	}

	.iProduct .checks {
		margin-top: 40px;
	}

	.productItem .box {
		padding: 10px 14px;
	}

	.productItem .box .btn {
		width: 30px;
		height: 30px;
	}

	.cTit .title1 {
		margin-top: 5px;
	}
}

@media screen and (max-width:1333px) {
	.font18 {
		font-size: 16px;
		line-height: 28px;
	}

	.iProduct .checks .list .productItem:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.iProduct .checks .list .productItem:nth-child(3n) {
		margin-right: 0;
	}

	.iProduct .checks .list .productItem:nth-child(-n+3) {
		margin-top: 0;
	}

	.iProduct .checkBtns .item .sign {
		width: 90px;
	}
}

@media screen and (max-width:999px) {
	.lrTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.lrTit .cTit {
		width: 100% !important;
	}

	.lrTit .txts {
		width: 100% !important;
	}

	.font18 {
		font-size: 14px;
		line-height: 26px;
	}

	.iProduct .checkBtns .item {
		margin: 10px 10px;
		width: 110px;
	}

	.iProduct .checkBtns .item .sign {
		width: 70px;
	}

	.font16 {
		font-size: 14px;
		line-height: 24px;
	}

	.iProduct .checks,
	.iProduct .checkBtns {
		margin-top: 30px;
	}

}

@media screen and (max-width:768px) {
	.iProduct .checks .list .productItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.iProduct .checks .list {
		justify-content: space-between;
	}

	.iProduct .checks .list .productItem:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:450px) {
	.iProduct .checks .list .productItem:nth-child(n) {
		margin-top: 20px;
		width: 100%;
	}

	.iProduct .checks .list .productItem:nth-child(1) {
		margin-top: 0;
	}

	.productItem .image img {
		max-width: 220px;
	}
}


/* indexM2-1 */

.iDesigns {
	position: relative;
	overflow: hidden;
}


.iDesigns .swiper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}


.iDesigns .swiper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
	z-index: 9;
}


.iDesigns .swiper .image {
	height: 100%;
}

.iDesigns .swiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iDesigns .list {
	display: flex;
	flex-wrap: wrap;
}


.iDesigns .list .item {
	flex: 1;
	position: relative;
}

.iDesigns .list .item .msg {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 186px 10.20% 185px;
	background-color: rgba(27, 74, 154, .6);
	position: relative;
	z-index: 2;
	height: 100%;
	opacity: 0;
}

.iDesigns .list .item:hover .msg {
	opacity: 1;
}

.iDesigns .list .item:hover .box {
	opacity: 0;
}

.iDesigns .list .item .msg .info {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}

.iDesigns .sign {
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ffffff;
}

.iDesigns .sign img {
	width: 36px;
	height: 36px;
}


.font20 {
	font-size: 20px;
	line-height: 30px;
}

.iDesigns .tit {
	color: #ffffff;
}

.iDesigns .msg .tit {
	text-align: center;
	margin-top: 25px;
}


.iDesigns .msg .tit:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

.iDesigns .txts {
	margin-top: 16px;
	height: 84px;
}

.iDesigns .txts p {
	color: #ffffff;
	text-align: center;
}

.iDesigns .btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px 7px;
	background-color: rgba(255, 255, 255, .3);
	border-radius: 4px;
	color: #FFF;
	margin-top: 63px;
}

.iDesigns .btn span {
	font-size: 14px;
	line-height: 28px;
	margin-left: 1px;
}


.iDesigns .btn i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #1B4A9A;
	border-radius: 4px;
	overflow: hidden;
	color: #ffffff;
	font-size: 12px;
	flex-shrink: 0;
	margin-left: 26px;
}


.iDesigns .btn:hover {
	background-color: #ffffff;
}

.iDesigns .btn:hover span {
	color: #1B4A9A;
}

.iDesigns .box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 24px 10.20%;
}

.iDesigns .box .tit {
	margin-top: 26px;
	min-height: 60px;
}

@media screen and (max-width:1560px) {
	.iDesigns .list .item .msg {
		padding: 120px 5%;
	}

	.iDesigns .box {
		padding: 20px 5%;
	}

	.iDesigns .sign {
		width: 52px;
		height: 52px;
	}

	.iDesigns .sign img {
		width: 30px;
		height: 30px;
	}

	.iDesigns .btn i {
		width: 30px;
		height: 30px;
	}

	.iDesigns .btn {
		margin-top: 30px;
	}

	.iDesigns .txts {
		margin-top: 20px;
	}

	.iDesigns .box .tit {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.iDesigns .list .item .msg {
		padding: 100px 5%;
	}

	.font20 {
		font-size: 18px;
		line-height: 28px;
	}

	.iDesigns .btn i {
		margin-left: 16px;
	}
}

@media screen and (max-width:999px) {
	.iDesigns .box {
		display: none;
	}

	.iDesigns .list .item {
		width: 50%;
		flex: none;
		border-top: 1px solid rgba(255, 255, 255, .2);
		border-right: 1px solid rgba(255, 255, 255, .2);
	}

	.iDesigns .list .item .msg {
		padding: 40px 5%;
	}

	.iDesigns .msg .tit {
		margin-top: 20px;
	}

	.iDesigns .btn {
		margin-top: 20px;
	}

	.iDesigns .sign img {
		width: 24px;
		height: 24px;
	}

	.iDesigns .sign {
		width: 46px;
		height: 46px;
	}

	.font20 {
		font-size: 16px;
		line-height: 28px;
	}

	.iDesigns .txts {
		height: 78px;
	}

	.iDesigns .list .item .msg {
		opacity: 1;
	}
}

@media screen and (max-width:450px) {
	.iDesigns .list .item:nth-child(n) {
		width: 100%;
		border: none;
		border-top: 1px solid rgba(255, 255, 255, .2);
	}

	.iDesigns .list .item:nth-child(1) {
		border-top: none;
	}

	.iDesigns .txts {
		height: auto;
	}

	.iDesigns .btn i {
		margin-left: 12px;
	}
}


/* indexM3-1 */

.iAbout {
	padding: 85px 0 82px 0;
	overflow: hidden;
}

.iAbout .con {
	display: flex;
	justify-content: space-between;
}


.iAbout .con .msg {
	width: 39%;
}

.iAbout .con .txts {
	margin-top: 26px;
}

.iAbout .con .txts p {
	color: #333;
}

.cBtn {
	padding: 8px 20.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	max-width: 100%;
	text-align: center;
	border-radius: 4px;
	background: #E77817;
	box-shadow: 0 0 20px 0 rgba(231, 120, 23, 0.50);
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
}

.cBtn:hover {
	background-color: #1B4A9A;
	box-shadow: 0 0 20px 0 rgba(27, 74, 154, 0.50);
}


.iAbout .con .cBtn {
	margin-top: 27px;
}

.iAbout .con .image {
	width: 57.1%;
	border-radius: 100px 12px 100px 12px;
	overflow: hidden;
}


.iAbout .con .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iAbout .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}


.iAbout .list .item {
	width: 23.21%;
	margin-right: 2.38%;
}

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


.iAbout .list .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 59px;
	height: 59px;
}

.iAbout .list .tit {
	margin-top: 10px;
}

.iAbout .list .txts {
	margin-top: 7px;
}

.iAbout .list .txts p {
	color: #333;
}

.iAbout .swiper {
	margin-top: 42px;
}

.iAbout .swiper .swiper-slide {
	height: auto;
}

.radius12 {
	border-radius: 12px;
	overflow: hidden;
}


.iAbout .swiper .image {
	height: 100%;
	position: relative;
}


.iAbout .swiper .image:hover img {
	transform: none;
}

.iAbout .swiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iAbout .swiper .image i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	opacity: 0;
}

.iAbout .swiper .image:hover i {
	opacity: 1;
}

.sBtns {
	display: flex;
	align-items: center;
}

.sBtns>div {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 12px;
	color: #ffffff;
	background-color: rgba(17, 17, 17, .3);
	border-radius: 4px;
	overflow: hidden;
}


.sBtns>div.prev {
	margin-right: 34px;
}


.sBtns>div:hover {
	background-color: #1B4A9A;
}

.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}


.iAbout .lineSbtn {
	margin-top: 20px;
}

.lineSbtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lineSbtn::after,
.lineSbtn::before {
	content: "";
	display: block;
	flex: 1;
	height: 1px;
	background-color: #D9D9D9;
}

.lineSbtn .sBtns {
	flex-shrink: 0;
	margin: 0 23px;
}


@media screen and (max-width:1560px) {
	.iAbout .con .image {
		border-radius: 80px 5px 80px 5px;
	}

	.cBtn {
		padding: 6px 20px;
	}

	.radius12 {
		border-radius: 5px;
	}

	.sBtns>div.prev {
		margin-right: 20px;
	}

	.lineSbtn .sBtns {
		margin: 0 20px;
	}

	.iAbout .swiper,
	.iAbout .list {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.iAbout .con .image {
		border-radius: 60px 5px 60px 5px;
	}

	.iAbout .list .sign {
		width: 50px;
		height: 50px;
	}

	.sBtns>div {
		width: 34px;
		height: 34px;
	}
}

@media screen and (max-width:999px) {
	.iAbout .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .con .msg {
		width: 100%;
	}

	.iAbout .con .txts {
		margin-top: 24px;
	}

	.iAbout .con .cBtn {
		margin-top: 24px;
		font-size: 14px;
		line-height: 24px;
		padding: 5px 20px;
	}

	.iAbout .con .image {
		width: 100%;
		margin-top: 24px;
		border-radius: 40px 5px 40px 5px;
	}

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

	.iAbout .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 24px;
	}

	.iAbout .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iAbout .list .sign {
		width: 46px;
	}

	.iAbout .swiper,
	.iAbout .list {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.iAbout .con .image {
		width: 100%;
		margin-top: 24px;
		border-radius: 20px 5px 20px 5px;
	}

	.iAbout .swiper,
	.iAbout .list {
		margin-top: 40px;
	}
}



/* indexM4-1 */

.iCertificate {
	padding: 137px 0 59px 0;
	position: relative;
	overflow: hidden;
}

.imgBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.imgBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


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


.iCertificate .msg {
	width: 40%;
	padding-bottom: 71px;
	position: relative;
	z-index: 9;
}

.iCertificate .txts {
	margin-top: 25px;
}

.iCertificate .txts p {
	color: #333333;
}

.iCertificate .cBtn {
	margin-top: 61px;
}

.iCertificate .swiperBox {
	width: 54%;
}

.iCertificate .swiperBox .swiper {
	margin: 0;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.iCertificate .swiper-wrapper {
	pointer-events: none;
}

.iCertificate .swiperBox .swiper .swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: .4s ease opacity, .4s ease transform;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.iCertificate .swiperBox .swiper .swiper-slide-prev,
.iCertificate .swiperBox .swiper .swiper-slide-next,
.iCertificate .swiperBox .swiper .swiper-slide-active {
	opacity: 1;
	pointer-events: all;
	z-index: 2;
}

.iCertificate .swiperBox .swiper .swiper-slide-active {
	z-index: 3;
}

.iCertificate .bigTit {
	font-size: 267px;
	line-height: 267px;
	font-family: Arial-Bold;
	opacity: 0.3;
	background: linear-gradient(180deg, #1B4A9A 20.39%, rgba(253, 253, 253, 0.00) 83.46%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: absolute;
	left: 53%;
	transform: translateX(-50%);
	top: -24.2%;
}

.iCertificate .swiperBox .sBtns>div {
	opacity: 0;
}

.iCertificate .swiperBox:hover .sBtns>div {
	opacity: 1;
}

.iCertificate .swiperBox .sBtns>div.prev {
	top: 46%;
	left: -1px;
	transform: translateY(-50%) translateX(-50%);
}


.iCertificate .swiperBox .sBtns>div.next {
	top: 46%;
	right: 2px;
	transform: translateY(-50%) translateX(50%);
}

.iCertificate .image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.iCertificate .image:hover img {
	transform: translateY(-10px);
}


.iCertificate .name {
	margin-top: 30px;
	opacity: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.iCertificate .swiperBox .swiper .swiper-slide-active .name {
	opacity: 1;
}


@media screen and (max-width:1560px) {
	.iCertificate .bigTit {
		font-size: 220px;
		line-height: 220px;
	}

	.iCertificate .msg {
		padding-bottom: 40px;
	}

	.iCertificate .name {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.iCertificate .msg {
		padding-bottom: 30px;
		width: 43%;
	}

	.iCertificate .swiperBox {
		width: 50%;
	}

	.iCertificate .bigTit {
		font-size: 180px;
		line-height: 180px;
	}

	.iCertificate .cBtn {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.iCertificate .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iCertificate .msg {
		width: 100%;
	}

	.iCertificate .cBtn {
		margin-top: 24px;
	}

	.cBtn {
		padding: 5px 20px;
		font-size: 14px;
		line-height: 24px;
	}

	.iCertificate .swiperBox {
		width: 100%;
		max-width: 650px;
		margin: 0 auto;
		margin-top: 60px;
	}

	.iCertificate .bigTit {
		font-size: 140px;
		line-height: 140px;
	}

	.iCertificate .swiperBox .sBtns>div {
		opacity: 1;
	}
}

@media screen and (max-width:768px) {
	.iCertificate .bigTit {
		font-size: 110px;
		line-height: 110px;
	}
	.iCertificate .swiperBox .sBtns>div:nth-child(n) {
		transform: translateX(0);
	}
}

@media screen and (max-width:538px) {
	.iCertificate .bigTit {
		font-size: 80px;
		line-height: 80px;
	}

	.iCertificate .swiperBox .sBtns>div:nth-child(n) {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}

	.iCertificate .swiperBox .sBtns {
		justify-content: center;
	}

	.iCertificate .swiperBox .sBtns>div.prev {
		margin-right: 20px;
	}

	.iCertificate .name {
		margin-top: 16px;
	}
}

/* indexM5-1 */

.textsCenter {
	text-align: center;
}

.textsCenter p {
	text-align: center;
}


.touch {
	background-color: #1B4A9A;
	padding: 72px 0 70px 0;
}

.touch .title1 {
	color: #ffffff;
}

.touch .txts {
	max-width: 990px;
	margin: 0 auto;
	margin-top: 7px;
}


.touch .txts p {
	color: #D9D9D9;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}


.touch .cBtn {
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 22px;
	color: #1B4A9A;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	padding: 6px 14.5px;
	font-size: 14px !important;
	line-height: 24px !important;
}

.touch .cBtn:hover {
	background-color: transparent;
	color: #ffffff;
}

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

	.touch .txts,
	.touch .cBtn {
		margin-top: 24px;
	}

	.touch .cBtn {
		padding: 5px 20px;
	}
}


/* indexM6-1 */

.iCase {
	padding: 80px 0 80px 0;
	overflow: hidden;
}

.iCase  .piece{
	max-width: 1920px;
	margin: 0 auto;
	clip-path: polygon(0% -1000%,100% -1000% , 100% 1000% , 0 1000%);
}

.iCase .con {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.iCase .lrTit {
	width: 100%;
}


.iCase .lrTit .cTit {
	width: 47%;
}


.iCase .lrTit .txts {
	width: 45.8%;
}

.swiperBox {
	position: relative;
}

.iCase .swiperBox {
	margin: 0 auto;
	margin-top: 112px;
	width: 150.5%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.iCase .swiperBox .swiper {
	overflow: visible;
}


.iCase .swiperBox .sBtns>div {
	top: 84.9%;
	position: absolute;
}

.iCase .swiperBox .sBtns>div.prev {
	margin-right: 0;
	left: 37.1%;
}

.iCase .swiperBox .sBtns>div.next {
	right: 37.1%;
}


.iCase .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.radius20 {
	border-radius: 20px;
	overflow: hidden;
}

.iCase .swiper-slide {
	transition: .4s ease box-shadow;
	height: auto;
}

.iCase .swiper-slide-next+.swiper-slide {
	box-shadow: 5px 4px 30px 0 rgba(0, 0, 0, 0.10);
}


.iCase .msg {
	padding: 24px 31px 31px;
}


.iCase .msg .tit:hover {
	color: #1B4A9A;
}

.iCase .msg .txts {
	margin-top: 11px;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.iCase .swiper-slide-next+.swiper-slide .txts {
	opacity: 1;
	pointer-events: all;
}

.iCase .msg .txts p {
	color: #555;
}

.iCase .msg .cBtn {
	margin-top: 16px;
	opacity: 0;
	pointer-events: none;
}


.iCase .swiper-slide-next+.swiper-slide .cBtn {
	opacity: 1;
	pointer-events: all;
}

@media screen and (max-width:1560px) {
	.iCase .swiperBox {
		margin-top: 50px;
	}

	.radius20 {
		border-radius: 10px;
	}

	.iCase .msg {
		padding: 20px 20px 30px;
	}
}

@media screen and (max-width:1333px) {
	.iCase .swiperBox {
		margin-top: 40px;
	}

	.radius20 {
		border-radius: 5px;
	}

	.iCase .swiperBox {
		width: 170%;
	}

	.iCase .swiperBox .sBtns>div {
		top: 80%;
	}
}

@media screen and (max-width:999px) {
	.iCase .swiper-slide:nth-child(n) {
		box-shadow: 5px 4px 30px 0 rgba(0, 0, 0, 0);
	}

	.iCase .swiper-slide.swiper-slide-next {
		box-shadow: 5px 4px 30px 0 rgba(0, 0, 0, 0.10);
	}


	.iCase .swiper-slide:nth-child(n) .txts {
		opacity: 0;
		pointer-events: none;
	}

	.iCase .swiper-slide.swiper-slide-next .txts {
		opacity: 1;
		pointer-events: all;
	}

	.iCase .swiper-slide:nth-child(n) .cBtn {
		opacity: 0;
		pointer-events: none;
	}

	.iCase .swiper-slide.swiper-slide-next .cBtn {
		opacity: 1;
		pointer-events: all;
	}

	.iCase .swiperBox {
		margin-top: 30px;
		width: 140%;
	}

	.iCase .swiperBox .sBtns>div.prev {
		left: 25%;
	}

	.iCase .swiperBox .sBtns>div.next {
		right: 25%;
	}
}

@media screen and (max-width:538px) {
	.iCase .swiperBox {
		width: 165%;
	}
}

@media screen and (max-width:450px) {
	.iCase .swiper-slide:nth-child(n) {
		box-shadow: 5px 4px 30px 0 rgba(0, 0, 0, 0);
	}

	.iCase .swiper-slide.swiper-slide-active {
		box-shadow: 5px 4px 30px 0 rgba(0, 0, 0, 0.10);
	}


	.iCase .swiper-slide:nth-child(n) .txts {
		opacity: 0;
		pointer-events: none;
	}

	.iCase .swiper-slide.swiper-slide-active .txts {
		opacity: 1;
		pointer-events: all;
	}

	.iCase .swiper-slide:nth-child(n) .cBtn {
		opacity: 0;
		pointer-events: none;
	}

	.iCase .swiper-slide.swiper-slide-active .cBtn {
		opacity: 1;
		pointer-events: all;
	}

	.iCase .swiperBox {
		width: 100%;
	}

	.iCase .swiperBox .sBtns {
		justify-content: center;
	}

	.iCase .swiperBox .sBtns>div:nth-child(n) {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}
	
	.iCase .swiperBox .sBtns>div:nth-child(n).prev{
		margin-right: 20px;
	}
	
}


/* indexM7-1 */

.iFaq {
	padding: 70px 0 70px 0;
	overflow: hidden;
}


.iFaq  .con{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-right: calc((100% - 1400px)/ 2);
	max-width: 1920px;
	margin: 0 auto;
}

@media screen and (min-width:1921px) {
	.iFaq .con{
		padding-right: 360px;
	}
}


.iFaq .image {
	width: 51.35%;
}

.iFaq .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iFaq .msg {
	width: 45.4%;
	padding-top: 32px;
}



.iFaq .faqList {
	margin-top: 33px;
}



.iFaq .faqList .item {
	margin-bottom: 0px;
	overflow: hidden;
	border-bottom: 1px solid #D4D4D4;
	padding: 24px 0 23.5px 0;
}

.iFaq .faqList .item:nth-child(1) .answer {
	display: block;
}


.iFaq .faqList .item:last-child {
	margin-bottom: 0;
}


.iFaq .faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
}


.iFaq .faqList .question .name {
	color: #222;
	font-size: 18px;
	line-height: 30px;
	display: flex;
	align-items: flex-start;
}


.iFaq .faqList .item.active .question .name,
.iFaq .faqList .item .question:hover .name {
	color: #1B4A9A;
}


.iFaq .faqList .question .name em {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #F5EFF4;
	color: #222;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Manrope-Bold;
	font-size: 18px;
	line-height: 30px;
	flex-shrink: 0;
	margin-right: 16px;
	font-style: normal;
	transform: translateY(-2px);
}

.iFaq .faqList .item.active .question .name em,
.iFaq .faqList .item .question:hover .name em {
	background-color: #925D88;
	color: #ffffff;
}


.iFaq .faqList .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 30px;
	width: 25px;
	height: 25px;
	margin-right: 2px;
}


.iFaq .faqList .question i {
	width: 18px;
	height: 3px;
	background-color: #1E1E1E;
}

.iFaq .faqList .question i.move {
	width: 18px;
	height: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.iFaq .faqList .item.active .question i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}



.iFaq .faqList .item.active .question i,
.iFaq .faqList .item .question:hover i {
	background-color: #1B4A9A;
}

.iFaq .faqList .answer {
	display: none;
	transition: none;
	padding: 10px 44px 0px 0px;
}

@media screen and (max-width:1560px) {
	.iFaq {
		padding: 80px 80px 80px 0;
	}
	
	.iFaq .con{
		padding-right: 0;
	}

	.iFaq .msg {
		padding-top: 0;
	}

	.iFaq .faqList {
		margin-top: 20px;
	}

	.iFaq .faqList .item {
		padding: 20px 0;
	}

	.iFaq .faqList .answer {
		padding: 14px 30px 0px 0px;
	}

	.iFaq .faqList .question i:nth-child(n) {
		width: 16px;
		height: 2px;
	}
}

@media screen and (max-width:1333px) {
	.iFaq {
		padding: 60px 80px 60px 0;
	}
	.iFaq .con{
		align-items: center;
	}
}

@media screen and (max-width:999px) {
	.iFaq .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.iFaq {
		padding: 50px 80px;
	}

	.iFaq .msg {
		width: 100%;
	}

	.iFaq .faqList .question .name {
		font-size: 16px;
		line-height: 28px;
	}

	.iFaq .faqList .item {
		padding: 14px 0;
	}

	.iFaq .image {
		width: 100%;
		margin-top: 34px;
	}
}

@media screen and (max-width:768px) {
	.iFaq {
		padding: 40px 25px;
	}

	.iFaq .image {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.iFaq {
		padding: 40px 15px;
	}
}


/* indexM8-1 */

.iCustomer {
	margin-top: 80px;
	overflow: hidden;
}

.iCustomer .cTit {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.iCustomer .cTit .sign {
	text-align: center;
}


.iCustomer .cTit .title1 {
	text-align: center;
}


.iCustomer .swiper {
	margin-top: 31px;
	overflow: visible;
}


.iCustomer .swiper .swiper-slide {
	transition: .4s ease opacity;
	pointer-events: none;
	opacity: 0;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 4.346px 43.459px 0 rgba(27, 74, 154, 0.06);
	height: auto;
	padding: 43px;
}



.iCustomer .swiper .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}



.iCustomer .swiper-pagination {
	position: static;
	margin-top: 32px;
}

.iCustomer .swiper-pagination span {
	width: 10px;
	height: 10px;
	opacity: 1;
	border-radius: 10px;
	border: 1px solid #1B4A9A;
	background-color: #F8F9FB;
	margin: 0 6.5px !important;
}


.iCustomer .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #1B4A9A;
	width: 22px;
}


.iCustomer .txts {
	height: 84px;
}

.iCustomer .txts p {
	color: #333333;
}

.iCustomer .info {
	margin-top: 44px;
	display: flex;
	align-items: flex-start;
}

.iCustomer .user {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 21.5px;
}

.iCustomer .info .name {
	color: #000B33;
	margin-top: 4px;
}

.iCustomer .info .job {
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
	color: #999;
}

@media screen and (max-width:1560px) {
	.iCustomer .swiper .swiper-slide {
		padding: 30px 20px;
	}

	.iCustomer .info {
		margin-top: 24px;
	}

	.iCustomer .swiper {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.iCustomer {
		margin-top: 60px;
	}

	.iCustomer .swiper-pagination {
		margin-top: 30px;
	}

	.iCustomer .user {
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width:999px) {
	.iCustomer {
		margin-top: 50px;
	}

	.iCustomer .swiper-pagination {
		margin-top: 20px;
	}

	.iCustomer .txts {
		height: 78px;
	}
}

@media screen and (max-width:768px) {
	.iCustomer {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.iCustomer .swiper-pagination span {
		width: 8px;
		height: 8px;
	}
}

/* indexM9-1 */

.iNews {
	padding: 76px 0 85px 0;
	overflow: hidden;
}


.iNews .lrTit .cTit {
	width: 48%;
}

.iNews .lrTit .txts {
	width: 45.8%;
}


.iNews .newSwiper {
	margin-top: 50px;
}

.newSwiper {
	position: relative;
}


.newSwiper .swiper {
	overflow: visible;
}



.swiperBox .sBtns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

.swiperBox .sBtns>div.prev {
	left: -80px;
	margin-right: 0;
}

.swiperBox .sBtns>div.next {
	right: -80px;
}


.newSwiper .swiper-slide {
	height: auto;
	background-color: #ffffff;
	opacity: 0;
	pointer-events: none;
	transition: .4s ease opacity, .4s ease box-shadow;
}

.newSwiper .swiper-slide:hover {
	box-shadow: 0 5px 30px 0 rgba(27, 74, 154, 0.20);
}


.newSwiper .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}

.newSwiper .image {
	overflow: hidden;
}

.newSwiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.newSwiper .msg {
	padding: 23px 20px 20px;
}

.newSwiper .tit {
	height: 60px;
}


.newSwiper .tit a {
	will-change: transfrom;
}

.newSwiper .tit a:hover {
	color: #1B4A9A;
}


.newSwiper .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 7px;
}

.newSwiper .time {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}

.newSwiper .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background-color: rgba(17, 17, 17, .3);
	font-size: 12px !important;
	color: #ffffff;
}



.newSwiper .btn:hover {
	background-color: #1B4A9A;
}

.iNews .cBtn {
	margin: 0 auto;
	margin-top: 56px;
}

@media screen and (max-width:1750px) {
	.swiperBox .sBtns>div.next {
		right: -54px;
	}

	.swiperBox .sBtns>div.prev {
		left: -54px;
	}
}


@media screen and (max-width:1560px) {
	.newSwiper .msg {
		padding: 20px;
	}

	.iNews .cBtn {
		margin-top: 30px;
	}

	.newSwiper .btn {
		width: 32px;
		height: 32px;
	}

	.newSwiper .box {
		margin-top: 10px;
	}
}

@media screen and (max-width:1333px) {
	.iNews .newSwiper {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.iNews .newSwiper {
		margin-top: 30px;
	}

	.newSwiper .msg {
		padding: 0;
		margin-top: 16px;
	}

	.newSwiper .swiper-slide:nth-child(n) {
		box-shadow: none;
	}
}

@media screen and (max-width:768px) {
	.swiperBox .sBtns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}

	.swiperBox .sBtns {
		justify-content: center;
	}

	.swiperBox .sBtns>div.prev {
		margin-right: 20px;
	}
}



/* 1-1 UPVC Windows */

.abilityList {
	padding: 80px 0 80px 0;
}

.abilityList .con {
	display: flex;
	flex-wrap: wrap;
}

.font24 {
	font-size: 24px;
	line-height: 35px;
}


.abilityList .item {
	width: 31.42%;
	margin-right: 2.87%;
	padding: 39px 26px 44px;
	margin-top: 30px;
	border-radius: 4px;
	border: 1px solid #EDEDED;
	background: #FFF;
	position: relative;
}


.abilityList .item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6px;
	background-color: #1B4A9A;
	border-radius: 10px;
}


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

.abilityList .item:nth-child(-n+3) {
	margin-top: 0;
}

.abilityList .txts {
	margin-top: 11px;
}

.abilityList .txts p {
	color: #676767;
	font-size: 18px;
	line-height: 30px;
}

@media screen and (max-width:1560px) {
	.abilityList .item {
		padding: 30px 20px;
	}

	.font24 {
		font-size: 22px;
		line-height: 34px;
	}

	.abilityList .txts {
		margin-top: 24px;
	}

	.abilityList .item::after {
		height: 4px;
	}
}

@media screen and (max-width:1333px) {
	.font24 {
		font-size: 20px;
		line-height: 30px;
	}

	.abilityList .txts {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.abilityList .txts {
		margin-top: 16px;
	}

	.abilityList .con {
		justify-content: space-between;
	}

	.abilityList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.abilityList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.font24 {
		font-size: 18px;
		line-height: 30px;
	}

	.abilityList .item::after {
		height: 2px;
	}
}

@media screen and (max-width:538px) {
	.abilityList .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.abilityList .item:nth-child(1) {
		margin-top: 0;
	}
}

.products {
	padding: 79px 0 78px 0;
}


.products .list {
	margin-top: 55px;
}


.products .list {
	display: flex;
	flex-wrap: wrap;
}

.products .list  .tips{
	width: 100%;
}

.products .list .item {
	width: 23.92%;
	margin-right: 1.413%;
	margin-top: 23px;
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, .1);
}

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

.products .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.products .list .item:hover {
	box-shadow: 0 2px 8px 0 rgba(27, 74, 154, 0.20);
}

.products .list .image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.products .list .msg {
	padding: 21px 20px 17px;
}

.products .list .tit:hover {
	color: #1B4A9A;
}

.products .btns {
	width: max-content;
	margin: 0 auto;
	margin-top: 18px;
	border-radius: 80px;
	background: #E77817;
	padding: 8px 27px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.products .btns:hover {
	background-color: #1B4A9A;
}

.products .btns:hover .checkBtn::after {
	background-color: #005BAC;
}


.products .btns .checkBtn {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #E77817;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 16px;
}


.products .btns .checkBtn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	border: 3px solid #ffffff;
	border-radius: 50%;
	box-sizing: border-box;
	transition: .4s ease all;
}


.products .btns .checkBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
	box-sizing: border-box;
	opacity: 0;
}

.products .btns .checkBtn i {
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	z-index: 4;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}


.products .btns .checkBtn.active i {
	opacity: 1;
}

.products .btns .btn {
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
}


.products .btns .btn:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


.products .pager {
	margin-top: 80px;
	padding: 9px 260px;
	position: relative;
	min-height: 42px;
}


.products .pager .addTo {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	right: 20px;
	z-index: 9;
}


.font36 {
	font-size: 36px;
	line-height: 54px;
}


@media screen and (max-width:1560px) {
	.font36 {
		font-size: 30px;
		line-height: 40px;
	}

	.products .list {
		margin-top: 50px;
	}

	.products .list .msg {
		padding: 20px 14px;
	}

	.products .btns {
		padding: 5px 20px;
	}

	.products .btns .checkBtn {
		margin-right: 10px;
	}

	.products .pager {
		padding: 5px 240px;
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.font36 {
		font-size: 26px;
		line-height: 38px;
	}

	.products .list {
		margin-top: 40px;
	}

	.products .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

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

	.products .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.products .pager {
		padding: 9px 230px;
	}

	.products .pager .addTo {
		right: 10px;
	}
}

@media screen and (max-width:999px) {
	.font36 {
		font-size: 24px;
		line-height: 36px;
	}

	.products .list {
		margin-top: 30px;
	}

	.products .pager {
		padding: 5px 30px;
		margin-top: 40px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.products .pager .addTo {
		position: static;
		transform: translateY(0);
	}

	.products .list .msg {
		padding: 20px 10px;
	}

	.products .btns {
		padding: 4px 14px;
	}

	.products .btns .checkBtn {
		margin-right: 8px;
	}

}

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

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


	.products .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.products .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.font36 {
		font-size: 20px;
		line-height: 32px;
	}
}

@media screen and (max-width:450px) {
	.products .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.products .list .item:nth-child(1) {
		margin-top: 0;
	}

	.products .list .image img {
		max-width: 220px;
	}
}




.windowMsgList {
	padding: 99px 0 114px;
}


.font38 {
	font-size: 38px;
	line-height: 50px;
}


.videoPiece .list {
	margin-top: 38px;
	display: flex;
	flex-wrap: wrap;
}


.videoPiece .list .item {
	width: 23.92%;
	margin-right: 1.44%;
	margin-top: 20px;
}

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

.videoPiece .list .item:nth-child(-n+4) {
	margin-top: 0;
}

.videoPiece .box {
	position: relative;
}

.videoPiece .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
	cursor: pointer;
}


.videoPiece .video .playBtn {
	width: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.videoPiece .video:hover .playBtn img {
	transform: scale(1.1);
}

.videoPiece .image {
	height: 100%;
}

.videoPiece .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.videoPiece .tit {
	margin-top: 9px;
}



.benefits {
	margin-top: 95px;
}


.benefits .list {
	margin-top: 54px;
	display: flex;
	flex-wrap: wrap;
}

.benefits .list .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 14.28%;
	margin-right: 2.864%;
	margin-top: 20px;
}

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

.benefits .list .item:nth-child(-n+6) {
	margin-top: 0;
}


.benefits .list .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #1B4A9A;
	width: 86px;
	height: 86px;
}

.benefits .list .sign img {
	width: 46px;
	height: 46px;
}

.benefits .list .tit {
	margin-top: 23px;
}

.colors {
	margin-top: 80px;
}

.colors .list {
	margin-top: 28px;
	display: flex;
	flex-wrap: wrap;
}


.colors .list .image {
	width: 10%;
	margin-right: 1.25%;
	border: 1px solid rgba(0, 0, 0, 0.10);
	margin-top: 20px;
}


.colors .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.colors .list .image:nth-child(9n) {
	margin-right: 0;
}


.colors .list .image:nth-child(-n+9) {
	margin-top: 0;
}


.structure {
	margin-top: 99px;
}

.structure .txts {
	margin-top: 46px;
}


.productDownload {
	margin-top: 91px;
}


.productDownload .list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.productDownload .list .item {
	margin-top: 20px;
	background-color: #1B4A9A;
	border-radius: 4px;
	padding: 16px 14px 18px 20px;
	width: 48%;
	display: flex;
	justify-content: space-between;
}

.productDownload .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.productDownload .list .box {
	display: flex;
	align-items: center;
	flex: 1;
}

.productDownload .list .box img {
	flex-shrink: 0;
	margin-right: 38px;
	width: 26px;
	filter: grayscale(100%) brightness(500%);
}

.productDownload .list .btn {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
}

.productDownload .list .btn img {
	width: 20px;
	filter: grayscale(100%) brightness(500%);
}

.productDownload .list .tit {
	color: #ffffff;
	font-size: 16px;
	line-height: 28px;
}


@media screen and (max-width:1560px) {
	.font38 {
		font-size: 32px;
		line-height: 46px;
	}

	.benefits .list,
	.videoPiece .list,
	.colors .list,
	.structure .txts,
	.productDownload .list {
		margin-top: 40px;
	}

	.productDownload .list .box img {
		margin-right: 20px;
	}

	.productDownload .list .item {
		padding: 10px 20px;
	}

	.productDownload .list .btn img {
		width: 18px;
	}
}

@media screen and (max-width:1333px) {
	.font38 {
		font-size: 28px;
		line-height: 32px;
	}

	.videoPiece .list .item:nth-child(n) {
		width: 31%;
		margin-right: 3.5%;
		margin-top: 20px;
	}

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

	.videoPiece .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.videoPiece .tit {
		margin-top: 14px;
	}

	.benefits .list .sign {
		width: 66px;
		height: 66px;
	}

	.benefits .list .sign img {
		width: 40px;
		height: 40px;
	}

	.benefits .list .tit {
		margin-top: 16px;
	}

	.benefits .list .item:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 24px;
	}

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

	.benefits .list .item:nth-child(-n+4) {
		margin-top: 0;
	}

	.colors .list .image:nth-child(n) {
		width: 12.57%;
		margin-right: 2%;
		margin-top: 24px;
	}

	.colors .list .image:nth-child(7n) {
		margin-right: 0;
	}

	.colors .list .image:nth-child(-n+7) {
		margin-top: 0;
	}

}

@media screen and (max-width:999px) {
	.videoPiece .video .playBtn {
		width: 30px;
	}

	.font38 {
		font-size: 24px;
		line-height: 36px;
	}

	.benefits .list,
	.videoPiece .list,
	.colors .list,
	.structure .txts,
	.productDownload .list {
		margin-top: 30px;
	}

	.benefits .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 24px;
	}

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

	.benefits .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.colors .list .image:nth-child(n) {
		width: 15%;
		margin-right: 2%;
		margin-top: 24px;
	}

	.colors .list .image:nth-child(6n) {
		margin-right: 0;
	}

	.colors .list .image:nth-child(-n+6) {
		margin-top: 0;
	}

	.productDownload .list .item:nth-child(n) {
		width: 100%;
		margin-top: 24px;
	}

	.productDownload .list .item:nth-child(1) {
		margin-top: 0;
	}

	.productDownload .list .tit {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.videoPiece .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 24px;
	}

	.videoPiece .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

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

	.font38 {
		font-size: 22px;
		line-height: 34px;
	}

	.benefits .list .sign img {
		width: 32px;
		height: 32px;
	}

	.benefits .list .sign {
		width: 60px;
		height: 60px;
	}

	.colors .list .image:nth-child(n) {
		width: 18%;
		margin-right: 2%;
		margin-top: 24px;
	}

	.colors .list .image:nth-child(5n) {
		margin-right: 0;
	}

	.colors .list .image:nth-child(-n+5) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.colors .list .image:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 24px;
	}

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

	.colors .list .image:nth-child(-n+4) {
		margin-top: 0;
	}

	.productDownload .list .item {
		padding: 10px 15px;
	}
}

@media screen and (max-width:450px) {
	.videoPiece .list .item:nth-child(n) {
		width: 100%;
		margin-top: 24px;
	}

	.videoPiece .list .item:nth-child(1) {
		margin-top: 0;
	}

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

	.benefits .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 24px;
	}

	.benefits .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.colors .list .image:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 24px;
	}

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

	.colors .list .image:nth-child(-n+3) {
		margin-top: 0;
	}
}



.windowPrices {
	padding: 80px 0 62px 0;
	position: relative;
}

.windowPrices .title {
	color: #ffffff;
}

.windowPrices .list {
	margin-top: 27px;
	display: flex;
	flex-wrap: wrap;
}

.windowPrices .list .item {
	width: 23.3%;
	margin-right: 2.26%;
	margin-top: 20px;
}

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

.windowPrices .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.windowPrices .list .image {
	border-radius: 4px;
	overflow: hidden;
	border: 3px solid #ffffff;
}

.windowPrices .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.windowPrices .list .name {
	color: #ffffff;
	margin-top: 15px;
}

.windowPrices .iBtn {
	margin: 0 auto;
	width: max-content;
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 20px;
	border-radius: 12px;
	background: #1B4A9A;
	color: #FFF;
	font-size: 24px;
	font-family: Arial-Bold;
	line-height: 35px;
	max-width: 100%;
	text-align: center;
}

.windowPrices .iBtn:hover {
	background-color: #ffffff;
	color: #1B4A9A;
}

@media screen and (max-width:1560px) {
	.windowPrices .list .name {
		margin-top: 10px;
	}

	.windowPrices .list {
		margin-top: 50px;
	}

	.windowPrices .iBtn {
		margin-top: 50px;
		padding: 10px 20px;
		font-size: 20px;
		line-height: 30px;
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.windowPrices .list {
		margin-top: 40px;
	}

	.windowPrices .iBtn {
		margin-top: 40px;
		padding: 6px 20px;
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.windowPrices .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 24px;
	}

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

	.windowPrices .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.windowPrices .list {
		margin-top: 30px;
	}

	.windowPrices .iBtn {
		margin-top: 30px;
		padding: 5px 20px;
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.windowPrices .list {
		justify-content: space-between;
	}

	.windowPrices .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 24px;
	}

	.windowPrices .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.windowPrices .iBtn {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:450px) {
	.windowPrices .list .item:nth-child(n) {
		width: 100%;
		margin-top: 24px;
	}

	.windowPrices .list .item:nth-child(1) {
		margin-top: 0;
	}
}

.windowInfoList {
	padding: 100px 0 100px 0;
}


.customWindows .tips {
	margin-top: 20px;
}

.customWindows .materialSolutions {
	margin-top: 52px;
}

.font30 {
	font-size: 30px;
	line-height: 48px;
}


.materialSolutions .list {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
}



.materialSolutions .list .item {
	width: 23.42%;
	margin-right: 2.10%;
	margin-top: 42px;
	background-color: #F4F3F5;
	padding: 20px 16px 20px;
}


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

.materialSolutions .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.materialSolutions .list .txts {
	margin-top: 10px;
}

.materialSolutions .list .txts p {
	font-size: 18px;
	line-height: 30px;
}


.windowManufacturers {
	margin-top: 80px;
}


.windowManufacturers .equipmentList {
	margin-top: 40px;
}


.equipmentList {
	display: flex;
	flex-wrap: wrap;
}

.equipmentList .item {
	width: 31.85%;
	margin-right: 2.225%;
	margin-top: 42px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

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

.equipmentList .item:nth-child(-n+3) {
	margin-top: 0;
}

.equipmentList .image {
	width: 100%;
}

.equipmentList .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.equipmentList .name {
	flex: 1;
	background: #EDEDED;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 15px 20px;
}

.equipmentList .name p {
	color: #676767;
}

.accessories {
	margin-top: 80px;
}

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

.accessories .msg {
	width: 35.72%;
}


.accessories .msg .image {
	margin-top: 41px;
}

.accessories .msg .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.accessories .cForm {
	width: 59.71%;
	background-color: #F8F9FB;
	padding: 27px 30px 35px;
	margin-top: 12px;
}


.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.cForm li {
	height: 58px;
	padding: 0 14px;
	width: 49.2%;
	margin-top: 11px;
	background-color: transparent;
	border-bottom: 1px solid #D2D2D2;
}


.cForm li:nth-child(-n+2) {
	margin-top: 0;
}

.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.cForm li.active {
	border-bottom: 1px solid #1B4A9A;
}

.cForm li.must {
	position: relative;
	padding-left: 24.5px;
}

.cForm li.must::after {
	content: "*";
	position: absolute;
	left: 13px;
	top: 14px;
	color: #D50131;
	font-size: 16px;
	line-height: 28px;
}

.cForm li.message {
	width: 100%;
	height: 169px;
	padding: 14px 14px 14px 24.5px;
	margin-right: 0;
}


.cForm li.message::after {
	top: 9px;
}


.cForm li.codeCon {
	display: flex;
	align-items: center;
	padding: 0;
	width: 100%;
}


.cForm li.must.codeCon {
	padding-left: 0;
}


.cForm li.codeCon input {
	flex: 1;
	padding: 0 19.5px;
}


.cForm li.codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	width: 90px;
	height: 50px;
	background-color: #f3fbfe;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}



.cForm li.codeCon .codeImg img {
	display: block;
	height: 100%;
}



.cForm li.subBtn {
	padding: 0 !important;
	border: none;
	border-bottom: none;
	position: relative;
	z-index: 9;
	margin-top: 39px;
	border-radius: 0;
	height: 60px;
}

.cForm li.subBtn input {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	cursor: pointer;
	border-radius: 4px;
	background: #E77817;
	box-shadow: 0 0 20px 0 rgba(231, 120, 23, 0.50);
}

.cForm li.subBtn input:hover {
	background-color: #1B4A9A;
	box-shadow: 0 0 20px 0 rgba(27, 74, 154, 0.50);
}


.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #333;
	opacity: 1;
}


.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 16px;
	color: #333;
	opacity: 1;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 16px;
	color: #333;
	opacity: 1;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #333;
	opacity: 1;
}




.cForm li.m-formcountry {
	padding: 0;
}

.cForm li.m-formcountry ul {
	margin-top: 0;
}





form ul li.m-formcountry {
	position: relative;
	padding: 0;
}

form ul li.m-formcountry .drop-btn {
	height: 100%;
	padding: 0 10px;
}

form ul li.m-formcountry .drop-btn {
	position: relative;
}

form ul li.m-formcountry .drop-btn i,
form ul li.m-formcountry .drop-btn svg {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
	color: #999999;
}

form ul li.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #1B4A9A rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
	padding: 0;
}

form ul li.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form ul li.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form ul li.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background: #1B4A9A;
}

form ul li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 5px 10px;
	cursor: pointer;
	width: auto;
	height: auto;
	border: none;
	border-radius: 0;
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	transition: .4s ease all;
	position: relative;
}


form ul li.m-formcountry .drop-list li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .4s ease all;
	opacity: 0;
	z-index: -1;
}


form ul li.m-formcountry .drop-list li:hover {
	color: #ffffff;
	background-color: #1B4A9A;
}


form.cForm li.m-formcountry .drop-btn i,
form.cForm li.m-formcountry .drop-btn svg {
	color: #1E1E1E;
	font-size: 10px;
	right: 13px;
	font-weight: bold;
}

form.cForm li.m-formcountry .drop-btn {
	padding: 0 14px;
}

form.cForm li.m-formcountry .drop-list li {
	padding: 5px 14px;
}

@media screen and (max-width:1560px) {
	.customWindows .tips {
		margin-top: 24px;
	}

	.materialSolutions .list .item {
		padding: 30px 14px;
	}

	.materialSolutions .list .txts {
		margin-top: 24px;
	}

	.equipmentList .name {
		padding: 10px 20px;
	}

	.accessories .cForm {
		margin-top: 0;
		padding: 30px 20px;
	}

	.customWindows .materialSolutions {
		margin-top: 50px;
	}

	.cForm li,
	.cForm li.subBtn {
		height: 50px;
	}

	.equipmentList .item {
		margin-top: 24px;
	}
}

@media screen and (max-width:1333px) {
	.customWindows .materialSolutions {
		margin-top: 40px;
	}

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

	.materialSolutions .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 24px;
	}

	.materialSolutions .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.cForm li,
	.cForm li.subBtn {
		height: 46px;
	}

	.cForm li.must::after {
		top: 10px;
	}

}

@media screen and (max-width:999px) {
	.customWindows .materialSolutions {
		margin-top: 30px;
	}

	.materialSolutions .list .txts {
		margin-top: 20px;
	}

	.windowManufacturers .equipmentList {
		margin-top: 30px;
	}

	.accessories {
		flex-direction: column;
		align-items: flex-start;
	}

	.accessories .msg {
		width: 100%;
	}

	.accessories .msg .image {
		margin-top: 30px;
	}

	.accessories .cForm {
		width: 100%;
		margin-top: 24px;
	}

	.cForm li.subBtn {
		margin-top: 30px;
	}

	.cForm li.message {
		height: 120px;
	}

	form ul li.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.equipmentList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 24px;
	}

	.equipmentList .item:nth-child(-n+2) {
		margin-top: 0;
	}

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

@media screen and (max-width:538px) {
	.materialSolutions .list .item:nth-child(n) {
		width: 100%;
		margin-top: 24px;
	}

	.materialSolutions .list .item:nth-child(1) {
		margin-top: 0;
	}

	.accessories .cForm {
		padding: 30px 15px;
	}
}

@media screen and (max-width:450px) {
	.equipmentList .item:nth-child(n) {
		width: 100%;
		margin-top: 24px;
	}

	.equipmentList .item:nth-child(1) {
		margin-top: 0;
	}

	.cForm li:nth-child(n) {
		width: 100%;
		margin-top: 14px;
	}

	.cForm li:nth-child(1) {
		margin-top: 0;
	}

	.cForm li.subBtn {
		margin-top: 20px;
	}
}

.windowBlogs {
	padding: 80px 0 207px 0;
	overflow: hidden;
}


.windowBlogs.linearBg::after {
	height: 78.8%;
}


.relatedBlogs .newSwiper {
	margin-top: 34px;
}


.windowFaqs {
	padding: 80px 0 100px 0;
}

.windowFaqs.linearBg::after {
	height: 92.9%;
}

.innerFaqs {
	max-width: 1160px;
	margin: 0 auto;
}

.linearBg {
	position: relative;
}

.linearBg::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(27, 74, 154, 0.10) 0%, rgba(27, 74, 154, 0.00) 100%);
	z-index: -1;
}


.innerFaqs .faqList {
	margin-top: 31px;
}

.innerFaqs .faqList .item {
	margin-bottom: 26px;
	overflow: hidden;
	padding: 45px 33px 47px 108px;
	background-color: #ffffff;
	border: 1px solid #E6E6E6;
}


.innerFaqs .faqList .item.active {
	box-shadow: 0 5px 15px 0 rgba(20, 20, 20, 0.10);
}


.innerFaqs .faqList .item:nth-child(1) .answer {
	display: block;
}


.innerFaqs .faqList .item:last-child {
	margin-bottom: 0;
}


.innerFaqs .faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
}


.innerFaqs .faqList .question .num {
	position: absolute;
	left: -73px;
	top: -10px;
	color: #B3B3B3;
}


.innerFaqs .faqList .question:hover .num {
	color: #1B4A9A;
}

.innerFaqs .faqList .item.active .question .num {
	color: #1B4A9A;
	font-family: Arial-Bold;
}


.innerFaqs .faqList .item.active .question .name,
.innerFaqs .faqList .question:hover .name {
	color: #1B4A9A;
}



.innerFaqs .faqList .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 30px;
	width: 28px;
	height: 28px;
	margin-right: 2px;
	border-radius: 50%;
	background-color: #B3B3B3;
}


.innerFaqs .faqList .item.active .question .btns,
.innerFaqs .faqList .question:hover .btns {
	background-color: #1B4A9A;
}


.innerFaqs .faqList .question i {
	width: 12px;
	height: 2px;
	background-color: #ffffff;
	border-radius: 10px;
}

.innerFaqs .faqList .question i.move {
	width: 12px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.innerFaqs .faqList .item.active .question i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.innerFaqs .faqList .item.active {
	padding-bottom: 25px;
}


.innerFaqs .faqList .answer {
	display: none;
	transition: none;
	padding: 23px 0px 0px 0px;
	padding-right: 80px;
}


.relatedResources {
	padding: 80px 0 109px 0;
}

.relatedResources.linearBg::after {
	height: 80.65%;
}


.relatedResources .list {
	margin-top: 44px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.relatedResources .list .item {
	width: 47.85%;
	margin-top: 20px;
	border-bottom: 1px solid #D9D9D9;
	padding: 0 0 20px;
}


.relatedResources .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.relatedResources .list .tit:hover {
	color: #1B4A9A;
}


.relatedResources .list .time {
	margin-top: 1px;
}


@media screen and (max-width:1560px) {
	.innerFaqs .faqList .item:nth-child(n) {
		padding: 30px 20px;
		padding-left: 80px;
	}

	.innerFaqs .faqList .question .num {
		left: -50px;
	}

	.relatedResources .list,
	.innerFaqs .faqList {
		margin-top: 50px;
	}

	.innerFaqs .faqList .item {
		margin-bottom: 24px;
	}

	.relatedResources .list .time {
		margin-top: 5px;
	}

	.relatedBlogs .newSwiper {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.innerFaqs .faqList .item:nth-child(n) {
		padding: 20px 20px;
		padding-left: 80px;
	}

	.innerFaqs .faqList .question .num {
		top: -3px;
	}

	.relatedResources .list,
	.innerFaqs .faqList {
		margin-top: 50px;
	}

	.innerFaqs .faqList .item {
		margin-bottom: 24px;
	}

	.innerFaqs .faqList .answer {
		padding-top: 20px;
	}

	.relatedResources .list,
	.innerFaqs .faqList {
		margin-top: 40px;
	}

	.relatedBlogs .newSwiper {
		margin-top: 40px;
	}
}

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

	.relatedResources .list,
	.innerFaqs .faqList {
		margin-top: 30px;
	}

	.relatedResources .list .item:nth-child(n) {
		width: 100%;
		margin-top: 24px;
	}

	.relatedResources .list .item:nth-child(1) {
		margin-top: 0;
	}

	.relatedBlogs .newSwiper {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.innerFaqs .faqList .question .num {
		position: static;
		margin-bottom: 5px;
	}

	.innerFaqs .faqList .question {
		flex-direction: column;
		align-items: flex-start;
	}

	.innerFaqs .faqList .question .btns {
		margin-left: 0;
		margin-top: 14px;
	}

	.innerFaqs .faqList .item:nth-child(n) {
		padding: 20px;
	}

	.innerFaqs .faqList .answer {
		padding-right: 0;
	}
}


/* 1-2 UPVC Windows 产品详情页面*/

.productShow {
	padding: 81px 0 84px 0;
	background: linear-gradient(180deg, rgba(248, 249, 251, 0.00) 0%, #F8F9FB 100%);
	overflow: hidden;
}


.productShow .con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	margin-top: 60px;
}


.productShow .shows {
	flex-shrink: 0;
	margin-left: 5.95%;
}

.productShow .shows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: none;
}

.showSipwerBox {
	position: relative;
}


.showSipwer .swiper-slide img {
	display: block;
}


.productShow .shows .showSipwer {
	width: 500px;
	margin-right: 35px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.10);
}


.productShow .shows .checkSwiper {
	width: 100px;
	overflow: hidden;
	height: 100%;
}


.productShow .shows .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 500px;
	padding: 37px 0 39px;
}


.productShow .shows .swiperBox .prev,
.productShow .shows .swiperBox .next {
	width: 100%;
	position: absolute;
	color: #333333;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 30px;
	background-color: rgba(17, 17, 17, .3);
	border-radius: 4px;
}


.productShow .shows .swiperBox .prev i,
.productShow .shows .swiperBox .next i {
	color: #ffffff;
	font-size: 14px;
}


.productShow .shows .swiperBox .prev:hover,
.productShow .shows .swiperBox .next:hover {
	background-color: #1B4A9A;
}


.productShow .shows .swiperBox .prev {
	top: 0px;
}

.productShow .shows .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .shows .swiperBox .next {
	bottom: 0px;
	margin-bottom: 0px;
}

.productShow .shows .swiperBox .next i {
	transform: rotate(90deg);
}


.productShow .shows .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 12px;
}


.productShow .shows .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: .4s ease all;
	pointer-events: none;
	overflow: hidden;
	border: 1px solid rgba(17, 17, 17, 0.10);
	border-radius: 12px;
}


.productShow .shows .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #1B4A9A;
}



.productShow .jianjie {
	flex: 1;
	padding-top: 0px;
}


.productShow .jianjie .txts {
	margin-top: 15px;
}




.productShow .jianjie .cBtn {
	display: flex;
	align-items: center;
	margin-top: 53px;
}


/*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 rgba(0, 0, 0, 0.10);
	display: none;
	text-align: center;
	overflow: hidden;
	border-radius: 12px;
	transform: translateX(-105%);
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
	border-radius: 12px;
}



@media screen and (max-width:1560px) {
	.productShow .con {
		margin-top: 50px;
	}

	.productShow .jianjie {
		padding-top: 0;
	}

	.productShow .shows .showSipwer {
		width: 450px;
		height: 450px;
		border-radius: 10px;
	}

	.productShow .shows .swiperBox {
		height: 450px;
	}


	.productShow .shows .checkSwiper .swiper-slide,
	.productShow .shows .checkSwiper .swiper-slide::after {
		border-radius: 10px;
	}

	.productShow .shows .checkSwiper {
		width: 82px;
	}

	.productShow .shows .swiperBox {
		padding: 45px 0;
	}

	.productShow .jianjie .txts {
		margin-top: 30px;
	}

	.productShow .jianjie .cBtn {
		margin-top: 30px;
	}

	div.zoomdiv {
		border-radius: 10px;
	}

	div.jqZoomPup {
		border-radius: 10px;
	}

}


@media screen and (max-width:1333px) {
	.productShow .con {
		margin-top: 40px;
	}

	.productShow .shows {
		width: 40%;
		margin-right: 0%;
		margin-left: 0;
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .showSipwerBox {
		width: 100%;
		margin-right: 0;
	}

	.productShow .shows .showSipwer {
		width: 100%;
		margin-right: 0;
		height: auto;
	}

	.productShow .shows .swiperBox {
		height: auto;
		width: 100%;
		padding: 0 46px;
		margin-top: 14px;
	}

	.productShow .shows .checkSwiper {
		width: 100%;
	}

	.productShow .jianjie {
		flex: none;
		width: 52%;
	}

	.productShow .shows .swiperBox .prev,
	.productShow .shows .swiperBox .next {
		border-radius: 2px;
	}

	.productShow .shows .swiperBox .prev {
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 24px;
		height: 100%;
	}

	.productShow .shows .swiperBox .prev i {
		transform: rotate(180deg);
		font-size: 12px;
	}

	.productShow .shows .swiperBox .next {
		top: 50%;
		right: 0;
		left: auto;
		bottom: auto;
		transform: translateY(-50%);
		width: 24px;
		height: 100%;
	}

	.productShow .shows .swiperBox .next i {
		transform: rotate(0);
		font-size: 12px;
	}

	.productShow .shows .checkSwiper .swiper-slide,
	.productShow .shows .checkSwiper .swiper-slide::after {
		border-radius: 5px;
	}

	div.zoomdiv {
		border-radius: 5px;
	}

	div.jqZoomPup {
		border-radius: 5px;
	}

}


@media screen and (max-width:999px) {
	.productShow .con {
		margin-top: 30px;
	}

	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.productShow .shows {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.productShow .jianjie {
		width: 100%;
		margin-top: 30px;
	}

	.productShow .shows .swiperBox {
		padding: 0 40px;
	}
}

@media screen and (max-width:768px) {
	.productShow .shows {
		max-width: 340px;
	}
}


.pdInfoList {
	padding: 80px 0 64px 0;
	overflow: hidden;
}


.productGellery .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.productGellery .list .item {
	width: 31.85%;
	margin-right: 2.225%;
	margin-top: 26px;
}

.productGellery .list .item:nth-child(-n+3) {
	margin-top: 0;
}

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


.productGellery .list .image {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, 0.10);
}

.productGellery .list .name {
	margin-top: 15px;
}

.pdInfoList .keySpecifications {
	margin-top: 79px;
}

.keySpecifications .txts {
	margin-top: 31px;
}

.keySpecifications .txts .table {
	max-width: 800px;
	margin: 0 auto;
}

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

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

.table table tr:nth-child(1) td {
	background-color: #F4F5F8;
	color: #222;
	font-family: Arial-Bold;
	font-size: 18px;
	line-height: 30px;
	padding: 19px 19px;
}

.table table tr td {
	padding: 16.5px 19px;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	font-family: Arial, sans-serif;
	border: 1px solid #E7E7E7;
}


@media screen and (max-width:1560px) {
	.table table tr td:nth-child(n) {
		padding: 12px 20px;
	}

	.keySpecifications .txts {
		margin-top: 50px;
	}
}


@media screen and (max-width:1333px) {
	.productGellery .list {
		margin-top: 40px;
	}

	.keySpecifications .txts {
		margin-top: 40px;
	}

	.table table tr td:nth-child(n) {
		font-size: 16px;
		line-height: 28px;
		padding: 10px 20px;
	}

	.table table tr:nth-child(1) td {
		padding: 10px 20px;
		font-size: 16px;
		line-height: 28px;
	}

}

@media screen and (max-width:999px) {
	.productGellery .list {
		margin-top: 30px;
	}

	.keySpecifications .txts {
		margin-top: 30px;
	}

	.productGellery .list .name {
		margin-top: 10px;
	}

	.table table tr td:nth-child(n) {
		font-size: 14px;
		line-height: 26px;
	}
}


@media screen and (max-width:538px) {
	.productGellery .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 24px;
	}

	.productGellery .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

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


@media screen and (max-width:450px) {
	.productGellery .list .item:nth-child(n) {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		margin-top: 24px;
	}

	.productGellery .list .item:nth-child(1) {
		margin-top: 0;
	}
}


.pfTypes {
	padding: 80px 0 39px 0;
	background-color: #F4F5F8;
	overflow: hidden;
}


.pfTypes .swiper {
	margin-top: 47px;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.pfTypes .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.pfTypes .swiper-slide {
	opacity: 0;
	transition: .4s ease opacity, .4s ease transform;
	pointer-events: none;
	position: relative;
}

.pfTypes .swiper-slide .image {
	transform: scale(.6);
}

.pfTypes .swiper-slide-next .image {
	transform: scale(.85) translateX(-1.5%);
}

.pfTypes .swiper-slide-prev .image {
	transform: scale(.85) translateX(1.5%);
}

.pfTypes .swiper-slide-active .image {
	transform: scale(1);
}

.pfTypes .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}

.pfTypes .swiper-slide .name {
	top: calc(100% - 20px);
}

.pfTypes .swiper-slide-active .name {
	top: calc(100% + 22px);
}

.pfTypes .swiper-slide-prev .name,
.pfTypes .swiper-slide-next .name {
	top: calc(100% - 4px);
}


.pfTypes .name {
	text-align: center;
	position: absolute;
	top: calc(100% + 21px);
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	width: max-content;
	max-width: 100%;
}


.pfTypes .swiper-pagination {
	margin-top: 119px;
	position: static;
}


.pfTypes .swiper-pagination span {
	width: 25px;
	height: 8px;
	border-radius: 10px;
	background-color: #676767;
	margin: 5px 5px !important;
	opacity: 1;
}

.pfTypes .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #1B4A9A;
	width: 50px;
}


@media screen and (max-width:1560px) {
	.pfTypes .swiper-pagination {
		margin-top: 90px;
	}

	.pfTypes .swiper {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.pfTypes .swiper {
		margin-top: 40px;
	}

	.pfTypes .swiper-pagination span {
		height: 6px;
	}

	.pfTypes .swiper-pagination {
		margin-top: 80px;
	}
}

@media screen and (max-width:999px) {
	.pfTypes .swiper-slide:nth-child(n) .name {
		position: static;
		transform: translateX(0);
		width: 100%;
		margin-top: 16px;
	}

	.pfTypes .swiper-slide:nth-child(n) .image {
		transform: none;
	}

	.pfTypes .swiper {
		margin-top: 30px;
	}

	.pfTypes .swiper-pagination {
		margin-top: 26px;
	}

	.pfTypes .swiper-pagination span {
		height: 5px;
		width: 20px;
	}

	.pfTypes .swiper-pagination span.swiper-pagination-bullet-active {
		width: 40px;
	}
}

.pdDisList {
	overflow:hidden;
}

.pdDisList .list {
	padding: 80px 0 80px 0;
}

.pdDisList .list:nth-child(2n) {
	position: relative;
}

.pdDisList .list:nth-child(2n)::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	background-color: #F4F5F8;
	z-index: -1;
}

.pdDisList .list .item {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	align-items: center;
}

.pdDisList .list .clear {
	display: none;
}

.pdDisList .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.pdDisList .list .item:nth-child(1) {
	margin-top: 0;
}

.pdDisList .list .image {
	width: 48.58%;
	border-radius: 16px;
	overflow: hidden;
}

.pdDisList .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.pdDisList .list .msg {
	width: 48.56%;
}


.pdDisList .list .txts {
	margin-top: 12px;
}


.pdDisList .list .txts p {
	font-size: 20px;
	line-height: 30px;
}


@media screen and (max-width:1560px) {
	.pdDisList .list .image {
		border-radius: 10px;
	}

	.pdDisList .list .txts p {
		font-size: 18px;
	}

	.pdDisList .list .txts {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.pdDisList .list .image {
		border-radius: 5px;
	}

	.pdDisList .list {
		padding: 60px 0;
	}

	.pdDisList .list .item {
		display: block;
	}

	.pdDisList .list .item:nth-child(2n-1) .image {
		float: left;
		margin-right: 5%;
	}

	.pdDisList .list .msg {
		width: 100%;
	}

	.pdDisList .list .item:nth-child(2n) .image {
		float: right;
		margin-left: 5%;
	}

	.pdDisList .list .clear {
		display: block;
	}

}


@media screen and (max-width:999px) {
	.pdDisList .list .item {
		margin-top: 30px;
	}

	.pdDisList .list {
		padding: 50px 0;
	}
}

@media screen and (max-width:768px) {
	.pdDisList .list {
		padding: 40px 0;
	}
}

@media screen and (max-width:538px) {
	.pdDisList .list .item:nth-child(n) {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.pdDisList .list .item:nth-child(n) .image {
		width: 100%;
		float: none;
		margin: 0;
	}

	.pdDisList .list .txts {
		margin-top: 24px;
	}

	.pdDisList .list .msg {
		margin-top: 24px;
	}
}

.pdDes {
	padding: 79px 0 80px 0;
}

.pdDes .image {
	width: 48.58%;
	float: right;
	margin-left: 4%;
	border-radius: 16px;
	overflow: hidden;
}

.pdDes .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.pdDes .txts {
	margin-top: 14px;
}


.pdDes .txts p {
	font-size: 20px;
	line-height: 30px;
}


.pdDes .txts p em {
	font-style: normal;
	color: #999999;
	padding: 0;
	position: static;
	display: inline;
}

.pdDes .txts p em::after {
	display: none;
}


@media screen and (max-width:1560px) {
	.pdDes .txts {
		margin-top: 30px;
	}

	.pdDes .txts p {
		font-size: 18px;
	}

	.pdDes .image {
		border-radius: 10px;
	}
}

@media screen and (max-width:1333px) {
	.pdDes .image {
		border-radius: 5px;
	}
}


@media screen and (max-width:538px) {
	.pdDes .image {
		width: 100%;
		float: none;
		margin: 0;
	}

	.pdDes .msg {
		margin-top: 24px;
	}

	.pdDes .txts {
		margin-top: 24px;
	}
}


.pdParameter {
	background-color: #F4F5F8;
	padding: 80px 0 67px 0;
}


.pdParameter .con {
	display: flex;
	justify-content: space-between;
}

.pdParameter .con .item {
	width: 48.57%;
}


.pdParameter .txts {
	margin-top: 12px;
}

.standardEdit p strong {
	color: #111111;
	font-family: Arial-Bold;
}


.pdParameter .txts p {
	font-size: 20px;
	line-height: 30px;
}

.pdParameter .txts p strong {
	font-family: Arial;
	font-weight: normal;
}

@media screen and (max-width:1560px) {
	.pdParameter .txts p {
		font-size: 18px;
	}

	.pdParameter .txts {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.pdParameter .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.pdParameter .con .item {
		width: 100%;
		margin-top: 30px;
	}

	.pdParameter .con .item:nth-child(1) {
		margin-top: 0;
	}

	.pdParameter .txts {
		margin-top: 26px;
	}
}

.pdMsgList {
	padding: 80px 0 79px 0;
}


.pdDesign {
	background: #FFF;
	box-shadow: 5px 12px 20px 0 rgba(0, 0, 0, 0.10);
	padding: 30px 40px 50px;
}


.pdDesign .txts {
	margin-top: 11px;
}

.pdDesign .txts p {
	font-size: 20px;
	line-height: 30px;
}

.factors {
	margin-top: 80px;
}

.factors .tips {
	text-align: center;
	margin-top: 1px;
}

.factors .factorsInclude {
	max-width: 800px;
	margin: 0 auto;
	margin-top: 13px;
}


.factorsInclude .txts {
	margin-top: 11px;
}


.factors .dis {
	margin-top: 24px;
}


.factors .dis p {
	text-align: center;
}


@media screen and (max-width:1560px) {
	.pdDesign {
		padding: 40px 30px;
	}

	.pdDesign .txts p {
		font-size: 18px;
	}

	.pdDesign .txts {
		margin-top: 24px;
	}

	.factors .tips {
		margin-top: 20px;
	}

	.factorsInclude .txts {
		margin-top: 10px;
	}

	.factors .factorsInclude {
		margin-top: 24px;
	}
}

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

@media screen and (max-width:538px) {
	.pdDesign {
		padding: 30px 15px;
	}
}

.relatedProducts {
	padding: 79px 0 108px 0;
	overflow: hidden;
}


.relatedProducts.linearBg::after {
	height: 84.1%;
}


.relatedProducts .swiper {
	overflow: visible;
	margin-top: 36px;
}


.relatedProducts .swiper-slide {
	pointer-events: none;
	opacity: 0;
	transition: .4s ease opacity, .4s ease box-shadow;
}

.relatedProducts .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}


.windowDetBlogs {
	padding: 80px 0 99px 0;
	overflow: hidden;
}

.windowDetBlogs.linearBg::after {
	height: 86.81%;
}

.windowDetFaqs {
	padding: 80px 0 110px 0;
}

.windowDetFaqs.linearBg::after {
	height: 92.2%;
}

@media screen and (max-width:1560px) {
	.relatedProducts .swiper {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.relatedProducts .swiper {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.relatedProducts .swiper {
		margin-top: 30px;
	}
}

/* 2-1Solutions */

.solutionDet {
	padding: 81px 0 80px 0;
	overflow: hidden;
}


.solutionDet .con .line {
	width: 100%;
	height: 1px;
	background-color: #D9D9D9;
	margin-top: 34px;
}


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


.share span {
	color: #666;
	font-size: 14px;
	line-height: 28px;
	text-transform: capitalize;
	margin-right: 11px;
}


.solutionDet .con .share {
	margin-top: 13px;
}


.solutionDet .con .des {
	margin-top: 26px;
}

.solutionDet .con .des p {
	font-size: 18px;
	line-height: 30px;
	color: #676767;
}

.solutionDet .con .show {
	margin-top: 47px;
}


.solutionDet .con .show .image {
	width: 43.14%;
	border-radius: 16px;
	overflow: hidden;
	margin-left: 4%;
	float: right;
}


.solutionDet .con .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.solutionDet .con .show .txts {
	margin-top: 6px;
}

.solutionDet .con .show .txts p {
	font-size: 18px;
	line-height: 30px;
}

.solutionDet .con .show .txts p strong {
	color: #676767;
	font-family: Arial-Bold;
}


.solutionDet .con .show .cBtn {
	margin-top: 39px;
	font-size: 18px;
	line-height: 30px;
	font-family: Arial-Bold;
	padding: 10px 20.5px;
}

@media screen and (max-width:1560px) {
	.solutionDet .con .line {
		margin-top: 30px;
	}

	.solutionDet .con .share {
		margin-top: 30px;
	}

	.solutionDet .con .show,
	.solutionDet .con .des {
		margin-top: 30px;
	}

	.solutionDet .con .show .txts {
		margin-top: 30px;
	}

	.solutionDet .con .show .cBtn {
		margin-top: 30px;
	}

	.solutionDet .con .show .image {
		border-radius: 10px;
	}
}

@media screen and (max-width:1333px) {
	.solutionDet .con .show .cBtn {
		font-size: 16px;
		line-height: 28px;
		padding: 6px 20px;
	}

	.solutionDet .con .show .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.solutionDet .con .line {
		margin-top: 24px;
	}

	.solutionDet .con .share {
		margin-top: 24px;
	}

	.solutionDet .con .show,
	.solutionDet .con .des {
		margin-top: 24px;
	}

	.solutionDet .con .show .txts {
		margin-top: 24px;
	}

	.solutionDet .con .show .cBtn {
		margin-top: 24px;
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.solutionDet .con .show .image {
		width: 100%;
		margin: 0;
		margin-top: 30px;
		float: none;
	}

	.solutionDet .con .show {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}



.building {
	margin-top: 80px;
}

.building .txts {
	margin-top: 6px;
}


.building .txts p {
	font-size: 18px;
	line-height: 30px;
	color: #676767;
}

.browse {
	margin-top: 71px;
}

.browse .tips {
	margin-top: 6px;
}

.browse .tips p {
	font-size: 18px;
	line-height: 30px;
	color: #676767;
}

.browse .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
}

.browse .list .item {
	width: 31.85%;
	margin-right: 2.225%;
	margin-top: 24px;
	padding: 46px 27px 35px;
	background-color: #F4F3F5;
	border-radius: 8px;
	min-height: 240px;
}


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

.browse .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.browse .list .txts {
	margin-top: 3px;
}

.browse .list .txts p {
	line-height: 20px;
}

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

	.building .txts,
	.browse .tips {
		margin-top: 30px;
	}

	.browse .list .item {
		border-radius: 5px;
		padding: 30px 20px;
		min-height: auto;
	}

	.browse .list .txts {
		margin-top: 20px;
	}

	.browse .list .txts p {
		line-height: 28px;
	}


	.browse .list {
		margin-top: 30px;
	}

	.browse .list .item .tit {
		font-size: 20px;
		line-height: 30px;
	}
}


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

	.building .txts,
	.browse .tips {
		margin-top: 24px;
	}

	.browse .list {
		justify-content: space-between;
		margin-top: 24px;
	}

	.browse .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 24px;
	}

	.browse .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.browse .list .item .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.browse .list .item .tit {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:538px) {
	.browse .list .item:nth-child(n) {
		width: 100%;
		margin-top: 24px;
	}

	.browse .list .item:nth-child(1) {
		margin-top: 0;
	}

	.browse .list .item {
		padding: 30px 15px;
	}
}


.supply {
	margin-top: 80px;
}

.supply .txts {
	margin-top: 6px;
}

.supply .txts p {
	font-size: 18px;
	line-height: 30px;
	color: #676767;
}

.supply .txts p strong {
	color: #333333;
}

.standardEdit p em {
	font-size: 16px;
	position: relative;
	padding-left: 34px;
	line-height: 39px;
	font-style: normal;
	display: block;
}

.standardEdit p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 20px;
	height: 20px;
	background-image: url("../images/txtsSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.doorSolutions {
	margin-top: 80px;
}

.doorSolutions .tips {
	margin-top: 6px;
}

.doorSolutions .tips p {
	font-size: 18px;
	line-height: 30px;
	color: #676767;
}

.doorSolutions .list {
	margin-top: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.doorSolutions .list .item {
	width: 48.6%;
}

.doorSolutions .list .item p {
	font-size: 18px;
	line-height: 30px;
}

.doorSolutions .list .item p strong {
	color: #333333;
}


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

	.supply .txts,
	.doorSolutions .tips {
		margin-top: 30px;
	}
}

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

	.supply .txts,
	.doorSolutions .tips {
		margin-top: 24px;
	}

	.standardEdit p em {
		font-size: 14px;
		line-height: 34px;
		padding-left: 26px;
	}

	.standardEdit p em::after {
		width: 18px;
		height: 18px;
		top: 7px;
	}
}

@media screen and (max-width:768px) {
	.doorSolutions .list {
		flex-direction: column;
		align-items: flex-start;
	}

	.doorSolutions .list .item {
		width: 100%;
		margin-top: 30px;
	}

	.doorSolutions .list .item:nth-child(1) {
		margin-top: 0;
	}
}



.applications {
	margin-top: 80px;
}

.applications .tips {
	margin-top: 6px;
}

.applications .tips p {
	font-size: 18px;
	line-height: 30px;
}

.applications .checkBtns {
	margin-top: 43px;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	border-bottom: 1px solid #999;
}


.applications .checkBtns .swiper-slide {
	padding-bottom: 32px;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.applications .checkBtns .swiper-slide::after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	height: 6px;
	background-color: #1B4A9A;
	border-radius: 20px;
	transition: .4s ease all;
	bottom: -4px;
}

.applications .checkBtns .swiper-slide:hover .name,
.applications .checkBtns .swiper-slide.active .name {
	color: #1B4A9A;
}

.applications .checkBtns .swiper-slide:hover::after,
.applications .checkBtns .swiper-slide.active::after {
	right: auto;
	left: 0;
	width: 100%;
}


.applications .checkBtns .name {
	color: #666;
	text-align: center;
	font-family: Arial-Bold;
	font-size: 20px;
	line-height: 30px;
}


.applications .piece {
	margin-top: 73px;
	position: relative;
}


.applications .piece .msg {
	width: 47.2%;
	padding: 72px 0;
	position: relative;
	z-index: 9;
}

.applications .piece .msgSwiper {
	border-radius: 20px;
	background: #F6F6F6;
	overflow: hidden;
}

.applications .piece .msgSwiper .swiper-slide {
	height: auto;
	padding: 61px 44px 30px;
	min-height: 380px;
}

.applications .piece .msgSwiper .txts {
	margin-top: 3px;
}

.applications .piece .msgSwiper .txts p {
	line-height: 20px;
}


.applications .imgSwiper {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 63.92%;
	border-radius: 20px;
	overflow: hidden;
}

.applications .imgSwiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


@media screen and (max-width:1560px) {
	.applications .tips {
		margin-top: 30px;
	}

	.applications .checkBtns .name {
		font-size: 18px;
		line-height: 28px;
	}

	.applications .checkBtns .swiper-slide {
		padding-bottom: 20px;
	}

	.applications .checkBtns .swiper-slide::after {
		height: 4px;
		bottom: -2px;
	}

	.applications .swiper-slide {
		width: auto;
	}

	.applications .piece .msgSwiper .swiper-slide {
		padding: 40px 30px;
		min-height: 340px;
	}

	.applications .piece .msgSwiper .txts {
		margin-top: 30px;
	}

	.applications .piece .msgSwiper .txts p {
		line-height: 28px;
	}

	.applications .piece .msgSwiper,
	.applications .imgSwiper {
		border-radius: 10px;
	}

	.applications .piece .msg {
		padding: 60px 0;
	}

	.applications .piece {
		margin-top: 50px;
	}
}


@media screen and (max-width:1333px) {
	.applications .checkBtns {
		margin-top: 30px;
	}

	.applications .piece .msgSwiper .txts {
		margin-top: 24px;
	}

	.applications .piece .msg {
		padding: 50px 0;
	}

	.applications .piece .msgSwiper,
	.applications .imgSwiper {
		border-radius: 5px;
	}

	.applications .piece {
		margin-top: 40px;
	}
}

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

	.applications .tips,
	.applications .checkBtns {
		margin-top: 24px;
	}

	.applications .checkBtns .name {
		font-size: 16px;
		line-height: 28px;
	}

	.applications .checkBtns .swiper-slide {
		padding-bottom: 16px;
	}

	.applications .piece .msgSwiper .swiper-slide {
		padding: 30px 20px;
		min-height: 300px;
	}

	.applications .piece {
		margin-top: 30px;
	}

	.applications .piece .msg {
		padding: 40px 0;
	}

	.applications .piece {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.applications .imgSwiper {
		position: static;
		transform: translateY(0);
	}

	.applications .piece .msg {
		padding: 0;
		width: 100%;
	}

	.applications .imgSwiper {
		width: 100%;
	}

	.applications .piece .msgSwiper .swiper-slide {
		padding: 30px 20px;
		min-height: auto;
	}

	.applications .piece .msgSwiper .txts {
		margin-top: 20px;
	}

}

@media screen and (max-width:538px) {
	.applications .piece .msgSwiper .swiper-slide {
		padding: 30px 15px;
	}
}

.projectType {
	margin-top: 80px;
}

.projectType .tips {
	margin-top: 7px;
}

.projectType .tips p {
	font-size: 18px;
	line-height: 30px;
	color: #676767;
}


.projectType .piece {
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
}


.projectType .piece .swiper {
	width: 63.92%;
	margin: 0;
	border-radius: 20px;
}

.projectType .piece .swiper-slide {
	height: auto;
	position: relative;
	min-height: 523px;
}

.projectType .piece .image {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.projectType .piece .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.projectType .msg {
	width: 72.6%;
	border-radius: 20px;
	background: rgba(17, 17, 17, 0.30);
	padding: 33px 40px 42px 40px;
	backdrop-filter: blur(2px);
}

.projectType .box {
	height: 100%;
	display: flex;
	align-items: flex-end;
	padding-top: 80px;
}

.projectType .msg .title {
	color: #ffffff;
}

.projectType .msg .txts {
	margin-top: 4px;
}

.projectType .msg .txts p {
	color: #EDEDED;
	line-height: 20px;
}


.projectType .checkBtns {
	width: 33.56%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.projectType .checkBtns .item {
	padding: 17.5px 19px;
	cursor: pointer;
	margin-top: 13px;
}


.projectType .checkBtns .item:nth-child(1) {
	margin-top: 0;
}

.projectType .checkBtns .item:hover,
.projectType .checkBtns .item.active {
	background-color: #1B4A9A;
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.projectType .tips {
		margin-top: 30px;
	}

	.projectType .piece {
		margin-top: 50px;
	}

	.projectType .piece .swiper {
		border-radius: 10px;
	}

	.projectType .msg {
		border-radius: 10px;
	}

	.projectType .msg .txts {
		margin-top: 24px;
	}

	.projectType .msg .txts p {
		line-height: 28px;
	}

	.projectType .checkBtns .item {
		padding: 10px 20px;
	}

	.projectType .piece .swiper-slide {
		min-height: 460px;
	}

	.projectType .msg {
		padding: 30px 30px;
	}

	.projectType .checkBtns .item {
		font-size: 20px;
		line-height: 30px;
	}

	.projectType .box {
		padding-top: 60px;
	}

}

@media screen and (max-width:1333px) {
	.projectType .piece {
		margin-top: 40px;
	}

	.projectType .msg {
		width: 80%;
		padding: 30px 20px;
		border-radius: 5px;
	}

	.projectType .checkBtns .item {
		font-size: 18px;
		line-height: 28px;
		padding: 8px 15px;
	}

	.projectType .piece .swiper {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.projectType .box {
		padding-top: 50px;
	}

	.projectType .piece {
		margin-top: 30px;
	}

	.projectType .checkBtns .item {
		font-size: 16px;
		line-height: 28px;
	}

	.projectType .piece .swiper-slide {
		min-height: 300px;
	}

	.projectType .tips {
		margin-top: 24px;
	}

}

@media screen and (max-width:768px) {
	.projectType .box {
		padding-top: 40px;
	}

	.projectType .piece {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.projectType .piece .swiper {
		width: 100%;
	}

	.projectType .piece .image {
		position: static;
		width: 100%;
		height: auto;
		flex-shrink: 0;
	}

	.projectType .piece .swiper-slide {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.projectType .box {
		padding-top: 0;
		flex: 1;
		width: 100%;
	}

	.projectType .piece .swiper-slide {
		min-height: auto;
	}

	.projectType .msg {
		background-color: #F6F6F6;
		width: 100%;
		height: 100%;
	}

	.projectType .msg .title {
		color: #1B4A9A;
	}

	.projectType .msg .txts p {
		color: #666666;
	}

	.projectType .checkBtns {
		width: 100%;
		flex-direction: row;
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-bottom: 24px;
	}

	.projectType .checkBtns .item:nth-child(n) {
		font-size: 14px;
		line-height: 26px;
		padding: 4px 10px;
		margin-top: 10px;
		margin-right: 10px;
		border-radius: 2px;
	}

	.projectType .msg .txts {
		margin-top: 20px;
	}

	.projectType .piece {
		margin-top: 24px;
	}
}

@media screen and (max-width:538px) {
	.projectType .msg {
		padding: 30px 15px;
	}
}











.therSolutions {
	padding: 80px 0 99px 0;
}

.therSolutions.linearBg::after {
	height: 50%;
}


.therSolutions .title {
	text-align: center;
}

.therSolutions .swiperBox {
	margin-top: 30px;
}

.therSolutions .swiper-slide {
	position: relative;
}

.therSolutions .image {
	overflow: hidden;
}


.therSolutions .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.therSolutions .image:hover img {
	transform: none;
}

.therSolutions .msg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 23px;
	width: calc(100% - 68px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 23px 26px 33px;
	background-color: rgba(255, 255, 255, .8);
}


.therSolutions .btn {
	width: 40px;
	height: 40px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(51, 51, 51, .5);
	font-size: 12px !important;
	color: #ffffff;
	flex-shrink: 0;
	margin-left: 20px;
}

.therSolutions .btn:hover {
	background-color: #1B4A9A;
}

.therSolutions .name:hover {
	color: #1B4A9A;
}


@media screen and (max-width:1560px) {
	.therSolutions .msg {
		padding: 14px 20px;
	}

	.therSolutions .msg .name {
		font-size: 20px;
		line-height: 30px;
	}

	.therSolutions .btn {
		width: 36px;
		height: 36px;
	}

	.therSolutions .swiperBox {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.therSolutions .swiperBox {
		margin-top: 40px;
	}

	.therSolutions .msg {
		padding: 10px 14px;
		width: calc(100% - 30px);
	}

	.therSolutions .btn {
		width: 30px;
		height: 30px;
	}

	.therSolutions .msg .name {
		font-size: 18px;
		line-height: 28px;
	}

}

@media screen and (max-width:999px) {
	.therSolutions .swiperBox {
		margin-top: 30px;
	}

	.therSolutions .msg {
		padding: 10px;
		bottom: 15px;
	}

	.therSolutions .msg .name {
		font-size: 16px;
		line-height: 26px;
	}
}

/* 2-2OEM ODM */

.oemOdm {
	padding: 80px 0 48px 0;
}

.oemOdm .con .tips {
	margin-top: 21px;
}

.oemOdm .con .tips p {
	font-size: 18px;
	line-height: 30px;
	color: #676767;
}


.oemOdm .con .materialSolutions {
	margin-top: 49px;
}


.oemOdm .oemService {
	margin-top: 80px;
}

.oemService .txts {
	margin-top: 5px;
}

.oemService .txts p {
	font-size: 20px;
	line-height: 30px;
}

.oemService .txts p strong {
	color: #333333;
}

.oemService .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.oemService .list .item {
	width: 48.6%;
	border-radius: 12px;
	background: #E77817;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
	padding: 30px 20px;
}

.oemService .list .item p {
	color: #ffffff;
	font-family: Arial-Bold;
}

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

	.oemOdm .con .tips,
	.oemService .txts {
		margin-top: 30px;
	}

	.oemOdm .con .materialSolutions {
		margin-top: 50px;
	}

	.oemService .list .item {
		border-radius: 5px;
	}

	.oemService .txts p {
		font-size: 18px;
	}
}

@media screen and (max-width:1333px) {
	.oemOdm .con .materialSolutions {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.oemOdm .con .materialSolutions {
		margin-top: 30px;
	}

	.oemOdm .con .tips,
	.oemService .txts {
		margin-top: 24px;
	}
}

@media screen and (max-width:538px) {
	.oemService .list .item:nth-child(n) {
		width: 100%;
		margin-top: 24px;
		padding: 30px 15px;
	}

	.oemService .list .item:nth-child(1) {
		margin-top: 0;
	}
}


.odmServices {
	background-color: rgba(27, 74, 154, .1);
	padding: 88px 0 81px;
}

.odmServices .clear {
	display: none;
}

.odmServices .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}


.odmServices .image {
	width: 48.57%;
	border-radius: 16px;
	overflow: hidden;
}

.odmServices .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.odmServices .msg {
	width: 49%;
}

.odmServices .msg .txts {
	margin-top: 6px;
}

.odmServices .msg .txts p {
	font-size: 20px;
	line-height: 30px;
}

@media screen and (max-width:1560px) {
	.odmServices .msg .txts {
		margin-top: 30px;
	}

	.odmServices .image {
		border-radius: 10px;
	}
}

@media screen and (max-width:1333px) {
	.odmServices .con {
		display: block;
	}

	.odmServices .image {
		border-radius: 5px;
		float: right;
		margin-left: 5%;
	}

	.odmServices .clear {
		display: block;
	}

	.odmServices .msg {
		width: 100%;
	}
}

@media screen and (max-width:999px) {
	.odmServices .msg .txts {
		margin-top: 24px;
	}
}

@media screen and (max-width:768px) {
	.odmServices .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-top: 26px;
	}

	.odmServices .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}


.odmInclude {
	padding: 90px 0 77px 0;
}


.odmInclude .con .tips {
	margin-top: 6px;
}

.odmInclude .con .tips p {
	font-size: 18px;
	line-height: 30px;
	color: #676767;
}

.odmInclude .con .show {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 33px;
}

.odmInclude .con .show .clear {
	display: none;
}


.odmInclude .con .show .image {
	border-radius: 20px;
	overflow: hidden;
	width: 58.5%;
}


.odmInclude .con .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.odmInclude .con .show .txts {
	width: 36.5%;
}

.odmInclude .con .show .txts p {
	color: #676767;
	font-size: 24px;
	line-height: 35px;
}

.odmInclude .des {
	margin-top: 39px;
}


.odmInclude .des p {
	font-size: 18px;
	line-height: 30px;
}

.oemcategories {
	margin-top: 80px;
}

.oemcategories .txts {
	margin-top: 30px;
}


.oemcategories .txts p {
	font-size: 18px;
	line-height: 30px;
}

@media screen and (max-width:1560px) {
	.odmInclude .con .tips {
		margin-top: 30px;
	}

	.odmInclude .con .show,
	.odmInclude .des {
		margin-top: 50px;
	}

	.odmInclude .con .show .txts p {
		font-size: 20px;
	}

	.odmInclude .con .show .image {
		border-radius: 10px;
	}
}

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

	.odmInclude .con .show,
	.odmInclude .des {
		margin-top: 40px;
	}

	.odmInclude .con .show {
		display: block;
	}

	.odmInclude .con .show .image {
		border-radius: 5px;
		float: left;
		margin-right: 5%;
	}

	.odmInclude .con .show .txts {
		width: 100%;
	}

	.odmInclude .con .show .clear {
		display: block;
	}
}

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

	.odmInclude .con .show,
	.odmInclude .des {
		margin-top: 30px;
	}

	.odmInclude .con .tips {
		margin-top: 24px;
	}
}

@media screen and (max-width:768px) {
	.odmInclude .con .show .image {
		float: none;
		margin: 0;
		width: 100%;
		margin-top: 26px;
	}

	.odmInclude .con .show {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}

.startProject {
	background-color: #1B4A9A;
	padding: 51px 0 53px 0;
}

.startProject .title1 {
	color: #ffffff;
}

.startProject .txts {
	margin-top: 19px;
}

.startProject .txts p {
	color: #D9D9D9;
	font-size: 20px;
	line-height: 30px;
}

.startProject .txts p strong {
	color: #ffffff;
}



.startProject .tips {
	color: #F8F9FB;
	font-size: 24px;
	line-height: 35px;
	margin-top: 22px;
}


.startProject .cBtn {
	margin-top: 52px;
	color: #FFF;
	font-family: Arial-Bold;
	font-size: 18px;
	line-height: 30px;
	padding: 10px 20.5px;
}



.startProject .cBtn:hover {
	background-color: #ffffff;
	color: #1B4A9A;
}

@media screen and (max-width:1560px) {
	.startProject .txts p {
		font-size: 18px;
	}

	.startProject .txts {
		margin-top: 30px;
	}

	.startProject .tips {
		font-size: 20px;
		line-height: 30px;
	}

	.startProject .cBtn {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.startProject .tips {
		font-size: 18px;
		line-height: 28px;
	}

	.startProject .cBtn {
		font-size: 16px;
		line-height: 28px;
		padding: 6px 20px;
	}
}

@media screen and (max-width:999px) {
	.startProject .txts {
		margin-top: 24px;
	}

	.startProject .tips {
		font-size: 16px;
		line-height: 26px;
	}

	.startProject .cBtn {
		font-size: 14px;
		line-height: 26px;
	}
}



/* 3-1About us */

.aboutUs {
	position: relative;
	padding: 80px 0 82px 0;
}


.aboutUs .con {
	padding-right: calc((100% - 1400px)/ 2);
	display: flex;
	justify-content: space-between;
	max-width: 1920px;
	margin: 0 auto;
}
@media screen and (min-width:1921px) {
	.aboutUs .con{
		padding-right: 360px;
	}
}




.aboutUs .con .show {
	width: 54.99%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.aboutUs .con .show .image {
	height: 100%;
	width: 91.2%;
}

.aboutUs .con .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.aboutUs .con .show .box {
	width: 100%;
}

.aboutUs .con .msg {
	width: 41.8%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 52px 0 60px;

}


.aboutUs .con .msg .txts {
	margin-top: 30px;
}



.aboutUs .con .show .box {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: -19.4%;
}

.aboutUs .con .show .box .tit {
	width: 47%;
	margin-left: 3%;
}

.aboutUs .con .show .box .tit img {
	display: block;
}

.aboutUs .con .show .sign {
	border-radius: 0 0 60px 0;
	outline: 20px solid #ffffff;
	width: 44.7%;
	overflow: hidden;
}


.aboutUs .con .show .sign img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}


@media screen and (max-width:1560px) {
	.aboutUs .con .msg {
		padding: 60px 0;
	}

	.aboutUs .con {
		padding-right: 80px;
	}

	.aboutUs .con .show .sign {
		border-radius: 0 0 40px 0;
		outline: 14px solid #ffffff;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .con .msg {
		padding: 40px 0;
	}

	.aboutUs .con .show .sign {
		border-radius: 0 0 20px 0;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .con {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding-right: 0;
	}

	.aboutUs .con .msg {
		padding: 0 80px;
		width: 100%;
	}

	.aboutUs .con .msg .txts {
		margin-top: 24px;
	}

	.aboutUs .con .show {
		width: 100%;
		margin-top: 30px;
		padding-right: 80px;
	}

	.aboutUs .con .show .sign {
		border-radius: 0 0 10px 0;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .con .msg {
		padding: 0 25px;
	}

	.aboutUs .con .show {
		padding-right: 25px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .con .msg {
		padding: 0 15px;
	}

	.aboutUs .con .show {
		padding-right: 15px;
	}

	.aboutUs .con .show .box .tit {
		margin-left: 0;
	}

	.aboutUs .con .show .sign {
		outline: 10px solid #ffffff;
	}

	.aboutUs .con .show .box {
		margin-top: -15%;
	}
}


.aboutUs .imgBg {
	height: auto;
	top: auto;
	bottom: -2.9%;
}


.ability {
	display: flex;
	flex-wrap: wrap;
	margin-top: 68px;
}


.ability .item {
	width: 22.85%;
	margin-right: 2.86%;
	margin-top: 30px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	padding: 39px 26px 48px;
}

.ability .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
	background-color: #F4F3F5;
}

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

.ability .item:nth-child(-n+4) {
	margin-top: 0;
}

.ability .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
}

.ability .tit {
	margin-top: 13px;
}

.ability .txts {
	margin-top: 11px;
}

.ability .txts p {
	line-height: 20px;
}

.ability .image {
	position: absolute;
	right: 0;
	bottom: -11%;
	width: 188px;
	height: 188px;
	z-index: -1;
}

@media screen and (max-width:1560px) {
	.ability .item {
		padding: 40px 20px 50px;
		border-radius: 5px;
	}

	.ability .txts p {
		line-height: 28px;
	}

	.ability .sign {
		width: 60px;
		height: 60px;
	}

	.ability .tit {
		margin-top: 12px;
	}

	.ability .image {
		width: 160px;
		height: 160px;
	}
}

@media screen and (max-width:1333px) {
	.ability {
		justify-content: space-between;
	}

	.ability .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 24px;
		padding: 30px 20px 40px;
	}

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

	.ability .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.ability .sign {
		width: 50px;
		height: 50px;
	}

	.ability .image {
		width: 140px;
		height: 140px;
	}
}


@media screen and (max-width:999px) {
	.ability {
		justify-content: space-between;
	}

	.ability .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 24px;
		padding: 30px 20px 40px;
	}

	.ability .item:nth-child(-n+2) {
		margin-top: 0;
	}
}


@media screen and (max-width:538px) {
	.ability .item:nth-child(n) {
		padding: 30px 15px 40px;
	}
}

@media screen and (max-width:450px) {
	.ability .item:nth-child(n) {
		width: 100%;
		margin-top: 24px;
		padding: 20px 15px 30px;
	}

	.ability .item:nth-child(1) {
		margin-top: 0px;
	}
}

.manufacturingLines {
	margin-top: 82px;
}


.manufacturingLines .tips {
	margin-top: 12px;
}


.manufacturingLines .tips p {
	color: #676767;
	font-size: 18px;
	line-height: 30px;
}


.manufacturingLines .list {
	margin-top: 40px;
	display: flex;
}

.manufacturingLines .list .item {
	flex: 1;
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	height: 510px;
	border-radius: 12px;
}

.manufacturingLines .list .item:last-child {
	margin-right: 0;
}


.manufacturingLines .list .item.active {
	flex: 2.62;
}


.manufacturingLines .list .show {
	width: 100%;
	position: relative;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
}


.manufacturingLines .list .image {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-color: #F0F1F2;
}


.manufacturingLines .list .image img {
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.manufacturingLines .list .tit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 23px 20px;
	color: #FFF;
}


.manufacturingLines .list .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 44px 40px 27px 25px;
	transform: translateX(-100%);
	pointer-events: none;
	background-color: #F0F1F2;
	border-radius: 12px 0 0 12px;
	overflow: auto;
}

.manufacturingLines .list .msg::-webkit-scrollbar {
	width: 3px;
	height: 6px;
	background-color: #F0F1F2;
	border-radius: 0px;
}

.manufacturingLines .list .msg::-webkit-scrollbar-thumb {
	background-color: #1B4A9A;
	border-radius: 0px;
}

.manufacturingLines .list .msg::-webkit-scrollbar-track {
	background-color: transparent;
}



.manufacturingLines .list .line {
	width: 100%;
	height: 1px;
	background-color: #D9D9D9;
	margin-top: 10px;
}

.manufacturingLines .list .txts {
	margin-top: 13px;
}


.manufacturingLines .list .txts p {
	color: #676767;
}


.manufacturingLines .list .item.active .show {
	overflow: hidden;
}

.manufacturingLines .list .item.active .show .tit {
	opacity: 0;
	pointer-events: none;
}


.manufacturingLines .list .item.active .msg {
	width: 53.2%;
	transform: translateX(0);
	pointer-events: all;
}


@media screen and (max-width:1560px) {
	.manufacturingLines .tips {
		margin-top: 24px;
	}

	.manufacturingLines .list .item,
	.manufacturingLines .list .show {
		border-radius: 5px;
	}

	.manufacturingLines .list .msg {
		border-radius: 5px 0 0 5px;
		padding: 40px 30px;
	}

	.manufacturingLines .list .line,
	.manufacturingLines .list .txts {
		margin-top: 24px;
	}

}

@media screen and (max-width:1333px) {
	.manufacturingLines .list .item.active .msg {
		width: 70%;
	}

	.manufacturingLines .list .tit {
		padding: 20px 15px;
	}

	.manufacturingLines .list .item {
		height: 460px;
	}

	.manufacturingLines .list .msg {
		border-radius: 5px 0 0 5px;
		padding: 40px 20px;
	}

	.manufacturingLines .list .item.active {
		flex: 2;
	}
}

@media screen and (max-width:999px) {
	.manufacturingLines .list {
		margin-top: 30px;
		justify-content: space-between;
		flex-wrap: wrap;
	}


	.manufacturingLines .list .item:nth-child(n) {
		height: 360px;
		position: static;
		display: flex;
		flex: none;
		width: 100%;
		margin-top: 24px;
		margin-right: 0;
	}

	.manufacturingLines .list .item:nth-child(2n) {
		flex-direction: row-reverse;
	}

	.manufacturingLines .list .item:nth-child(-n+1) {
		margin-top: 0;
	}

	.manufacturingLines .list .item:nth-child(n) .msg {
		position: static;
		height: auto;
		transform: translateX(0);
		width: 50%;
		pointer-events: all;
		border-radius: 5px;
	}

	.manufacturingLines .list .show {
		height: auto;
		width: 50%;
	}

	.manufacturingLines .list .image img {
		width: 100%;
	}

	.manufacturingLines .list .tit {
		display: none;
	}

	.manufacturingLines .list .msg {
		padding: 30px 20px;
	}

	.manufacturingLines .list .line,
	.manufacturingLines .list .txts {
		margin-top: 16px;
	}
}


@media screen and (max-width:538px) {
	.manufacturingLines .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		height: auto;
	}

	.manufacturingLines .list .show {
		width: 100%;
		height: 300px;
	}

	.manufacturingLines .list .item:nth-child(n) .msg {
		width: 100%;
	}

	.manufacturingLines .list .msg {
		padding: 30px 15px;
	}
}


.aboutUs .msgList {
	margin-top: 150px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.aboutUs .msgList .item {
	width: 48.6%;
}

.aboutUs .msgList .txts {
	margin-top: 11px;
}


.aboutUs .msgList .txts p {
	font-size: 18px;
	line-height: 30px;
}

@media screen and (max-width:1560px) {
	.aboutUs .msgList .txts {
		margin-top: 30px;
	}

	.aboutUs .msgList .item {
		width: 47%;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .msgList .txts {
		margin-top: 24px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .msgList {
		flex-direction: column;
		align-items: flex-start;
	}

	.aboutUs .msgList .item {
		width: 100%;
		margin-top: 30px;
	}

	.aboutUs .msgList .item:nth-child(1) {
		margin-top: 0;
	}
}


.aboutTips {
	padding: 48px 0 63px 0;
	background-color: #E77817;
}

.aboutTips .title {
	color: #ffffff;
}

.aboutTips .txts {
	max-width: 1080px;
	margin: 0 auto;
	margin-top: 11px;
}

.aboutTips .txts p {
	text-align: center;
	color: rgba(255, 255, 255, .8);
	font-size: 18px;
	line-height: 30px;
}

.aboutTips .txts p strong {
	color: #ffffff;
}



@media screen and (max-width:1560px) {
	.aboutTips .txts {
		margin-top: 24px;
	}
}


.history {
	padding: 80px 0 69px 0;
	background-image: url("../images/historyBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.history .con {
	margin-top: 55px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.history .year {
	width: 80px;
	position: sticky;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transform: translateX(-116px);
}


.history .year .swiperBox {
	height: 315px;
	display: flex;
	align-items: center;
	overflow: hidden;
}


.history .year .swiper {
	height: 30px;
	overflow: visible;
}


.history .year .swiper-slide {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 30px;
	cursor: pointer;
	transition: .4s ease color;
	position: relative;
	color: transparent;
	color: #999;
}



.history .year .swiper-slide-active {
	color: #333;
}

.history .year .swiper-slide-active::after {
	opacity: 0;
}



.history .list {
	flex: 1;
	margin-left: -80px;
}

.history .list .item {
	margin-top: 50px;
}


.history .list .item:nth-child(1) {
	margin-top: 0;
}


.history .list .title {
	color: white;
	-webkit-text-stroke: 1.2px #1B4A9A;
	-webkit-text-fill-color: transparent;
	font-family: Arial-Bold;
	font-size: 32px;
	line-height: 40px;
}


.history .list .line {
	width: 100%;
	height: 1px;
	background-color: rgba(27, 74, 154, .3);
	position: relative;
	margin-top: 17px;
}

.history .list .line::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: #1B4A9A;
	width: 50%;
}


.history .list .des {
	margin-top: 29px;
}


.history .list .image {
	width: 36.85%;
	float: right;
	margin-left: 10%;
}


.history .list .txts {
	margin-top: 8px;
}

.history .list .txts p {
	color: #676767;
	font-size: 18px;
	line-height: 30px;
}



@media screen and (max-width:1750px) {
	.history .year {
		transform: translateX(0);
	}

	.history .list {
		margin-left: 30px;
	}
}


@media screen and (max-width:1560px) {
	.history .con {
		margin-top: 50px;
	}

	.history .list .txts {
		margin-top: 24px;
	}

	.history .list .image {
		margin-left: 5%;
	}

	.history .list .title {
		font-size: 28px;
		line-height: 40px;
	}

	.history .list .des {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.history .list .item {
		margin-top: 40px;
	}

	.history .list .title {
		font-size: 26px;
		line-height: 38px;
	}

	.history .con {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.history .year {
		display: none;
	}

	.history .list {
		margin-left: 0;
	}

	.history .list .title {
		font-size: 24px;
		line-height: 36px;
	}

	.history .list .image {
		width: 45%;
		margin-left: 5%;
	}

	.history .list .item {
		margin-top: 30px;
	}

	.history .con {
		margin-top: 30px;
	}

	.history .list .title {
		font-size: 22px;
		line-height: 32px;
	}
}


@media screen and (max-width:538px) {
	.history .list .image {
		float: none;
		width: 100%;
		margin: 0;
	}

	.history .list .msg {
		margin-top: 24px;
	}
}


.visit {
	margin-top: 79px;
	overflow: hidden;
}


.visit .swiperBox {
	margin-top: 40px;
}


.visit .swiper-wrapper {
	pointer-events: none;
}

.visit .swiper-slide {
	pointer-events: all;
	transition: .4s ease opacity, .4s ease transform;
	opacity: 0;
}

.visit .swiper-slide.show-item {
	opacity: 1;
}

.visit .image {
	position: relative;
}

.visit .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .4s ease all;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}

.visit .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.visit .name {
	margin-top: 20px;
	opacity: 0;
}


.visit .swiper-slide-active .name {
	opacity: 1;
}

.visit .swiper-slide-active .image::after {
	opacity: 0;
}


.visit .sBtns>div {
	top: 46.7%;
	background-color: rgba(255, 255, 255, .3);
}

.visit .sBtns>div:hover {
	background-color: #1B4A9A;
}

.visit .sBtns>div.prev {
	left: 20px;
}

.visit .sBtns>div.next {
	right: 20px;
}


@media screen and (max-width:1560px) {
	.visit .swiperBox {
		margin-top: 50px;
	}
}


@media screen and (max-width:1333px) {
	.visit .swiperBox {
		margin-top: 40px;
	}

	.visit .name {
		margin-top: 16px;
	}
}

@media screen and (max-width:999px) {
	.visit .swiperBox {
		margin-top: 30px;
	}

}

@media screen and (max-width:768px) {
	.visit .sBtns>div {
		background-color: rgba(17, 17, 17, .3);
	}

	.visit .sBtns>div:hover {
		background-color: #1B4A9A;
	}
}

@media screen and (max-width:538px) {
	.visit .name {
		margin-top: 10px;
	}
}


.certificate {
	margin-top: 81px;
	overflow: hidden;
}


.certificate .cTit {
	width: 40%;
}

.certificate .swiper {
	margin-top: 38px;
}

.certificate .swiper .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.certificate .image {
	position: relative;
	overflow: hidden;
}

.certificate .image:hover img {
	transform: none;
}

.certificate .image i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: calc(100% - 30px);
	height: calc(100% - 34px);
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
	color: #ffffff;
	font-size: 16px;
	opacity: 0;
}

.certificate .image:hover i {
	opacity: 1;
}

.certificate .name {
	margin-top: 11px;
	color: #676767;
}



@media screen and (max-width:1560px) {
	.certificate .swiper {
		margin-top: 50px;
	}

	.certificate .cTit {
		width: 50%;
	}
}

@media screen and (max-width:1333px) {
	.certificate .swiper {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.certificate .sBtns>div {
		margin-top: 20px;
	}

	.certificate .image i {
		display: none;
	}
}

.responsibility {
	margin-top: 100px;
}

.responsibility .show {
	position: relative;
	margin-top: 41px;
	padding: 161px 0 40px 0;
	overflow: hidden;
}

.responsibility .swiper {
	max-width: 696px;
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.10);
	padding: 31px 31px 29px;
	margin: 0;
}

.responsibility .title {
	color: #ffffff;
}

.responsibility .txts {
	margin-top: 15px;
}

.responsibility .txts p {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
}

.responsibility .checkBtns {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	margin-top: 73px;
}

.responsibility .checkBtns .item {
	margin-top: 28.5px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: max-content;
	max-width: 100%;
	cursor: pointer;
	color: rgba(255, 255, 255, .7);
	padding-right: 39px;
	position: relative;
}


.responsibility .checkBtns .item:nth-child(1) {
	margin-top: 0;
}


.responsibility .checkBtns .circle {
	width: 15px;
	height: 15px;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, .7);
	flex-shrink: 0;
	margin-left: 24px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


.responsibility .checkBtns .item.active,
.responsibility .checkBtns .item:hover {
	color: #ffffff;
}

.responsibility .checkBtns .item.active .circle,
.responsibility .checkBtns .item:hover .circle {
	background-color: #ffffff
}


.responsibility .checkBtns .item.active .circle {
	height: 38px;
}


@media screen and (max-width:1560px) {
	.responsibility .show {
		padding: 80px 0;
		margin-top: 50px;
	}

	.responsibility .swiper {
		max-width: 600px;
		padding: 40px 30px;
		border-radius: 10px;
	}

	.responsibility .txts p {
		font-size: 18px;
	}

	.responsibility .txts {
		margin-top: 24px;
	}

	.responsibility .checkBtns .item {
		margin-top: 24px;
	}

	.responsibility .checkBtns {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.responsibility .swiper {
		border-radius: 5px;
		padding: 30px 20px;
	}

	.responsibility .show {
		margin-top: 40px;
		padding: 60px 0;
	}

	.responsibility .checkBtns {
		margin-top: 40px;
	}

	.responsibility .checkBtns .circle {
		width: 12px;
		height: 12px;
	}
}

@media screen and (max-width:999px) {
	.responsibility .show {
		padding: 50px 0;
		margin-top: 30px;
	}

	.responsibility .checkBtns .circle {
		width: 10px;
		height: 10px;
	}

	.responsibility .checkBtns .item.active .circle {
		height: 30px;
	}

	.responsibility .checkBtns .item {
		margin-top: 14px;
	}

	.responsibility .checkBtns {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.responsibility .txts {
		margin-top: 20px;
	}

	.responsibility .show {
		padding: 40px 0;
	}

	.responsibility .checkBtns .item {
		margin-top: 8px;
	}
}

@media screen and (max-width:538px) {
	.responsibility .swiper {
		padding: 30px 15px;
	}
}


/* 3-2Factory */

.factoryEquipment {
	padding: 80px 0 80px 0;
}

.factoryEquipment .equipmentList {
	margin-top: 42px;
}

.design {
	background-color: #F4F3F5;
	padding: 80px 0 101px 0;
}

.design .lrTit .cTit {
	width: 45%;
}

.design .lrTit .txts {
	width: 45.8%;
	margin-top: 14px;
	display: block;
}

.design .lrTit .txts p {
	color: #676767;
}

.design .list {
	margin-top: 48px;
}


.design .list .item {
	margin-top: 40px;
}

.design .list .item:nth-child(1) {
	margin-top: 0;
}


.design .list .image {
	border-radius: 16px;
	overflow: hidden;
	width: 48.57%;
}


.design .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.design .list .item:nth-child(2n-1) .image {
	float: right;
	margin-left: 2.8%;
}

.design .list .item:nth-child(2n) .image {
	float: left;
	margin-right: 2.8%;
}


.design .list .sign {
	width: 76px;
	height: 76px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1B4A9A;
}

.design .list .tit {
	margin-top: 30px;
}

.design .list .msg {
	padding-top: 41px;
}

.design .list .txts {
	margin-top: 6px;
}


.design .list .txts p {
	color: #666;
	font-size: 20px;
	line-height: 30px;
}


@media screen and (max-width:1560px) {
	.factoryEquipment .equipmentList {
		margin-top: 50px;
	}

	.design .list {
		margin-top: 50px;
	}

	.design .lrTit .txts {
		margin-top: 0;
		width: 50%;
	}

	.design .list .image {
		border-radius: 10px;
	}

	.design .list .msg {
		padding-top: 0;
	}

	.design .list .sign {
		width: 60px;
		height: 60px;
	}

	.design .list .txts {
		margin-top: 24px;
	}

	.design .list .txts p {
		font-size: 18px;
	}

	.design .list .tit {
		margin-top: 24px;
	}

	.design .list .item {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.factoryEquipment .equipmentList {
		margin-top: 40px;
	}

	.design .list .sign {
		width: 54px;
		height: 54px;
	}

	.design .list .image {
		border-radius: 5px;
	}

	.design .list .item {
		margin-top: 40px;
	}

	.design .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.factoryEquipment .equipmentList {
		margin-top: 30px;
	}

	.design .lrTit .txts {
		margin-top: 24px;
	}

	.design .list .sign {
		width: 46px;
		height: 46px;
	}

	.design .list .item {
		margin-top: 30px;
	}
}


@media screen and (max-width:538px) {
	.design .list .sign {
		width: 42px;
		height: 42px;
	}

	.design .list .item:nth-child(n) .image {
		float: none;
		margin: 0;
		width: 100%;
		margin-bottom: 24px;
	}

	.design .list .tit,
	.design .list .txts {
		margin-top: 20px;
	}
}

.inspection {
	padding: 80px 0 80px;
	padding-right: calc((100% - 1400px)/ 2);
	display: flex;
	justify-content: space-between;
	max-width: 1920px;
	margin: 0 auto;
}
@media screen and (min-width:1921px) {
	.inspection{
		padding-right: 360px;
	}
}


.inspection .imgSwiper {
	width: 62.8%;
	border-radius: 0 160px 0 0;
	overflow: hidden;
	padding-bottom: 59px;
}

.inspection .imgSwiper .swiper-slide {
	height: auto;
}

.inspection .imgSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.inspection .msg {
	width: 33.3%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.inspection .msg .cTit {
	width: 100%;
}

.inspection .msg .tips {
	margin-top: 21px;
	width: 100%;
}

.inspection .msg .des {
	border-radius: 100px 0 0 0;
	background: #1B4A9A;
	padding: 48px 30px 19px 51px;
	margin-top: 60px;
	width: 127.2%;
	position: relative;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.inspection .des .swiper-slide {
	height: auto;
}

.inspection .des .tit {
	color: #ffffff;
}

.inspection .des .txts {
	margin-top: 6px;
}

.inspection .des .txts p {
	color: rgba(255, 255, 255, .8);
}

.inspection .des .sBtns {
	margin-top: 25px;
}

.inspection .des .sBtns>div {
	background-color: rgba(17, 17, 17, .3);
}

.inspection .des .sBtns>div:hover {
	background-color: #E77817;
}

.inspection .des .sBtns>div.prev {
	margin-right: 0;
}

.inspection .des .sBtns .swiper-pagination {
	margin: 0 17px 0 18px;
	flex-shrink: 0;
	display: flex;
	align-items: flex-end;
	position: static;
	width: auto;
	height: auto;
	background-color: transparent;
}

.inspection .des .sBtns .swiper-pagination:hover {
	background-color: transparent;
}

.inspection .des .sBtns .swiper-pagination .swiper-pagination-current {
	color: #FFF;
	font-family: Arial-Bold;
	font-size: 36px;
	line-height: 40px;
}


.inspection .des .sBtns .swiper-pagination .swiper-pagination-total {
	color: #FFF;
	font-size: 14px;
	line-height: 28px;
	text-transform: capitalize;
}

.inspection .des .sBtns .swiper-pagination i {
	color: #FFF;
	font-size: 14px;
	line-height: 28px;
	flex-shrink: 0;
	font-style: normal;
	margin: 0 6px 0 9px;
}

@media screen and (max-width:1560px) {
	.inspection {
		padding: 80px 0;
		padding-right: 80px;
	}

	.inspection .imgSwiper {
		border-radius: 0 100px 0 0;
	}

	.inspection .msg .des {
		margin-top: 50px;
		padding: 40px 40px;
		border-radius: 60px 0 0 0;
	}

	.inspection .des .sBtns .swiper-pagination .swiper-pagination-current {
		font-size: 30px;
	}

	.inspection .des .txts,
	.inspection .msg .tips {
		margin-top: 24px;
	}

	.inspection .des .sBtns .swiper-pagination {
		margin: 0 14px;
	}
}

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

	.inspection .msg .des {
		margin-top: 40px;
	}

	.inspection .des .sBtns .swiper-pagination .swiper-pagination-current {
		font-size: 26px;
		line-height: 34px;
	}

	.inspection .imgSwiper {
		border-radius: 0 60px 0 0;
	}

	.inspection .msg .des {
		border-radius: 40px 0 0 0;
	}
}

@media screen and (max-width:999px) {
	.inspection {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding: 50px 0;
	}

	.inspection .msg {
		width: 100%;
		padding: 0 80px;
	}

	.inspection .msg .des {
		width: calc(100% + 40px);
		padding: 30px 40px;
		margin-top: 30px;
	}

	.inspection .des .sBtns .swiper-pagination .swiper-pagination-current {
		font-size: 22px;
	}

	.inspection .imgSwiper {
		padding-bottom: 0;
		width: 100%;
		margin-top: 30px;
		padding-right: 80px;
		border-radius: 0;
	}

	.inspection .imgSwiper .swiper-slide img {
		border-radius: 0 40px 0 0;
	}
}

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

	.inspection .msg {
		padding: 0 25px;
	}

	.inspection .msg .des {
		width: 100%;
		padding: 30px;
		border-radius: 20px 0 0 0;
	}

	.inspection .imgSwiper {
		padding-right: 25px;
	}

	.inspection .imgSwiper .swiper-slide img {
		border-radius: 0 20px 0 0;
	}
}

@media screen and (max-width:538px) {
	.inspection .msg .des {
		padding: 30px 15px;
	}

	.inspection .msg {
		padding: 0 15px;
	}

	.inspection .imgSwiper {
		padding-right: 15px;
	}
}


/* 4-1Resources */

.news {
	padding: 80px 0 100px 0;
}

.news .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 42px;
}

.news .item:nth-child(1) {
	margin-top: 0;
}

.news .item .time {
	flex-shrink: 0;
	margin-right: 38px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 71px;
	margin-top: 3px;
}

.news .item .day {
	color: #0057B7;
	text-align: center;
	font-family: Arial-Bold;
	font-size: 36px;
	line-height: 54px;
}


.news .item .year {
	color: #0057B7;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	margin-top: 14px;
}


.news .item .box {
	display: flex;
	justify-content: space-between;
	flex: 1;
}

.news .item .image {
	width: 25.6%;
}

.news .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.news .item .msg {
	width: 71.3%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 43px 0 30px;
}


.news .item .tit {
	color: #242424;
	font-family: Arial-Bold;
	font-size: 18px;
	line-height: 30px;
}

.news .item .tit:hover {
	color: #1B4A9A;
}

.news .item .txts {
	margin-top: 10px;
	min-height: 56px;
}

.news .item .cBtn {
	margin-top: 34px;
	background-color: #D9D9D9;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
	color: #676767;
	font-size: 16px;
	line-height: 28px;
}

.news .item .cBtn:hover {
	background-color: #E77817;
	box-shadow: 0 0 20px 0 rgba(231, 120, 23, 0.50);
	color: #ffffff;
}

.news .pager {
	margin-top: 100px;
}

@media screen and (max-width:1560px) {
	.news .item .msg {
		padding: 30px 0;
	}

	.news .item .txts {
		margin-top: 20px;
	}

	.news .item .cBtn {
		margin-top: 20px;
	}

	.news .item {
		margin-top: 30px;
	}

	.news .item .year {
		margin-top: 10px;
	}

	.news .item .time {
		margin-top: 0;
	}

	.news .item .day {
		font-size: 28px;
		line-height: 38px;
	}

	.news .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.news .item .msg {
		width: 65%;
	}

	.news .item .image {
		width: 32%;
	}

	.news .pager {
		margin-top: 50px;
	}

	.news .item .day {
		font-size: 26px;
		line-height: 38px;
	}
}

@media screen and (max-width:999px) {
	.news .item .cBtn {
		font-size: 14px;
		line-height: 24px;
	}

	.news .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.news .item .time {
		margin-right: 0;
		width: auto;
		flex-direction: row;
		align-items: center;
	}

	.news .item .year {
		margin-top: 0;
		font-size: 14px;
		line-height: 24px;
		margin-left: 10px;
	}

	.news .item .box {
		margin-top: 16px;
	}

	.news .item .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.news .item .msg {
		padding: 24px 0;
	}

	.news .item .day {
		font-size: 24px;
		line-height: 36px;
	}

	.news .item .txts {
		min-height: 52px;
	}
}

@media screen and (max-width:768px) {
	.news .item .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.news .item .image {
		width: 100%;
	}

	.news .item .msg {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}

	.news .item .txts,
	.news .item .cBtn {
		margin-top: 16px;
	}

	.news .item {
		width: 48%;
		margin-top: 30px;
	}

	.news .item .tit {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.news .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.news .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.news .item .txts {
		min-height: auto;
	}
}

@media screen and (max-width:450px) {
	.news .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.news .item:nth-child(1) {
		margin-top: 0;
	}
}



/* 4-2Resources */

.newDet {
	padding: 81px 0 103px 0;
}

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

.newDet .info {
	width: 73.71%;
}

.newDet .info .tips {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.newDet .info .tips .time {
	color: #56575A;
	font-size: 14px;
	line-height: 26px;
	margin-right: 34px;
}


.newDet .des {
	border-top: 1px solid rgba(0, 0, 0, .3);
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	padding: 25px 0 45px 0;
	margin-top: 4px;
}

.newDet .des .user {
	padding: 20px 20px 20px 20px;
	background: #F5F5F5;
}

.newDet .des .user .image {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	float: left;
	margin-right: 3%;
}

.newDet .des .user .name {
	color: #676767;
	font-size: 16px;
	line-height: 28px;
}

.newDet .des .user .name span {
	color: #000;
	margin-right: 5px;
}


.newDet .des .user .dis {
	margin-top: 8px;
}

.newDet .des .user .dis p {
	font-size: 14px !important;
}


.newDet .describe {
	margin-top: 37px;
}


.newDet .prevOrNext {
	margin-top: 32px;
}



.prevOrNext {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.prevOrNext>div {
	display: flex;
	align-items: center;
	width: 49%;
}


.prevOrNext>div.next {
	justify-content: flex-end;

}

.prevOrNext .next .tit {
	text-align: right;
}

.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 43px;
	height: 43px;
	background-color: #999;
	border-radius: 8px;
}


.prevOrNext .prev .btn {
	margin-right: 19px;
}

.prevOrNext .next .btn {
	margin-left: 18px;
}

.prevOrNext .btn i {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}


.prevOrNext a.btn:hover {
	background-color: #1B4A9A;
}


.prevOrNext .tit {
	font-size: 16px;
	line-height: 23px;
	color: #333;
}

.prevOrNext .name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}

.prevOrNext a.name:hover {
	color: #1B4A9A;
}


.newDet .recentBlogs {
	width: 21.42%;
	background-color: #F8F9FB;
	padding: 30px 32px 31px;
}

.newDet .recentBlogs .title {
	color: #000;
	font-size: 18px;
}


.newDet .recentBlogs .list {
	margin-top: 20px;
}


.newDet .recentBlogs .list .item {
	margin-top: 18px;
}

.newDet .recentBlogs .list .item:nth-child(1) {
	margin-top: 0;
}


.newDet .recentBlogs .list .image {
	overflow: hidden;
}

.newDet .recentBlogs .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.newDet .recentBlogs .list .tit {
	margin-top: 5px;
	color: #333333;
}

.newDet .recentBlogs .list .tit:hover {
	color: #0057B7;
}

.newDet .recentBlogs .list .time {
	font-size: 14px !important;
	line-height: 24px !important;
	color: #0057B7;
	margin-top: 0px;
}




@media screen and (max-width:1560px) {
	.newDet .recentBlogs {
		padding: 30px 20px;
	}

	.newDet .info .tips {
		margin-top: 26px;
	}

	.newDet .des {
		padding: 26px 0;
		margin-top: 26px;
	}

	.newDet .des .user {
		padding: 30px 20px;
	}

	.newDet .des .user .image {
		width: 140px;
		height: 140px;
	}

	.prevOrNext .btn {
		border-radius: 5px;
	}

	.newDet .recentBlogs .list .time {
		margin-top: 5px;
	}
}

@media screen and (max-width:1333px) {
	.newDet .recentBlogs {
		width: 24%;
	}

	.newDet .info {
		width: 72%;
	}

	.newDet .des .user .dis {
		margin-top: 16px;
	}
}

@media screen and (max-width:999px) {
	.newDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .info {
		width: 100%;
	}

	.prevOrNext .tit,
	.prevOrNext .name {
		font-size: 14px;
		lighting-color: 24px;
	}

	.prevOrNext .btn {
		width: 40px;
		height: 40px;
	}

	.newDet .recentBlogs {
		width: 100%;
		margin-top: 50px;
	}

	.newDet .recentBlogs .list {
		display: flex;
		flex-wrap: wrap;
	}

	.newDet .recentBlogs .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.newDet .recentBlogs .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

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

	.newDet .info h1 {
		font-size: 20px;
	}

	.newDet .describe {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.newDet .des .user .image {
		width: 120px;
		height: 120px;
	}

	.prevOrNext {
		flex-direction: column;
		align-items: flex-start;
	}

	.prevOrNext>div {
		width: 100%;
	}

	.prevOrNext>div.next {
		flex-direction: row-reverse;
		margin-top: 20px;
	}

	.prevOrNext .next .btn {
		margin-left: 0;
		margin-right: 19px;
	}

	.prevOrNext .next .tit {
		text-align: left;
	}

	.newDet .recentBlogs {
		margin-top: 40px;
	}

	.newDet .recentBlogs .list {
		justify-content: space-between;
	}

	.newDet .recentBlogs .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.newDet .recentBlogs .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.newDet .info .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .info .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.newDet .des .user {
		padding: 30px 15px;
	}

	.newDet .des .user .image {
		float: none;
		margin-right: 0;
		margin-bottom: 24px;
		width: 100px;
		height: 100px;
	}

	.newDet .recentBlogs {
		padding: 30px 15px;
	}
}

@media screen and (max-width:450px) {
	.newDet .recentBlogs .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.newDet .recentBlogs .list .item:nth-child(1) {
		margin-top: 0;
	}
}

/* 5-1Contact Us */

.contactUs {
	padding: 80px 0 100px 0;
}


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

.contactUs .info {
	width: 30%;
}

.contactUs .info .list {
	margin-top: 21px;
}

.contactUs .info .list li {
	margin-top: 24px;
	display: flex;
	align-items: flex-start;
}

.contactUs .info .list li i {
	font-size: 26px;
	color: #1B4A9A;
	flex-shrink: 0;
	margin-right: 12px;
	margin-top: 3px;
}


.contactUs .info .list li .num {
	color: #676767;
	font-size: 18px;
	line-height: 30px;
}

.contactUs .info .list li .num span {
	display: inline-block;
	direction: ltr;
}

.contactUs .info .list li.email .num {
	word-break: break-all;
}

.contactUs .info .list li .num:hover {
	color: #111;
}


.contactUs .info .list li:nth-child(1) {
	margin-top: 0;
}


.contactUs .info .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 27px;
}

.contactUs .info .blogrolls a {
	width: 40px;
	height: 40px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	background-color: #1B4A9A;
	flex-shrink: 0;
	margin-right: 11px;
	margin-top: 10px;
}


.contactUs .info .blogrolls a:hover {
	background-color: #EDEDED;
	color: #1B4A9A;
}

.contactUs .cForm {
	width: 55.5%;
	margin-top: 18px;
}


.contactUs .map {
	margin-top: 100px;
}

.contactUs .map img,
.contactUs .map iframe {
	display: block;
}

@media screen and (max-width:1560px) {
	.contactUs .info {
		width: 40%;
	}
	.contactUs .cForm {
		margin-top: 30px;
	}

	.contactUs .info .list li i {
		margin-top: 2px;
	}

	.contactUs .map {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .info .blogrolls {
		margin-top: 20px;
	}

	.contactUs .cForm {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .cForm {
		width: 100%;
	}

	.contactUs .info {
		width: 100%;
	}

	.contactUs .info .list li .num {
		font-size: 16px;
		line-height: 28px;
	}

	.contactUs .info .list li i {
		font-size: 22px;
		margin-right: 14px;
	}

	.contactUs .info .list li {
		margin-top: 20px;
	}

	.contactUs .info .list {
		margin-top: 24px;
	}

	.contactUs .info .blogrolls a {
		width: 36px;
		height: 36px;
	}

	.contactUs .map {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .info .list li .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .info .blogrolls a {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}

	.contactUs .map {
		margin-top: 40px;
	}
}


/* innerBanner */

.innerBanner {
	background-color: rgba(27, 74, 154, .1);
	padding-left: calc((100% - 1400px)/ 2);
	display: flex;
	justify-content: space-between;
}


.innerBanner .msg {
	width: 40%;
	padding: 83px 0 83px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}



.innerBanner .image {
	width: 56.7%;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerBanner .title {
	margin-top: 1px;
}

.innerBanner .tit {
	color: #676767;
	margin-top: 15px;
}


.innerBanner .txts {
	margin-top: 20px;
}


.innerBanner .cBtn {
	margin-top: 42px;
}

@media screen and (max-width:1560px) {
	.innerBanner {
		padding-left: 80px;
	}

	.innerBanner .msg {
		padding: 80px 0;
	}

	.font30 {
		font-size: 26px;
		line-height: 38px;
	}

	.innerBanner .title {
		margin-top: 5px;
	}

	.innerBanner .cBtn {
		margin-top: 30px;
	}
}

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

	.font30 {
		font-size: 22px;
		line-height: 34px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		flex-direction: column;
		align-items: flex-start;
		padding: 0;
	}

	.innerBanner .msg {
		padding: 50px 80px;
		width: 100%;
	}

	.font30 {
		font-size: 20px;
		line-height: 30px;
	}

	.innerBanner .cBtn {
		margin-top: 24px;
	}

	.innerBanner .image {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.innerBanner .msg {
		padding: 40px 25px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner .msg {
		padding: 40px 15px;
	}
}


/* innerBanner2 */

.innerBanner2 {
	height: 300px;
}

.innerBanner2 .image {
	height: 100%;
}

.innerBanner2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

@media screen and (max-width:1560px) {
	.innerBanner2 {
		height: 260px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner2 {
		height: 220px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner2 {
		height: 180px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner2 {
		height: 140px;
	}
}



/* pager */


.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: rgba(27, 74, 154, 0.05);
	padding: 9px 30px;
}

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

.pager .pageList a {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #676767;
	margin: 5px 9px;
	border-radius: 4px;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	color: #1B4A9A;
}


.pager .pageList a.iconfont {
	margin: 5px 11px;
	font-size: 10px;
	color: #333333;
	border: 1px solid #1B4A9A;
	color: #ffffff;
	background-color: #1B4A9A;
}

.pager .pageList a.iconfont:hover {
	background-color: transparent;
	color: #1B4A9A;
}


.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 20px;
	color: #1B4A9A;
	font-size: 16px;
	line-height: 28px;
	position: relative;
}


.pager .addTo:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.pager .addTo img {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	margin-left: 22px;
}


.pager .addTo input {
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


/* crumb */

.crumb {
	background-color: #F8F9FB;
	padding: 11px 0 12px 0;
}

.crumb img {
	flex-shrink: 0;
	width: 20px;
	transform: translateY(5px);
	margin-right: 6px;
}

.crumb a,
.crumb i {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-style: normal;
	letter-spacing: 0px;
	color: #999;
	display: inline-block;
}

.crumb a.active,
.crumb a:hover {
	color: #1B4A9A;
}

.crumb i {
	font-style: normal;
	margin: 0 0px;
}

@media screen and (max-width:1560px) {
	.pager {
		padding: 5px 30px;
	}
}


@media screen and (max-width:999px) {
	.crumb img {
		width: 18px;
		transform: translateY(3px);
	}

	.pager .pageList a {
		width: 30px;
		height: 30px;
	}

	.pager .addTo {
		font-size: 14px;
		line-height: 24px;
	}

	.pager .addTo img {
		width: 18px;
		height: 18px;
		margin-left: 10px;
	}

	.pager {
		padding: 5px 20px;
	}
}


/* footer */


footer {
	padding: 105px 0 24px 0;
	position: relative;
	overflow: hidden;
}

footer::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-color: #122545;
}

footer .fSign {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 409px;
}


footer .fSign img {
	display: block;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}


footer .footerList .box li {
	margin-top: 14px;
}


footer .footerList .box li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .titBox .meuBtn {
	display: none;
}


footer .footerList .fContact .box {
	margin-top: 11px;
}

footer .footerList .fContact .box ul li {
	margin-top: 10px;
}

footer .footerList .fContact .box ul li:nth-child(1) {
	margin-top: 0;
}

footer .footerList .fContact {
	width: 30%;
	margin-right: 6.56%;
}


footer .footerList .fContact p {
	display: inline;
}


footer .email a {
	word-break: break-all;
}


footer .fContact .num span {
	display: inline-block;
	direction: ltr;
}


footer .fContact a.num:hover span {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 21px;
}

footer .footerList .box .blogrolls a {
	width: 40px;
	height: 40px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	background-color: #1B4A9A;
	flex-shrink: 0;
	margin-right: 11px;
	margin-top: 10px;
}


footer .footerList .box .blogrolls a:hover {
	background-color: #ffffff;
	color: #1B4A9A;
	text-decoration: none !important;
}


footer .footerList .fNav {
	width: 11%;
	margin-right: 2.9%;
}


footer .footerList .fProduct {
	width: 13%;
	margin-right: 2.9%;
}




footer .footerList .fInquiry {
	width: 33.64%;
}


footer .footerList .fInquiry form {
	margin-top: 8px;
}


footer .footerList form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .footerList form ul li {
	height: 46px;
	margin-top: 11px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	width: 100%;
}

footer .footerList ul li a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}



footer .footerList form ul li:nth-child(-n+1) {
	margin-top: 0;
}



.fInquiry form input,
.fInquiry form textarea {
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: transparent;
}


.fInquiry form li.must {
	position: relative;
}


.fInquiry form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}


.fInquiry form li.code input {
	flex: 1;
	padding: 0 13px;
}


.fInquiry form li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	max-width: 99px;
	width: 70px;
	height: 24px;
	background-color: #f3fbfe;
}


.fInquiry form li.code .codeImg img {
	height: 100%;
}


.fInquiry form li.subBtn {
	padding: 0;
	border: none;
	margin-top: 26px;
	height: 50px;
	margin-top: 28px;
}



.fInquiry form li.subBtn input {
	background-color: #E77817;
	border-radius: 8px;
	cursor: pointer;
	color: #ffffff;
	font-size: 18px;
}


.fInquiry form li.subBtn input:hover {
	color: #E77817;
	background-color: #ffffff;
}


.fInquiry form li.message {
	height: 76px;
	padding: 13px 0;
}



.fInquiry form input::-webkit-input-placeholder,
.fInquiry form textarea::-webkit-input-placeholder {
	color: #ffffff;
}

.fInquiry form input:-moz-placeholder,
.fInquiry form textarea:-moz-placeholder {
	color: #ffffff;
}

.fInquiry form input::-moz-placeholder,
.fInquiry form textarea::-moz-placeholder {
	color: #ffffff;
}

.fInquiry form input:-ms-input-placeholder,
.fInquiry form textarea:-ms-input-placeholder {
	color: #ffffff;
}



footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 28px;
	color: #D9D9D9;
}



footer .title {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	display: block;
}

footer a.title:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


footer .footerList .box {
	margin-top: 15px;
}


footer .footerList .box a {
	display: inline-block;
}

footer .line {
	position: relative;
	margin-top: 60px;
	height: 1px;
}


footer .line::after {
	content: "";
	position: absolute;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background-color: rgba(153, 153, 153, .3);
}

footer .copyright {
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	color: rgba(217, 217, 217, .5);
}


footer .copyright p {
	display: inline;
	font-size: 14px;
	line-height: 26px;
	color: rgba(217, 217, 217, .5);
}

footer .copyright p.support {
	margin-left: 12px;
}

footer .copyright p.support a {
	margin-right: 5px;
}

footer .copyright a {
	display: inline;
	font-size: 14px;
	line-height: 26px;
	color: rgba(217, 217, 217, .5);
}

footer .copyright a:hover {
	color: #ffffff;
}

footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .copyright a:hover img {
	transform: scale(1.1);
}




@media screen and (max-width:1560px) {
	footer {
		padding: 50px 0;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .box,
	footer .footerList .fContact .box,
	footer .footerList .fInquiry form {
		margin-top: 24px;
	}

	footer .copyright {
		margin-top: 20px;
	}

	footer .blogrolls {
		padding-top: 10px;
	}

	footer .footerList form ul li {
		height: 40px;
	}

	.fInquiry form li.subBtn input {
		font-size: 16px;
		border-radius: 5px;
		height: 40px;
	}

	footer .line {
		margin-top: 40px;
	}

	footer .footerList .fContact .box ul li {
		margin-top: 14px;
	}
}

@media screen and (max-width:1333px) {
	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .footerList .box .blogrolls a {
		width: 36px;
		height: 36px;
	}
}

@media screen and (max-width:999px) {
	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 16px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer {
		padding: 40px 0 70px 0;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 24px;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 32px;
		height: 32px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList .box {
		margin-top: 10px;
	}

	footer .title {
		font-size: 16px;
		line-height: 28px;
	}

	footer .blogrolls {
		padding-top: 5px;
	}

	footer .footerList .box .blogrolls a {
		font-size: 14px;
		width: 32px;
		height: 32px;
	}

	footer .footerList .fContact .box ul li.blogrolls {
		margin-top: 0;
		width: 100%;
	}

	footer .footerList .fContact .box ul li.address {
		width: 100%;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .footerList .fInquiry form {
		display: none;
		transition: none;
	}

	footer .footerList .fInquiry form {
		margin-top: 5px;
	}

	footer .footerList .box,
	footer .footerList .fContact .box,
	footer .footerList .fInquiry form {
		margin-top: 10px;
	}

	footer .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList li .box ul>li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList form ul li {
		width: 100%;
	}

	footer .footerList form ul li:nth-child(-n+2) {
		width: 48%;
	}

	footer .footerList .box ul>li:nth-child(-n+2),
	footer .footerList form ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .line {
		margin-top: 30px;
	}

}

@media screen and (max-width:450px) {
	footer .footerList li .box li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList li .box li:nth-child(1) {
		margin-top: 0;
	}
}




/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* customer */

.customer {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
	right: 0px;
}


.customer .cusBox {
	background-color: rgba(179, 180, 181, 1);
	border-radius: 50px;
	padding: 8px 0 8px;
}


.customer div.item a,
.customer div.item div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: rgba(179, 180, 181, 1);
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 1px;
	font-size: 23px;
	border-radius: 50%;
}



.customer .top {
	width: 50px;
	height: 50px;
	background-color: #1B4A9A;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 18px;
	border-radius: 50%;
	border: 1px solid #1B4A9A;
}

.customer .top:hover {
	background-color: #ffffff;
}


.customer .top:hover img {
	transform: none;
	filter: grayscale(0%) brightness(100%);
}

.customer .top img {
	width: 17px;
	filter: grayscale(100%) brightness(500%);

}

.customer div.item div {
	cursor: pointer;
}

.customer div.item a:hover,
.customer div.item div:hover {
	background-color: #1B4A9A;
	color: #fff;
}

.clear2 {
	display: none;
}


.customer .code {
	position: relative;
}

.customer .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.customer .code:hover img {
	transform: translateX(0);
	opacity: 1;
}

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

	.customer div.item a,
	.customer div.item div,
	.customer .top {
		width: 46px;
		height: 46px;
	}
}

@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.customer .top{
		width: 33.333%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: rgba(179, 180, 181, 1);
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.customer .cusBox {
		padding: 0;
		background-color: transparent;
	}

	.customer div.item {
		width: 33.333%;
		float: left;
	}

	.customer div.item a,
	.customer div.item div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: rgba(179, 180, 181, 1);
		color: #fff !important;
		border-radius: 0px;
	}

	.customer .top i {
		border-color: #fff;
	}

	.customer .code img,
	.customer .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.customer .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}
}


@font-face {
	font-family: 'Arial-Bold';
	font-display: swap;
	src: url('../fonts/Arial-BoldMT.eot');
	src: url('../fonts/Arial-BoldMT.eot') format('embedded-opentype'),
		url('../fonts/Arial-BoldMT.woff2') format('woff2'),
		url('../fonts/Arial-BoldMT.woff') format('woff'),
		url('../fonts/Arial-BoldMT.ttf') format('truetype'),
		url('../fonts/Arial-BoldMT.svg#Arial-BoldMT') format('svg');
}



@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1766050956754') format('woff'),
		url('../fonts/iconfont.ttf?t=1766050956754') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zuojiantou:before {
	content: "\e600";
}

.icon-zuojiantou-copy:before {
	content: "\f213";
}

.icon-Gc_17_public-TopOutlined:before {
	content: "\e61b";
}

.icon-jurassic_message:before {
	content: "\e69f";
}

.icon-top02:before {
	content: "\e6f5";
}

.icon-kefu:before {
	content: "\e608";
}

.icon-teams_x:before {
	content: "\e604";
}

.icon-zhiding1:before {
	content: "\e7b9";
}

.icon-QQ:before {
	content: "\e882";
}

.icon-QQkongjian:before {
	content: "\e619";
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-location:before {
	content: "\e614";
}

.icon-xinlangweibo:before {
	content: "\e606";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}



.indexBanner {
	padding-bottom: 36.45%;
}

.banner1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}


.banner1 .msg {
	max-width: 495px;
	padding: 57px 22px 34px;
	border-radius: 10px;
	background: rgba(27, 74, 154, 0.50);
	backdrop-filter: blur(1px);
}


.banner1 .num {
	color: #FFF;
	font-size: 100px;
	font-weight: 700;
	line-height: 100px;
	white-space: nowrap;
}

.banner1 .title {
	color: #FFF;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
	margin-top: 11px;
}

.banner1 .txts {
	color: #FFF;
	font-size: 27px;
	line-height: 37px;
	margin-top: 22px;
}

.banner1 .bBtn {
	margin-top: 44px;
}

.bBtn {
	border-radius: 4px;
	background-color: rgba(255, 255, 255, .3);
	padding: 5px 5px 5px 13px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	width: max-content;
	display: flex;
	align-items: center;
	transition: .4s ease all;
}


.bBtn:hover {
	background-color: #1B4A9A;
}

.bBtn:hover i {
	background-color: #ffffff;
	color: #1B4A9A;
}

.bBtn i {
	transition: .4s ease all;
	width: 33px;
	height: 34px;
	border-radius: 3px;
	background-color: #1B4A9A;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	flex-shrink: 0;
	margin-left: 14px;
	color: #ffffff;
}


@media screen and (max-width:1700px) {
	.banner1 .msg {
		padding: 50px 20px;
		border-radius: 5px;
	}

	.banner1 .num {
		font-size: 60px;
		line-height: 60px;
	}

	.banner1 .title {
		font-size: 42px;
		line-height: 54px;
		margin-top: 16px;
	}

	.banner1 .txts {
		font-size: 20px;
		line-height: 30px;
	}

	.banner1 .bBtn {
		margin-top: 30px;
	}
}

@media screen and (max-width:1560px) {
	.banner1 .msg {
		padding: 40px 20px;
	}

	.banner1 .num {
		font-size: 50px;
		line-height: 50px;
	}

	.banner1 .title {
		font-size: 36px;
		line-height: 48px;
	}

	.banner1 .txts {
		font-size: 18px;
		line-height: 28px;
	}

	.banner1 .bBtn {
		margin-top: 26px;
	}

	.bBtn i {
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.banner1 .msg {
		padding: 30px 16px;
	}

	.banner1 .num {
		font-size: 40px;
		line-height: 40px;
	}

	.banner1 .title {
		font-size: 28px;
		line-height: 40px;
	}

	.banner1 .txts {
		font-size: 16px;
		line-height: 26px;
		margin-top: 16px;
	}

	.banner1 .bBtn {
		margin-top: 20px;
	}

	.bBtn i {
		width: 30px;
		height: 30px;
	}
}

@media screen and (max-width:999px) {
	.banner1 .msg {
		padding: 20px 15px;
	}

	.banner1 .num {
		font-size: 34px;
		line-height: 34px;
	}

	.banner1 .title {
		font-size: 22px;
		line-height: 34px;
		margin-top: 10px;
	}

	.banner1 .txts {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}

	.banner1 .bBtn {
		margin-top: 16px;
	}

	.bBtn i {
		width: 26px;
		height: 26px;
	}

	.bBtn {
		font-size: 12px;
		line-height: 24px;
		border: 2px;
		padding: 5px;
	}

	.banner1 .msg {
		max-width: 420px;
	}
}

@media screen and (max-width:768px) {
	.banner1 .num {
		font-size: 32px;
		line-height: 32px;
	}

	.banner1 .title {
		font-size: 18px;
		line-height: 30px;
	}

	.banner1 .txts {
		font-size: 12px;
		line-height: 22px;
		margin-top: 10px;
	}

	.bBtn i {
		width: 24px;
		height: 24px;
	}
}

@media screen and (max-width:750px) {
	.banner1 {
		display: none;
	}

	.indexBanner {
		padding-bottom: 80%;
	}
}


.banner2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-top: 39px;
}


.banner2 .msg {
	max-width: 532px;
	padding-right: 11px;
}

.banner2 .title {
	color: #FFF;
	font-size: 50px;
	font-weight: 700;
	line-height: 67px;
}

.banner2 .txts {
	color: rgba(255, 255, 255, .8);
	font-size: 27px;
	line-height: 36px;
	margin-top: 3px;
}

.banner2 .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 44px;
}


.banner2 .list .item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.banner2 .list .item .sign {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner2 .list .line {
	width: 1px;
	height: 74px;
	background-color: #FFF;
	flex-shrink: 0;
	margin: 0 31px;
}

.banner2 .list .name {
	text-align: center;
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	margin-top: 7px;
}

.banner2 .bBtn {
	margin-top: 26px;
}

@media screen and (max-width:1700px) {
	.banner2 {
		padding-top: 0;
	}

	.banner2 .title {
		font-size: 36px;
		line-height: 48px;
	}

	.banner2 .txts {
		font-size: 24px;
		line-height: 36px;
		margin-top: 20px;
	}

	.banner2 .list .item .sign {
		width: 50px;
		height: 50px;
	}

}

@media screen and (max-width:1560px) {
	.banner2 .title {
		font-size: 28px;
		line-height: 40px;
	}

	.banner2 .txts {
		font-size: 18px;
		line-height: 28px;
	}

	.banner2 .list .item .sign {
		width: 45px;
		height: 45px;
	}

	.banner2 .list .name {
		margin-top: 5px;
	}

	.banner2 .bBtn {
		margin-top: 24px;
	}
}

@media screen and (max-width:1333px) {
	.banner2 .title {
		font-size: 24px;
		line-height: 36px;
	}

	.banner2 .txts {
		font-size: 16px;
		line-height: 26px;
	}

	.banner2 .list .line {
		margin: 0 20px;
	}

	.banner2 .list .item .sign {
		width: 40px;
		height: 40px;
	}

	.banner2 .list .line {
		height: 70px;
	}

	.banner2 .list {
		margin-top: 24px;
	}
}

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

	.banner2 .txts {
		font-size: 14px;
		line-height: 24px;
		margin-top: 16px;
	}

	.banner2 .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.banner2 .list {
		margin-top: 16px;
	}

	.banner2 .list .item .sign {
		width: 36px;
		height: 36px;
	}

	.banner2 .bBtn {
		margin-top: 16px;
	}

	.banner2 .list .line {
		height: 60px;
	}
}

@media screen and (max-width:750px) {
	.banner2 {
		display: none;
	}
}

.banner3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 32px;
}


.banner3 .msg {
	max-width: 715px;
	padding-right: 107px;
}

.banner3 .title {
	color: #FFF;
	font-size: 60px;
	line-height: 80px;
	font-weight: 700;
}


.banner3 .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 26px;
}

.banner3 .list .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 5px 0;
	margin-right: 27px;
}


.banner3 .list .sign img {
	display: block;
}


.banner3 .txts {
	color: #FFF;
	font-size: 27px;
	line-height: 37px;
	text-transform: capitalize;
	margin-top: 60px;
	width: 68%;
}

.banner3 .bBtn {
	margin-top: 53px;
}

@media screen and (max-width:1700px) {
	.banner3 .title {
		font-size: 46px;
		line-height: 58px;
	}

	.banner3 {
		padding: 0;
	}

	.banner3 .list .sign {
		width: 50px;
		height: 50px;
		margin-right: 20px;
	}

	.banner3 .txts {
		width: 100%;
	}


	.banner3 .txts {
		margin-top: 20px;
		font-size: 24px;
		line-height: 38px;
	}

	.banner3 .bBtn {
		margin-top: 30px;
	}

	.banner3 .msg {
		max-width: 650px;
	}
}

@media screen and (max-width:1560px) {
	.banner3 .title {
		font-size: 36px;
		line-height: 48px;
	}

	.banner3 .list .sign {
		width: 46px;
		height: 46px;
	}

	.banner3 .txts {
		margin-top: 16px;
		font-size: 20px;
		line-height: 30px;
	}

	.banner3 .msg {
		max-width: 500px;
		padding-right: 80px;
	}

}

@media screen and (max-width:1333px) {
	.banner3 .title {
		font-size: 28px;
		line-height: 40px;
	}

	.banner3 .list .sign {
		width: 40px;
		height: 40px;
	}

	.banner3 .txts {
		font-size: 18px;
		line-height: 28px;
	}

	.banner3 .msg {
		max-width: 400px;
		padding-right: 60px;
	}

	.banner3 .list {
		margin-top: 16px;
	}
}

@media screen and (max-width:999px) {
	.banner3 .title {
		font-size: 24px;
		line-height: 36px;
	}

	.banner3 .list {
		margin-top: 10px;
	}

	.banner3 .list .sign {
		width: 30px;
		height: 30px;
	}

	.banner3 .txts {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}

	.banner3 .msg {
		max-width: 360px;
		padding-right: 25px;
	}

	.banner3 .bBtn {
		margin-top: 16px;
	}
}

@media screen and (max-width:750px) {
	.banner3 {
		display: none;
	}
}


.banner4 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.banner4 .msg {
	max-width: 495px;
	border-radius: 10px;
	background: rgba(27, 74, 154, 0.50);
	backdrop-filter: blur(1px);
	padding: 38px 40px 52px;
	margin-left: auto;
	margin-bottom: 53px;
}


.banner4 .msg .title {
	color: #FFF;
	font-size: 59px;
	font-weight: 700;
	line-height: 67px;
}

.banner4 .msg .txts {
	font-size: 15px;
	line-height: 25px;
	margin-top: 12px;
	color: rgba(255, 255, 255, .8);
}

.banner4 .msg .bBtn {
	margin-top: 42px;
}


@media screen and (max-width:1700px) {
	.banner4 .msg .title {
		font-size: 46px;
		line-height: 58px;
	}

	.banner4 .msg {
		padding: 40px 30px;
		border-radius: 5px;
	}

	.banner4 .msg {
		margin: 0;
		margin-left: auto;
	}

}

@media screen and (max-width:1560px) {
	.banner4 .msg .title {
		font-size: 36px;
		line-height: 48px;
	}

	.banner4 .msg {
		padding: 30px 20px;
	}

	.banner4 .msg .bBtn {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.banner4 .msg .title {
		font-size: 28px;
		line-height: 40px;
	}

	.banner4 .msg .bBtn {
		margin-top: 26px;
	}

	.banner4 .msg {
		max-width: 400px;
	}
}

@media screen and (max-width:999px) {
	.banner4 .msg .title {
		font-size: 22px;
		line-height: 30px;
	}

	.banner4 .msg .txts {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}

	.banner4 .msg .bBtn {
		margin-top: 16px;
	}

	.banner4 .msg {
		max-width: 360px;
		padding: 20px;
	}

}

@media screen and (max-width:750px) {
	.banner4 {
		display: none;
	}
}

.banner5 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-top: 32px;
}

.banner5 .msg {
	max-width: 838px;
	padding-right: 200px;
}

.banner5 .msg .title {
	color: #FFF;
	font-size: 67px;
	font-weight: 700;
	line-height: 67px;
}


.banner5 .msg .txts {
	color: rgba(255, 255, 255, .8);
	font-size: 27px;
	line-height: 37px;
	margin-top: 25px;
}

.banner5 .msg .show {
	max-width: 100%;
	padding: 25px 25px 24px 25px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.50);
	backdrop-filter: blur(1px);
	margin-top: 28px;
	width: max-content;
}

.banner5 .msg .show img {
	display: block;
	width: 516px;
}


.banner5 .msg .bBtn {
	margin-top: 50px;
	background-color: #1B4A9A;
	color: #ffffff;
}


.banner5 .msg .bBtn i {
	background-color: #ffffff;
	color: #1B4A9A;
}


.banner5 .msg .bBtn:hover {
	background-color: #ffffff;
	color: #1B4A9A;
}


.banner5 .msg .bBtn:hover i {
	background-color: #1B4A9A;
	color: #ffffff;
}


@media screen and (max-width:1700px) {
	.banner5 {
		padding-top: 0;
	}

	.banner5 .msg .title {
		font-size: 46px;
		line-height: 58px;
	}

	.banner5 .msg .txts {
		font-size: 22px;
		line-height: 34px;
		margin-top: 16px;
	}

	.banner5 .msg .show {
		border-radius: 5px;
		padding: 10px;
		margin-top: 20px;
	}

	.banner5 .msg .bBtn {
		margin-top: 26px;
	}

	.banner5 .msg .show img {
		display: block;
		width: 400px;
	}
	.banner5 .msg{
		max-width: 600px;
		padding-right: 100px;
	}
}

@media screen and (max-width:1560px) {
	.banner5 .msg .title {
		font-size: 36px;
		line-height: 48px;
	}

	.banner5 .msg .txts {
		font-size: 20px;
		line-height: 32px;
	}

	.banner5 .msg .bBtn {
		margin-top: 20px;
	}

	.banner5 .msg .show img {
		width: 300px;
	}
	.banner5 .msg{
		padding-right: 80px;
	}
}

@media screen and (max-width:1333px) {
	.banner5 .msg .title {
		font-size: 28px;
		line-height: 40px;
	}

	.banner5 .msg .txts {
		font-size: 16px;
		line-height: 26px;
	}

	.banner5 .msg .bBtn {
		margin-top: 20px;
	}

	.banner5 .msg .show img {
		width: 220px;
	}
	.banner5 .msg{
		padding-right: 80px;
		max-width: 460px;
	}
}

@media screen and (max-width:999px) {
	.banner5 .msg .title {
		font-size: 24px;
		line-height: 36px;
	}

	.banner5 .msg .txts {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}
	.banner5 .msg .show{
		margin-top: 10px;
	}
	.banner5 .msg .show img {
		width: 120px;
	}
	.banner5 .msg{
		max-width: 400px;
	}
	.banner5 .msg .bBtn{
		margin-top: 12px;
	}
}

@media screen and (max-width:768px) {
	.banner5 .msg{
		padding-right: 25px;
		max-width: 360px;
	}
}

@media screen and (max-width:750px) {
	.banner5{
		display: none;
	}
}