@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: BaiJamjuree-Regular, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	background-color: #fff;
	color: #666666;
}

ul {
	list-style: none;
}

html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #0067b8 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #F7A900;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: BaiJamjuree-Regular, 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;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}





@media screen and (max-width: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: #F7A900;
		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(0, 83, 164, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100vh;
	}

	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: BaiJamjuree-Regular, 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 */

header {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
}

nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 104px;
	max-width: 1920px;
	margin: 0 auto;
}

nav::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	bottom: 0;
	background-color: rgba(255, 255, 255, .3);
	pointer-events: none;
	transition: .4s ease all;
	z-index: -1;
}



header.active,
header.active2,
nav:hover {
	background-color: #ffffff;
	border-color: transparent;
}

header.active {
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}


header.active:after,
header.active2:after,
nav:hover:after {
	opacity: 0;
}

nav .logo {
	width: 58px;
	flex-shrink: 0;
}


nav .logo:hover img {
	transform: none;
}

nav .navList {
	display: flex;
	align-items: center;
}

nav .navList>ul {
	display: flex;
	align-items: center;
	margin-left: 98px;
}

nav .navList>ul>li {
	margin-right: 43px;
	position: relative;
}

nav .navList>ul>li:last-child {
	margin-right: 0;
}


nav .navList>ul>li>a {
	height: 86px;
	line-height: 86px;
	font-size: 18px;
	color: #ffffff;
	position: relative;
	display: flex;
	align-items: center;
}

nav .navList>ul>li>a i {
	font-size: 10px;
	transform: rotate(90deg);
	flex-shrink: 0;
	margin-left: 7px;
}


.innerRange {
	height: 86px;
}

header.active .navList>ul>li>a,
header.active2 .navList>ul>li>a,
nav:hover .navList>ul>li>a {
	color: #222;
}


nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	height: 3px;
	right: 0;
	top: 0px;
	background-color: #F7A900;
	width: 0;
	transition: .4s ease all;
}

nav .navList>ul>li:hover>a::after,
nav .navList>ul>li.active>a::after {
	width: 100%;
	right: auto;
	left: 0;
}

nav .navList>ul>li.active>a,
nav .navList>ul>li>a:hover {
	color: #F7A900;
}



nav .btns {
	display: flex;
	align-items: center;
}

nav .btns .line {
	width: 1px;
	height: 20px;
	background-color: #D9D9D9;
	margin: 0 10px 0 11px;
}


nav .btns .search {
	height: 86px;
	display: flex;
	align-items: center;
	position: relative;
}


nav .btns .search .searchBtn {
	cursor: pointer;
}




nav .btns .search .searchBtn i {
	font-size: 19px;
	color: #ffffff;
	transform: translateY(3px);
}

header.active .btns .search .searchBtn i,
header.active2 .btns .search .searchBtn i,
nav:hover .btns .search .searchBtn i {
	color: #222222;
}


nav .btns .search .searchBtn:hover i {
	color: #F7A900;
}

nav .btns .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	height: 30px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}


nav .btns .search form.active {
	width: 240px;
	padding: 0 10px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #333333;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 30px;
	width: 30px;
}

nav .btns .search form .subBtn:hover i {
	color: #F7A900;
}

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}


nav .btns .language {
	height: 86px;
	display: flex;
	align-items: center;
	margin-right: 36px;
	position: relative;
}

nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
}

nav .btns .language ul a {
	padding: 8.5px 30px;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: center;
	display: block;
}


nav .btns .language ul a:hover {
	color: #0053A4;
	background-color: rgba(0, 83, 164, .1);
}

nav .btns .lanBtn {
	cursor: pointer;
	font-size: 16px;
	color: #ffffff;
	display: flex;
	align-items: center;
}

header.active .btns .lanBtn,
header.active2 .btns .lanBtn,
nav:hover .btns .lanBtn {
	color: #222222;
}


nav .btns .lanBtn span {
	margin: 0 8px 0 5px;
}

nav .btns .lanBtn i.icon-language {
	font-size: 20px;
}

nav .btns .lanBtn i.icon-right7 {
	transform: rotate(90deg);
	font-size: 10px;
}

nav .btns .language .lanBtn:hover {
	color: #F7A900;
}

nav .btns .quoteBtn {
	height: 86px;
	display: flex;
	align-items: center;
	padding: 0 19px;
	background-color: #0053A4;
	color: #FFF;
	font-size: 18px;
	line-height: 28px;
}

nav .btns .quoteBtn:hover {
	background-color: #F7A900;
}


nav .btns .quoteBtn i {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	color: #222;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	font-weight: bold;
	flex-shrink: 0;
	margin-right: 14px;
}


/* moreList */


.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	display: none;
	transition: none;
}

.moreList ul {
	left: 100%;
	width: max-content;
}


.moreList {
	top: 100%;
	left: -30px;
	width: max-content;
}


.moreList li {
	position: relative;
}

.moreList li:last-child {
	margin-bottom: 0;
}


.moreList a {
	padding: 8.5px 30px;
	BaiJamjuree-Regular,
	Arial,
	sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	display: block;
}

.moreList a:hover {
	background-color: rgba(0, 83, 164, .1);
	color: #0053A4;
}

html {
	scroll-padding-top: 86px;
}

@media screen and (max-width:1700px) {
	nav {
		padding-left: 60px;
	}
}

@media screen and (max-width:1560px) {
	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
	}

	nav .btns .language,
	.innerRange,
	nav .btns .search,
	nav .btns .quoteBtn {
		height: 80px;
	}

	nav .navList>ul {
		margin-left: 40px;
	}

	nav .navList>ul>li {
		margin-right: 30px;
	}

	nav .btns .language {
		margin-right: 20px;
	}

	html {
		scroll-padding-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	nav .navList>ul>li>a {
		font-size: 16px;
	}

	nav .btns .quoteBtn {
		font-size: 16px;
		padding: 0 16px;
	}

	nav .btns .quoteBtn i {
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}

	nav .navList>ul {
		margin-left: 30px;
	}

	nav .navList>ul>li {
		margin-right: 26px;
	}

	nav .btns .language,
	.innerRange,
	nav .btns .search,
	nav .btns .quoteBtn {
		height: 60px;
	}

	nav .navList>ul>li>a {
		height: 60px;
		line-height: 60px;
	}
}

@media screen and (max-width:1200px) {
	nav {
		padding-left: 20px;
	}

	nav .navList>ul>li {
		margin-right: 14px;
	}

	nav .navList>ul {
		margin-left: 20px;
	}

	nav .navList>ul>li>a i {
		margin-left: 3px;
	}

	nav .logo {
		width: 50px;
	}

	nav .btns .quoteBtn {
		padding: 0 10px;
	}

	nav .btns .quoteBtn i {
		margin-right: 6px;
	}

	nav .btns .lanBtn span {
		margin: 0 5px;
	}

	nav .btns .line {
		margin: 0 8px;
	}

	nav .btns .language {
		margin-right: 14px;
	}

	nav .btns .search .searchBtn i {
		font-size: 16px;
	}

	nav .btns .lanBtn i.icon-language {
		font-size: 18px;
	}

	nav .btns .quoteBtn i {
		width: 22px;
		height: 22px;
	}
}

@media screen and (max-width:999px) {

	nav .navList>ul,
	nav .btns .quoteBtn,
	nav .btns .search,
	nav .btns .line {
		display: none;
	}

	nav {
		height: 60px;
		background-color: #ffffff;
		padding: 0 80px;
	}

	nav .btns .language .lanBtn {
		color: #222222;
	}

	nav .btns {
		margin-right: 60px;
	}

	nav .btns .lanBtn {
		font-size: 14px;
	}

	nav .logo {
		width: 46px;
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 24px;
	}

	.bannerRange {
		height: 60px;
	}

	nav .btns .language {
		margin-right: 0;
	}
}

@media screen and (max-width:768px) {
	.bannerRange {
		height: 50px;
	}

	nav {
		height: 50px;
		padding: 0 25px;
	}

	nav .btns .language {
		height: 50px;
	}

	nav .logo {
		width: 42px;
	}

	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .btns {
		margin-right: 60px;
	}

	html {
		scroll-padding-top: 50px;
	}
}


.indexBanner {
	position: relative;
	transition: none;
	padding-bottom: 46.14%;
}


.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 .btns {
	position: absolute;
	left: calc((100vw - 1400px)/ 2);
	bottom: 3.6%;
	z-index: 9;
	display: flex;
	align-items: center;
	width: max-content;
	margin-left: -10px;
}


.indexBanner .btns .prev,
.indexBanner .btns .next {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
	font-size: 22px;
	transition: .4s ease all;
}

.indexBanner .btns .prev:hover,
.indexBanner .btns .next:hover {
	color: #0053A4;
}

.indexBanner .btns .line {
	width: 114px;
	height: 1px;
	background-color: #ffffff;
	margin: 0px 12px 0 12px;
}

.indexBanner img {
	display: block;
}

.banner1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	overflow: hidden;
}

.banner1 .con {
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}


.banner1 .msg {
	width: 53.78%;
	padding-top: 7%;
}


.banner1 .msg .tit {
	color: #FFF;
	font-size: 48px;
	line-height: 62px;
}


.banner1 .msg .tit:hover {
	color: #0053A4;
}

.banner1 .msg .title {
	position: relative;
}

.banner1 .msg .title::after {
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	background-color: #F7A900;
	left: -22px;
	width: 7px;
	top: 50%;
	transform: translateY(-50%);
}


.banner1 .msg .title:hover {
	color: #0053A4;
}

.banner1 .msg .txts {
	margin-top: 11px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.banner1 .cBtn {
	background-color: #F7A900;
}

.banner1 .cBtn:hover {
	background-color: #0053A4;
}



.banner1 * {
	transition: .4s ease all;
}

.banner1 .imgList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 51px;
}

.banner1 .imgList .item {
	width: 32%;
	margin-right: 2%;
	margin-top: 20px;
	overflow: hidden;
	background-color: #ffffff;
}

.banner1 .imgList .item:hover img {
	transform: scale(1.1);
}

.banner1 .imgList .item:nth-child(3n) {
	margin-right: 0;
}

.banner1 .imgList .item:nth-child(-n+3) {
	margin-top: 0;
}

.banner1 .cBtn {
	margin-top: 57px;
}

.banner1 .show {
	width: 37.5%;
	position: relative;
	z-index: 9;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 7.4%;
	transform: translateX(7%);
}

.banner1 .show::after {
	content: "";
	position: absolute;
	left: 55.4%;
	top: 0;
	transform: translateX(-50%);
	width: 64.6%;
	height: 100%;
	z-index: -1;
	background-color: #F7A900;
}

.banner1 .show .title {
	color: #FFF;
	font-size: 70px;
	line-height: 80px;
	transform: translateX(5.7%);
	text-align: center;
}

.banner1 .show .title:hover {
	color: #0053A4;
}

.banner1 .show .box {
	display: flex;
	align-items: flex-end;
	margin-top: 23px;
	position: relative;
}


.banner1 .show .tit {
	color: #FFF;
	font-size: 40px;
	line-height: 62px;
	writing-mode: vertical-lr;
	position: absolute;
	right: -10%;
	bottom: -1.4%;
}

@media screen and (max-width:1800px) {

	.banner1 .msg,
	.banner1 .show {
		padding-top: 5%;
	}

	.banner1 .show,
	.banner1 .show .title {
		transform: translateX(0);
	}

	.banner1 .show .tit {
		bottom: 0;
	}

	.banner1 .show .title {
		font-size: 60px;
		line-height: 70px;
	}

	.banner1 .show .box {
		width: 70%;
	}

	.banner1 .show .tit {
		font-size: 34px;
		line-height: 46px;
	}

	.banner1 .cBtn,
	.banner1 .imgList {
		margin-top: 40px;
	}
}


@media screen and (max-width:1560px) {
	.banner1 .msg .tit {
		font-size: 36px;
		line-height: 48px;
	}

	.banner1 .cBtn,
	.banner1 .imgList {
		margin-top: 30px;
	}

	.banner1 .show .title {
		font-size: 40px;
		line-height: 52px;
	}

	.banner1 .show .tit {
		font-size: 30px;
		line-height: 42px;
	}

	.indexBanner .btns {
		left: 80px;
	}

	.indexBanner .btns .prev,
	.indexBanner .btns .next {
		font-size: 20px;
	}
}

@media screen and (max-width:1333px) {
	.banner1 .msg .tit {
		font-size: 30px;
		line-height: 42px;
	}

	.banner1 .msg .title::after {
		width: 4px;
	}

	.banner1 .cBtn {
		margin-top: 30px;
	}

	.banner1 .msg .txts {
		margin-top: 16px;
	}

	.banner1 .show .title {
		font-size: 34px;
		line-height: 48px;
	}

	.banner1 .show .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.banner1 .show .box {
		width: 64%;
		margin-top: 20px;
	}

	.banner1 .imgList {
		display: none;
	}

	.indexBanner .btns .prev,
	.indexBanner .btns .next {
		font-size: 18px;
	}

	.banner1 .msg {
		width: 60%;
	}
}

@media screen and (max-width:999px) {

	.banner1 .msg,
	.banner1 .show {
		padding-top: 0%;
	}

	.banner1 .msg .tit {
		font-size: 26px;
		line-height: 38px;
	}

	.banner1 .show .title {
		font-size: 28px;
		line-height: 40px;
	}

	.banner1 .show .tit {
		font-size: 18px;
	}

	.banner1 .show .box {
		width: 80%;
	}

	.indexBanner .btns .prev,
	.indexBanner .btns .next {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.banner1 .msg .title::after {
		width: 3px;
		left: -12px;
	}

	.banner1 .msg .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.indexBanner .btns {
		left: 25px;
		bottom: 20px;
	}

	.banner1 .show .title {
		font-size: 26px;
		line-height: 48px;
	}

	.banner1 .show .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:750px) {
	.banner1 {
		display: none;
	}

	.indexBanner .btns .line {
		width: 80px;
	}

	.indexBanner {
		padding-bottom: 80%;
	}
}

@media screen and (max-width:538px) {
	.indexBanner .btns .line {
		width: 40px;
	}
}










/* public */

.title1 {
	color: #0053A4;
	font-family: BaiJamjuree-Bold;
	font-size: 48px;
	line-height: 60px;
}


a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #F7A900;
}

.font18,
.font18 p {
	font-size: 18px;
	line-height: 32px;
}

.defaultColor {
	color: #222;
}

