@charset "UTF-8";


@font-face {
	font-family: 'Roboto-BoldCondensed';
	/* 自定义的字体名称 */
	src: url('../font/Roboto/roboto-condensed-v25-latin-700.woff') format('woff'),
		/* 兼容性备选 */
		url('../font/Roboto/Roboto-BoldCondensed.ttf') format('truetype');
	/* 更旧的浏览器备选 */
	font-weight: normal;
	/* 字体的粗细 */
	font-style: normal;
	/* 字体的风格 */
}

@font-face {
	font-family: 'Roboto-Condensed';
	/* 自定义的字体名称 */
	src: url('../font/Roboto/Roboto-Condensed.ttf') format('truetype');
	/* 更旧的浏览器备选 */
	font-weight: normal;
	/* 字体的粗细 */
	font-style: normal;
	/* 字体的风格 */
}

@font-face {
	font-family: 'Roboto-Light';
	/* 自定义的字体名称 */
	src: url('../font/Roboto/Roboto-Light.ttf') format('truetype');
	/* 更旧的浏览器备选 */
	font-weight: normal;
	/* 字体的粗细 */
	font-style: normal;
	/* 字体的风格 */
}

:root {
	--font-family-sans-serif: "Helvetica Neue", "Microsoft YaHei", Arial, "Microsoft YaHei", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji";
}


body {
	font-family: "Helvetica Neue", Arial, "Microsoft YaHei", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji";
	color: #24252d;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto-BoldCondensed';
}

h1 {
	font-size: 3.5rem;
}

h2 {
	font-size: 3rem;
}

h3 {
	font-size: 2.5rem;
}

h4 {
	font-size: 2rem;
}

p {
	font-size: 14px;

}

dt {
	font-weight: 300;
	font-size: .7rem;
	line-height: 1.25rem;
	margin-bottom: 0;
}

dd {
	font-weight: 300;
	font-size: .7rem;
	line-height: 1.25rem;
	margin-bottom: 0;
}

@media (min-height: 600px) and (min-width: 767px) {
	[data-spotlight="fullscreen"] {
		height: 100vh
	}
}

@media (min-width: 1200px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-md-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-md-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-md-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.row-cols-md-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-md-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-md-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.333333%;
	}

	.offset-md-2 {
		margin-left: 16.666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.333333%;
	}

	.offset-md-5 {
		margin-left: 41.666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.333333%;
	}

	.offset-md-8 {
		margin-left: 66.666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.333333%;
	}

	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1600px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-lg-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-lg-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-lg-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.row-cols-lg-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-lg-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-lg-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.333333%;
	}

	.offset-lg-2 {
		margin-left: 16.666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.333333%;
	}

	.offset-lg-5 {
		margin-left: 41.666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.333333%;
	}

	.offset-lg-8 {
		margin-left: 66.666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.333333%;
	}

	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1900px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-xl-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-xl-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-xl-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.row-cols-xl-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-xl-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-xl-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.333333%;
	}

	.offset-xl-2 {
		margin-left: 16.666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.333333%;
	}

	.offset-xl-5 {
		margin-left: 41.666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.333333%;
	}

	.offset-xl-8 {
		margin-left: 66.666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.333333%;
	}

	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}


.l-theme {
	position: relative;
	max-width: 1200px;
	margin: auto;
	/* background-color: #fff;
	overflow-x: hidden; */
	padding-left: 15px;
	padding-right: 15px;
}

.l-theme-20 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.swiper-container-banner {
	width: 100%;
	height: 100%;
	max-height: 800px !important;
	object-fit: cover;
}

/* .swiper-slide-banner img {
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1, 1);
	width: 100%;
} */

.shdw-cover-banner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	/* background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, .35), rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)); */
	display: flex;
}

.swiper-container-banner .swiper-slide-on a {
	position: absolute;
	bottom: 2.05rem;
	padding-left: 8rem;
	z-index: 99 !important;
	font-size: 20px;
	color: #fff;
}

/* .swiper-container-banner a{
  bottom: 2.05rem;
  z-index: 20!important;
  font-size: 20px;
  color: #fff;
  position: absolute;
  display: block;
  transform: translate(-50%, -50%);
  left: 50%;
} */

.swiper-container-banner .vide-main {
	text-align: center;
	color: #fff;
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.swiper-container-banner .vide-main a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.swiper-container-banner .vide-main h1 {
	text-transform: uppercase;
	font-size: 5.5rem;
	font-weight: 700;
}

.swiper-container-banner .vide-main h3 {
	font-family: 'FuturaLTPro-MediumCond';
	text-transform: uppercase;
	font-size: 2.2rem;
	font-weight: 400;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––
1600 style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 1580px) {

	.swiper-container-banner .vide-main h1 {
		font-size: 4.5rem;
		font-weight: 700;
	}

	.swiper-container-banner .vide-main h3 {
		font-size: 1.5rem;
		font-weight: 400;
	}
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
1400 style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 1380px) {


	.swiper-container-banner .vide-main h1 {
		font-size: 3.5rem;
		font-weight: 700;
	}

	.swiper-container-banner .vide-main h3 {
		font-size: 1.25rem;
		font-weight: 400;
	}
}

.swiper-container-banner .vide-main .vide-btn {
	height: 100px;
	display: block;
	margin-top: 80px;
}

.swiper-container-banner .vide-main .vide-btn img {
	margin-bottom: 10px;
}



.swiper-container-banner .vide-main-cp {
	color: #fff;
	position: absolute;
	bottom: 0rem;
}

.swiper-container-banner .vide-main-cp-r {
	color: #fff;
	position: absolute;
	bottom: 2rem;
	right: 0;
	text-align: right;
}

.swiper-container-banner .vide-main-cp a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.swiper-container-banner .vide-main-cp h1 {
	font-size: 2.5rem;
	font-weight: 700;
}

.swiper-container-banner .vide-main-cp h3 {
	font-size: 2.0rem;
	font-weight: 400;
}

.swiper-container-banner .vide-main-cp .vide-btn {
	height: 100px;
	display: block;
	margin-top: 50px;
}

.swiper-container-banner .vide-main-cp .vide-btn img {
	margin-right: 10px;
}


.swiper-container-banner .index-banner-sb {
	bottom: 2.05rem;
	visibility: visible;
	animation-name: bounce;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	/* top: 50%; */
	transform: translate(-50%, -50%);
}

.swiper-container-banner .index-banner-cp-btn {
	bottom: 5rem;
	visibility: visible;
	animation-name: bounce;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	width: 200px;
	height: 50px;
	position: absolute;
	left: 50%;
	/* top: 50%; */
	transform: translate(-50%, -50%);
}

.swiper-container-banner .index-banner-cp-btn a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.swiper-container-banner .index-banner-cp-btn img {
	margin-bottom: 10px;
}

.swiper-container-banner .index-banner-Specifications-btn {
	top: 10rem;
	position: absolute;
	right: 5rem;
}

.swiper-container-banner .index-banner-Specifications-btn a {
	font-weight: 600;
}

.swiper-container-banner .index-banner-Specifications-btn a i {
	font-weight: 300;
}


.modal-xxl {
	max-width: 1580px;
}

.swiper-container-banner h2 {
	/* position: relative; */
	bottom: 3.22rem;
	/* padding-left: 3rem; */
	z-index: 20 !important;
	font-size: 1.5rem;
	color: #fff;
	position: absolute;
	left: 0;
	display: block;
}

.swiper-pagination-banner {
	position: absolute;
	text-align: left;
	z-index: 10;
	bottom: 10.05rem;
	padding-left: 2rem;
	color: #fff;
	font-size: 20px;
	max-width: 100px;
	transform: translate(-50%, -50%);
	left: 50%;
}


.img-main-btn {
	color: #fff;
	position: absolute;
	right: 40px;
	bottom: 3.22rem;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	--icon-width: 25px;
	width: calc(var(--icon-width) + 60px);
	height: calc(var(--icon-width) + 25px);
	/* flex-direction: column; */
	transition: all calc(100ms + var(--transition-time)) cubic-bezier(0.8, 0, 0.33, 1.25);
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.45);
	/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
	border: solid 1px rgba(255, 255, 255, 0.25);
}

.img-main-btn:hover {
	transition: all calc(100ms + var(--transition-time)) cubic-bezier(0.8, 0, 0.33, 2.25);
	background-color: rgba(0, 0, 0, 0.75);
	/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
	border: solid 1px rgba(255, 255, 255, 0.45);
}


.more-link a {
	color: #6c757d;
	width: 48px;
	height: 48px;
	border: solid 1px transparent;
	font-size: 1.75rem;
	display: block;
	text-align: center;
	float: right;
	line-height: 48px;
}

.more-link a:hover {
	color: #000;
	border: solid 1px #6c757d;
}

.more-link .btn-shaixuan {
	/* border: solid 1px transparent; */
	font-size: 1.5rem;
	line-height: 30px;
	background: rgba(255, 255, 255, 0.75);
	color: #212529;
	border-color: #B4B4B4;
	border-radius: 0rem;
	padding: .5rem .8rem;
}

.more-link .btn-shaixuan:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.45);
	border-color: #B4B4B4;
}

.modal-content-language {
	background: rgba(0, 0, 0, 0.45);
	backdrop-filter: blur(20px);
	transition: all 800ms cubic-bezier(0.8, 0, 0.33, 1);
	color: #fff;
}

.modal-content-language .modal-header {
	border-bottom: 1px solid #949494;
}

.modal-content-language .modal-header .modal-title {
	color: #fff;
}


/* =================== TEAM SECTION ===================== */

.tema-col {
	position: relative;
	margin-top: 11px;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(25, 28, 38, 50) 100%, #191C26 0%);
	margin-bottom: 10px;
}

.tema-col:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 490px;
}

.tema-col:hover:before {
	background: linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
	mix-blend-mode: soft-light;

}

.tema-col h2 a {

	font-size: 3.5rem;
	font-weight: 700;
	color: #fff;
}

.tema-col h2 a:hover {
	text-decoration: none;
}

.tema-col p {
	color: #fff;
}

.tema-col:hover {
	/* position: absolute; */
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	-ms-box-shadow: inherit;
	-o-box-shadow: inherit;
	box-shadow: inherit;

	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	/* -webkit-filter: grayscale(50%);
	    -moz-filter: grayscale(50%);
	    -ms-filter: grayscale(50%);
	    -o-filter: grayscale(50%);
	    filter: grayscale(50%);
	    filter: gray; */

}

.tema-col>img {
	display: block;
	width: 100%;
	/* -webkit-mask-image:linear-gradient(0% 100%,rgba(255,204,0,0),rgba(0,0,0,1)); */
	-webkit-mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 1) 45%);
	mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 1) 45%);
	-webkit-filter: brightness(100%);
	/*考虑浏览器兼容性：兼容 Chrome, Safari, Opera */
	filter: brightness(100%);
	/* 设置图片的亮度，使其看起来更亮或更暗。如果值是0%，图像会全黑；值是100%，则图像无变化；
	值是100%以上，则图像更亮*/

}

.tema-col:hover.tema-col>img {
	-webkit-filter: brightness(70%);
	/*考虑浏览器兼容性：兼容 Chrome, Safari, Opera */
	filter: brightness(70%);
	/* 设置图片的亮度，使其看起来更亮或更暗。如果值是0%，图像会全黑；值是100%，则图像无变化；
	值是100%以上，则图像更亮*/

}

.team-caption {
	position: absolute;
	bottom: 0rem;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 0 30px;
	/* opacity: 0;
	visibility: hidden;
	height: 100%; */
}

.tema-col:hover .team-caption {
	/* opacity: 1;
	visibility: visible; */
	bottom: 30px;
}

.team-caption>h4 {
	font-weight: 500;
	font-size: 1.75rem;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-top: 10px;
}

.team-caption>h4 a {
	color: #FFFFFF;
}

.jiantoumore {
	position: relative;
	right: 0;
	float: right;
	bottom: 58px;
	opacity: 0;
	visibility: hidden;
}

.tema-col:hover .team-caption .jiantoumore {
	opacity: 1;
	visibility: visible;
	bottom: 55px;
}

.team-caption>span {
	font-family: Muli;
	font-weight: normal;
	font-size: 1.5rem;
	color: #FFFFFF;
	display: block;
	/* margin-bottom: 24px; */
	opacity: 0;
	visibility: hidden;
}

.tema-col:hover .team-caption>span {
	opacity: 1;
	visibility: visible;
	bottom: 30px;
}

.tema-col:hover .team-caption>span i {
	color: #faa71f;
}

.tema-col:hover .team-caption>span .btn-outline-light {
	border-radius: 5rem;
	font-size: 1.25rem;
}


.team-caption>a img {
	width: 24px;
	height: 24px;
}

/* =================== index-main SECTION ===================== */

.index-tema-col {
	position: relative;
	margin-top: 11px;
	overflow: hidden;
	border-bottom: solid 8px #faa71f;
}

.index-tema-col::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 490px;
	background: rgba(24, 24, 28, 0.35);
}

.index-tema-col:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 490px;
}

.index-tema-col:hover:before {
	background: linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
	mix-blend-mode: soft-light;

}

.index-tema-col h2 a {
	font-size: 1.75rem;
	font-weight: 700;
	color: #fff;
}

.index-tema-col h2 a:hover {
	text-decoration: none;
}

