@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: Forza-Medium, Arial, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	height: 100%;
	background: #fff;
	width: 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: #d54416 !important;
}

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


.standardEdit a {
	color: #d54416;
}

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



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

input,
textarea,
select {
	font-family: Forza-Medium, 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: Forza-Medium, 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: 50px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 30px !important;
		line-height: 40px !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: 26px !important;
		line-height: 36px !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: 24px !important;
		line-height: 34px !important;
	}

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

}

@media screen and (max-width:538px) {
	.standardTxt .title1 {
		font-size: 22px !important;
		line-height: 30px !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: #d54416;
		right: 2.5%;
		top: 24px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
	perspective: 1200px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
	display: none
}

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

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

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

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

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

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

.swiper-scrollbar-lock {
	display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
	overflow: visible
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
	overflow: visible
}

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

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

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

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

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

.swiper-cards {
	overflow: visible
}

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




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



/* allnav */

nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}


nav.active {
	background-color: #202020;
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
}


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



nav.active .navBg {
	opacity: 0;
}

nav .logo {
	width: 202px;
}



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 {
	position: relative;
	margin-right: 11px;
}

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


nav .navList>ul>li .tip {
	font-family: Forza-Medium;
	font-size: 14px;
	white-space: nowrap;
	color: #ffffff;
	line-height: 21px;
	padding: 0 7px;
	background-color: #d44416;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 9px;
}

nav .navList>ul>li .tip::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% - 2px);
	width: 14px;
	height: 8px;
	background-color: #d44416;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}


nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 82px;
	min-width: 149px;
	line-height: 82px;
	color: #ffffff;
	font-size: 18px;
	padding: 0 10px;
	text-align: center;
}


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




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




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



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


nav .btns .search .searchBtn {
	cursor: pointer;
}


nav .btns .search .searchBtn i {
	font-size: 20px;
	color: #ffffff;
	transform: translateY(3px);
}

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

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;
}


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: #d54416;
}

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: 82px;
	display: flex;
	align-items: center;
	position: relative;
}

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


nav .btns .lanBtn:hover {
	color: #d54416;
}

nav .btns .lanBtn:hover i {
	color: #d54416;
}



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

nav .btns .lanBtn i.icon-earth-full {
	font-size: 18px;
	margin-right: 6px;
}


nav .btns .lanBtn i.icon-yousanjiao-copy {
	font-size: 20px;
	transform: rotate(90deg);
	margin-left: 4px;
}


nav .btns .lanBtn.active i.icon-yousanjiao-copy {
	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: 10px 0;
}

nav .btns .language ul a {
	padding: 5px 18px;
	color: #333333;
	line-height: 24px;
	text-align: center;
}



nav .btns .language ul a:hover {
	background-color: #d54416;
	color: #ffffff;
}


nav .btns .senixBtn {
	font-family: Forza-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	display: flex;
	align-items: center;
	margin-left: 88px;
}


nav .btns .senixBtn i {
	font-size: 19px;
	flex-shrink: 0;
	margin-right: 6px;
}


nav .btns .senixBtn:hover {
	color: #d54416;
}

nav .btns .senixBtn:hover i {
	color: #d54416;
}


@media screen and (max-width:1560px) {
	nav .btns .senixBtn {
		margin-left: 30px;
	}

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

	nav .navList>ul>li:nth-child(n) {
		margin-right: 40px;
	}

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

	nav .navList>ul>li>a {
		min-width: auto;
	}

	nav .logo {
		width: 180px;
	}
}

@media screen and (max-width:1333px) {
	nav .btns .senixBtn {
		margin-left: 30px;
	}

	nav .navList>ul>li:nth-child(n) {
		margin-right: 30px;
	}

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

	nav .navList>ul>li .tip {
		font-size: 12px;
	}
}

@media screen and (max-width:1200px) {
	nav .btns .senixBtn {
		margin-left: 20px;
	}

	nav .navList>ul>li:nth-child(n) {
		margin-right: 10px;
	}

	nav .logo {
		width: 160px;
	}

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

@media screen and (max-width:999px) {
	nav {
		background-color: #202020;
		box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
	}

	.bannerRange {
		height: 60px;
	}

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


	nav .navList>ul,
	nav .btns .senixBtn,
	nav .btns .search {
		display: none;
	}

	nav,
	nav .btns .language {
		height: 60px;
	}

	nav .logo {
		width: 140px;
	}

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

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

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

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

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

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

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

	header .xnav .nav {
		right: 15px;
	}
}



/* indexbanner */
/* indexbanner */



.indexBanner {
	position: relative;
	transition: none;
}



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


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

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

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

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



.indexBanner img {
	display: block;
}

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



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



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



.indexBanner .swiper-pagination span {
	font-size: 16px;
	color: #fefefe;
	margin: 0 5.5px !important;
	background-color: #ffffff;
	position: relative;
	line-height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	width: 12px;
	height: 12px;
}


.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #d54416;
}

.indexBanner .btns>div {
	width: 46px;
	height: 96px;
	background-color: rgba(0, 0, 0, .1);
	z-index: 99;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
}



.indexBanner .btns>div:hover {
	background-color: rgba(255, 255, 255, .1);
}

.indexBanner .btns>div.prev {
	left: 0;
	border-radius: 0px 10px 10px 0px;
}

.indexBanner .btns>div.next {
	right: 0;
	border-radius: 10px 0px 0px 10px;
}

@media screen and (max-width:1560px) {
	.indexBanner .btns>div {
		width: 40px;
		height: 80px;
		font-size: 16px;
	}

	.indexBanner .btns>div.prev {
		border-radius: 0 5px 5px 0;
	}

	.indexBanner .btns>div.next {
		border-radius: 5px 0 0 5px;
	}
}


@media screen and (max-width:1333px) {
	.indexBanner .signs {
		bottom: 30px;
	}

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

}

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

	.indexBanner .btns>div {
		display: none;
	}
}

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

	.indexBanner .signs {
		bottom: 18px;
	}
}





.headerPiece {
	height: 60px;
	background-color: #202020;
}


.footerPiece {
	height: 300px;
	background-color: #202020;
}







/* indexM1-1 */


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


a.title1 {
	display: inline-block;
}


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



.enterprise {
	padding: 112px 0 86px 0;
	background-image: url("../images/indexM1-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.enterprise .title {
	display: flex;
	align-items: flex-start;
	margin-bottom: 91px;
}


.enterprise .title1 {
	flex-shrink: 0;
	margin-right: 14.25%;
}

.enterprise .txts {
	font-size: 18px;
	color: #333333;
}

.enterprise .txts a {
	color: #d54416;
}

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




.numList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



.numList .num {
	font-family: Forza-Bold;
	font-size: 60px;
	line-height: 60px;
	color: #d54416;
	margin-bottom: 15px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}


.numList .num i {
	font-style: normal;
	font-family: Forza-Bold;
	font-size: 16px;
	color: #d54416;
	transform: translateY(17px);
}


.numList .name {
	font-family: Forza-Bold;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	text-align: center;
}


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

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

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

	.numList .num i {
		transform: translateY(10px);
		margin-left: 5px;
	}

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

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

	.enterprise .title1 {
		margin-bottom: 30px;
		margin-right: 0;
	}

	.enterprise .title1 br {
		display: none;
		margin-right: 0;
	}

	.numList {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.numList .item {
		width: 30%;
		margin-right: 5%;
		margin-top: 30px;
	}

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

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

	.numList .num {
		justify-content: flex-start;
		text-align: left;
	}

	.numList .name {
		text-align: left;
	}

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

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

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

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

	.numList .num i {
		font-size: 14px;
		line-height: 24px;
		transform: translateY(8px);
	}
}

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

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

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

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

	.numList .num i {
		transform: translateY(5px);
	}
}