.themeColor {
	color: #0053A4;
}

.fontBold {
	font-family: BaiJamjuree-Bold;
}

.fontMedium {
	font-family: BaiJamjuree-Medium;
}

.fontRegular {
	font-family: BaiJamjuree-Regular;
}


.font16 {
	font-size: 16px;
	line-height: 28px;
}

.font20 {
	font-size: 20px;
	line-height: 32px;
}


.standardEdit p {
	font-size: 16px;
	line-height: 28px;
}

.lrTit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lrTit>.cBtn {
	flex-shrink: 0;
	margin-left: 30px;
}

.titPiece {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.titPiece .tip {
	margin-top: 1px;
}


.titPiece .sign {
	width: 8px;
	margin-left: 7px;
	margin-top: 9px;
}

.titPiece .sign img {
	display: block;
}

.cBtn {
	padding: 11px 15px 11px 15px;
	background-color: #0053A4;
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	width: max-content;
	max-width: 100%;
}

.cBtn i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #ffffff;
	color: #222222;
	flex-shrink: 0;
	margin-right: 13px;
	font-size: 10px;
	font-weight: bold;
}

.cBtn:hover {
	background-color: #F7A900;
}


.greyBg {
	background-color: #F5F5F5;
}

.txtCenter {
	text-align: center;
}



/* indexM1-1 */

.productCategroy {
	padding: 101px 0 91px 0;
	overflow: hidden;
}


.productCategroy .con {
	margin-top: 31px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.productCategroy .checkBtns {
	width: 22.36%;
}

.productCategroy .checkBtns .item {
	padding: 9px 18px;
	cursor: pointer;
}

.productCategroy .checkBtns .item.active,
.productCategroy .checkBtns .item:hover {
	background-color: #F7A900;
	color: #ffffff;
}

.productCategroy .checks {
	width: 74.3%;
}


.productSlides .swiper-slide {
	width: 370px;
	margin-right: 26px;
	background-color: #ffffff;
}


.productSlides .swiper-slide .image {
	overflow: hidden;
}

.productSlides .swiper-slide h2 {
	font: inherit;
}


.productSlides .swiper-slide .name {
	padding: 16px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productSlides .swiper-slide .name:hover {
	background-color: #0053A4;
	color: #ffffff;
}


.productSlides .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 1000% -1000%, 1000% 1000%, 0 1000%);
}

.productSlides .scrollBtns {
	margin-top: 42px;
}

.scrollBtns {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.scrollBtns .swiper-pagination {
	position: static;
	width: 100%;
	height: 4px;
	background-color: #0053A4;
	margin: 0 19px;
}

.scrollBtns .swiper-pagination-progressbar-fill {
	background-color: #F7A900;
}


.scrollBtns .prev,
.scrollBtns .next {
	font-size: 23px;
	font-weight: bold;
	cursor: pointer;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0053A4;
	flex-shrink: 0;
}

.scrollBtns .prev:hover,
.scrollBtns .next:hover {
	color: #F7A900;
}

.scrollBtns .prev.swiper-button-disabled,
.scrollBtns .next.swiper-button-disabled {
	pointer-events: none;
}

@media screen and (max-width:1560px) {
	.titPiece .tip {
		margin-top: 10px;
	}

	.font18 {
		font-size: 16px;
		line-height: 28px;
	}

	.cBtn {
		padding: 10px 16px;
	}

	.font20 {
		font-size: 18px;
		line-height: 30px;
	}

	.productSlides .swiper-slide {
		width: 320px;
	}

	.productSlides .swiper-slide .name {
		padding: 14px 20px;
	}

	.productSlides .scrollBtns {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.productSlides .checkBtns .item {
		padding: 8px 10px;
	}

	.font20 {
		font-size: 16px;
		line-height: 28px;
	}

	.productSlides .swiper-slide .name {
		padding: 10px 20px;
	}

	.scrollBtns .prev,
	.scrollBtns .next {
		font-size: 20px;
	}
}

@media screen and (max-width:999px) {
	.cBtn {
		font-size: 14px;
		line-height: 24px;
	}

	.cBtn i {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}

	.productCategroy .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.productCategroy .checkBtns {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.productCategroy .checkBtns .item {
		margin: 5px 0;
		margin-right: 5px;
		padding: 5px 10px;
	}

	.productCategroy .checkBtns .item:last-child {
		margin-right: 0;
	}

	.productCategroy .checks {
		margin-top: 26px;
		width: 100%;
	}

	.font18,
	.font20 {
		font-size: 14px;
		line-height: 26px;
	}

	.productSlides .swiper-slide {
		width: 280px;
		margin-right: 30px;
	}

	.scrollBtns .prev,
	.scrollBtns .next {
		font-size: 18px;
	}

	.titPiece .sign {
		width: 6px;
	}

	.cBtn {
		padding: 6px 10px;
	}

	.font16 {
		font-size: 14px;
		line-height: 26px;
	}

}

@media screen and (max-width:768px) {
	.productSlides .swiper-slide {
		width: 230px;
	}
}

@media screen and (max-width:538px) {
	.lrTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.lrTit .cBtn {
		margin-left: 0;
		margin-top: 20px;
	}
}

/* indexM2-1 */

.iAbout {
	overflow: hidden;
}


.company {
	padding: 84px 0 80px 0;
	position: relative;
}

.company .lrTit {
	align-items: flex-start;
}


.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;
	display: block;
}


.company .imgBg {
	height: 54.4%;
}

.company .lrTit .titPiece {
	width: 40%;
}

.company .lrTit .title1 {
	color: #ffffff;
}

.company .lrTit .title1:hover {
	color: #F7A900;
}

.company .lrTit .tip {
	color: #FFF;
}

.titPiece .cBtn {
	margin-top: 25px;
}

.company .cBtn {
	background-color: #F7A900;
}

.company .cBtn:hover {
	background-color: #ffffff;
	color: #0053A4;
}

.company .cBtn:hover i {
	background-color: #0053A4;
	color: #ffffff;
}

.company .lrTit .tips {
	width: 50.25%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}

.company .lrTit .tips p {
	color: #FFF;
}

.company .numList {
	margin-top: 82px;
}

.numList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 54px;
}

.numList .item {
	display: flex;
	align-items: flex-start;
	z-index: 9;
}

.numList .num {
	position: relative;
	color: #ffffff;
	font-size: 48px;
	z-index: 9;
	flex-shrink: 0;
	margin-right: 23px;
}


.numList .num span:nth-child(2) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
	-webkit-text-fill-color: transparent;
	font-size: 120px;
	line-height: 120px;
	z-index: -1;
}


.numList .tit {
	color: #F7A900;
	font-size: 18px;
	line-height: 28px;
	margin-top: 1px;
}


.numList .name {
	color: #FFF;
	font-size: 24px;
	line-height: 31px;
}

.numList .box {
	position: relative;
	z-index: 10;
}

.company .aboutShow {
	margin-top: 99px;
}

.aboutShow {
	position: relative;
}

.aboutShow .image {
	height: 100%;
}

.aboutShow .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.video .playBtn {
	width: 106px;
	height: 106px;
	position: relative;
	z-index: 9;
}


.video .playBtn .ciecle {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
	animation: circleRotate 25s linear infinite;
}

.video .playBtn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #F7A900;
	z-index: -2;
	transition: .4s ease all;
}


.video .playBtn span {
	position: absolute;
	left: 50%;
	top: 0;
	transform-origin: center var(--radius);
	color: #fff;
	white-space: nowrap;
}


.video .playBtn .arr {
	position: absolute;
	left: 52%;
	top: 50%;
	width: 12px;
	height: 15px;
	transform: translateX(-50%) translateY(-50%);
	background-color: #ffffff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.video:hover .playBtn::after {
	background-color: #0053A4;
}

@keyframes circleRotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.company .factoryShow {
	margin-top: 21px;
}


.swiperBox {
	position: relative;
}


.company .factoryShow .btns>div {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	cursor: pointer;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}


.company .factoryShow .btns>div:hover {
	color: #0053A4;
}

.company .factoryShow .btns>div.swiper-button-disabled {
	pointer-events: none;
}

.company .factoryShow .btns>div.prev {
	left: 9px;
}

.company .factoryShow .btns>div.next {
	right: 9px;
}

.company .factoryShow .image {
	overflow: hidden;
}

@media screen and (max-width:1560px) {
	.company .lrTit .titPiece {
		margin-top: 0;
	}

	.numList .num span:nth-child(2) {
		font-size: 80px;
		line-height: 80px;
	}

	.company .numList,
	.company .aboutShow {
		margin-top: 60px;
	}

	.company .factoryShow .btns>div {
		font-size: 18px;
	}

	.numList .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.numList .name {
		font-size: 22px;
	}
}

@media screen and (max-width:1333px) {
	.numList {
		padding: 0 0;
	}

	.numList .name {
		font-size: 20px;
		line-height: 30px;
	}

	.numList .num {
		font-size: 40px;
		margin-right: 10px;
	}

	.numList .num span:nth-child(2) {
		font-size: 66px;
		line-height: 66px;
	}

	.video .playBtn {
		width: 90px;
		height: 90px;
	}

	.company .numList,
	.company .aboutShow {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.company .lrTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.company .lrTit .titPiece {
		width: 100%;
	}

	.company .lrTit .tips {
		width: 100%;
		margin-top: 30px;
		-webkit-line-clamp: 4;
	}

	.numList {
		justify-content: space-between;
		padding: 0 30px;
	}

	.numList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 40px;
	}

	.numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.company .numList,
	.company .aboutShow {
		margin-top: 40px;
	}

	.aboutShow {
		height: 400px;
	}

	.numList .name {
		font-size: 18px;
		line-height: 28px;
	}

	.numList .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.company .imgBg {
		height: 65%;
	}

	.video .playBtn {
		width: 80px;
		height: 80px;
	}

	.numList .num span:nth-child(2) {
		font-size: 60px;
		line-height: 60px;
	}

	.numList .num {
		font-size: 36px;
		line-height: 36px;
	}
}

@media screen and (max-width:768px) {
	.numList .num {
		font-size: 30px;
		line-height: 30px;
	}

	.aboutShow {
		height: 360px;
	}
}

@media screen and (max-width:538px) {
	.numList {
		padding: 0 24px;
	}

	.numList .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.numList .num {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.aboutShow {
		height: 320px;
	}
}



.ability {
	padding-bottom: 117px;
	position: relative;
}

.ability .imgSign {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: -15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 274px;
}

.ability .imgSign img {
	display: block;
}



.iTit {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.iTit .title1 {
	text-align: center;
}

.iTit .tip {
	text-align: center;
	margin-top: 1px;
}

.iTit .sign {
	width: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 7px;
}

.iTit .sign img {
	display: block;
}

.ability .abilityList {
	margin-top: 48px;
}

.abilityList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.abilityList .item {
	width: 48.86%;
	background: #FFF;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
	padding: 21px 20px 29px;
	display: flex;
	align-items: flex-start;
	margin-top: 25px;
}

.abilityList .item:nth-child(-n+2) {
	margin-top: 0;
}

.abilityList .sign {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 33px;
	margin-top: 5px;
}

.font24 {
	font-size: 24px;
	line-height: 34px;
}

.abilityList .txts {
	margin-top: 1px;
}


@media screen and (max-width:1560px) {
	.ability {
		padding-bottom: 80px;
	}

	.iTit .tip,
	.iTit .sign {
		margin-top: 10px;
	}

	.ability .abilityList {
		margin-top: 40px;
	}

	.abilityList .item {
		padding: 30px 20px;
	}

	.font24 {
		font-size: 22px;
		line-height: 34px;
	}

	.abilityList .txts {
		margin-top: 10px;
	}

	.abilityList .sign {
		margin-top: 0;
		margin-right: 20px;
	}
}

@media screen and (max-width:1333px) {
	.ability {
		padding-bottom: 60px;
	}

	.font24 {
		font-size: 20px;
		line-height: 32px;
	}

	.abilityList .sign {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	.ability {
		padding-bottom: 50px;
	}

	.font24 {
		font-size: 18px;
		line-height: 30px;
	}

	.ability .abilityList {
		margin-top: 30px;
	}

	.abilityList .sign {
		width: 36px;
		height: 36px;
	}

	.ability .imgSign {
		width: 220px;
		bottom: 0;
	}
}

@media screen and (max-width:768px) {
	.ability {
		padding-bottom: 40px;
	}

	.abilityList .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.abilityList .sign {
		margin-right: 0;
		margin-bottom: 16px;
		width: 34px;
		height: 34px;
	}

	.ability .imgSign {
		width: 180px;
	}
}

@media screen and (max-width:538px) {
	.abilityList .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.abilityList .item:nth-child(1) {
		margin-top: 0;
	}

	.abilityList .item {
		flex-direction: row;
	}

	.abilityList .sign {
		margin-right: 16px;
		margin-bottom: 0px;
		width: 36px;
		height: 36px;
	}
}



/* indexM3-1 */

.certification {
	padding: 94px 0 63px 0;
	overflow: hidden;
}

.certification .lrTit>.sBtns {
	flex-shrink: 0;
	margin-left: 30px;
}

.sBtns {
	display: flex;
	align-items: center;
}

.sBtns>div {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 22px;
	color: #999;
}


.sBtns>div:hover {
	color: #0053A4;
}

.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}


.certification .swiper {
	margin-top: 37px;
}


.certification .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.certification .swiper-slide .image:hover img {
	transform: translateY(-10px);
}


.certification .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.font14 {
	font-size: 14px !important;
	line-height: 26px !important;
}

.certification .name {
	color: #333333;
	margin-top: 20px;
}

@media screen and (max-width:1560px) {
	.certification .name {
		margin-top: 10px;
	}

	.sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
}

@media screen and (max-width:1333px) {
	.sBtns>div {
		font-size: 18px;
	}
}

@media screen and (max-width:999px) {
	.certification .swiper {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.certification .lrTit>.sBtns {
		margin-left: 0px;
	}

	.lrTit>.sBtns>div {
		margin-top: 16px;
	}
}

/* indexM4-1 */


.blackColor {
	color: #333333;
}

.iPorject {
	padding: 111px 0 25px 0;
	overflow: hidden;
}

.iPorject .projectSwiper {
	margin-top: 58px;
}

.projectSwiper .swiper {
	overflow: visible;
}

.projectSwiper .swiper .swiper-slide {
	opacity: 0;
	height: auto;
}

.projectSwiper .swiper .swiper-wrapper {
	pointer-events: none;
}

.projectSwiper .swiper .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}

.swiperBox .sBtns>div {
	position: absolute;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
	color: #222;
}

.swiperBox .sBtns>div:hover {
	color: #0053A4;
}

.swiperBox .sBtns>div.prev {
	left: -66px;
}

.swiperBox .sBtns>div.next {
	right: -66px;
}

.projectItem.swiper-slide {
	transition: .4s ease opacity, .4s ease box-shadow;
}

.projectItem {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}

.projectItem .image {
	overflow: hidden;
	width: 100%;
}

.projectItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.projectItem::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: .8s ease all;
	height: 4px;
	background-color: #F7A900;
	width: 0;
}

.projectItem:hover::after {
	right: auto;
	left: 0;
	width: 100%;
	opacity: 1;
}

.projectItem .msg {
	flex: 1;
	width: 100%;
	padding: 34px 26px 39px;
}

.projectItem:hover {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
}

.projectItem .tit:hover {
	color: #F7A900;
}

.projectItem .txts {
	margin-top: 19px;
}

.projectItem .btn {
	margin-top: 36px;
	width: max-content;
	display: flex;
	align-items: center;
	color: #222;
	font-size: 16px;
	line-height: 28px;
}


.projectItem .btn i {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #F7A900;
	font-size: 10px;
	color: #ffffff;
}

.projectItem .btn:hover {
	color: #F7A900;
}

@media screen and (max-width:1560px) {
	.projectItem .msg {
		padding: 30px 20px 34px;
	}

	.projectItem .btn {
		margin-top: 24px;
	}

	.iPorject .projectSwiper {
		margin-top: 40px;
	}

	.swiperBox .sBtns>div.next {
		right: -60px;
	}

	.swiperBox .sBtns>div.prev {
		left: -60px;
	}
}

@media screen and (max-width:1333px) {
	.projectItem .msg {
		padding: 20px 15px 24px;
	}

	.projectItem .txts {
		margin-top: 10px;
	}

	.projectItem .btn {
		margin-top: 16px;
	}
}

@media screen and (max-width:999px) {
	.projectItem {
		background-color: #f5f5f5;
	}

	.projectItem:hover {
		background-color: #ffffff;
	}

	.iPorject .projectSwiper {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.swiperBox>.sBtns>div {
		position: static;
		margin-top: 20px;
		transform: translateY(0);
	}

	.swiperBox>.sBtns {
		justify-content: center;
	}
}

/* indexM5-1 */

.touch {
	position: relative;
}


.touch::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 182px);
	z-index: -1;
	top: 57.6%;
	transform: translateY(-50%);
	background-color: #F7A900;
}

