@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .4s ease;
}

body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	background-color: #fff;
	overflow: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	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: #c90104 !important;
}

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

.standardEdit p {
	position: relative;
}

.standardEdit a {
	color: #c90104;
}

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

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

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

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

.table table tr td {
	padding: 10px 20px;
	font-size: 16px;
	background-color: #f4f4f4;
	font-family: Montserrat-Light;
	color: #333333;
}

@media screen and (max-width:999px){
 	.table table tr td {
 		padding: 8px 15px;
 		font-size: 14px;
		line-height: 26px;
 	}
 		
}


.standardEdit video,
.standardEdit iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

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

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

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: 1600px;
	width: calc(100% - 120px);
	margin: 0 auto;
}

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

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

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

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

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



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

	.standardRange2 {
		padding: 40px 0 80px 0 !important;
	}
}


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

	.standardRange2 {
		padding: 40px 0 60px 0 !important;
	}
}

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

	.standardRange2 {
		padding: 30px 0 50px 0 !important;
	}
}

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

	.standardRange2 {
		padding: 30px 0 40px 0 !important;
	}
}



.standardTxt a.title1 {
	display: inline-block;
}


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

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

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

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

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

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

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

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

}

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

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

}






.oneRow {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(201, 1, 4, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	header .xnav .topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Lato-Regular, Arial, Helvetica, sans-serif;
	}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 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, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	font-weight: 400;
	font-style: normal
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
	perspective: 1200px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
	display: none
}

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

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

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

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

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

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

.swiper-scrollbar-lock {
	display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
	overflow: visible
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
	overflow: visible
}

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

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

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

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

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

.swiper-cards {
	overflow: visible
}

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




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


/* allnav */


nav {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	max-width: 1920px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
}


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

nav.active2 {
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.08);
}


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


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

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

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

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

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

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


nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 81px;
	line-height: 81px;
	font-family: Montserrat-Light;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	position: relative;
	min-width: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 14px;
}

.bannerRange {
	margin-top: 81px;
}

nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	background-color: #c90104;
	width: 0px;
	height: 52px;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
	transition: .4s ease all;
	z-index: -1;
}

nav .navList>ul>li.active>a::after,
nav .navList>ul>li:hover>a::after {
	width: 100%;
}

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


nav .search {
	height: 81px;
	display: flex;
	align-items: center;
	position: relative;
	margin-left: 30px;
}


nav .search .searchBtn {
	cursor: pointer;
	font-size: 18px;
	color: #333333;
	display: none;
}



nav .search form {
	background-color: #ffffff;
	height: 27px;
	width: 175px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	border: 1px solid #aaaaaa;
}


nav .search form input {
	width: 100%;
	height: 100%;
	font-family: Montserrat-Light;
	font-size: 14px !important;
	color: #333333;
	padding: 0 8px;
}



nav .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 36px;
	height: 25px;
	background-color: #c90104;
	box-shadow: 0 0 10px rgba(122, 122, 122, .3);
}


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

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

nav .search form .subBtn i {
	color: #ffffff;
	font-size: 14px;
}


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

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

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

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

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


/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	padding: 10px 0 10px 0;
	width: 284px;
	display: none;
	transition: none;
}


.moreList:after,
.moreList ul:after {
	content: "";
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 100%;
	background-color: #f3f3f3;
	top: 0;
	left: 0;
}

.moreList ul {
	left: 100%;
	top: -10px;
}


.moreList {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.moreList li {
	position: relative;
}

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

.moreList a {
	padding: 15.5px 20px;
	font-family: Montserrat-Light;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #333333;
	position: relative;
}

.moreList a::after {
	content: "";
	height: 100%;
	z-index: -1;
	width: 0;
	background-color: #c90104;
	transition: .4s ease all;
	left: 0;
	top: 0;
	position: absolute;
}


.moreList li:hover>a {
	color: #ffffff;
}

.moreList li:hover>a::after {
	width: 100%;
}


@media screen and (max-width:1600px) {
	nav .navList>ul>li>a {
		min-width: 80px;
	}

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

	nav .logo {
		width: 120px;
	}

	.moreList a {
		padding: 10px 15px;
	}
}

@media screen and (max-width:1333px) {
	nav .navList>ul>li>a {
		font-size: 16px;
	}

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

	nav .navList>ul>li>a::after {
		height: 40px;
	}

	nav .logo {
		width: 110px;
	}

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

	nav .search .searchBtn {
		width: 30px;
		height: 30px;
		display: flex;
		align-content: center;
		justify-content: center;
		cursor: pointer;
	}

	nav .search .searchBtn i {
		font-size: 18px;
		line-height: 30px;
	}

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

	nav .search form {
		position: absolute;
		top: 100%;
		right: 0;
		width: 0px;
		border-width: 0;
		overflow: hidden;
	}

	nav .search form.active {
		width: 200px;
		border-width: 1px;
	}

	.moreList a {
		padding: 8px 10px;
	}

	.moreList,
	.moreList ul {
		width: 240px;
	}
}

@media screen and (max-width:1200px) {
	nav .navList>ul>li>a {
		padding: 0 10px;
	}
}

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

	nav {
		height: 60px;
	}

	.bannerRange {
		margin-top: 60px;
	}

	header .xnav .nav {
		top: 30px;
		transform: translateY(-50%);
	}

	nav .logo {
		width: 100px;
	}
}

@media screen and (max-width:768px) {
	nav {
		height: 50px;
	}

	.bannerRange {
		margin-top: 50px;
	}

	nav .logo {
		width: 90px;
	}

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


/* indexbanner */


.indexBanner {
	transition: none;
}

.indexBanner img {
	display: block;
}

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

.banner {
	position: relative;
	z-index: 2;
	line-height: 0;
	font-size: 0;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .5);
	right: 90px;
	color: rgba(255, 255, 255, .5);
	font-size: 24px;
}

.banner .slick-arrow:hover {
	border-color: #ffffff;
	color: #ffffff;
}

.banner .slick-prev {
	transform: translateY(-80%);
}

.banner .slick-next {
	transform: translateY(90%);
}

.banner .slick-dots {
	position: absolute;
	z-index: 999999;
	left: 0;
	right: 0;
	bottom: 26px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	display: none !important;
}

.banner .slick-dots li {
	margin: 0 11px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.banner .slick-dots li.slick-active a {
	cursor: pointer;
	background-color: #c90104;
}

.banner .slick-dots a {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	border-radius: 50%;
	background-color: #ffffff;
}


.banner.hide {
	display: none;
}



.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots .slide-count {
	display: none;
}

.slick-slide {
	position: relative;
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}



@media screen and (max-width:1600px) {
	.banner .slick-arrow {
		width: 60px;
		height: 60px;
		font-size: 20px;
	}

	.banner .slick-prev {
		transform: translateY(-100%);
	}

	.banner .slick-next {
		transform: translateY(50%);
	}
}

@media screen and (max-width:1333px) {
	.banner .slick-arrow {
		width: 50px;
		height: 50px;
		right: 60px;
		font-size: 18px;
	}
}

@media screen and (max-width: 999px) {
	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}

	.banner {
		display: block;
	}

	.banner.hide {
		display: block;
	}

	.banner .slick-arrow {
		display: none !important;
	}

	.banner .slick-dots {
		bottom: 30px;
		display: block !important;
	}

	.banner .slick-dots li {
		margin: 0 6px;
	}

	.banner .slick-dots a {
		width: 10px;
		height: 10px;
	}

	.banner2 {
		display: none;
	}
}

@media screen and (max-width:538px) {
	.banner .slick-dots {
		bottom: 15px;
	}
}


/* indexM1-1 */

.productType {
	padding: 103px 0 78px 0;
}


.productType .iTitle {
	margin-bottom: 53px;
}

.iTitle {
	text-align: center;
}

.title1 {
	font-family: Montserrat-Bold;
	font-size: 44px;
	line-height: 60px;
	color: #333333;
}

a.title1 {
	display: inline-block;
}

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


.productType .list .item {
	width: 32.5%;
	margin-right: 1.25%;
	margin-top: 22px;
	background-color: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}


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


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


.productType .list .msg {
	pointer-events: none;
	padding: 14px 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}


.productType .list .msg a {
	font-family: Montserrat-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	pointer-events: all;
}

.productType .list .image {
	overflow: hidden;
}

.productType .list a:hover img {
	transform: scale(1, 1);
}

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

.productType .list .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 195px;
	height: 75px;
	border-radius: 38px;
	border: solid 2px #c90104;
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 36px;
	color: #c90104;
}

.productType .list .btn:hover {
	background-color: #c90104;
	color: #ffffff !important;
}


@media screen and (max-width:1600px) {
	.productType .list .btn {
		height: 50px;
		width: 180px;
		font-size: 18px;
	}

	.productType .iTitle {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.productType .iTitle {
		margin-bottom: 40px;
	}

	.productType .list .btn {
		height: 45px;
		width: 160px;
	}

	.productType .list .item {
		margin-top: 15px;
	}

	.productType .list .msg a {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.productType .iTitle {
		margin-bottom: 30px;
	}

	.productType .list .msg {
		padding: 10px;
	}

	.productType .list .msg a {
		font-size: 14px;
		line-height: 26px;
	}

	.productType .list .btn {
		height: 40px;
		width: 140px;
	}

	.productType .list .item {
		margin-top: 10px;
	}
}

@media screen and (max-width:768px) {
	.productType .list .btn {
		height: 35px;
		width: 120px;
	}

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

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

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

@media screen and (max-width:538px) {
	.productType .list .item:nth-child(n) {
		margin-top: 10px;
	}

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

	.productType .list .msg {
		padding: 10px 5px;
	}
}

@media screen and (max-width:400px) {
	.productType .list .item:nth-child(n) {
		width: 100%;
		margin-top: 10px;
		margin-right: 0;
	}

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

	.productType .list .item:last-child {
		height: 160px;
	}
}



/* indexM2-1 */


.hotProducts .iTitle {
	margin-bottom: 52px;
}

.hotProducts .image {
	overflow: hidden;
}

.hotProducts .swiper {
	overflow: visible;
	clip-path: polygon(-2% -1000%, 102% -1000%, 102% 1000%, -2% 1000%);
	margin-bottom: 27px;
}


.hotProducts .swiper-slide {
	box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	overflow: hidden;
	transition: .4s ease box-shadow;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #ffffff;
}


.hotProducts .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 9;
	border-radius: 10px;
	border: 1px solid transparent;
	transition: .4s ease all;
	box-sizing: border-box;
}


.hotProducts .swiper-slide:hover {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06);
}

.hotProducts .swiper-slide:hover::after {
	border-color: #d5d5d5;
}

.hotProducts .msg {
	padding: 2px 16px 9px 16px;
	width: 100%;
}

.hotProducts .msg .name {
	font-family: Montserrat-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 7px;
}


.hotProducts .msg .txts {
	font-family: Montserrat-Light;
	font-size: 14px;
	line-height: 21px;
	color: #666666;
	min-height: 42px;
	margin-bottom: 26px;
}

.hotProducts .msg .pBtn {
	font-family: Montserrat-Light;
	font-size: 14px;
	line-height: 36px;
	color: #c90104;
	position: relative;
	display: inline-block;
}

.hotProducts .msg .pBtn:hover::after {
	width: 0;
	right: 0;
	left: auto;
}

.hotProducts .msg .pBtn::after {
	content: "";
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 1px;
	background-color: #c90104;
	left: 0;
	transition: .4s ease all;
}


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

.sbtns div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: solid 1px #999999;
	border-radius: 50%;
	cursor: pointer;
	font-size: 14px;
}


.sbtns div:hover {
	border-color: #ca070a;
	color: #ca070a;
}

.sbtns div.prev {
	margin-right: 13px;
}

@media screen and (max-width:1600px) {
	.hotProducts .iTitle {
		margin-bottom: 50px;
	}

	.hotProducts .msg {
		padding: 10px 15px;
	}

	.hotProducts .msg .pBtn {
		line-height: 24px;
	}

	.hotProducts .msg .pBtn::after {
		bottom: 0;
	}

	.hotProducts .swiper {
		overflow: visible;
		clip-path: polygon(-1% -1000%, 101% -1000%, 101% 1000%, -1% 1000%);
		margin-bottom: 35px;
	}
}