/* indexM2-1 */



.advantage {
	background-color: #f4f4f4;
	padding: 85px 0 119px 0;
}


.advantage .title1 {
	margin-bottom: 69px;
}



.advantage .checkBtns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 69px;
}

.advantage .checkBtns .item {
	position: relative;
	width: 25%;
	text-align: center;
	padding: 18.5px 20px;
	font-family: Forza-Medium;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	cursor: pointer;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}



.advantage .checkBtns .item::after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 4px;
	right: 6px;
	background-color: #ffffff;
}


.advantage .checkBtns .item.active,
.advantage .checkBtns .item:hover {
	background-color: #d54416;
	color: #ffffff;
}



.advantage .checks .item {
	position: relative;
}





.advantage .imgSwiper {
	width: 50%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
}


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


.advantage .msg {
	width: 55.8%;
	padding: 23px 0 44px 0;
	display: flex;
	align-items: center;
	min-height: 486px;
	margin-left: auto;
}



.advantage .msgSwiper {
	background-color: #ffffff;
	width: 100%;
	z-index: 9;
	overflow: hidden;
	position: relative;
}




.advantage .msgSwiper .swiper-slide {
	padding: 35px 140px 113px 84px;
}


.advantage .msgSwiper .tit {
	font-family: Forza-Bold;
	font-size: 26px;
	line-height: 36px;
	color: #d54416;
	margin-bottom: 25px;
}


.advantage .msgSwiper .txts p {
	color: #333333;
	hyphens: auto;
}

.advantage .msgSwiper .txts p em {
	position: relative;
	display: block;
	padding-left: 23px;
	font-style: normal;
}

.advantage .msgSwiper .txts p em::after {
	content: "";
	position: absolute;
	top: 8px;
	left: -6px;
	width: 16px;
	height: 17px;
	background-image: url("../images/advantageSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}



.advantage .msgSwiper .swiper-pagination {
	left: 79px;
	width: auto;
	display: flex;
	flex-wrap: wrap;
	bottom: 51px;
}

.advantage .msgSwiper .swiper-pagination span {
	margin: 0 11px 5px 0 !important;
	width: 9px;
	height: 9px;
	background-color: #4e7085;
	opacity: 1;
}


.advantage .msgSwiper .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #d54416;
}



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

	.advantage .checkBtns .item {
		padding: 10px 15px;
		font-size: 18px;
	}

	.advantage .checkBtns {
		margin-bottom: 50px;
	}

	.advantage .msg {
		padding: 30px 0;
	}

	.advantage .msgSwiper .swiper-slide {
		padding: 40px 50px 90px 50px;
	}

	.advantage .msgSwiper .swiper-pagination {
		bottom: 30px;
	}

	.advantage .msgSwiper .tit {
		font-size: 24px;
	}

	.advantage .msgSwiper .swiper-pagination {
		left: 50px;
	}
}

@media screen and (max-width:1333px) {
	.advantage .checkBtns .item {
		width: 50%;
		padding: 8px 15px;
	}

	.advantage .msgSwiper .swiper-slide {
		padding: 30px 40px 70px 40px;
	}

	.advantage .msgSwiper .swiper-pagination {
		bottom: 25px;
		left: 40px;
	}

	.advantage .msgSwiper .tit {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 25px;
	}
}

@media screen and (max-width:999px) {
	.advantage .checkBtns .item {
		font-size: 16px;
		line-height: 26px;
	}

	.advantage .title1 {
		margin-bottom: 30px;
	}

	.advantage .checkBtns {
		margin-bottom: 40px;
	}

	.advantage .msgSwiper .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.advantage .imgSwiper {
		width: 65%;
	}

	.advantage .msg {
		width: 65%;
	}
}


@media screen and (max-width:768px) {
	.advantage .imgSwiper {
		width: 75%;
	}

	.advantage .msg {
		width: 75%;
	}

	.advantage .msgSwiper .tit {
		margin-bottom: 20px;
	}

	.advantage .checkBtns {
		margin-bottom: 35px;
	}
}