.touch .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.touch .image {
	flex-shrink: 0;
	margin-left: 10%;
	width: 318px;
}


.touch .titPiece {
	padding-top: 81px;
}

.touch .title1 {
	color: #ffffff;
}

.touch .tip {
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.touch .cBtn:hover {
	background-color: #ffffff;
	color: #0053A4;
}


.touch .cBtn:hover i {
	background-color: #0053A4;
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.touch .titPiece {
		padding: 80px 0;
	}

	.touch::after {
		top: 50%;
	}

	.touch .image {
		width: 280px;
	}

	.touch::after {
		height: calc(100% - 100px);
	}
}

@media screen and (max-width:1333px) {
	.touch .image {
		width: 240px;
	}
}

@media screen and (max-width:999px) {
	.touch .image {
		width: 220px;
		margin-left: 5%;
	}

}

@media screen and (max-width:538px) {
	.touch::after {
		height: 100%;
	}

	.touch .titPiece {
		padding: 0;
	}

	.touch {
		padding: 40px 0;
	}

	.touch .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.touch .image {
		width: 100%;
		max-width: 180px;
		margin: 0 auto;
		margin-top: 30px;
	}
}



/* indexM6-1 */

.iNews {
	padding: 60px 0 118px 0;
	overflow: hidden;
}


.iNews .swiper {
	margin-top: 50px;
	overflow: visible;
}

.iNews .swiper .swiper-wrapper {
	pointer-events: none;
}


.newItem.swiper-slide {
	transition: .4s ease opacity, .4s ease box-shadow, .4s ease background-color;
	opacity: 0;
	height: auto;
}

.newItem.swiper-slide-visible {
	pointer-events: all;
	opacity: 1;
}

.newItem {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #f5f5f5;
	position: relative;
}


.newItem .image {
	width: 100%;
	overflow: hidden;
}

.newItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.newItem .msg {
	flex: 1;
	padding: 19px 26px 40px;
	position: relative;
}

.newItem .msg .time {
	color: #999;
}

.newItem .msg .tit {
	margin-top: 9px;
}

.newItem .msg .tit:hover {
	color: #F7A900;
}

.newItem .msg .txts {
	margin-top: 19px;
}

.newItem .msg .btn {
	margin-top: 38px;
	display: flex;
	align-items: center;
	width: max-content;
}


.newItem .msg .btn i {
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 10px;
	font-size: 10px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F7A900;
	color: #ffffff;
}


.newItem .msg .btn:hover {
	color: #F7A900;
}

.newItem:hover {
	background-color: #FFF;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.newItem::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 4px;
	width: 0;
	background-color: #F7A900;
	transition: .8s ease all;
	opacity: 0;
}

.newItem:hover::after {
	right: auto;
	left: 0;
	width: 100%;
	opacity: 1;
}

@media screen and (max-width:1560px) {
	.newItem .msg {
		padding: 30px 20px 34px;
	}

	.newItem .msg .btn {
		margin-top: 26px;
	}

	.iNews .swiper {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.newItem .msg {
		padding: 20px 15px 24px;
	}

	.newItem .msg .txts {
		margin-top: 10px;
	}

	.newItem .msg .btn {
		margin-top: 16px;
	}
}

@media screen and (max-width:999px) {
	.iNews .swiper {
		margin-top: 30px;
	}
}

/* 2-1About Us */

.aboutUs {
	padding: 78px 0 111px 0;
}

.aboutUs .lrTit {
	align-items: flex-start;
}


.aboutUs .lrTit .title1 {
	color: #222;
}

.aboutUs .lrTit .titPiece {
	width: 42%;
}

.aboutUs .lrTit .titPiece .tip {
	margin-top: 7px;
}

.aboutUs .lrTit .titPiece .sign {
	margin-top: 15px;
}

.aboutUs .lrTit .titPiece .image {
	margin-top: -13px;
	max-width: 223px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 19.5%;
}

.aboutUs .lrTit .txts {
	width: 52.98%;
	padding-right: 34px;
	max-height: 352px;
	overflow: auto;
}

.aboutUs .lrTit .txts p {
	font-size: 18px;
	line-height: 32px;
	color: #222222;
}

.aboutUs .lrTit .txts::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #D9D9D9;
}

.aboutUs .lrTit .txts::-webkit-scrollbar-thumb {
	background-color: #0053A4;
}

.aboutUs .lrTit .txts::-webkit-scrollbar-track {
	background-color: transparent;
}


.aboutUs .numList {
	margin-top: 76px;
}


.aboutUs .numList .num {
	color: #222;
}


.numList .num span:nth-child(2) {
	-webkit-text-stroke: 1px rgba(229, 229, 229, 0.8);
}

.aboutUs .numList .tit {
	color: #F7A900;
}


.aboutUs .numList .name {
	color: #222;
}


.aboutUs .aboutShow {
	margin-top: 70px;
}

@media screen and (max-width:1560px) {
	.aboutUs .lrTit .titPiece .image {
		margin: 0 auto;
	}

	.aboutUs .lrTit .txts {
		max-height: 308px;
	}

	.aboutUs .lrTit .txts p {
		font-size: 16px;
		line-height: 28px;
	}

	.aboutUs .numList {
		margin-top: 60px;
	}

	.aboutUs .lrTit .titPiece .tip {
		margin-top: 10px;
	}

	.aboutUs .lrTit .titPiece .image {
		max-width: 160px;
	}

	.aboutUs .aboutShow {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .lrTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.aboutUs .lrTit .titPiece {
		width: 100%;
	}

	.aboutUs .lrTit .titPiece .image {
		width: 140px;
		margin: 0;
	}

	.aboutUs .lrTit .txts {
		width: 100%;
		margin-top: 30px;
	}

	.aboutUs .numList,
	.aboutUs .aboutShow {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {

	.aboutUs .numList,
	.aboutUs .aboutShow {
		margin-top: 40px;
	}

	.aboutUs .lrTit .titPiece .image {
		width: 120px;
	}
}

/* 2-1About Us */

.companyCulture {
	padding: 0 80px;
	position: relative;
}

.companyCulture .list {
	display: flex;
	flex-wrap: wrap;
}

.companyCulture .list .item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, .3);
	padding: 226px 10px 14px;
}

.companyCulture .list .item:nth-child(8n-7) {
	border-left: 1px solid rgba(255, 255, 255, .3);
}


.companyCulture .list .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 46px;
}

.companyCulture .list .tit {
	color: #ffffff;
	margin-top: 5px;
}


.companyCulture .list .line {
	width: 36px;
	height: 2px;
	background-color: #F7A900;
	margin: 0 auto;
	margin-top: 5px;
}

.companyCulture .list .txts {
	margin-top: 18px;
}

.companyCulture .list .txts p {
	color: #ffffff;
}

.companyCulture .list .item:hover {
	background-color: rgba(0, 83, 164, .8);
}


@media screen and (max-width:1800px) {
	.companyCulture .list .item:nth-child(n) {
		width: 25%;
		flex: none;
		padding: 80px 20px 30px;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
		border-left: none;
	}

	.companyCulture .list .item:nth-child(4n-3) {
		border-left: 1px solid rgba(255, 255, 255, .3);
	}

	.companyCulture .list .item:nth-child(-n+4) {
		border-top: 1px solid rgba(255, 255, 255, .3);
	}

	.companyCulture .list .txts {
		margin-top: 10px;
	}

	.companyCulture .list .tit,
	.companyCulture .list .line {
		margin-top: 10px;
	}
}

@media screen and (max-width:1560px) {
	.companyCulture .list .item:nth-child(n) {
		padding: 60px 10px 20px;
	}

	.companyCulture .list .sign {
		width: 44px;
		height: 44px;
	}
}

@media screen and (max-width:999px) {
	.companyCulture .list .item:nth-child(n) {
		width: 33.3333%;
		border-left: none;
		border-top: none;
		padding: 50px 20px 20px;
	}

	.companyCulture .list .item:nth-child(3n-2) {
		border-left: 1px solid rgba(255, 255, 255, .3);
	}

	.companyCulture .list .item:nth-child(-n+3) {
		border-top: 1px solid rgba(255, 255, 255, .3);
	}

	.companyCulture .list .sign {
		width: 40px;
		height: 40px;
	}

	.companyCulture {
		padding: 0 25px;
	}
}

@media screen and (max-width:768px) {
	.companyCulture .list .item:nth-child(n) {
		width: 50%;
		border-left: none;
		border-top: none;
		padding: 40px 20px 20px;
	}

	.companyCulture .list .item:nth-child(2n-1) {
		border-left: 1px solid rgba(255, 255, 255, .3);
	}

	.companyCulture .list .item:nth-child(-n+2) {
		border-top: 1px solid rgba(255, 255, 255, .3);
	}
}

@media screen and (max-width:538px) {
	.companyCulture {
		padding: 0 15px;
	}

}

@media screen and (max-width:450px) {
	.companyCulture .list .item:nth-child(n) {
		width: 100%;
		border-top: none;
		border-left: 1px solid rgba(255, 255, 255, .3);
		border-top: none;
		padding: 40px 20px 20px;
	}

	.companyCulture .list .item:nth-child(-n+1) {
		border-top: 1px solid rgba(255, 255, 255, .3);
	}
}

.capacity {
	padding: 98px 0 127px 0;
	position: relative;
	overflow: hidden;
}

.capacity .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	margin: 0 auto;
	margin-top: 10px;
}

.capacity .con {
	display: flex;
	justify-content: space-between;
	margin-top: 36px;
}

.capacity .list {
	width: 29.85%;
	display: flex;
	flex-direction: column;
}

.capacity .show {
	width: 37.92%;
}


.capacity .show .item {
	width: 100%;
	height: 100%;
}


.capacity .list .item {
	flex: 1;
	margin-bottom: 14px;
}


.capacity .list .item:last-child {
	margin-bottom: 0;
}


.capacity .item {
	position: relative;
}


.capacity .image {
	position: relative;
}

.capacity .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}


.capacity .msg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 27px 20px;
}


.capacity .msg .tit {
	color: #ffffff;
}


.capacity .msg .tit:hover {
	color: #F7A900;
}


.capacity .msg .cBtn {
	margin-top: 15px;
}

.capacity .image {
	height: 100%;
	width: 100%;
}

.capacity .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.capacity .imgSign {
	position: absolute;
	right: -0.4%;
	bottom: 12.2%;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 271px;
	z-index: -1;
}

.capacity .imgSign img {
	display: block;
}

@media screen and (max-width:1333px) {
	.capacity .msg {
		padding: 20px 15px;
	}
}