@media screen and (max-width:1333px) {
	.hotProducts .msg .name {
		font-size: 16px;
		line-height: 26px;
	}

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

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


@media screen and (max-width:768px) {
	.hotProducts .swiper-slide {
		box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
	}

	.sbtns div {
		width: 35px;
		height: 35px;
		font-size: 14px;
	}

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

	.hotProducts .msg .txts {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.hotProducts .swiper {
		margin-bottom: 20px;
	}
}




/* indexM3-1 */
.iTouch {
	padding: 64px 0 94px 0;
}

.touch .image {
	width: 112px;
	flex-shrink: 0;
	margin-right: 123px;
	margin-left: -40px;
}


.touch {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #c90104;
	padding: 54px 40px;
}


.touch .msg .tit {
	display: inline-block;
	margin-bottom: 8px;
	font-family: Montserrat-Bold;
	font-size: 36px;
	line-height: 50px;
	color: #ffffff;
}


.touch .msg a.tit:hover {
	text-decoration: underline;
}


.touch .msg .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 29px;
}


.touch .msg form {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.touch .msg form .address {
	width: 357px;
	height: 64px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 0 19px;
	margin-right: 10px;
	overflow: hidden;
}


.touch .msg form .codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 11px;
	width: 222px;
	height: 64px;
}

.touch .msg form input {
	font-family: Montserrat-Light;
	color: #333333;
}

.touch .msg form .codeCon input {
	flex: 1;
	padding: 0 10px 0 23px;
}


.touch .msg form .codeCon .codeImg {
	cursor: pointer;
	background-color: #f3fbfe;
	flex-shrink: 0;
	height: 100%;
}


.touch .msg form .codeCon .codeImg img {
	height: 100%;
}

.touch .msg .must {
	position: relative;
}

.touch .msg .must::after {
	content: "*";
	position: absolute;
	top: 27px;
	font-family: Montserrat-Light;
	left: 10px;
	font-size: 16px;
	color: #ff0000;
}

.touch .msg form .subBtn {
	width: 140px;
	height: 64px;
	background-color: #c90104;
	border-radius: 10px;
	border: solid 1px #ffffff;
	font-family: Montserrat-Light;
	font-size: 20px;
	line-height: 36px;
	color: #fefefe;
	cursor: pointer;
}


.touch .msg form .subBtn:hover {
	background-color: #ffffff;
	color: #c90104;
}

.touch input {
	width: 100%;
	height: 100%;
}

.touch input::-webkit-input-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.touch input:-moz-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.touch input::-moz-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.touch input:-ms-input-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}



.touch .msg form .codeCon input::-webkit-input-placeholder {
	font-size: 14px;
	color: #777777;
	opacity: 1;
}

.touch .msg form .codeCon input:-moz-placeholder {
	font-size: 14px;
	color: #777777;
	opacity: 1;
}

.touch .msg form .codeCon input::-moz-placeholder {
	font-size: 14px;
	color: #777777;
	opacity: 1;
}

.touch .msg form .codeCon input:-ms-input-placeholder {
	font-size: 14px;
	color: #777777;
	opacity: 1;
}


@media screen and (max-width:1600px) {
	.touch .msg .tit {
		font-size: 30px;
		line-height: 45px;
		margin-bottom: 15px;
	}

	.touch .image {
		width: 90px;
		margin-right: 80px;
		margin-left: 0;
	}

	.touch .msg form .address,
	.touch .msg form .codeCon,
	.touch .msg form .subBtn {
		height: 50px;
	}

	.touch .msg .must::after {
		top: 18px;
	}

	.touch .msg form .subBtn {
		font-size: 16px;
	}
}

@media screen and (max-width:1333px) {
	.touch .msg .tit {
		font-size: 26px;
		line-height: 45px;
		margin-bottom: 15px;
	}

	.touch .image {
		width: 80px;
		margin-right: 40px;
	}

	.touch .msg form .address,
	.touch .msg form .codeCon,
	.touch .msg form .subBtn {
		height: 45px;
	}

	.touch .msg .must::after {
		top: 15px;
	}

	.touch .msg form .address {
		width: 250px;
	}

	.touch .msg form .codeCon {
		width: 190px;
	}
}

@media screen and (max-width:999px) {
	.touch .msg form .address {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}

	.touch .msg form {
		justify-content: space-between;
	}

	.touch .msg form .codeCon {
		width: 70%;
	}

	.touch .msg form .subBtn {
		width: 26%;
	}

	.touch .msg form .address,
	.touch .msg form .codeCon,
	.touch .msg form .subBtn {
		height: 40px;
		border-radius: 5px;
	}

	.touch .msg .tit {
		font-size: 24px;
		line-height: 35px;
	}

	.touch .msg .txts {
		margin-bottom: 20px;
	}
}

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

	.touch .msg .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.touch .image {
		width: 70px;
	}
}

@media screen and (max-width:538px) {
	.touch .image {
		display: none;
	}

	.touch {
		padding: 30px 20px;
	}

	.touch .msg .tit {
		font-size: 18px;
	}

	.touch .msg form .subBtn {
		width: 100%;
	}

	.touch .msg form .codeCon {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

}


/* indexM4-1 */



.iCompany {
	padding: 91px 0 117px 0;
	position: relative;
	margin-bottom: 68px;
}




.iCompany::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 96%;
	background-color: #f8f8f8;
	z-index: -1;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


.iCompany .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 61px;
}



.iCompany .con .msg {
	width: 43%;
}



.iCompany .msg .iTitle {
	text-align: left;
	margin-bottom: 32px;
	margin-top: -44px;
}


.iCompany .msg .txts {
	margin-bottom: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
}


.standardEdit p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	hyphens: auto;
}


.iCompany .con .image {
	width: 49.9375%;
	position: relative;
	margin-top: -2px;
}

.iCompany .video {
	position: absolute;
	width: 61px;
	height: 61px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	cursor: pointer;
}

.video .playBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 61px;
	height: 61px;
}


.video .playBtn div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	border-width: 0.5px;
	border-style: solid;
	border-color: #c90104;
	opacity: 0;
	animation: circles 3.2s linear 0s infinite;
	animation-play-state: running;
}



.video .playBtn .circle1 {
	animation-delay: 0.8s;
}

.video .playBtn .circle2 {
	animation-delay: 1.6s;
}

.video .playBtn .circle3 {
	animation-delay: 2.4s;
}


@keyframes circles {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		transform: scale(1.28);
		opacity: 0.5;
	}

	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}



.iCompany .con .image img {
	border-radius: 20px;
	overflow: hidden;
	display: block;
}

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

.iCompany .list .item {
	width: 23.5625%;
	margin-right: 1.9166%;
	background-color: #ffffff;
	padding: 26px 10px 27px 33px;
	border-radius: 10px;
	overflow: hidden;
}


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



.iCompany .list .item .image {
	width: 46px;
	height: 46px;
	margin-bottom: 13px;
}


