@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: Roboto-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #555555;
	height: 100%;
	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: #bb271a !important;
}

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

.standardEdit p {
	position: relative;
}

.standardEdit a {
	color: #bb271a;
}

.standardEdit a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.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: Roboto-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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: Roboto-Regular, Arial, sans-serif;
	color: #333333;
}

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

}

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

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

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



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


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

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

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





@media screen and (max-width:1560px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 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 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

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

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

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


.clear {
	clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

/**
 * 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 {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background-color: #bb271a;
}


nav.active {
	background-color: #bb271a;
	opacity: 1;
}


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




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

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

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

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

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

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

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 70px;
	line-height: 70px;
	color: #dfa4a4;
	position: relative;
	font-size: 18px;
}

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


nav .navList>ul>li>a i {
	width: 11px;
	height: 9px;
	background-color: #dfa4a4;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	display: block;
	font-style: normal;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -27px;
}

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

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



nav .navList>ul>li.active>a {
	font-family: Roboto-Bold;
	font-size: 22px;
}


nav .btns {
	display: flex;
	align-items: center;
	margin-left: 41px;
}


nav .btns .search {
	height: 70px;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 103px;
}


nav .btns .search .searchBtn {
	cursor: pointer;
	width: 154px;
	height: 44px;
	background-color: #ffffff;
	border-radius: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #333333;
	display: none;
}



nav .btns .search .searchBtn i {
	font-size: 18px;
	color: #333333;
	flex-shrink: 0;
	margin-right: 10px;
}


nav .btns .search .searchBtn:hover,
nav .btns .search .searchBtn:hover i {
	color: #bb271a;
}

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

	width: 230px;
	position: static;
	border-radius: 25px;
}


nav .btns .search form.active {
	width: 280px;
	padding: 0 10px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}

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

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


nav .btns .language {
	height: 70px;
	display: flex;
	align-items: center;
	position: relative;
}

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
	font-size: 18px;
}


nav .btns .lanBtn img {
	flex-shrink: 0;
	margin-right: 10px;
	width: 24px;
}


nav .btns .lanBtn i {
	font-style: normal;
	margin-left: 10px;
	transform: rotate(90deg);
}


nav .btns .lanBtn:hover {
	opacity: .7;
}

nav .btns .lanBtn:hover i {
	opacity: .7;
}



nav .btns .lanBtn i {
	color: #ffffff;
}

nav .btns .lanBtn i.icon-yuyan {
	font-size: 24px;
	margin-right: 5px;
}

nav .btns .lanBtn i.icon-right7 {
	font-size: 12px;
	transform: rotate(90deg);
	margin-left: 13px;
}


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

nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	padding: 20px 0;
}

nav .btns .language ul a {
	padding: 0 20px;
	color: #333333;
	font-size: 18px;
	text-align: center;
}

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

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


nav .btns .language ul a:hover {
	color: #bb271a;
}




/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	width: 300px;
	display: none;
	transition: none;
	padding: 20px 0;
}

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

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

.moreList {
	top: 100%;
	left: 0px;
}

.moreList li {
	position: relative;
	margin-bottom: 10px;
}

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

.moreList a {
	font-size: 18px;
	padding: 0 20px;
	color: #333333;

}

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


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

@media screen and (max-width:1700px) {
	nav .btns .search {
		margin-right: 30px;
	}

	nav .btns .search .searchBtn {
		height: 36px;
		width: 130px;
		font-size: 16px;
	}

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

	nav .btns .lanBtn {
		font-size: 16px;
	}

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

	nav .btns {
		margin-left: 30px;
	}

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

	nav .navList>ul>li>a i {
		width: 9px;
		height: 8px;
		right: -16px;
	}

	.moreList a {
		font-size: 16px;
		line-height: 26px;
	}

	.moreList,
	.moreList ul {
		padding: 15px 0;
		width: 280px;
	}

	.moreList ul {
		top: -15px;
	}

	nav .btns .language ul a {
		font-size: 16px;
	}

	nav .btns .language ul {
		padding: 15px 0;
	}


}

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

	nav .btns .search {
		margin-right: 26px;
	}

	nav .btns .search form {
		position: absolute;
		padding: 0;
		width: 0;
		background-color: #bb271a;
	}

	nav .btns .search form input {
		background-color: transparent;
		color: #ffffff;
	}

	nav .btns .search .searchBtn {
		display: flex;
	}

	nav .btns .search form .subBtn {
		color: #ffffff;
	}

	nav .btns .search form .subBtn:hover i {
		color: #ffffff;
		transform: rotate(-20deg);
	}

	input::-webkit-input-placeholder {
		color: #ffffff;
	}

	input:-moz-placeholder {
		color: #ffffff;
	}

	input::-moz-placeholder {
		color: #ffffff;
	}

	input:-ms-input-placeholder {
		color: #ffffff;
	}
}

@media screen and (max-width:1333px) {
	nav .btns {
		position: absolute;
		right: 80px;
		top: 5px;
		margin-left: 0;
	}

	nav .btns .search .searchBtn {
		height: 26px;
		width: 115px;
	}

	nav .btns .search,
	nav .btns .language {
		height: auto;
	}

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

	nav .navList>ul>li>a i {
		top: 71%;
	}

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

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

	.moreList,
	.moreList ul {
		padding: 10px 0;
		width: 220px;
	}

	.moreList a {
		padding: 0 15px;
	}

	nav .btns .language ul a {
		padding: 0 15px;
	}

	nav .btns .search form {
		top: calc(100% + 5px);
		height: 30px;
	}

	nav .btns .language ul {
		padding: 10px 0;
		top: calc(100% + 5px);
	}

	.moreList ul {
		top: -10px;
	}

	nav .btns .search .searchBtn {
		display: none;
	}

	nav .btns .search form {
		position: static;
		width: 220px;
		background-color: #ffffff;
		padding: 0 10px;
		height: 24px;
	}

	nav .btns .search form .subBtn {
		width: 24px;
		height: 24px;
		color: #333333;
	}


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

	nav .btns .search form .subBtn:hover i {
		color: #bb271a;
		transform: none;
	}

	nav .btns .search form input {
		color: #333333;
		font-size: 14px !important;
	}

	input::-webkit-input-placeholder {
		color: #666666;
		font-size: 14px !important;
	}

	input:-moz-placeholder {
		color: #666666;
		font-size: 14px !important;
	}

	input::-moz-placeholder {
		color: #666666;
		font-size: 14px !important;
	}

	input:-ms-input-placeholder {
		color: #666666;
		font-size: 14px !important;
	}

}

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

	nav .logo {
		width: 120px;
	}

	nav .navList>ul>li>a i {
		width: 8px;
		height: 6px;
		right: -12px;
	}
}

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

	nav .btns {
		position: static;
	}

	nav .btns .search {
		display: none;
	}

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

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

	nav .btns .lanBtn {
		font-size: 14px;
	}

	nav .btns .lanBtn i.icon-right7 {
		margin-left: 10px;
	}

	nav .btns .language ul {
		top: 100%;
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 24px;
	}
}

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

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

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

	nav .logo {
		width: 110px;
	}
}

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







/* indexbanner */

.indexBanner {
	position: relative;
}


.indexBanner * {
	transition: none;
}


.slideshow::after {
	content: "";
	position: absolute;
	z-index: 9;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	border-radius: 70px 70px 0 0;
	width: 100%;
	height: 61px;
	box-sizing: border-box;
}



.indexBanner img {
	display: block;
}



.slideshow {
	position: relative;
}

.slideshow .wp {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	margin-top: -166.5px;
}

.slideshow .wp img {
	max-width: 100%;
	max-height: 80%;
}

.slideshow .item a img {
	width: 100%;
	-webkit-transition: all 6s ease-out;
	-o-transition: all 6s ease-out;
	-moz-transition: all 6s ease-out;
	transition: all 6s ease-out;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.slideshow .item.slick-active img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.slick-dots {
	position: absolute;
	width: 100%;
	bottom: 100px;
	text-align: center;
	display: none !important;
}

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

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

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

.slick-prev,
.slick-next {
	width: 54px;
	height: 54px;
	border: 0px;
	font-size: 0px;
	cursor: pointer;
	font-size: 18px !important;
	transition: .4s ease all;
}

.slick-prev {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	left: 60px;
	z-index: 999;
	background-color: #d4d4d4;
	color: #ffffff;
	border-radius: 50%;
}

.slick-next {
	position: absolute;
	top: 45%;
	right: 60px;
	z-index: 999;
	background-color: #d4d4d4;
	transform: translateY(-50%);
	color: #ffffff;
	border-radius: 50%;
}

.slick-prev:hover,
.slick-next:hover {
	background-color: #bb271a;
}


.indexBanner {
	position: relative;
}


.indexBanner .serchProducts {
	bottom: 17.7%;
}


.serchProducts {
	position: absolute;
	width: 100%;
}

.serchProducts * {
	transition: .4s ease all;
}

.serchProducts .title1 {
	font-family: Roboto-Bold;
	font-size: 45px;
	line-height: 60px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
}


.serchProducts form {
	background-color: #ffffff;
	margin: 0 auto;
	background-color: #ffffff;
	box-shadow: 0px 0px 32px 0px rgba(104, 116, 133, 0.25);
	border-radius: 30px;
	border: solid 1px #dadada;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px 5px;
}



.serchProducts .threeLinks {
	display: flex;
	align-items: center;
	padding-left: 28px;
	margin-right: 45px;
	flex-wrap: wrap;
}



.serchProducts .threeLinks .item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: Roboto-Bold;
	font-size: 20px;
	color: #000000;
	width: 149px;
	margin-right: 56px;
	cursor: pointer;
}

.serchProducts .threeLinks .item:nth-child(2) {
	width: 160px;
}

.serchProducts .threeLinks .item:nth-child(3) {
	width: 141px;
}

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

.serchProducts .threeLinks .item:hover .condition {
	color: #bb271a;
}

.serchProducts .threeLinks .item:hover i {
	background-color: #bb271a;
}

.serchProducts .threeLinks .item:last-child {
	margin-right: 0;
}


.serchProducts .threeLinks .item input {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.serchProducts .threeLinks .item i {
	width: 12px;
	height: 9px;
	background-color: #000000;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	flex-shrink: 0;
	margin-left: 10px;
}


.serchProducts .info {
	display: flex;
	justify-content: space-between;
}


.serchProducts .info>input {
	width: 337px;
	margin-right: 20px;
}

.serchProducts .info .subBtn {
	width: 213px;
	height: 52px;
	background-color: #bb271a;
	border-radius: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #ffffff;
	overflow: hidden;
	position: relative;
	border: 1px solid #bb271a;
}


.serchProducts .info .subBtn:hover {
	background-color: #ffffff;
	color: #bb271a;
}

.serchProducts .info .subBtn:hover i {
	color: #bb271a;
}

.serchProducts .info .subBtn i {
	font-size: 16px;
	flex-shrink: 0;
	margin-right: 16px;
}


.serchProducts .info .subBtn input {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	z-index: 9;
}


.serchProducts input::-webkit-input-placeholder {
	color: #666666;
}

.serchProducts input:-moz-placeholder {
	color: #666666;
}

.serchProducts input::-moz-placeholder {
	color: #666666;
}

.serchProducts input:-ms-input-placeholder {
	color: #666666;
}


.serchProducts .con {
	display: flex;
	flex-direction: column;
	/* align-items: center; */
}


.serchProducts .dropdown-list {
	display: none;
	transition: none;
	position: absolute;
	top: calc(100% + 25px);
	left: 50%;
	width: max-content;
	max-width: 300px;
	transform: translateX(-50%);
	max-height: 190px;
	overflow: auto;
	background: white;
	z-index: 100;
	padding: 0;
	margin: 0;
	padding: 10px 0px;
	min-width: 200px;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.4);
	cursor: auto;
}

.serchProducts .dropdown-list li {
	font-family: Roboto-Regular;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 0 20px;
	cursor: pointer;
}

.serchProducts .dropdown-list li:last-child {
	margin-bottom: 0;
}


.serchProducts .dropdown-list li:hover {
	color: #bb271a;
}



.serchProducts .dropdown-list::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #00000040;
	border-radius: 10px;
}

.serchProducts .dropdown-list::-webkit-scrollbar-thumb {
	background-color: #bb271a;
	border-radius: 10px;
}

.serchProducts .dropdown-list::-webkit-scrollbar-track {
	background-color: transparent;
}



@media screen and (max-width:1560px) {
	.slideshow::after {
		height: 50px;
		border-radius: 20px 20px 0 0;
	}

	.slick-prev,
	.slick-next {
		width: 50px;
		height: 50px;
	}

	.serchProducts .info .subBtn {
		width: 170px;
		height: 45px;
	}

	.serchProducts .threeLinks .item {
		font-size: 18px;
		margin-right: 30px;
	}

	.serchProducts .dropdown-list li {
		font-size: 16px;
	}
}

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

	.slideshow::after {
		height: 40px;
	}

	.slick-prev,
	.slick-next {
		width: 45px;
		height: 45px;
		font-size: 16px !important;
	}

	.serchProducts form {
		flex-direction: column;
		align-items: center;
	}

	.serchProducts .info .subBtn {
		height: 36px;
		width: 160px;
	}

	.serchProducts .threeLinks {
		margin-right: 0;
		padding: 0;
	}

	.serchProducts form {
		padding: 20px 60px;
		border-radius: 100px;
	}

	.serchProducts .threeLinks {
		margin-bottom: 20px;
	}

	.serchProducts .threeLinks .item:nth-child(n) {
		width: 200px;
		padding: 0 20px;
	}

	.serchProducts .dropdown-list {
		top: calc(100% + 15px);
	}

	.indexBanner .serchProducts {
		bottom: 15%;
	}
}

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

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

	.slideshow .wp {
		width: 100%;
		left: 0;
		margin-left: 0;
		height: 80%;
		top: 0;
		margin-top: 20px;
	}

	.bannerRange2 {
		height: 60px;
	}

	.slideshow::after {
		height: 20px;
	}

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

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

	.serchProducts {
		position: static;
	}

	.serchProducts form {
		border: none;
		padding: 0;
		box-shadow: none;
		width: 100%;
		background-color: transparent;
		border-radius: 0;
	}

	.serchProducts .title1 {
		color: #333333;
		margin-top: 30px;
	}

	.serchProducts .info>input {
		width: 100%;
		flex: 1;
		padding: 0 20px;
		border-radius: 40px;
		box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.2);
	}

	.serchProducts .info {
		width: 100%;
	}

	.serchProducts .threeLinks {
		width: 100%;
	}

	.serchProducts .threeLinks .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		font-size: 16px;
	}

	.serchProducts .threeLinks .item:nth-child(n) {
		margin-right: 0;
	}

	.serchProducts .threeLinks .item i {
		width: 10px;
		height: 8px;
	}

	.serchProducts .dropdown-list li {
		font-size: 14px;
	}

	.serchProducts .info .subBtn {
		font-size: 14px;
		width: 140px;
	}

	.serchProducts .info .subBtn i {
		font-size: 14px;
	}

	.serchProducts .dropdown-list {
		left: 0;
		transform: translateX(0);
	}
}

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

	.bannerRange2 {
		height: 50px;
	}

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

	.slick-dots {
		bottom: 40px;
	}
}

@media screen and (max-width: 538px) {
	.serchProducts .threeLinks {
		justify-content: space-between;
	}

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

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

	.serchProducts .info {
		flex-direction: column;
		align-items: flex-start;
	}

	.serchProducts .info>input {
		height: 34px;
		margin-bottom: 20px;
		margin-right: 0;
		flex: none;
	}
}


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

	.serchProducts .threeLinks .item:nth-child(-n+1) {
		margin-top: 0;
	}

	.serchProducts .info>input {
		padding: 0 10px;
	}

	.serchProducts .dropdown-list {
		width: 100%;
	}

	.serchProducts .dropdown-list li {
		padding: 0 10px;
	}
}

.slideshow .item.slick-active.item_one img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

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

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

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

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

.slick-list:focus {
	outline: 0
}

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

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

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

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

.slick-track:after {
	clear: both
}

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

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

.slick-slide img {
	display: block
}

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

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

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

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

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

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

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

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

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



/* indexM1-1 */

.companyProfile {
	padding: 55px 0 130px 0;
}


.companyProfile .iTit {
	margin-bottom: 38px;
}


.companyProfile .des {
	margin-bottom: 68px;
	padding-right: 20px;
	max-height: 288px;
	overflow: auto;
}


.companyProfile .des::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #eff3f6;
	border-radius: 0px;
}

.companyProfile .des::-webkit-scrollbar-thumb {
	background-color: #bb271a;
	border-radius: 0px;
}

.companyProfile .des::-webkit-scrollbar-track {
	background-color: transparent;
}



.companyProfile .des p {
	font-family: Roboto-Medium;
	font-size: 18px;
	line-height: 36px;
	color: #333333;
}

.companyProfile .des a {
	margin-left: 42px;
	position: relative;
}

.companyProfile .des a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .4s ease all;
	height: 1px;
	width: 100%;
	background-color: #bb271a;
}


.companyProfile .des a:hover {
	text-decoration: none;
}


.companyProfile .des a:hover::after {
	left: auto;
	right: 0;
	width: 0;
}

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