@media screen and (max-width:538px) {
	.advantage .msg {
		width: 100%;
		min-height: auto;
		padding: 0;
	}

	.advantage .imgSwiper {
		width: 100%;
		position: static;
		transform: translateX(0);
	}

	.advantage .msgSwiper .swiper-slide {
		padding: 20px 20px 70px 20px;
	}

	.advantage .checks .item {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
}


/* indexM3-1 */



.iProdicts {
	position: relative;
	padding-bottom: 64px;
	border-top: 4px solid #d54416;
}

.iProdicts .image {
	height: 776px;
}

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

.iProdicts .con {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	top: 0;
	padding: 106px 0;
	pointer-events: none;
	z-index: 9;
}


.iProdicts .con .titList {
	position: relative;
	margin-bottom: 154px;
	pointer-events: all;
	min-height: 150px;
}


.iProdicts .con .title1 {
	font-size: 50px;
	line-height: 75px;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.iProdicts .con .title1.active {
	opacity: 1;
	z-index: 9;
	pointer-events: all;
}


.iProdicts .con a.title1:hover {
	color: #d54416;
}


.iProdicts .video {
	cursor: pointer;
}



.iProdicts .video:hover .playBtn {
	background-color: #d54416;
}


.iProdicts .video:hover .playBtn div {
	background-color: #d54416;
}

.video .playBtn {
	position: relative;
	width: 79px;
	height: 79px;
	background-color: #4e7085;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	pointer-events: all;
}




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


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

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

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

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

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


.iProdicts .msg {
	position: absolute;
	z-index: 99;
	right: 0;
	bottom: 0;
	width: 50.25%;
	padding: 28px 260px 28px 72px;
}



.iProdicts .msg::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #d54416;
	z-index: -2;
}



.iProdicts .msg .imageSign {
	position: absolute;
	height: 100%;
	z-index: -1;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


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



.iProdicts .msg .title1 {
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 9px;
	color: #ffffff;
}

.iProdicts .msg .txts {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 36px;
	hyphens: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.iProdicts .msg .line {
	width: calc(100% + 79px);
	height: 1px;
	background-color: #ffffff;
	position: relative;
	margin-bottom: 16px;
}



.iProdicts .msg .line::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 136px;
	background-color: #ffffff;
	right: 31px;
	top: 50%;
	transform: translateY(-60%);
}

.iProdicts .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.iProdicts .list .item {
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	margin-top: 22px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	width: 30%;
	margin-right: 5%;
	justify-content: space-between;
	cursor: pointer;
}

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

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

.iProdicts .list h2 {
	font-weight: normal;
}

.iProdicts .list span {
	font-family: Forza-Medium;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}

.iProdicts .list .item:hover span,
.iProdicts .list .item.active span {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.iProdicts .list i {
	color: #ffffff;
	font-size: 14px;
	flex-shrink: 0;
	margin-left: 10px;
	opacity: 0;
	transform: translateY(2px);
}

.iProdicts .list .item:hover i,
.iProdicts .list .item.active i {
	opacity: 1;
}

@media screen and (max-width:1560px) {
	.iProdicts .image {
		height: 600px;
	}

	.iProdicts .msg {
		padding: 30px 140px 30px 60px;
	}

	.iProdicts .msg .txts {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 30px;
	}

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

	.iProdicts .con .titList {
		min-height: 100px;
	}
}


@media screen and (max-width:1333px) {
	.video .playBtn {
		width: 70px;
		height: 70px;
	}

	.iProdicts .msg {
		padding: 30px 100px 30px 40px;
	}

	.iProdicts .con .titList {
		margin-bottom: 100px;
		min-height: 80px;
	}


	.iProdicts {
		padding-bottom: 60px;
	}

	.iProdicts .image {
		height: 560px;
	}

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

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

@media screen and (max-width:999px) {
	.video .playBtn {
		width: 65px;
		height: 65px;
	}

	.video .playBtn img {
		width: 10px;
	}

	.iProdicts .list span {
		font-size: 16px;
		line-height: 26px;
	}

	.iProdicts .list i {
		font-size: 12px;
		line-height: 22px;
	}

	.iProdicts .msg {
		width: 65%;
	}

	.iProdicts .list .item {
		padding-bottom: 10px;
		margin-top: 10px;
	}

	.iProdicts .msg .title1 {
		margin-bottom: 20px;
	}

	.iProdicts {
		padding-bottom: 50px;
	}

	.iProdicts .image {
		height: 500px;
	}

	.iProdicts .list i {
		opacity: 1;
	}

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

	.iProdicts .con .titList {
		min-height: 72px;
	}
}


@media screen and (max-width:768px) {
	.iProdicts .msg {
		padding: 30px 60px 30px 30px;
	}

	.iProdicts .msg {
		width: 75%;
	}

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

	.iProdicts .con .titList {
		min-height: 68px;
	}
}

@media screen and (max-width:538px) {
	.iProdicts .msg {
		position: static;
		width: 100%;
		padding: 30px 30px 30px 15px;
	}

	.iProdicts {
		padding-bottom: 0;
	}

	.iProdicts .image {
		height: 300px;
	}

	.iProdicts .con .titList {
		min-height: 60px;
		margin-bottom: 60px;
	}

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



/* indexM4-1 */

.gldbalVision .con {
	padding: 112px 0 79px 0;
}

.gldbalVision .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.gldbalVision .title1 {
	flex-shrink: 0;
	margin-right: 12.1%;
	font-size: 50px;
}


.gldbalVision .txts {
	font-size: 18px;
	color: #333333;
}

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

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

	.gldbalVision .title1 {
		margin-right: 0;
		margin-bottom: 20px;
	}
}


/* indexM5-1 */

.sustainability {
	padding: 98px 0 100px 0;
	position: relative;
}

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

.sustainability .imgBg {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: -1;
}

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


.sustainability .title1 {
	margin-bottom: 14px;
	font-size: 50px;
}


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


.sustainability .list .msg {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 31px;
	color: #333333;
	hyphens: auto;
}


.sustainability .list .btn {
	margin-top: 25px;
	font-family: Forza-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #d54416;
}


.sustainability .list .btn:nth-child(1) {
	margin-top: 0;
}


.sustainability .list .btn i {
	color: #6f93a9;
	font-size: 30px;
	flex-shrink: 0;
	margin-left: 18px;
	display: inline-block;
	transform: translateY(5px);
}


.sustainability .list .btn:nth-child(2) i {
	transform: rotate(90deg) translateX(5px);
}




.sustainability .list .sustainItem {
	width: 22.92%;
	margin-right: 2.77%;
	margin-top: 71px;
}

.sustainItem {
	min-height: 249px;
	background-color: #ffffff;
	padding: 29px 30px 30px 17px;
}



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

.sustainability .list .sustainItem:nth-child(3) {
	margin-right: 0;
}

.sustainability .list .sustainItem:last-child {
	margin-right: 0;
}



.sustainability .list .sustainItem:nth-child(1) {
	width: 48.61%;
	background-color: transparent;
	padding: 15px 90px 0 0;
}

.sustainItem .image {
	width: 42px;
	margin-bottom: 16px;
}

.sustainItem .txts p {
	padding-left: 16px;
	line-height: 28px;
}

.sustainItem .txts p em {
	font-style: normal;
	position: relative;
}

.sustainItem .txts p em::after {
	content: "";
	position: absolute;
	left: -14px;
	top: 4px;
	width: 7px;
	height: 7px;
	background-color: #d54416;
	border-radius: 50%;
}


.sustainItem .txts p strong {
	font-family: Forza-Bold;
	font-size: 20px;
	color: #222222;
	display: inline-block;
	margin-bottom: 12px;
}

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

	.sustainItem {
		padding: 30px;
	}

	.sustainItem .btn {
		margin-top: 15px;
	}

	.sustainability .list .sustainItem:nth-child(1) {
		padding: 15px 40px 0 0;
	}

	.sustainability .list .sustainItem {
		margin-top: 40px;
	}
}

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

	.sustainability .list .sustainItem:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.sustainItem {
		padding: 20px;
		min-height: auto;
	}

	.sustainability .list .sustainItem:nth-child(4) {
		margin-right: 0;
	}

	.sustainability .list .sustainItem:last-child {
		margin-right: 0;
	}

	.sustainability .list .sustainItem:nth-child(1) {
		width: 100%;
		margin-top: 0;
		padding: 0;
	}

	.sustainItem .msg {
		margin-bottom: 20px;
	}

	.sustainItem .btn {
		margin-top: 10px;
	}

	.sustainItem .txts p strong {
		font-size: 18px;
	}

	.sustainItem .btn:nth-child(n) i {
		transform: translateY(5px);
	}

}

@media screen and (max-width:999px) {
	.sustainability .list .btn i {
		font-size: 26px;
	}

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

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

	.sustainability .list .sustainItem:nth-child(1) {
		margin-top: 0;
		width: 100%;
	}

	.sustainability .title1 {
		margin-bottom: 25px;
	}

	.sustainItem .image {
		width: 35px;
		margin-bottom: 10px;
	}

	.sustainItem .txts p strong {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.sustainItem .btn i {
		margin-left: 5px;
	}
}

@media screen and (max-width:538px) {
	.sustainability .list .sustainItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.sustainability .list .sustainItem:nth-child(1) {
		margin-top: 0;
	}

	.sustainItem .btn {
		line-height: 26px;
	}
}



/* indexM6-1 */

.chooseSenix {
	padding: 104px 0 169px 0;
	position: relative;
}


.chooseSenix .image {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 652px;
	z-index: -1;
}


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



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


.chooseSenix .msg {
	width: 49%;
}

.chooseSenix .title1 {
	font-size: 50px;
	margin-bottom: 33px;
}

.chooseSenix .msg .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

.chooseSenix .msg .txts p {
	font-size: 18px;
	color: #333333;
	hyphens: auto;
}


.chooseSenix .list {
	width: 48.07%;
	margin-top: 16px;
}

.chooseSenix .list .item {
	min-height: 376px;
	position: relative;
	z-index: 9;
	margin-top: 52px;
	padding: 47px 54px 35px 54px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}




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


.chooseSenix .list .item::after,
.chooseSenix .list .item::before {
	content: "";
	position: absolute;
}

.chooseSenix .list .item::after {
	width: 100%;
	height: 100%;
	z-index: -4;
	left: 0;
	top: 0;
}

.chooseSenix .list .item::before {
	z-index: -2;
}


.chooseSenix .list .item:nth-child(1)::after {
	background-color: #6f93a9;
}

.chooseSenix .list .item:nth-child(2)::after {
	background-color: #d54416;
}

.chooseSenix .list .item:nth-child(1)::before {
	width: 411px;
	height: 411px;
	border: solid 40px rgba(255, 255, 255, .1);
	border-radius: 50%;
	left: -44%;
	top: -99%;
}

.chooseSenix .list .item:nth-child(2)::before {
	width: 285px;
	height: 285px;
	border: solid 40px rgba(255, 255, 255, .1);
	right: -33%;
	top: -28%;
	border-radius: 50%;
}


.chooseSenix .list .tit {
	font-family: Forza-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 25px;
}


.chooseSenix .list .txts p {
	line-height: 26px;
	color: #ffffff;
	padding-left: 24px;
}

.chooseSenix .list .txts p em {
	font-style: normal;
	position: relative;
}

.chooseSenix .list .txts p em::after {
	content: "";
	position: absolute;
	left: -24px;
	width: 6px;
	height: 6px;
	background-color: #ffffff;
	border-radius: 50%;
	top: 6px;
}


.chooseSenix .list .btn {
	width: 166px;
	height: 49px;
	background-color: #6f93a9;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 32px;
}


.chooseSenix .list .btn:hover {
	background-color: #ffffff;
	color: #d54416;
}

@media screen and (max-width:1560px) {
	.chooseSenix .image {
		height: 580px;
	}

	.chooseSenix .list .item {
		padding: 40px;
	}

	.chooseSenix .list .btn {
		margin-bottom: 0;
	}

	.chooseSenix .list .tit {
		font-size: 20px;
	}

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

@media screen and (max-width:1333px) {
	.chooseSenix .list .item {
		padding: 30px;
		margin-top: 40px;
	}

	.chooseSenix .list {
		margin-top: 0;
	}

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

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

	.chooseSenix .con {
		flex-direction: column;
		align-items: flex-start;
	}

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

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

	.chooseSenix .list .item {
		min-height: auto;
		margin-top: 30px;
	}

	.chooseSenix .image {
		position: static;
		height: auto;
		transform: translateX(0);
		margin-top: 40px;
		height: 350px;
	}

	.chooseSenix .list .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.chooseSenix .image {
		height: 300px;
	}

	.chooseSenix .list .item {
		padding: 30px 20px;
	}
}

@media screen and (max-width:538px) {
	.chooseSenix .image {
		height: 280px;
	}

	.chooseSenix .list .btn {
		height: 36px;
	}
}





/* indexM7-1 */

.process {
	padding: 93px 0 99px 0;
}


.process .title1 {
	margin-bottom: 49px;
	font-size: 50px;
}


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


.process .list .item {
	width: 17.5%;
	margin-right: 10%;
	margin-top: 50px;
	position: relative;
}



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



.process .list .image {
	width: 200px;
	height: 200px;
	border: 17.5px solid rgba(200, 200, 200, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 14px;
	z-index: 99;
	border-radius: 50%;
	background-color: #ffffff;
}

.process .list .image img {
	width: 60px;
	height: 60px;
}

.process .list .txts {
	font-size: 18px;
	color: #333333;
	text-align: center;
	hyphens: auto;
}


.process .list .item .arr {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 115.5%;
	top: 36%;
	transform: translateY(-50%);
	width: 50px;
}

.process .list .item .arr img {
	transform: rotate(-180deg);
}

.process .list .item:nth-child(-n+4) .arr {
	right: auto;
	left: 115.5%;
}

.process .list .item:nth-child(-n+4) .arr img {
	transform: rotate(0);
}


.process .list .item .arr img {
	display: block;
}


.process .list .item:last-child .arr {
	display: none;
}


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

.process .list .item:nth-child(4) .arr {
	top: 99%;
	left: 45%;
	transform: rotate(90deg) translateY(50%) translateX(50%);
}


.process .list .item:nth-child(5) {
	order: 4;
	margin-right: 0;
}

.process .list .item:nth-child(6) {
	order: 3;
}

.process .list .item:nth-child(7) {
	order: 2;
}

.process .list .item:nth-child(8) {
	order: 1;
}


@media screen and (max-width:1560px) {
	.process .list .item {
		width: 20%;
		margin-right: 6.66%;
	}

	.process .list .item .arr {
		right: 106.5%;
	}

	.process .list .item:nth-child(-n+4) .arr {
		left: 106.5%;
	}

	.process .list .item:nth-child(4) .arr {
		left: 44%;
	}

	.process .list .image img {
		width: 55px;
		height: 55px;
	}

	.process .list .image {
		width: 180px;
		height: 180px;
		border-width: 14px;
	}
}

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

	.process .title1 {
		margin-bottom: 40px;
	}

	.process .list .item:nth-child(n) {
		width: 28%;
		margin-right: 8%;
		margin-top: 50px;
	}

	.process .list .txts {
		font-size: 16px;
		line-height: 28px;
	}


	.process .list .image {
		width: 160px;
		height: 160px;
		border-width: 10px;
	}


	.process .list .item .arr {
		width: 40px;
		right: 107%;
	}

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

	.process .list .item:nth-child(-n+3) .arr {
		left: 106%;
	}

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

	.process .list .item:nth-child(3) .arr {
		transform: rotate(90deg) translateX(50%) translateY(50%);
		top: 98%;
		left: 45%;
	}


	.process .list .item:nth-child(4) {
		margin-right: 0;
		order: 3;
	}

	.process .list .item:nth-child(4) .arr {
		right: 107%;
		top: 36%;
		left: auto;
		transform: translateY(-50%) rotate(-180deg);
	}

	.process .list .item:nth-child(5) {
		order: 2;
	}

	.process .list .item:nth-child(6) {
		order: 1;
	}

	.process .list .item:nth-child(6) .arr {
		top: 98%;
		left: 45%;
		transform: rotate(-90deg) translateY(-50%) translateX(-50%);
	}


	.process .list .item:nth-child(7) {
		order: 4;
	}

	.process .list .item:nth-child(7) .arr {
		left: 107%;
		right: auto;
		transform: rotate(-180deg) translateY(-50%);
	}

	.process .list .item:nth-child(8) {
		order: 5;
	}

	.process .list .image img {
		width: 50px;
		height: 50px;
	}

}

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

	.process .title1 {
		margin-bottom: 30px;
	}

	.process .list .image {
		width: 140px;
		height: 140px;
		border-width: 10px;
	}

	.process .list .image img {
		width: 45px;
		height: 45px;
	}

	.process .list .item .arr {
		width: 34px;
	}

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

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

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

}


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

	.process .list .item .arr {
		width: 30px;
	}

	.process .list .item:nth-child(n) {
		width: 45%;
		margin-right: 10%;
		margin-top: 50px;
	}

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

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

	.process .list .item:nth-child(3) {
		margin-right: 0;
		order: 2;
	}

	.process .list .item:nth-child(3) .arr {
		right: 100%;
		left: auto;
		top: 50%;
		transform: rotate(-180deg) translateX(50%);
	}

	.process .list .item:nth-child(4) {
		order: 1;
	}

	.process .list .item:nth-child(4) .arr {
		top: 105%;
		right: auto;
		left: 50%;
		transform: translateX(-50%) translateY(50%) rotate(90deg);
	}

	.process .list .item:nth-child(5) {
		order: 3;
	}

	.process .list .item:nth-child(5) .arr {
		left: 107%;
		right: auto;
		transform: rotate(-180deg);
	}

	.process .list .item:nth-child(6) {
		order: 4;
		margin-right: 0;
	}

	.process .list .item:nth-child(6) .arr {
		left: 50%;
	}

	.process .list .item:nth-child(7) {
		order: 6;
		margin-right: 0;
	}

	.process .list .item:nth-child(7) .arr {
		left: auto;
		right: 107%;
		transform: rotate(0);
	}

	.process .list .item:nth-child(8) {
		order: 5;
	}

	.process .list .item:nth-child(2) .arr {
		top: 100%;
		left: 50%;
		transform: rotate(90deg) translateX(50%) translateY(50%);
	}

	.process .list .image {
		width: 120px;
		height: 120px;
		border-width: 8px;
	}

}

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

	.process .list .item:nth-child(n) {
		width: 49%;
		margin-right: 0;
	}

	.process .list .image {
		width: 100px;
		height: 100px;
	}

	.process .list .image img {
		width: 40px;
		height: 40px;
	}

	.process .list .item .arr {
		width: 18px;
	}

	.process .list .item:nth-child(-n+3) .arr,
	.process .list .item:nth-child(5) .arr {
		left: 94%;
		top: 26%;
	}

	.process .list .item:nth-child(2) .arr {
		left: 50%;
		top: 100%;
	}

	.process .list .item:nth-child(3) .arr,
	.process .list .item:nth-child(7) .arr {
		left: auto;
		right: 94%;
	}
}


/* indexM8-1 */

.bestPartner {
	padding: 108px 0 116px 0;
	background-image: url("../images/indexM8-bg.jpg");
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}




.bestPartner::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -3;
	background-color: #f4f4f4;
	top: 0;
	left: 0;
}