.iCompany .list .item .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.cBtn {
	width: 149px;
	height: 40px;
	background-color: #c90104;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}

.cBtn:hover {
	background-color: #ffffff;
	color: #c90104;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.4);
}

@media screen and (max-width:1600px) {
	.iCompany::after {
		width: 100%;
	}

	.iCompany .msg .iTitle {
		margin-bottom: 40px;
	}

	.video .playBtn {
		width: 55px;
		height: 55px;
	}

	.iCompany .msg .txts {
		margin-bottom: 40px;
	}

	.iCompany .list .item {
		padding: 25px;
	}

	.iCompany .list .item .image {
		width: 40px;
		height: 40px;
	}

	.iCompany .msg .iTitle {
		margin-top: 0px;
	}
}

@media screen and (max-width:1333px) {
	.iCompany .msg .iTitle {
		margin-bottom: 30px;
	}

	.video .playBtn {
		width: 50px;
		height: 50px;
	}

	.iCompany .msg .txts {
		-webkit-line-clamp: 6;
	}

	.iCompany {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.iCompany .con .image img {
		border-radius: 10px;
	}

	.video .playBtn {
		width: 45px;
		height: 45px;
	}

	.iCompany .msg .iTitle {
		margin-bottom: 25px;
	}

	.iCompany .msg .txts {
		margin-bottom: 30px;
	}

	.cBtn {
		width: 130px;
		height: 35px;
	}

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

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

	.iCompany .con {
		margin-bottom: 50px;
	}

	.iCompany {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:768px) {
	.iCompany .con {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
	}

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

	.iCompany .con .image {
		width: 100%;
	}

	.video {
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

	.iCompany .msg .txts {
		margin-bottom: 25px;
	}

	.iCompany {
		margin-bottom: 40px;
	}
}

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

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







/* indexM5-1 */

.iCase .iTitle {
	margin-bottom: 43px;
}

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


.iCase .con .thumbsBox {
	width: 86px;
	height: 366px;
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 45px 0 45px 0;
	flex-shrink: 0;
	margin-right: 58px;
	margin-top: -2px;
	position: relative;
}


.iCase .con .thumbsBox .prev,
.iCase .con .thumbsBox .next {
	position: absolute;
	left: 50%;
	padding: 5px 10px;
	z-index: 99;
	cursor: pointer;
	opacity: 0;
}

.iCase .con .thumbsBox:hover .prev,
.iCase .con .thumbsBox:hover .next {
	opacity: 1;
}


.iCase .con .thumbsBox .prev:hover,
.iCase .con .thumbsBox .next:hover {
	color: #c90104;
}


.iCase .con .thumbsBox .prev {
	top: 6px;
	transform: translateX(-50%);
}

.iCase .con .thumbsBox .next {
	bottom: 6px;
	transform: translateX(-50%) rotate(180deg);
}







.iCase .con .thumbsBox .thumbs {
	height: 100%;
	width: 100%;
	overflow: hidden;
}


.iCase .con .thumbsBox .thumbs .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	cursor: pointer;
}


.iCase .con .thumbsBox .thumbs .swiper-slide:hover {
	text-decoration: underline;
}

.iCase .con .thumbsBox .thumbs .swiper-slide-thumb-active {
	color: #c90104;
}

.iCase .con .gallery {
	width: 100%;
	overflow: hidden;
}




.iCase .gallery .swiper-slide {
	display: flex;
	justify-content: space-between;
}

.iCase .gallery .swiper-slide .image {
	flex-shrink: 0;
	width: 589px;
	border-radius: 12px;
	overflow: hidden;
	margin-right: 51px;
}


.iCase .gallery .msg {
	width: 100%;
}


.iCase .gallery .msg .tit {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 28px;
	margin-top: 37px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.iCase .gallery .msg .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 73px;
	hyphens: auto;
}

.iCase .gallery .msg .btn {
	display: flex;
	align-items: center;
	margin-bottom: -30px;
}

.iCase .gallery .msg .btn span {
	font-family: Montserrat-Light;
	text-decoration: underline;
	font-size: 16px;
	line-height: 26px;
	color: #c90104;
	display: inline-block;
}


.iCase .gallery .msg .btn i {
	flex-shrink: 0;
	margin-left: 8px;
	color: #c90104;
	font-weight: bold;
}

.iCase .gallery .msg .num {
	font-family: Montserrat-Bold;
	font-size: 110px;
	line-height: 100px;
	color: #333333;
	text-align: right;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}


.iCase .gallery .msg .btn:hover i {
	margin-left: 15px;
}

@media screen and (max-width:1600px) {
	.iCase .iTitle {
		margin-bottom: 50px;
	}

	.iCase .gallery .swiper-slide .image {
		width: 500px;
		margin-right: 40px;
	}

	.iCase .gallery .msg .tit {
		margin-top: 0;
		font-size: 22px;
		line-height: 30px;
	}

	.iCase .gallery .swiper-slide {
		align-items: center;
	}

	.iCase .gallery .msg .txts {
		margin-bottom: 50px;
	}

	.iCase .gallery .msg .num {
		font-size: 80px;
		line-height: 90px;
	}

	.iCase .con .thumbsBox {
		height: 320px;
		padding: 40px 0;
	}


}

@media screen and (max-width:1333px) {
	.iCase .con .thumbsBox {
		width: 60px;
		margin-right: 30px;
	}

	.iCase .gallery .msg .tit {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.iCase .gallery .msg .txts {
		margin-bottom: 30px;
	}

	.iCase .gallery .swiper-slide .image {
		width: 420px;
		margin-right: 35px;
	}

	.iCase .gallery .msg .num {
		font-size: 60px;
		line-height: 70px;
	}

	.iCase .gallery .msg .btn {
		margin-bottom: -20px;
	}

	.iCase .iTitle {
		margin-bottom: 40px;
	}

	.iCase .con .thumbsBox {
		height: 260px;
	}

	.iCase .con .thumbsBox .thumbs .swiper-slide {
		font-size: 16px;
	}
}

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

	.iCase .con .thumbsBox {
		margin-right: 0;
		height: auto;
		width: 100%;
		padding: 10px 20px;
		margin-top: 30px;
	}

	.iCase .con .thumbsBox .prev {
		top: 50%;
		transform: translateY(-50%) rotate(-90deg);
		left: 5px;
	}

	.iCase .con .thumbsBox .next {
		top: 50%;
		transform: translateY(-50%) rotate(90deg);
		right: 5px;
		left: auto;
	}

	.iCase .gallery .msg .tit {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.iCase .gallery .msg .num {
		font-size: 50px;
		line-height: 60px;
	}

	.iCase .gallery .msg .txts {
		margin-bottom: 20px;
	}

	.iCase .gallery .msg .btn {
		margin-bottom: -10px;
	}

	.iCase .gallery .swiper-slide .image {
		width: 400px;
	}

	.iCase .con .thumbsBox .prev,
	.iCase .con .thumbsBox .next {
		opacity: 1;
	}
}

@media screen and (max-width:768px) {
	.iCase .safeRange {
		max-width: 500px;
	}

	.iCase .gallery .swiper-slide {
		flex-direction: column;
		align-items: center;
	}

	.iCase .gallery .swiper-slide .image {
		width: 100%;
		margin: 0 auto 20px;
	}

	.iCase .iTitle {
		margin-bottom: 30px;
	}

	.iCase .gallery .msg .num {
		font-size: 40px;
		line-height: 50px;
	}

	.iCase .con .thumbsBox {
		margin-top: 20px;
		padding: 8px 50px;
	}
}

@media screen and (max-width:538px) {
	.iCase .con .thumbsBox .thumbs .swiper-slide {
		font-size: 14px;
	}

	.iCase .con .thumbsBox .prev,
	.iCase .con .thumbsBox .next {
		font-size: 14px;
	}
}



/* indexM6-1 */

.iNews {
	padding: 73px 0 104px 0;
}



.iNews .iTitle {
	margin-bottom: 54px;
}

.iNews .swiper {
	overflow: visible;
	clip-path: polygon(-0.5% -1000%, 100.5% -1000%, 100.5% 1000%, -0.5% 1000%);
}


.iNews .sbtns div {
	margin-top: 30px;
}

.newItem {
	background-color: #ffffff;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	overflow: hidden;
	padding: 17px 15px 36px 15px;
}


.newItem .image {
	overflow: hidden;
	border-radius: 10px;
}

.newItem .time {
	font-family: Montserrat-Light;
	font-size: 14px;
	line-height: 31px;
	color: #ffffff;
	background-color: #c90104;
	display: inline-block;
	padding: 0px 13px 0px 14px;
	border-radius: 50px;
	margin-left: 17px;
	transform: translateY(-64%);
}




.newItem .name {
	font-family: Montserrat-Bold;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
}

.newItem .txts {
	font-family: Montserrat-Light;
	font-size: 14px;
	line-height: 24px;
	min-height: 48px;
	color: #666666;
	margin-bottom: 13px;
	hyphens: auto;
}

.newItem .nbtn {
	display: flex;
	align-items: center;
}


.newItem .nbtn span {
	font-family: Montserrat-Light;
	text-decoration: underline;
	font-size: 14px;
	line-height: 24px;
	color: #c90104;
}


.newItem .nbtn i {
	flex-shrink: 0;
	margin-left: 9px;
	color: #c90104;
	font-weight: bold;
	font-size: 15px;
}

.newItem .nbtn:hover i {
	margin-left: 20px;
}



@media screen and (max-width:1600px) {
	.iNews .iTitle {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.newItem .name {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.newItem {
		padding: 10px 10px 20px 10px;
	}

	.newItem .time {
		line-height: 24px;
	}

	.iNews .iTitle {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.iNews .sbtns div {
		margin-top: 20px;
	}

	.iNews .iTitle {
		margin-bottom: 30px;
	}
}



/* indexM7-1 */

.brands {
	position: relative;
	padding: 57px 0 61px 0;
}



.brands::after {
	content: "";
	position: absolute;
	width: 96%;
	height: 100%;
	background-color: #f8f8f8;
	z-index: -1;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}



.brands .iTitle {
	margin-bottom: 50px;
}

.brands .iTitle a {
	color: #191919;
}

.brands .swiper {
	margin-bottom: 23px;
}



.brands .image {
	background-color: #ffffff;
	border-radius: 30px 6px 6px 6px;
	overflow: hidden;
}


@media screen and (max-width:1600px) {
	.brands::after {
		width: 100%;
	}

	.brands .swiper {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.brands .iTitle {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.brands .image {
		border-radius: 20px 4px 4px 4px;
	}
}

@media screen and (max-width:768px) {
	.brands .iTitle {
		margin-bottom: 30px;
	}

	.brands .swiper {
		margin-bottom: 20px;
	}
}





/* indexM8-1 */

.iHonor {
	padding: 101px 0 83px 0;
}


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

.iHonor .iTitle {
	text-align: left;
	margin-bottom: 17px;
}

.iHonor .iTitle a {
	color: #191919;
}

.iHonor .con .msg {
	width: 37%;
}

.iHonor .con .swiper {
	width: 56%;
	margin-top: 18px;
	overflow: visible;
	clip-path: polygon(-2% -1000%, 102% -1000%, 102% 1000%, -2% 1000%);
}

.iHonor .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}


.iHonor .txts {
	margin-bottom: 103px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.iHonor .cBtn {
	margin-bottom: 57px;
}


.iHonor .sbtns {
	justify-content: flex-start;
}

.swiper {
	margin: 0;
}

@media screen and (max-width:1600px) {
	.iHonor .con {
		align-items: center;
	}

	.iHonor .txts {
		margin-bottom: 40px;
	}

	.iHonor .iTitle {
		margin-bottom: 30px;
	}

	.iHonor .con .swiper {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.iHonor .con .swiper {
		width: 48%;
	}

	.iHonor .con .msg {
		width: 45%;
	}

	.iHonor .cBtn {
		margin-bottom: 40px;
	}
}

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

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

	.iHonor .txts {
		margin-bottom: 30px;
	}

	.iHonor .con .swiper {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.iHonor .iTitle {
		margin-bottom: 20px;
	}

	.iHonor .cBtn {
		margin-bottom: 30px;
	}
}

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



/* indexM9-1 */


.solve {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 59.5%, #191919 59.5%, #191919 100%);
}


.solve .con {
	background-color: #c90104;
	padding: 37px 30px 29px 30px;
	position: relative;
}


.solve .iTitle {
	margin-bottom: 11px;
}


.solve .tit {
	display: inline-block;
	font-family: Montserrat-Bold;
	font-size: 36px;
	line-height: 45px;
	color: #ffffff;
}


.solve .tit:hover {
	text-decoration: underline;
}

.solve .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
	width: 63%;
	margin: 0 auto 19px;
}

.solve .cBtn {
	margin: 0 auto;
	background-color: #ffffff;
	color: #c90104;
	border: 1px solid #ffffff;
}


.solve .cBtn:hover {
	background-color: #c90104;
	color: #ffffff;
}


.solve .image {
	position: absolute;
	pointer-events: none;
	width: 177px;
	right: 34px;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width:1600px) {
	.solve .tit {
		font-size: 30px;
		line-height: 45px;
	}

	.solve .iTitle {
		margin-bottom: 20px;
	}

	.solve .txts {
		margin-bottom: 30px;
	}

	.solve .con {
		padding: 30px;
	}
}

@media screen and (max-width:1333px) {
	.solve .image {
		width: 130px;
	}

	.solve .txts {
		width: 70%;
	}

	.solve .tit {
		font-size: 26px;
		line-height: 35px;
	}
}

@media screen and (max-width:999px) {
	.solve .tit {
		font-size: 24px;
	}

	.solve .txts {
		margin-bottom: 20px;
	}

	.solve .image {
		top: auto;
		bottom: 0;
		right: 0;
		transform: translateY(0);
	}

	.solve .iTitle {
		margin-bottom: 10px;
	}
}

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

	.solve .image {
		width: 100px;
	}

	.solve .txts {
		width: 100%;
	}
}

@media screen and (max-width:538px) {
	.solve .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.solve .image {
		width: 80px;
	}

	.solve .con {
		padding: 30px 20px;
	}
}




/* 1-1Products */

.products {
	padding: 27px 0 95px 0;
}


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

.products .productNav {
	width: 20.8%;
}


.products .pCon {
	width: 75.5%;
}

.productNav .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 35px;
}


.productNav .tit {
	font-family: Montserrat-Bold;
	font-size: 28px;
	font-weight: bold;
	line-height: 31px;
	color: #333333;
}

.productNav .meunBtn {
	display: none;
}

.nList {
	margin-bottom: 59px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}


.nList li {
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}


.nList a {
	display: block;
}

.nList li i {
	position: absolute;
	right: 0;
	top: 33px;
	flex-shrink: 0;
	font-size: 14px;
	margin-left: 20px;
	font-weight: bold;
	pointer-events: none;
}



.nList li.active>a {
	color: #c90104;
}

.nList li.active>i {
	color: #c90104;
	transform: rotate(90deg);
}

.nList>li>a {
	font-family: Montserrat-Light;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
	display: block;
	padding: 23px 30px 17px 10px;
}

.nList li:hover>a {
	color: #c90104;
}

.nList li:hover>i {
	color: #c90104;
}



.nList>li>ul>li>a {
	font-family: Montserrat-Light;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #666666;
	padding: 24px 30px 16px 30px;
}


.productNav .tips {
	padding: 35px 20px 30px 22px;
	background-image: url("../images/productM2-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.productNav .tips .tit {
	font-family: Montserrat-Bold;
	font-size: 28px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 10px;
}

.productNav .tips .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	margin-bottom: 15px;
}


.productNav .tips ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.productNav .tips ul li {
	width: 100%;
	height: 46px;
	background-color: rgba(255, 255, 255, .5);
	margin-bottom: 10px;
	padding: 0 28px;
}



.productNav .tips ul li.must {
	position: relative;
}

.productNav .tips ul li.must::after {
	content: "*";
	position: absolute;
	top: 12px;
	left: 18px;
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #ff0000;
}

.productNav .tips ul li.message {
	height: 115px;
	padding: 11px 28px;
}


.productNav .tips ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 68.5%;
	padding: 0;
}


.productNav .tips ul li.codeCon input {
	flex: 1;
	padding: 0 10px 0 28px;
}


.productNav .tips ul li.codeCon .codeImg {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 100%;
	flex-shrink: 0;
	margin-right: 10px;
}
.productNav .tips ul li.codeCon .codeImg img{
	width: 70px;
}
.productNav .tips ul li.subBtn {
	width: 28%;
	padding: 0;
}

.productNav .tips ul li.subBtn input {
	background-color: #c90104;
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}

.productNav .tips ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #c90104;
}


.productNav .tips input,
.productNav .tips textarea {
	width: 100%;
	height: 100%;
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	background-color: transparent;
}

.productNav input::-webkit-input-placeholder,
.productNav textarea::-webkit-input-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}

.productNav input:-moz-placeholder,
.productNav textarea:-moz-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}

.productNav input::-moz-placeholder,
.productNav textarea::-moz-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}

.productNav input:-ms-input-placeholder,
.productNav textarea:-ms-input-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}



.pCon .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 55px;
}


.pCon .list .item {
	width: 24.3%;
	margin-right: 0.93%;
	margin-top: 12px;
	position: relative;
}


.pCon .list .item::after {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background-color: #c90104;
	transition: .6s ease all;
}