.companyProfile .con .show {
	width: 57.14%;
	overflow: hidden;
}

.companyProfile .con .show img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.companyProfile .con .show:hover img {
	transform: none;
	opacity: .8;
}


.companyProfile .list {
	width: 39.07%;
}

.companyProfile .list .item {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 0 7px;
	padding-bottom: 22px;
	margin-top: 14px;
}



.companyProfile .list .image {
	width: 51px;
	flex-shrink: 0;
	margin-right: 49px;
	transform: translateY(8px);
}


.companyProfile .list .image img {
	filter: grayscale(100%) brightness(80%);
}


.companyProfile .list .item:hover .image img {
	transform: none;
	filter: grayscale(0%) brightness(100%);
}


.companyProfile .list .tit {
	font-family: Roboto-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 7px;
	display: inline-block;
}

.companyProfile .list .item:hover .tit {
	color: #bb271b;
}


.companyProfile .list .txts {
	color: #333333;
}

.companyProfile .list .item:hover .txts {
	color: #bb271a;
}

@media screen and (max-width:1560px) {
	.companyProfile .des p {
		line-height: 30px;
	}

	.companyProfile .iTit {
		margin-bottom: 30px;
	}

	.companyProfile .des {
		margin-bottom: 50px;
	}

	.companyProfile .list .image {
		transform: translateY(0);
		margin-right: 30px;
		width: 45px;
	}

	.companyProfile .list .item {
		margin: 0;
		padding: 20px 0;
	}

	.companyProfile .list .tit {
		margin-bottom: 10px;
	}

	.companyProfile .des a {
		margin-left: 0px;
	}

	.companyProfile .des {
		max-height: 180px;
	}

}

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

	.companyProfile .des {
		margin-bottom: 50px;
		max-height: 140px;
	}

	.companyProfile .list .image {
		width: 40px;
	}

	.companyProfile .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.companyProfile .con {
		flex-direction: column;
	}

	.companyProfile .con .show {
		width: 100%;
		max-width: 670px;
		margin: 0 auto 40px;
	}

	.companyProfile .list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.companyProfile .list .item {
		width: 48%;
	}
}

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

	.companyProfile .des {
		margin-bottom: 30px;
		max-height: 130px;
	}


	.companyProfile .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.companyProfile .con .show {
		max-width: 540px;
		margin-bottom: 30px;
	}


	.companyProfile .list .image {
		width: 35px;
		margin-right: 20px;
	}
}


@media screen and (max-width:768px) {
	.companyProfile .con .show {
		max-width: 460px;
	}
}

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

	.companyProfile .list .item:nth-child(n) {
		width: 100%;
	}
}


/* indexM2-1 */


.cuarantee {
	position: relative;
}


.cuarantee .line {
	position: absolute;
	right: 0;
	height: 100%;
	width: 8px;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	background-image: linear-gradient(0deg,
			#bb271a 0%,
			#e9e9e9 100%);
}


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

.cuarantee .numList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 60%;
	position: relative;
}

.cuarantee .numList::after,
.cuarantee .numList::before {
	content: "";
	position: absolute;
	z-index: -2;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	background-color: #bb271a;
	box-sizing: border-box;
}


.cuarantee .numList::after {
	left: 0;
	width: 124.7%;
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}


.cuarantee .numList::before {
	width: 100vw;
	right: calc(100% - 1px);
}



.cuarantee .numList .item {
	position: relative;
	padding: 80px 0 70px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cuarantee .numList .item::after {
	content: "";
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 395px;
	background-image: url("../images/indexM2-shadow.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	left: 70%;
	transform: translateX(-50%);
	opacity: 0;
	transition: .4s ease all;
}

.cuarantee .numList .item:hover::after {
	opacity: 1;
}


.cuarantee .numList .num {
	font-family: Roboto-Bold;
	font-size: 54px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	color: #ffffff;
	position: relative;
	margin-bottom: 0px;
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.cuarantee .numList .num em {
	font-family: Roboto-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	position: absolute;
	top: -8px;
	right: -36px;
	font-style: normal;
}


.cuarantee .numList .num i {
	font-style: normal;
	font-size: 24px;
	line-height: 26px;
	color: #ffffff;
	flex-shrink: 0;
	margin-left: 4px;
}


.cuarantee .numList .name {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
}


.cuarantee .title {
	font-family: Roboto-Bold;
	font-size: 48px;
	line-height: 60px;
	color: #bb271a;
	text-align: right;
	width: 20%;
	position: relative;
	display: flex;
	align-items: center;
}

.cuarantee .title::after,
.cuarantee .title::before {
	content: "";
	position: absolute;
	z-index: -2;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	background-color: #eff3f6;
	box-sizing: border-box;
}


.cuarantee .title::after {
	right: 0;
	width: 190%;
	clip-path: polygon(38% 0, 100% 0, 100% 100%, 0 100%);
}


.cuarantee .title::before {
	width: 100vw;
	left: calc(100% - 1px);
}


@media screen and (max-width:1560px) {
	.cuarantee .numList .item {
		padding: 60px 0;
	}

	.cuarantee .numList .num {
		font-size: 40px;
		line-height: 40px;
	}

	.cuarantee .numList .num em,
	.cuarantee .numList .name {
		font-size: 16px;
		line-height: 26px;
	}

	.cuarantee .numList .item::after {
		width: 300px;
	}

	.cuarantee .title {
		width: 30%;
	}

	.cuarantee .title {
		font-size: 38px;
		line-height: 48px;
	}

	.cuarantee .title::after {
		width: 128%;
	}
}

@media screen and (max-width:1333px) {
	.cuarantee .numList {
		width: 70%;
	}

	.cuarantee .title {
		width: 25%;
		font-size: 28px;
		line-height: 38px;
	}

	.cuarantee .title::after {
		width: 116%;
	}

	.cuarantee .numList::after {
		width: 116%;
		clip-path: polygon(0 0, 100% 0, 83.5% 100%, 0 100%);
	}

	.cuarantee .numList .num {
		font-size: 32px;
		line-height: 32px;
	}

	.cuarantee .numList .item {
		padding: 50px 0;
	}

	.cuarantee .numList .num em,
	.cuarantee .numList .name {
		font-size: 14px;
		line-height: 24px;
	}

	.cuarantee .title::after {
		clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%);
	}

}

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

	.cuarantee .numList {
		width: 100%;
	}

	.cuarantee .numList::after {
		display: none;
	}

	.cuarantee .numList::before {
		left: 50%;
		transform: translateX(-50%);
		top: 0%;
	}

	.cuarantee .numList .item {
		padding: 40px 0;
	}

	.cuarantee .title::after {
		display: none;
	}

	.cuarantee .title::before {
		left: 50%;
		transform: translateX(-50%);
		top: 0%;
	}

	.cuarantee .title {
		width: 100%;
		text-align: left;
		padding: 20px 0;
	}

	.cuarantee .title {
		font-size: 24px;
		line-height: 34px;
	}

	.cuarantee .numList .num {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.cuarantee .line {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.cuarantee .title {
		font-size: 22px;
		line-height: 30px;
	}

	.cuarantee .numList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
		padding: 0;
	}

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

	.cuarantee .numList .item::after {
		display: none;
	}

	.cuarantee .numList {
		padding: 30px 0;
	}
}

@media screen and (max-width:400px) {
	.cuarantee .numList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

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



/* title1 */


.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}


.iTit .title1 {
	text-align: center;
}


.title1 {
	font-family: Roboto-Bold;
	font-size: 45px;
	line-height: 58px;
	color: #333333;
}


a.title1 {
	display: inline-block;
}


a.title1:hover {
	color: #bb271a;
}


/* iTxts */

.iTxts {
	font-family: Roboto-Medium;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}




/* indexM3-1 */

.iFactoryDisplay {
	padding: 107px 0 140px 0;
}


.factoryDisplay .iTit {
	margin-bottom: 16px;
}


.factoryDisplay .iTxts {
	margin-bottom: 84px;
}


.factoryDisplay .swiper-slide {
	width: 25%;
	display: flex;
	flex-direction: column;
}


.factoryDisplay .swiper-slide:nth-child(2n) {
	flex-direction: column-reverse;
}

.factoryDisplay .swiper-slide .image {
	height: 350px;
	overflow: hidden;
}

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


.factoryDisplay .swiper-slide .msg {
	background-color: #f3f3f3;
	position: relative;
	height: 350px;
}



.factoryDisplay .swiper-slide .msg::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 25px;
	height: 21px;
	background-color: #f3f3f3;
	box-sizing: border-box;
}


.factoryDisplay .swiper-slide .msg .box {
	overflow: auto;
	width: 100%;
	height: 100%;
	padding: 50px 31px 40px;
}


.factoryDisplay .swiper-slide .msg .box::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #ffffff;
	border-radius: 0px;
}

.factoryDisplay .swiper-slide .msg .box::-webkit-scrollbar-thumb {
	background-color: #bb271a;
	border-radius: 0px;
}

.factoryDisplay .swiper-slide .msg .box::-webkit-scrollbar-track {
	background-color: transparent;
}




.factoryDisplay .swiper-slide .tit {
	text-align: center;
	font-family: Roboto-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 15px;
}

.factoryDisplay .swiper-slide .txts p {
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}


.factoryDisplay .swiper-slide:nth-child(2n-1) .msg::after {
	bottom: calc(100% - 1px);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.factoryDisplay .swiper-slide:nth-child(2n) .msg::after {
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	top: calc(100% - 1px);
}

@media screen and (max-width:1560px) {
	.factoryDisplay .iTxts {
		margin-bottom: 60px;
	}

	.factoryDisplay .iTit {
		margin-bottom: 30px;
	}

	.factoryDisplay .swiper-slide .msg .box {
		padding: 30px;
	}

	.factoryDisplay .swiper-slide .image,
	.factoryDisplay .swiper-slide .msg {
		height: 300px;
	}
}

@media screen and (max-width:1333px) {
	.iTxts {
		width: 90%;
	}

	.factoryDisplay .iTxts {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:999px) {
	.factoryDisplay .iTxts {
		margin-bottom: 40px;
	}

	.factoryDisplay .swiper-slide .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.factoryDisplay .swiper-slide .msg::after {
		width: 20px;
		height: 14px;
	}
}

@media screen and (max-width:768px) {
	.factoryDisplay .list .swiper-slide .box {
		padding: 20px;
	}

	.iTxts {
		width: 95%;
	}

	.factoryDisplay .swiper-slide .image,
	.factoryDisplay .swiper-slide .msg {
		height: 260px;
	}
}

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

	.factoryDisplay .swiper-slide .image,
	.factoryDisplay .swiper-slide .msg {
		height: 240px;
	}
}



/* indexM4-1 */


.milestoneEvent {
	padding: 117px 0 126px 0;
	background-color: #eff3f6;
}


.milestoneEvent .iTit {
	margin-bottom: 16px;
}

.milestoneEvent .iTxts {
	margin-bottom: 87px;
	color: #666666;
}

.swiperBox {
	position: relative;
}

.milestoneEvent .image {
	overflow: hidden;
}


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


.milestoneEvent .msg {
	margin-bottom: 55px;
}


.milestoneEvent .name {
	height: 90px;
	background-color: #bb271a;
	display: flex;
	justify-content: center;
	padding: 15px 20px;
}

.milestoneEvent .name span {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}


.milestoneEvent .name:hover span {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.milestoneEvent .circle {
	width: 24px;
	height: 24px;
	background-color: #e1bcba;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
}

.milestoneEvent .circle::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #bb271a;
	border-radius: 50%;
}

.milestoneEvent .time {
	font-family: Roboto-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
}


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


.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background-color: #d4d4d4;
	color: #ffffff;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
}



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


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

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


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

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


.milestoneEvent .line {
	position: absolute;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 60px;
	width: 100%;
	background-image: url("../images/line.png");
	background-position: center center;
	background-repeat: repeat;
}

.milestoneEvent .swiperBox .sBtns>div {
	top: 38.6%;
}


@media screen and (max-width:1560px) {
	.milestoneEvent .iTit {
		margin-bottom: 30px;
	}

	.milestoneEvent .iTxts {
		margin-bottom: 40px;
	}

	.milestoneEvent .name span {
		font-size: 18px;
		line-height: 28px;
	}

	.milestoneEvent .name {
		height: 84px;
	}

	.milestoneEvent .msg {
		margin-bottom: 40px;
	}

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

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

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

}

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

	.milestoneEvent .name {
		padding: 10px 20px;
		height: 74px;
	}

	.milestoneEvent .msg {
		margin-bottom: 30px;
	}

	.milestoneEvent .circle {
		margin-bottom: 10px;
	}

	.milestoneEvent .line {
		bottom: 48px;
	}

	.milestoneEvent .time {
		font-size: 16px;
		line-height: 26px;
	}

}

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

	.milestoneEvent .name span {
		font-size: 14px;
		line-height: 24px;
	}

	.milestoneEvent .name {
		height: 68px;
	}

	.sBtns>div {
		width: 34px;
		height: 34px;
		font-size: 12px;
	}

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

	.milestoneEvent .circle {
		width: 20px;
		height: 20px;
	}

	.milestoneEvent .circle::after {
		width: 10px;
		height: 10px;
	}

	.milestoneEvent .line {
		bottom: 45px;
	}

}

@media screen and (max-width:768px) {
	.milestoneEvent .name {
		padding: 10px;
	}

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

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

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

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



/* indexM5-1 */

.certification {
	padding: 119px 0 67px 0;
	background-image: url("../images/indexM5-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.certification .iTit {
	margin-bottom: 16px;
}


.certification .iTxts {
	margin-bottom: 75px;
	color: #666666;
}


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

.certification .swiper-slide {
	height: auto;
	margin-right: 2.975%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
}

.certification .swiper-slide:last-child {
	margin-right: 0;
}


.certification .swiper-slide:nth-child(2n) {
	width: 29.35%;
}

.certification .swiper-slide:nth-child(2n-1) {
	width: 32.35%;
}

.certification a:hover img {
	transform: translateY(-10px);
}

.certification .shadow img {
	display: block;
}

.certification .swiperBox .sBtns>div {
	top: 62.3%;
}

@media screen and (max-width:1560px) {
	.certification .iTit {
		margin-bottom: 30px;
	}

	.certification .iTxts {
		margin-bottom: 50px;
	}
}

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

@media screen and (max-width:768px) {
	.certification .swiper-slide:nth-child(2n-1) {
		width: 50%;
		margin-right: 2%;
	}

	.certification .swiper-slide:nth-child(2n) {
		width: 48%;
	}
}



/* indexM6-1 */

.forward {
	padding: 63px 0 63px 0;
	background-image: url("../images/indexM6-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


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


.forward .title1 {
	color: #ffffff;
	margin-bottom: 2px;
}

.forward .txts {
	font-size: 18px;
	color: #ffffff;
}

.forward .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 182px;
	height: 44px;
	background-color: #ffffff;
	border-radius: 22px;
	border: 1px solid #ffffff;
	flex-shrink: 0;
	margin-left: 40px;
	font-size: 18px;
}



.forward .btn img {
	flex-shrink: 0;
	margin-right: 13px;
	width: 25px;
}


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


.forward .btn:hover img {
	filter: grayscale(100%) brightness(500%);
	transform: none;

}

@media screen and (max-width:1560px) {
	.forward .title1 {
		margin-bottom: 20px;
	}

	.forward .btn img {
		width: 22px;
	}

	.forward {
		padding: 50px 0;
	}
}

@media screen and (max-width:1333px) {
	.forward .btn {
		height: 40px;
		width: 160px;
	}

	.forward .btn img {
		width: 20px;
	}
}

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

	.forward {
		padding: 40px 0;
	}

	.forward .btn {
		margin-left: 0;
		margin-top: 30px;
		height: 36px;
	}
}

@media screen and (max-width:768px) {
	.forward .btn {
		height: 34px;
		width: 150px;
	}
}



/* indexM7-1 */

.productCategory {
	padding: 118px 0 136px 0;
}


.productCategory .iTit {
	margin-bottom: 16px;
}

.productCategory .iTxts {
	margin-bottom: 79px;
	color: #666666;
}

.productCategory .swiper-slide {
	position: relative;
	border: solid 1px #e0e0e0;
	overflow: hidden;
	padding: 35px 25px 32px;
}


.productCategory .swiper-slide::after {
	content: "";
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 100%;
	background-color: #eeeeee;
	left: 0;
	top: 0;
}



.productCategory .swiper-slide::before {
	content: "";
	width: 224px;
	height: 224px;
	background-color: #bb271a;
	border-radius: 50%;
	z-index: -1;
	left: -40px;
	top: -27px;
	position: absolute;
	transition: .4s ease width, .4s ease height;
}


.productCategory .swiper-slide:hover::before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 0;
}


.productCategory .image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 31px;
}


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