.bestPartner .title1 {
	margin-bottom: 69px;
	font-size: 50px;
}


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


.bestPartner .images {
	width: 54.2%;
	display: flex;
	justify-content: space-between;
	position: relative;
}


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


.bestPartner .images .show {
	width: 52%;
	height: 577px;
}

.bestPartner .images .list {
	width: 45.25%;
}

.bestPartner .images .list .image {
	margin-bottom: 62px;
}

.bestPartner .images .list .image:nth-child(1) {
	height: 249px;
}

.bestPartner .images .list .image:last-child {
	margin-bottom: 0;
	height: 225px;
	width: 88.5%;
}


.bestPartner .images .btn {
	position: absolute;
	left: 54.7%;
	top: 51.6%;
	transform: translateX(-50%) translateY(-50%);
	width: 152px;
	height: 152px;
	background-color: #d54416;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Forza-Bold;
	font-size: 24px;
	color: #ffffff;
}


.bestPartner .images .btn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 130px;
	height: 130px;
	border: solid 1px #ffffff;
	border-radius: 50%;
}

.bestPartner .msg {
	width: 42.54%;
	margin-top: -12px;
}

.bestPartner .msg .txts p {
	font-family: Forza-Medium;
	font-size: 18px;
	font-weight: bold;
	line-height: 44px;
	color: #333333;
}