.pCon .list .item:hover::after {
	width: 100%;
}



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

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

.pCon .list .image {
	overflow: hidden;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
}


.pCon .list .msg {
	background-color: #ffffff;
	padding: 12px 10px 17px 18px;
	position: relative;
}

.pCon .list .msg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	pointer-events: none;
	box-sizing: border-box;
	border: 1px solid #ebebeb;
	border-top: 0;
	transition: .4s ease all;
}

.pCon .list .item:hover .msg::after {
	border-color: transparent;
}


.pCon .list .item:hover {
	box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.06);
}


.pCon .list .msg .tit {
	font-family: Montserrat-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 9px;
}

.pCon .list .msg .txts {
	font-family: Montserrat-Light;
	font-size: 14px;
	line-height: 21px;
	min-height: 42px;
	color: #666666;
	margin-bottom: 16px;
}



.pCon .list .msg .btns {
	display: flex;
	align-items: center;
}

.pCon .list .msg .checkBtn {
	width: 13px;
	height: 14px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #d1d1d1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-right: 9px;
	margin-left: 2px;
	margin-top: -5px;
	overflow: hidden;
}

.pCon .list .msg .checkBtn i {
	opacity: 0;
}

.pCon .list .msg .checkBtn.active i {
	opacity: 1;
}



.pCon .list .msg .checkBtn input {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0;
	cursor: pointer;
}



.pCon .list .msg .inqBtn {
	width: 75px;
	height: 30px;
	background-color: #c90104;
	border-radius: 3px;
	background-color: rgba(201, 1, 4, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-family: Montserrat-Light;
	font-size: 14px;
	color: #c90104;
}



.pCon .list .msg .inqBtn:hover {
	background-color: rgba(201, 1, 4, 1);
	color: #ffffff !important;
}




@media screen and (max-width:1750px) {
	.productNav .tips {
		padding: 20px 15px;
	}

	.productNav .tips ul li,
	.productNav .tips ul li.codeCon input {
		padding: 0 15px;
	}

	.productNav .tips ul li.message {
		padding: 10px 15px;
	}

	.productNav .tips ul li.must::after {
		left: 5px;
	}

	.productNav .tips .tit {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.productNav .tips ul li.codeCon {
		width: 100%;
	}

	.productNav .tips ul li.subBtn {
		width: 100%;
	}

	.productNav .tips ul li {
		height: 40px;
	}

	.productNav .tips ul li.message {
		height: 100px;
	}

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

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

	.nList>li>a {
		font-size: 18px;
		line-height: 28px;
		padding: 15px 20px 15px 10px;
	}

	.nList li i {
		top: 22px;
	}

	.nList>li>ul>li>a {
		padding: 15px 20px;
	}
}

@media screen and (max-width:1333px) {
	.pCon .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

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

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

	.pCon .list .msg {
		padding: 10px 15px 20px;
	}

	.products .pCon {
		width: 70%;
	}

	.products .productNav {
		width: 25%;
	}

	.pCon .list {
		margin-bottom: 50px;
	}

	.pCon .list .msg .txts {
		min-height: 56px;
	}

	.nList {
		margin-bottom: 40px;
	}
}

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

	.products .productNav {
		width: 100%;
		margin-top: 50px;
	}

	.nList>li>a {
		font-size: 16px;
		line-height: 26px;
		padding: 10px 20px 10px 10px;
	}

	.nList>li>ul>li>a {
		font-size: 14px;
		line-height: 24px;
		padding: 10px 20px;
	}

	.nList li i {
		top: 15px;
	}

	.products .pCon {
		width: 100%;
	}

	.pCon .list .msg .tit {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 5px;
	}

	.pCon .list .msg .txts {
		min-height: 52px;
	}

	.pCon .list .item:nth-child(n) {
		margin-top: 15px;
	}

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

	.productNav .title .meunBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		width: 35px;
		height: 35px;
		background-color: #c90104;
		flex-shrink: 0;
		margin-left: 20px;
	}

	.productNav .title .meunBtn i {
		color: #ffffff;
	}

	.productNav .title .meunBtn.active i {
		transform: rotate(45deg);
	}

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

@media screen and (max-width:768px) {
	.pCon .list .msg {
		padding: 10px 10px 20px;
	}

	.pCon .list {
		margin-bottom: 40px;
	}

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

	.productNav .tips .tit {
		font-size: 22px;
	}
}

@media screen and (max-width:538px) {
	.pCon .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-top: 20px;
	}

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

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

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



/* download */

.downloadBox {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999999;
	top: 0;
	left: 0;
	display: none;
	transition: none;
}

.downloadBox .msg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 575px;
	background-color: #ffffff;
	overflow: hidden;
	padding: 66px 30px 74px;
	cursor: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-height: 90%;
	overflow: auto;
}

.downloadBox .msg {
	overflow: auto;
	scrollbar-color: #c90104 rgba(0, 0, 0, 0.2);
	scrollbar-width: thin;
}

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

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

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

.downloadBox .msg::-webkit-scrollbar-button {
	display: none;
}




.downloadBox .tit {
	font-family: Montserrat-Bold;
	font-size: 60px;
	line-height: 58px;
	letter-spacing: 11px;
	color: #c90104;
	text-align: center;
	transform: translateX(6px);
}


.downloadBox .tit2 {
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 7px;
	color: #333333;
	text-align: center;
	margin-bottom: 44px;
}

.downloadBox .txts {
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 25px;
}

.downloadBox .discount {
	font-family: Montserrat-Light;
	font-size: 50px;
	line-height: 80px;
	color: #c90104;
	margin-bottom: 22px;
}


.downloadBox .txts2 {
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 30px;
}


.downloadBox form ul li {
	height: 33px;
	margin-bottom: 21px;
	width: 292px;
	border-bottom: 2px solid #c90104;
}




.downloadBox form input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-family: Montserrat-Light;    padding: 0 8px;
}
.downloadBox form textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-family: Montserrat-Light;    padding: 0 8px;
}

.downloadBox form .must {
	position: relative;
}

.downloadBox form .must::after {
	content: "*";
	position: absolute;
	top: 7px;
	color: #ff000b;
	left: -2px;
	font-family: Montserrat-Light;
	font-size: 16px;
}


.downloadBox form .subBtn {
	padding: 0;
	margin-top: 40px;
	margin-bottom: 32px;
	height: 54px;
	border-bottom: 0;
}

.downloadBox form .codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.downloadBox form .codeCon input {
	padding: 0 8px;
}

.downloadBox form .codeCon .codeImg {
	flex-shrink: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: #f3fbfe;
}

.downloadBox form .codeCon .codeImg img {
	height: 100%;
}

.downloadBox form .subBtn input {
	background-color: #c90104;
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #c90104;
	overflow: hidden;
	cursor: pointer;
}



.downloadBox form .subBtn input:hover {
	background-color: #ffffff;
	color: #c90104;
}



.downloadBox .close {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 30px;
	color: #e5a3a4;
	border-bottom: 2px solid #c90104;
	cursor: pointer;
}

.downloadBox .close:hover {
	color: #c90104;
}

.downloadBox .close2 {
	position: absolute;
	top: 18px;
	right: 13px;
	cursor: pointer;
}

.downloadBox .close2 i {
	font-size: 24px;
	color: #333333;
}


.downloadBox .close2:hover i {
	color: #c90104;
}


.downloadBox input::-webkit-input-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #e5a3a4;
	opacity: 1;
}

.downloadBox input:-moz-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #e5a3a4;
	opacity: 1;
}

.downloadBox input::-moz-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #e5a3a4;
	opacity: 1;
}

.downloadBox input:-ms-input-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #e5a3a4;
	opacity: 1;
}


.downloadBox textarea::-webkit-input-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #e5a3a4;
	opacity: 1;
}

.downloadBox textarea:-moz-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #e5a3a4;
	opacity: 1;
}

.downloadBox textarea::-moz-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #e5a3a4;
	opacity: 1;
}

.downloadBox textarea:-ms-input-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #e5a3a4;
	opacity: 1;
}

@media screen and (max-width:1600px) {
	.downloadBox .msg {
		padding: 40px 30px;
	}

	.downloadBox .tit {
		font-size: 50px;
		line-height: 50px;
	}

	.downloadBox .tit2 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 25px;
	}

	.downloadBox .discount {
		font-size: 60px;
		line-height: 60px;
	}

	.downloadBox .txts2 {
		margin-bottom: 20px;
	}

	.downloadBox form .subBtn {
		height: 40px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.downloadBox .msg {
		padding: 35px 30px;
	}

	.downloadBox .tit {
		font-size: 40px;
		line-height: 40px;
	}

	.downloadBox .tit2 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.downloadBox .txts {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.downloadBox .discount {
		font-size: 50px;
		line-height: 50px;
	}

	.downloadBox .txts2 {
		font-size: 16px;
		line-height: 26px;
	}

	.downloadBox form .subBtn {
		height: 35px;
	}

	.downloadBox .msg {
		width: 500px;
	}
}

@media screen and (max-width:999px) {
	.downloadBox .msg {
		padding: 30px 30px;
	}

	.downloadBox .tit {
		font-size: 36px;
		line-height: 36px;
	}

	.downloadBox .tit2 {
		font-size: 12px;
		line-height: 22px;
	}

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

	.downloadBox .discount {
		font-size: 34px;
		line-height: 34px;
		margin-bottom: 10px;
	}

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

	.downloadBox form .subBtn {
		height: 35px;
	}

	.downloadBox .msg {
		width: 450px;
	}

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

	.downloadBox .msg {
		width: auto;
	}
}

@media screen and (max-width:538px) {
	.downloadBox form ul li {
		width: 250px;
	}
}












/* 1-2products */
.productDet {
	padding: 27px 0 94px 0;
}

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


.productShow .swiperBox {
	position: relative;
	width: 42.857%;
}

.productShow .jianjie {
	width: 51.4%;
	margin-top: -7px;
}



.productShow .showSipwer {
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #f8f8f8;
}


.productShow .showSipwer .swiper-slide {
	position: relative;
}


.productShow .showSipwer .swiper-slide video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 99;
	top: 0;
	left: 0;
}


.productShow .checks {
	display: flex;
	flex-wrap: wrap;
}

.productShow .checks .item {
	width: 18.33%;
	margin-right: 2.0875%;
	margin-top: 13px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.productShow .checks .item:hover img {
	transform: scale(1.1, 1.1);
}

.productShow .checks .item::after {
	content: "";
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 1px solid #ff0000;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transition: .4s ease all;
}

.productShow .checks .item.active::after {
	opacity: 1;
}

.productShow .checks .item:nth-child(5n) {
	margin-right: 0;
}

.productShow .checks .item:nth-child(-n+5) {
	margin-top: 0;
}


.productShow img {
	display: block;
}



.jianjie h1 {
	font-family: Montserrat-Bold;
	font-size: 32px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 19px;
	font-weight: normal;
	margin-top: -4px;
}




.jianjie .color {
	margin-bottom: 45px;
}

.jianjie .color .tit {
	font-family: Montserrat-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 2px;
}

.jianjie .image {
	margin-bottom: 21px;
}


.standardEdit strong {
	font-family: Montserrat-Bold;
	color: #333333;
}

.jianjie .share {
	margin-bottom: 27px;
}

.jianjie .share span {
	color: #666666;
	font-size: 16px;
}

.jianjie .btns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.jianjie .btns .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	height: 50px;
	border-radius: 6px;
	padding: 0 26px;
	font-family: Montserrat-Light;
	font-size: 18px;
	color: #c90104;
	border: solid 1px #c90104;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}


.jianjie .btns .btn:hover {
	background-color: #c90104;
	color: #ffffff;
}

.jianjie .btns .btn:hover img {
	transform: scale(1, 1);
}


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


.jianjie .btns a img {
	width: 28px;
	flex-shrink: 0;
	margin-right: 5px;
}


.jianjie .details .tit {
	font-family: Montserrat-Bold;
	font-size: 26px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 34px;
}

/*jQzoom*/
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
}