.productCategory .tit span {
	font-family: Roboto-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.productCategory .tit i {
	font-style: normal;
	font-weight: bold;
	margin-left: 10px;
}

.productCategory .swiper-slide:hover .tit,
.productCategory .swiper-slide:hover span {
	color: #ffffff;
}


.productCategory .tit:hover span {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


@media screen and (max-width:1560px) {
	.productCategory .iTit {
		margin-bottom: 30px;
	}

	.productCategory .iTxts {
		margin-bottom: 50px;
	}

	.productCategory .swiper-slide {
		padding: 25px;
	}

	.productCategory .image {
		margin-bottom: 25px;
	}

	.productCategory .tit span {
		font-size: 18px;
		line-height: 28px;
	}
}

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

	.productCategory .swiper-slide::before {
		width: 200px;
		height: 200px;
	}

	.productCategory .tit span {
		font-size: 16px;
		line-height: 26px;
	}

}

@media screen and (max-width:999px) {
	.productCategory .swiper-slide::before {
		width: 160px;
		height: 160px;
	}

	.productCategory .swiper-slide {
		padding: 20px;
	}

	.productCategory .image {
		margin-bottom: 20px;
	}

	.productCategory .tit span {
		font-size: 14px;
		line-height: 24px;
	}
}


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

	.productCategory .iTxts {
		margin-bottom: 30px;
	}
}


/* indexM8-1 */

.branding {
	padding: 136px 0 120px 0;
	background-color: #eff3f6;
}



.branding .iTit {
	margin-bottom: 21px;
}

.branding .iTxts {
	color: #666666;
	margin-bottom: 114px;
}


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


.branding .con .box {
	flex: 1;
	height: 102px;
	overflow: hidden;
	margin-left: -18px;
}

.branding .con .brandBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background-color: rgba(187, 39, 26, 0.33);
	border-radius: 50%;
	color: #bb271a;
	cursor: pointer;
	flex-shrink: 0;
	font-weight: bold;
}

.branding .con .brandBtn i {
	transform: rotate(180deg);
	font-size: 20px;
}


.branding .con .brandBtn.active i {
	transform: rotate(0);
}


.branding .con .brandBtn:hover {
	background-color: #bb271a;
	color: #ffffff;
}


.branding .con .list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}


.branding .con .list .item {
	margin-right: 66px;
	margin-top: 20px;
}


.branding .con .list .item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 102px;
	height: 102px;
	border-radius: 13px;
	border: solid 1px transparent;
}


.branding .con .list .item:nth-child(-n+8) {
	margin-top: 0;
}

.branding .con .list .item a:hover {
	background-color: #ffffff;
	border: solid 1px #6e6e6e;
}


.branding .con .list .item a:hover img {
	transform: none;
}

@media screen and (max-width:1560px) {
	.branding .iTit {
		margin-bottom: 30px;
	}

	.branding .iTxts {
		margin-bottom: 40px;
	}

	.branding .con .brandBtn {
		width: 45px;
		height: 45px;
		margin-left: 30px;
	}

	.branding .con .brandBtn i {
		font-size: 14px;
	}

	.branding .con .box {
		margin-left: 0;
	}

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

	.branding .con .list .item:nth-child(7n) {
		margin-right: 0;
	}


	.branding .con .list .item:nth-child(-n+7) {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.branding .con .list .item a {
		width: 80px;
		height: 80px;
		border-radius: 5px;
	}

	.branding .con .box {
		height: 80px;
	}

	.branding .con .brandBtn {
		width: 40px;
		height: 40px;
	}

	.branding .iTxts {
		margin-bottom: 30px;
	}

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

	.branding .con .list .item:nth-child(6n) {
		margin-right: 0;
	}


	.branding .con .list .item:nth-child(-n+6) {
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.branding .con .list .item:nth-child(n) {
		width: 18.4%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.branding .con .list .item:nth-child(5n) {
		margin-right: 0;
	}

	.branding .con .list .item:nth-child(-n+5) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.branding .con .list .item:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 20px;
	}

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

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

	.branding .con .brandBtn {
		width: 36px;
		height: 36px;
		font-size: 12px;
	}
}

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

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

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

@media screen and (max-width:400px) {
	.branding .con .list .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 20px;
	}

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

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

/* indexM9-1 */

.hotProducts {
	padding: 111px 0 132px 0;
}


.hotProducts .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 76px;
}


.hotProducts .title1 {
	margin-bottom: 17px;
}

.hotProducts .title1 span {
	position: relative;
}

.hotProducts .title1 span::after {
	content: "";
	position: absolute;
	right: -51px;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	height: 32px;
	background-color: #bb271a;
}

.hotProducts .txts {
	font-family: Roboto-Medium;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}

.hotProducts .title .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 50px;
	background-color: #bb271a;
	flex-shrink: 0;
	margin-left: 40px;
	font-family: Roboto-Regular;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #bb271a;
	margin-top: 3px;
}



.hotProducts .title .btn:hover {
	background-color: #ffffff;
	color: #bb271a;
}


.hotProducts .productItem {
	margin-bottom: 11px;
}

.hotProducts .productItem:last-child {
	margin-bottom: 0;
}



.productItem {
	border: solid 1px #dddddd;
}


.productItem:hover {
	background-color: #f0f1f4;
}

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

.productItem .msg {
	padding: 49px 20px 20px;
}


.productItem h2 {
	font-weight: normal;
}


.productItem .name {
	font-family: Roboto-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 3px;
}


.productItem .name:hover {
	color: #bb271a;
}

.productItem .txts {
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	text-align: center;
	margin-bottom: 13px;
}

.productItem a.txts:hover {
	color: #bb271a;
}

.productItem .btn {
	width: 120px;
	height: 37px;
	border: solid 1px #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #333333;
	margin: 0 auto;
}


.productItem .btn:hover {
	background-color: #bb271a;
	color: #ffffff;
	border-color: #bb271a;
}



@media screen and (max-width:1560px) {
	.hotProducts .title1 span::after {
		width: 6px;
		right: -30px;
	}

	.hotProducts .title .btn {
		margin-top: 0;
		height: 45px;
	}

	.hotProducts .title {
		align-items: center;
		margin-bottom: 50px;
	}

	.productItem .msg {
		padding: 20px;
	}

	.productItem .name {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

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

	.hotProducts .title1 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.hotProducts .title1 span::after {
		width: 5px;
		height: 25px;
	}

	.hotProducts .title .btn {
		height: 40px;
		width: 140px;
	}


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

	.hotProducts .productItem {
		margin-bottom: 20px;
	}

}

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

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

	.hotProducts .title1 span::after {
		width: 4px;
		height: 20px;
	}

	.hotProducts .title .btn {
		margin-left: 0;
		margin-top: 30px;
		height: 36px;
		width: 130px;
	}

	.productItem .name {
		font-size: 16px;
		line-height: 26px;
	}

	.productItem .msg {
		padding: 20px 15px;
	}

	.productItem .btn {
		height: 32px;
	}


}


@media screen and (max-width:768px) {
	.hotProducts .title .btn {
		height: 32px;
	}
}








/* indexM10-1 */

.newCenter {
	background-color: #eff3f6;
	padding: 117px 0 129px 0;
}


.newCenter .iTit {
	margin-bottom: 17px;
}

.newCenter .iTxts {
	margin-bottom: 16px;
}


.newCenter .exploreBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 49px;
}



.newCenter .exploreBtn a {
	font-family: Roboto-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #bb271a;
	position: relative;
}

.newCenter .exploreBtn a::after {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #bb271a;
	transition: .4s ease all;
}


.newCenter .exploreBtn a:hover::after {
	width: 0;
	left: auto;
	right: 0;
}

.newCenter .swiper-slide {
	background-color: #ffffff;
	position: relative;
}


.newCenter .swiper-slide::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	background-color: #bb271a;
	transition: .6s ease all;
	width: 0;
}


.newCenter .swiper-slide:hover::after {
	width: 100%;
}




.newCenter .image {
	overflow: hidden;
}


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

.newCenter .msg {
	padding: 34px 25px 40px;
}

.newCenter .name {
	font-family: Roboto-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 17px;
}

.newCenter .name:hover {
	color: #bb271a;
}


.newCenter .txts {
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 19px;
	min-height: 120px;
}

.newCenter .time {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #999999;
	margin-bottom: 25px;
}

.newCenter .btn {
	width: 120px;
	height: 37px;
	border: solid 1px #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	margin: 0 auto;
}

.newCenter .btn:hover {
	background-color: #bb271a;
	border-color: #bb271a;
	color: #ffffff;
}



@media screen and (max-width:1560px) {
	.newCenter .iTit {
		margin-bottom: 30px;
	}


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

	.newCenter .txts {
		font-size: 16px;
		line-height: 26px;
	}

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

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

	.newCenter .exploreBtn {
		margin-bottom: 40px;
	}

	.newCenter .msg {
		padding: 20px;
	}

	.newCenter .txts {
		min-height: 112px;
		margin-bottom: 10px;
	}

	.newCenter .name {
		margin-bottom: 10px;
	}

	.newCenter .btn {
		height: 35px;
	}

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

	.newCenter .time {
		margin-bottom: 20px;
	}
}

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

	.newCenter .exploreBtn a {
		font-size: 14px;
		line-height: 26px;
	}

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

	.newCenter .txts {
		-webkit-line-clamp: 3;
		min-height: 78px;
	}

	.newCenter .btn {
		height: 32px;
		width: 110px;
	}

	.newCenter .time {
		margin-bottom: 10px;
	}

}



/* indexM11-1 */


.together {
	padding: 131px 0 148px 0;
	position: relative;
}

.together .imgBg {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

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


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

.together .msg {
	width: 40%;
	padding: 49px 0;
}


.together .msg .title1 {
	font-family: Roboto-Bold;
	font-size: 50px;
	line-height: 70px;
	color: #000000;
	margin-bottom: 56px;
}


.together .msg .title1 span {
	position: relative;
}

.together .msg .title1 span::after {
	content: '';
	position: absolute;
	right: -51px;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
	height: 32px;
	background-color: #bb271a;
}

.together .msg .tip {
	font-family: Roboto-Medium;
	font-size: 18px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 70px;
}

.together .msg .tBtn {
	font-size: 50px;
	color: #060606;
	font-weight: bold;
}


.together .msg .tBtn:hover {
	color: #bb271a;
}



.together form {
	width: 57%;
	padding: 36px 39px 38px;
	position: relative;
	z-index: 9;
}

.together form::after,
.together form::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 0px 50px 0px 50px;
	right: 0;
}


.together form::after {
	background-image: linear-gradient(123deg,
			#e9e9e9 0%,
			#ffffff 100%);
	z-index: -1;
	top: 0;
}


.together form::before {
	bottom: -17px;
	background-color: #757575;
	z-index: -3;
	width: calc(100% - 25px);
}


.together form .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 31px;
}


.together form .title .image {
	width: 172px;
	flex-shrink: 0;
	margin-right: 20px;
	margin-left: 30px;
}

.together form input,
.together form textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.together form .tit {
	font-family: Roboto-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #bb271a;
	margin-bottom: 2px;
}


.together form .txts {
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
}

.together form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.together form ul li {
	width: 48%;
	height: 60px;
	margin-top: 23px;
	border-bottom: 1px solid #c7c7c7;
	padding: 0 10px;
}

.together form ul li.m-formcountry {
	padding: 0;
}

.together form ul li.m-formcountry .drop-btn {
	padding: 0 10px;
}


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


.together form ul li.message {
	width: 100%;
	padding: 19px 10px;
	height: 104px;
	margin-bottom: 15px;
}

.together form ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.together form ul li.codeCon input {
	flex: 1;
	padding: 0 10px;
}


.together form ul li.m-formcountry .drop-list li {
	padding: 5px 10px;
}

.together form ul li .codeImg {
	width: 99px;
	height: 36px;
	flex-shrink: 0;
	cursor: pointer;
	background-color: #f3fbfe;
}


.together form ul li .codeImg img {
	height: 100%;
}

.together form ul li.subBtn {
	padding: 0;
	border: none;
	display: flex;
	align-items: flex-end;
}

.together form ul li.subBtn input {
	cursor: pointer;
	background-color: #bb271a;
	font-family: Roboto-Regular;
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	height: 55px;
}


.together form ul li.subBtn input:hover {
	background-color: transparent;
	color: #bb271a;
	border: 1px solid #bb271a;
}


form ul li.m-formcountry {
	position: relative;
}


form ul li.m-formcountry .drop-btn {
	position: relative;
	width: 100%;
	height: 100%;
}

form ul li.m-formcountry .drop-btn i,
form ul li.m-formcountry .drop-btn svg {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 14px;
	color: #888888;
	font-weight: bold;
}

form ul li.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #bb271a rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

form ul li.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form ul li.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form ul li.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #bb271a;
}

form ul li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 5px 27px;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	width: auto;
	height: auto;
	margin: 0;
}

form ul li.m-formcountry .drop-list li.on {
	background-color: #bb271a;
	color: #ffffff;
}

.together form input::-webkit-input-placeholder,
.together form textarea::-webkit-input-placeholder {
	font-size: 18px;
	color: #999999;
}

.together form input:-moz-placeholder,
.together form textarea:-moz-placeholder {
	font-size: 18px;
	color: #999999;
}

.together form input::-moz-placeholder,
.together form textarea::-moz-placeholder {
	font-size: 18px;
	color: #999999;
}

.together form input:-ms-input-placeholder,
.together form textarea:-ms-input-placeholder {
	font-size: 18px;
	color: #999999;
}


@media screen and (max-width:1560px) {
	.together .msg .title1 {
		font-size: 40px;
		line-height: 60px;
	}

	.together .msg .title1 span::after {
		width: 6px;
		height: 30px;
		right: -30px;
	}

	.together .msg {
		padding: 0;
	}

	.together .con {
		align-items: center;
	}

	.together .msg .tBtn {
		font-size: 44px;
	}

	.together form::after,
	.together form::before {
		border-radius: 0 40px 0 40px;
	}

	.together form .title .image {
		width: 140px;
	}

	.together form .tit {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 10px;
	}

	.together form ul li {
		height: 50px;
	}

	.together form ul li.subBtn input {
		height: 100%;
	}
}

@media screen and (max-width:1333px) {
	.together .msg .title1 {
		margin-bottom: 40px;
	}

	.together .msg .title1 span::after {
		width: 5px;
		height: 25px;
	}

	.together .msg .tip {
		margin-bottom: 60px;
	}

	.together form {
		padding: 30px;
	}

	.together form .tit {
		font-size: 26px;
		line-height: 36px;
	}

	.together form .title .image {
		width: 120px;
	}

	.together form::after,
	.together form::before {
		border-radius: 0 30px 0 30px;
	}

	.together form ul li {
		margin-top: 20px;
	}

	.together .msg {
		width: 38%;
	}

	.together .msg .tBtn {
		font-size: 36px;
	}

	.together form {
		width: 58%;
	}

	.together form ul li .codeImg {
		width: 80px;
		height: 30px;
	}
}

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

	.together .msg {
		width: 100%;
	}

	.together .msg .title1 {
		margin-bottom: 30px;
	}

	.together .msg .title1 span::after {
		height: 20px;
		width: 4px;
	}

	.together .msg .tip {
		margin-bottom: 20px;
	}

	.together .msg .tBtn {
		font-size: 30px;
	}


	.together form {
		width: 100%;
	}

	.together .msg {
		margin-bottom: 40px;
	}

	.together .msg .tip br {
		display: none;
	}

	.together form::after,
	.together form::before {
		border-radius: 0 20px 0 20px;
	}

	.together form .tit {
		font-size: 24px;
		line-height: 34px;
	}

	form ul li.m-formcountry .drop-btn i,
	form ul li.m-formcountry .drop-btn svg {
		right: 22px;
		font-size: 12px;
	}
}

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

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

	.together .msg .tip {
		margin-bottom: 30px;
	}

	.together form {
		padding: 30px 20px;
	}

	.together form ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.together form ul li:nth-child(1) {
		margin-top: 0;
	}

	.together form ul li {
		height: 45px;
	}

	.together form .title {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.together form .title .image {
		margin: 0;
		margin-bottom: 30px;
	}

	.together .msg {
		margin-bottom: 30px;
	}
}


/* 1-1products */

.productBanner {
	position: relative;
}


.productBanner .image {
	height: 320px;
}

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


.productBanner .serchProducts {
	top: 50%;
	transform: translateY(-50%);
}

.products {
	padding: 73px 0 115px 0;
}


.products .innerTit {
	margin-bottom: 15px;
}

.mbox {
	height: 52px;
	overflow: hidden;
}

.mBtn {
	cursor: pointer;
	font-size: 16px;
	color: #bb271a;
	display: inline-block;
	position: relative;
	margin-top: 20px;
}

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


.mBtn:hover::after {
	left: auto;
	right: 0;
	width: 0%;
}


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



.products .productSlides {
	width: 22.85%;
}


.productSlides .category {
	margin-bottom: 15px;
}


.productSlides .category .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: Roboto-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	background-color: #eff0f1;
	padding: 17px 20px;
	margin-bottom: 2px;
}



.productSlides .category .title i {
	display: none;
}


.productSlides .category .list {
	background-color: #f8f9fa;
	padding: 10px 14px 1px;
}


.productSlides .category a {
	display: block;
}


.productSlides .category .list>li {
	border-bottom: 1px solid #d3d3d3;
	margin-bottom: 2px;
	position: relative;
}




.productSlides .category .list>li .slideBtn {
	font-size: 14px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #131313;
	transform: rotate(90deg);
	font-weight: bold;
	flex-shrink: 0;
}