@media screen and (max-width:999px) {
	.capacity .con {
		margin-top: 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.capacity .list {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 30px;
	}


	.capacity .list:nth-child(1) {
		margin-top: 0;
	}

	.capacity .list .item {
		width: 48%;
		margin-bottom: 0;
		margin-top: 20px;
		flex: none;
		height: 400px;
	}


	.capacity .list .item .msg {
		padding: 30px 15px;
	}


	.capacity .show .item {
		height: 400px;
	}

	.capacity .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.capacity .show {
		margin-top: 30px;
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.capacity .list .item {
		height: 360px;
	}

	.capacity .show .item {
		height: 360px;
	}
}

@media screen and (max-width:538px) {
	.capacity .list .item {
		height: 320px;
	}

	.capacity .show .item {
		height: 320px;
	}
}

@media screen and (max-width:450px) {
	.capacity .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.capacity .list .item:nth-child(1) {
		margin-top: 0;
	}
}


.philosophy {
	padding-right: calc((100vw - 1400px)/ 2);
	display: flex;
	justify-content: space-between;
}


.philosophy .image {
	width: 55.4%;
}


.philosophy .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.philosophy .msg {
	padding: 39px 0 75px 0;
	width: 41.7%;
}


.philosophy .sign {
	margin-top: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
}


.philosophy .tips {
	margin-top: 15px;
}


.philosophy .list {
	margin-top: 25px;
}

.philosophy .list .item {
	margin-top: 14px;
	position: relative;
	padding: 13px 10px 6px 18px;
	background-color: #FFF;
}

.philosophy .list .item:nth-child(1) {
	margin-top: 0;
}

.philosophy .list .txts {
	margin-top: 5px;
}



.philosophy .list .item::after {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 4px;
	background-color: #F7A900;
}

@media screen and (max-width:1560px) {
	.philosophy {
		padding-right: 80px;
	}

	.philosophy .tips {
		margin-top: 20px;
	}

	.philosophy .list .item {
		padding: 14px 20px;
	}

	.philosophy .msg {
		padding: 80px 0px;
	}
}


@media screen and (max-width:1333px) {
	.philosophy .msg {
		padding: 60px 0px;
	}
}


@media screen and (max-width:999px) {
	.philosophy {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding-right: 0;
	}

	.philosophy .msg {
		width: 100%;
		padding: 50px 80px;
	}

	.philosophy .image {
		width: 100%;
		height: 400px;
	}
}

@media screen and (max-width:768px) {
	.philosophy .msg {
		padding: 40px 25px;
	}

	.philosophy .image {
		height: 360px;
	}
}

@media screen and (max-width:538px) {
	.philosophy .image {
		height: 320px;
	}

	.philosophy .msg {
		padding: 40px 15px;
	}
}


.standards {
	padding: 103px 0 100px 0;
}


.standards .con {
	display: flex;
	justify-content: space-between;
}

.standards .msg {
	width: 50.4%;
	padding-top: 37px;
}

.standards .msg .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	margin-top: 13px;
}

.standards .msg .tips {
	margin-top: 15px;
}


.standards .msg .list {
	margin-top: 19px;
}

.standards .msg .list .item {
	margin-top: 11px;
	background-color: #f5f5f5;
	padding: 13px 19px 10px 19px;
	position: relative;
}

.standards .msg .list .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background-color: #F7A900;
}


.standards .msg .list .item:nth-child(1) {
	margin-top: 0;
}

.standards .msg .list .txts {
	margin-top: 2px;
}

.standards .msg .des {
	margin-top: 20px;
}

.standards .msg .des p {
	color: #222222;
}


.standards .show {
	width: 45.64%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.standards .show .bigImg {
	flex: 1;
	width: 100%;
}

.standards .show .bigImg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.standards .show .imgList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 11px;
	width: 100%;
}

.standards .show .imgList .image {
	width: 30.6%;
	margin-right: 4.1%;
	margin-top: 9px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
	display: flex;
	align-items: center;
	justify-content: center;
}


.standards .show .imgList .image:nth-child(3n) {
	margin-right: 0;
}

.standards .show .imgList .image:nth-child(-n+3) {
	margin-top: 0;
}

@media screen and (max-width:1560px) {
	.standards .msg .tips {
		margin-top: 20px;
	}

	.standards .msg .list .item {
		padding: 14px 20px;
	}

	.standards .msg {
		padding: 30px 0;
	}
}

@media screen and (max-width:999px) {
	.standards .con {
		flex-direction: column;
		align-items: flex-start;
	}


	.standards .msg {
		padding: 0 0;
	}

	.standards .msg {
		width: 100%;
	}

	.standards .show {
		width: 100%;
		margin-top: 30px;
	}

	.standards .show .bigImg {
		flex: none;
		width: 100%;
		height: 400px;
	}

	.standards .show .imgList .image {
		width: 32%;
		margin-right: 2%;
	}

	.standards .show .imgList .image img {
		max-width: 120px;
	}
}

@media screen and (max-width:768px) {
	.standards .show .bigImg {
		height: 360px;
	}

	.standards .show .imgList .image img {
		max-width: 100px;
	}
}

@media screen and (max-width:538px) {
	.standards .show .imgList {
		justify-content: space-between;
	}

	.standards .show .imgList .image:nth-child(n) {
		width: 49%;
		margin-right: 0;
		margin-top: 20px;
	}

	.standards .show .imgList .image:nth-child(-n+2) {
		margin-top: 0;
	}

	.standards .show .bigImg {
		height: 320px;
	}
}




/* 2-2Factory Showcase */

.innerNav {
	background-color: #F5F5F5;
	position: sticky;
	top: 86px;
	left: 0;
	z-index: 99;
}

.innerNav .swiper-slide {
	width: auto;
	margin-right: 46.5px;
}

.innerNav .swiper-slide:last-child {
	margin-right: 0;
}


.innerNav a {
	padding: 20px 0 16px;
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
}

.innerNav a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #0053A4;
	transition: .4s ease all;
}

.innerNav .swiper-slide a:hover,
.innerNav .swiper-slide.active a {
	color: #0053A4;
}

.innerNav .swiper-slide a:hover::after,
.innerNav .swiper-slide.active a::after {
	right: auto;
	left: 0;
	width: 100%;
}

.showCase {
	padding: 46px 0 120px 0;
}

.showCase .list {
	display: flex;
	flex-wrap: wrap;
}


.showCase .list .item {
	width: 23.92%;
	margin-right: 1.44%;
	margin-top: 36px;
}


.showCase .list .item:nth-child(4n) {
	margin-right: 0;
}

.showCase .list .item:nth-child(-n+4) {
	margin-top: 0;
}

.showCase .list .image {
	overflow: hidden;
}

.showCase .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.showCase .list .tit {
	margin-top: 20px;
}

.showCase .list .tit:hover {
	color: #0053A4;
}


.showCase .pager {
	margin-top: 67px;
}


.innerTouch {
	background-color: #F7A900;
	padding: 36px 0 37px 0;
}

.innerTouch .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.innerTouch .cBtn {
	flex-shrink: 0;
	margin-left: 40px;
}


.innerTouch .cBtn:hover {
	background-color: #ffffff;
	color: #0053A4;
}

.innerTouch .cBtn:hover i {
	background-color: #0053A4;
	color: #ffffff;
}

.innerTouch .title1 {
	color: #ffffff;
}

.innerTouch .txts {
	color: #ffffff;
	margin-top: 12px;
}


.innerTouch .sign {
	margin-top: 8px;
	width: 32px;
}

.innerTouch .sign img {
	display: block;
}


@media screen and (max-width:1560px) {
	.innerNav a {
		padding: 16px 0;
		font-size: 16px;
	}

	.innerNav .swiper-slide {
		margin-right: 40px;
	}

	.showCase .list .tit {
		margin-top: 14px;
	}

	.showCase .pager {
		margin-top: 60px;
	}

	.innerTouch .sign {
		margin-top: 10px;
	}

	.innerTouch {
		padding: 40px 0;
	}
	.innerNav {
		top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.innerNav .swiper-slide {
		margin-right: 30px;
	}

	.innerNav a {
		padding: 10px 0;
	}

	.showCase .list .tit {
		margin-top: 10px;
	}

	.showCase .pager {
		margin-top: 50px;
	}
	.innerNav {
		top: 60px;
	}

}

@media screen and (max-width:999px) {
	.showCase .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.showCase .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.showCase .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.innerNav a {
		font-size: 14px;
		line-height: 26px;
	}

	.showCase .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.innerTouch .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.innerTouch .cBtn {
		margin-left: 0;
		margin-top: 26px;
	}

	.showCase .list {
		justify-content: space-between;
	}

	.showCase .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.showCase .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.showCase .pager {
		margin-top: 30px;
	}
	.innerNav {
		top: 50px;
	}
}

@media screen and (max-width:450px) {
	.showCase .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.showCase .list .item:nth-child(1) {
		margin-top: 0;
	}
}

/* 3-1Products */

.products {
	padding: 79px 0 91px 0;
}

.products .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.products .innerSlides {
	width: 22.2%;
}


.products .innerSlides .title {
	background-color: #0053A4;
	padding: 8px 14.5px 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.products .innerSlides .title .tit {
	color: #ffffff;
}

.products .innerSlides .title .menuBtn {
	display: none;
}

.products .innerSlides .title .menuBtn.active i {
	transform: rotate(45deg);
}

.products .innerSlides .list {
	margin-top: 2px;
}


.products .innerSlides .list>li {
	margin-bottom: 6px;
}

.products .innerSlides .list>li:last-child {
	margin-bottom: 0;
}

.products .innerSlides .list>li>.tit {
	border-bottom: 1px solid #E4E4E4;
	padding-left: 15px;
}

.products .innerSlides .list .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.products .innerSlides .list>li>.tit>a {
	color: #222;
	font-size: 18px;
	line-height: 30px;
	font-family: BaiJamjuree-Bold;
	padding: 13px 0;
}


.products .innerSlides .list li.active>a,
.products .innerSlides .list li.active>.tit>a {
	color: #0053A4;
}


.products .innerSlides .list .tit .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 25px;
	height: 25px;
	cursor: pointer;
	flex-shrink: 0;
	margin-left: 10px;
}

.products .innerSlides .list .tit .btns.active i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.products .innerSlides .list .tit .btns:hover i {
	background-color: #0053A4;
}


.products .innerSlides .list .tit .btns i {
	width: 12px;
	height: 2px;
	background-color: #222;
}

.products .innerSlides .list .tit .btns i.move {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}


.products .innerSlides .list a {
	display: block;
}

.products .innerSlides .list a:hover,
.products .innerSlides .list .tit a:hover {
	color: #0053A4;
}

.products .innerSlides .list ul {
	padding: 19px 0px 5px 15px;
	display: none;
	transition: none;
}


.products .innerSlides .list li.active>ul {
	display: block;
}

.products .innerSlides .list ul li {
	margin-bottom: 20px;
}

.products .innerSlides .list ul li a {
	color: #666666;
}

.products .innerSlides .list ul li:last-child {
	margin-bottom: 0;
}

.products form {
	width: 72.2%;
	padding-top: 8px;
}


.products form .mbox {
	margin-top: 9px;
	height: 128px;
}

.products form .mbox p {
	font-size: 18px;
	line-height: 32px;
}

.products form .productList {
	margin-top: 24px;
}

.productList {
	display: flex;
	flex-wrap: wrap;
}


.productList .item {
	width: 32%;
	margin-right: 2%;
	margin-top: 32px;
	background-color: #ffffff;
}


.productList .item:nth-child(3n) {
	margin-right: 0;
}

.productList .item:nth-child(-n+3) {
	margin-top: 0;
}

.productList .image {
	overflow: hidden;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}


.productList .item:hover {
	background-color: #0053A4;
}

.productList .msg {
	padding: 15px 29px 17px;
}


.productList .item:hover .msg .name {
	color: #ffffff;
}

.productList .item .msg .name:hover {
	color: #F7A900;
}


.productList .msg .name {
	height: 64px;
}


.productList .btns {
	display: flex;
	align-items: center;
	margin-top: 19px;
	width: max-content;
	padding: 13px 14px 13px 15px;
	border: 1px solid #0053A4;
}

.productList .btns .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
	width: 22px;
	height: 22px;
	outline: 1px solid #D9D9D9;
	position: relative;
	overflow: hidden;
}

.productList .btns .checkBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
}

.productList .btns a {
	color: #0053A4;
}

.productList .btns a:hover {
	color: #F7A900;
}

.productList .item:hover .btns {
	background-color: #ffffff;
	border-color: #ffffff;
}


.productList .btns .checkBtn i {
	font-size: 14px;
	color: #F7A900;
	opacity: 0;
}


.productList .btns .checkBtn.active i {
	opacity: 1;
}

.products .pager {
	margin-top: 62px;
}

@media screen and (max-width:1560px) {
	.products form {
		padding-top: 0;
	}

	.products form .mbox {
		height: 112px;
		margin-top: 20px;
	}

	.products form .mbox p {
		font-size: 16px;
		line-height: 28px;
	}

	.productList .msg {
		padding: 15px 20px;
	}

	.productList .btns {
		padding: 10px 20px;
		margin-top: 10px;
	}

	.products .pager {
		margin-top: 50px;
	}

	.products form .productList {
		margin-top: 40px;
	}

	.productList .msg .name {
		height: 60px;
	}
}

@media screen and (max-width:1333px) {
	.productList {
		justify-content: space-between;
	}

	.productList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.productList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.products form {
		width: 68%;
	}

	.products .innerSlides {
		width: 26%;
	}

	.productList .btns {
		padding: 8px 16px;
	}

	.productList .btns .checkBtn {
		width: 20px;
		height: 20px;
	}

	.products .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.products .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.products .innerSlides {
		width: 100%;
	}

	.products .innerSlides .list>li>.tit>a {
		font-size: 16px;
		line-height: 28px;
		padding: 10px 0;
	}

	.products .innerSlides .list ul {
		padding: 10px 0 5px 15px;
	}

	.products .innerSlides .list ul li a {
		font-size: 14px;
		line-height: 24px;
	}

	.products .innerSlides .list ul li {
		margin-bottom: 10px;
	}

	.products .innerSlides .list>li {
		margin-bottom: 0;
	}

	.products form {
		width: 100%;
		margin-top: 30px;
	}

	.products form .productList {
		margin-top: 30px;
	}

	.products form .mbox {
		height: 104px;
	}

	.productList .msg .name {
		height: 56px;
	}

	.products .innerSlides .title .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		font-size: 18px;
		color: #ffffff;
	}

	.products .innerSlides .list>li>.tit {
		padding: 0 15px;
	}

	.products .innerSlides .list ul {
		padding: 10px 15px 5px;
	}

	.products .innerSlides .list {
		display: none;
		transition: none;
	}
}


@media screen and (max-width:538px) {
	.productList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.productList .item:nth-child(1) {
		margin-top: 0;
	}

	.products .pager {
		margin-top: 30px;
	}

	.productList .msg .name {
		height: auto;
	}
}

/* 3-2Products */

.productDet {
	padding: 89px 0 103px 0;
}


.productDet .piece>div:nth-child(1) {
	margin-top: 0;
}


.productShow {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}


.productShow .shows {
	flex-shrink: 0;
	margin-right: 5.75%;
}

.productShow .shows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: none;
}

.showSipwerBox {
	position: relative;
	z-index: 999;
}

.productShow .showSipwerBox {
	margin-right: 15px;
}


.showSipwer .swiper-slide {
	position: relative;
}

.showSipwer .swiper-slide img {
	display: block;
}


.productShow .shows .showSipwer {
	width: 545px;
	overflow: hidden;
	background-color: #ffffff;
}


.productShow .shows .checkSwiper {
	width: 99px;
	overflow: hidden;
	height: 100%;

}

.productShow .shows .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 545px;
	padding: 56px 0;
}