@media screen and (max-width:1600px) {
	.jianjie .btns .btn {
		height: 40px;
		min-width: auto;
		font-size: 16px;
	}

	.jianjie .details .tit {
		margin-bottom: 30px;
	}

	.jianjie .color .tit {
		margin-bottom: 10px;
	}

	.productShow .jianjie {
		margin-top: 0;
	}
}

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

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

	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}


	.productShow .jianjie {
		width: 100%;
	}

	.productShow .swiperBox {
		width: 100%;
		max-width: 450px;
		margin: 0 auto 40px;
	}

	.jianjie .details .tit {
		font-size: 24px;
		line-height: 35px;
	}

	.jianjie h1 {
		font-size: 26px;
	}

	.jianjie .btns a img {
		width: 20px;
	}

	.jianjie .btns .btn {
		height: 35px;
		border-radius: 4px;
	}

	.jianjie .btns {
		margin-bottom: 30px;
	}

	.jianjie .color {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.productShow .swiperBox {
		max-width: 400px;
		margin: 0 auto 30px;
	}

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

	.jianjie .details .tit {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.jianjie .btns .btn {
		margin-bottom: 15px;
	}

	.jianjie .details .tit {
		margin-bottom: 20px;
	}

	.jianjie h1 {
		font-size: 22px;
		line-height: 30px;
	}
}

.otherProducts {
	padding: 86px 0 90px 0;
	background-color: #f8f8f8;
}


.otherProducts .iTitle {
	margin-bottom: 34px;
}

.otherProducts .iTitle .title1 {
	font-size: 40px;
	line-height: 60px;
}


.otherProducts .swiper {
	overflow: visible;
	clip-path: polygon(-1% -1000%, 101% -1000%, 101% 1000%, -1% 1000%);
	margin-bottom: 49px;
}

.otherProducts .swiper-slide {
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	transition: .4s ease box-shadow;
}

.otherProducts .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	border-radius: 10px;
	box-sizing: border-box;
	pointer-events: none;
	transition: .4s ease all;
}


.otherProducts .swiper-slide .image {
	overflow: hidden;
}

.otherProducts .swiper-slide:hover {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06);
}

.otherProducts .swiper-slide:hover::after {
	border-color: #d5d5d5;
}

.otherProducts .msg {
	padding: 8px 17px 18px 17px;
	width: 100%;
}

.otherProducts .msg .name {
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 10px;
}


.otherProducts .msg .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 24px;
	min-height: 48px;
	color: #666666;
	margin-bottom: 39px;
}

.otherProducts .msg .pBtn {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #c90104;
	display: inline-block;
	position: relative;
}


.otherProducts .msg .pBtn::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #c90104;
	left: 0;
	bottom: 4px;
	transition: .4s ease all;
}




.otherProducts .msg .pBtn:hover::after {
	width: 0;
	left: auto;
	right: 0;
}


@media screen and (max-width:1600px) {
	.otherProducts .iTitle {
		margin-bottom: 50px;
	}

	.otherProducts .msg .txts {
		margin-bottom: 30px;
	}

	.otherProducts .swiper {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.otherProducts .iTitle {
		margin-bottom: 40px;
	}

	.otherProducts .msg {
		padding: 20px 10px;
	}

	.otherProducts .msg .txts {
		margin-bottom: 20px;
	}

	.otherProducts .swiper {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:999px) {
	.otherProducts .msg .txts {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.otherProducts .msg .name {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 5px;
	}

	.otherProducts .msg .pBtn {
		font-size: 14px;
	}
}


/* 2-1About Us */

.lineTit {
	font-family: Montserrat-Light;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #666666;
	position: relative;
}

.lineTit::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 4px;
	background-color: #c90104;
	right: 102.25%;

}

.aboutUs {
	background-color: #fafafa;
	padding: 57px 0 71px 0;
}


.aboutUs .lineTit {
	margin-bottom: -3px;
}


.aboutUs {
	position: relative;
	padding-left: calc((100vw - 1400px)/ 2);
	margin-top: 27px;
}

.aboutUs .clear {
	display: none;
}


.aboutUs {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.aboutUs .image {
	margin-right: 60px;
	width: 550px;
	margin-left: 65px;
	flex-shrink: 0;
	margin-top: 100px;
}

.aboutUs .title1 {
	margin-bottom: 14px;
	font-family: Montserrat-Bold;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #333333;
}

.aboutUs .aTit {
	pointer-events: none;
	position: absolute;
	left: 48px;
	top: 52.8%;
	transform: translateY(-50%);
	width: 147px;
}



.aboutUs .txts p {
	font-size: 14px !important;
	line-height: 26px !important;
	font-weight: bold;
}

@media screen and (max-width:1800px) {
	.aboutUs .aTit {
		left: 0;
		width: 100px;
	}

	.aboutUs {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.aboutUs .title1 {
		margin-bottom: 40px;
	}

	.aboutUs .image {
		margin-top: 0;
	}
}

@media screen and (max-width:1600px) {
	.aboutUs .aTit {
		display: none;
	}
}

@media screen and (max-width:1520px) {
	.aboutUs {
		padding: 60px;
		display: block;
	}

	.aboutUs .image {
		margin-right: 0;
		margin-top: 30px;
		float: right;
	}

	.aboutUs .lineTit {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .image {
		width: 48%;
		margin-left: 5%;
	}
}

@media screen and (max-width:999px) {
	.aboutUs {
		padding: 50px 30px;
		display: block;
	}

	.aboutUs .title1 {
		margin-bottom: 30px;
	}

	.aboutUs .lineTit {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs {
		padding: 40px 20px;
		display: block;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .image {
		width: 100%;
		margin-top: 0;
		float: none;
		margin-bottom: 30px;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}

}













.advantage {
	padding: 50px 0 120px 0;
}



.advantage .lineTit {
	margin-bottom: -2px;
}

.advantage .title1 {
	font-family: Montserrat-Bold;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 41px;
}


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


.advantage .list .item {
	width: 23.57%;
	margin-right: 1.9%;
}


.advantage .list .item:hover .box {
	transform: translateY(22px);
	background-color: #c90104;
	border-color: #c90104;
}

.advantage .item:hover .image img {
	filter: grayscale(100%) brightness(1000%);
}

.advantage .item:hover .box .txts {
	color: #ffffff;
}


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


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



.advantage .list .box {
	border: solid 1px #f2f2f2;
	padding: 29px 30px 18px 30px;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}

.advantage .list .image {
	width: 46px;
	height: 46px;
	margin-bottom: 22px;
}

.advantage .list .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}


@media screen and (max-width:1600px) {
	.advantage .list .box {
		padding: 20px;
	}

	.advantage .lineTit {
		margin-bottom: 10px;
	}

	.advantage .title1 {
		margin-bottom: 50px;
	}

	.lineTit::after {
		right: auto;
		left: 0;
	}

	.lineTit {
		padding-left: 70px;
	}
}

@media screen and (max-width:1333px) {
	.advantage .title1 {
		margin-bottom: 40px;
	}

	.lineTit {
		font-size: 18px;
	}
}

@media screen and (max-width:999px) {
	.advantage .list .item:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-top: 20px;
	}

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

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

	.advantage .list .image {
		width: 40px;
		height: 40px;
	}

	.advantage .list .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.lineTit {
		font-size: 16px;
		line-height: 26px;
		padding-left: 65px;
	}

	.lineTit::after {
		width: 50px;
	}

}

@media screen and (max-width:768px) {
	.advantage .title1 {
		margin-bottom: 30px;
	}

	.advantage .list .image {
		width: 38px;
		height: 38px;
		margin-bottom: 15px;
	}

	.lineTit::after {
		height: 3px;
		width: 30px;
	}

	.lineTit {
		padding-left: 50px;
	}
}

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

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






.certificate {
	background-color: #fafafa;
	padding: 71px 0 86px 0;
}



.certificate .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}



.certificate .title1 {
	font-family: Montserrat-Bold;
	font-size: 32px;
	font-weight: bold;
	line-height: 45px;
	color: #333333;
}



.certificate .sbtns {
	justify-content: flex-end;
	flex-shrink: 0;
	margin-left: 30px;
}

.certificate .swiper {
	overflow: visible;
	clip-path: polygon(-1% -1000%, 101% -1000%, 101% 1000%, -1% 1000%);
}


.certificate .swiper-slide {
	width: 19.4285%;
	margin-right: 4.1%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.certificate .swiper-slide .image {
	margin-bottom: 25px;
}

.certificate .swiper-slide .image:hover {
	box-shadow: 0 0 15px rgba(122, 122, 122, .4);
}

.certificate .swiper-slide .image:hover img {
	transform: scale(1, 1);
}

.certificate .swiper-slide .name {
	text-align: center;
	font-family: Montserrat-Light;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	color: #333333;
}



@media screen and (max-width:1600px) {
	.certificate .title {
		margin-bottom: 50px;
	}

	.certificate .swiper-slide {
		width: 20%;
		margin-right: 4%;
	}
}

@media screen and (max-width:1333px) {
	.certificate .title {
		margin-bottom: 40px;
	}

	.certificate .swiper-slide {
		width: 22%;
		margin-right: 4%;
	}

	.certificate .swiper-slide .image {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:999px) {
	.certificate .swiper-slide {
		width: 24%;
		margin-right: 4%;
	}
}

@media screen and (max-width:768px) {
	.certificate .title {
		margin-bottom: 30px;
	}

	.certificate .swiper-slide {
		width: 28%;
		margin-right: 4%;
	}
}

@media screen and (max-width:538px) {
	.certificate .swiper-slide {
		width: 38%;
		margin-right: 4%;
	}
}

@media screen and (max-width:400px) {
	.certificate .swiper-slide {
		width: 44%;
		margin-right: 4%;
	}
}




.fatory {
	padding: 72px 0 100px 0;
}


.fatory .title1 {
	text-align: center;
	margin-bottom: 17px;
}

.fatory .txts {
	font-family: Montserrat-Light;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	color: #666666;
	text-align: center;
	width: 94%;
	margin: 0 auto 23px;
}


.fatory .item {
	position: relative;
}

.fatory .item {
	margin-bottom: 3.5%;
}

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


.fatory .item .image {
	overflow: hidden;
}

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


.fatory .sbtns>div {
	margin-top: 30px;
}

.fatory .item .name {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	background-color: rgba(0, 0, 0, .6);
	font-family: Montserrat-Light;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #ffffff;
	padding: 5px 40px 3px 21px;
	clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0 100%);
	pointer-events: none;
}

@media screen and (max-width:1600px) {
	.fatory .title1 {
		margin-bottom: 30px;
	}

	.fatory .txts {
		margin-bottom: 40px;
	}

	.fatory .item .name {
		padding: 4px 20px;
	}
}

@media screen and (max-width:1333px) {
	.fatory .txts {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.fatory .item .name {
		font-size: 14px;
		line-height: 24px;
	}

	.fatory .txts {
		width: 100%;
	}
}

@media screen and (max-width:538px) {
	.fatory .title1 {
		margin-bottom: 20px;
	}
}


.partner {
	padding: 100px 0 100px 0;
	background-color: #f8f8f8;
}

.partner .swiper {
	position: relative;
}



/* 3-1Service */

.process {
	background-color: #fafafa;
	margin-top: 29px;
	padding: 65px 0 109px 0;
}

.process .title1 {
	text-align: center;
	font-family: Montserrat-Bold;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #333333;
	margin-bottom: 35px;
}




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


.process .list .item {
	background-color: #ffffff;
	width: 18.857%;
	margin-right: 1.42875%;
	margin-top: 19px;
	padding: 18px 23px 31px 23px;
}


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

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


.process .list .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 21px;
}



.process .list .image {
	width: 52px;
	height: 52px;
}


.process .list .num {
	font-family: Montserrat-Light;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	color: #d0d0d0;
	min-width: 31px;
	border-bottom: 1px solid rgba(201, 1, 4, 0.3);
	padding-bottom: 5px;
}

.process .list .item:hover .num{
	border-bottom: 1px solid rgba(201, 1, 4, 1);
}

.process .list .name {
	font-family: Montserrat-Light;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #333333;
}


@media screen and (max-width:1600px) {
	.process .title1 {
		margin-bottom: 50px;
	}

	.process .list .item {
		padding: 20px;
	}
}

@media screen and (max-width:1333px) {
	.process .list .item:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 20px;
	}

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

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

	.process .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.process .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.process .list .image {
		width: 45px;
		height: 45px;
	}

	.process .list .box {
		margin-bottom: 10px;
	}

	.process .list .num {
		padding-bottom: 5px;
	}

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

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

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

@media screen and (max-width:768px) {
	.process .list .item:nth-child(n) {
		margin-top: 10px;
		padding: 15px;
	}

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

	.process .list .image {
		width: 40px;
		height: 40px;
	}

	.process .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.process .list .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 15px;
	}

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

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

@media screen and (max-width:400px) {
	.process .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0%;
		margin-top: 15px;
	}

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





.scope {
	padding: 85px 0 98px 0;
}


.scope .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 43px;
}


.scope .title1 {
	font-family: Montserrat-Bold;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #333333;
}

.scope .sbtns {
	justify-content: flex-end;
	flex-shrink: 0;
	margin-left: 20px;
}


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


.scope .swiper-slide .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 15px 22px;
	z-index: 99;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .1) 65%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.8) 100%);
}