.productSlides .category .list a:hover,
.productSlides .category .active>a {
	color: #bb271a !important;
}

.productSlides .category .active>i {
	color: #bb271a !important;
	transform: rotate(-90deg) !important;
}

.productSlides .category .list>li .slideBtn:hover{
	color:  #bb271a !important;
}

.productSlides .category .list>li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}


.productSlides .category .list ul {
	display: none;
	transition: none;
	padding: 11px 12px 25px;
}

.productSlides .category .list li.active>ul {
	display: block;
}



.productSlides .category .list>li>.slideTit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 26px;
	color: #131313;
	padding: 15px 5px;
}



.productSlides .category .list ul li a {
	display: flex;
	align-items: flex-start;
}



.productSlides .category .list ul li a::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border: solid 1px #d5d9dd;
	flex-shrink: 0;
	margin-right: 7px;
	transition: .4s ease all;
	margin-top: 3px;
}


.productSlides .category .list ul li.active>a::before,
.productSlides .category .list ul li a:hover::before {
	background-color: #bb271a;
	border-color: #bb271a;
}


.productSlides .category .list ul li.active>a {
	color: #bb271a;
}


.productSlides .category .list ul li {
	margin-bottom: 24px;
}

.productSlides .category .list ul li:last-child {
	margin-bottom: 0;
}




.productSlides .recommended {
	border: solid 1px #dddddd;
	padding: 13px 12px 28px;
}



.productSlides .recommended .title {
	font-family: Roboto-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 12px;
}

.productSlides .recommended .list .item {
	margin-top: 20px;
	display: flex;
	align-items: center;
}


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



.productSlides .recommended .list .image {
	overflow: hidden;
	width: 97px;
	height: 97px;
	border: solid 1px #dddddd;
	flex-shrink: 0;
	margin-right: 8px;
}

.productSlides .recommended .list .tit {
	font-family: Roboto-Medium;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 10px;
}



.productSlides .recommended .list .tit:hover {
	color: #bb271a;
}


.productSlides .recommended .list .model {
	font-family: Roboto-Medium;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}




.products .contact {
	width: 74.78%;
}


.products .contact .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 82px;
}



.products .contact .list .productItem {
	width: 32.6%;
	margin-right: 1.1%;
	margin-top: 12px;
}


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


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



.products .contact .pager {
	justify-content: flex-end;
	margin-right: -4px;
}

.products .contact .pager .processList {
	justify-content: flex-end;
}


@media screen and (max-width:1560px) {
	.products .innerTit {
		margin-bottom: 30px;
	}

	.products .con {
		margin-top: 60px;
	}

	.productSlides .category .title {
		padding: 20px 20px;
		margin-bottom: 10px;
	}

	.productSlides .recommended {
		padding: 20px 10px;
	}

	.productSlides .recommended .title {
		margin-bottom: 20px;
	}

	.productSlides .category .list ul li a::before {
		width: 12px;
		height: 12px;
		margin-top: 5px;
	}

	.products .contact .list {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:1333px) {
	.products .con {
		margin-top: 50px;
	}

	.products .contact {
		width: 65%;
	}

	.products .productSlides {
		width: 30%;
	}

	.products .contact .list {
		justify-content: space-between;
		margin-bottom: 50px;
	}

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

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

	.productSlides .category .title {
		font-size: 18px;
		line-height: 28px;
		padding: 15px 20px;
	}
}

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

	.products .contact {
		width: 100%;
	}

	.products .contact .list {
		justify-content: flex-start;
		margin-bottom: 40px;
	}

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

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

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

	.pager .pageList {
		justify-content: center;
	}

	.products .contact .pager {
		justify-content: center;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.products .productSlides {
		width: 100%;
	}

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

	.productSlides .category .title i {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		width: 30px;
		height: 30px;
	}

	.productSlides .category .title i.active {
		transform: rotate(45deg);
	}

	.productSlides .category .list>li>.slideTit {
		padding: 10px 5px;
		font-size: 14px;
		line-height: 26px;
	}

	.productSlides .category .list ul li a {
		font-size: 14px;
		line-height: 26px;
	}

	.productSlides .category .title {
		font-size: 16px;
		padding: 10px 20px;
	}

	.productSlides .category .list ul li {
		margin-bottom: 15px;
	}

	.productSlides .category .list ul li a::before {
		width: 10px;
		height: 10px;
	}

	.productSlides .recommended .title {
		font-size: 18px;
		line-height: 28px;
	}

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

	.productBanner .serchProducts {
		height: auto;
		transform: translateY(0);
		margin-bottom: 40px;
	}

	.productBanner .image {
		height: auto;
	}
}

@media screen and (max-width:768px) {
	.products .contact .list {
		justify-content: space-between;
	}

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

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

@media screen and (max-width:400px) {
	.products .contact .list .productItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

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


/* 1-2products */



.productShow {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 87px 0 79px 0;
}

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

.productShow .shows {
	display: flex;
	align-items: center;
	margin-right: 43px;
}



.productShow .shows .showSipwer {
	width: 581px;
	margin-right: 22px;
	overflow: hidden;
	background-color: #ffffff;
	border: solid 1px #d3d3d3;
}


.productShow .shows .checkSwiper {
	width: 121px;
	overflow: hidden;
	height: 100%;
}


.productShow .shows .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 581px;
	padding: 36px 0;
}


.productShow .shows .swiperBox .prev,
.productShow .shows .swiperBox .next {
	width: 100%;
	position: absolute;
	color: #ffffff;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	height: 28px;
	background-color: rgba(0, 0, 0, .5);
}


.productShow .shows .swiperBox .prev i,
.productShow .shows .swiperBox .next i {
	font-weight: bold;
	color: #ffffff;
}


.productShow .shows .swiperBox .prev:hover,
.productShow .shows .swiperBox .next:hover {
	background-color: #bb271a;
}


.productShow .shows .swiperBox .prev {
	top: 0;
}

.productShow .shows .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .shows .swiperBox .next {
	bottom: 0;
}

.productShow .shows .swiperBox .next i {
	transform: rotate(90deg);
}



.productShow .shows .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}


.productShow .shows .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: .4s ease all;
	pointer-events: none;
	border: solid 1px #d3d3d3;
}

.productShow .shows .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #bb271a;
}




.productShow .jianjie {
	flex: 1;
}



.productShow .jianjie h1 {
	font-family: Roboto-Bold;
	color: #333333;
	font-size: 32px;
	margin-bottom: 16px;
	font-weight: normal;
	margin-top: 2px;
}


.productShow .jianjie .tips {
	font-family: Roboto-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 10px;
}




.productShow .jianjie .txts {
	margin-bottom: 29px;
}

.productShow .jianjie .txts p {
	line-height: 34px;
	color: #333333;
}

.productShow .jianjie .txts p strong {
	font-family: Roboto-Bold;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}


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


.productShow .jianjie .btns a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 23px;
	width: 174px;
	height: 46px;
	background-color: #f8f9fa;
	border: solid 1px #bb271a;
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #bb271a;
}


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

.productShow .jianjie .btns a img {
	flex-shrink: 0;
	width: 18px;
	margin-right: 11px;
}


.productShow .jianjie .btns a:hover {
	background-color: #bb271a;
	color: #ffffff;
}


.productShow .jianjie .btns a:hover img {
	filter: grayscale(100%) brightness(500%);
	transform: none;
}


.productShow .jianjie .box {
	display: flex;
	align-items: center;
}

.productShow .jianjie .share {
	margin-right: 18px;
}

.productShow .jianjie .downloadBtn {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333333;
}


.productShow .jianjie .downloadBtn img {
	width: 21px;
	flex-shrink: 0;
	margin-left: 10px;
	filter: grayscale(100%) brightness(80%);
}


.productShow .jianjie .downloadBtn:hover {
	color: #bb271a;
}


.productShow .jianjie .downloadBtn:hover img {
	filter: grayscale(0%) brightness(100%);
	transform: none;
}



.showSipwerBox {
	position: relative;
}


.showSipwer .swiper-slide img {
	display: block;
}

.showSipwer .swiper-slide video,
.showSipwer .swiper-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.productShow .jianjie .detail .tit {
	font-family: NunitoSans-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 31px;
}


.productShow .jianjie .detail .standardEdit p {
	display: block;
	margin-bottom: 9.5px;
}




.productShow .jianjie .line {
	width: 100%;
	height: 1px;
	background-color: rgba(102, 102, 102, .2);
	margin-top: 11px;
	margin-bottom: 24px;
}



.productShow .jianjie .pdBtns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.productShow .jianjie .btns {
	display: flex;
	align-items: center;
}


.productShow .jianjie .btns .cBtn {
	padding: 0 15px 0 13px;
	margin-right: 30px;
}

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


.productShow .jianjie .btns .cBtn:hover {
	background-color: #ec6d34;
	color: #ffffff;
}

.productShow .jianjie .btns .cBtn:hover i {
	color: #ffffff;
}



/*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:1560px) {
	.productShow .shows .showSipwer {
		width: 500px;
	}

	.productShow .shows .swiperBox {
		height: 500px;
	}

	.productShow .shows .checkSwiper {
		width: 101px;
	}

	.productShow .jianjie h1 {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.productShow .jianjie .tips {
		margin-bottom: 20px;
	}

	.productShow .jianjie .btns {
		margin-bottom: 40px;
	}

	.productShow {
		padding: 60px 0;
	}

	.productShow .jianjie .share {
		margin-right: 30px;
	}
}

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

	.productShow .shows {
		width: 400px;
	}

	.productShow .shows .showSipwer {
		width: 100%;
		margin-right: 0;
	}

	.showSipwerBox {
		margin-bottom: 20px;
		width: 100%;
	}

	.productShow .shows .swiperBox {
		width: 100%;
		flex-direction: row;
		padding: 0 30px;
		height: auto;
	}

	.productShow .shows .checkSwiper {
		width: 100%;
	}

	.productShow .shows .swiperBox .prev,
	.productShow .shows .swiperBox .next {
		height: 100%;
		width: 24px;
	}

	.productShow .shows .swiperBox .prev {
		left: 0;
		right: auto;
	}

	.productShow .shows .swiperBox .next {
		right: 0;
		left: auto;
	}

	.productShow .shows .swiperBox .prev i,
	.productShow .shows .swiperBox .next i {
		font-size: 14px;
		transform: rotate(0);
	}

	.productShow .shows .swiperBox .prev i {
		transform: rotate(-180deg);
	}

	.productShow .jianjie .tips {
		font-size: 18px;
		line-height: 28px;
	}

	.productShow .jianjie .btns a {
		height: 40px;
		width: 160px;
	}
}


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

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		flex: none;
		width: 100%;
	}

	.productShow .shows {
		width: 100%;
		max-width: 380px;
		margin: 0 auto 30px;
	}

	.productShow .jianjie .btns a {
		font-size: 14px;
	}

	.productShow .jianjie .downloadBtn {
		font-size: 14px;
		line-height: 26px;
	}

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


@media screen and (max-width:768px) {
	.productShow .shows {
		max-width: 340px;
	}

	.productShow .jianjie .line {
		margin: 20px 0;
	}

	.productShow .jianjie .btns a {
		height: 36px;
	}

	.productShow .jianjie .btns {
		margin-bottom: 35px;
	}

	.productShow .jianjie .tips {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:538px) {
	.productShow .shows {
		max-width: 300px;
	}

	.productShow .jianjie .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie .share {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.productShow .jianjie .btns a {
		width: 140px;
		margin-right: 10px;
	}
}

.productDet {
	padding-bottom: 40px;
}


.productDet .pdNav {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #b8b8b8;
	margin-bottom: 73px;
}


.productDet .pdNav a {
	font-family: Roboto-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	padding: 25px 0;
	position: relative;
	margin-right: 55px;
}


.productDet .pdNav a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background-color: #bb271a;
	transition: .4s ease all;
}


.productDet .pdNav a:hover::after {
	width: 100%;
}


.pdTit {
	font-family: Roboto-Bold;
	font-size: 26px;
	line-height: 34px;
	color: #333333;
}

.productDet .functions {
	margin-bottom: 68px;
}

.functions .pdTit {
	margin-bottom: 27px;
}

.functions .txts p {
	font-size: 16px;
	line-height: 26px;
	color: #555555;
}


.functions .txts p strong {
	font-family: Roboto-Medium;
	color: #333333;
	font-weight: normal;
}


.functions .txts p em {
	font-style: normal;
	position: relative;
	display: block;
	padding-left: 28px;
}

.functions .txts p em::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 17px;
	height: 13px;
	background-image: url("../images/pdArr.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.productDet .application {
	margin-bottom: 74px;
}

.productDet .application .sBtns {
	justify-content: center;
}

.productDet .application .sBtns>div {
	margin-top: 30px;
}

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

.application .pdTit {
	margin-bottom: 33px;
}


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


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

.application .swiper-slide .msg {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 7px 20px;
	background-color: rgba(0, 0, 0, .8);
	width: 100%;
	transform: translateY(100%);
	opacity: 0;
}

.application .swiper-slide:hover .msg {
	transform: translateY(0);
	opacity: 1;
}

.application .swiper-slide .name {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}



.productDet .advantages {
	margin-bottom: 69px;
}


.advantages .pdTit {
	margin-bottom: 27px;
}


.advantages .txts p {
	font-size: 16px;
	line-height: 26px;
	color: #555555;
}


.advantages .txts p strong {
	font-family: Roboto-Medium;
	color: #333333;
	font-weight: normal;
}


.advantages .txts p em {
	font-style: normal;
	position: relative;
	display: block;
	padding-left: 30px;
}

.advantages .txts p em::after {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 17px;
	height: 13px;
	background-image: url("../images/pdArr.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


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

.honor .sBtns>div {
	margin-top: 20px;
}


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


.honor .pdTit {
	margin-bottom: 33px;
}

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

.honor .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.honor .swiper-slide .image:hover img {
	transform: translateY(-10px);
}


.honor .swiper-slide .image {
	margin-bottom: 8px;
}

.honor .swiper-slide .name {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	text-align: center;
}


.inquirePiece {
	background-color: #eceeef;
	padding: 73px 0 79px 0;
}


.inquirePiece .title {
	font-family: Roboto-Bold;
	font-size: 26px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 19px;
}



.productDetPiece {
	padding: 101px 0 98px 0;
}


@media screen and (max-width:1560px) {
	.productDet .pdNav a {
		padding: 14px 0;
		font-size: 20px;
		line-height: 30px;
	}

	.productDet .pdNav {
		margin-bottom: 60px;
	}

	.pdTit {
		font-size: 24px;
		line-height: 34px;
	}

	.productDet .functions,
	.productDet .application,
	.productDet .advantages {
		margin-bottom: 60px;
	}

	.functions .pdTit,
	.application .pdTit,
	.advantages .pdTit,
	.honor .pdTit {
		margin-bottom: 30px;
	}

	.inquirePiece .title {
		margin-bottom: 40px;
		font-size: 24px;
		line-height: 34px;
	}

}

@media screen and (max-width:1333px) {
	.productDet .pdNav a {
		font-size: 18px;
		padding: 10px 0;
	}

	.productDet .pdNav {
		margin-bottom: 50px;
	}

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

	.inquirePiece .title {
		margin-bottom: 30px;
		font-size: 22px;
		line-height: 30px;
	}

}

@media screen and (max-width:999px) {
	.productDet .pdNav a {
		font-size: 16px;
		line-height: 28px;
		padding: 8px 0;
	}

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

	.productDet .functions,
	.productDet .application,
	.productDet .advantages {
		margin-bottom: 50px;
	}

	.application .swiper-slide .msg {
		transform: translateY(0);
		opacity: 1;
		position: static;
		width: 100%;
	}

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

	.honor .swiper-slide .name {
		font-size: 14px;
		line-height: 26px;
	}

	.application .swiper-slide .name {
		font-size: 14px;
		line-height: 24px;
	}
}

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

	.productDet .functions,
	.productDet .application,
	.productDet .advantages {
		margin-bottom: 40px;
	}

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

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


	.functions .txts p {
		font-size: 14px;
		line-height: 26px;
	}

	.productDet .pdNav {
		margin-bottom: 40px;
	}
}




/* 3-1about */

.companyBanner {
	border-radius: 0px 0px 50px 50px;
	overflow: hidden;
	height: 810px;
	position: relative;
}


.companyBanner>.image {
	height: 100%;
}

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


.companyBanner .con {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	display: flex;
	align-items: center;
}


.companyBanner .sign {
	width: 222px;
	margin-bottom: 19px;
	display: block;
}


.companyBanner .sign img {
	display: block;
}


.companyBanner .title {
	font-family: Roboto-Bold;
	font-size: 56px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 66px;
	letter-spacing: 0px;
	color: #ffffff;
	text-shadow: 3px 2px 0px #000000;
	margin-bottom: 30px;
}


.companyBanner .msg {
	width: 80%;
	padding-bottom: 68px;
}


.companyBanner .txts {
	font-family: Roboto-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 59px;
}

.companyBanner .btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 400px;
	height: 46px;
	background-color: rgba(255, 255, 255, .3);
	border-radius: 23px;
	border: solid 1px #ffffff;
	padding: 0 31px;
	font-family: Roboto-Bold;
	font-size: 24px;
	line-height: 28px;
	color: #ffffff;
}