.productShow .shows .swiperBox .prev,
.productShow .shows .swiperBox .next {
	width: 100%;
	position: absolute;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 2px 5px;
	height: auto;
}


.productShow .shows .swiperBox .prev i,
.productShow .shows .swiperBox .next i {
	font-size: 18px;
	font-weight: bold;
	color: #0053A4;
	transition: .4s ease all;
}


.productShow .shows .swiperBox .prev:hover i,
.productShow .shows .swiperBox .next:hover i {
	color: #F7A900;
}


.productShow .shows .swiperBox .prev {
	top: 15px;
}

.productShow .shows .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .shows .swiperBox .next {
	bottom: 15px;
	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;
}


.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 transparent;
}


.productShow .shows .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #F7A900;
}


.productShow .jianjie {
	flex: 1;
	padding-top: 39px;
}


.productShow .jianjie .line {
	width: 100%;
	height: 1px;
	background-color: #C1C7D0;
	margin-top: 10px;
}



.productShow .jianjie .txts {
	margin-top: 19px;
}

.productShow .jianjie .btns {
	display: flex;
	align-items: center;
	margin-top: 45px;
	flex-wrap: wrap;
}


.productShow .jianjie .btns .cBtn {
	margin: 5px 0;
	margin-right: 14px;
}

.productShow .jianjie .btns .cBtn:last-child {
	margin-right: 0;
}

.productShow .jianjie .btns .cBtn:hover {
	background-color: #ffffff;
	color: #222;
}


.productShow .jianjie .btns .cBtn:hover i {
	background-color: #0053A4;
	color: #ffffff;
}

.productShow .jianjie .share {
	margin-top: 21px;
}

/*jQzoom*/

.jqzoom {
	float: left;
	position: relative;
	padding: 0px;
	z-index: 99;
}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
	z-index: 99;
}

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;
}

.productIntroduction {
	margin-top: 60px;
}

.productIntroduction .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8px;
	margin-top: -1px;
	margin-left: 5px;
}

.productIntroduction .txts {
	margin-top: 19px;
}

.productIntroduction .txts p {
	color: #222222;
}

.productIntroduction .imgList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 29px;
}

.productIntroduction .imgList .image {
	width: 32.21%;
	margin-right: 1.685%;
	margin-top: 20px;
}

.productIntroduction .imgList .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.productIntroduction .imgList .image:nth-child(3n) {
	margin-right: 0;
}


.productIntroduction .imgList .image:nth-child(-n+3) {
	margin-top: 0;
}


.productSpecifications {
	margin-top: 60px;
}

.productSpecifications .sign {
	width: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
	margin-top: -1px;
}

.productSpecifications .txts {
	margin-top: 13px;
}


.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 13.5px 10px;
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #D9D9D9;
	text-align: center;
	color: #444;
	font-size: 16px;
	line-height: 28px;
}

.table table tr:nth-child(1) td {
	background-color: #EEF7FF;
	color: #222;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	font-family: BaiJamjuree-Bold;
	padding: 5px 10px;
}

.dpAdvantage {
	margin-top: 60px;
}

.dpAdvantage .sign {
	width: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -1px;
	margin-left: 8px;
}