.bestPartner .msg .txts p em {
	font-style: normal;
	padding-left: 22px;
	display: block;
	position: relative;
}

.bestPartner .msg .txts p em::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #6f93a9;
	border-radius: 50%;
	left: 0;
	top: 18px;
}



.bestPartner .msg .btn {
	width: 183px;
	height: 49px;
	background-color: #6f93a9;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Forza-Bold;
	font-size: 18px;
	color: #ffffff;
	margin-top: 56px;
}


.bestPartner .msg .btn:hover {
	background-color: #d54416;
	color: #ffffff;
}


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

	.bestPartner .images .list .image {
		margin-bottom: 30px;
	}

	.bestPartner .msg {
		margin-top: 0;
	}

	.bestPartner .msg .btn {
		margin-top: 40px;
	}

	.bestPartner .images .btn {
		font-size: 22px;
		line-height: 30px;
	}
}

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

	.bestPartner .msg .txts p {
		font-size: 16px !important;
		line-height: 40px !important;
	}

	.bestPartner .msg .txts p em::after {
		top: 15px;
	}

	.bestPartner .images .btn {
		font-size: 20px !important;
	}

	.bestPartner .images .btn {
		width: 140px;
		height: 140px;
	}

	.bestPartner .images .btn::after {
		width: 120px;
		height: 120px;
	}
}

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

	.bestPartner .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.bestPartner .msg {
		width: 100%;
	}

	.bestPartner .msg .txts p {
		line-height: 36px !important;
	}

	.bestPartner .msg .txts p em::after {
		top: 13px;
	}

	.bestPartner .msg .btn {
		margin-top: 30px;
		height: 40px;
		width: 150px;
	}

	.bestPartner .images {
		width: 100%;
		margin-top: 40px;
	}

	.bestPartner .images .btn {
		font-size: 18px !important;
	}

	.bestPartner .images .show {
		height: auto;
	}

	.bestPartner .images .list .image:nth-child(n) {
		height: auto;
	}
}

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

	.bestPartner .images .btn::after {
		width: 110px;
		height: 110px;
	}

	.bestPartner .images .btn {
		width: 130px;
		height: 130px;
	}

	.bestPartner .msg .txts p {
		font-size: 14px !important;
		line-height: 30px !important;
	}

	.bestPartner .msg .txts p em::after {
		top: 11px;
	}

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




/* indexM9-1 */

.iTouch {
	padding: 90px 0 112px 0;
}

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

.touch .msg {
	width: 49.92%;
}

.touch .image {
	width: 47.07%;
	display: flex;
	align-items: flex-end;
	margin-top: -2px;
}

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



.touch .msg .title1 {
	font-size: 50px;
	margin-bottom: 31px;
}

.touch .msg .txts {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 34px;
}


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

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

.cForm ul li {
	height: 54px;
	width: 47.7%;
	margin-top: 23px;
	background-color: rgba(242, 242, 242, 0.5);
	padding: 0 11px;
}


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


.cForm ul li.message {
	width: 100%;
	height: 118px;
	padding: 14px 11px;
}

.cForm ul li.message.must::after {
	top: 14px;
}


.cForm ul li.must {
	position: relative;
}


.cForm ul li.must::after {
	content: "*";
	position: absolute;
	top: 18px;
	left: -14px;
	font-size: 14px;
	line-height: 26px;
	color: #ff000b;
}


.cForm ul li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.cForm ul li.code input {
	flex: 1;
	padding: 0 11px;
}

.cForm ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	background-color: #f3fbfe;
}

.cForm ul li.code .codeImg img {
	height: 100%;
}

.cForm ul li.subBtn {
	padding: 0;
}

.cForm ul li.subBtn input {
	background-color: #d54416;
	font-family: Forza-Bold;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #d54416;
}


.cForm ul li.subBtn input:hover {
	background-color: transparent;
	color: #d54416;
}

.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-family: Forza-Medium;
	font-size: 14px !important;
	color: #999999;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-family: Forza-Medium;
	font-size: 14px !important;
	color: #999999;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-family: Forza-Medium;
	font-size: 14px !important;
	color: #999999;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-family: Forza-Medium;
	font-size: 14px !important;
	color: #999999;
}

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


.m-formcountry {
	position: relative;
}

.m-formcountry .drop-btn {
	position: relative;
	height: 100%;
	padding: 0 11px;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 16px;
	color: #999999;
}

.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: #d54416 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

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

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

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #d54416;
}

.m-formcountry .drop-list li {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	padding: 5px 11px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	height: auto;
	background-color: #ffffff;
	margin: 0;
	border-radius: 0;
	width: 100%;
}

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

@media screen and (max-width:1560px) {
	.touch .image img {
		height: 100%;
	}

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

	.touch .image {
		margin-top: 0;
	}
}

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

	.m-formcountry .drop-btn i,
	.m-formcountry .drop-btn svg {
		font-size: 12px;
		right: 11px;
	}

	.cForm ul li {
		height: 46px;
	}

	.cForm ul li.must::after {
		top: 11px;
	}

	.cForm ul li.subBtn input {
		font-size: 16px;
	}
}

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

	.touch .msg {
		width: 100%;
	}

	.touch .image {
		width: 100%;
		margin-top: 40px;
		height: 400px;
	}
}