.companyBanner .btn img {
	width: 67px;
}

.companyBanner .btn:hover {
	background-color: #bb271a;
	border-color: #bb271a;
}


.companyBanner .btn:hover img {
	transform: none;
}



.companyNumber {
	height: 0px;
	position: relative;
}


.companyNumber .safeRange {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%) translateY(-52%);
	background-color: #ffffff;
	box-shadow: 0px 1px 70px 0px rgba(48, 48, 48, 0.32);
	border-radius: 24px;
	padding: 43px 111px 38px;
	display: flex;
	justify-content: space-between;
}

.companyNumber .numList .num {
	font-family: Roboto-Bold;
	font-size: 54px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	color: #bb172a;
	position: relative;
	margin-bottom: 0px;
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.companyNumber .numList .num em {
	font-family: Roboto-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #bb172a;
	position: absolute;
	top: -8px;
	right: -35px;
	font-style: normal;
}


.companyNumber .numList .num i {
	font-style: normal;
	font-size: 24px;
	line-height: 26px;
	color: #bb172a;
	flex-shrink: 0;
	margin-left: 4px;
}


.companyNumber .numList .name {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #bb172a;
	text-align: center;
}



@media screen and (max-width:1560px) {
	.companyBanner .sign {
		width: 200px;
	}

	.companyBanner .title {
		font-size: 46px;
		line-height: 56px;
	}

	.companyBanner .txts {
		margin-bottom: 50px;
	}

	.companyBanner .btn {
		width: 350px;
		font-size: 22px;
	}

	.companyBanner {
		height: 600px;
		border-radius: 0 0 30px 30px;
	}

	.companyNumber .safeRange {
		transform: translateX(-50%) translateY(-50%);
		padding: 30px 80px;
		border-radius: 10px;
	}

	.companyNumber .numList .num {
		font-size: 46px;
		line-height: 46px;
		margin-bottom: 10px;
	}

	.companyNumber .numList .num em {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.companyBanner .sign {
		width: 160px;
	}

	.companyBanner .title {
		font-size: 36px;
		line-height: 46px;
	}

	.companyBanner .txts {
		font-size: 16px;
		line-height: 26px;
	}

	.companyBanner .msg {
		width: 85%;
	}

	.companyBanner .btn {
		width: 320px;
		height: 42px;
		font-size: 20px;
	}

	.companyBanner .btn img {
		width: 60px;
	}

	.companyNumber .numList .num {
		font-size: 38px;
		line-height: 38px;
	}

	.companyNumber .safeRange {
		padding: 40px;
	}

	.companyNumber .numList .num em {
		font-size: 16px;
		line-height: 26px;
		right: -20px;
	}

	.companyNumber .numList .name {
		font-size: 16px;
		line-height: 26px;
	}

	.companyBanner {
		border-radius: 0 0 20px 20px;
		height: 550px;
	}

}

@media screen and (max-width:999px) {
	.companyBanner {
		border-radius: 0 0 10px 10px;
	}

	.companyNumber {
		height: auto;
		margin: 30px 0;
	}

	.companyNumber .safeRange {
		position: static;
		transform: translateY(0);
	}

	.companyBanner .msg {
		width: 100%;
		padding-bottom: 0;
	}

	.companyBanner {
		height: 430px;
	}

	.companyBanner .sign {
		width: 140px;
	}

	.companyBanner .title {
		font-size: 32px;
		line-height: 42px;
	}

	.companyBanner .txts {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 30px;
	}

	.companyBanner .btn {
		height: 36px;
		width: 280px;
		font-size: 18px;
	}

	.companyNumber .safeRange {
		flex-wrap: wrap;
		padding: 30px;
		border-radius: 5px;
	}

	.companyNumber .safeRange .item {
		width: 48%;
		flex: none;
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

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

	.companyNumber .numList .num em {
		right: -60px;
		font-size: 14px;
		line-height: 24px;
	}

	.companyNumber .numList .num {
		font-size: 28px;
		line-height: 28px;
	}

	.companyNumber .numList .name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.companyBanner .sign {
		width: 120px;
	}

	.companyBanner .title {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.companyBanner .btn {
		padding: 0 20px;
		font-size: 16px;
		width: 250px;
	}

	.companyBanner .btn img {
		width: 45px;
	}

	.companyBanner {
		border-radius: 0 5px 5px 0;
		height: 380px;
	}

	.companyNumber .numList .num {
		font-size: 26px;
		line-height: 26px;
	}

}

@media screen and (max-width:538px) {
	.companyBanner .title {
		font-size: 22px;
		line-height: 30px;
	}

	.companyBanner .btn {
		width: 220px;
	}

	.companyBanner {
		height: 360px;
	}

	.companyBanner .sign {
		width: 110px;
	}
}

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

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

	.companyNumber .numList .num {
		font-size: 24px;
		line-height: 34px;
	}
}




.aboutUs {
	padding: 12px 0 152px 0;
}

.aboutUs .title1 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 49px;
}


.aboutUs .msg {
	margin-bottom: 40px;
}

.aboutUs .msg p {
	color: #555555;
	line-height: 28px;
}



.aboutUs .des {
	margin-bottom: 84px;
}

.aboutUs .des p {
	color: #333333;
	line-height: 28px;
}

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

.aboutUs .list .item {
	width: 30%;
	margin-right: 5%;
	margin-top: 20px;
	border-radius: 40px;
	border: solid 1px #cfcfcf;
	padding: 10px 14px 33px;
}


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

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

.aboutUs .list .image {
	border-radius: 40px;
	overflow: hidden;
	margin-bottom: 25px;
}

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

.aboutUs .list .tit {
	font-family: Roboto-Bold;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 13px;
}

.aboutUs .list .txts {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
}


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

	.aboutUs .title1 {
		margin-bottom: 40px;
	}

	.aboutUs .des {
		margin-bottom: 50px;
	}

	.aboutUs .msg {
		margin-bottom: 30px;
	}

	.aboutUs .list .item {
		width: 32%;
		margin-right: 2%;
		border-radius: 10px;
	}

	.aboutUs .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.aboutUs .list .image {
		border-radius: 10px;
	}
}

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

	.aboutUs .des {
		margin-bottom: 40px;
	}

	.aboutUs .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.aboutUs .title1 {
		margin-bottom: 30px;
	}

	.aboutUs .list .item {
		padding: 15px;
	}
}

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

	.aboutUs .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

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

	.aboutUs .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		border-radius: 5px;
		margin-top: 30px;
	}

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

	.aboutUs .list .image {
		margin-bottom: 20px;
	}
}

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

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

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


.history {
	background-color: #eff3f6;
	padding: 125px 0 157px 0;
}


.history .title1 {
	font-size: 40px;
	margin-bottom: 106px;
}

.history .gallery {
	margin-bottom: 145px;
	overflow: hidden
}




.history .gallery .time {
	display: flex;
	align-items: flex-end;
	margin-bottom: 16px;
}


.history .gallery .num {
	font-family: Roboto-Bold;
	font-size: 184px;
	line-height: 184px;
	color: #bb271a;
	margin-right: 10px;
	margin-top: -5px;
}

.history .gallery .tip {
	font-family: Roboto-Bold;
	font-size: 36px;
	line-height: 46px;
	color: #bb271a;
	margin-bottom: 17px;
}

.history .gallery .txts p {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}


.history .gallery .image {
	width: 50.14%;
	float: right;
	margin-left: 2.4%;
}

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

.history .historyLine {
	position: absolute;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	bottom: 59px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10px;
	background-image: url("../images/historyLine.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: repeat;
}



.history .swiperBox .thumbs {
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.history .swiperBox .thumbs .swiper-slide {
	text-align: center;
	cursor: pointer;
	position: relative;
	font-family: Roboto-Bold;
	font-size: 18px;
	color: #333333;
}



.history .swiperBox .thumbs .swiper-slide::after,
.history .swiperBox .thumbs .swiper-slide::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 17px;
	height: 8px;
	background-color: #bb271a;
	z-index: 9;
	opacity: 0;
	transition: .4s ease all;
}



.history .swiperBox .thumbs .swiper-slide::after {
	bottom: 126%;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.history .swiperBox .thumbs .swiper-slide::before {
	top: 128%;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}


.history .swiperBox .thumbs .swiper-slide:hover::after,
.history .swiperBox .thumbs .swiper-slide:hover::before {
	opacity: 1;
}

.history .swiperBox .thumbs .swiper-slide-thumb-active::after,
.history .swiperBox .thumbs .swiper-slide-thumb-active::before {
	opacity: 1;
}

.history .swiperBox .thumbs .swiper-slide:hover,
.history .swiperBox .thumbs .swiper-slide-thumb-active {
	color: #bb271a;
}


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

.history .sBtns>div {
	margin-top: 30px;
}


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


@media screen and (max-width:1560px) {
	.history .title1 {
		margin-bottom: 50px;
	}

	.history .gallery .tip {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 0;
	}

	.history .gallery .time {
		margin-bottom: 30px;
	}

	.history .gallery .num {
		font-size: 120px;
		line-height: 120px;
		margin-top: 0;
	}

	.history .gallery {
		margin-bottom: 100px;
	}

}

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

	.history .gallery .tip {
		font-size: 20px;
		line-height: 30px;
	}

	.history .gallery .num {
		font-size: 90px;
		line-height: 90px;
	}

	.history .gallery {
		margin-bottom: 90px;
	}
}

@media screen and (max-width:999px) {
	.history .gallery .num {
		font-size: 60px;
		line-height: 60px;
	}

	.history .gallery .tip {
		font-size: 18px;
		line-height: 28px;
	}

	.history .gallery .time {
		margin-bottom: 20px;
	}

	.history .gallery {
		margin-bottom: 80px;
	}

	.history .swiperBox .thumbs .swiper-slide {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.history .gallery .image {
		float: none;
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}

	.history .gallery .tip {
		font-size: 16px;
		line-height: 26px;
	}

	.history .gallery .num {
		font-size: 50px;
		line-height: 50px;
	}

	.history .gallery {
		margin-bottom: 60px;
	}


}

@media screen and (max-width:538px) {
	.history .title1 {
		margin-bottom: 30px;
	}

	.history .gallery .image {
		height: 280px;
	}

	.history .gallery .num {
		font-size: 40px;
		line-height: 40px;
	}
}

.aFactoryDisplay {
	background-color: #eff3f6;
	padding: 130px 0 153px 0;
}

.aFactoryDisplay .title1 {
	font-size: 40px;
	line-height: 53px;
}

.aFactoryDisplay .iTxts {
	margin-bottom: 23px;
}


.aFactoryDisplay .factoryBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 59px;
}


.aFactoryDisplay .factoryBtn a {
	position: relative;
	font-family: Roboto-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #bb271a;
	text-align: center;
}

.aFactoryDisplay .factoryBtn a::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	transition: .4s ease all;
	bottom: 3px;
	height: 1px;
	background-color: #bb271a;
}


.aFactoryDisplay .factoryBtn a:hover::after {
	left: auto;
	right: 0;
	width: 0;
}




.aFactoryDisplay .factoryDisplay .swiper-slide .msg {
	background-color: #ffffff;
}


.aFactoryDisplay .factoryDisplay .swiper-slide .msg::after {
	background-color: #feffff;
}






.brandCrlture {
	padding: 105px 0 114px 0;
	background-image: url("../images/brandCultureM1-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.brandCrlture .title1 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 60px;
	font-size: 40px;
}


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

.brandCrlture .list .item {
	display: flex;
	align-items: flex-start;
	margin-top: 30px;
	width: 32.2%;
	margin-right: 1.7%;
}

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

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

.brandCrlture .list .image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	flex-shrink: 0;
	margin-right: 18px;
	transform: translateY(3px);
}

.brandCrlture .list .tit {
	font-family: Roboto-Bold;
	font-size: 26px;
	line-height: 36px;
	color: #ffffff;
	margin-bottom: 11px;
}

.brandCrlture .list .txts {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}




.team {
	padding: 125px 0 123px 0;
}

.team .title1 {
	text-align: center;
	margin-bottom: 14px;
	font-size: 40px;
}

.team .tips {
	font-family: Roboto-Medium;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	width: 80%;
	margin: 0 auto 44px;
	text-align: center;
}


@media screen and (max-width:1560px) {
	.brandCrlture .title1 {
		margin-bottom: 50px;
	}

	.brandCrlture .list .image {
		width: 60px;
		height: 60px;
		border-radius: 5px;
	}

	.brandCrlture .list .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.team .title1 {
		margin-bottom: 40px;
	}

	.team .tips {
		width: 90%;
		margin-bottom: 40px;
	}

}

@media screen and (max-width:1333px) {
	.brandCrlture .list {
		justify-content: space-between;
	}

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

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

	.brandCrlture .list .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.brandCrlture .title1 {
		margin-bottom: 40px;
	}

	.team .title1 {
		margin-bottom: 30px;
	}

	.aFactoryDisplay .factoryBtn {
		margin-bottom: 40px;
	}

	.aFactoryDisplay .factoryBtn a {
		font-size: 16px;

	}
}

@media screen and (max-width:999px) {
	.brandCrlture .list .image {
		width: 50px;
		height: 50px;
	}

	.brandCrlture .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.team .tips {
		width: 95%;
	}

	.aFactoryDisplay .factoryBtn a {
		font-size: 14px;
	}

	.aFactoryDisplay .iTxts {
		margin-bottom: 20px;
	}
}

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

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

	.brandCrlture .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.brandCrlture .title1 {
		margin-bottom: 30px;
	}

	.team .tips {
		margin-bottom: 30px;
	}
}

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



/* 3-2about */

.factory {
	padding: 100px 0 135px 0;
}


.factory .factoryNav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 59px;
}


.factory .factoryNav a {
	width: 19.85%;
	margin-right: 0.1875%;
	margin-bottom: 2px;
	background-color: #e7e7e7;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
	font-family: Roboto-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.factory .factoryNav a:nth-child(5n) {
	margin-right: 0;
}

.factory .factoryNav a.active,
.factory .factoryNav a:hover {
	background-color: #bb271b;
	color: #ffffff;
}

.factory .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 87px;
}


.factory .list .image {
	overflow: hidden;
	margin-bottom: 16px;
}

.factory .list .item {
	width: 32.64%;
	margin-right: 1.04%;
	margin-top: 41px;
}

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

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