.dpAdvantage .list {
	margin-top: 33px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.dpAdvantage .list li {
	display: flex;
	align-items: flex-start;
	width: 46.4%;
	color: #222;
	font-size: 16px;
	line-height: 26px;
	margin-top: 20px;
}

.dpAdvantage .list li:nth-child(-n+2) {
	margin-top: 0;
}


.dpAdvantage .list li img {
	width: 30px;
	flex-shrink: 0;
	margin-right: 12px;
	margin-top: -1px;
}

.pdDetails {
	margin-top:60px;
}


.pdDetails .sign {
	width: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -1px;
	margin-left: 5px;
}

.pdDetails .txts {
	margin-top: 16px;
}




@media screen and (max-width:1560px) {
	.productShow .jianjie {
		padding-top: 0;
	}

	.productShow .jianjie .line {
		margin-top: 26px;
	}

	.productShow .jianjie .txts {
		margin-top: 26px;
	}

	.productShow .jianjie .btns {
		margin-top: 26px;
	}

	.productShow .jianjie .share {
		margin-top: 26px;
	}

	.productShow .shows .showSipwer {
		width: 460px;
	}

	.productShow .shows .swiperBox {
		height: 460px;
	}

	.productShow .shows .checkSwiper {
		width: 78.5px;
	}

	.productDet .piece>div:nth-child(n) {
		margin-top: 60px;
	}

	.productDet .piece>div:nth-child(1) {
		margin-top: 0;
	}

	.productDet .piece>div:nth-child(n) .sign {
		margin-top: 8px;
	}

	.productSpecifications .txts,
	.productIntroduction .txts,
	.productIntroduction .imgList,
	.dpAdvantage .list,
	.pdDetails .txts {
		margin-top: 24px;
	}
}

@media screen and (max-width:1333px) {
	.productShow .shows {
		width: 42%;
		margin-right: 0%;
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .showSipwerBox {
		width: 100%;
		margin-right: 0;
	}

	.productShow .shows .showSipwer {
		width: 100%;
	}

	.productShow .shows .swiperBox {
		height: auto;
		width: 100%;
		padding: 0 30px;
		margin-top: 14px;
	}

	.productShow .shows .checkSwiper {
		width: 100%;
	}

	.productShow .jianjie {
		flex: none;
		width: 54%;
	}

	.productShow .shows .swiperBox .prev {
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 26px;
		height: 100%;
	}

	.productShow .shows .swiperBox .prev i {
		transform: rotate(180deg);
	}

	.productShow .shows .swiperBox .next {
		top: 50%;
		right: 0;
		left: auto;
		bottom: auto;
		transform: translateY(-50%);
		width: 26px;
		height: 100%;
	}

	.productShow .shows .swiperBox .next i {
		transform: rotate(0);
	}

	.productShow .shows .swiperBox .prev i,
	.productShow .shows .swiperBox .next i {
		font-size: 16px;
	}

	.dpAdvantage .list li img {
		width: 24px;
	}
}

@media screen and (max-width:999px) {
	.productShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		width: 100%;
		margin-top: 30px;
	}

	.productShow .shows {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}

	.productShow .jianjie .line {
		margin-top: 24px;
	}

	.productShow .jianjie .txts {
		margin-top: 24px;
	}

	.productShow .jianjie .btns {
		margin-top: 24px;
	}

	.productShow .jianjie .share {
		margin-top: 24px;
	}

	.productDet .piece>div:nth-child(n) {
		margin-top: 50px;
	}

	.productDet .piece>div:nth-child(1) {
		margin-top: 0;
	}

	.table table tr td:nth-child(n) {
		font-size: 14px;
		line-height: 26px;
	}

	.dpAdvantage .list li {
		font-size: 14px;
		line-height: 26px;
	}

	.dpAdvantage .list li img {
		width: 20px;
		margin-top: 2px;
	}

	.productIntroduction .imgList {
		justify-content: space-between;
	}

	.productIntroduction .imgList .image:nth-child(n) {
		width: 48%;
		margin-top: 20px;
	}

	.productIntroduction .imgList .image:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.productDet .piece>div:nth-child(n) {
		margin-top: 40px;
	}

	.productDet .piece>div:nth-child(1) {
		margin-top: 0;
	}

	.productShow .shows {
		max-width: 360px;
	}

	.dpAdvantage .list li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.dpAdvantage .list li:nth-child(1) {
		margin-top: 0;
	}

	.dpAdvantage .list li img {
		margin-top: 3px;
	}
}

@media screen and (max-width:450px) {
	.productIntroduction .imgList .image:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.productIntroduction .imgList .image:nth-child(1) {
		margin-top: 0;
	}
}



.pdPiece {
	padding: 106px 0 100px 0;
}

.packing .sign {
	width: 8px;
	margin-top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.packing .sign img {
	display: block;
}

.packing .txts {
	margin-top: 14px;
}

.packing .txts p {
	color: #222222;
}

.packing .list {
	margin-top: 49px;
	display: flex;
	flex-wrap: wrap;
}

.packing .list .item {
	width: 23.92%;
	margin-right: 1.44%;
	margin-top: 30px;
}

.packing .list .item:nth-child(4n) {
	margin-right: 0;
}

.packing .list .item:nth-child(-n+4) {
	margin-top: 0;
}

.packing .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.packing .list .name {
	margin-top: 20px;
}

.pdPiece .pdFaq {
	margin-top: 71px;
}

.pdFaq .sign {
	width: 34px;
	margin: 0 auto;
	margin-top: 5px;
}

.pdFaq .faqList {
	max-width: 1115px;
	margin: 0 auto;
	margin-top: 40px;
}

@media screen and (max-width:1560px) {
	.packing .sign {
		margin-top: 10px;
	}

	.packing .list {
		margin-top: 40px;
	}

	.packing .list .name {
		margin-top: 16px;
	}

	.pdPiece .pdFaq {
		margin-top: 60px;
	}

	.packing .txts {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.packing .list .name {
		margin-top: 10px;
	}

	.packing .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.packing .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.packing .list .item:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.packing .list {
		margin-top: 30px;
	}

	.pdPiece .pdFaq {
		margin-top: 50px;
	}

	.pdFaq .faqList {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.pdPiece .pdFaq {
		margin-top: 40px;
	}

	.packing .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.packing .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.packing .list {
		justify-content: space-between;
	}
}

@media screen and (max-width:450px) {
	.packing .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}

	.packing .list .item:nth-child(1) {
		margin-top: 0;
	}
}








/* 4-2Video */


.videoPiece {
	padding: 82px 0 98px 0;
}

.videoPiece .piece {
	display: flex;
	justify-content: space-between;
}

.videoPiece .piece .show {
	width: 66.58%;
	position: relative;
}

.videoPiece .piece .show .box {
	height: 100%;
}

.videoPiece .piece .show .image {
	height: 100%;
}

.videoPiece .piece .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.videoPiece .piece .show .name {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 103px 20px 35px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.videoPiece .piece .show .name p {
	color: #ffffff;
}

.videoPiece .piece .show .playArr {
	width: 92px;
}

.videoPiece .piece .box {
	position: relative;
}

.videoPiece .piece .list {
	width: 31.95%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.videoPiece .piece .list .item {
	position: relative;
	margin-top: 19px;
	width: 100%;
	flex: 1;
}

.videoPiece .piece .list .item:nth-child(1) {
	margin-top: 0;
}

.videoPiece .piece .list .name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 34px 20px 15px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.videoPiece .piece .list .name p {
	color: #ffffff;
}

.videoPiece .piece .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.videoPiece .piece .list .playArr {
	width: 54.5px;
}

.videoList {
	margin-top: 46px;
	display: flex;
	flex-wrap: wrap;
}


.videoList .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.videoList .item {
	width: 31.92%;
	margin-right: 2.12%;
	margin-top: 43px;
}

.videoList .item:nth-child(3n) {
	margin-right: 0;
}

.videoList .item:nth-child(-n+3) {
	margin-top: 0;
}


.videoList .item .name {
	margin-top: 25px;
}


.videoList .video .playArr {
	width: 56px;
}

.video:hover .playArr img {
	transform: scale(1.1);
}

.videoList .box {
	position: relative;
}

.videoPiece .pager {
	margin-top: 89px;
}

@media screen and (max-width:1560px) {
	.videoPiece .piece .show .name {
		padding: 80px 20px 20px;
	}

	.videoPiece .piece .list .name {
		padding: 30px 20px 10px;
	}

	.videoList .item .name {
		margin-top: 10px;
	}

	.videoList .item {
		margin-top: 30px;
	}

	.videoPiece .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.videoPiece .piece .show .playArr {
		width: 60px;
	}

	.videoPiece .piece .list .playArr,
	.videoList .video .playArr {
		width: 46px;
	}
}

@media screen and (max-width:999px) {
	.videoList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.videoList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.videoList {
		justify-content: space-between;
	}

	.videoPiece .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {

	.videoPiece .piece .list .playArr,
	.videoList .video .playArr {
		width: 40px;
	}

	.videoPiece .piece .show .playArr {
		width: 50px;
	}

	.videoPiece .piece {
		flex-direction: column;
		align-items: flex-start;
	}

	.videoPiece .piece .show {
		width: 100%;
	}

	.videoPiece .piece .list {
		margin-top: 30px;
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.videoPiece .piece .list .item {
		width: 48%;
		margin-top: 30px;
		flex: none;
	}

	.videoPiece .piece .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.videoPiece .pager {
		margin-top: 30px;
	}

	.videoPiece .piece .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.videoPiece .piece .list .item:nth-child(1) {
		margin-top: 0;
	}

	.videoList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.videoList .item:nth-child(1) {
		margin-top: 0;
	}

	.videoPiece .piece .list .name,
	.videoPiece .piece .show .name {
		position: static;
		padding: 0;
		background: none;
		margin-top: 10px;
	}

	.videoPiece .piece .list .name p,
	.videoPiece .piece .show .name p {
		color: #222222;
	}

	.videoPiece .piece .show .playArr {
		width: 40px;
	}
}


/* 4-1Service */

.service {
	padding: 78px 0 141px 0;
}

.service .lrTit {
	align-items: flex-start;
}

.service .lrTit .titPiece {
	width: 48%;
}


.service .lrTit .titPiece .title1 {
	color: #222;
}

.service .lrTit .tips {
	width: 45.8%;
}

.service .lrTit .tips p {
	font-size: 18px;
	line-height: 32px;
}

.service .con {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}

.service .con .image {
	width: 57.35%;
}

.service .con .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.service .con .msg {
	width: 36.3%;
	padding: 28px 0;
}


.service .con .sign {
	width: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 13px;
}

.service .con .list {
	margin-top: 31px;
}

.service .list .item {
	display: flex;
	align-items: flex-start;
	margin-top: 16px;
}

.service .list .item:nth-child(1) {
	margin-top: 0;
}

.service .list .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	margin-right: 13px;
	margin-top: 2px;
}

.service .list .txts {
	margin-top: 7px;
}


@media screen and (max-width:1560px) {
	.service .con {
		margin-top: 40px;
	}

	.service .list .sign {
		width: 25px;
		height: 25px;
	}

	.service .con .msg {
		width: 38%;
	}

}

@media screen and (max-width:999px) {
	.service .lrTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.service .lrTit .tips {
		width: 100%;
		margin-top: 20px;
	}

	.service .con {
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-top: 30px;
	}

	.service .con .msg {
		padding: 0;
		width: 100%;
	}

	.service .list .sign {
		width: 20px;
		height: 20px;
		margin-top: 3px;
	}

	.service .con .image {
		width: 100%;
		margin-top: 26px;
	}

	.service .lrTit .titPiece {
		width: 100%;
	}
}



.servicePorcess {
	position: relative;
	padding: 93px 0 78px 0;
}

.servicePorcess .title1 {
	color: #ffffff;
}

.servicePorcess .sign {
	width: 34px;
	margin: 0 auto;
	margin-top: 6px;
}

.servicePorcess .list {
	margin-top: 61px;
	display: flex;
	flex-wrap: wrap;
}

.servicePorcess .list .item {
	flex: 1;
	margin-top: 20px;
	border-radius: 8px;
	padding: 27px 20px 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	position: relative;
	border: 1px solid #ffffff;
}

.servicePorcess .list .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #ffffff;
	transition: .4s ease all;
	box-sizing: border-box;
}

.servicePorcess .list .item:hover::after {
	background: rgba(0, 0, 0, 0.60);
	opacity: .36;
}

.servicePorcess .list .item:hover {
	border-color: rgba(255, 255, 255, .36);
}

.servicePorcess .list .item:nth-child(-n+9) {
	margin-top: 0;
}

.servicePorcess .list .item:last-child {
	margin-right: 0;
}


.servicePorcess .list .image {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.servicePorcess .list .item:hover .image img {
	filter: grayscale(100%) brightness(500%);
}

.servicePorcess .list .tit {
	margin-top: 14px;
	color: #1E1E1E;
}

.servicePorcess .list .item:hover .tit {
	color: #ffffff;
}


.servicePorcess .cBtn {
	margin: 0 auto;
	margin-top: 46px;
}


.servicePorcess .list .line {
	width: 40px;
	flex-shrink: 0;
	height: 1px;
	border-bottom: 1px dashed #ffffff;
	margin: auto 0;
	transform: translateY(3px);
}

@media screen and (max-width:1560px) {
	.servicePorcess .list {
		margin-top: 40px;
	}

	.servicePorcess .list .item {
		padding: 20px;
		border-radius: 5px;
	}

	.servicePorcess .list .image {
		width: 46px;
	}

	.servicePorcess .cBtn {
		margin-top: 40px;
	}

}

@media screen and (max-width:1333px) {
	.servicePorcess .list .item:nth-child(n) {
		width: 30%;
		flex: none;
		margin-top: 20px;
	}

	.servicePorcess .list .line:nth-child(n) {
		width: 5%;
	}

	.servicePorcess .list .item:nth-child(-n+5) {
		margin-top: 0;
	}

	.servicePorcess .list div:nth-child(6) {
		display: none;
	}

	.servicePorcess .list .image {
		width: 42px;
	}

	.servicePorcess .list .tit {
		margin-top: 10px;
	}

}

@media screen and (max-width:999px) {
	.servicePorcess .list {
		margin-top: 30px;
	}

	.servicePorcess .list .image {
		width: 36px;
		height: 36px;
	}

	.servicePorcess .cBtn {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.servicePorcess .list .item:nth-child(n) {
		width: 48%;
		flex: none;
		margin-top: 20px;
	}

	.servicePorcess .list .line:nth-child(n) {
		width: 4%;
	}

	.servicePorcess .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.servicePorcess .list div:nth-child(n) {
		display: flex;
	}

	.servicePorcess .list div:nth-child(4),
	.servicePorcess .list div:nth-child(8) {
		display: none;
	}
}

.valueAdded {
	padding: 111px 0 131px 0;
}

.valueAdded .sign {
	width: 34px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
}


.valueAdded .list {
	margin-top: 43px;
	display: flex;
}

.valueAdded .list .item {
	flex: 1;
	position: relative;
	margin-right: 15px;
	height: 490px;
	overflow: hidden;
}

.valueAdded .list .item:last-child {
	margin-right: 0;
}


.valueAdded .list .image {
	height: 100%;
}


.valueAdded .list .image::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
	transition: .4s ease all;
}


.valueAdded .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.valueAdded .list .item.active {
	flex: 3.4;
}

.valueAdded .list .tit {
	padding: 21px 18px 21px 18px;
	color: #FFF;
	font-size: 18px;
	line-height: 32px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
}


.valueAdded .list .tit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 210%;
	transform: translateY(100%);
	background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 0%, #0053A4 100%);
	transition: .4s ease all;
	opacity: 0;
	z-index: -1;
}


.valueAdded .list .item.active .tit {
	padding: 31px 37px 31px;
	color: #FFF;
	font-size: 24px;
	line-height: 34px;
	font-family: BaiJamjuree-Bold;
}


.valueAdded .list .item.active .tit::after {
	opacity: 1;
	transform: translateY(0);
}


.valueAdded .list .item.active .image::after {
	opacity: 0;
}

@media screen and (max-width:1560px) {
	.valueAdded .list {
		margin-top: 40px;
	}

	.valueAdded .list .item.active {
		flex: 2.6;
	}

	.valueAdded .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.valueAdded .list .item.active .tit {
		font-size: 20px;
		line-height: 30px;
		padding: 20px;
	}

	.valueAdded .list .item.active .tit {
		padding: 20px 14px;
	}
}

@media screen and (max-width:1333px) {
	.valueAdded .list .item.active {
		flex: 2;
	}

	.valueAdded .list .item {
		height: 450px;
	}
}

@media screen and (max-width:999px) {
	.valueAdded .list {
		margin-top: 30px;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.valueAdded .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		flex: none;
		margin-top: 30px;
		height: auto;
	}

	.valueAdded .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.valueAdded .list .item:nth-child(n) .tit {
		position: static;
		padding: 0;
		margin-top: 16px;
		color: #222222;
		font-size: 14px;
		line-height: 26px;
		font-family: BaiJamjuree-Regular;
	}

	.valueAdded .list .item:nth-child(n) .tit::after {
		display: none;
	}

	.valueAdded .list .image::after {
		display: none;
	}

	.valueAdded .list .image {
		height: auto;
	}

}

@media screen and (max-width:538px) {
	.valueAdded .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.valueAdded .list .item:nth-child(1) {
		margin-top: 0;
	}
}


/* 4-2 Customer Review*/

.customerReview {
	padding: 77px 0 110px 0;
}

.customerReview .sign {
	margin-top: 12px;
	width: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.customerReview .mbox {
	margin-top: 26px;
}

.mbox {
	height: 112px;
	overflow: hidden;
}

.mbox .standardEdit p {
	color: #222;
}

.mBtn {
	color: #0053A4;
	font-size: 16px;
	line-height: 28px;
	width: max-content;
	margin-top: 16px;
	cursor: pointer;
	display: none;
}


.mBtn span:nth-child(2) {
	display: none;
}

.mBtn.active span:nth-child(1) {
	display: none;
}

.mBtn.active span:nth-child(2) {
	display: block;
}


.mBtn:hover {
	color: #F7A900;
}


.customerReview .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 54px;
}


.customerReview .list .item {
	width: 31.5%;
	margin-right: 2.75%;
	margin-top: 60px;
}


.customerReview .list .item:nth-child(3n) {
	margin-right: 0;
}


.customerReview .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.customerReview .list .clipBox {
	filter: drop-shadow(0 4px 40px rgba(9, 34, 76, 0.08));
}


.customerReview .list .clipBox .msg {
	clip-path: polygon(0% 0%, 100% 0%, 100% 92.1%, 13% 92.1%, 13% 100%, 7% 92.1%, 0 92.1%);
	padding: 29px 12px 48px 23px;
	background-color: #ffffff;
}


.customerReview .list .clipBox .msg .txts {
	height: 196px;
	overflow: auto;
	padding-right: 10px;
}

.customerReview .list .clipBox .msg .txts::-webkit-scrollbar {
	width: 2px;
	height: 2px;
	background-color: #D9D9D9;
}

.customerReview .list .clipBox .msg .txts::-webkit-scrollbar-thumb {
	background-color: #0053A4;
}

.customerReview .list .clipBox .msg .txts::-webkit-scrollbar-track {
	background-color: transparent;
}



.customerReview .list .clipBox .msg p {
	color: #222222;
}

.customerReview .list .clipBox .start {
	width: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 105.5px;
	margin-top: 12px;
}

.customerReview .list .user {
	margin-top: -1px;
	display: flex;
	align-items: flex-start;
	padding-left: 37px;
}

.customerReview .list .sign {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 24px;
	border: 5px solid #ffffff;
	box-shadow: 0 4px 40px rgba(43, 89, 255, 0.08);
}

.customerReview .list .box {
	flex: 1;
	padding-top: 21px;
}

.customerReview .list .box .txts {
	margin-top: -3px;
}



.customerReview .pager {
	margin-top: 81px;
}

@media screen and (max-width:1560px) {
	.customerReview .list {
		margin-top: 40px;
	}

	.customerReview .mbox {
		margin-top: 30px;
	}

	.customerReview .sign {
		margin-top: 14px;
	}

	.customerReview .list .box .txts {
		margin-top: 0;
	}

	.customerReview .list .box {
		padding-top: 10px;
	}

	.customerReview .list .item {
		margin-top: 40px;
	}

	.customerReview .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.customerReview .list {
		justify-content: space-between;
	}

	.customerReview .list .item:nth-child(n) {
		width: 48%;
		margin-top: 30px;
		margin-right: 0;
	}

	.customerReview .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.customerReview .list .user {
		padding-left: 20px;
	}

	.customerReview .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.mbox {
		height: 104px;
	}

	.mBtn {
		font-size: 14px;
		line-height: 26px;
	}

	.customerReview .list .clipBox .msg .txts {
		height: 182px;
	}


	.customerReview .list .sign {
		width: 65px;
		height: 65px;
		margin-right: 20px;
	}

	.customerReview .list .clipBox .start {
		width: 90px;
	}

	.customerReview .list {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.customerReview .list .user {
		flex-direction: column;
		align-items: flex-start;
	}

	.customerReview .list .sign {
		margin-right: 0;
		margin-top: 10px;
	}
}

@media screen and (max-width:538px) {
	.customerReview .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.customerReview .list .item:nth-child(1) {
		margin-top: 0;
	}
}




/* 4-3Faq */

.faq {
	padding: 77px 0 87px 0;
}


.faq .pager {
	margin-top: 67px;
}


.faqList .item {
	margin-bottom: 20.5px;
	overflow: hidden;
	padding: 18.5px 21px;
	border: 1px solid #D9D9D9;
	background-color: #ffffff;
}

.faqList .item.active {
	padding: 23px 22px 15px;
}


.faqList .item:nth-child(1) .answer {
	display: block;
}


.faqList .item:last-child {
	margin-bottom: 0;
}


.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}


.faqList .question .name {
	color: #222222;
	font-size: 20px;
	line-height: 32px;
	position: relative;
}

.faqList .question:hover .name {
	color: #0053A4;
}

.faqList .question:hover .btns i {
	background-color: #0053A4;
}

.faqList .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 30px;
	width: 35px;
	height: 35px;
	margin-right: -11px;
}


.faqList .question i {
	width: 20px;
	height: 2px;
	background-color: #3D3D3D;
	border-radius: 4px;
	transition: .4s ease all;
}

.faqList .question i.move {
	width: 20px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.faqList .item.active .question i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}


.faqList .item.active .question .name {
	font-family: BaiJamjuree-Bold;
}

.faqList .answer {
	display: none;
	transition: none;
	padding: 11px 0px 10px 0px;
}

.faqList .answer p {
	color: #666666;
}

@media screen and (max-width:1560px) {
	.faqList .item:nth-child(n) {
		padding: 20px 20px;
	}

	.faqList .question .btns {
		margin-right: 0;
	}

	.faqList .answer {
		padding-bottom: 0;
		padding-top: 10px;
	}

	.faq .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.faqList .question .name {
		font-size: 18px;
		line-height: 28px;
	}

	.faqList .item:nth-child(n) {
		padding: 14px 20px;
	}

	.faqList .item .question i:nth-child(n) {
		width: 16px;
		height: 2px;
	}
}

@media screen and (max-width:999px) {
	.faqList .question .name {
		font-size: 16px;
		line-height: 26px;
	}

	.faq .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.faq .pager {
		margin-top: 30px;
	}
}

/* 5-1Indusries */

.industries {
	padding: 83px 0 95px 0;
}

.industries .list {
	display: flex;
	flex-wrap: wrap;
}

.industries .list .projectItem {
	width: 32.07%;
	margin-right: 1.895%;
	margin-top: 60px;
}

.industries .list .projectItem:nth-child(3n) {
	margin-right: 0;
}

.industries .list .projectItem:nth-child(-n+3) {
	margin-top: 0;
}

.industries .pager {
	margin-top: 55px;
}

@media screen and (max-width:1560px) {
	.industries .list .projectItem {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.industries .list .projectItem {
		margin-top: 30px;
	}

	.industries .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.industries .list {
		justify-content: space-between;
	}

	.industries .list .projectItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.industries .list .projectItem:nth-child(-n+2) {
		margin-top: 0;
	}
}


@media screen and (max-width:538px) {
	.industries .list .projectItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.industries .list .projectItem:nth-child(1) {
		margin-top: 0;
	}

	.industries .pager {
		margin-top: 30px;
	}
}

/* 6-1case */

.case {
	overflow: hidden;
}

.case .box {
	position: relative;
	padding: 76px 0 33px 0;
	display: flex;
	justify-content: space-between;
}


.case .box .msg {
	width: 36.3%;
	padding: 7px 0px;
}

.case .box .tit:hover {
	color: #F7A900;
}

.case .box .msg .sign {
	width: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
	margin-top: -1px;
}

.case .box .msg .txts {
	margin-top: 19px;
	height: 112px;
}


.case .box .msg .cBtn {
	margin-top: 34px;
}



.case .box .show {
	width: 52.25%;
	display: flex;
	justify-content: space-between;
}

.case .box .show .bigImg {
	width: 75.4%;
	overflow: hidden;
}

.case .box .show .bigImg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.case .box .show .imgList {
	width: 22.8%;
	display: flex;
	flex-direction: column;
}

.case .box .show .imgList .image {
	overflow: hidden;
	flex: 1;
	margin-bottom: 15px;
}

.case .box .show .imgList .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.case .box .show .imgList .image:last-child {
	margin-bottom: 0;
}



.case .box::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100vw;
	height: 100%;
	z-index: -1;
	background-color: #F5F5F5;
}


.case .swiperBox .swiper {
	background: #FFF;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
	padding: 0 30px;
}

.case .swiperBox::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100vw;
	height: 50%;
	z-index: -1;
	background-color: #F5F5F5;
}


.case .swiper-slide {
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 35px 0 38px 0;
	margin-right: 9.7%;
}

.case .swiper-slide:last-child {
	margin-right: 0;
}


.case .item {
	padding-bottom: 90px;
}


.case .swiper-slide .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #0053A4;
	width: 64px;
	height: 64px;
}

.case .name {
	color: #000;
	margin-top: 18px;
}



.case .item:nth-child(2n) .box {
	flex-direction: row-reverse;
}

@media screen and (max-width:1560px) {
	.case .box .msg .sign {
		margin-top: 10px;
	}

	.case .box .msg .cBtn {
		margin-top: 30px;
	}

	.case .swiper-slide {
		margin-right: 5%;
	}

	.case .swiper-slide .sign {
		width: 60px;
		height: 60px;
	}

	.case .swiper-slide {
		padding: 30px 0;
	}

	.case .box {
		padding: 80px 0 40px 0;
	}

	.case .item {
		padding-bottom: 80px;
	}

}

@media screen and (max-width:1333px) {
	.case .box {
		padding: 60px 0 40px 0;
	}

	.case .item {
		padding-bottom: 60px;
	}

	.case .swiper-slide .sign {
		width: 52px;
		height: 52px;
	}

	.case .swiper-slide {
		padding: 20px 0;
	}

	.case .name {
		margin-top: 10px;
	}

	.case .box .msg {
		width: 40%;
	}
}

@media screen and (max-width:999px) {
	.case .box {
		padding: 50px 0 30px 0;
	}

	.case .item {
		padding-bottom: 50px;
	}

	.case .swiper-slide .sign {
		width: 48px;
		height: 48px;
	}

	.case .box .msg .cBtn {
		margin-top: 20px;
	}

	.case .box .msg .txts {
		height: 104px;
	}
}

@media screen and (max-width:768px) {
	.case .item:nth-child(n) .box {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.case .box .msg {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}

	.case .box .msg .txts {
		height: auto;
	}

	.case .box .show {
		width: 100%;
	}

	.case .box {
		padding: 40px 0 30px 0;
	}

	.case .item {
		padding-bottom: 40px;
	}
}


/* 6-2case */

.caseList {
	padding: 77px 0 85px 0;
}


.caseList .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.caseList .list .item {
	margin-top: 35px;
	width: 48.92%;
	display: flex;
	justify-content: space-between;
	background-color: #f5f5f5;
}

.caseList .list .item:hover {
	background-color: #0053A4;
}

.caseList .list .item:hover .tit,
.caseList .list .item:hover .txts,
.caseList .list .item:hover .btn {
	color: #ffffff;
}

.caseList .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.caseList .list .image {
	overflow: hidden;
	width: 51.5%;
}

.caseList .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.caseList .list .msg {
	width: 48.5%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 15px 14px 20px 34px;
}

.caseList .list .msg .tit {
	height: 64px;
}

.caseList .list .msg .tit a:hover {
	color: #F7A900;
}

.caseList .list .txts {
	margin-top: 11px;
	height: 56px;
}

.caseList .list .btn {
	width: max-content;
	display: flex;
	align-items: center;
	margin-top: 18px;
	color: #222;
	font-size: 16px;
	line-height: 28px;
}

.caseList .list .btn i {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 6px;
	background-color: #F7A900;
	font-size: 10px;
	color: #ffffff;
}

.caseList .list .msg .btn:hover {
	color: #F7A900;
}

.caseList .pager {
	margin-top: 93px;
}

@media screen and (max-width:1560px) {
	.caseList .list .msg {
		padding: 20px 20px;
	}

	.caseList .list .msg .tit {
		height: 60px;
	}

	.caseList .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.caseList .list {
		justify-content: flex-start;
	}

	.caseList .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.caseList .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.caseList .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.caseList .list .msg {
		width: 100%;
		padding: 20px 16px;
	}

	.caseList .list .image {
		width: 100%;
	}

	.caseList .list .msg .tit,
	.caseList .list .txts {
		height: auto;
	}
}

@media screen and (max-width:999px) {
	.caseList .list {
		justify-content: space-between;
	}

	.caseList .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.caseList .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.caseList .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.caseList .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.caseList .list .item:nth-child(1) {
		margin-top: 0;
	}

	.caseList .pager {
		margin-top: 30px;
	}
}


/* 7-1New */

.news {
	padding: 77px 0 57px 0;
}


.news .item {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.news .item:nth-child(1) {
	margin-top: 0;
}


.news .item .time {
	width: 100px;
	flex-shrink: 0;
	margin-right: 26px;
	margin-top: 6px;
}

.news .item .day {
	font-size: 48px;
	line-height: 48px;
}

.news .item .month {
	margin-top: 4px;
}

.news .item:hover .month {
	color: #0053A4;
}

.news .item:hover .day {
	color: #0053A4;
}

.news .item .box {
	flex: 1;
	display: flex;
	justify-content: space-between;
}

.news .item .image {
	width: 35.6%;
	overflow: hidden;
}

.news .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.news .item .msg {
	width: 61.3%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 20px 0 34px 0;
}

.news .txts {
	margin-top: 19px;
	height: 56px;
}

.news .btn {
	display: flex;
	align-items: center;
	width: max-content;
	margin-top: 23px;
	padding: 13px 0;
}

.news .btn:hover {
	background-color: #F7A900;
	color: #ffffff;
	padding: 13px 15px 13px 15px;
}


.news .btn:hover i {
	background-color: #ffffff;
	color: #222222;
	margin-right: 13px;
}


.news .btn i {
	font-size: 10px;
	color: #ffffff;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 6px;
	background-color: #F7A900;
}

.news .tit {
	height: 64px;
}

.news .tit a:hover {
	color: #F7A900;
}


.news .pager {
	margin-top: 67px;
}

@media screen and (max-width:1560px) {
	.news .item .msg {
		padding: 26px 0;
	}

	.news .tit {
		height: 60px;
	}

	.news .btn {
		padding: 10px 0;
	}

	.news .btn:hover {
		padding: 10px 15px;
	}

	.news .item .day {
		font-size: 40px;
		line-height: 40px;
	}

	.news .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.news .item .day {
		font-size: 36px;
		line-height: 36px;
	}

	.news .btn {
		padding: 8px 0;
	}

	.news .btn:hover {
		padding: 8px 15px;
	}

	.news .tit {
		height: 56px;
	}
}

@media screen and (max-width:999px) {
	.news .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.news .item .time {
		margin-top: 0;
		display: flex;
		align-items: center;
		width: 100%;
		margin-bottom: 16px;
	}

	.news .item .time .day {
		font-size: 30px;
		line-height: 30px;
		margin-right: 10px;
	}

	.news .txts {
		margin-top: 10px;
	}

	.news .tit,
	.news .txts {
		height: 52px;
	}

	.news .item {
		margin-top: 30px;
	}

	.news .pager {
		margin-top: 40px;
	}

	.news .btn:hover {
		padding: 8px 10px;
	}
}

@media screen and (max-width:768px) {
	.news .item .time .day {
		font-size: 26px;
		line-height: 26px;
	}
}

@media screen and (max-width:538px) {
	.news .item .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.news .item .msg {
		padding: 0;
		width: 100%;
		margin-top: 16px;
	}

	.news .btn {
		margin-top: 16px;
	}

	.news .tit,
	.news .txts {
		height: auto;
	}

	.news .item .image {
		width: 100%;
	}
}


/* 7-2News */

.newDet {
	padding: 75px 0 117px 0;
	overflow: hidden;
}

.font26 {
	font-size: 26px;
	line-height: 38px;
}


.newDet .tips {
	margin-top: 21px;
	display: flex;
	align-items: center;
}


.share {
	display: flex;
	align-items: center;
}

.share span {
	flex-shrink: 0;
	margin-right: 11px;
	color: #666;
	font-size: 16px;
	line-height: 28px;
}


.newDet .tips .time {
	flex-shrink: 0;
	margin-left: 24px;
}

.newDet .dis {
	margin-top: 24px;
	padding: 28px 0 65px 0;
	border-top: 1px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
}

.standardEdit p strong {
	color: #0053A4;
	font-family: BaiJamjuree-Bold;
	font-size: 20px;
	line-height: 32px;
	display: block;
	margin-bottom: 11px;
}

.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: 48px;
	height: 48px;
	background-color: #999;
}

.prevOrNext .prev .btn {
	margin-right: 20px;
}

.prevOrNext .next .btn {
	margin-left: 20px;
}

.prevOrNext .btn i {
	font-size: 16px;
	color: #ffffff;
}

.prevOrNext a.btn:hover {
	background-color: #0053A4;
}


.prevOrNext .tit {
	color: #222;
	font-size: 16px;
	line-height: 28px;
}


.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: 26px;
	color: #666;
}

.prevOrNext a.name:hover {
	color: #0053A4;
}

.newDet .relatedNews {
	margin-top: 61px;
}


.relatedNews .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.relatedNews .title .sBtns {
	flex-shrink: 0;
	margin-left: 40px;
}


.font36 {
	font-size: 36px;
	line-height: 48px;
}


.relatedNews .sign {
	margin-top: -1px;
	width: 34px;
}


.relatedNews .swiper {
	margin-top: 26px;
}

.relatedProduct {
	padding: 89px 0 102px 0;
	overflow: hidden;
}


.relatedProduct .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.relatedProduct .title .cBtn {
	flex-shrink: 0;
	margin-left: 40px;
}


.relatedProduct .sign {
	margin-top: 11px;
	width: 8px;
	margin-left: 7px;
}

.relatedProduct .swiper {
	margin-top: 50px;
}

@media screen and (max-width:1560px) {
	.newDet .tips {
		margin-top: 30px;
	}

	.newDet .dis {
		padding: 30px 0;
		margin-top: 30px;
	}

	.newDet .prevOrNext {
		margin-top: 30px;
	}

	.font36 {
		font-size: 30px;
		line-height: 42px;
	}

	.relatedNews .sign {
		margin-top: 10px;
	}

	.relatedNews .swiper {
		margin-top: 30px;
	}

	.relatedProduct .swiper {
		margin-top: 30px;
	}

	.standardEdit p strong {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.font26 {
		font-size: 24px;
		line-height: 36px;
	}

	.font36 {
		font-size: 26px;
		line-height: 38px;
	}
}

@media screen and (max-width:999px) {
	.font26 {
		font-size: 22px;
		line-height: 34px;
	}

	.share span {
		font-size: 14px;
		line-height: 24px;
	}

	.standardEdit p strong {
		font-size: 16px;
		line-height: 28px;
	}

	.prevOrNext .name {
		font-size: 14px;
		line-height: 24px;
	}

	.prevOrNext .btn {
		width: 40px;
		height: 40px;
	}

	.newDet .relatedNews {
		margin-top: 50px;
	}

	.prevOrNext .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.prevOrNext .btn i {
		font-size: 14px;
	}

	.font36 {
		font-size: 24px;
		line-height: 36px;
	}
}


@media screen and (max-width:768px) {

	.font26 {
		font-size: 20px;
		line-height: 30px;
	}


	.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: 20px;
	}

	.prevOrNext .next .tit {
		text-align: left;
	}

	.newDet .relatedNews {
		margin-top: 40px;
	}

	.font36 {
		font-size: 20px;
		line-height: 32px;
	}
}

@media screen and (max-width:538px) {
	.newDet .tips {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.newDet .tips .time {
		margin-left: 0;
		margin-bottom: 10px;
	}

	.relatedProduct .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.relatedProduct .title .cBtn {
		margin-left: 0;
		margin-top: 20px;
	}
}

/* 8-1Contact */

.contactUs {
	padding: 82px 0 100px 0;
}

.contactUs .info .address {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contactUs .info .address .sign {
	width: 34px;
	margin-top: -4px;
}

.contactUs .info .address .msg {
	margin-top: 2px;
}

.contactUs .info .address .msg i {
	margin-right: 10px;
	font-size: 20px;
	margin-right: 18px;
}

.contactUs .info .list {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.contactUs .info .list .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 38px 40px 60px;
	width: 31.64%;
	margin-right: 2.54%;
	margin-top: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contactUs .info .list .item:hover {
	background-color: #0053A4;
}

.contactUs .info .list .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
}

.contactUs .info .list .item:hover .sign img {
	filter: grayscale(100%) brightness(500%);
}


.contactUs .info .list .item:nth-child(3n) {
	margin-right: 0;
}

.contactUs .info .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.contactUs .info .list .tit {
	margin-top: 25px;
}

.contactUs .info .list .item:hover .tit {
	color: #ffffff;
}

.contactUs .info .list .num {
	margin-top: -1px;
}


.contactUs .info .list .item:hover .num {
	color: #ffffff;
}

.contactUs .info .list a.num:hover {
	color: #F7A900 !important;
}


.contactUs .info .list .num span {
	display: inline-block;
	direction: ltr;
}

.contactUs .info .list .email .num {
	word-break: break-all;
}

.contactUs .map {
	margin-top: 70px;
}

.contactUs .map img,
.contactUs .map iframe {
	display: block;
}

.contactUs .getTouch {
	margin-top: 91px;
}

.getTouch {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.getTouch .msg {
	width: 36%;
	padding: 3px 0;
}


.getTouch .msg .txts {
	margin-top: 30px;
	color: #555;
}


.getTouch form {
	width: 52.28%;
}

.getTouch form ul {
	display: flex;
	flex-wrap: wrap;
}


.getTouch form ul li {
	height: 50px;
	background-color: #ffffff;
	border: 1px solid #CCC;
	padding: 0px 9px;
	margin-top: 17px;
	width: 49.3%;
	margin-right: 1.4%;
}

.getTouch form ul li:nth-child(2n) {
	margin-right: 0;
}

.getTouch form ul li:nth-child(-n+2) {
	margin-top: 0;
}


.getTouch form ul li.message {
	width: 100%;
	margin-right: 0;
}

.getTouch form ul li input,
.getTouch form ul li textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.getTouch input::-webkit-input-placeholder,
.getTouch textarea::-webkit-input-placeholder {
	color: #666;
	font-size: 16px;
}

.getTouch input:-moz-placeholder,
.getTouch textarea:-moz-placeholder {
	color: #666;
	font-size: 16px;
}

.getTouch input::-moz-placeholder,
.getTouch textarea::-moz-placeholder {
	color: #666;
	font-size: 16px;
}

.getTouch input:-ms-input-placeholder,
.getTouch textarea:-ms-input-placeholder {
	color: #666;
	font-size: 16px;
}

.getTouch form ul li.message {
	height: 194px;
	padding: 15px 9px;
}


.getTouch form ul li.codeCon {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 1.6%;
}


.getTouch form ul li.codeCon input {
	flex: 1;
	padding: 0 10px;
}


.getTouch form ul li.codeCon .codeImg {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 85px;
	height: 28px;
	margin-right: 4px;
	background-color: #f3fbfe;
}


.getTouch form ul li.codeCon .codeImg img {
	display: block;
}


.getTouch form ul li.subBtn {
	width: 120px;
	border: none;
	padding: 0;
	margin-right: 0;
}

.getTouch form ul li.subBtn input {
	background: #0053A4;
	color: #FFF;
	font-size: 16px;
	cursor: pointer;
	transition: .4s ease all;
	color: #F7F7F7;
}


.getTouch form ul li.subBtn input:hover {
	background-color: #F7A900;
}

form ul li.m-formcountry {
	position: relative;
	padding: 0;
}

form ul li.m-formcountry .drop-btn {
	height: 100%;
	padding: 0 9px;
}

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: 14px;
	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-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #0053A4 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-color: #F7A900;
}

form ul li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 5px 9px;
	cursor: pointer;
	width: auto;
	height: auto;
	border: none;
	border-radius: 0;
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	transition: .4s ease all;
}

form ul li.m-formcountry .drop-list li.on {
	background-color: #F7A900;
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.contactUs .info .address .sign {
		margin-top: 5px;
	}

	.contactUs .info .address .msg {
		margin-top: 5px;
	}

	.contactUs .info .list {
		margin-top: 40px;
	}

	.contactUs .info .list .item {
		padding: 30px 20px;
	}

	.contactUs .info .list .sign {
		width: 46px;
		height: 46px;
	}

	.contactUs .info .list .tit {
		margin-top: 20px;
	}

	.contactUs .info .list .num {
		margin-top: 5px;
	}

	.contactUs .map {
		margin-top: 50px;
	}

	.contactUs .getTouch {
		margin-top: 60px;
	}

	.getTouch .msg {
		padding: 30px 0;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .info .list .sign {
		width: 42px;
		height: 42px;
	}

	.contactUs .info .list .tit {
		margin-top: 14px;
	}

	.getTouch form ul li.message {
		height: 160px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .info .list {
		margin-top: 30px;
	}

	.contactUs .info .list .sign {
		width: 38px;
		height: 38px;
	}

	.contactUs .map {
		margin-top: 40px;
	}

	.contactUs .getTouch {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 50px;
	}

	.getTouch .msg {
		padding: 0;
		width: 100%;
	}

	.getTouch .msg .txts {
		margin-top: 26px;
	}

	.getTouch form {
		width: 100%;
		margin-top: 30px;
	}

	.getTouch form ul li {
		height: 45px;
	}

	form ul li.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .info .list .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 20px;
	}

	.contactUs .info .list {
		justify-content: center;
	}

	.contactUs .info .list .item:nth-child(2n),
	.contactUs .info .list .item:last-child {
		margin-right: 0;
	}

	.contactUs .info .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactUs .info .list .item {
		padding: 20px;
	}

	.contactUs .getTouch {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.contactUs .info .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
		margin-right: 0;
	}

	.contactUs .info .list .item:nth-child(1) {
		margin-top: 0;
	}

	.contactUs .info .list .tit {
		margin-top: 10px;
	}

	.getTouch form ul li:nth-child(n) {
		width: 100%;
		margin-top: 16px;
		margin-right: 0;
	}

	.getTouch form ul li:nth-child(1) {
		margin-top: 0;
	}

	.getTouch form ul li {
		height: 40px;
	}

	.contactUs .info .list .sign {
		width: 34px;
		height: 34px;
	}
}

/* innerBanner */

.innerBanner {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
}

.innerBanner .image {
	height: 100%;
	position: relative;
	height: 395px;
	width: 100%;
}

.innerBanner .image::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, 83, 164, 0.80) 113.29%);*/
	filter: blur(0px);
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerBanner .msg {
	position: relative;
	display: flex;
	align-items: flex-end;
	z-index: 9;
	margin-top: 30px;
}


.innerBanner .box {
	position: relative;
	padding-left: 27px;
}

.innerBanner .box::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 96%;
	background-color: #F7A900;
}



.innerBanner .crumb {
	margin-top: 2px;
}



/* crumb */

.crumb {
	color: #ffffff;
}

.crumb a,
.crumb i {
	font-size: 16px;
	line-height: 26px;
	color: #222222;
}

.crumb a.active,
.crumb a:hover {
	color: #0053A4;
}

.crumb i {
	font-style: normal;
}



/* pager */

.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #666666;
	margin: 5px 10px;
	border: 1px solid #E1E2E4;
	background-color: #ffffff;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	border-color: #0053A4;
	color: #0053A4;
	background-color: transparent;
}