@media screen and (max-width:768px) {
	.touch .image {
		margin-top: 30px;
		height: 320px;
	}

	.cForm ul li {
		height: 40px;
	}

	.cForm ul li.must::after {
		top: 9px;
	}
}

@media screen and (max-width:538px) {
	.cForm ul li.must::after {
		left: -10px;
	}

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

	.touch .image {
		margin-top: 30px;
		height: 300px;
	}
}

@media screen and (max-width:450px) {
	.cForm ul li {
		height: 36px;
	}

	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 16px;
	}

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

	.cForm ul li.m-formcountry .drop-list li:nth-child(n) {
		height: auto;
		margin: 0;
	}

	.cForm ul li.must::after {
		top: 7px;
	}

	.touch .image {
		height: 300px;
	}
}


/* 1-1sustainability */


.sustainPiece {
	padding: 78px 0 136px 0;
	position: relative;
}


.sustainPiece .imgBg {
	width: 100%;
	z-index: -10;
	top: 10%;
	right: 0;
	position: absolute;
}

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





.sustainPiece .con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 78px;
}


.sustainPiece .con .msg {
	width: 42%;
}


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

.sustainPiece .con .msg .txts {
	font-size: 18px;
	color: #333333;
	margin-bottom: 53px;
	hyphens: auto;
}


.sustainPiece .con .msg .btn {
	width: 166px;
	height: 49px;
	background-color: #6f93a9;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #ffffff;
}

.sustainPiece .con .msg .btn:hover {
	background-color: #d54416;
	color: #ffffff;
}


.sustainPiece .con .box {
	width: 50.05%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 11px;
}


.sustainPiece .con .box .item {
	width: 42.85%;
	background-color: #ffffff;
	padding: 21px 15px 33px 33px;
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.11);
}


.sustainPiece .con .box .image {
	width: 42px;
	margin-bottom: 8px;
}

.sustainPiece .con .box .tit {
	font-family: Forza-Bold;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 21px;
	min-height: 60px;
}

.sustainPiece .con .box .line {
	width: 52px;
	height: 2px;
	background-color: #6f93a9;
	margin-bottom: 17px;
}

.sustainPiece .con .box .txt {
	margin-bottom: 5px;
}

.sustainPiece .con .box .num {
	font-family: Forza-Bold;
	font-size: 38px;
	line-height: 48px;
	color: #333333;
}


.sustainPiece .list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 102px;
}



.recyclingWater {
	width: 48.64%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



.recyclingWater .sustainItem {
	width: 47%;
	box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.08);
	margin-top: 36px;
}

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


.recyclingMaterial {
	width: 50%;
	position: relative;
}

.recyclingMaterial::before {
	position: absolute;
	content: '';
	z-index: -2;
	width: 380px;
	height: 380px;
	border: solid 40px rgba(255, 255, 255, .1);
	left: -21%;
	top: -6.5%;
	border-radius: 50%;
}

.recyclingMaterial::after {
	content: "";
	position: absolute;
	z-index: -4;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #d54416;
	top: 0;
	left: 0;
}


.recyclingMaterial .sustainItem {
	padding: 51px 56px 62px 56px;
	background-color: transparent;
	box-shadow: none;
}


.recyclingMaterial .sustainItem img {
	filter: grayscale(100%) brightness(500%);
}

.recyclingMaterial .sustainItem p {
	color: #ffffff;
}

.recyclingMaterial .sustainItem p em:after {
	background-color: #ffffff;
}

.recyclingMaterial .line {
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
}

.recyclingMaterial .line::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-63%);
	width: 1px;
	height: 136px;
	background-color: #ffffff;
	right: 31px;
}