.index-tema-col:hover {
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	-ms-box-shadow: inherit;
	-o-box-shadow: inherit;
	box-shadow: inherit;
	background: linear-gradient(180deg, rgba(25, 28, 38, 50) 0%, #18181c 50%);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);

}

.index-tema-col>img {
	display: block;
	width: 100%;
}

.index-tema-col:hover.index-tema-col>img {
	/* -webkit-mask-image:linear-gradient(0% 100%,rgba(255,204,0,0),rgba(0,0,0,1)); */
	-webkit-mask-image: linear-gradient(to top, transparent 0%, rgba(68, 172, 73, .5) 25%);
	mask-image: linear-gradient(to top, transparent 0%, rgba(68, 172, 73, .5) 25%);
	-webkit-filter: brightness(100%);
	/*考虑浏览器兼容性：兼容 Chrome, Safari, Opera */
	filter: brightness(100%);
	/* 设置图片的亮度，使其看起来更亮或更暗。如果值是0%，图像会全黑；值是100%，则图像无变化；
	值是100%以上，则图像更亮*/

}

.index-team-caption {
	position: absolute;
	bottom: 0.5rem;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 0 1.5rem;
}

.index-tema-col:hover .index-team-caption {
	/* opacity: 1;
	visibility: visible; */
	bottom: 20px;
}

.index-team-caption>h3 {
	font-weight: 500;
	font-size: 1.5rem;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-top: 10px;
}

.index-team-caption>h3 a {
	color: #FFFFFF;
	text-decoration: transparent;
}


.index-tema-col:hover .index-team-caption .jiantoumore {
	opacity: 1;
	visibility: visible;
	bottom: 55px;
}



/* =================== index-main5 SECTION ===================== */

.index-tema-col2 {
	position: relative;
	margin-top: 11px;
	overflow: hidden;
	border-bottom: solid 8px #faa71f;
}

.index-tema-col2::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 490px;
	background: rgba(24, 24, 28, 0.35);
}

.index-tema-col2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 490px;
}

.index-tema-col2 h2 a {
	font-size: 1.75rem;
	font-weight: 700;
	color: #fff;
}

.index-tema-col2 h2 a:hover {
	text-decoration: none;
}

.index-tema-col2>img {
	display: block;
	width: 100%;
}



.index-team-caption2 {
	position: absolute;
	bottom: 0.5rem;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 0 1.5rem;
}

.index-team-caption2>h3 {
	font-weight: 500;
	font-size: 1.5rem;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-top: 10px;
}

.index-team-caption2>h3 a {
	color: #FFFFFF;
	text-decoration: transparent;
}


.index-team-caption2>a img {
	width: 24px;
	height: 24px;
}

.mg-bt-40 {
	margin-bottom: 40px !important;
}

a,
.btn-default,
.poly1:before,
.btn-default2:before,
.slick-prev,
.slick-next,
.slick-prev:before,
.slick-next:before,
.pft-item:before,
.blog-thumbnail:before,
.figcaption,
.newsletter-form button:before,
.tema-col,
.tema-col:before,
.team-caption,
.filters-nav li a:before,
.cz-controls>a:before,
.post-ct>a:before,
.blog-page .blog_post.main .blog_info,
.blog-page .blog_info>a,
.responsive-mobile-menu,
.responsive-logo,
.responsive-mobile-menu ul,
.tema-col>img,
.tema-col:hover.tema-col>img,
.single-team-member:hover img,
.single-team-member img,
.top-title,
.fixed2,
.img-main-btn,
.cp-list-main:hover img,
.index-cp-main:hover img,
.img-main-btn:hover {
	transition: all 0.4s ease-in-out;
}

/* 延时动画列表 */
/* 首页搜索 */

.index-search {
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 170%;
	color: #fff;
	opacity: .8;
	background-color: inherit;
	border: 0;
	border-bottom: 1px solid #ced4da;
	padding-bottom: 5px;
	width: 350px;
	float: left;
	border-radius: 0;
	webkit-box-shadow: none;
	box-shadow: none;
}

.index-search:before {
	background-color: inherit;
	line-height: 170%;
	color: #fff;
	opacity: 0.5;
	border-bottom: 1px solid #fff;
	outline: none;
	webkit-box-shadow: none;
	box-shadow: none;
}

.index-search:focus {
	background-color: inherit;
	line-height: 170%;
	color: #fff;
	opacity: 1;
	border-bottom: 1px solid #fff;
	outline: none;
	webkit-box-shadow: none;
	box-shadow: none;
}

.form-search-button {
	border-radius: 0;
	width: 60px;
	font-size: 24px;
	margin-left: 10px;
	color: #c0c0c0;
}

.form-search-close {
	color: #fff;
	font-size: 2.5rem;
	font-weight: normal;
}

.form-search-close:hover {
	color: #fff;
	text-decoration: none;
}


/* foot css */


.footer-list li {
	margin-bottom: 5px;
	text-transform: capitalize;
}

.footer-list li a {
	position: relative;
	color: #81828c;
}

.footer-list li a:hover {
	color: #000;
	text-decoration: none;
}