.pager .pageList a.iconfont {
	margin: 5px 10px;
	font-size: 14px;
	color: #ffffff;
	background-color: #0053A4;
	border-color: #0053A4;
}

.pager .pageList a.iconfont:hover {
	background-color: #F7A900;
	border-color: #F7A900;
}


.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 7px;
	position: relative;
	color: #0053A4;
	font-size: 16px;
	line-height: 28px;
}


.pager .addTo input {
	color: #666666;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.pager .addTo img {
	flex-shrink: 0;
	margin-left: 19px;
}

.pager .addTo:hover p {
	color: #F7A900;
}


@media screen and (max-width:1560px) {
	.innerBanner .crumb {
		margin-top: 10px;
	}

	.innerBanner .box::after {
		height: 110%;
	}

	.innerBanner  .image{
		height: 360px;
	}
	.pager .pageList a {
		margin: 5px 8px;
	}
	
}

@media screen and (max-width:1333px) {
	.innerBanner .image{
		height: 320px;
	}

	.innerBanner .box::after {
		width: 5px;
		height: 105%;
	}

	.pager .pageList a {
		width: 34px;
		height: 34px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner .image{
		height: 280px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 24px;
	}

	.pager .pageList a {
		font-size: 14px;
		line-height: 24px;
		margin: 5px 6px;
	}

	.pager .pageList a.iconfont {
		font-size: 12px;
		line-height: 24px;
		margin: 5px 6px;
	}

	.pager .addTo img {
		margin-left: 10px;
	}
	
	.innerBanner .msg{
		margin-top: 26px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner .image{
		height: 240px;
	}

	.innerBanner .box {
		padding-left: 20px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner .image{
		height: 220px;
	}
}



/* footer */


footer {
	position: relative;
	overflow: hidden;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 62px 0 42px 0;
	position: relative;
}

footer .footerList::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background-color: rgba(153, 153, 153, .3);
}



footer .footerList .box li {
	margin-top: 8px;
}


footer .footerList .box li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .titBox .meuBtn {
	display: none;
}




footer .footerList .fContact {
	width: 25%;
	margin-left: 3.1%;
}


footer .footerList .fContact p {
	display: inline;
}


footer .footerList .fContact span {
	display: inline-block;
	direction: ltr;
}


footer .email a {
	word-break: break-all;
}



footer .footerList .fProduct {
	width: 19%;
	margin-left: 2.75%;
}


footer .footerList .fNav {
	width: 14%;
}



footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 28px;
	color: #D9D9D9;
}



footer .title {
	font-family: BaiJamjuree-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	display: inline-block;
}



footer a.title:hover {
	color: #F7A900;
}



footer .footerList .box {
	margin-top: 21px;
}


footer .footerList .box a:hover {
	color: #ffffff;
}



footer .copyright {
	font-size: 14px;
	line-height: 24px;
	color: #D9D9D9;
}

footer .copyright i {
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
}

footer .copyright a {
	display: inline;
	color: #D9D9D9;
	font-size: 14px;
	line-height: 24px;
}

footer .copyright a img {
	display: inline;
}

footer .copyright a:hover {
	color: #ffffff;
}


footer .links span {
	margin-right: 10px;
}


.fBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 0 2px 0;
}