.factory .list .name {
	font-family: Roboto-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

@media screen and (max-width:1560px) {
	.factory .factoryNav a {
		padding: 10px;
	}

	.factory .factoryNav {
		margin-bottom: 50px;
	}

	.factory .list .name {
		font-size: 18px;
		line-height: 28px;
	}

	.factory .list {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.factory .factoryNav a:nth-child(n) {
		width: 33%;
		margin: 0;
		margin-right: 0.5%;
		margin-top: 5px;
		padding: 8px 10px;
		font-size: 16px;
	}

	.factory .factoryNav a:nth-child(-n+3) {
		margin-top: 0;
	}

	.factory .factoryNav a:nth-child(3n) {
		margin-right: 0;
	}

	.factory .list .image {
		margin-bottom: 10px;
	}

	.factory .list .name {
		font-size: 16px;
		line-height: 28px;
	}

	.factory .list .item {
		margin-top: 30px;
	}

}

@media screen and (max-width:999px) {
	.factory .factoryNav {
		margin-bottom: 40px;
	}

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

@media screen and (max-width:768px) {
	.factory .factoryNav a:nth-child(n) {
		font-size: 14px;
		line-height: 24px;
	}

	.factory .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.factory .list {
		justify-content: space-between;
		margin-bottom: 40px;
	}

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

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

@media screen and (max-width:538px) {
	.factory .factoryNav {
		justify-content: space-between;
	}

	.factory .factoryNav a:nth-child(n) {
		width: 49%;
		margin-right: 0;
		margin-top: 5px;
	}

	.factory .factoryNav a:nth-child(-n+2) {
		margin-top: 0;
	}
}


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

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


/* 4-1custom */

.customBanner {
	height: 560px;
	position: relative;
}


.customBanner>.image {
	width: 100%;
	height: 100%;
}

.customBanner>.image>img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.customBanner .con {
	position: absolute;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.customBanner .con .msg {
	width: 51.07%;
	padding-bottom: 13px;
}


.customBanner .title {
	font-family: Roboto-Bold;
	font-size: 55px;
	line-height: 66px;
	letter-spacing: 1px;
	color: #000000;
	position: relative;
	margin-bottom: 13px;
}




.customBanner .line {
	height: 2px;
	background-image: linear-gradient(90deg,
			rgba(255, 255, 255, 0.2) 0%,
			#ffffff 100%);
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}




.customBanner .line::after {
	content: "";
	right: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #ffffff;
}

.customBanner .txts {
	font-size: 30px;
	line-height: 42px;
	letter-spacing: 1px;
	color: #000000;
	margin-bottom: 68px;
}

.customBanner .btn {
	width: 240px;
	height: 54px;
	background-color: #bb271a;
	border-radius: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Roboto-Bold;
	font-size: 26px;
	letter-spacing: 1px;
	color: #ffffff;
}


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


.customBanner .con .image {
	width: 34.57%;
	transform: translateY(12%) translateX(5%);
}

@media screen and (max-width:1560px) {
	.customBanner .con .image {
		transform: translateX(0);
	}

	.customBanner .title {
		font-size: 42px;
		line-height: 52px;
		margin-bottom: 20px;
	}

	.customBanner .txts {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 40px;
	}

	.customBanner .con .msg {
		padding-bottom: 0;
	}

	.customBanner .line {
		margin-bottom: 20px;
	}

	.customBanner .btn {
		height: 50px;
		width: 180px;
		font-size: 20px;
	}

	.customBanner {
		height: 500px;
	}

}

@media screen and (max-width:1333px) {
	.customBanner .title {
		font-size: 32px;
		line-height: 42px;
	}

	.customBanner .txts {
		font-size: 22px;
		line-height: 30px;
	}

	.customBanner .btn {
		height: 45px;
		font-size: 18px;
	}

	.customBanner {
		height: 400px;
	}
}

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

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

	.customBanner .btn {
		height: 40px;
		font-size: 16px;
		width: 160px;
	}

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

	.customBanner {
		height: 340px;
	}
}

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

	.customBanner .txts {
		font-size: 16px;
		line-height: 26px;
	}

	.customBanner {
		height: 300px;
	}

	.customBanner .btn {
		height: 36px;
	}
}

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

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

	.customBanner {
		height: 260px;
	}

	.customBanner .title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 15px;
	}

	.customBanner .line {
		margin-bottom: 15px;
	}

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


.custom {
	background-image: url("../images/customizationM1-bg.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 97px 0 27px 0;
}


.custom .customization {
	margin-bottom: 122px;
}

.customization .innerTit {
	text-align: center;
	margin-bottom: 25px;
}

.customization .tips {
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 34px;
	color: #222222;
	text-align: center;
	width: 85%;
	margin: 0 auto 63px;
}


.customization .image {
	overflow: hidden;
}


.customization .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}
.customization .image img:hover {
transform: scale(1.1, 1.1);
}

.customization .swiper-slide {
	background-color: #ffffff;
	height: auto;
}


.customization .msg {
	position: relative;
	padding: 46px 14px 31px;
}

.customization .msg .num {
	width: 50px;
	height: 50px;
	background-color: #bb271a;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Roboto-Bold;
	font-size: 14px;
	color: #ffffff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-46%);
	top: 0;
}

.customization .tit {
	font-family: Roboto-Bold;
	font-size: 28px;
	line-height: 38px;
	color: #333333;
	margin-bottom: 19px;
}

.customization .line {
	width: 100%;
	height: 1px;
	background-color: #d2d2d2;
	margin-bottom: 23px;
}

.customization .txts p {
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 34px;
	color: #222222;
}

.customization .txts p em {
	display: block;
	padding-left: 24px;
	position: relative;
	font-style: normal;
}


.customization .txts p em::after {
	content: ".";
	position: absolute;
	top: 4px;
	left: 8px;
	font-family: Roboto-Bold;
	font-size: 26px;
	line-height: 10px;
	color: #222222;
}

.process .innerTit {
	text-align: center;
	margin-bottom: 21px;
	color: #010101;
}


.process .arr {
	width: 16px;
	height: 14px;
	background-color: #3b3b3b;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	margin: 0 auto;
}


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

	.customization .tips {
		margin-bottom: 50px;
	}

	.customization .msg .num {
		width: 45px;
		height: 45px;
	}

	.customization .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.custom .customization {
		margin-bottom: 80px;
	}

	.customization .innerTit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.customization .tips {
		width: 90%;
	}

	.customization .tips {
		margin-bottom: 40px;
	}

	.customization .msg .num {
		width: 40px;
		height: 40px;
	}

	.customization .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 14px;
	}

	.customization .msg {
		padding: 40px 15px 30px;
	}

	.customization .txts p em::after {
		top: 0;
	}

	.customization .line {
		margin-bottom: 14px;
	}

	.custom .customization {
		margin-bottom: 60px;
	}

	.custom {
		padding: 60px 0 30px 0;
	}
}

@media screen and (max-width:999px) {
	.custom {
		padding: 50px 0 30px 0;
	}

	.customization .tips {
		width: 95%;
		margin-bottom: 30px;
	}

	.customization .innerTit {
		margin-bottom: 20px;
	}

	.customization .msg .num {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}

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

	.custom .customization {
		margin-bottom: 50px;
	}

	.process .arr {
		width: 12px;
		height: 10px;
	}
}

@media screen and (max-width:768px) {
	.customization .msg {
		padding: 30px 15px 20px;
	}

	.custom .customization {
		margin-bottom: 40px;
	}
}


.processList {
	background-color: #3b3b3b;
	padding: 21px 0 19px 0;
}

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

.processList .item {
	flex: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 80px 0 50px 0;
	z-index: 9;
}

.processList .item .image {
	width: 56px;
	height: 56px;
	background-color: #727272;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 50%;
	z-index: 9;
	margin-bottom: 28px;
}



.processList .item .image::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	background-color: rgba(115, 115, 115, 0.3);
	z-index: -1;
	border-radius: 50%;
}

.processList .item .name {
	color: #fefeff;
	text-align: center;
	font-size: 13px;
}


.processList .item .imgBg {
	position: absolute;
	right: -30%;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	display: flex;
	align-items: center;
}


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


.processList .item:last-child .imgBg {
	display: none;
}

@media screen and (max-width:1560px) {
	.processList .item {
		padding: 20px 0;
		flex: none;
		width: 25%;
	}

	.processList .item .imgBg {
		right: 0;
	}

	.processList {
		padding: 30px 0;
	}
}

@media screen and (max-width:1333px) {
	.processList .item {
		width: 33.3333%;
	}

	.processList .item .image {
		width: 50px;
		height: 50px;
	}

}

@media screen and (max-width:538px) {
	.processList .item {
		width: 50%;
	}

	.processList .item .image {
		margin-bottom: 20px;
	}
}

.customPiece {
	padding: 117px 0 137px 0;
}

.customPiece .ownbrand {
	margin-bottom: 114px;
}


.ownbrand .innerTit {
	text-align: center;
	margin-bottom: 52px;
}

.ownbrand .image {
	overflow: hidden;
	margin-bottom: 22px;
	position: relative;
	z-index: 9;
	background: linear-gradient(to bottom, #f0f2f4 0%, #f0f2f4 60.8%, #cfcfcf 60.8%, #cfcfcf 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.ownbrand .image img:hover {transform: scale(1.1, 1.1);}
.ownbrand .name {
	text-align: center;
	font-family: Roboto-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}


@media screen and (max-width:1560px) {
	.ownbrand .innerTit {
		margin-bottom: 40px;
	}

	.customPiece .ownbrand {
		margin-bottom: 80px;
	}

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

	.ownbrand .image {
		margin-bottom: 20px;
	}

}

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

	.customPiece .ownbrand {
		margin-bottom: 60px;
	}
}

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

	.ownbrand .image {
		margin-bottom: 10px;
	}

	.customPiece .ownbrand {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.customPiece .ownbrand {
		margin-bottom: 40px;
	}
}




/* 5-1Quality Control */



.qualityControl {
	padding: 51px 0 116px 0;
	background-color: #f0f3f6;
}



.qualityControl .con {
	margin-bottom: 114px;
}

.qualityControl .item {
	background-color: #ffffff;
	padding: 43px 31px 42px 30px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	box-shadow: 0px 13px 31px 4px rgba(88, 88, 88, 0.08);
	border-radius: 10px;
	border: solid 1px #efefef;
	margin-top: 50px;
}


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



.qualityControl .item .box {
	width: 47.9%;
}

.qualityControl .item .msg {
	width: 49.9%;
}

.qualityControl .item .image {
	margin-bottom: 32px;
}


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


.qualityControl .box .title {
	font-family: Roboto-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 23px;
}

.qualityControl .box .des {
	padding: 0 36px;
}


.qualityControl .box .tit {
	font-family: Roboto-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 15px;
	position: relative;
}


.qualityControl .box .tit::after {
	content: "";
	position: absolute;
	left: -35px;
	top: 7px;
	width: 19px;
	height: 15px;
	background-image: url("../images/qualitySign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.qualityControl .box .txts {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.qualityControl .msg .tit {
	background-color: #bb271a;
	margin-bottom: 26px;
	padding: 8.5px 16px;
	font-family: Roboto-Bold;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
}

.qualityControl .msg .item {
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #b8b8b8;
	padding: 10.5px 16px;
	margin-top: 41px;
	position: relative;
	color: #333333;
}

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


.qualityControl .msg .item:last-child::after {
	display: none;
}


.qualityControl .msg .item::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% + 13px);
	width: 9px;
	height: 19px;
	background-image: url("../images/qualitySign2.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


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

	.qualityControl .msg .tit {
		font-size: 22px;
	}

	.qualityControl .box .title {
		font-size: 28px;
		line-height: 38px;
	}

	.qualityControl .msg .item {
		border-radius: 5px;
		padding: 5px 10px;
		margin-top: 32px;
	}

	.qualityControl .msg .item::after {
		top: calc(100% + 5px);
	}

	.qualityControl .con {
		margin-bottom: 80px;
	}

}

@media screen and (max-width:1333px) {
	.qualityControl .msg .tit {
		font-size: 20px;
	}

	.qualityControl .box .title {
		font-size: 24px;
		line-height: 34px;
	}

	.qualityControl .box .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.qualityControl .item {
		margin-top: 40px;
	}

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

@media screen and (max-width:999px) {
	.qualityControl .item {
		flex-direction: column;
		align-items: flex-start;
		border-radius: 5px;
	}

	.qualityControl .item .msg {
		width: 100%;
	}

	.qualityControl .item .box {
		width: 100%;
		margin-bottom: 40px;
	}

	.qualityControl .item .image {
		height: 340px;
		margin-bottom: 30px;
	}

	.qualityControl .box .title {
		font-size: 22px;
		line-height: 30px;
	}

	.qualityControl .box .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.qualityControl .box .tit::after {
		top: 5px;
	}

	.qualityControl .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}

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

	.qualityControl .msg .tit {
		padding: 5px 16px;
	}

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

@media screen and (max-width:768px) {
	.qualityControl .item .image {
		height: 300px;
	}

	.qualityControl .box .title {
		font-size: 20px;
		line-height: 30px;
	}

	.qualityControl .msg .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.qualityControl .item {
		padding: 20px;
	}

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

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

	.qualityControl .item .image {
		height: 280px;
	}

	.qualityControl .box .des {
		padding-right: 0;
		padding-left: 20px;
	}

	.qualityControl .box .tit::after {
		left: -20px;
		width: 16px;
		height: 12px;
	}
}



/* 6-1news */

.news {
	padding: 81px 0 147px 0;
}


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

.news .newsSlides {
	width: 25.07%;
}

.news .newsSlides>div {
	border: 1px solid #cccccc;
	margin-bottom: 30px;
}

.news .newsSlides>div:last-child {
	margin-bottom: 0;
}


.news .newsSlides .tit {
	font-family: Roboto-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}



.companyNews {
	padding: 12px 19px 23px;
}

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

.companyNews .title .btn {
	color: #666666;
}


.companyNews .title .btn:hover {
	color: #bb271a;
}


.companyNews .item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

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


.companyNews .item .image {
	overflow: hidden;
	width: 100px;
	flex-shrink: 0;
	margin-right: 12px;
}



.companyNews .item .name {
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	flex: 1;
}


.companyNews .item .name:hover {
	color: #bb271a;
}


.sendInquiry {
	padding: 13px 20px 21px;
}

.sendInquiry .tit {
	margin-bottom: 25px;
}

.sendInquiry ul li {
	width: 100%;
	height: 52px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	margin-top: 13px;
	padding: 0 10px;
}


.sendInquiry ul li:nth-child(1) {
	margin-top: 0;
}



.sendInquiry ul li input,
.sendInquiry ul li textarea {
	width: 100%;
	height: 100%;
	font-size: 18px;
	background-color: transparent;
}

.sendInquiry ul li.message {
	height: 282px;
	padding: 12px 10px;
}

.sendInquiry ul li.subBtn {
	padding: 0;
	border: none;
}

.sendInquiry ul li.subBtn input {
	background-color: #bb271a;
	border: 1px solid #bb271a;
	font-family: Roboto-Regular;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
}

.sendInquiry ul li.subBtn input:hover {
	background-color: transparent;
	color: #bb271a;
}

.sendInquiry input::-webkit-input-placeholder,
.sendInquiry textarea::-webkit-input-placeholder {
	font-size: 18px;
	color: #666666;
}

.sendInquiry input:-moz-placeholder,
.sendInquiry textarea:-moz-placeholder {
	font-size: 18px;
	color: #666666;
}

.sendInquiry input::-moz-placeholder,
.sendInquiry textarea::-moz-placeholder {
	font-size: 18px;
	color: #666666;
}

.sendInquiry input:-ms-input-placeholder,
.sendInquiry textarea:-ms-input-placeholder {
	font-size: 18px;
	color: #666666;
}


.news .box {
	width: 71.92%;
}

.news .box .nTit {
	font-family: Roboto-Bold;
	font-size: 30px;
	line-height: 42px;
	color: #333333;
	margin-bottom: 14px;
	margin-top: 3px;
}

.news .show {
	margin-bottom: 59px;
}


.news .show .image {
	overflow: hidden;
	margin-bottom: 24px;
}

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

.news .show .title {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}


.news .show .name {
	font-family: Roboto-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-right: 28px;
}



.news .show .name:hover {
	color: #bb271a;
}


.news .show .time {
	flex-shrink: 0;
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #999999;
}


.news .show .msg {
	position: relative;
}

.news .show .txts {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	line-height: 30px;
}


.news .show .btn {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	font-family: Roboto-Medium;
	font-size: 16px;
	color: #bb271a;
	line-height: 28px;
	padding-left: 10px;
}


.news .show .btn::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 0;
	background-color: #bb271a;
	transition: .4s ease all;
}

.news .show .btn:hover::after {
	right: auto;
	left: 0;
	width: 100%;
}


.news .box .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 94px;
}

.news .box .list .newItem {
	width: 32%;
	margin-right: 2%;
	margin-top: 40px;
}


.news .box .list .newItem:nth-child(3n) {
	margin-right: 0;
	margin-top: 39px;
}

.news .box .list .newItem:nth-child(-n+3) {
	margin-top: 0;
}



.newItem {
	position: relative;
	border: 1px solid #cfcfcf;
}

.newItem::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #bb271a;
	transition: .6s ease all;
}

.newItem:hover::after {
	width: 100%;
}


.newItem .image {
	overflow: hidden;
}

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


.newItem .msg {
	padding: 23px 18px 29px;
}


.newItem .name {
	font-family: Roboto-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 18px;
}

.newItem .name:hover {
	color: #bb271a;
}


.newItem .txts {
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 16px;
}


.newItem .time {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
	margin-bottom: 25px;
}


.newItem .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 120px;
	height: 37px;
	border: solid 1px #333333;
	font-size: 16px;
	color: #333333;
}

.newItem .btn:hover {
	background-color: #bb271a;
	color: #ffffff;
	border-color: #bb271a;
}


@media screen and (max-width:1560px) {
	.companyNews .title {
		margin-bottom: 25px;
	}

	.companyNews .item .name {
		font-size: 16px;
		line-height: 28px;
	}

	.news .box .nTit {
		margin-top: 0;
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 40px;
	}

	.companyNews,
	.sendInquiry {
		padding: 30px 15px;
	}

	.sendInquiry ul li input,
	.sendInquiry ul li textarea {
		font-size: 16px;
	}

	.sendInquiry input::-webkit-input-placeholder,
	.sendInquiry textarea::-webkit-input-placeholder {
		font-size: 16px;
	}

	.sendInquiry input:-moz-placeholder,
	.sendInquiry textarea:-moz-placeholder {
		font-size: 16px;
	}

	.sendInquiry input::-moz-placeholder,
	.sendInquiry textarea::-moz-placeholder {
		font-size: 16px;
	}

	.sendInquiry input:-ms-input-placeholder,
	.sendInquiry textarea:-ms-input-placeholder {
		font-size: 16px;
	}


	.sendInquiry ul li {
		height: 45px;
	}

	.sendInquiry ul li.message {
		height: 200px;
	}

	.news .show .name {
		font-size: 18px;
		line-height: 28px;
	}

	.news .show .txts {
		font-size: 16px;
		line-height: 28px;
	}


	.news .show {
		margin-bottom: 50px;
	}

	.newItem .msg {
		padding: 20px 15px;
	}

	.newItem .name {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.newItem .time {
		margin-bottom: 20px;
	}

	.news .box .list {
		margin-bottom: 60px;
	}

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

@media screen and (max-width:1333px) {
	.news .box .nTit {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 30px;
	}

	.news .box .list {
		justify-content: space-between;
	}

	.news .box .list .newItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.news .box .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.news .box {
		width: 65%;
	}

	.news .newsSlides {
		width: 30%;
	}

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

	.newItem .btn {
		height: 34px;
	}

	.news .box .list {
		margin-bottom: 50px;
	}

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

	.news .newsSlides .tit {
		margin-bottom: 15px;
	}

	.companyNews .item .image {
		width: 90px;
	}

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

}

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

	.news .box .nTit {
		font-size: 24px;
		line-height: 34px;
	}

	.news .box {
		width: 100%;
	}

	.news .show .name {
		font-size: 16px;
		line-height: 28px;
	}


	.news .box .list .newItem:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.news .box .list .newItem:nth-child(3n) {
		margin-right: 0;
	}

	.news .box .list .newItem:nth-child(-n+3) {
		margin-top: 0;
	}

	.news .box .list {
		margin-bottom: 40px;
	}

	.news .box {
		margin-bottom: 50px;
	}

	.news .newsSlides {
		width: 100%;
	}

	.companyNews .title {
		flex-direction: row;
	}

	.news .newsSlides .tit {
		margin-bottom: 0;
	}

	.companyNews .item .name {
		font-size: 14px;
		line-height: 26px;
	}

	.companyNews .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.companyNews .list .item {
		width: 48%;
		margin-top: 20px;
		margin-bottom: 0;
	}

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

	.news .newsSlides .sendInquiry .tit {
		margin-bottom: 20px;
	}

	.sendInquiry ul li {
		height: 40px;
	}

	.sendInquiry ul li.message {
		height: 150px;
	}
}

@media screen and (max-width:768px) {
	.news .box .nTit {
		font-size: 22px;
		line-height: 30px;
	}

	.news .box .list {
		justify-content: space-between;
	}


	.news .box .list .newItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.news .box .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.newItem .txts {
		margin-bottom: 10px;
	}

	.sendInquiry ul li {
		height: 36px;
	}

	.sendInquiry ul li.message {
		height: 140px;
	}

	.news .box {
		margin-bottom: 40px;
	}
}

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

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

	.news .show .image {
		height: 200px;
	}

	.news .show .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.news .show .name {
		margin-right: 0;
		margin-bottom: 5px;
	}
}