@media screen and (max-width:1560px) {
	.sustainPiece .con .box {
		margin-top: 0;
	}

	.sustainPiece .con .box .item {
		padding: 20px;
	}

	.sustainPiece .con .box .num {
		font-size: 32px;
		line-height: 42px;
	}

	.sustainPiece .con .box .image {
		width: 38px;
		margin-bottom: 10px;
	}

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

	.sustainPiece .con .msg .btn {
		height: 45px;
	}

	.recyclingMaterial .sustainItem {
		padding: 40px 50px;
	}
}

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

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

	.sustainPiece .con .msg .title1 {
		margin-bottom: 20px;
	}

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

	.sustainPiece .con .msg .btn {
		height: 40px;
		width: 140px;
	}

	.sustainPiece .con .box {
		width: 100%;
	}

	.sustainPiece .con .box .item {
		width: 48%;
	}

	.sustainPiece .con .box .image {
		width: 35px;
	}

	.sustainPiece .con .box .tit {
		min-height: auto;
		margin-bottom: 10px;
	}

	.sustainPiece .con .box .txt {
		margin-bottom: 14px;
	}

	.sustainPiece .con .box .num {
		font-size: 24px;
		line-height: 34px;
	}

	.sustainPiece .con {
		margin-bottom: 60px;
	}

	.sustainPiece .list {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.recyclingWater {
		width: 100%;
	}

	.recyclingWater .sustainItem {
		width: 48%;
		margin-top: 30px;
	}

	.recyclingMaterial {
		width: 100%;
		margin-bottom: 30px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.recyclingMaterial .line {
		display: none;
	}

	.recyclingMaterial .sustainItem {
		padding: 30px;
		width: 50%;
		border-right: 1px solid rgba(255, 255, 255, .5);
	}

	.recyclingMaterial .sustainItem:last-child {
		border-right: none;
	}

	.sustainPiece .list {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:999px) {
	.sustainPiece .con .msg .btn {
		height: 36px;
	}

	.sustainPiece .con .box .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.sustainPiece .con .box .num {
		font-size: 20px;
		line-height: 30px;
	}

	.sustainPiece .con .box .image {
		width: 30px;
		margin-bottom: 15px;
	}

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

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

@media screen and (max-width:768px) {
	.sustainPiece .con {
		margin-bottom: 40px;
	}

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

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

	.sustainPiece .con .box .item:nth-child(1) {
		margin-top: 0;
	}

	.recyclingMaterial .sustainItem:nth-child(n) {
		width: 100%;
	}

	.recyclingMaterial .sustainItem {
		border-bottom: 1px solid rgba(255, 255, 255, .5);
	}

	.recyclingMaterial .sustainItem:last-child {
		border-bottom: none;
	}

	.recyclingWater .sustainItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.recyclingWater .sustainItem:nth-child(1) {
		margin-top: 0;
	}
}




/* 2-1news */

.news {
	padding: 90px 0 147px 0;
}

.news .box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.news .newSlides {
	width: 29.78%;
}

.news .newSlides>div {
	box-shadow: 0px 5px 18px 0px rgba(9, 9, 9, 0.09);
	background-color: #ffffff;
	margin-bottom: 53px;
}

.news .newSlides>div:last-child {
	margin-bottom: 0;
}

.news .newSlides .tit {
	font-family: Forza-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
}

.newsCategory {
	padding: 18px 17px 33px 19px;
}

.newsCategory .line {
	width: 100%;
	height: 1px;
	background-color: rgba(219, 219, 219, 0.5);
	margin: 24px 0 28px 0;
}


.newsCategory a {
	display: inline-block;
	background-color: rgba(236, 236, 236, 0.5);
	border-radius: 10px;
	min-width: 229px;
	padding: 8.5px 20px;
	margin-top: 13px;
}


.newsCategory a:nth-child(1) {
	margin-top: 0;
}

.newsCategory a:hover {
	background-color: #d54416;
	color: #ffffff;
}



.latestNews {
	padding: 18px 19px 5px 19px;
}


.latestNews .tit {
	margin-bottom: 24px;
}

.latestNews .item {
	border-top: 1px solid rgba(219, 219, 219, 0.5);
	padding: 33px 0 29px 0;
}


.latestNews .item .name {
	font-family: Forza-Bold;
	font-size: 18px;
	line-height: 33px;
	color: #333333;
	margin-bottom: 11px;
}

.latestNews .item .name:hover {
	color: #d54416;
}

.latestNews .item .time {
	font-family: Forza-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #d54416;
}


.news .con {
	width: 62.71%;
}

.news .con .image {
	overflow: hidden;
	margin-bottom: 23px;
}

.news .con .name {
	font-family: Forza-Bold;
	font-size: 22px;
	line-height: 33px;
	color: #333333;
	margin-bottom: 19px;
}

.news .con .name:hover {
	color: #d54416;
}

.news .con .time {
	font-family: Forza-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #d54416;
	margin-bottom: 23px;
}

.news .con .txts {
	font-size: 18px;
	color: #333333;
}

.news .con .item {
	border-bottom: 1px solid rgba(219, 219, 219, 0.5);
	padding-bottom: 33px;
	margin-top: 38px;
}

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


.news .con .item:last-child {
	border-bottom: none;
}


.news .con .list {
	margin-bottom: 13px;
}

/* pager */

.pager {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	flex-wrap: wrap;
}

.pager .pageList a {
	width: 40px;
	height: 40px;
	border: solid 1px #888888;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Forza-Medium, Arial, sans-serif;
	font-size: 20px;
	color: #333333;
	margin: 5px 14px 5px 0;
}



.pager .pageList a:hover,
.pager .pageList a.active {
	color: #ffffff !important;
	background-color: #d54416;
	border-color: #d54416;
}

.pager .pageList a.first,
.pager .pageList a.last {
	width: 60px;
}


.pager .all {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 40px;
	background-color: #ffffff;
	border: solid 1px #888888;
	font-family: Forza-Medium;
	font-size: 20px;
	color: #333333;
	margin: 5px 6px 5px 0;
}

@media screen and (max-width:1560px) {
	.news .newSlides>div {
		padding: 30px 20px;
	}

	.news .newSlides .tit {
		font-size: 28px;
		line-height: 38px;
	}

	.newsCategory a {
		border-radius: 5px;
		padding: 5px 15px;
	}

	.latestNews .item .name {
		font-size: 16px;
	}

	.latestNews .item {
		padding: 20px 0;
	}

	.news .con .name {
		font-size: 20px;
	}

	.news .con .txts {
		font-size: 16px;
	}

	.news .con .item {
		margin-top: 30px;
		padding-bottom: 30px;
	}

	.news .con .list {
		margin-bottom: 30px;
	}

	.pager .pageList a,
	.pager .pageList .all {
		font-size: 18px;
	}
}

@media screen and (max-width:1333px) {
	.news .con .name {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.news .con .time {
		margin-bottom: 10px;
	}

	.pager .pageList a,
	.pager .pageList .all {
		font-size: 16px;
		height: 36px;
	}

	.pager .pageList a {
		width: 36px;
	}

	.news .con .list {
		margin-bottom: 10px;
	}

	.news .newSlides .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.news .newSlides>div {
		padding: 25px 15px;
		margin-bottom: 40px;
	}

	.newsCategory .line {
		margin: 20px 0;
	}

	.news .newSlides {
		width: 33%;
	}

	.newsCategory a {
		min-width: auto;
	}
}


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

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

	.news .con {
		width: 100%;
		margin-bottom: 40px;
	}

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

	.pager .pageList a,
	.pager .pageList .all {
		font-size: 14px;
		height: 34px;
	}

	.pager .pageList a {
		width: 34px;
	}

	.news .newSlides .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.news .newSlides {
		width: 100%;
	}

	.newsCategory .list a:nth-child(n) {
		margin-top: 0px;
		margin-right: 5px;
		margin-bottom: 5px;
	}

}

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

@media screen and (max-width:538px) {
	.news .con .image {
		height: 240px;
	}

	.pager .pageList a {
		margin-right: 10px;
	}
}




/* 2-2news */


.newDet {
	padding: 82px 0 134px 0;
}


.newDet h1 {
	font-family: Forza-Bold;
	font-size: 28px;
	line-height: 38px;
	color: #333333;
	margin-bottom: 30px;
}

.newDet .tips {
	display: flex;
	align-items: center;
}


.newDet .tips .time {
	font-family: Forza-Medium;
	font-size: 14px !important;
	color: #999999;
	margin-right: 32px;
}


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

.share span {
	font-family: Forza-Medium;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	margin-right: 22px;
}



.newDet .line {
	width: 100%;
	height: 1px;
	background-color: #b9b9b9;
	margin: 25px 0 29px 0;
}



.newDet .con {
	margin-bottom: 35px;
}





.prevOrNext {
	padding: 22px 0 37px 0;
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
}


.prevOrNext>div {
	display: flex;
	align-items: center;
}


.prevOrNext>div.prev {
	margin-bottom: 13px;
}


.prevOrNext .btn {
	width: 38px;
	height: 38px;
	border: solid 2px #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	margin-right: 20px;
	flex-shrink: 0;
	font-size: 18px;
}


.prevOrNext a.btn:hover {
	background-color: #d64517;
	border-color: #d64517;
	color: #ffffff;
}



.prevOrNext .name {
	font-family: Forza-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.prevOrNext a.name:hover {
	color: #d64517;
}

@media screen and (max-width:1560px) {
	.prevOrNext .name {
		font-size: 18px;
		line-height: 28px;
	}

	.prevOrNext .btn {
		width: 36px;
		height: 36px;
	}

	.newDet .line {
		margin: 30px 0;
	}
}

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

	.prevOrNext {
		padding: 30px 0;
	}
}

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

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

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

	.prevOrNext {
		padding: 20px 0;
	}
}

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

	.prevOrNext .btn {
		margin-right: 10px;
	}

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

	.prevOrNext .btn {
		width: 34px;
		height: 34px;
	}
}

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

	.newDet .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/* innerBanner */

.innerBanner .image {
	height: 100%;
	height: 453px;
}


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


/* crumb */

.crumb {
	padding-top: 23px;
}

.crumb img {
	margin-right: 21px;
}

.crumb a,
.crumb i {
	font-family: Forza-Medium, Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	letter-spacing: 0px;
	color: #999999;
}


.crumb i {
	font-style: normal;
	margin: 0 5px;
}


.crumb a.active,
.crumb a:hover {
	color: #d64517;
}






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

	.crumb a,
	.crumb i {
		font-size: 20px;
	}

	.crumb img {
		width: 22px;
		margin-right: 16px;
	}

	.innerBanner .image {
		height: 420px;
	}
}

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

	.crumb a,
	.crumb i {
		font-size: 18px;
	}

	.crumb img {
		width: 20px;
		margin-right: 14px;
	}

	.innerBanner .image {
		height: 380px;
	}
}

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

	.crumb a,
	.crumb i {
		font-size: 16px;
	}

	.crumb img {
		width: 18px;
		margin-right: 10px;
	}

	.innerBanner .image {
		height: 280px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner .image {
		height: 260px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner .image {
		height: 240px;
	}
}



/* footer */

footer {
	background-color: #202020;
	padding: 69px 0 60px 0;
}


footer .fLogo {
	width: 391px;
	display: block;
	margin: 0 auto 35px;
}

footer .fLogo:hover img {
	transform: scale(1, 1);
}

footer .footerList {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}


footer .footerList a {
	font-family: Forza-Bold;
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
	margin: 5px 45px;
	text-align: center;
}

footer .footerList i {
	font-family: Forza-Bold;
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
	font-style: normal;
}


footer .footerList a:hover {
	color: #d54416;
}


footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .1);
	margin: 39px 0 35px 0;
}