.scope .swiper-slide .name {
	font-family: Montserrat-Light;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #ffffff;
}

@media screen and (max-width:1600px) {
	.scope .title {
		margin-bottom: 50px;
	}

	.scope .swiper-slide .msg {
		padding: 15px;
	}
}

@media screen and (max-width:1333px) {
	.scope .title {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.scope .title {
		margin-bottom: 30px;
	}

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


.assurance {
	padding: 80px 0 80px 0;
	position: relative;
	overflow: hidden;
}

.assurance::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	background-color: #fafafa;
}


.assurance .item {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 60px;
}



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



.assurance .item:nth-child(2n) {
	flex-direction: row
}



.assurance .item .image {
	position: relative;
	width: 49.285%;
	min-height: 400px;
	overflow: hidden;
}

.assurance .item .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}


.assurance .item .msg {
	width: 48.7%;
	padding: 79px 0;
}

.assurance .item .pImg {
	position: absolute;
}

.assurance .item:nth-child(2n-1) .pImg {
	left: -9.7%;
	top: -11.5%;
}

.assurance .item:nth-child(2n) .pImg {
	right: -15.6%;
	top: 1%;
}

.assurance .item .title1 {
	font-family: Montserrat-Bold;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #333333;
	margin-bottom: 25px;
}


.assurance .item .txts p {
	font-weight: bold;
}


.assurance .item .pImg {
	width: 627px;
	position: absolute;
	z-index: -1;
}




.sTouch {
	padding: 100px 0 100px 0;
}

@media screen and (max-width:1600px) {
	.assurance .item:nth-child(2n-1) .pImg {
		left: 0%;
		top: 50%;
		transform: translateY(-50%);
	}

	.assurance .item:nth-child(2n) .pImg {
		right: 0%;
		top: 50%;
		transform: translateY(-50%);
	}

	.assurance .item .pImg {
		width: 600px;
	}

	.assurance .item .msg {
		min-height: auto;
		width: 46%;
	}

	.assurance .item .msg {
		width: 46%;
	}

	.assurance .item .image {
		min-height: auto;
	}
}

@media screen and (max-width:1333px) {
	.assurance .item .pImg {
		width: 450px;
	}

	.assurance .item .msg {
		padding: 50px 0;
	}
}

@media screen and (max-width:999px) {
	.assurance .item {
		margin-bottom: 50px;
	}

	.assurance .item .msg {
		padding: 40px 0;
	}

	.assurance .item .pImg {
		width: 400px;
	}
}

@media screen and (max-width:768px) {
	.assurance .item:nth-child(n) {
		margin-bottom: 40px;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

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

	.assurance .item:nth-child(n) .msg {
		width: 100%;
		padding: 0;
	}

	.assurance .item .image img {
		position: static;
		transform: translateX(0);
	}

	.assurance .item .image {
		width: 100%;
		margin-top: 30px;
		height: 300px;
	}

	.assurance .item .title1 {
		margin-bottom: 20px;
	}

	.assurance .item:nth-child(n) .pImg {
		left: auto;
		right: 0;
		top: 0;
		transform: translateY(-20%);
	}

}

@media screen and (max-width:538px) {
	.assurance .item .image {
		width: 100%;
		margin-top: 30px;
		height: 200px;
	}

	.assurance .item:nth-child(n) .pImg {
		left: 50%;
		right: auto;
		top: 0;
		transform: translateY(0%) translateX(-50%);
		width: 350px;
	}
}





/* 3-2FAQ */



.faq {
	padding: 15px 0 97px 0;
}


.faq .title1 {
	text-align: center;
	font-family: Montserrat-Bold;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 43px;
}



.faq .faqList {
	margin-bottom: 57px;
}


.faqList .item {
	margin-bottom: 2px;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.faqList .item:last-child {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}


.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 23px 20px 23px 30px;
	cursor: pointer;
}


.faqList .question:hover .name {
	color: #c90104;
}

.faqList .question:hover .btns {
	background-color: #c90104;
	border-color: #c90104;
	color: #ffffff;
}

.faqList .question:hover .btns i {
	background-color: #ffffff;
}

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


.faqList .question .name {
	font-family: Montserrat-Light;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
}


.faqList .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 30px;
	width: 50px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 15px;
	border: solid 1px #d9d9d9;
}


.faqList .question i {
	width: 10px;
	height: 2px;
	background-color: #333333;
}

.faqList .question i.move {
	width: 2px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

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

.faqList .answer {
	display: none;
	padding: 0px 137px 23px 30px;
	transition: none;
	margin-top: -19px;
}

.faqList .answer p {
	font-size: 14px !important;
	font-weight: bold;
}






.ask {
	padding: 100px 0 100px 0;
	background-color: #fafafa;
}

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



.ask .con .image {
	width: 47.7142%;
}


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


.ask .msg {
	width: 45.7142%;
}

.ask .msg .title1 {
	font-family: Montserrat-Bold;
	font-size: 40px;
	line-height: 46px;
	color: #333333;
	margin-bottom: 14px;
}

.ask .msg .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 33px;
}


.ask .msg .cForm li {
	background-color: #f2f2f2;
	border-radius: 0;
	height: 47px;
}

.ask .msg .cForm li.message {
	height: 168px;
}


.ask .msg .cForm input::-webkit-input-placeholder,
.ask .msg .cForm textarea::-webkit-input-placeholder {
	color: #666666;
}

.ask .msg .cForm input:-moz-placeholder,
.ask .msg .cForm textarea:-moz-placeholder {
	color: #666666;
}

.ask .msg .cForm input::-moz-placeholder,
.ask .msg .cForm textarea::-moz-placeholder {
	color: #666666;
}

.ask .msg .cForm input:-ms-input-placeholder,
.ask .msg .cForm textarea:-ms-input-placeholder {
	color: #666666;
}



@media screen and (max-width:1600px) {
	.faqList .question {
		padding: 20px;
	}

	.faqList .answer {
		padding: 10px 100px 20px 20px;
	}
}

@media screen and (max-width:1333px) {
	.faq .title1 {
		margin-bottom: 40px;
	}

	.faq .faqList {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:999px) {
	.faqList .question .name {
		font-size: 16px;
		line-height: 28px;
	}

	.faqList .question .btns {
		width: 45px;
		height: 25px;
	}

	.faq .faqList {
		margin-bottom: 40px;
	}

	.ask .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.ask .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.ask .msg .title1 {
		margin-bottom: 30px;
	}

	.ask .con .image {
		width: 100%;
		height: 300px;
	}

	.ask .msg .cForm li {
		height: 40px;
	}
}

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

	.faq .title1 {
		margin-bottom: 30px;
	}

	.ask .msg .cForm li.message {
		height: 140px;
	}
}

@media screen and (max-width:538px) {
	.faqList .question {
		padding: 10px;
	}

	.faqList .answer {
		padding: 10px;
		margin-top: -5px;
	}

	.ask .msg .title1 {
		margin-bottom: 20px;
	}

	.ask .con .image {
		height: 200px;
	}
}





/* 4-1projects */




.projects {
	padding: 15px 0 97px 0;
}

.projects .title1 {
	text-align: center;
	font-family: Montserrat-Bold;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #333333;
	margin-bottom: 53px;
}



.projects .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 57px;
}


.projects .list .caseItem {
	width: 32.14%;
	margin-right: 1.79%;
	margin-top: 30px;
}

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

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

.caseItem .image {
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 18px;
}


.caseItem .name {
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 11px;
}


.caseItem .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	min-height: 52px;
	color: #666666;
	margin-bottom: 22px;
}

.caseItem .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 144px;
	height: 40px;
	background-color: #999999;
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
}



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

.caseItem .btn:hover {
	color: #ffffff !important;
}

.caseItem .btn:hover i {
	color: #ffffff !important;
}


.caseItem .btn i {
	flex-shrink: 0;
	margin-left: 10px;
}


@media screen and (max-width:1600px) {
	.projects .title1 {
		margin-bottom: 50px;
	}

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

}

@media screen and (max-width:1333px) {
	.projects .title1 {
		margin-bottom: 40px;
	}

	.caseItem .txts {
		margin-bottom: 15px;
		min-height: 56px;
	}

	.caseItem .btn {
		height: 35px;
		width: 140px;
	}
}

@media screen and (max-width:999px) {
	.caseItem .name {
		font-size: 16px;
		line-height: 26px;
	}

	.caseItem .image {
		border-radius: 5px;
	}

	.caseItem .image {
		margin-bottom: 10px;
	}

	.projects .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.projects .list .caseItem:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 30px;
	}

	.projects .list .caseItem:nth-child(2n) {
		margin-right: 0;
	}

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

	.projects .title1 {
		margin-bottom: 30px;
	}

	.caseItem .btn {
		height: 30px;
		width: 130px;
	}
}

@media screen and (max-width:400px) {
	.projects .list .caseItem:nth-child(n) {
		width: 100%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.projects .list .caseItem:nth-child(1) {
		margin-top: 0;
	}
}


/* 4-2Projects */

.projectDet {
	padding: 20px 0 100px 0;
}

.projectDet h1 {
	text-align: center;
	margin-bottom: 21px;
	font-weight: normal;
	font-family: Montserrat-Bold;
	font-size: 30px;
	line-height: 45px;
	color: #333333;
	text-align: center;
}

.projectDet .tips {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 27px;
}

.projectDet .con {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	padding: 32px 0;
	margin-bottom: 49px;
}


.projectDet .con p em {
	color: #333333;
	font-style: normal;
}


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

.projectDet .prevOrNext>div {
	margin-bottom: 0;
	width: 49%;
}

.projectDet .prevOrNext>div.next {
	flex-direction: row-reverse;
}

.projectDet .prevOrNext>div.next .btn {
	margin-right: 0;
	margin-left: 19px;
}


.otherCase {
	padding: 56px 0 100px 0;
	background-color: #fafafa;
}


.otherCase .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 53px;
}



.otherCase .title .title1 {
	font-family: Montserrat-Bold;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	color: #333333;
}


.otherCase .title .sbtns {
	justify-content: flex-end;
	flex-shrink: 0;
	margin-left: 30px;
}


@media screen and (max-width:1600px) {
	.projectDet .con {
		margin-bottom: 30px;
	}

	.projectDet h1 {
		font-size: 28px;
		line-height: 35px;
	}

	.otherCase .title {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.projectDet h1 {
		font-size: 26px;
	}

	.projectDet .con {
		margin-bottom: 10px;
	}

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

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

	.projectDet .prevOrNext>div.next .btn {
		margin-left: 10px;
	}
}

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

	.projectDet .prevOrNext>div {
		width: 100%;
	}

	.projectDet .prevOrNext>div.next {
		flex-direction: row;
		margin-top: 15px;
	}

	.projectDet .prevOrNext>div.next .btn {
		margin-left: 0;
		margin-right: 10px;
	}

	.projectDet h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.projectDet .con {
		margin-bottom: 0;
	}
}

@media screen and (max-width:538px) {
	.otherCase .title {
		margin-bottom: 30px;
	}

	.projectDet .con {
		padding: 25px 0;
	}
}



/* 5-1News */

.news {
	padding: 11px 0 96px 0;
}

.news .title1 {
	margin-bottom: 38px;
	text-align: center;
	font-family: Montserrat-Bold;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
}

.news .safeRange {
	max-width: 1400px;
}