@media screen and (max-width:400px) {
	.news .box .list .newItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.news .box .list .newItem:nth-child(1) {
		margin-top: 0;
	}

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

	.news .newsSlides .tit {
		margin-bottom: 10px;
	}
}




/* 6-2news */

.newDet {
	padding: 83px 0 140px 0;
}


.newDet h1 {
	font-weight: normal;
	font-family: Roboto-Medium;
	font-size: 30px;
	line-height: 42px;
	color: #333333;
	margin-bottom: 29px;
}

.newDet .tips {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 31px;
}

.newDet .tips .time {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #555555;
}

.newDet .des {
	padding: 34px 0 50px 0;
	margin-bottom: 38px;
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
}


.newDet .prevOrNext {
	margin-bottom: 103px;
}



.latestNews .sTit {
	margin-bottom: 23px;
}


@media screen and (max-width:1560px) {
	.newDet h1 {
		font-size: 28px;
		line-height: 38px;
	}

	.newDet .des {
		padding: 30px 0;
		margin-bottom: 30px;
	}

	.newDet .prevOrNext {
		margin-bottom: 60px;
	}

	.latestNews .sTit {
		margin-bottom: 40px;
	}

}

@media screen and (max-width:1333px) {
	.newDet h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.newDet .prevOrNext {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.newDet h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.newDet .tips .time {
		font-size: 14px;
		line-height: 24px;
	}

	.newDet .prevOrNext {
		margin-bottom: 40px;
	}

	.latestNews .sTit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.newDet h1 {
		font-size: 20px;
	}
}

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

	.newDet .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .tips .time {
		margin-top: 10px;
	}
}

/* 6-3news */

.innerTit {
	font-family: Roboto-Bold;
	color: #333333;
	font-size: 30px;
	line-height: 42px;
}


.latestExhibition {
	padding: 73px 0 120px 0;
}


.latestExhibition .innerTit {
	margin-bottom: 23px;
}


.latestExhibition .list .item {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	align-items: center;
}

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


.latestExhibition .list .item:hover {
	background-color: #f0f2f4;
}

.latestExhibition .list .image {
	overflow: hidden;
	flex-shrink: 0;
	width: 260px;
	margin-right: 30px;
}

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

.latestExhibition .list .msg {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 10px;
}


.latestExhibition .list .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 14px;
	width: 100%;
}


.latestExhibition .list .txts {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 29px;
	color: #555555;
	margin-bottom: 32px;
	hyphens: auto;
}

.latestExhibition .list .time {
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}


.latestExhibition .list .tit {
	font-family: Roboto-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.latestExhibition .list .tit:hover {
	color: #bb271a;
}

.latestExhibition .list .btn {
	color: #333333;
	margin-right: 10px;
	flex-shrink: 0;
	margin-left: 30px;
}

.latestExhibition .list .btn:hover {
	color: #bb271a;
}

.latestExhibition .list {
	margin-bottom: 94px;
}

.latestExhibition .pager {
	margin-bottom: 88px;
}

@media screen and (max-width:1560px) {
	.latestExhibition .list .msg {
		padding-top: 0;
		padding-right: 20px;
	}

	.latestExhibition .list .btn {
		margin-right: 0;
	}

	.latestExhibition .list .txts {
		margin-bottom: 20px;
	}

	.latestExhibition .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.latestExhibition .innerTit {
		margin-bottom: 40px;
	}

	.latestExhibition .list .item {
		margin-top: 30px;
	}

	.latestExhibition .list {
		margin-bottom: 60px;
	}

	.latestExhibition .pager {
		margin-bottom: 80px;
	}

	.innerTit {
		font-size: 28px;
		line-height: 38px;
	}

	.latestExhibition .list .box {
		margin-bottom: 20px;
	}
}

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

	.latestExhibition .list .image {
		width: 240px;
	}


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

	.latestExhibition .pager {
		margin-bottom: 60px;
	}

}

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

	.innerTit {
		font-size: 24px;
		line-height: 34px;
	}

	.latestExhibition .innerTit {
		margin-bottom: 30px;
	}

	.latestExhibition .list .image {
		width: 200px;
		margin-right: 25px;
	}

	.latestExhibition .list .txts {
		-webkit-line-clamp: 3;
		margin-bottom: 10px;
	}

	.latestExhibition .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.latestExhibition .list .item {
		background-color: #f0f2f4;
	}

	.latestExhibition .list .box {
		margin-bottom: 10px;
	}

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

	.latestExhibition .pager {
		margin-bottom: 50px;
	}

}

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

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

	.latestExhibition .pager {
		margin-bottom: 40px;
	}

	.latestExhibition .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.latestExhibition .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.latestExhibition .list .image {
		width: 100%;
	}


	.latestExhibition .list .item {
		width: 47%;
		margin-top: 30px;
	}

	.latestExhibition .list .msg {
		padding: 20px 10px;
		position: relative;
		padding-bottom: 60px;
	}

	.latestExhibition .list .btn {
		position: absolute;
		left: 10px;
		bottom: 20px;
		margin-left: 0;
	}

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

	.latestExhibition .list .btn {
		margin-right: 0;
	}

}

@media screen and (max-width:538px) {
	.latestExhibition .list .item {
		width: 48%;
	}

	.innerTit {
		font-size: 20px;
	}
}


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

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


/* 6-4news */


.exhibitionDet {
	padding: 58px 0 204px 0;
}


.exhibitionDet h1 {
	font-weight: normal;
	font-family: Roboto-Medium;
	font-size: 30px;
	line-height: 42px;
	color: #333333;
	margin-bottom: 29px;
}

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

.share span {
	color: #555555;
	margin-right: 10px;
}


.exhibitionDet .share {
	margin-bottom: 31px;
}

.exhibitionDet .des {
	padding: 34px 0 50px 0;
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	margin-bottom: 38px;
}

.exhibitionDet .prevOrNext {
	margin-bottom: 84px;
}

.prevOrNext>div.prev {
	margin-bottom: 14px;
}




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

.prevOrNext p.tit {
	color: #666666;
}

.prevOrNext a.tit {
	font-family: Roboto-Bold;
	font-size: 16px;
	color: #333333;
}

.prevOrNext a.tit:hover {
	color: #bb271a;
}


@media screen and (max-width:1560px) {
	.exhibitionDet h1 {
		font-size: 28px;
		line-height: 38px;
	}

	.exhibitionDet .des {
		padding: 30px 0;
		margin-bottom: 30px;
	}

	.exhibitionDet .prevOrNext {
		margin-bottom: 80px;
	}
}

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

	.exhibitionDet .prevOrNext {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.exhibitionDet h1 {
		font-size: 22px;
		line-height: 30px;
	}


	.share span {
		font-size: 14px;
	}

	.exhibitionDet .prevOrNext {
		margin-bottom: 50px;
	}

	.prevOrNext a.tit {
		font-size: 14px;
		line-height: 26px;
	}
}

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

	.exhibitionDet h1 {
		font-size: 20px;
	}

	.exhibitionDet .prevOrNext {
		margin-bottom: 40px;
	}

}

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


/* 7-1contact */

.hire {
	padding: 91px 0 115px 0;
}

.hire .item {
	margin-bottom: 92px;
}


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

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


.hire .title .box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex: 1;
}

.hire .title .time {
	flex-shrink: 0;
	margin-left: 50px;
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #999999;
}


.hire .title .tit {
	font-family: Roboto-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-right: 41px;
}

.hire .title .need {
	font-family: Roboto-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

.hire .line {
	width: 100%;
	height: 1px;
	background-color: #b8b8b8;
	margin-bottom: 30px;
}


.hire .des {
	margin-bottom: 62px;
}


.hire .des strong {
	font-family: Roboto-Bold;
	font-size: 20px;
	display: inline-block;
	padding: 9px 0;
	color: #333333;
	font-weight: normal;
}

.hire .des p {
	color: #333333;
	font-size: 18px;
	line-height: 33px;
}

.hire .des p em {
	display: block;
	padding-left: 29px;
	position: relative;
	font-style: normal;
}

.hire .des p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 10px;
	background-color: #000000;
	border-radius: 50%;
}

.hire .tip span {
	background-color: #bb271a;
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	display: inline-block;
	padding: 0px 13px 0 9px;
	margin-right: 4px;
}

.hire .tip .email {
	word-break: break-all;
	font-size: 16px;
	color: #bb271b;
}


.hire .tip .email:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.hire .list {
	margin-bottom: 114px;
}

@media screen and (max-width:1560px) {
	.hire .title .tit {
		font-size: 28px;
		line-height: 38px;
	}

	.hire .title .need {
		font-size: 18px;
		line-height: 28px;
	}

	.hire .title .time {
		font-size: 16px;
		line-height: 28px;
	}

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

	.hire .des {
		margin-bottom: 40px;
	}

	.hire .item {
		margin-bottom: 80px;
	}

	.hire .list {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.hire .title .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.hire .title .tit {
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 26px;
		line-height: 36px;
	}

	.hire .des strong {
		font-size: 18px;
	}

	.hire .des p em::after {
		width: 8px;
		height: 8px;
		top: 8px;
	}

	.hire .des p em {
		padding-left: 20px;
	}

	.hire .title {
		margin-bottom: 20px;
	}

	.hire .line {
		margin-bottom: 20px;
	}

	.hire .item {
		margin-bottom: 60px;
	}

	.hire .list {
		margin-bottom: 60px;
	}

}

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

	.hire .title .time {
		margin-left: 0;
		margin-top: 20px;
		font-size: 14px;
		line-height: 24px;
	}

	.hire .title .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.hire .title .need {
		font-size: 16px;
		line-height: 26px;
	}

	.hire .des strong {
		font-size: 16px;
		padding: 5px 0;
	}

	.hire .des p em::after {
		width: 6px;
		height: 6px;
	}

	.hire .tip .email {
		font-size: 14px;
	}

	.hire .tip span {
		font-size: 14px;
		line-height: 26px;
	}

	.hire .des {
		margin-bottom: 30px;
	}

	.hire .item {
		margin-bottom: 50px;
	}

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

}

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


/* 7-2contact */

.contactUs {
	padding: 92px 0 140px 0;
}


.contactUs .title1 {
	font-family: Roboto-Bold;
	font-size: 50px;
	color: #333333;
	margin-bottom: 41px;
}

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


.contactUs .des {
	width: 42.14%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.contactUs .des .txts {
	margin-bottom: 43px;
}

.contactUs .des .txts p {
	color: #333333;
	line-height: 28px;
}

.contactUs .des .map {
	width: 100%;
	flex: 1;
}

.contactUs .des .map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.contactUs .msgList {
	width: 54.5%;
	border: solid 1px #e5e5e5;
	padding: 24px 44px 24px 50px;
}

.contactUs .msgList .item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 6px;
}



.contactUs .msgList .item:last-child .box {
	border-bottom: none;
}


.contactUs .msgList .item:last-child {
	margin-bottom: 0;
}


.contactUs .msgList .item i {
	flex-shrink: 0;
	margin-right: 42px;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #bb271a;
	font-size: 28px;
	transform: translateY(12px);
}


.contactUs .box {
	padding: 9px 0;
	border-bottom: 1px solid #e5e5e5;
	flex: 1;
}

.contactUs .box .tit {
	font-family: Roboto-Bold;
	font-size: 22px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 5px;
}


.contactUs .box .num {
	font-family: Roboto-Medium;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.contactUs .email .num {
	word-break: break-all;
}

.contactUs a.num:hover {
	color: #bb271a;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}



.touch {
	padding: 110px 0 130px 0;
	background-image: url("../images/touchBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.touch .title1 {
	font-family: Roboto-Bold;
	font-size: 50px;
	color: #333333;
	margin-bottom: 11px;
}

.touch .tip {
	font-family: Roboto-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 91px;
}

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

.cForm ul:nth-child(1) {
	width: 49.28%;
}

.cForm ul:nth-child(2) {
	width: 49.92%;
}


.cForm li {
	background-color: #ffffff;
	margin-top: 10px;
	height: 55px;
	border: solid 1px #e9e9e9;
	padding: 0 21px;
}


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


.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.cForm li.message {
	height: 119px;
	padding: 16px 21px;
}



.cForm li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.cForm li.codeCon input {
	flex: 1;
	padding: 0 21px;
}

.cForm li.codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	max-width: 100px;
	height: 100%;
}

.cForm li.codeCon .codeImg img {
	height: 100%;
	display: block;
}


.cForm li.must {
	position: relative;
}

.cForm li.must::after {
	content: "*";
	position: absolute;
	top: 15px;
	left: 8px;
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #ff0000;
}


.cForm li.subBtn {
	padding: 0;
	border: none;
}

.cForm li.subBtn input {
	background-color: #bb271a;
	border: 1px solid #bb271a;
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
}

.cForm li.subBtn input:hover {
	background-color: #ffffff;
	color: #bb271a;
}


.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	color: #999999;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	color: #999999;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	color: #999999;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	color: #999999;
}



.cForm li.m-formcountry {
	padding: 0;
}

.cForm ul li.m-formcountry .drop-btn {
	padding: 0 21px;
}

.cForm ul li.m-formcountry .drop-list li {
	padding: 5px 21px;
}



@media screen and (max-width:1560px) {
	.contactUs .msgList {
		padding: 30px;
	}

	.contactUs .msgList .item i {
		margin-right: 30px;
	}

	.contactUs .des .txts {
		margin-bottom: 40px;
	}

	.contactUs .msgList .item {
		margin-bottom: 20px;
	}

	.contactUs .box {
		padding: 0;
		padding-bottom: 20px;
	}

	.contactUs .box .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 5px;
	}

	.touch .title1 {
		margin-bottom: 30px;
	}

	.touch .tip {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .title1 {
		margin-bottom: 30px;
	}

	.contactUs .des .txts {
		margin-bottom: 30px;
	}

	.contactUs .box .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.contactUs .msgList .item i {
		font-size: 24px;
	}

	.touch .tip {
		font-size: 16px;
		line-height: 26px;
	}

	.touch .title1 {
		margin-bottom: 20px;
	}

	.touch .tip {
		margin-bottom: 40px;
	}

	.contactUs .msgList .item i {
		transform: translateY(10px);
	}

}

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

	.contactUs .msgList {
		padding: 30px 20px;
		width: 100%;
		margin-bottom: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}


	.contactUs .msgList .item {
		width: 100%;
	}

	.contactUs .msgList .item:nth-child(-n+4) {
		width: 48%;
	}



	.contactUs .box .num {
		font-size: 14px;
		line-height: 24px;
	}

	.contactUs .box .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.contactUs .msgList .item i {
		margin-right: 20px;
	}

	.contactUs .box {
		padding-bottom: 10px;
	}

	.contactUs .des {
		width: 100%;
	}

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

	.cForm {
		flex-direction: column;
		align-items: flex-start;
	}

	.cForm ul:nth-child(n) {
		width: 100%;
		margin-top: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.cForm ul:nth-child(1) {
		margin-top: 0;
	}

	.cForm li {
		height: 46px;
	}


	.cForm ul li:nth-child(n) {
		width: 48%;
		margin-top: 10px;
	}

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

	.cForm ul li.message {
		width: 100%;
		margin-top: 0;
	}

	.cForm li.must::after {
		top: 8px;
	}

	form ul li.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}

	form ul li.m-formcountry .drop-list {
		margin-top: 0;
	}

	.touch .tip {
		margin-bottom: 30px;
	}

	.contactUs .msgList {
		margin-bottom: 30px;
	}
}