footer form {
	margin-bottom: 21px;
}


footer form input {
	width: 100%;
	height: 100%;
}

footer form ul {
	display: flex;
	align-items: center;
	justify-content: center;
}


footer form ul li {
	background-color: #ffffff;
	height: 50px;
	padding: 0 32px;
}


footer form ul li.emailEdit {
	width: 252px;
	margin-right: 12px;
}


footer form ul li.codeEdit {
	width: 159px;
	margin-right: 11px;
}

footer form ul li.codeImg {
	width: 88px;
	padding: 0;
	cursor: pointer;
	background-color: #f3fbfe;
	margin-right: 9px;
}


footer form ul li.codeImg img {
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
	max-width: none;

}

footer form ul li.subBtn {
	padding: 0;
	width: 120px;
}

footer form ul li.subBtn input {
	background-color: #d54416;
	cursor: pointer;
	font-family: Forza-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}

footer form ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #d54416;
}

footer form ul li.must {
	position: relative;
}

footer form ul li.must::after {
	content: "*";
	position: absolute;
	font-family: Forza-Medium;
	font-size: 16px;
	line-height: 30px;
	color: #ff0000;
	left: 21px;
	top: 10px;
}


footer .blogrolls {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 41px;
}


footer .blogrolls a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: solid 1px rgba(255, 255, 255, .2);
	color: #ffffff;
	font-size: 24px;
	margin: 5px 11px;
}

footer .blogrolls a:hover {
	background-color: #d54416;
	border-color: #d54416;
}

footer .copyright {
	font-family: Forza-Medium;
	font-size: 16px;
	line-height: 26px;
	color: rgba(200, 200, 200, 0.5);
	text-align: center;
}

footer .links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

footer .links a,
footer .links i {
	font-family: Forza-Medium;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: rgba(200, 200, 200, 0.5);
	font-style: normal;
	text-align: center;
}


footer .links a {
	margin: 0px 13px;
}


footer .links a:hover {
	color: #d54416;
}

footer .line2 {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .1);
	margin-top: 5px;
}

footer input::-webkit-input-placeholder {
	color: #999999;
}

footer input:-moz-placeholder {
	color: #999999;
}

footer input::-moz-placeholder {
	color: #999999;
}

footer input:-ms-input-placeholder {
	color: #999999;
}



@media screen and (max-width:1560px) {
	footer .fLogo {
		width: 300px;
	}

	footer {
		padding: 60px 0;
	}
}

@media screen and (max-width:1333px) {
	footer .fLogo {
		width: 240px;
	}

	footer .footerList a,
	footer .footerList i {
		font-size: 18px;
	}

	footer .footerList a {
		margin: 5px 20px;
	}

	footer .line {
		margin: 30px 0;
	}

	footer form ul li {
		height: 40px;
	}

	footer form ul li.must::after {
		top: 6px;
	}

	footer .blogrolls a {
		font-size: 20px;
	}

	footer .blogrolls {
		margin-bottom: 30px;
	}

	footer .copyright {
		margin-bottom: 10px;
	}

	footer .line2 {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	footer .fLogo {
		width: 200px;
	}

	footer {
		padding: 50px 0;
	}

	footer .footerList a,
	footer .footerList i {
		font-size: 16px;
	}

	footer form ul li.emailEdit {
		width: 200px;
	}

	footer .blogrolls {
		margin-bottom: 20px;
	}

	footer .blogrolls a {
		font-size: 16px;
		width: 36px;
		height: 36px;
	}
}

@media screen and (max-width:768px) {
	footer .fLogo {
		width: 170px;
	}

	footer .footerList a {
		margin: 5px 10px;
	}

	footer form ul li {
		padding: 0 20px;
	}

	footer form ul li.must::after {
		left: 9px;
	}
}

@media screen and (max-width:538px) {
	footer .fLogo {
		width: 140px;
		margin-bottom: 30px;
	}

	footer form ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer form ul li:nth-child(n) {
		margin: 0;
	}

	footer form ul li:nth-child(1) {
		width: 100%;
		margin-bottom: 10px;
	}

	footer form ul li.subBtn {
		width: 100%;
		margin-top: 10px;
	}

	footer form ul li.codeEdit {
		flex: 1;
	}

	footer form ul li.codeImg {
		flex-shrink: 0;
		margin-left: 20px;
	}

	footer .line {
		margin: 20px 0 30px;
	}

	footer form ul li {
		height: 36px;
	}

	footer .links a {
		margin: 0 5px;
	}

}


/* 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: Forza-Medium, 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;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 3px;
	font-size: 20px;
}

.lianxi .top a {
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	color: #ffffff;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 26px;
	height: 26px;
}

.lianxi .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #d54416;
	color: #fff;
}

.clear2 {
	display: none;
}


.lianxi .code {
	position: relative;
}

.lianxi .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.lianxi .code:hover img {
	transform: translateX(0);
	opacity: 1;
}


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

	.lianxi .top a {
		width: 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;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 20%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}
}


@font-face {
	font-family: 'Forza-Medium';
	font-display: swap;
	src: url('../fonts/FORZA-MEDIUM.eot');
	src: url('../fonts/FORZA-MEDIUM.eot') format('embedded-opentype'),
		url('../fonts/FORZA-MEDIUM.woff2') format('woff2'),
		url('../fonts/FORZA-MEDIUM.woff') format('woff'),
		url('../fonts/FORZA-MEDIUM.ttf') format('truetype'),
		url('../fonts/FORZA-MEDIUM.svg#FORZA-MEDIUM') format('svg');
}


@font-face {
	font-family: 'Forza-Bold';
	font-display: swap;
	src: url('../fonts/FORZA-BOLD.eot');
	src: url('../fonts/FORZA-BOLD.eot') format('embedded-opentype'),
		url('../fonts/FORZA-BOLD.woff2') format('woff2'),
		url('../fonts/FORZA-BOLD.woff') format('woff'),
		url('../fonts/FORZA-BOLD.ttf') format('truetype'),
		url('../fonts/FORZA-BOLD.svg#FORZA-BOLD') format('svg');

}

@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1740487191299') format('woff'),
		url('../fonts/iconfont.ttf?t=1740487191299') 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";
}
.advantage .btns>div {
	width: 46px;
	height: 96px;
	/*background-color: rgba(0, 0, 0, .1);*/
	z-index: 99;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #d54416;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
}



.advantage .btns>div:hover {
	background-color: rgba(255, 255, 255, .1);
}

.advantage .btns>div.prev {
	left: 0;
	border-radius: 0px 10px 10px 0px;
}

.advantage .btns>div.next {
	right: 0;
	border-radius: 10px 0px 0px 10px;
}

@media screen and (max-width:1560px) {
	.advantage .btns>div {
		width: 40px;
		height: 80px;
		font-size: 16px;
	}

	.advantage .btns>div.prev {
		border-radius: 0 5px 5px 0;
	}

	.advantage .btns>div.next {
		border-radius: 5px 0 0 5px;
	}
}


@media screen and (max-width:1333px) {
	.advantage .signs {
		bottom: 30px;
	}

	.advantage .btns>div {
		width: 30px;
		height: 70px;
		font-size: 14px;
	}

}