.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 57px;
}


.news .list .newItem {
	width: 32.214%;
	margin-right: 1.679%;
	margin-top: 19px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06);
	position: relative;
}

.news .list .newItem::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	pointer-events: none;
	transition: .4s ease all;
}



.news .list .newItem:hover {
	box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.06);
}

.news .list .newItem:hover::after {
	border-color: transparent;
}


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

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



.news .newItem .time {
	transform: translateY(-55%);
	margin-bottom: 4px;
}

.news .newItem .name {
	margin-bottom: 17px;
}

.news .newItem .txts {
	margin-bottom: 11px;
}

.news .newItem .nbtn i {
	margin-left: 15px;
}

.news .newItem .nbtn:hover i {
	margin-left: 20px;
}

@media screen and (max-width:1600px) {
	.news .title1 {
		margin-bottom: 50px;
	}

	.news .newItem .time {
		margin-bottom: 0;
	}
}

@media screen and (max-width:1333px) {
	.news .title1 {
		margin-bottom: 40px;
	}

	.news .newItem .name {
		margin-bottom: 10px;
	}

	.news .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.news .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.news .title1 {
		margin-bottom: 30px;
	}

	.news .list .newItem:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(2n) {
		margin-right: 0;
	}

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

@media screen and (max-width:538px) {
	.news .list .newItem:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-top: 10px;
	}

	.news .list .newItem:nth-child(2n) {
		margin-right: 0;
	}

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

	.news .list {
		margin-bottom: 30px;
	}
}


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

	.news .list .newItem:nth-child(1) {
		margin-top: 0;
	}
}



/* 5-2News */


.newsDet {
	padding: 18px 0 100px 0;
}



.newsDet .newDetCon {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.newsDet .con {
	width: 64.1428%;
}


.newsDet .newSlide {
	width: 29.57%;
}


.newsDet .con h1 {
	font-weight: normal;
	font-family: Montserrat-Bold;
	font-size: 32px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 18px;
}


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

.share span {
	flex-shrink: 0;
	margin-right: 10px;
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
}



.newsDet .tips {
	margin-bottom: 26px;
}


.newsDet .details {
	padding: 31px 0 30px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
}


.prevOrNext>div {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}


.prevOrNext>div:last-child {
	margin-bottom: 0;
}


.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 19px;
}



.prevOrNext div.btn {
	border: solid 1px #999999;
}

.prevOrNext .btn i {
	font-size: 15px;
	font-weight: bold;
}

.prevOrNext div.btn i {
	color: #999999;
}

.prevOrNext a.btn {
	border: solid 1px #ca070a;
}

.prevOrNext a.btn i {
	color: #ca070a;
}


.prevOrNext a.btn:hover {
	background-color: #ca070a;
}

.prevOrNext a.btn:hover i {
	color: #ffffff;
}




.prevOrNext .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-family: Montserrat-Light;
	font-size: 20px;
	line-height: 28px;
}

.prevOrNext div.tit {
	color: #666666;
}

.prevOrNext a.tit {
	color: #333333;
}


.prevOrNext a.tit:hover {
	color: #ca070a;
	text-decoration: underline;
}


.newSlide .latestNews .title {
	font-family: Montserrat-Bold;
	font-size: 32px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 30px;
	margin-top: -2px;
}



.newSlide .latestNews .newItem {
	position: relative;
	margin-bottom: 20px;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.06);
}

.newSlide .latestNews .newItem::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	pointer-events: none;
	border: 1px solid #eeeeee;
	border-radius: 10px;
	transition: .4s ease all;
}


.newSlide .latestNews .newItem:last-child {
	margin-bottom: 0;
}



.newSlide .latestNews .newItem:hover {
	box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.06);
}

.newSlide .latestNews .newItem:hover::after {
	border-color: transparent;
}

.newSlide .newItem .time {
	margin-bottom: 1px;
	font-size: 13px;
	line-height: 29px;
	transform: translateY(-54%);
}


.newSlide .newItem .nbtn span {
	font-size: 16px;
}

.newSlide .newItem .name {
	margin-bottom: 10px;
}

.newSlide .newItem {
	padding: 15px 15px 35px 15px;
}



@media screen and (max-width:1600px) {
	.newSlide .latestNews .title {
		margin-top: 0;
	}

	.newsDet .con h1 {
		margin-bottom: 30px;
		font-size: 30px;
	}

	.newSlide .latestNews .title {
		font-size: 30px;
		margin-bottom: 30px;
	}

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

@media screen and (max-width:1333px) {
	.newsDet .con h1 {
		font-size: 26px;
		line-height: 35px;
	}

	.newSlide .latestNews .title {
		font-size: 26px;
		line-height: 35px;
	}

	.prevOrNext .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.prevOrNext .btn {
		width: 35px;
		height: 35px;
		margin-right: 15px;
	}

	.newSlide .newItem {
		padding: 15px 15px 20px 15px;
	}
}

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

	.newsDet .con {
		width: 100%;
		margin-bottom: 50px;
	}

	.newsDet .con h1,
	.newSlide .latestNews .title {
		font-size: 24px;
		line-height: 35px;
	}

	.share span {
		font-size: 14px;
	}

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

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

	.prevOrNext>div {
		margin-bottom: 15px;
	}

	.newsDet .newSlide {
		width: 100%;
	}

	.newsDet .newSlide .list {
		display: flex;
		flex-wrap: wrap;
	}

	.newSlide .latestNews .newItem:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 0;
		margin-top: 20px;
	}

	.newSlide .latestNews .newItem:nth-child(3n) {
		margin-right: 0;
	}

	.newSlide .latestNews .newItem:nth-child(-n+3) {
		margin-top: 0;
	}

	.newSlide .newItem .nbtn span {
		font-size: 14px;
	}

	.newSlide .newItem .time {
		margin-bottom: -5px;
	}

	.newsDet .details {
		padding: 25px 0;
	}
}

@media screen and (max-width:768px) {
	.newSlide .latestNews .title {
		font-size: 22px;
		line-height: 30px;
	}

	.newsDet .con h1,
	.newSlide .latestNews .title {
		font-size: 22px;
		line-height: 30px;
	}

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

	.newSlide .latestNews .newItem:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 20px;
	}

	.newSlide .latestNews .newItem:nth-child(2n) {
		margin-right: 0;
	}

	.newSlide .latestNews .newItem:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.newSlide .latestNews .newItem:nth-child(n) {
		width: 49%;
		margin-right: 2%;
		margin-top: 10px;
	}

	.newSlide .latestNews .newItem:nth-child(2n) {
		margin-right: 0;
	}

	.newSlide .latestNews .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.newsDet .con h1 {
		margin-bottom: 20px;
	}
}


@media screen and (max-width:400px) {
	.newSlide .latestNews .newItem:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}

	.newSlide .latestNews .newItem:nth-child(1) {
		margin-top: 0;
	}
}


/* 6-1 contact us */

.contactUs {
	padding: 60px 0 98px 0;
	background-color: #fafafa;
	margin-top: 27px;
}

.contactUs .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 91px;
}


.contactUs .cTit {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 35px;
	color: #c90104;
}

.contactUs .msg {
	width: 50%;
	padding-right: 30px;
	position: relative;
}

.contactUs .msg::after {
	content: "";
	position: absolute;
	right: 0;
	height: 97.5%;
	width: 1px;
	background-color: #e5e5e5;
	top: 50%;
	transform: translateY(-50%);
}


.contactUs .des {
	width: 50%;
}


.contactUs .msg .cTit {
	margin-bottom: 19px;
}


.contactUs .introduce {
	margin-bottom: 32px;
}


.contactUs .introduce .tit {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 7px;
}

.contactUs .introduce .txts p {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.contactUs .address {
	margin-bottom: 34px;
}


.contactUs .address .tit {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 8px;
}

.contactUs .address .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}


.contactUs .information .tit {
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 7px;
}


.contactUs .information ul li {
	margin-bottom: 7px;
}

.contactUs .information ul li:last-child {
	margin-bottom: 0;
}


.contactUs .information li p {
	display: inline;
}

.contactUs .information li p,
.contactUs .information li a {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}


.contactUs .information li a:hover {
	text-decoration: underline;
	color: #c90104;
}


.contactUs .information li.email a {
	word-break: break-all;
}

.contactUs .des {
	padding-left: 75px;
}

.contactUs .des .cTit {
	margin-bottom: 25px;
	margin-top: -2px;
}


.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.cForm li {
	width: 48.5%;
	height: 50px;
	background-color: #e5e5e5;
	border-radius: 3px;
	margin-bottom: 19px;
	padding: 0 28px;
	overflow: hidden;
}


.cForm li.must {
	position: relative;
}


.cForm li.must::after {
	content: "*";
	position: absolute;
	top: 15px;
	left: 18px;
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 24px;
	color: #ff0000;
}

.cForm li.message {
	width: 100%;
	height: 130px;
	padding: 15px 28px;
}


.cForm li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 41px;
	margin-bottom: 0;
}

.cForm li.code input {
	flex: 1;
	padding: 0 28px;
}


.cForm li.code .codeImg {
	flex-shrink: 0;
	height: 100%;
	cursor: pointer;
	background-color: #f3fbfe;
}

.cForm li.code .codeImg img {
	height: 100%;
}

.cForm li.subBtn {
	padding: 0;
	height: 41px;
	margin-bottom: 0;
}

.cForm li.subBtn input {
	cursor: pointer;
	background-color: #c90104;
	font-family: Montserrat-Bold;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	border: 1px solid #c90104;
}

.cForm li.subBtn input:hover {
	background-color: #fff;
	color: #c90104;
}



.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-family: Montserrat-Light;
	font-size: 16px;
}


.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #333333;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #333333;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #333333;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #333333;
}


@media screen and (max-width:1600px) {
	.contactUs .con {
		margin-bottom: 80px;
	}

	.contactUs .msg .cTit {
		margin-bottom: 30px;
	}

	.contactUs .des .cTit {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.contactUs .introduce .tit,
	.contactUs .address .tit,
	.contactUs .information .tit {
		margin-bottom: 10px;
		font-size: 22px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .des {
		padding-left: 60px;
	}

	.contactUs .introduce .tit,
	.contactUs .address .tit,
	.contactUs .information .tit {
		font-size: 20px;
	}

	.cForm li.code {
		width: 100%;
		margin-bottom: 20px;
	}

	.cForm li.subBtn {
		width: 100%;
	}

}

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

	.contactUs .introduce .tit,
	.contactUs .address .tit,
	.contactUs .information .tit {
		font-size: 18px;
	}

	.contactUs .information li p,
	.contactUs .information li a {
		font-size: 14px;
	}

	.contactUs .cTit {
		font-size: 22px;
		line-height: 30px;
	}

	.contactUs .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .msg {
		width: 100%;
		margin-right: 0;
	}

	.contactUs .msg::after {
		display: none;
	}

	.contactUs .introduce,
	.contactUs .address {
		margin-bottom: 25px;
	}

	.contactUs .msg {
		margin-bottom: 50px;
	}

	.contactUs .des {
		padding-left: 0;
		width: 100%;
	}

	.cForm li {
		height: 40px;
	}

	.cForm li.code,
	.cForm li.subBtn {
		width: 48.5%;
		margin-bottom: 0;
	}

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

	.contactUs .msg {
		padding-right: 0;
	}

}

@media screen and (max-width:768px) {
	.contactUs .msg {
		margin-bottom: 40px;
	}

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

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

	.cForm li.code,
	.cForm li.subBtn {
		width: 100%;
	}

	.cForm li.code {
		margin-bottom: 20px;
	}
}









/* pager */
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

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

.pager .pageList a {
	width: 35px;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Montserrat-Light;
	font-size: 14px;
	color: #666666;
	margin: 3px 4.5px;
}

.pager .pageList a.prev {
	width: 69px;
}

.pager .pageList a.next {
	width: 61px;
}

.pager .pageList a.active {
	color: #ffffff !important;
	background-color: #c90104;
	border-color: #c90104;
}


.pager .pageList a:hover {
	background-color: #c90104;
	color: #ffffff !important;
	border-color: #c90104;
}

.pager .pageList a.iconfont {
	margin: 0 3px;
	font-size: 14px;
	color: #333333;
}


.pager .addTo {
	position: relative;
	display: flex;
	align-items: center;
	padding: 5px 4px;
}

.pager .addTo p {
	/*width: 149px;*/
	padding:0 10px;
	height: 30px;
	background-color: #c90104;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Montserrat-Light;
	font-size: 14px !important;
	line-height: 26px;
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 7px;
}

.pager .addTo img {
	width: 15px;
}


.pager .addTo input {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background-color: transparent;
	margin-right: 11px;
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0;
}


.pager .addTo:hover p {
	background-color: #ffffff;
	color: #c90104;
	box-shadow: 0 0 10px rgba(122, 122, 122, .3);
}


@media screen and (max-width:768px) {
	.pager {
		flex-direction: column;
	}
}


/* crumb */
.crumb {
	padding-top: 28px;
}

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

.crumb a,
.crumb i {
	font-family: Montserrat-Light;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	color: #666666;
	font-weight: bold;
}

.crumb a.active {
	color: #c90104;
}

.crumb i {
	font-style: normal;
	margin: 0 13px;
}

.crumb a:hover {
	color: #c90104;
}

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

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 24px;
	}

	.crumb {
		padding-top: 20px;
	}
}