@media screen and (max-width:538px) {
	.contactUs .msgList .item:nth-child(n) {
		width: 100%;
	}

	.contactUs .msgList {
		padding: 20px 10px;
	}

	.cForm ul li {
		height: 40px;
	}

	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}

	.cForm ul:nth-child(1) li:nth-child(n) {
		margin-top: 10px;
	}

	.cForm ul:nth-child(1) li:nth-child(-n+1) {
		margin-top: 0;
	}

	.cForm li.must::after {
		top: 5px;
	}

	.cForm li.message {
		padding: 10px 20px;
	}
}




/* 8-1FAQ */


.faq {
	padding: 69px 0 102px 0;
}


.faq .title1 {
	font-family: Roboto-Bold;
	font-size: 40px;
	color: #333333;
	margin-bottom: 36px;
}



.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 16px 18px 20px;
	cursor: pointer;
	background-color: #f2f2f2;
}




.faqList .item {
	margin-bottom: 10px;
}


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

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



.faqList .question .name {
	font-family: Roboto-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}


.faqList .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 30px;
	width: 25px;
	height: 25px;
	background-color: #b8b8b8;
	border-radius: 50%;
}

.faqList .question:hover .btns {
	background-color: #bb271a;
}

.faqList .question:hover .btns i {
	background-color: #ffffff;
}

.faqList .question i {
	width: 11px;
	height: 1px;
	background-color: #ffffff;
}

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


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



.faqList .answer {
	display: none;
	transition: none;
	padding: 17px 20px 11px;
}

.faqList .answer p {
	color: #333333;
	line-height: 28px;
}


.faqList .answer p strong {
	font-family: Roboto-Bold;
	font-size: 18px;
	font-weight: normal;
	margin-right: 5px;
}



.innerTouch {
	padding: 63px 0 58px 0;
	background-image: url("../images/innerTouchBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


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


.innerTouch .tip {
	font-family: Roboto-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 13px;
}


.innerTouch .title {
	font-family: Roboto-Bold;
	font-size: 36px;
	line-height: 48px;
	color: #ffffff;
}

.innerTouch .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 182px;
	height: 44px;
	background-color: #ffffff;
	border-radius: 22px;
	border: 1px solid #ffffff;
	font-family: Roboto-Regular;
	font-size: 18px;
	color: #333333;
	margin-top: -8px;
	flex-shrink: 0;
	margin-left: 40px;
}

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


.innerTouch .btn:hover img {
	transform: none;
	filter: grayscale(100%) brightness(500%);
}


.innerTouch .btn img {
	width: 25px;
	flex-shrink: 0;
	margin-right: 14px;
}



.faqPiece {
	padding: 90px 0 142px 0;
}


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

.sTit .title {
	font-family: Roboto-Bold;
	font-size: 30px;
	line-height: 42px;
	color: #333333;
}


.sTit .sBtns {
	flex-shrink: 0;
	margin-left: 30px;
}


.sTit .sBtns>div {
	background-color: #ffffff;
	color: #666666;
}

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


.relatedProducts .sTit {
	margin-bottom: 36px;
}


.sTit .sBtns>div:hover {
	background-color: #bb271b;
	color: #ffffff;
}


@media screen and (max-width:1560px) {
	.faq .title1 {
		margin-bottom: 40px;
	}

	.faqList .answer {
		padding: 10px 20px;
	}

	.faqList .question {
		padding: 10px 20px;
	}

	.faqList .item {
		margin-bottom: 20px;
	}

	.innerTouch {
		padding: 50px 0;
	}

	.innerTouch .title {
		font-size: 28px;
		line-height: 38px;
	}

	.innerTouch .btn {
		margin-top: 0;
		height: 40px;
	}

	.innerTouch .btn img {
		width: 24px;
	}

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

	.sTit .title {
		font-size: 28px;
		line-height: 38px;
	}

	.relatedProducts .sTit {
		margin-bottom: 40px;
	}

}

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

	.innerTouch .title {
		font-size: 26px;
		line-height: 36px;
	}

	.innerTouch .btn {
		width: 160px;
	}

	.innerTouch .btn img {
		width: 22px;
	}

	.innerTouch {
		padding: 40px 0;
	}

	.sTit .title {
		font-size: 26px;
		line-height: 36px;
	}

}

@media screen and (max-width:999px) {
	.faqList .question .name {
		font-size: 16px;
		line-height: 28px;
	}

	.faqList .answer p strong {
		font-size: 16px;
	}

	.innerTouch {
		padding: 30px 0;
	}

	.innerTouch .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.innerTouch .btn {
		margin-left: 0;
		margin-top: 20px;
		height: 36px;
		width: 150px;
	}

	.innerTouch .btn img {
		width: 20px;
		margin-right: 5px;
	}

	.innerTouch .tip {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.innerTouch .title {
		font-size: 24px;
		line-height: 34px;
	}

	.faq .title1 {
		margin-bottom: 30px;
	}

	.faqList .question .btns {
		width: 24px;
		height: 24px;
	}

	.sTit .title {
		font-size: 24px;
		line-height: 34px;
	}

	.relatedProducts .sTit {
		margin-bottom: 30px;
	}
}


@media screen and (max-width:768px) {
	.sTit .title {
		font-size: 22px;
		line-height: 30px;
	}
}

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

	.sTit .sBtns {
		margin-left: 0;
	}

	.sTit .sBtns>div {
		margin-top: 20px;
	}
}


.bannerRange {
	height: 70px;
}


.innerBanner {
	height: 430px;
	position: relative;
}


.innerBanner .image {
	width: 100%;
	height: 100%;
}


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


.innerBanner .safeRange {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.innerBanner .title {
	font-family: Roboto-Bold;
	font-size: 77px;
	line-height: 77px;
	color: #ffffff;
	margin-bottom: 15px;
	text-align: center;
}

.innerBanner .txts {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}







/* pager */

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

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

.pager .pageList a {
	width: 36px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Roboto-Regular;
	font-size: 14px !important;
	color: #666666;
	margin: 5px 4px;
	background-color: #f8f8f8;
	border: solid 1px #e5e5e5;
}




.pager .pageList a:hover,
.pager .pageList a.active {
	background-color: #bb271a;
	color: #ffffff;
	border-color: #bb271a;
}

.pager .pageList .no:hover {
	background-color: #f8f8f8;
	border: solid 1px #e5e5e5;
	color: #666666;
}

.pager .pageList a.prev {
	width: 93px;
}

.pager .pageList a.next {
	width: 61px;
}



/* crumb */

.crumb {
	background-color: #eff0f1;
	padding: 7px 0;
}

.crumb a,
.crumb i {
	font-family: Roboto-Regular, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	color: #555555;
}

.crumb a.active,
.crumb a:hover {
	color: #bb271a;
}


.crumb i {
	font-style: normal;
}



@media screen and (max-width:1560px) {
	.innerBanner .title {
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 20px;
	}

	.innerBanner {
		height: 400px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 360px;
	}

	.innerBanner .title {
		font-size: 42px;
		line-height: 56px;
	}
}

@media screen and (max-width:999px) {
	.bannerRange {
		height: 60px;
	}

	.innerBanner {
		height: 300px;
	}

	.innerBanner .title {
		font-size: 36px;
		line-height: 48px;
		margin-bottom: 10px;
	}

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


	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 24px;
	}

}

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

	.innerBanner {
		height: 260px;
	}

	.innerBanner .title {
		font-size: 28px;
		line-height: 38px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 220px;
	}

	.innerBanner .title {
		font-size: 26px;
		line-height: 38px;
	}
}



/* footer */


footer {
	background-color: #202329;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
	padding: 86px 0 75px 0;
}


footer .footerList .box li {
	margin-top: 10px;
}

footer .footerList .box li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .titBox .meuBtn {
	display: none;
}



footer .footerList .fMsg {
	width: 14%;
	margin-right: 4.3%;
}


footer .footerList .fLogo {
	width: 143px;
	margin-bottom: 42px;
	display: block;
	margin-top: 3px;
}


footer .footerList .fLogo:hover img {
	transform: none;
}


footer .blogrolls {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
}

footer .blogrolls a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	width: 36px;
	height: 36px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	margin-right: 14px;
	margin-bottom: 20px;
}




footer .blogrolls a:hover {
	background-color: #ffffff;
	color: #bb271a;
}


footer .footerList .fProduct {
	width: 26%;
	margin-right: 3.4%;
}

footer .footerList .fLinks {
	width: 16.1%;
	margin-right: 2%;
}


footer .footerList .fContact {
	width: 22%;
	margin-right: 3.2%;
}


footer .footerList .fContact p {
	display: inline;
}



footer .footerList .fContact .address {
	margin-top: 5px;
}

footer .footerList .fContact .address .num,
footer .footerList .fContact .address .name {
	line-height: 36px;
}




footer .footerList .fCode {
	width: 9%;
}

footer .footerList .fCode li {
	margin-top: 23px;
}

footer .footerList .fCode li:nth-child(1) {
	margin-top: 0;
}



footer .footerList .fCode img {
	display: block;
	width: 100%;
}


footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: #aaaaaa;
}




footer .title {
	font-family: Roboto-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
}


footer a.title:hover {
	color: #bb271a;
}


footer .footerList .box {
	margin-top: 23px;
}


footer .footerList .box a:hover {
	color: #ffffff;
}


footer .copyright {
	color: #aaaaaa;
	text-align: center;
}


footer .copyright span {
	margin: 0 4px;
}


footer .copyright a {
	display: inline;
}

footer .copyright a img {
	display: inline;
	margin-left: 10px;
}

footer .copyright a:hover {
	color: #ffffff;
}



footer .email a {
	word-break: break-all;
}


.fBottom {
	background-color: #151515;
	padding: 28px 0 25px 0;
}





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

	footer .footerList {
		padding: 60px 0;
		justify-content: space-between;
	}

	footer .footerList .box {
		margin-top: 30px;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	.fBottom {
		padding: 20px 0;
	}

	footer .footerList .fLogo {
		width: 120px;
		margin-top: 0;
	}

}

@media screen and (max-width:1333px) {
	footer .footerList .fLogo {
		width: 100px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

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

	footer .footerList {
		padding: 50px 0;
	}

	footer .footerList .fCode {
		width: 12%;
	}

	footer .footerList .fLinks {
		width: 14%;
	}

	footer .footerList .fProduct {
		width: 22%;
	}

	footer .footerList .fContact {
		width: 23%;
	}

	footer .footerList .fMsg {
		width: 18%;
	}
}

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

	footer .footerList .fLogo {
		width: 80px;
		margin-bottom: 30px;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		font-weight: bold;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList {
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 10px;
	}


	footer .footerList>li:nth-child(1) {
		margin-bottom: 20px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

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

	footer .footerList>li:nth-child(n) .box {
		margin-top: 10px;
		display: none;
		transition: none;
	}

	footer .footerList .box li {
		margin-top: 10px;
	}

	footer .footerList .fProduct .box ul {
		margin-bottom: 10px;
	}

	footer .footerList .fCode .box ul {
		justify-content: flex-start;
	}

	footer .footerList .fCode .box ul>li:nth-child(n) {
		width: 18%;
		margin-right: 2.5%;
		margin-top: 10px;

	}

	footer .footerList .fCode .box ul>li:nth-child(5n) {
		margin-right: 0;
	}

	footer .footerList .fCode .box ul>li:nth-child(-n+5) {
		margin-top: 0;
	}


	footer .footerList {
		padding: 40px 0;
	}


	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul>li {
		width: 48%;
		margin-top: 10px;
	}

	footer .footerList .box ul>li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .box ul>li.address {
		width: 100%;
	}

	footer .footerList .box ul>li.address .name {
		display: inline;
		margin: 0;
	}

	footer .footerList .box ul>li.address .num {
		line-height: 26px;
	}

	footer .footerList .fInquiry form {
		margin-top: 10px;
	}


	footer .fLogo {
		margin-right: 0;
		margin-bottom: 15px;
	}

	footer .quickLinks {
		justify-content: flex-start;
	}

	footer .quickLinks ul {
		justify-content: flex-start;
	}


	footer .quickLinks ul li {
		margin-left: 0px;
		margin-right: 40px;
	}

	footer .quickLinks .tit {
		font-size: 16px;
		line-height: 26px;
		margin-right: 40px;
	}

	footer .quickLinks ul li a {
		font-size: 14px;
		line-height: 26px;
	}

	.fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
	}

	footer .blogrolls a {
		margin-right: 10px;
		margin-bottom: 10px;
		width: 34px;
		height: 34px;
		font-size: 14px;
	}

	footer .line {
		margin: 20px 0;
	}
}


@media screen and (max-width:538px) {
	footer .footerList .box ul>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box ul>li:nth-child(1) {
		margin-top: 0;
	}

}

@media screen and (max-width:450px) {
	footer .footerList form ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form ul li:nth-child(1) {
		margin-top: 0;
	}

}



/* 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: Roboto-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
	box-shadow: 0px 0px 16px 0px rgba(29, 29, 29, 0.15);
	border-radius: 30px;
	background-color: #ffffff;
}

.lianxi div:nth-child(1) a {
	border-radius: 30px 30px 0 0;
}

.lianxi div:last-child div {
	border-radius: 0 0 30px 30px;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 64px;
	background-color: #ffffff;
	color: #333333;
	font-size: 26px;
}

.lianxi .top a {
	width: 60px;
	height: 64px;
	background-color: #ffffff;
	color: #333333;
	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;
}


.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 {
	color: #bb271a;
}

.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: 1333px) {

	.lianxi div a,
	.lianxi div div {
		width: 50px;
		height: 60px;
		font-size: 24px;
	}
}

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

	.lianxi .top a {
		width: 20%;
		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;
		transform: translateY(0);
		background-color: transparent;
		border-radius: 0;
		box-shadow: none;
	}

	.lianxi div {
		width: 33.3333%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 20px;
		height: 42px;
		font-weight: normal;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi div:nth-child(n) div,
	.lianxi div:nth-child(n) a {
		border-radius: 0;
	}

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

	.lianxi div.active>a,
	.lianxi div.active>div {
		background-color: #bb271a;
	}
}

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

	.lianxi .code img,
	.lianxi .code:hover img {
		left: auto;
		right: 0;
		transform: translateX(0%);
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(0%) translateY(-100%);
	}
}


@font-face {
	font-family: 'Roboto-Regular';
	font-display: swap;
	src: url('../fonts/RobotoRegular.eot');
	src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
		url('../fonts/RobotoRegular.woff2') format('woff2'),
		url('../fonts/RobotoRegular.woff') format('woff'),
		url('../fonts/RobotoRegular.ttf') format('truetype'),
		url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

@font-face {
	font-family: 'Roboto-Medium';
	font-display: swap;
	src: url('../fonts/RobotoMedium.eot');
	src: url('../fonts/RobotoMedium.eot') format('embedded-opentype'),
		url('../fonts/RobotoMedium.woff2') format('woff2'),
		url('../fonts/RobotoMedium.woff') format('woff'),
		url('../fonts/RobotoMedium.ttf') format('truetype'),
		url('../fonts/RobotoMedium.svg#RobotoMedium') format('svg');
}

@font-face {
	font-family: 'Roboto-Bold';
	font-display: swap;
	src: url('../fonts/RobotoBold.eot');
	src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
		url('../fonts/RobotoBold.woff2') format('woff2'),
		url('../fonts/RobotoBold.woff') format('woff'),
		url('../fonts/RobotoBold.ttf') format('truetype'),
		url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}


@font-face {
	font-family: "iconfont";
	font-display: swap;
	/* Project id 4576167 */
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1741600772330') format('woff'),
		url('../fonts/iconfont.ttf?t=1741600772330') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}

.contactBtn {
	margin: 30px auto 40px;
	width: 200px;
	height: 50px;
	background-color: #bb271a;
	border-radius: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-family: Roboto-Regular;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #bb271a;
}


.contactBtn:hover {
	background-color: #ffffff;
	color: #bb271a;
}


@media screen and (max-width:1560px) {
	.contactBtn {
		width: 180px;
		height: 45px;
	}
}

@media screen and (max-width:1333px) {
	.contactBtn {
		width: 160px;
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	.contactBtn {
		width: 140px;
		height: 36px;
		font-size: 14px;
	}
}


/*.pager form {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin: 5px 20px;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*    font-size: 14px !important;*/
/*}*/


/*.pager form .num {*/
/*    margin-right: 20px;*/
/*    font-size: 14px !important;*/
/*}*/

/*.pager form .num i {*/
/*    font-style: normal;*/
/*}*/


/*.pager form .num .now {*/
/*    color: #bb271a;*/
/*}*/

.pager .pageEdit {
    width: 80px;
    height: 30px;
    font-size: 14px !important;
    color: #666666;
    margin: 5px 4px;
    background-color: #f8f8f8;
    border: solid 1px #e5e5e5;
    padding: 0 10px;
    margin: 5px 10px;
}

.pager .pageList  a.subBtn {
    width: 100px;
    height: 30px;
    background-color: #f8f8f8;
    border: solid 1px #e5e5e5;
    margin-left: 20px;
    font-size: 14px !important;
    color: #666666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


.pager .pageList  a.subBtn:hover {
    background-color: #bb271a;
    border-color: #bb271a;
    color: #ffffff;
}