.footer-c {
	/* text-align: center; */
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.footer-c a {
	position: relative;
	color: #81828c;
}

.footer-c a:hover {
	color: #000;
	text-decoration: none;
}

.footer-section__title {
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;

}

.footer-section .ui-decor {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.footer-soc {
	/* text-align: center; */
}

.footer-soc__item {
	display: inline-block;
}

.footer-soc__link i:before {
	color: #fff !important;
}

.footer-soc__link {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 3px;
	margin-left: 2px;
	font-size: 14px;
	color: #81828c;
	border-radius: 50%;
	background-color: #18181c;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	line-height: 30px;
}

.contact-soc__link {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-right: 3px;
	margin-left: 2px;
	font-size: 24px;
	color: #81828c;
	border-radius: 50%;
	background-color: #faa71f;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: center;
	line-height: 3.2em;
}

.contact-soc__link:hover {
	color: #000;
	background-color: #faa71f;
}

.footer-soc .footer-soc__link:hover {
	color: #fff;
	background-color: #faa71f;
}

.footer-soc .footer-soc__link .ic {
	display: inline-block;
	line-height: 40px;
}

.footer-contacts__item {
	margin-bottom: 3px;
}

.footer-contacts-h3 {

	font-size: 2.5rem;
}

.footer-contacts__item .ic {
	width: 27px;
	font-size: 14px;
}

.footer-contacts__item a {
	color: #666;
}

.footer-contacts__phone {
	color: #81828c;
	font-size: 24px;
	font-weight: 700;
	display: inline-block;
	margin-top: 10px;
}

.footer-contacts__item2 {
	margin-bottom: 15px;
}

.footer-contacts__item2 img {
	width: 40px;
}

.footer-contacts__item2 a {
	color: #d6d9e6;
	font-size: 18px;
	margin-left: 10px;
	font-weight: 600;

}

.wolf-foot {
	background: #ededed;
	color: #666;
	padding-top: 3.5rem;
}

.footer-copyright {
	display: block;
	padding: 30px 0;
	color: #81828c;
	border-top: solid 1px #ccc;
	font-size: 12px;
}

.footer-copyright a {
	color: #81828c;
	text-decoration: underline;
}

.footer-copyright a:hover {
	color: #000;
}

.footer-copyright a:before {
	color: #000;
}


/* 首页团队 */

.single-team-wrapper {
	width: 100%;
}

.single-counter-item {
	position: relative;
}

.single-counter-item:after {
	position: absolute;
	content: "";
	background: #fff;
	height: 2px;
	width: 50%;
	left: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
}

.single-counter-item:hover:after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.single-counter-item h4,
.single-counter-item p {
	color: #fff;
}

.single-counter-item h4 {
	color: #fff;
	font-size: 55px;
	margin: 0 0 10px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.single-counter-item:hover h4 {
	color: #0E70C7;
}

.single-counter-item i {
	color: #fff;
	font-size: 35px;
}

.single-counter-item.single-counter-item-s-2 {
	background: rgba(255, 255, 255, 0.18);
	padding: 25px 0;
	border-radius: 50% 3px 3px 3px;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.single-counter-item.single-counter-item-s-2:hover {
	border-radius: 3px 50% 3px 3px;
}

.single-counter-item .single-counter-item-s-2 h4 {
	margin: 10px 0;
}

.single-team-member {
	position: relative;
	display: block;
	padding-bottom: 93px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.single-team-member img {
	display: block;
	margin: auto;
	width: 100%;
	-webkit-filter: grayscale(0.5);
	filter: grayscale(0.5);
	transition: all 0.6s;
}

.single-team-member:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	transform: scale(1.03);
	/* 放大1.2倍 */
}

.single-team-member .single-team-member-content {
	background: #888;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 0 10px 0;
	display: block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-shadow: 0 0 1px transparent;
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.single-team-member .single-team-member-content:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #666;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .6s;
	-o-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.single-team-member .single-team-member-content .single-team-member-social {
	opacity: 0;
	visibility: hidden;
	height: 0;
	text-align: center;
}

.single-team-member .single-team-member-content .single-team-member-social li {
	display: inline-block
}

.single-team-member .single-team-member-content .single-team-member-social li a {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	z-index: 1;
}

.single-team-member .single-team-member-content .single-team-member-text {
	text-align: left;
	color: #fff;
	z-index: -1;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin-left: 30px;
}

.single-team-member .single-team-member-content .single-team-member-text h3 {
	color: #fff;
	line-height: 24px;
	letter-spacing: .30px;
	/* font-weight: 700; */
	font-size: 1.25rem;
}

.single-team-member .single-team-member-content .single-team-member-text p {
	font-weight: 300;
	line-height: 22px;
	letter-spacing: .30px;
	font-size: 1rem;
	/* margin-top: 10px; */
}

.single-team-member:hover .single-team-member-content:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.single-team-member:hover .single-team-member-content .single-team-member-social {
	opacity: 1;
	visibility: visible;
	height: auto;
	margin-bottom: 15px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}


/* 精英内页 */

.single-team-member-2 {
	position: relative;
	display: block;
	/* padding-bottom: 93px; */
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.single-team-member-2 img {
	display: block;
	margin: auto;
	width: 100%;
	-webkit-filter: grayscale(0.5);
	filter: grayscale(0.5);
}

.single-team-member-2 .single-team-member-content {
	background: #888;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 0 10px 0;
	display: block;
}



.single-team-member-2 .single-team-member-content .single-team-member-social {
	opacity: 0;
	visibility: hidden;
	height: 0;
	text-align: center;
}

.single-team-member-2 .single-team-member-content .single-team-member-social li {
	display: inline-block
}


.single-team-member-2 .single-team-member-content .single-team-member-text {
	text-align: left;
	color: #fff;
	z-index: -1;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin-left: 30px;
}

.single-team-member-2 .single-team-member-content .single-team-member-text h3 {
	color: #fff;
	line-height: 24px;
	letter-spacing: .30px;
	/* font-weight: 700; */
	font-size: 1.25rem;
}

.single-team-member-2 .single-team-member-content .single-team-member-text p {
	font-weight: 300;
	line-height: 22px;
	letter-spacing: .30px;
	font-size: 1rem;
	/* margin-top: 10px; */
}



/* end */





.team-slides.owl-carousel.owl-theme .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -80px;
	top: auto;
}

.team-slides.owl-carousel.owl-theme .owl-dot.active span {
	height: 18px;
	width: 18px;
}

.team-slides.owl-carousel.owl-theme .owl-dots .owl-dot:hover.active span,
.team-slides.owl-carousel.owl-theme .owl-dot span {
	background: #333;
}

.team-slides.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.team-slides.owl-carousel.owl-theme .owl-dot.active span {
	background: #0E70C7;
}

.team-slides.owl-carousel .owl-nav button.owl-next,
.team-slides.owl-carousel .owl-nav button.owl-prev {
	background: transparent;
	color: inherit;
}

.team-member-social li a {
	font-size: 18px;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 10px 0 0;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
}

.team-member-social li a:hover {
	background-color: #333;
	color: #fff;
}

.team-zhiwu {
	position: absolute;
	right: 25px;
	top: 20px;
	font-size: 1rem;
}

.p-5px {
	padding: 5px !important;
}

.p-3 {
	padding: 3rem !important;
}

/* 顶部菜单 */
.top-title {
	font-weight: 600;
	background: #fff;
	color: #B4B4B4;
	font-size: 32px;
	padding: 25px 40px;
	text-align: right;
	position: fixed;
	left: 0;
	top: -100px;
	width: 100%;
	transition: top .5s;
	height: 100px;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	/* box-shadow: 0px 0px 3px 3px #f5f5f5; */
	display: block;
}

.hiddened {
	top: -100px;
}

.showed {
	top: 0;
	z-index: 4;
}

.gta-breadcrumb {
	padding: .75rem 0rem;
	background-color: transparent;
}

.gta-breadcrumb .breadcrumb-item a {
	color: #666;
}

.gta-breadcrumb .breadcrumb-item a:hover {
	color: #212529;
}

.xm-main-neirong {
	margin-top: 10rem;
	margin-bottom: 4rem;
}

.xm-main {
	line-height: 2;
	letter-spacing: 0.075em;
	margin-bottom: 4rem;
}

.xm-main-foot {
	color: #B4B4B4;
	border-top: 1px solid rgba(0, 0, 0, .08);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 4rem;
}

.btn-link {
	color: #666;
}

.btn-link:hover {
	color: #000;
}

.display-6 {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.2;
}

.nav-tabs .nav-link {
	color: #81828c;
}

/* 头部菜单 */
.top-tm {
	padding: 25px 40px;
	position: fixed;
	left: 0;
	top: -100px;
	/* width:100%; */
	transition: top .5s;
	height: 100px;
	display: block;
	z-index: 99;
}

.top-tm h3 {
	padding-left: 7rem;
	float: left;
	width: auto;
	padding-top: 10px;
}

.top-tm-hiddened {
	top: -100px;
}

.top-tm-showed {
	top: 0;
	z-index: 1099;
}

.top-tm-link {
	color: #6c757d;
	width: 48px;
	height: 48px;
	border: solid 1px transparent;
	font-size: 2rem;
	display: block;
	text-align: center;
	float: right;
	margin-right: 8rem;
}

.top-tm-link:hover {
	color: #000;
	border: solid 1px #6c757d;
}

.shaixuan-tm {
	font-size: 1.25rem;
	padding: 10px 40px;
	position: fixed;
	left: 0;
	top: 97px;
	width: 100%;
	transition: top .5s;
	height: auto;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	display: none;
	z-index: 2;
	background: #fff;
}

.gta-ml-5 {
	margin-left: 3rem !important;
	margin-right: .5rem !important;
	margin-bottom: .25rem !important;
	margin-top: .25rem !important;
}

.fixed {
	/* top: 114px;
        right: 3rem;
        z-index: 100; */
	/* display: none; */
}

.fixed2 {
	/* top: 114px; */
	right: 0rem;
	z-index: 3;
	padding-right: 3rem;
}

.btn:focus {
	box-shadow: none !important;
}

.gta-xm-top {
	padding-top: 15rem;
	padding-left: 45px;
}

.gta-xm-top2 {
	padding-top: 4.5rem;
	padding-left: 45px;
}

.f300 {
	font-weight: 300;
}

.fc7 {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 300;
	font-size: 65%;
}

.blockquote-footer::before {
	content: none !important;
}

.gta-xm-breadcrumb {
	padding: .75rem 15px;
	background-color: transparent;
	margin-bottom: 0rem;
}

.gta-xm-breadcrumb .breadcrumb-item a {
	color: #666;
}

.gta-xm-breadcrumb .breadcrumb-item a:hover {
	color: #212529;
}

.mb-5 {
	margin-bottom: 2rem !important;
}

.mb-6 {
	margin-bottom: 2.5rem !important;
}

.mb-7 {
	margin-bottom: 3rem !important;
}

.team-main {
	margin-top: 2rem !important;
	margin-bottom: 4.5rem !important;
}

.top-dabiaoti {
	position: absolute;
	bottom: 70%;
	right: 3rem;
	font-size: 15rem;
	color: #f3f3f3;
	/* color: #B4B4B4;
		font-weight: 300; */
}

.breadcrumb-ml {
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.news-ml {
	border-top: 1px solid rgba(0, 0, 0, .08);
}

.news-img img {
	margin-bottom: 20px;
}

.shdw-cover-banner-main {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55)) !important;
}

/* 3.4.1 Projects Carousel */



.project-carousel {
	margin-top: 5.92rem;
}

.owl-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-nav .disabled {
	color: #bcbcbc;
}

.owl-prev,
.owl-next {
	display: inline-block;
	font-size: 2.8rem;
	line-height: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.owl-prev:before {
	font-family: "Ionicons";
	content: "\f3d2";
}

.owl-next:before {
	font-family: "Ionicons";
	content: "\f3d3";
}

.owl-prev:hover,
.owl-next:hover {
	color: #cee002;
}

.owl-dots {
	text-align: center;
	margin-top: 5.857rem;
}

.owl-dot {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.6rem;
}

.owl-dot span {
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	background-color: #cccccc;
}

.owl-dot.active span {
	background-color: #cee002;
}

.project-item {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.project-item img {
	width: 100%;
}

.item-shadow {
	position: relative;
	padding: 5px;
}

.item-shadow:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	/* width: 100%; */
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.6) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.6) 100%);
}

.project-item .link-arrow {
	position: absolute;
	z-index: 2;
	color: #fff;
	left: 3rem;
	bottom: 2.3rem;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.project-hover {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 4.85rem 3rem;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	/* margin: 5px; */
}

.project-title {
	color: #fff;
	margin: 0;
}

.project-hover .project-title {
	position: absolute;
	bottom: 5.5rem;
}

.project-description {
	opacity: 0;
	margin-top: 12%;
	line-height: 1.71;
	color: #333333;
	-webkit-transform: translateX(-1rem);
	-ms-transform: translateX(-1rem);
	-o-transform: translateX(-1rem);
	transform: translateY(-1rem);
}

.project-item:hover .project-hover {
	background-color: rgba(0, 0, 0, 0.45);
}

.project-item:hover .project-hover .project-title {
	position: absolute;
	color: #fff;
	bottom: 5.5rem;
	-webkit-transform: translateY(-1rem);
	-ms-transform: translateY(-1rem);
	-o-transform: translateY(-1rem);
	transform: translateY(-1rem);
	-webkit-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}

.project-item:hover .project-hover .project-description {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateY(0);
	-webkit-transition: all 0.4s 0.2s ease;
	-o-transition: all 0.4s 0.2s ease;
	transition: all 0.4s 0.2s ease;
}

.project-item:hover .link-arrow {
	color: #fff;
}

.mfp-container {
	padding: 0;
}

@media (min-width: 900px) {
	.mfp-container {
		padding: 0;
	}
}

.zoom-anim-dialog {
	background: #fff;
	padding: 2.6rem;
	margin: 0 auto;
}


.top-banner-bg {
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(../images/page-bg-img-1.png);
	background-color: #fff;
}

.contact-foot-link a {
	color: #B4B4B4;
	width: 60px;
	height: 60px;
	font-size: 28px;
	text-align: center;
	margin-right: 10px;
	border-radius: 20rem;
	border: solid 1px #B4B4B4;
	line-height: 1.4;
}

.contact-foot-link a:hover {
	color: #212529;
	border: solid 1px #212529;

}

.list-group-item-xm:hover {
	padding: .75rem 1.25rem .75rem 2rem !important;
}

.p-lf-5 {
	padding-right: 5px;
	padding-left: 5px;
}

.p-lf-30 {
	padding-right: 30px;
	padding-left: 30px;
}

.p-lf-45 {
	padding-right: 45px;
	padding-left: 45px;
}

.foot-li {
	font-size: 1rem;
	line-height: 2rem;
}

.basic-mobile-menu {
	display: none;
}


/* Slide Down
============================== */
.nav3 ul>li:hover ul li {
	height: 50px;
}

.nav3 li ul li {
	height: 0;
	-webkit-transition: height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
}

/** @section Vide */
.vide {
	width: 100%;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.vide>* {
	position: relative;
	z-index: 1;
}

.vide video {
	will-change: transform;
	pointer-events: none;
}

.vide-overlay {
	/* background-color: #15171A; */
	position: relative;
}

.vide-overlay::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .35);
	background-blend-mode: Overlay;
	z-index: 1;
	background-image: linear-gradient(rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
}

.vide-overlay-cp::before {
	background: rgba(0, 0, 0, 0) !important;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(39, 39, 39, 1)) !important;
}

.vide-overlay-cp-v {
	height: 700px;
}

.vide-overlay video {
	opacity: .8 !important;
}



.vide-overlay-m {
	/* background-color: #15171A; */
	position: relative;
}

.vide-overlay-m::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-blend-mode: Overlay;
	z-index: 1;
}

.vide-overlay-m video {
	opacity: .8 !important;
}


.bgvid {
	margin: auto;
	position: relative;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* visibility: hidden; */
	opacity: 0;
	min-width: 100%;
	/* height: 100%; */
	min-height: 100%;
	background-size: cover;
	width: auto;

}

@media (min-width: 1900px) {
	.bgvid {
		width: 100%;
		height: auto !important;

	}
}

.bgvid2 {
	margin: auto;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* visibility: hidden; */
	opacity: 0;
	width: 100%;
	height: auto;
	background-size: cover;

}

.pt-6 {
	padding-top: 5rem !important;
}

.index-cp-main {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.index-cp-main a {
	color: #000000;
}

.index-cp-main a:hover {
	color: #faa71f;
	text-decoration: none;
}

.index-cp-main:hover img {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

.card-news {
	border-radius: 0;
	background-color: #f9f9f9;
	border: none;
}

.card-news .card-news-body {
	padding: 2rem 3rem 1.25rem 3rem !important;
}

.card-news .card-news-body a {
	color: #222;
}

.card-news .card-news-body a:hover {
	color: #faa71f;
	text-decoration: none;
}

.card-news .card-news-footer {
	background-color: #f9f9f9 !important;
	font-size: 18px;
	color: #757575;
	padding: 1.25rem 3rem 1.25rem 3rem !important;
	border-top: 1px solid rgba(0, 0, 0, .05);
}

.card-news .card-news-footer i {
	font-size: 14px;
	color: #faa71f;
	position: absolute;
	right: 30px;
	padding-top: 6px;
}

.index-main-xm {
	padding: 2rem 3rem 1.25rem 3rem;
	height: 400px;
	background: #f9f9f9;
}

.index-main-xm span {
	position: absolute;
	bottom: 3rem;
}

.index-main-xm a {
	color: #222;
}

.index-main-xm a:hover {
	color: #faa71f;
	text-decoration: none;
}

.index-main-xm-b a {
	color: #fff !important;
}

.index-main-xm-b a:hover {
	color: #faa71f;
	text-decoration: none;
}

.index-main-xm-bg-1 {
	zoom: 1;
	background: url(../images/index-main-1.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	background-size: 100%;
}

.index-main-xm-bg-2 {
	zoom: 1;
	background: url(../images/index-main-2.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	background-size: 100%;
}

.index-main-xm-bg-3 {
	zoom: 1;
	background: url(../images/index-main-3.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	background-size: 100%;
}

.index-main-xm-bg-4 {
	zoom: 1;
	background: url(../images/index-main-4.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	background-size: 100%;
}

.index-main-xm:hover {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-size: 101%;
	background-position: center right;
	position: relative;
}

.cp-main-top-bg {
	color: #fff;
	background: #333;

}

.mt-8 {
	margin-top: 80px;
}

.mb-8 {
	margin-bottom: 80px;
}

.mt-10 {
	margin-top: 10rem;
}

.mb-10 {
	margin-bottom: 10rem;
}

/** @section ToTop */
.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 48px;
	height: 48px;
	font-size: 24px;
	line-height: 42px;
	color: #15171A;
	background: #81828c;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 100px, 0);
}

.ui-to-top:hover {
	color: #ffffff;
	background: #333;
	text-decoration: none;
}

.ui-to-top:focus {
	color: #ffffff;
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0);
}

.list-cp-main li {
	text-align: left;
}

.list-cp-main li img {
	float: left;
}

.list-cp-main li span {
	text-align: left;
	display: block;
	float: left;
	/* line-height: 1.2rem; */
	margin-left: 10px;
}

.list-cp-main li p {
	text-align: left;
	display: block;
	float: left;
	/* line-height: 1.2rem; */
	margin-left: 10px;

}


.page-item a {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #333;
	background-color: #fff;
	border: 1px solid #dee2e6;
	float: left;
	font-size: 1rem;
}

.page-item a:hover {
	color: #faa71f;
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
	display: none !important;
}

.new-card {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;

}

.new-card:hover {
	border: 1px solid rgba(0, 0, 0, .25);
}

.new-card img {
	transition: all 0.25s ease-in-out;

}

.new-card:hover img {
	opacity: .8;
	transform: scale(1.025);
}

.new-card a {
	color: #222;
}

.new-card:hover a {
	color: #faa71f;
	text-decoration: none;

}

.new-card .card-body {
	background-color: #fff;
	color: #757575;
	font-size: 1rem;
}

.new-card .card-footer {
	background-color: #fff;
	color: #757575;
	font-size: 1rem;
	bottom: 0;
		    position: absolute;
		    display: block;
		    width: 100%;
}
.new-card .card-footer2 {
	bottom: 0;
		    position: absolute;
		    display: block;
		    width: 100%;
}	

.about-card {
	border: 1px solid rgba(0, 0, 0, 0);
}

.about-card:hover {
	border: 1px solid rgba(0, 0, 0, 0);
}

.about-card .card-body {
	min-height: 9.5rem;
	padding: 1.25rem 0;
}

.about-card .card-body .card-title {
	text-transform: uppercase;
}

.about-card .card-footer {
	background-color: #fff;
	color: #757575;
	font-size: 1.5rem;
	text-align: center;
	border-top: transparent;
	border: 1px solid rgba(0, 0, 0, .125);
}

.about-card .card-footer:hover {
	background-color: #fafafa;
	border: 1px solid rgba(0, 0, 0, .35);
}

.page-item.active .page-link {
	background-color: #757575;
	border-color: #757575;
}

.page-link {
	color: #757575;
}

.movmes-breadcrumb {
	padding-left: 0;
	color: #ccc
}

.movmes-breadcrumb a {
	color: #fff;
}

/** @section Responsive units */
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -30px;
	margin-left: -20px;
}

.unit>* {
	margin-bottom: 30px;
	margin-left: 20px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-md {
	margin-bottom: -15px;
	margin-left: -15px;
}

.unit-md>* {
	margin-bottom: 15px;
	margin-left: 15px;
}

.unit-title {
	margin-top: 16px;
}

.unit-title+.unit-text {
	margin-top: 20px;
}

.unit-text {
	font-size: 16px;
}

/** @section Lists */
.list>li+li {
	margin-top: 10px;
}

.list-xs>li+li {
	margin-top: 5px;
}

.list-sm>li+li {
	margin-top: 7px;
}

.list-md>li+li {
	margin-top: 18px;
}

.list-lg>li+li {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.list-lg>li+li {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.list-lg>li+li {
		margin-top: 40px;
	}
}

.list-inline>li {
	display: inline-block;
}

.pag-extended {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-top: 2px solid rgba(21, 23, 26, 0.1);
	border-bottom: 2px solid rgba(21, 23, 26, 0.1);
	margin-top: 40px;
	margin-bottom: 40px;
}

.pag-extended-item {
	max-width: 48%;
	padding: 25px 10px;
	background-color: #f9f9f9;
	transition: all 0.25s ease-in-out;
	color: #222;
}

.pag-extended-item:hover {
	color: #222;
}

.pag-extended-item:hover .pag-extended-title span {
	background-size: 100% 1px;
}

.pag-extended-item-inner {
	text-align: center;
}

.pag-extended-body {
	margin-top: 20px;
}

.pag-extended-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

.pag-extended-title span {
	background-image: linear-gradient(to right, #222 0, #222 100%);
	background-repeat: no-repeat;
	background-size: 0 1px;
	background-position: left 95%;
	transition: all 0.25s ease-in-out;
}

.pag-extended-link {
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	margin-top: 17px;
}

@media (min-width: 992px) {
	.pag-extended {
		padding: 20px 0;
	}

	.pag-extended-item {
		background-color: transparent;
		padding: 0;
	}

	.pag-extended-item:hover {
		background-color: #f9f9f9;
	}

	.pag-extended-item-inner {
		display: flex;
		align-items: center;
		text-align: left;
	}

	.pag-extended-item-reverse .pag-extended-item-inner {
		flex-direction: row-reverse;
		text-align: right;
	}

	.pag-extended-media {
		flex-shrink: 0;
		max-width: 48%;
	}

	.pag-extended-body {
		flex-grow: 1;
		padding: 20px;
		margin-top: 0;
	}
}

/** @section Widget */
.widget+.widget {
	position: relative;
	margin-top: 40px;
	padding-top: 40px;
}

.widget+.widget::before,
.widget+.widget::after {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	height: 2px;
}

.widget+.widget::before {
	right: 0;
	background-color: rgba(21, 23, 26, 0.1);
}

.widget+.widget::after {
	width: 40px;
	background-color: #15171A;
}

.widget-title {
	color: #15171A;
}

*+.widget-body {
	margin-top: 26px;
}

.widget-list {
	font-size: 1.25rem;
	font-weight: 500;
}

.widget-list-item {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-left: 16px;
}

.widget-list-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

.widget-list-item a,
.widget-list-item a:focus,
.widget-list-item a:active {
	color: #222;
}

.widget-list-item a:hover {
	color: #faa71f;
}

.widget-list-item+.widget-list-item {
	margin-top: 7px;
}

.widget-list-count {
	margin-left: 20px;
	color: #97999B;
}

/** @section Meta */
.meta-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
	margin-left: -20px;
}

.meta-list:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.meta-list>* {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

*+.meta-list {
	margin-top: 15px;
}

.meta-item {
	display: flex;
	align-items: center;
}

.meta-content {
	font-size: 14px;
	margin-left: 11px;
}

.meta-author {
	font-weight: 700;
}

.meta-author,
.meta-author:focus,
.meta-author:active {
	color: inherit;
}

.meta-author:hover {
	color: #FBE547;
}

.post-simple+.post-simple {
	margin-top: 1rem;
	border-top: solid 1px #ccc;
	padding-top: 1rem;
}

.post-simple-title a {
	color: #222;
}

.offset-md img {
	width: 100%;
	height: auto;
}

.about-main {
	margin-bottom: 5rem;
}

.about-main h2 {

	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 700;
	color: #222228;
}

.about-main p {
	font-size: 1.2rem;
}

.contact-main {
	margin-bottom: 5rem;
}

.contact-main h2 {
	font-size: 1.5rem;
}

.contact-main p {
	font-size: 1.2rem;
}

.contact-main dl dt {
	font-size: 1rem;
	line-height: 1.35rem;
	margin-top: 1rem;
}

.contact-main dl dd {
	font-size: 1rem;
	line-height: 1.35rem;
	margin-top: 1rem;
}




@media (max-width:768px) {
	.phone-block {
		display: block
	}

	.about-container {
		/* background-color: #fff;
		font-size: 14px;
		line-height: 20px */
	}

	.about-container .header {
		padding-top: 125%;
		position: relative;
		background-color: #e5e5e5
	}

	.about-container .header .header-content {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		display: flex;
		flex-direction: column;
		justify-content: center
	}

	.about-container .header .header-content>div {
		font-size: 28px;
		line-height: 40px;
		color: #fff;
		padding: 0 20px
	}

	.about-container .header .icon {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDhCQjg0MjQ1ODMxMTFFODg0NERGRUVBRUI2MTY0RjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDhCQjg0MjU1ODMxMTFFODg0NERGRUVBRUI2MTY0RjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEOEJCODQyMjU4MzExMUU4ODQ0REZFRUFFQjYxNjRGMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEOEJCODQyMzU4MzExMUU4ODQ0REZFRUFFQjYxNjRGMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkAC1dIAAAqTSURBVHja7F17kI5l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);
		display: block;
		width: 48px;
		height: 48px;
		background-size: 100% 100%;
		margin: 16px auto 0
	}

	.about-container .common-title {
		font-size: 28px;
		line-height: 40px;
		font-weight: 600
	}

	.about-container .introduce {
		text-align: center;
		padding: 50px 20px
	}

	.about-container .introduce .common-title {
		padding-bottom: 24px
	}

	.about-container .introduce .content {
		font-size: 14px;
		line-height: 20px
	}

	.about-container .introduce .content-en {
		text-align: justify;
		color: #101010
	}

	.about-container .mission {
		position: relative;
		padding-top: 82.5%;
		background-color: #e5e5e5;
		text-align: center;
		color: #fff;
		background-image: url(https://static.xag.cn/img/about-index/new/mission-phone-bg-new.png)
	}

	.about-container .mission .mission-content {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		padding: 0 20px
	}

	.about-container .mission .mission-left {
		margin-bottom: 24px
	}

	.about-container .mission .mission-desc {
		font-size: 14px;
		line-height: 20px;
		margin-top: 8px
	}

	.about-container .mission .mission-title {
		display: block;
		font-size: 24px;
		line-height: 32px
	}

	.about-container .development {
		padding: 50px 0;
		text-align: center
	}

	.about-container .development .common-title {
		color: #333;
		margin-bottom: 24px
	}

	.about-container .time-list {
		width: 82.5%;
		margin: 0 auto
	}

	.about-container .time-list>li {
		width: 100%;
		text-align: left;
		list-style-type: none;
	}

	.about-container .time-list>li:last-child {
		padding-right: 26%;
		box-sizing: content-box
	}

	.about-container .time-list .swiper-slide .development-content {
		padding-right: 24px;
		font-size: 14px;
		line-height: 20px;
		color: #333
	}

	.about-container .time-list .swiper-slide .time-line-header {
		display: flex;
		flex-direction: row;
		align-items: center
	}

	.about-container .time-list .swiper-slide .circle {
		width: 20px;
		height: 20px;
		border: 4px solid #81828c;
		border-radius: 10px
	}

	.about-container .time-list .swiper-slide .line {
		flex-grow: 1;
		height: 2px;
		background-color: #ddd
	}

	.about-container .time-list .swiper-slide .time-info {
		font-size: 24px;
		line-height: 28px;
		padding-top: 24px;
		padding-bottom: 16px;
		color: #81828c
	}

	.about-container .time-list .slide-active .circle {
		border: 4px solid #DB0424
	}

	.about-container .time-list .slide-active .time-info {
		color: #DB0424
	}

	.about-container .sense-worth {
		background-color: #F5F5F5;
		text-align: center;
		padding: 50px 20px;
		color: #333
	}

	.about-container .sense-worth .common-title {
		margin-bottom: 24px
	}

	.about-container .sense-worth .worth-card-list img {
		display: none
	}

	.about-container .sense-worth .worth-card-list>li {
		padding: 20px;
		background-color: #fff;
		margin-bottom: 10px;
		border-radius: 2px
	}

	.about-container .sense-worth .text {
		position: relative
	}

	.about-container .sense-worth .icon-container {
		position: absolute;
		right: 0;
		top: 0;
		border: 1px dashed #e5e5e5
	}

	.about-container .sense-worth .iconfont {
		transform: scale(1.3);
		font-size: 16px;
		display: block
	}

	.about-container .sense-worth .worth-title {
		font-size: 16px;
		line-height: 22px;
		text-align: left
	}

	.about-container .sense-worth .worth-content {
		display: none;
		font-size: 14px;
		line-height: 20px;
		margin-top: 16px;
		text-align: left
	}

	.about-container .service-area {
		padding-top: 50px;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px
	}

	.about-container .service-area .common-title {
		color: #333;
		margin-bottom: 24px
	}

	.about-container .service-area .service-content {
		margin-bottom: 24px
	}

	.about-container .service-area .service-content-en {
		text-align: justify;
		color: #101010
	}

	.about-container .service-area .service-photo {
		width: 100%
	}

	.about-container .cooperation {
		text-align: center;
		padding: 50px 20px 80px
	}

	.about-container .cooperation .common-title {
		color: #333;
		margin-bottom: 24px
	}

	.about-container .cooperation .cooperation-content {
		margin-bottom: 24px
	}

	.about-container .cooperation .cooperation-content-en {
		text-align: justify;
		color: #101010
	}

	.about-container .cooperation-icons {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center
	}

	.about-container .cooperation-icons>li {
		width: 160px;
		padding-right: 20px;
		padding-left: 20px;
		margin-bottom: 10px
	}

	.about-container .cooperation-icons .icon-container {
		width: 120px;
		height: 120px
	}

	.about-container .cooperation-icons .icon-container img {
		max-width: 120px;
		margin-top: 50%;
		transform: translateY(-50%)
	}
}

@media (min-width:769px) {
	.about-container {
		/* background-color: #fff */
	}

	.about-container .header {
		padding-top: 29.16667%;
		position: relative;
		background-color: #e5e5e5
	}

	.about-container .header .header-content {
		width: 1200px;
		left: 0;
		right: 0;
		margin: auto;
		position: absolute;
		color: #fff;
		top: 52.66667%
	}

	.about-container .header .header-content>div {
		font-size: 2.375em;
		line-height: 1.42
	}

	.about-container .header .header-content>div span {
		display: block
	}

	.about-container .header .img-container {
		width: 1200px;
		height: 56px;
		left: 0;
		right: 0;
		margin: auto;
		top: 45%;
		position: absolute
	}

	.about-container .header .img-container img {
		width: 765px;
		display: block
	}

	.about-container .header .icon {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDhCQjg0MjQ1ODMxMTFFODg0NERGRUVBRUI2MTY0RjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDhCQjg0MjU1ODMxMTFFODg0NERGRUVBRUI2MTY0RjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEOEJCODQyMjU4MzExMUU4ODQ0REZFRUFFQjYxNjRGMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEOEJCODQyMzU4MzExMUU4ODQ0REZFRUFFQjYxNjRGMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkAC1dIAAAqTSURBVHja7F17kI5l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);
		display: block;
		background-size: 100% 100%;
		cursor: pointer;
		margin-top: 1.875em;
		width: 3em;
		height: 3em
	}

	.about-container .common-title {
		padding-top: 114px;
		padding-bottom: 32px;
		text-align: center;
		font-size: 32px;
		line-height: 44px
	}

	.about-container .common-title-en {
		font-size: 36px;
		text-align: center;
		line-height: 50px
	}

	.about-container .common-title-en>span {
		display: block
	}

	.about-container .introduce {
		font-size: 24px;
		line-height: 40px;
		text-align: center;
		height: 280px;
		padding-top: 100px
	}

	.about-container .introduce .content-en {
		width: 855px;
		margin: 0 auto;
		line-height: 38px;
		text-align: justify;
		color: #101010
	}

	.about-container .introduce span {
		display: block
	}

	.about-container .introduce-en {
		height: auto;
		padding-bottom: 120px;
		padding-top: 120px;
		font-size: 22px;
		line-height: 38px
	}

	.about-container .mission {
		padding-top: 25%;
		position: relative;
		background-color: #e5e5e5;
		background-image: url(https://static.xag.cn/img/about-index/new/mission-new-bg.png);
		background-size: 100% 100%
	}

	.about-container .mission .mission-content {
		margin: 0 auto;
		position: absolute;
		height: 100%;
		width: 860px;
		top: 0;
		left: 0;
		right: 0;
		color: #fff
	}

	.about-container .mission .mission-left {
		position: absolute;
		left: 0;
		top: 72px;
		font-size: 32px;
		line-height: 56px;
		width: 160px
	}

	.about-container .mission .mission-right {
		position: absolute;
		left: 471px;
		bottom: 72px;
		font-size: 32px;
		line-height: 56px;
		width: 389px
	}

	.about-container .mission .mission-left-en {
		width: 190px
	}

	.about-container .mission .mission-right-en {
		width: 390px
	}

	.about-container .mission .mission-content-en .mission-desc {
		font-size: 18px;
		line-height: 28px
	}

	.about-container .mission .mission-content-en .mission-left,
	.about-container .mission .mission-content-en .mission-right {
		font-size: 36px
	}

	.about-container .mission .mission-title {
		padding-bottom: 16px;
		position: relative
	}

	.about-container .mission .mission-title:after {
		content: '';
		width: 100%;
		background-color: #fff;
		height: 2px;
		display: block;
		position: absolute;
		left: 0;
		bottom: 0
	}

	.about-container .mission .mission-desc {
		font-size: 16px;
		line-height: 32px;
		margin-top: 16px
	}

	.about-container .mission .mission-desc>span,
	.about-container .mission span {
		display: block
	}

	.about-container .development {
		overflow: hidden
	}

	.about-container .time-line-container {
		width: 100%;
		margin: 0 auto;
		padding-top: 16px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.about-container .time-line-container .content {
		overflow: visible
	}

	.about-container .time-list {
		padding-bottom: 32px
	}

	.about-container .time-list>li {
		float: left;
		width: 304px;
		min-height: 200px;
		box-sizing: content-box;
		list-style-type: none;
	}

	.about-container .time-list .swiper-slide .time-line-header {
		height: 20px
	}

	.about-container .time-list .swiper-slide .circle {
		width: 20px;
		height: 20px;
		border: 4px solid #81828c;
		float: left;
		border-radius: 10px
	}

	.about-container .time-list .swiper-slide .line {
		width: 284px;
		height: 2px;
		background-color: #ddd;
		float: right;
		margin-top: 9px
	}

	.about-container .time-list .swiper-slide .time-info {
		margin-top: 20px;
		font-size: 2rem;
		line-height: 38px;
		color: #81828c;

	}

	.about-container .time-list .swiper-slide .development-content {
		width: 240px;
		margin-top: 8px;
	}

	.about-container .time-list .swiper-slide .development-content p {
		font-size: 1rem;
	}

	.about-container .time-list .swiper-slide .development-content-en {
		color: #101010;
	}

	.about-container .time-list .slide-active .circle {
		border: 4px solid #faa71f;
	}

	.about-container .time-list .slide-active .time-info {
		color: #faa71f;
	}

	.about-container .indicator-line {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		position: relative;
		height: 18px;
	}

	.about-container .indicator-btn {
		width: 40px;
		height: 18px;
		position: absolute;
		top: 0;
		cursor: pointer;
		background-size: 40px auto;
		background-position: center;
	}

	.about-container .worth-card-list>li:after,
	.about-container .worth-card-list>li:before {
		content: '';
		background-size: 100% 100%;
		z-index: 1000;
		top: 0;
		left: 0;
	}

	.about-container .indicator-left {
		left: 0;
		background-image: url(../other/timeline/long-left-arrow.svg)
	}

	.about-container .indicator-right {
		right: 0;
		background-image: url(../other/timeline/long-right-arrow.svg)
	}

	.about-container .indicator-list {
		display: inline-block;
		list-style-type: none;
	}

	.about-container .indicator-list>li {
		float: left;
		width: 30px;
		padding: 8px 0;
		cursor: pointer;
		box-sizing: content-box;
		margin-right: 2px
	}

	.about-container .indicator-list>li::before {
		display: block;
		content: '';
		height: 2px;
		background-color: #ccc
	}

	.about-container .indicator-list .active {
		width: 136px
	}

	.about-container .indicator-list .active::before {
		background-color: #faa71f;
	}

	.about-container .worth-card-list {
		overflow: hidden;
		background-color: #e5e5e5;
	}

	.about-container .worth-card-list>li {
		width: 20%;
		padding-top: 25%;
		float: left;
		position: relative;
		cursor: pointer;
		text-align: center;
		color: #fff;
		overflow: hidden
	}

	.about-container .worth-card-list>li:before {
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(https://static.xag.cn/img/about-index/new/sense-worth-cover-top.png);
		position: absolute
	}

	.about-container .worth-card-list>li:after {
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(https://static.xag.cn/img/about-index/new/sense-worth-cover-bottom.png);
		position: absolute
	}

	.about-container .worth-card-list>li img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		transition: filter .1s linear
	}

	.about-container .worth-card-list>li .text {
		position: absolute;
		width: 100%;
		left: 0;
		z-index: 1001;
		opacity: 1;
		transition: opacity .35s, bottom .35s, transform .35s
	}

	.about-container .worth-card-list>li .text .worth-content {
		height: 2.75em;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}

	.about-container .worth-card-list>li .top-text {
		top: 8.33333%
	}

	.about-container .worth-card-list>li .bottom-text {
		top: 68.75%
	}

	.about-container .worth-card-list>li .worth-title {
		font-size: 2.375em;
		line-height: 1.4;
		margin-bottom: .5em
	}

	.about-container .worth-card-list>li .worth-content {
		font-size: 1em;
		margin: 0 auto;
		width: 73%;
		line-height: 1.375
	}

	.about-container .worth-card-list>li .pc-text-complete .worth-content {
		line-height: 1.5
	}

	.about-container .worth-card-list>li:hover .text {
		opacity: 0
	}

	.about-container .worth-card-list>li:hover img {
		-webkit-filter: blur(3px);
		filter: blur(3px);
		transform: translateZ(0)
	}

	.about-container .worth-card-list>li:hover .bottom-text {
		transform: translateZ(0) translate(0, -15px)
	}

	.about-container .worth-card-list>li:hover .top-text {
		transform: translateZ(0) translate(0, 15px)
	}

	.about-container .worth-card-list>li:hover .pc-cover,
	.about-container .worth-card-list>li:hover .pc-text-complete {
		opacity: 1
	}

	.about-container .worth-card-list>li:hover .worth-content {
		height: auto
	}

	.about-container .service-content {
		width: 880px;
		margin: 0 auto;
		font-size: 24px;
		line-height: 40px;
		text-align: center
	}

	.about-container .service-content-en {
		font-size: 22px;
		line-height: 38px;
		text-align: justify;
		color: #101010
	}

	.about-container .service-photo {
		width: 1200px;
		height: 542px;
		display: block;
		margin: 48px auto 0
	}

	.about-container .service-photo-en {
		margin-top: 80px
	}

	.about-container .cooperation {
		padding-bottom: 74px
	}

	.about-container .cooperation-content {
		font-size: 24px;
		line-height: 36px;
		text-align: center
	}

	.about-container .cooperation-content>span {
		display: block
	}

	.about-container .cooperation-content-en {
		width: 868px;
		margin: 0 auto;
		text-align: justify;
		font-size: 22px;
		line-height: 38px;
		color: #101010
	}

	.about-container .cooperation-icons {
		width: 1200px;
		margin: 60px auto 0;
		overflow: hidden;
		text-align: center
	}

	.about-container .cooperation-icons>li {
		width: 300px;
		float: left;
		height: 130px;
		margin-bottom: 56px
	}

	.about-container .cooperation-icons .icon-container {
		width: 100%;
		height: 80px;
		margin-bottom: 14px;
		text-align: center;
		line-height: 80px
	}

	.about-container .cooperation-icons .icon-container img {
		max-height: 80px
	}

	.about-container .cooperation-icons .icon-text {
		font-size: 16px;
		line-height: 36px
	}

	.about-container .cooperation-icons-en {
		margin-top: 106px
	}
}

.index-banner-pagination-text {
	bottom: 0px;
	position: sticky;
}

.index-main-1-text {
	position: relative;
	overflow: hidden;
}

.index-main-1-list {
	position: absolute;
	bottom: 50%;
	width: 100%;
	z-index: 1;
}

.about-workshop-main-1 {
	margin-top: 5rem;
}

.about-main-mian {
	background-color: #f9f9f9;
	padding-top: 5rem;
	padding-bottom: 3rem;
	margin-top: 7rem;
}

.contact-follow {
	background-color: #f9f9f9;
	padding-top: 0;
	padding-bottom: 0;
}

.contact-follow h1 {
	font-size: 5rem;
}

.contact-main-1 {
	margin-top: 5rem;
	line-height: 3rem;
}

.contact-main-1 a {
	color: #222;
}

.contact-main-1 a:hover {
	color: #faa71f;
}

.contact-main-1 a.btn {
	color: #fff;
}

.contact-Follow-us-ico a {
	margin-right: 1.5rem;
	color: #222;
}

.contact-Follow-us-ico a:hover {
	color: #faa71f;
}

.contact-follow a {
	font-size: 3.5rem;
	margin-left: 2rem;
	margin-right: 2rem;
	color: #222;
}

.contact-follow a:hover {
	color: #faa71f;
}

.contact-main-3 {
	margin-bottom: 6rem;
}

.contact-main-3-r {
	font-size: 1.35rem;
}

.contact-main-3-r img {
	max-width: 260px;
	margin-top: 8rem;
	margin-bottom: 5rem;
}

.header-item-right {
	padding-left: 40px;
}

.img-1200 {
	max-width: 1110px;
}

.products-vide-btn {
	display: none;
}

.Language-dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.Language-dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.Language-dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	padding: .25rem 1.5rem !important;
	border-bottom: none !important;
}

.bgvid-swiper {
	display: block;
}

.bgvid-swiper-m {
	display: none;
}

.cp-main-new {
	background-color: #151515;
	color: #fff;
	border-radius: 15px;
	margin-bottom: 10px;
}

.cp-main-new h1 {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 80px;
	margin-top: 80px;
	padding-left: 40px;
	padding-right: 40px;
}

.cp-main-new h3 {
	padding-top: 20px;
}

.cp-main-new img {
	width: 100%;
}

.cp-main5-text {

	color: #fff;
}

.cp-main5-text h1 {
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: 40px;
}

.am-pc-menu {
	display: block;
	position: fixed;
	right: 20px !important;
	left: auto !important;
	width: 60px !important;
	height: auto;
	max-height: 95% !important;
	top: inherit !important;
	z-index: 10000000000000 !important;
	bottom: 55px;
}

.am-pc-menu a {
	display: block;
	width: 60px;
	height: 60px;
	margin-bottom: 4px;
	border-radius: 16px;
	transition: all .6s ease-in-out, width .2s ease-in-out, top .4s ease-in-out;
	background-color: #ea6916;
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
	color: #fff;
	text-align: center;
	font-size: 1.75rem;
	line-height: 3.5rem;
	border: solid 2px #ea6916;
}

.am-pc-menu a:hover {
	color: #ea6916;
	background-color: #fff;
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.55);
	border: solid 2px #ea6916;
}

/* Modal-footmenu */
.am-menu {
	display: none;
}

.index-main-1 {
	padding-top: 4rem;
	padding-bottom: 4rem;
	background-color: #ededed;
}


.index-main-0 {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: #202228;
	border-bottom: 1px solid #37373f;
}

.index-main-0 h1 {
	text-transform: uppercase;
	font-size: 3.5rem;
	font-weight: 700;
	color: #222228;
}

.index-main-2 {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.index-main-2 h1 {
	text-transform: uppercase;
	font-size: 3.5rem;
	font-weight: 700;
	color: #222228;
}

.index-main-7 {
	padding-top: 9rem;
	padding-bottom: 2rem;
	/* background-color: #e1e1e1; */
}

.index-main-7 h1 {
	text-transform: uppercase;
	font-size: 3.5rem;
	font-weight: 700;
	color: #222228;
}

.index-main-78 {
	background-color: #ededed;
}

.index-main-78 .text {
	padding: 1.5rem 2rem 1rem 2rem;
}

.index-main-78 .text h4 {
	color: #faa71f;
}

.index-main-78 .text h5 {
	/* color: #faa71f; */
	font-size: 1.5rem;
}

.index-main-78 img {
	border-bottom: solid 3px #faa71f;
	/* position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 15px;
	padding-right: 15px; */
}


.index-main-88 {
	background-color: #ededed;
}

.index-main-88 .text {
	padding: 1.5rem 2rem;
	/* padding-bottom: 5rem; */
}

.index-main-88 .text h4 {
	color: #faa71f;
}

.index-main-88 .text h5 {
	font-size: 1.75rem;
}

/* .index-main-88 img {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 15px;
	padding-right: 15px;
} */
.index-main-79 {
	border: solid 1px #ededed;
}

.index-main-79 .text {
	padding: 1.5rem 2rem 1rem 2rem;
}

.index-main-79 .text h4 {
	color: #faa71f;
}

.index-main-79 .text h5 {
	/* color: #faa71f; */
	font-size: 1.5rem;
}

.index-main-79 img {
	border-bottom: solid 3px #faa71f;
	/* position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 15px;
	padding-right: 15px; */
}

.cp-main-fa {
	background-color: #ededed;
	border-bottom: solid 4px #44ac49;
	border-radius: 0.3rem;
}

.cp-main-fa .text {
	padding: 1.5rem 2rem;
	/* padding-bottom: 260px; */
}

.cp-main-fa .text h4 {
	color: #faa71f;
	font-size: 1.25rem;
}

.cp-main-fa img {
	width: 100%;
	height: auto;
}

.cp-main-fa:hover {
	background-color: #fff;
	border-bottom: solid 4px #44ac49;
}

.cp-main-fa .text a {
	text-decoration: transparent;
}

.index-main-8 {
	padding-top: 0rem;
	padding-bottom: 15rem;
	background-color: #e1e1e1;
	/* box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15); */
	position: relative;
}

.index-main-8 h1 {
	text-transform: uppercase;
	font-size: 3.5rem;
	font-weight: 700;
	color: #222228;
}

.index-main-6 {
	/* padding-top: 5rem; */
	padding-bottom: 5rem;
	background-color: #fff;
}

.index-main-6 h1 {
	text-transform: uppercase;
	font-size: 3.5rem;
	font-weight: 700;
	color: #fff;
}

.index-main-6-left {
	/* padding-top: 2rem;
	    padding-bottom: 2rem; */
	background-color: #202228;
	/* border-bottom: 1px solid #37373f; */
	color: #fff;
}

.index-main-6-left h1 {
	color: #faa71f;
}

.index-main-6-left .left {
	color: #fff;
}

.index-main-6-left .right {
	text-align: right;
}

.index-main-3 {
	margin-bottom: 6rem;
	padding-top: 7.5rem;
	padding-bottom: 10rem;
	color: #fff;
}

.index-main-3 h1 {

	font-size: 5.25rem;
	font-weight: 700;
	color: #fff;
	font-style: italic;
}

.index-main-3 p {
	font-size: 1.5rem;
}

.index-main-3 h3 {

	font-size: 3.5rem;
}

.index-main-3 h4 {
	font-size: 1.5rem;
}

.index-main-4 {
	z-index: 1;
	margin-top: -15rem;
	color: #fff;
}

.index-main-4-left {
	padding-right: 0;
}

.index-main-4-right {
	padding: 3.5rem 5rem;
	background-color: #222228;
}

.index-main-4 h1 {

	text-transform: uppercase;
	font-size: 3.5rem;
	font-weight: 700;
	color: #fff;
}

.index-main-4 p {
	font-size: 1.5rem;
	margin-bottom: 5rem;
}

.index-main-4 .btn-outline-light {
	padding-left: 2rem;
	padding-right: 2rem;
	border-color: #81828c;
	color: #81828c;
	border-radius: 6rem;
}

.index-main-4 .btn-outline-light:hover {
	color: #222228;
}

.index-main-5 {
	padding-top: 4rem;
	padding-bottom: 4rem;
	background-color: #ededed;
}

.index-main-5 h1 {

	text-transform: uppercase;
	font-size: 3.5rem;
	font-weight: 700;
	color: #222228;
}

.index-main-5-bg {
	background-color: #fff;
}

.index-main-5-right {
	background-color: #fff;
	padding: 1rem 2rem;
}

/* .index-main-5 h2 {
	font-size: 2.25rem;
	color: #222228;
	font-weight: 700;
} */

.index-main-5 p {
	font-size: 1rem;
}

/* .index-main-5 a {
	color: #222;
	line-height: 2.5rem;
}

.index-main-5 a:hover {
	color: #faa71f;
	text-decoration: none;
} */

.index-main-5 .btn-outline-dark {
	position: absolute;
	bottom: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
	border-color: #5f5f71;
	color: #5f5f71;
	border-radius: 6rem;
}

.index-main-5 .btn-outline-dark:hover {
	color: #dfe2f0;
}

.index-workshop-main-main {
	background-color: rgba(36, 37, 45, 0.9);
	color: #fff;
	padding: 5rem 3.5rem 3.5rem 3.5rem;
}

.index-workshop-main-main h3 {
	color: #faa71f;
	float: left;
	margin-right: 1rem;
	line-height: 1;
}

.index-workshop-main-main2 {
	/* background-color: rgba(40, 167, 69, 0.9); */
	background-color: rgba(36, 37, 45, 0.6);
	color: #fff;
	padding: 2.5rem 2.5rem 2rem 2.5rem;
	margin-top: 3rem;
	/* border: solid 3px rgba(255, 167, 31, 0.9); */
}

.index-workshop-main-main3 {
	background-color: rgba(36, 37, 45, 0.9);
	color: #fff;
	padding: 3rem 3.5rem 2.5rem 3.5rem;
	margin-top: 5rem;
	border-bottom: solid 4px rgba(40, 167, 69, 0.9);
	position: absolute;
	display: block;
	width: 100%;
	/* z-index: 2; */
	left: 50%;
	transform: translateX(-50%);
	height: 17.5rem;
	bottom: 0;

}

.index-more {
	color: #222228;
	text-decoration: none;
}

.index-more:hover {
	color: #faa71f;
}

.choose-con {
	overflow: hidden;
	background-color: var(--e-global-color-very-dark-grayish-blue);
}

.choose-con::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/index-main-5.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.choose-con2 {
	overflow: hidden;
	background-color: var(--e-global-color-very-dark-grayish-blue);
}

.choose-con2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/index-main-6.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.choose-con3 {
	overflow: hidden;
	background-color: var(--e-global-color-very-dark-grayish-blue);
}

.choose-con3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/index-main-6.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.index-banner-pagination {
	width: auto !important;
	bottom: 5rem !important;
	/* left: 2rem !important; */
}

.index-banner-pagination .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}

.index-banner-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #e9a713 !important;
	border: solid 3px #fff;
}

.swiper-pagination-bullet {
	width: 24px;
	height: 10px;
	border-radius: 3px;
}

.swiper-pagination-bullet-active {
	background: #222228;
}

.index-more-button {
	width: 48px;
	height: 48px;
	border: solid 1px #b0b0b9;
	color: #b0b0b9;
	text-align: center;
	font-size: 2rem;
	right: 1rem;
	left: auto;
	display: block;
	position: absolute;
	margin-top: 22px;
}

.index-more-button:hover {
	color: #222228;
	border: solid 1px #222228;
}

.index-swiper-button {
	width: 48px;
	height: 48px;
	border: solid 1px #b0b0b9;
	color: #b0b0b9;
	text-align: center;
}

.index-swiper-button:hover {
	color: #222228;
	border: solid 1px #222228;
}

.index-product-list {
	border: solid 1px #b0b0b9;
	color: #222228;
	padding: 1.25rem 1rem 1.25rem 1.25rem;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.index-product-list a {
	color: #222228;
	line-height: 50px;
	font-weight: 700;
}

.index-product-list:hover a {
	color: #000;
	text-decoration: none;
}

.index-product-list:hover {
	background-color: #f4f5fa;
	border-bottom: solid 2px #222228;
}

.index-product-list img {
	right: 2rem;
	position: absolute;
}


.index-main-product-list {

	color: #222228;
	overflow: hidden;
	/* border: solid 1px #b0b0b9;
	padding: 1.25rem 1rem 1.25rem 1.25rem;
	font-size: 1.5rem;
	margin-bottom: .5rem; */
}

.index-main-product-list a {
	color: #e1e1e1;
	line-height: 50px;
	font-weight: 700;
	font-size: 1.25rem;
}

.index-main-product-list:hover a {
	color: #ffc107;
	text-decoration: none;
}

.index-main-product-list:hover {
	/* background-color: #f4f5fa;
	border-bottom: solid 2px #222228; */
	color: #000;
}

.index-main-product-list img {
	width: 4.5rem;
	margin-right: 0.5rem;
	/* filter: brightness(100); */
	/* filter: sepia() hue-rotate(70deg) saturate(500%); */
	/* filter: sepia(51) saturate(5); */
	/* 第一步 设置阴影 选好颜色蓝色 */
	filter: drop-shadow(4.5rem 0px #ffc107);
	/* 第二步 设置偏移 把蓝色图放置原图位置 */
	transform: translateX(-4.5rem);
}


@keyframes index-background-slide {
	0% {
		background-image: url('../images/index-main-1.jpg');
	}

	25% {
		background-image: url('../images/index-main-2.jpg');
	}

	50% {
		background-image: url('../images/index-main-3.jpg');
	}

	75% {
		background-image: url('../images/index-main-4.jpg');
	}

	100% {
		background-image: url('../images/index-main-5.jpg');
	}
}

.index-background-slide {
	animation: background-slide 10s infinite;
	width: 100%;
	height: 100vh;
	/* 根据需要设置高度 */
	background-size: cover;
	background-position: center;
}

.product-product-list {
	border: solid 1px #b0b0b9;
	color: #222228;
	padding: .5rem .5rem .5rem 1.25rem;
	font-size: 1.25rem;
	margin-bottom: 0.25rem;
	margin-top: 0.25rem;
	text-align: left;
}

.product-product-list a {
	color: #222228;
	line-height: 40px;
	font-weight: 500;

}

.product-product-list:hover a {
	color: #000;
	text-decoration: none;
}

.product-product-list:hover {
	background-color: #f4f5fa;
}

.product-product-list-active {
	background-color: #faa71f;
}

.product-product-list-active a {
	color: #fff;
	text-decoration: none;
}

.product-product-list img {
	width: 80px;
	height: auto;
}

.product-main-1 {
	text-align: center;
	padding-top: 10rem;
	margin-bottom: 10rem;
}

.product-main-1 h1 {

	text-transform: uppercase;
	font-size: 5rem;
	font-weight: 700;
	color: #222228;
}

.product-main-1 p {
	font-size: 1.5rem;
}

.product-list-main-fl {
	display: flex;
	padding: 1rem 1rem 1rem 3rem;
	line-height: 30px;
	border-bottom: 1px solid #e1e1e1;
	box-sizing: border-box;
	color: #000;
	background: #fafafa;
}

.main-list-top {
	background-color: #333;
	/* background-color: #ededed; */
}

.product-list-main-1 {
	padding-top: 5.2rem;
	padding-bottom: 0.5rem;
}

.product-list-main-1 h1 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
}

.product-list-main-1 p {
	font-size: 1.5rem;
}

.product-search-form {
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
}

.product-search-btn {
	font-size: 1rem;
}

.product-main-2 {
	padding-bottom: 4rem;
}

.product-main-2 h1 {
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 700;
	color: #faa71f;
}

.product-main-2 a {
	font-size: 1.15rem;
	color: #666;
	line-height: 2.75rem;
}

.product-main-2 h4 {
	text-transform: capitalize;
	color: #666;
	font-weight: 700;
}

/* .product-main-2 p {
	font-size: 1.25rem;
} */

.product-main-t {
	border-bottom: solid 1px #ccc;
	/* padding-top: 1rem; */
}

.cp-list-main {
	margin-bottom: 1rem;
}

.cp-list-main a {
	color: #fff;
	font-size: 1rem;
	line-height: 1.2rem;
}

.cp-list-main-name {
	border-bottom: solid 1px #ededed;
}

.cp-list-main h3 {
	font-size: 1.15rem;
	line-height: 2rem;
}

.cp-list-main:hover img {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

.cp-list-main:hover .cp-list-main-name {
	border-bottom: solid 1px #000;
}


.cp-list-main2 {
	margin-bottom: 1rem;
	background-color: #fff;
	border-radius: 0.3rem;
}

.cp-list-main2 a {
	color: #fff;
	font-size: 1rem;
	line-height: 1.2rem;
}

.cp-list-main2 h3 {
	font-size: 1.15rem;
	line-height: 2rem;
}

.cp-list-main2 img {
	padding-top: 1rem;
	padding-bottom: 0.75rem;
}

.cp-list-main2:hover img {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}

.cp-list-main-name2 h3 {
	font-size: .75rem;
	line-height: 1.5rem;
	/* margin-top: 1rem; */
	margin-bottom: .5rem;
	background-color: #faa71f;
	color: #fff;
}

.cp-list-main-name2 p {
	font-size: .75rem;
	margin-bottom: .5rem;
}

.sub-nav-hero {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.product-main-list {
	text-align: left;
	border: solid 1px #222228;
	padding: 3.5rem;
}

.product-main-list h2 {

	text-transform: uppercase;
	font-size: 3.5rem;
	font-weight: 700;
	color: #222228;
}

.product-main-list a {
	color: #222228;
}

.product-main-list .btn-outline-dark {
	position: absolute;
	bottom: 0;
	padding-left: 2rem;
	padding-right: 2rem;
	border-color: #5f5f71;
	color: #5f5f71;
	border-radius: 6rem;
}

.product-main-list .btn-outline-dark:hover {
	color: #dfe2f0;
}

.product-list-main-1 .btn-outline-dark:hover i {
	color: #faa71f;
}

.product-list-main-1 .btn-outline-dark {
	padding: 0.7rem 1rem;
}

/* 产品详情页 */
.product-details-main-1 {
	margin-top: 3rem;
}

.product-details-list-fl {
	/* display: flex;
	    padding: 1rem 1rem 1rem 3rem;
	    line-height: 30px;
	border-bottom: 1px solid #e1e1e1; */
	box-sizing: border-box;
	color: #7c7c7c;
	background: #ededed;
	border-bottom: solid 1px #ccc;
}

.product-details-list-main2 {
	border-bottom: 1px solid #e1e1e1;
	box-sizing: border-box;
	color: #fafafa;
	background-color: #81828c;
	padding-top: 2rem;
	padding-bottom: 2rem;

	margin-bottom: 5rem;
}

.product-details-main-1 h1 {
	text-transform: uppercase;
	font-size: 2.5rem;
	font-weight: 700;
	color: #202228;
}

.product-details-main-1 h3 {
	font-size: 1.5rem;
	text-transform: uppercase;
	margin-bottom: 2rem;
	color: #202228;
	font-weight: 700;
}

.product-details-main-1 dt {
	/* font-weight: 500; */
	font-size: 14px;
	line-height: 2rem;
}

.product-details-main-1 dd {
	/* font-weight: 500; */
	font-size: 14px;
	line-height: 2rem;
}

.product-details-title-main {
	display: block;
	min-height: 14.7rem;
	margin-top: 2rem;
}

.product-details-main-2 {
	padding-top: 4rem;
	padding-bottom: 4rem;
	background-color: #ededed;
	/* text-align: center; */
	padding-right: -15px !important;
	padding-left: -15px !important;
}

.product-details-main-2 h1 {
	font-size: 2rem;
	margin-bottom: 2rem;
	text-transform: uppercase;
	font-weight: 700;
}

.product-details-title ul {
	padding: 0;
	margin-top: 10rem;
}

.product-details-title ul li {
	text-align: center;
	font-size: 1rem !important;
	display: inline-block;
	/* 或者使用 inline-block，如果需要对li内部进行更多控制 */
	margin-right: 10px;
	/* 可选，为了在项目之间添加一些间隔 */
}

.product-details-title ul li p {
	padding-top: 1rem;
	font-size: 1rem;
}

.product-details-title ul li img {
	max-width: 80px;
}

.product-details-navbar {
	padding: 0;
}

.product-details-navbar ul {
	padding: 0 !important;
}

.product-details-navbar a {
	/* font-size: 1.5rem !important; */
	text-transform: uppercase;
	/* line-height: 3.5rem !important; */
	padding: 1.25rem 2rem 1rem 2rem;
	border-radius: 0;
}

/* .product-details-navbar a:hover {
	border-bottom: solid 4px #000;
} */
.product-details-navbar h3 {

	background-color: #000;
	color: #fff;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.product-details-navbar-r .btn {
	padding: 0.5rem 1rem !important;
	font-size: 1.25rem !important;
	line-height: 1.5 !important;
	border-radius: 0 !important;
	height: auto;
	color: #222228;
}

.product-details-navbar-r .btn:hover {
	color: #fff;
}

.product-details-navbar-r2 .btn {
	padding: 0.5rem 1rem !important;
	font-size: 1.75rem !important;
	line-height: 1.5 !important;
	border-radius: 0 !important;
	height: auto;
	color: #fff;
	border-color: #fff;
}

.product-details-navbar .nav-pills .nav-item .nav-link {
	color: #7c7c7c;
	background-color: transparent !important;
	/* 	border-bottom: solid 4px transparent; */

}

.product-details-navbar .nav-pills .nav-item .nav-link .active {
	color: #faa71f !important;
	background-color: transparent !important;
}

.product-details-navbar .nav-pills .nav-link {
	border-radius: 0 !important;
}

.product-details-navbar a:hover {
	/*box-shadow: none !important;
	 border-bottom: solid 4px #transparent; */
	color: #faa71f;
	box-shadow: inset 0 -3px #faa71f !important;
}

.product-details-navbar a.active {
	/* box-shadow: none !important; */
	color: #faa71f;
	box-shadow: inset 0 -3px #faa71f !important;
	/* border-bottom: solid 4px #222228; */
}

.product-details-main {
	margin-top: 3rem;
	padding-bottom: 3rem;
}

.product-details-main h1 {
	font-size: 2rem;
	margin-bottom: 2rem;
	text-transform: uppercase;
	font-weight: 700;
}

/* .product-details-main p {
	font-size: 1rem;
} */

.product-details-Galley {
	margin-top: 7rem;
	margin-bottom: 7rem;
	background: #81828c;
	color: #fafafa;
	padding-top: 5rem;
	padding-bottom: 7rem;
}

.product-details-Galley h1 {

	font-size: 2.75rem;
	margin-bottom: 2rem;
}

.product-details-Galley p {
	font-size: 1.25rem;
}

.product-details-Galley-tab {
	border-bottom: none;
	margin-bottom: 1.5em;
	color: #d6d9e6;
	background-color: transparent !important;
	border-radius: 0;
	font-weight: 500;
	font-family: 'Helvetica Neue';
	font-size: 1.5rem;
}

.product-details-Galley-tab .nav-link {
	color: #d6d9e6;
	border-radius: 0;
	border: 4px solid transparent;
}

.product-details-Galley-tab .nav-link.active {
	color: #fff;
	background-color: transparent;
	border-radius: 0;
	border: 4px solid #fff;
}


.index-details-Galley-tab {
	border-bottom: none;
	margin-bottom: 2.5em;
	color: #d6d9e6;
	background-color: transparent !important;
	border-radius: 0;
	font-weight: 500;
	font-family: 'Helvetica Neue';
	font-size: 1.25rem;
}

.index-details-Galley-tab:hover {
	color: #333;
}

.index-details-Galley-tab .nav-item {
	margin-right: .5rem;
	margin-left: .5rem;
}

.index-details-Galley-tab .nav-link {
	color: #ededed;
	border-radius: 0;
	border: 0;
	background-color: #ccc;
	padding-left: 3rem;
	padding-right: 3rem;
}

.index-details-Galley-tab .nav-link.active {
	color: #fff;
	background-color: #faa71f;
	border-radius: 0;
	border: 0;
}


.cp-swiper-wrapper {
	text-align: left;
}

.cp-swiper-wrapper img {
	max-width: 100%;
	height: auto;
	border: solid 1px #cccccc;
	border-radius: 0.3rem;
}

.cp-swiper-wrapper h6 {
	margin-top: 0.5rem;
	margin-bottom: 0.25rem;
}

.cp-swiper-wrapper p {
	font-size: .75rem;
	margin-bottom: 0.5rem;
}

.Galley-Photos-tab {
	height: 17.5rem;
	/* display: flex !important; */
	justify-content: center;
	align-items: center;
	border: solid 1px #transparent;
}

.Galley-Photos-tab:hover img {
	border: solid 1px #faa71f;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

.Galley-Photos-tab img {
	padding: 1px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-filter: brightness(70%);
	filter: brightness(70%);
	border-radius: 0.3rem;
}

.Galley-Photos-tab i {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #d6d9e6;
	font-size: 1rem;
	z-index: 1;
}

.Galley-Photos-tab:hover i {
	color: #faa71f;
}




.Galley-Videos-tab {
	height: auto;
	/* display: flex !important; */
	justify-content: center;
	align-items: center;
	border: solid 1px #transparent;
}

.Galley-Videos-tab p {
	font-size: 1rem;
	padding: 1rem 1rem 1rem 0;
	font-family: 'Helvetica Neue';
}

.Galley-Videos-tab a {
	text-decoration: transparent;
	color: #d6d9e6;
}

.Galley-Videos-tab:hover a {
	color: #ffffff;
}

.Galley-Videos-tab:hover img {
	border: solid 1px #faa71f;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

.Galley-Videos-tab img {
	padding: 1px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-filter: brightness(70%);
	filter: brightness(70%);
}

.Galley-Videos-tab i {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #d6d9e6;
	font-size: 2rem;
	z-index: 1;
}

.Galley-Videos-tab:hover i {
	color: #faa71f;
}

.image-container {
	/* position: relative;
  display: inline-block; */
}

.image-container::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 30%;
	background: linear-gradient(277deg, rgba(250, 250, 250, 0) 70%, #fafafa 80%, #fafafa 100%);
}

.wolf-modal-content {
	border-radius: 0;
	border: none;
}

.wolf-modal-content .modal-header {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.wolf-modal-content .modal-title {
	color: #fff;
}

.wolf-modal-content .modal-body {
	font-size: 1rem;
}

.wolf-modal-content .modal-body .card-body p {
	font-size: 1rem;
	margin-bottom: 0rem;
}

.wolf-modal-content .form-control {
	font-size: 1rem;
}

.wolf-modal-content-lybg {
	background-image: url(../images/liuyan.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


/* 关于我们 */
.wolf-banner-main {
	height: 75vh;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}

.wolf-banner-main::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	background-blend-mode: Overlay;
	z-index: 1;
	background-image: linear-gradient(145deg, rgba(32, 34, 40, 0.55), rgba(32, 34, 40, 0), rgba(32, 34, 40, 0.55));
}

.about-main-3 {
	height: 75vh;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}

/* .about-main-3::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	background-blend-mode: Overlay;
	z-index: 1;
	background-image: linear-gradient(145deg ,rgba(32, 34, 40, 0.55), rgba(32, 34, 40, 0), rgba(32, 34, 40, 0.55));
} */
.wolf-banner-main-s {
	height: 45vh;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}

.wolf-banner-main-s::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .15);
	background-blend-mode: Overlay;
	z-index: 1;
	background-image: linear-gradient(145deg, rgba(32, 34, 40, 0.55), rgba(32, 34, 40, 0), rgba(32, 34, 40, 0.55));
}

@media (min-width: 1600px) {
	.wolf-banner-main {
		height: 80vh;
	}

	.about-main-3 {
		height: 80vh;
	}
}

@media (min-width: 1380px) {
	.wolf-banner-main {
		height: 85vh;
	}

	.about-main-3 {
		height: 80vh;
	}
}

.wolf-download-main h1 {

	text-transform: uppercase;
	font-size: 4.5rem;
	font-weight: 700;
	color: #222228;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.wolf-download-main h2 {

	font-size: 2rem;
	font-weight: 700;
	color: #222228;
}

.wolf-download-main p {
	font-size: .75rem;
}

.workshop-main-1 h1 {

	text-transform: uppercase;
	font-size: 4.5rem;
	font-weight: 700;
	color: #222228;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.workshop-main-1 {
	font-size: 1.5rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

/* .workshop-main-1 h4{
	    color: #222228;
} */
.workshop-main-main {
	margin-bottom: 3rem;
	background-color: #ededed;
}

.workshop-ico h1 {
	margin: 0;
}

.workshop-ico span {
	font-size: 5rem;
}

.about-main-1 h1 {

	text-transform: uppercase;
	font-size: 4.5rem;
	font-weight: 700;
	color: #222228;
}

.parts-main-1 {
	margin-bottom: 5rem;
}

.parts-main-1 h3 {

	font-size: 1.25rem;
}


.about-main-1 {
	font-size: 1.5rem;
	margin-top: 8rem;
	text-align: center;
}

.about-main-1 img {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.whywolf-main-1 {
	font-size: 1.5rem;
	margin-top: 15rem;
	text-align: center;
}

.whywolf-main-1 h1 {
	text-transform: uppercase;
	font-size: 4.5rem;
	font-weight: 700;
	color: #222228;
}

.wolf-banner-main-main {
	/* overflow-x: hidden;
	padding-left: 45px;
	padding-right: 45px; */
	max-width: 1200px;
	margin: auto;
	color: #fff;
}

.wolf-banner-main-text {
	position: absolute;
	z-index: 1;
	display: block;
	/* top: 40%; */
	bottom: 0;
	background-color: rgba(0, 0, 0, .75);
	display: block;
	padding: 3rem 4rem;
	color: #faa71f;
	border-top: solid 3px #faa71f;
}

.wolf-banner-main-text h1 {

	text-transform: uppercase;
	font-size: 5.5rem;
	font-weight: 700;
}

.wolf-banner-main-text h2 {
	font-size: 3rem;
	font-weight: 500;
}

.btn-contact {
	padding: 0.5rem 2rem;
	font-size: 1.5rem;
	line-height: 1.5;
	border-radius: 0;
}

.about-details-list-fl {
	/* display: flex;
	    padding: 1rem 1rem 1rem 3rem;
	    line-height: 30px; */
	border-bottom: 1px solid #e1e1e1;
	box-sizing: border-box;
	color: #000;
	background: #fafafa;
}

.about-details-navbar {
	padding: 0;
}

.about-details-list-fl h2 {

	font-size: 2.5rem;
	margin-bottom: 0;
}

.about-details-navbar ul {
	padding: 0 !important;
}

.about-details-navbar a {
	font-size: 1.5rem !important;
	/* text-transform: uppercase;
	line-height: 3.5rem !important; */
	padding: 1.25rem 2rem 1rem 2rem;
	border-radius: 0;
}

/* .product-details-navbar a:hover {
	border-bottom: solid 4px #000;
} */
.about-details-navbar h3 {

	background-color: #000;
	color: #fff;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.about-details-navbar-r .btn {
	padding: 0.5rem 1rem !important;
	font-size: 1.25rem !important;
	line-height: 1.5 !important;
	border-radius: 0 !important;
	height: auto;
	color: #222228;
}

.about-details-navbar-r .btn:hover {
	color: #fff;
}

.about-details-navbar-r2 .btn {
	padding: 0.5rem 1rem !important;
	font-size: 1.75rem !important;
	line-height: 1.5 !important;
	border-radius: 0 !important;
	height: auto;
	color: #fff;
	border-color: #fff;
}

.about-details-navbar .nav-pills .nav-item .nav-link {
	color: #222228;
	background-color: transparent !important;
	/* 	border-bottom: solid 4px transparent; */

}

.about-details-navbar .nav-pills .nav-item .nav-link .active {
	color: #222228;
	background-color: transparent !important;
}

.about-details-navbar .nav-pills .nav-link {
	border-radius: 0 !important;
}

.about-details-navbar a:hover {
	/*box-shadow: none !important;
	 border-bottom: solid 4px #transparent; */
	box-shadow: inset 0 -3px #222228 !important;
}

.about-details-navbar a.active {
	/* box-shadow: none !important; */
	box-shadow: inset 0 -3px #222228 !important;
	/* border-bottom: solid 4px #222228; */
}

/* ACCESSORIES */
.accessories-details-main-1 {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

.accessories-details-main-1 h2 {
	font-size: 2rem;

	text-transform: uppercase;
	color: #202228;
}

.layui-upload-file {
	display: none !important;
	opacity: .01;
	filter: Alpha(opacity=1);
}

/** news-section **/

.news-section {
	position: relative;
	/* padding: 129px 0px 217px 0px; */
	padding: 129px 0px 0px 0px;
}

.news-section .sec-title {
	margin-bottom: 80px;
}

.news-section:before {
	position: absolute;
	content: '';
	background: #f5f7fa;
	width: 100%;
	height: calc(100% + 140px);
	left: 0px;
	top: -140px;
}

.news-block-one .inner-box {
	position: relative;
	display: block;
	background: #ffffff;
	transition: all 500ms ease;
}

.news-block-one .inner-box:hover {
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.news-block-one .inner-box .image-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 2rem;
}

.news-block-one .inner-box .image-box img {
	width: 100%;
	transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img {
	transform: scale(1.04);
	opacity: 0.2;
}

.news-block-one .inner-box .lower-content {
	position: relative;
	padding: 27px 40px 30px 40px;
}

.news-block-one .inner-box .lower-content .post-date {
	position: absolute;
	top: -39px;
	right: 25px;
}

.news-block-one .inner-box .lower-content .post-date h3 {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 64px;
	text-align: center;
	font-size: 24px;
	line-height: 18px;
	padding: 15px 0px;
	font-weight: 700;
	margin: 0px;
	border: none;
	z-index: 1;
}

.news-block-one .inner-box .lower-content .post-date h3 span {
	font-size: 14px;
	line-height: 15px;
	color: #696969;
	font-weight: 500;
}

.news-block-one .inner-box .lower-content .post-date h3:before {
	position: absolute;
	content: '';
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	transform: translateY(0px) skew(-5deg);
	border-radius: 5px;
	z-index: -1;
	box-shadow: 0px 0px 25px 0px rgba(188, 22, 34, 0.2);
	transition: all 500ms ease;
}

.news-block-one .inner-box .lower-content .category {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.news-block-one .inner-box .lower-content h3 {
	position: relative;
	display: block;
	font-weight: 700;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 1rem;
	font-size: 1rem;
}

.news-block-one .inner-box .lower-content h3 a {
	display: inline-block;
	color: #070719;
}

.news-block-one .inner-box .lower-content h3 a:hover {}

.news-block-one .inner-box .lower-content .post-info li {
	position: relative;
	display: inline-block;
	font-size: 15px;
	color: #696969;
	float: left;
	margin-right: 65px;
	padding-left: 23px;
}

.news-block-one .inner-box .lower-content .post-info {
	padding-left: 0;
}

.news-block-one .inner-box .lower-content .post-info li:last-child {
	margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li a {
	color: #696969;
}

.news-block-one .inner-box .lower-content .post-info li a:hover {}

.news-block-one .inner-box .lower-content .post-info li i {
	position: absolute;
	left: 0px;
	top: 4px;
}

.news-block-one .inner-box .lower-content .post-info li:before {
	position: absolute;
	content: '';
	background: #070719;
	width: 5px;
	height: 5px;
	top: 10px;
	right: -36px;
	border-radius: 50%;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before {
	display: none;
}

.whywolf-col {
	position: relative;
	margin-top: 11px;
	overflow: hidden;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	-ms-box-shadow: inherit;
	-o-box-shadow: inherit;
	box-shadow: inherit;
	background: linear-gradient(180deg, rgba(25, 28, 38, 50) 0%, #191C26 100%);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.whywolf-col:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 490px;
	background: linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
	mix-blend-mode: soft-light;
}

.whywolf-col h2 {
	font-size: 3.5rem;
	font-weight: 700;
	color: #fff;
}

.whywolf-col p {
	font-size: 1.5rem;
	color: #fff;
}

.whywolf-col>img {
	display: block;
	width: 100%;
	-webkit-filter: brightness(70%);
	/*考虑浏览器兼容性：兼容 Chrome, Safari, Opera */
	filter: brightness(70%);
	/* 设置图片的亮度，使其看起来更亮或更暗。如果值是0%，图像会全黑；值是100%，则图像无变化；
	值是100%以上，则图像更亮*/
	/* -webkit-mask-image:linear-gradient(0% 100%,rgba(255,204,0,0),rgba(0,0,0,1)); */
	-webkit-mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 1) 45%);
	mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 1) 45%);
	-webkit-filter: brightness(100%);
	/*考虑浏览器兼容性：兼容 Chrome, Safari, Opera */
	filter: brightness(100%);
	/* 设置图片的亮度，使其看起来更亮或更暗。如果值是0%，图像会全黑；值是100%，则图像无变化；
	值是100%以上，则图像更亮*/

}


.whywolf-caption {
	position: absolute;
	bottom: 3.5rem;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 0 50px;
}


.whywolf-caption>h3 {
	font-weight: 500;
	font-size: 1.25rem;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-top: 10px;
}

.whywolf-caption>h3 a {
	color: #FFFFFF;
}

.whywolf-main-foot {
	background-color: #ccc;
	color: #222228;
	/* margin-top: 5rem; */
	padding-top: 5rem;
	padding-bottom: 5rem;
	text-align: center;
}

.wolf-btn-yuan {
	padding-left: 2rem;
	padding-right: 2rem;
	border-radius: 6rem;
}

/* qualification */
.wolf-qualification {
	text-align: center;
	margin-bottom: 5rem;
}

.wolf-qualification img {
	width: 18rem;
}

.wolf-qualification h1 {
	margin-top: 1rem;
	margin-bottom: 0rem;
}

/* Modal-footmenu */
.am-menu {
	display: none;
}

/* 新闻内页 */
.news-main {
	margin-top: 12rem;
}

.pc-no {
	display: none;
}

.pc-no-ph {
	display: none;
}

.cp-list-main-name h3 {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.product-details-navbar-r2 {
	text-align: right;
}

.new-card h3 {
	font-size: 1.5rem;
}

.wolf-message span {
	color: #ff6600;
}

/* 图片上传 */
.sc-pic dl {
	float: left;
	position: relative;
	margin-bottom: 0rem;
	margin-top: 1rem;
}

.sc-pic dl dd {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	background: #666;
	color: #fff;
	padding: 2px;
}

.sc-pic img {
	max-height: 100px;
	margin: 5px 0;
	margin-right: 5px;
}

@media only screen and (max-width: 750px) {
	.sc-pic {}
}

/* 首页banner */
.index-banner-swiper-slide {
	overflow: hidden;
}

.index-banner-swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-banner-swiper-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: rgba(0, 0, 0, .5); */
	background-blend-mode: Overlay;
	z-index: 1;
	background-image: linear-gradient(135deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, .55));
}

.index-banner-swiper-main {
	overflow-x: hidden;
	padding-left: 45px;
	padding-right: 45px;
	max-width: 1320px;
	margin: auto;
	color: #fff;
}

.index-banner-swiper-text {
	position: absolute;
	z-index: 3;
	display: block;
	top: 20%;
	/* margin-left: 3.5rem; */
	background-color: rgba(0, 0, 0, 0.55);
	margin: 0 2rem;
	color: #fff;
	max-width: 50%;
	padding: 3rem;
	z-index: 2;
	border-top: solid 3px #e7b022;
}

.index-banner-swiper-text h1 {
	/* text-transform: uppercase; */
	font-size: 3.5rem;
	font-weight: 700;
	text-shadow: 2px 2px 2px #333;
}

/* .index-banner-swiper-text h4 {
	font-family: "Roboto";
	text-shadow: 2px 2px 2px #333;
	font-size: 1.75rem;
	margin-top: 1.25rem;
} */
.index-banner-swiper-text span p {
	font-family: "Roboto";
	text-shadow: 2px 2px 2px #333;
	font-size: 1.35rem;
	margin-top: 1.25rem;
	line-height: 1;
}

.index-banner-swiper-text .btn-success {
	margin-top: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
	text-transform: uppercase;
	/* background-color: rgba(0, 0, 0, 0.35); */
	/* 黑色半透明，透明度为0.5 */

}

.index-banner-swiper-slide a {
	color: #fff;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
1800 style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 1780px) {
	/* 	p {
		font-size: 1rem;
	} */

	.index-main-7 h1 {
		font-size: 3rem;
	}

	.index-tema-col p {
		font-size: 1.25rem;
	}

	.index-main-1 h1 {
		font-size: 3.5rem;
	}

	.index-main-1 h2 {
		font-size: 2rem;
	}

	.btn-contact {
		font-size: 1.25rem;
	}

	/* .index-banner-swiper-text {
        width:43.5%;
} */

	.index-main-product-list a {
		font-size: 1rem;
	}

	/* .index-banner-swiper-text h1 {
    font-size: 3.5rem;
}
.index-banner-swiper-text h4 {
    font-size: 1.25rem;
} */
	.index-main-0 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
1600 style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 1580px) {
	/* 	p {
		font-size: 1rem;
	} */

	.index-main-7 h1 {
		font-size: 3rem;
	}

	.index-tema-col p {
		font-size: 1.25rem;
	}

	.index-main-1 h1 {
		font-size: 3.5rem;
	}

	.index-main-1 h2 {
		font-size: 2rem;
	}

	.btn-contact {
		font-size: 1.25rem;
	}

	/* .product-details-navbar a {
    padding: 1.25rem 1rem 1rem 1rem;	
} */
	.index-main-product-list a {
		font-size: 1rem;
	}

	/* .index-banner-swiper-text {
        width:43.5%;
} */
	/* .index-banner-swiper-text h1 {
    font-size: 3rem;
}
.index-banner-swiper-text h4 {
    font-size: 1.25rem;
} */
	.index-main-0 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
1400 style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 1440px) {

	.index-main-7 h1 {
		font-size: 3rem;
	}

	.index-tema-col p {
		font-size: 1.25rem;
	}

	.index-main-1 h1 {
		font-size: 3.5rem;
	}

	.index-main-1 h2 {
		font-size: 2rem;
	}

	.btn-contact {
		font-size: 1.25rem;
	}

	/* .index-banner-swiper-text {
        width:53.5%;
} */
	/* .index-banner-swiper-text h1 {
    font-size: 2.5rem;
}
.index-banner-swiper-text h4 {
    font-size: 1rem;
} */
	.index-banner-swiper-text .btn-outline-light {
		font-size: 1rem;
	}

	.index-main-0 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
1300 style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 1280px) {

	.index-main-7 h1 {
		font-size: 3rem;
	}

	.index-tema-col p {
		font-size: 1.25rem;
	}

	.index-main-1 h1 {
		font-size: 3.5rem;
	}

	.index-main-1 h2 {
		font-size: 2rem;
	}

	.btn-contact {
		font-size: 1.25rem;
	}

	/* .index-banner-swiper-text {
        width:53.5%;
} */
}

.ph-show {
	display: none !important;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff !important;
}

.swiper-button-prev2,
.swiper-button-next2 {
	width: 44px;
	height: 44px;
	color: #b0b0b9;
	text-align: center;
	font-size: 2rem;
	line-height: 2.75rem;
	background-color: #ededed;
	border-radius: 0.3rem;
	display: block;
	float: right;
	margin-left: .5rem;
}

/* .swiper-button-prev2,
.swiper-button-next2 :hover{
      color: #333;
	  background-color: #b0b0b9;
} */
.swiper-button-prev2.swiper-button-disabled,
.swiper-button-next2.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}


.swiper-button-prev3 {
	width: 44px;
	height: 44px;
	color: #ededed;
	text-align: center;
	font-size: 2rem;
	line-height: 2.75rem;
	background-color: #333;
	border-radius: 0.3rem;
	display: block;
	margin-left: .5rem;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 45%;
}

.swiper-button-next3 {
	width: 44px;
	height: 44px;
	color: #ededed;
	text-align: center;
	font-size: 2rem;
	line-height: 2.75rem;
	background-color: #333;
	border-radius: 0.3rem;
	display: block;
	margin-right: .5rem;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 45%;
	right: 0;
}

/* .swiper-button-prev2,
.swiper-button-next2 :hover{
      color: #333;
	  background-color: #b0b0b9;
} */
.swiper-button-prev4.swiper-button-disabled,
.swiper-button-next4.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}


.swiper-button-prev4 {
	    width: 32px;
	    height: 92px;
	color: #ededed;
	text-align: center;
	font-size: 1.25rem;
	line-height: 2.75rem;
	background-color: #666;
	border-radius: 0;
	display: block;
	margin-left: 0;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	margin-top: 10px;
}

.swiper-button-next4 {
	    width: 32px;
	    height: 92px;
	color: #ededed;
	text-align: center;
	font-size: 1.25rem;
	line-height: 2.75rem;
	background-color: #666;
	border-radius: 0;
	display: block;
	margin-right: 0;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 10px;
}

/* .swiper-button-prev2,
.swiper-button-next2 :hover{
      color: #333;
	  background-color: #b0b0b9;
} */
.swiper-button-prev4.swiper-button-disabled,
.swiper-button-next4.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}


.cp-main-banner {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 50%;
	background-size: cover;
}

.solution-main-banner {
	color: #fff;
	min-height: 45rem;
	padding: 5rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 50%;
	background-size: cover;
	position: relative;
}

.solution-main-banner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.tj {
	/* width: 100px;
	height: 150px; */
	margin: auto;
	position: relative;
}

.index-main-tome {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 3rem;
	/* margin-bottom: 3rem; */
}

.swiper-container-team {
	width: 100%;
	height: 100%;
}

.swiper-slide-team {
	text-align: center;
	background: #fff;
	padding: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.fo-title {
	text-align: center;
	position: relative;
	width: 100%;
	margin: auto;
	margin-bottom: 5rem;
	margin-top: 5rem;
	color: #fff;
}

/* .fo-title:after,
.fo-title:before {
	content: "";
	position: absolute;
	top: 50%;
	background: #faa71f;
	height: 1px;
	width: 35%;
}
.fo-title:after {
	left: 0;
}
.fo-title:before {
	right: 0;
} */



.fo-title2 {
	text-align: center;
	position: relative;
	width: 100%;
	margin: auto;
	margin-bottom: 2rem;
	margin-top: 3rem;
	color: #faa71f;
}

.fo-title2:after,
.fo-title2:before {
	content: "";
	position: absolute;
	top: 50%;
	background: #faa71f;
	height: 1px;
	width: 25%;
}

.fo-title2:after {
	left: 0;
}

.fo-title2:before {
	right: 0;
}

.service-list-group-item {
	padding: 0;
	background-color: transparent;
	border: 0;
	margin-right: 2rem;
}

.p-details-Galley-tab {
	font-weight: 500;
	font-family: 'Roboto-BoldCondensed';
	font-size: 1.25rem;
	margin-bottom: 3rem;
}

.p-details-Galley-tab:hover {
	color: #333;
}

.p-details-Galley-tab .nav-link.active {
	color: #000;
}
.cp-accordion>.card{
	border-radius: 0 ;
}
.cp-accordion>.card>.card-header{
	padding: 0;
}
.cp-accordion-main{
	padding: 0 !important;
}
.cp-accordion-main>.table {
    margin-bottom: 0rem;
}
.news-main-text img{
	max-width: 100%;
	height: auto;
}
.panel-title {
  margin-bottom: 0;
}
.panel-title a {
  display: block;
  /* color: #fff; */
  padding: 0.75rem 1.25rem;
  /* position: relative;
  font-size: 16px;
  font-weight: 400; */
  text-align: left;
}
.cp-accordion .card-header a:before {
  content: '\f106';
  font-size: 18px;
  position: absolute;
  font-family: 'Font Awesome 6 Pro';
  right: 1.25rem;
  top: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cp-accordion .card-header.active a:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list-group-item-cp-s .btn{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	width: 45%;
}
.cp-accordion-main .table td{
	/* text-align: right; */
	width: 50%;
}
.cp-accordion .panel-title .btn{
	font-size: 1.25rem;
}
.cp-accordion-main .table th{
	font-weight:600;
	background-color: rgba(0, 0, 0, .05);
	width: 50%;
}
.cp-accordion-main2{
	padding: 0;
}
.cp-accordion-main2 .table {
    margin-bottom: 0;
}
.cp-accordion-main2 .table td{
	/* text-align: right; */
	width: 50%;
}
.cp-accordion-main2 .table th{
	font-weight:600;
	background-color: rgba(0, 0, 0, .05);
}

.cp-accordion .card-header {
    background-color: rgba(0, 0, 0, .01);
}


.cp-accordion-main3{
	padding: 0;
}
.cp-accordion-main3 .table {
    margin-bottom: 0;
}
.cp-accordion-main3 .table td{
}
.cp-accordion-main3 .table th{
	font-weight:600;
	background-color: rgba(0, 0, 0, .05);
}