footer .blogrolls {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	margin-left: 30px;
}

footer .blogrolls a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #ffffff;
	margin: 10px 0;
	font-size: 16px;
	margin-left: 11px;
	background-color: #0053A4;
}


footer .blogrolls a:hover {
	background-color: #F7A900;
}



@media screen and (max-width:1560px) {
	footer .footerList .fProduct {
		width: 24%;
	}

	.fBottom {
		padding: 10px 0;
	}

	footer .footerList {
		padding: 50px 0;
	}
}

@media screen and (max-width:1333px) {
	footer .footerList .fContact {
		width: 36%;
	}

	footer .footerList .fProduct {
		width: 31%;
	}

	footer .footerList .fNav {
		width: 20%;
	}

	footer .blogrolls a {
		width: 36px;
		height: 36px;
	}
}

@media screen and (max-width:999px) {

	footer {
		padding-bottom: 60px;
	}

	footer .fLogo {
		width: 70px;
	}

	footer .fMsg {
		margin-bottom: 20px;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 28px;
		height: 28px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		font-weight: bold;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList {
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 14px;
		margin-left: 0;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .quickLinks a {
		font-size: 14px;
		line-height: 24px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .title {
		font-size: 16px;
		line-height: 28px;
	}

	footer {
		background-color: #012E59;
	}

	footer .imgBg {
		display: none;
	}

	footer .footerList>li:nth-child(n) .box {
		margin-top: 10px;
		display: none;
		transition: none;
	}

	footer .footerList .box li {
		margin-top: 10px;
	}

	footer .footerList .fProduct .box ul {
		margin-bottom: 10px;
	}

	footer .footerList {
		padding: 40px 0;
	}

	footer .footerList form {
		display: none;
		transition: none;
	}

	footer .footerList form ul li:nth-child(n) {
		width: 48%;
		margin-top: 10px;
	}

	footer .footerList form ul li:nth-child(-n+2) {
		margin-top: 0;
	}


	footer .footerList form ul li.message {
		width: 100%;
	}

	footer .footerList form ul li.whatApp {
		width: 100%;
	}

	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul>li {
		width: 48%;
		margin-top: 10px;
	}

	footer .footerList .box ul>li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .box ul>li.address {
		width: 100%;
	}

	footer .footerList .box ul>li.address .name {
		display: inline;
		margin: 0;
	}

	footer .footerList .box ul>li.address .num {
		line-height: 26px;
	}

	footer .footerList .fInquiry form {
		margin-top: 10px;
	}


	.fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 10px;
		font-size: 14px;
		width: 34px;
		height: 34px;
	}

	footer .copyright {
		margin-top: 10px;
	}
}


@media screen and (max-width:538px) {
	footer .footerList .box ul>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box ul>li:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and (max-width:450px) {
	footer .footerList form ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form ul li:nth-child(1) {
		margin-top: 0;
	}

	footer .blogrolls a {
		width: 34px;
		height: 34px;
		ma rgin: 5px 0;
		margin-right: 10px;
	}
}



/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: BaiJamjuree-Regular, 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: 999;
}

.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #054788;
	color: #ffffff;
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 28px;
}

.customer .top a {
	width: 60px;
	height: 60px;
	background-color: #054788;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: static;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}


.customer a i {
	display: flex;
	align-items: center;
	justify-content: center;
}


.customer div.top div {
	font-size: 30px;
}


.customer div div {
	cursor: pointer;
}

.customer div a:hover,
.customer div div:hover {
	background-color: #F7A900;
}

.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 a,
	.customer div div,
	.customer .top a {
		width: 56px;
		height: 56px;
		margin-right: 5px;
		font-size: 24px;
	}

	.customer div.top div {
		font-size: 26px;
	}
}

@media screen and (max-width: 1333px) {

	.customer div a,
	.customer div div,
	.customer .top a {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}

	.customer div.top div {
		font-size: 24px;
	}
}

@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.customer .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.customer div {
		width: 25%;
		float: left;
	}

	.customer div a,
	.customer div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		color: #fff !important;
		border-radius: 0px;
	}

	.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%);
	}

	.customer div a:hover,
	.customer div div:hover {
		background-color: #054788;
	}

	.customer div.active a,
	.customer div.active div {
		background-color: #F7A900;
	}

	.customer div.top div {
		font-size: 20px;
	}
}




@font-face {
	font-family: 'BaiJamjuree-Medium';
	font-display: swap;
	src: url('../fonts/BaiJamjureeMedium.eot');
	src: url('../fonts/BaiJamjureeMedium.eot') format('embedded-opentype'),
		url('../fonts/BaiJamjureeMedium.woff2') format('woff2'),
		url('../fonts/BaiJamjureeMedium.woff') format('woff'),
		url('../fonts/BaiJamjureeMedium.ttf') format('truetype'),
		url('../fonts/BaiJamjureeMedium.svg#BaiJamjureeMedium') format('svg');
}

@font-face {
	font-family: 'BaiJamjuree-Bold';
	font-display: swap;
	src: url('../fonts/BaiJamjureeBold.eot');
	src: url('../fonts/BaiJamjureeBold.eot') format('embedded-opentype'),
		url('../fonts/BaiJamjureeBold.woff2') format('woff2'),
		url('../fonts/BaiJamjureeBold.woff') format('woff'),
		url('../fonts/BaiJamjureeBold.ttf') format('truetype'),
		url('../fonts/BaiJamjureeBold.svg#BaiJamjureeBold') format('svg');
}

@font-face {
	font-family: 'BaiJamjuree-Regular';
	font-display: swap;
	src: url('../fonts/BaiJamjureeRegular.eot');
	src: url('../fonts/BaiJamjureeRegular.eot') format('embedded-opentype'),
		url('../fonts/BaiJamjureeRegular.woff2') format('woff2'),
		url('../fonts/BaiJamjureeRegular.woff') format('woff'),
		url('../fonts/BaiJamjureeRegular.ttf') format('truetype'),
		url('../fonts/BaiJamjureeRegular.svg#BaiJamjureeRegular') 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=1778895282543') format('woff'),
		url('../fonts/iconfont.ttf?t=1778895282543') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-github:before {
	content: "\e691";
}

.icon-github-fill:before {
	content: "\e885";
}

.icon-language:before {
	content: "\e652";
}

.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-download:before {
	content: "\e7a0";
}

.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-phone1:before {
	content: "\e7cb";
}

.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";
}