/* footer */


footer {
	background-color: #191919;
	padding: 37px 0;
}


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


footer .blogrolls a {
	width: 47px;
	height: 47px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 26px;
	margin-bottom: 10px;
}



footer .blogrolls a:last-child {
	margin-right: 0;
}


footer .blogrolls a i {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #ffffff;
	font-size: 22px;
	color: #ffffff;
}

footer .blogrolls a:hover i {
	transform: translateY(-21%);
	background-color: #c90104;
	border-color: #c90104;
}

footer .flogo {
	display: block;
	width: 82px;
	flex-shrink: 0;
	margin-bottom: 32px;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
}

footer .footerList ul li {
	margin-bottom: 10px;
}


footer .footerList ul li:last-child {
	margin-bottom: 0;
}


footer .footerList .fMsg {
	width: 30%;
	margin-right: 9.2%;
}

footer .footerList .fMsg .txts {
	color: #e6e6e6;
	margin-bottom: 63px;
	line-height: 30px;
	hyphens: auto;
}

footer .footerList .fNav {
	width: 14%;
	margin-right: 6.35%;
}


footer .footerList .fProduct {
	width: 13%;
	margin-right: 3%;
}

footer .footerList .fContact {
	width: 24.45%;
}

footer .footerList .fContact p {
	display: inline;
}


footer .footerList .address .num {
	width: 100%;
	display: block;
}


footer a,
footer p,
footer div {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #b9b9b9;
}


footer .title {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	display: block;
	margin-bottom: 25px;
	margin-top: 21px;
}


footer .copyright a {
	display: inline;
}

footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .links {
	margin-top: 7px;
}

footer .links a {
	margin-left: 10px;
}

footer .email a {
	word-break: break-all;
}


footer .line {
	height: 1px;
	position: relative;
	margin-bottom: 19px;
	margin-top: 70px;
}


footer .line::after {
	content: "";
	position: absolute;
	width: 200%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 1px;
	background-color: #2a2a2a;
}



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

	footer .footerList .fMsg,
	footer .footerList .fNav,
	footer .footerList .fProduct {
		margin-right: 0;
	}

	footer .footerList {
		justify-content: space-between;
	}

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

	footer .footerList .fMsg .txts {
		margin-bottom: 40px;
	}

	footer .blogrolls a {
		width: 40px;
		height: 40px;
	}

	footer .blogrolls a i {
		font-size: 18px;
	}

	footer .flogo {
		width: 70px;
	}

	footer .line {
		margin: 40px 0;
	}

	footer {
		padding: 40px 0;
	}
}

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

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList .fMsg .txts {
		margin-bottom: 30px;
	}

	footer .blogrolls a {
		width: 38px;
		height: 38px;
		margin-right: 20px;
	}

	footer .blogrolls a i {
		font-size: 16px;
	}

	footer .title {
		font-size: 20px;
	}
}

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

	footer .footerList .fNav,
	footer .footerList .fProduct,
	footer .footerList .fContact {
		display: none;
	}

	footer .footerList .fMsg {
		width: 100%;
	}

	footer .links {
		display: none;
	}

	footer {
		padding: 40px 0 70px 0;
	}

	footer .line {
		margin: 20px 0;
	}
}

@media screen and (max-width:538px) {
	footer .flogo {
		width: 60px;
		margin-bottom: 20px;
	}
}



/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 3px;
	font-size: 20px;
}

.lianxi .top a {
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	color: #ffffff;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 26px;
	height: 26px;
}

.lianxi .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #c90104;
	color: #fff;
}

.clear2 {
	display: none;
}


.lianxi .code {
	position: relative;
}

.lianxi .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.lianxi .code:hover img {
	transform: translateX(0);
	opacity: 1;
}


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

	.lianxi .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 25%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}
}


@media screen and (max-width: 768px) {
	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 0%;
		transform: translateX(0%);
		top: 0;
		opacity: 0;
	}
	
	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(0%) translateY(-100%);
	}
}

@font-face {
	font-family: 'Montserrat-Bold';
	font-display: swap;
	src: url('../fonts/MontserratBold.eot');
	src: url('../fonts/MontserratBold.eot') format('embedded-opentype'),
		url('../fonts/MontserratBold.woff2') format('woff2'),
		url('../fonts/MontserratBold.woff') format('woff'),
		url('../fonts/MontserratBold.ttf') format('truetype'),
		url('../fonts/MontserratBold.svg#MontserratBold') format('svg');
}


@font-face {
	font-family: 'Montserrat-Light';
	font-display: swap;
	src: url('../fonts/MontserratLight.eot');
	src: url('../fonts/MontserratLight.eot') format('embedded-opentype'),
		url('../fonts/MontserratLight.woff2') format('woff2'),
		url('../fonts/MontserratLight.woff') format('woff'),
		url('../fonts/MontserratLight.ttf') format('truetype'),
		url('../fonts/MontserratLight.svg#MontserratLight') format('svg');
}


@font-face {
	font-family: 'Montserrat-Regular';
	font-display: swap;
	src: url('../fonts/MontserratRegular.eot');
	src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
		url('../fonts/MontserratRegular.woff2') format('woff2'),
		url('../fonts/MontserratRegular.woff') format('woff'),
		url('../fonts/MontserratRegular.ttf') format('truetype'),
		url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');
}



@font-face {
	font-family: "iconfont";
	/* Project id 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=1724823438299') format('woff'),
		url('../fonts/iconfont.ttf?t=1724823438299') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-liuyan:before {
	content: "\e60d";
}

.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-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-arrow-left:before {
	content: "\ea65";
}

.icon-arrow-right:before {
	content: "\ea66";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-Rrl_s_145:before {
	content: "\e613";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-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-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}




.pager .pageList .no:hover{
    color: #666666 !important;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
}
.none{
	width: 75%;
}
.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#c90104;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #c90104; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#c90104 solid 1px;background: #c90104; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}


.serviceList{
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}


.serviceList .item{
	width: 32.14%;
	margin-right: 1.79%;
	margin-top: 30px;
	padding: 7px 15px 15px 15px;
	background-color: #efefef;
	overflow: hidden;
}



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

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

.serviceList .item .image{
	border-radius: 8px;
	overflow: hidden;
}

.serviceList .item:hover{
    transform: scale(1.5);
    z-index:9;
}

.serviceList .item .image:hover img{
	transform: scale(1,1);
}

/*.serviceList .item .image:hover{*/
/*	 box-shadow: 0px 0px 10px rgba(122,122,122,0.4);*/
/*}*/


.serviceList .item  .name{
	font-family: Montserrat-Bold;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
	position: relative;
	z-index: 2;
	display: inline-block;
	margin-bottom: 8px;
	padding-right: 15px;
}



.serviceList .item  .name::after{
	content: "";
	position: absolute;
	background-color: #c90104;
	height: 100%;
	right: 0;
	z-index: -1;
	width: 200%;
	top: 50%;
	transform: translateY(-50%);
	clip-path: polygon(0% 0%,100% 0% , 95% 100% , 0 100%);
}

@media screen and (max-width:1333px){
 	.serviceList{
 		margin-top: 60px;
 	}	
}
@media screen and (max-width:999px){
 	.serviceList{
 		margin-top: 50px;
 	}	
	.serviceList .item .name{
		font-size: 14px;
		line-height: 24px;
	}
	.serviceList .item{
		margin-top: 20px;
	}
	.serviceList .item:hover{
        transform: scale(1);
    }
}
@media screen and (max-width:768px){
	.serviceList{
		margin-top: 40px;
	}	 
	.serviceList .item:nth-child(n){
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}
	.serviceList{
		justify-content: space-between;
	}
	.serviceList .item:nth-child(-n+2){
		margin-top: 0;
	}
}
@media screen and (max-width:400px){
 		.serviceList .item:nth-child(n){
 			width: 100%;
 			margin-right: 0;
 			margin-top: 20px;
 		}
 		.serviceList .item:nth-child(1){
 			margin-top: 0;
 		}
}

#st-1{
    z-index:9 !important;
}



.m-clstext .box-desc{
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.m-clstext .box-desc.hid {
    max-height: 210px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.m-clstext .box-link {
  margin: 23px 0;
  display: none;
}
.m-clstext .box-link .span {
  display: inline-block;
  min-width: 140px;
  padding: 7px 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #c90104;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.m-clstext .box-link.active .span1 {
  display: none;
}
.m-clstext .box-link.active .span2 {
  display: inline-block;
}
.m-clstext .box-link .span2 {
  display: none;
}




nav .language {
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 9;
	padding-right: 12px;
}



nav .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	padding: 20px 0;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 180px;
	display: none;
	transition: none;
}


nav .language ul a {
	padding: 0 20px;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: center;
}


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

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

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





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

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


nav .lanBtn span {
	color: #000000;
	font-size: 18px;
	line-height: 30px;
	margin: 0 2px 0 14px;
}


nav .lanBtn:hover span {
	text-decoration: underline;
}


nav .lanBtn i {
	color: #000000;
	display: block;
	flex-shrink: 0;
}

nav .lanBtn i.icon-yuyan {
	font-size: 18px;
}

nav .lanBtn i.icon-yousanjiao-copy {
	transform: rotate(90deg);
}


nav .lanBtn.active i.icon-yousanjiao-copy {
	transform: rotate(-90deg);
}
@media screen and (max-width:1600px) {
    nav .language {
		height: 80px;
	}
}
@media screen and (max-width:1333px) {
    nav .language {
		height: 70px;
	}
}
@media screen and (max-width:1200px) {
    nav .language {
		height: auto;
	}
	nav .language ul {
		padding: 10px 0;
	}
	nav .language ul {
		top: calc(100% + 5px);
	}
}
@media screen and (max-width:999px) {
    nav .language {
		height: 60px;
		padding-right: 50px;
	}
	nav .language ul {
		top: 100%;
	}
}
@media screen and (max-width:768px) {
    nav .language {
		height: 50px;
	}
	nav .language ul a {
		font-size: 14px;
	}
	nav .lanBtn span {
		font-size: 14px;
	}
}
@media screen and (max-width:1368px) {
    nav .navList>ul>li>a{
        font-size:16px;
    }
}
@media screen and (max-width:1055px) {
    nav .navList>ul>li>a{
        font-size:14px;
    }
    nav .lanBtn span{
        font-size:14px;
    }
}
@media screen and (max-width:1015px) {
    nav .navList>ul>li>a{
        font-size:12px;
    }
    nav .lanBtn span{
        font-size:12px;
    }
}
@media screen and (max-width: 999px) {
    nav .search{
        display:none;
    }
}
@media screen and (max-width: 1486px) {
    nav .navList>ul>li>a{
        font-size:14px;
    }
}
@media screen and (max-width: 1359px) {
    nav .navList>ul>li {
        margin-right: 10px;
    }
}
@media screen and (max-width: 1092px) {
    nav .navList>ul>li>a{
        font-size:12px;
    }
    nav .navList>ul>li {
        margin-right: 10px;
    }
    nav .lanBtn span{
        font-size:12px;
    }
}