:root{
	--main-color:#1D2080;
	--dark-color:#333;
}
.fit-contain{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
img{
	max-width: 100%;
}
.main-color {
	color: var(--main-color);
}

.w1200 {
	width: 1200px;
	margin: auto;
}

.w1400 {
	width: 1400px;
	margin: auto;
}

.w1600 {
	width: 1600px;
	margin: auto;
}

@font-face {
	font-family: "BLACK";
	src: url("../font/GEO415M.TTF")
}

.icon {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale;
}

.bg-f5 {
	background: #f5f5f5;
}

.page-bg {
	background: #f8f8f8;
}

.pt-80 {
	padding-top: 80px;
}

.box-border {
	box-sizing: border-box;
}

.font-72 {
	font-size: 4.5rem;
}

.font-60 {
	font-size: 3.75rem;
}

.font-36 {
	font-size: 2.25rem;
}

.font-32 {
	font-size: 2rem;
}

.font-30 {
	font-size: 1.875rem;
}

.font-28 {
	font-size: 1.75rem;
}

.font-24 {
	font-size: 1.5rem;
}

.font-20 {
	font-size: 1.25rem;
}

.font-48 {
	font-size: 3rem;
}

.font-42 {
	font-size: 2.625rem;
}

.font-18 {
	font-size: 1.125rem;
}

.font-16 {
	font-size: 1rem;
}

.font-14 {
	font-size: 14px;
}

.font-12 {
	font-size: 12px;
}

.color-f {
	color: #fff;
}

.color-3 {
	color: #333;
}

.color-6 {
	color: #666;
}

.color-9 {
	color: #999;
}

.color-home {
	color: var(--main-color);
}

.ho-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: auto;
	height: 100%;
	min-height: auto;
	max-height: 100%;
	transition: transform .5s ease;
	transform: none;
	object-fit: cover;
}

.swiper-pagination-bullet-active {
	background: var(--main-color);
}

.flex-1 {
	flex: 1;
}

.pt-110 {
	padding-top: 110px;
}

header {
	position: fixed;
	z-index: 99;
	top: 0;
	right: 0;
	left: 0;
	padding: 0 4%;
}

header.active-h .head-nav {
	height: 68px;
}

header .head-nav {
	height: 110px;
	transition: height .5s;
}

header .head-nav .logo {
	height: 100%;
}

header .head-nav .logo .logo-img {
	display: block;
	max-height: 54px;
	filter: grayscale(100%) brightness(2000%);
}

header .head-nav .logo .h-logo-img {
	display: none;
	max-height: 54px;
}

header .head-nav ul {
	height: 100%;
}

header .head-nav ul > li {
	height: 100%;
	margin: 0 34px;
}

header .head-nav ul > li a {
	position: relative;
}

header .head-nav ul > li a::before {
	position: absolute;
	right: 50%;
	bottom: 0;
	left: 50%;
	overflow: hidden;
	height: 2px;
	content: "";
	transition: .5s;
	background: rgba(255, 255, 255, 0.9);
}

header .head-nav ul > li a:hover {
	color: #fff;
}

header .head-nav ul > li a:hover::before {
	right: 0;
	left: 0;
}

header .head-nav ul > li.active a {
	color: #fff;
}

header .head-nav ul > li.active a::before {
	right: 0;
	left: 0;
}

header .head-nav .info a, header .head-nav .info span {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.3)
}

header .head-nav .info .common {
	position: relative;
	transition: .5s;
}

header .head-nav .info .common img {
	position: absolute;
	top: 130%;
	right: -20px;
	left: -20px;
	display: none;
	height: 88px;
	max-width: unset;
	width: 88px;
}

header .head-nav .info .common:hover {
	transform: translateY(-10px)
}

header .head-nav .info .common:hover img {
	top: 120%;
	display: block;
}

header .head-nav .info .location:hover {
	background: var(--main-color);
}

header .head-nav .info span:hover {
	background: #2AAE67;
}

header .head-nav .info .store {
	transition: transform .5s;
}

header .head-nav .info .store:hover {
	transform: translateY(-10px);
	background: url(../image/tm2.png);
	background-size: cover;
}

header .head-nav .info .store:hover .icon {
	opacity: 0;
}

header .menu .icon {
	font-size: 24px;
}

header.page-active {
	border-bottom: 1px #ddd solid;
}

header.active, header.page-active {
	background: #fff;
}

header.active .logo .logo-img, header.page-active .logo .logo-img {
	display: none;
}

header.active .logo .h-logo-img, header.page-active .logo .h-logo-img {
	display: block;
}

header.active ul > li > a, header.page-active ul > li > a {
	color: #333;
}

header.active ul > li > a::before, header.page-active ul > li > a::before {
	background: var(--main-color);
}

header.active ul > li > a:hover, header.page-active ul > li > a:hover {
	color: var(--main-color);
}

header.active ul > li > a:hover::before, header.page-active ul > li > a:hover::before {
	right: 0;
	left: 0;
}

header.active ul > li.active a, header.page-active ul > li.active a {
	color: var(--main-color);
}

header.active ul > li.active a::before, header.page-active ul > li.active a::before {
	right: 0;
	left: 0;
}

header.active .info a, header.page-active .info a, header.active .info span, header.page-active .info span {
	border: 1px #ddd solid;
	background: rgba(0, 0, 0, 0);
}

header.active .info a .icon, header.page-active .info a .icon, header.active .info span .icon, header.page-active .info span .icon {
	color: #666;
}

header.active .info .common:hover, header.page-active .info .common:hover {
	border: 1px #fff solid;
}

header.active .info .common:hover .icon, header.page-active .info .common:hover .icon {
	color: #fff;
}

@keyframes navtop {
	0% {
		top: 120%;
	}
	100% {
		top: 100%;
	}
}

.move-right .icon {
	transition: .5s;
}

.move-right:hover .icon {
	transform: translateX(10px)
}

footer {
	background: var(--main-color);
}

footer .foot-nav ul li {
	margin-right: 7vw;
}

footer .foot-nav ul li:last-child {
	margin-right: 0;
}

footer .foot-nav ul li a {
	line-height: 36px;
	display: block;
	color: rgba(255, 255, 255, 0.55);
}

footer .foot-nav ul li a:hover {
	color: rgba(255, 255, 255, 0.8)
}

footer .foot-nav p {
	color: rgba(255, 255, 255, 0.55)
}

footer .foot-nav .contact h2 {
	font-family: "BLACK";
	color: #f1cba3;
}

footer .foot-nav .contact .info span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
}

footer .foot-nav .contact .info img {
	position: absolute;
	z-index: -1;
	right: -20px;
	bottom: 110%;
	left: -20px;
	height: 84px;
	transition: .5s;
	opacity: 0;
}

footer .foot-nav .contact .info div:hover img {
	z-index: 1;
	opacity: 1;
}

footer .foot-nav .contact .info a, footer .foot-nav .contact .info div {
	transition: .5s;
}

footer .foot-nav .contact .info a:hover, footer .foot-nav .contact .info div:hover {
	transform: translateY(-10px)
}

footer .foot-nav .contact .info .location span:hover {
	background: var(--main-color);
}

footer .foot-nav .contact .info div span:hover {
	background: #2AAE67;
}

footer .foot-nav .contact .info .store:hover span {
	background: url(../image/tm2.png);
	background-size: cover;
}

footer .foot-nav .contact .info .store:hover span .icon {
	opacity: 0;
}

footer .links span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.55)
}

footer .links a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.55)
}

footer .links a:hover {
	color: rgba(255, 255, 255, 0.7)
}

footer .code img {
	width: 140px;
}

footer .copyright {
	border-top: 1px rgba(255, 255, 255, 0.2) solid;
}

footer .copyright p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.3);
}

footer .copyright a {
	font-size: 14px;
	margin-left: 10px;
	color: rgba(255, 255, 255, 0.3);
}

footer .copyright a:hover {
	color: rgba(255, 255, 255, 0.6)
}

footer .copyright .info a span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
}

footer .copyright .info div span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
}

.foot-btn {
	position: fixed;
	z-index: 99;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--main-color);
}

.foot-btn a {
	font-size: 12px;
	box-sizing: border-box;
	width: 25%;
	height: 50px;
	color: #fff;
	border-left: 1px rgba(255, 255, 255, 0.2) solid;
}

.foot-btn a .icon {
	font-size: 18px;
	margin-bottom: 2px;
	color: #fff;
}

.foot-btn a:first-child {
	border-left: none;
}

/*.swiper-wrapper {*/
/*	height: auto !important;*/
/*}*/

.menu-container-mask {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 100%;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	transition: .2s;
	background-color: rgba(0, 0, 0, 0.6);
}

.menu-container {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 60%;
	height: 100%;
	background-color: #fff;
}

.top-menu-list {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: .2s;
}

.top-menu-list.active {
	transform: translateX(-100%)
}

.top-menu-list > li {
	line-height: 48px;
	height: 48px;
}

.top-menu-list > li li:first-child, .top-menu-list > li:first-child {
	height: 45px;
}

.top-menu-list > li li:first-child > a, .top-menu-list > li:first-child > a {
	height: 45px;
	background-color: #f7f7f7;
}

.top-menu-list > li a {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 32px 0 16px;
	color: #666;
}

.top-menu-list > li a span {
	font-size: 14px;
	color: #666;
}

.top-menu-list > li a .icon {
	font-size: 14px;
	color: #666;
}

.top-menu-list > li .title-name {
	font-size: 14px;
	display: flex;
	display: -webkit-box;
	overflow: hidden;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 32px 0 16px;
	white-space: normal;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.top-menu-list ul {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.top-menu-list ul li {
	line-height: 48px;
	height: 48px;
}

.top-menu-list ul.active {
	display: block;
}

.home-banner .pagination {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 30px;
	left: 0;
	display: flex;
	margin: auto;
}

.home-banner .pagination span {
	width: 10px;
	height: 10px;
	margin-right: 20px;
	border: 2px transparent solid;
	background: #848791;
}
@media (max-width: 750px) {
	.home-banner .pagination{
		bottom: 12px;
		justify-content: center;
	}
	.home-banner .pagination span {
		width: 8px;
		height: 8px;
		margin-right: 5px;
		border: 1px transparent solid;
	}
}

.home-banner .pagination .swiper-pagination-bullet-active {
	border: 2px #fff solid;
	background: transparent;
}

.home-banner .banner-text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
}

.home-banner .banner-text h2 {
	color: #f1cba3;
}

.ho-h2 h2 {
	line-height: 70px;
}

.main-title {
	border-bottom: 2px var(--main-color) solid;
}
.home-about{
	background: url("../image/index-bg01.png") no-repeat center top;
	padding: 60px 40px;
	padding-bottom: 160px;
}

.home-about .max-w-14 {
	padding: 160px 0 80px 0;
}

.home-about .pic {
	position: relative;
	z-index: 3;
}

.home-about .pic::before {
	position: absolute;
	z-index: -1;
	top: -20px;
	left: -20px;
	width: 100%;
	height: 100%;
	content: "";
	border: var(--dark-color) 1px solid;
}

.home-about .max-w-12 {
	display: flex;
}

.home-about .txt {
	flex: 1;
	padding-left: 80px;
}

.home-about .txt h5 {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #000;
}

.home-about .txt > h1 {
	position: relative;
	margin-bottom: 8%;
	padding-bottom: 8%;
	color: #000;
}

.home-about .txt > h1::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	content: "";
	background: #d5d5d5;
}

.home-about .txt > h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #000;
}

.home-about .txt > p {
	line-height: 1.8;
	margin-bottom: 13%;
	text-align: justify;
	color: #4e4e4e;
}

.home-about .txt .more_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10%;
	border-bottom: 2px var(--main-color) solid;
}

.home-about .txt .more_flex h3 {
	font-size: 16px;
	color: var(--dark-color);
}

.home-about .txt .more_flex h3 b {
	font-size: 18px;
}

.home-about .more {
	width: 200px;
	height: 52px;
	background: var(--main-color);
}

.home-about .more:hover {
	color: rgba(255, 255, 255, 0.7)
}

.home-about .main-title img {
	position: absolute;
	right: 36%;
	bottom: -2px;
}

.home-about .content .title p {
	line-height: 30px;
}

.home-about .content ul {
	width: 400px;
	margin-left: 8%;
}

.home-about .content ul li {
	position: relative;
	z-index: 1;
	margin-bottom: 36px;
	padding: 60px 0;
	border-bottom: 1px var(--main-color) solid;
}

.home-about .content ul li::before {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: -30px;
	width: 0;
	content: "";
	transition: .5s;
}

.home-about .content ul li:nth-child(1)::before {
	background: url(../image/about-bg1.jpg);
	background-size: cover;
}

.home-about .content ul li:nth-child(2)::before {
	background: url(../image/about-bg2.jpg);
	background-size: cover;
}

.home-about .content ul li:nth-child(3)::before {
	background: url(../image/about-bg3.jpg);
	background-size: cover;
}

.home-about .content ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.home-about .content ul li:hover {
	border-bottom: 1px rgba(0, 0, 0, 0) solid;
}

.home-about .content ul li:hover::before {
	width: calc(100% + 60px)
}

.home-about .content ul li:hover h3 {
	color: #fff;
}

.home-about .content ul li:hover p {
	color: #fff;
}

.home-about .content ul li h3 {
	font-family: "BLACK";
	font-size: 120px;
	line-height: 120px;
}

.home-about .content ul li p {
	line-height: 36px;
}

@media screen and (max-width: 414px) {
	.home-about {
		padding: 10px;
	}
}

@media screen and (max-width: 767px) {
	.home-about {
		padding: 40px 20px;
		padding-bottom: 0;
	}
	.home-about .txt{
		padding-left: calc(var(--bs-gutter-x)/ 2);
	}
	.home-about .txt .more_flex{
		flex-direction: column;
	}
	.home-about .max-w-14{
		padding: 20px 0;
	}
}

@media screen and (max-width: 1199px) {
	.home-about {
		padding: 40px 20px;
	}
}

.home-adv .content .img {
	margin-right: 100px;
}

.home-adv .content .text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding-top: 14%;
}

.home-adv .content .text h3 {
	line-height: 52px;
}

.home-adv .content .text a {
	width: 150px;
	height: 40px;
	background: #fff;
}

.home-adv .content .text a:hover {
	color: rgba(255, 255, 255, 0.8);
	background: var(--main-color);
}

.home-adv .content ul {
	height: 100%;
}

.home-adv .content ul li {
	position: relative;
	z-index: 1;
	height: 30%;
	background: #f7f9fe;
}

.home-adv .content ul li::before {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	content: "";
	transition: .5s;
	background: url(../image/honor-bg.jpg) no-repeat;
	background-size: cover;
}

.home-adv .content ul li .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
}

.home-adv .content ul li .img img {
	max-width: 100%;
	max-height: 100%;
}

.home-adv .content ul li .img .a {
	display: block;
}

.home-adv .content ul li .img .b {
	display: none;
}

.home-adv .content ul li h3 {
	font-family: "BLACK";
}

.home-adv .content ul li h3 i {
	font-family: "BLACK";
}

.home-adv .content ul li p {
	line-height: 32px;
}

.home-adv .content ul li:hover::before {
	width: 100%;
}

.home-adv .content ul li:hover .img .b {
	display: block;
}

.home-adv .content ul li:hover .img .a {
	display: none;
}

.home-adv .content ul li:hover h3 {
	color: #fff;
}

.home-adv .content ul li:hover p {
	color: #fff;
}

.home-merchants {
	position: relative;
	background: url(../image/zs-bg.jpg);
	background-size: cover;
}

.home-merchants .content {
	height: 820px;
}

.home-merchants .content p {
	line-height: 24px;
	color: rgba(255, 255, 255, 0.8);
}

.home-merchants .content .desc {
	margin-top: 6%;
	border-left: 1px rgba(255, 255, 255, 0.5) solid;
}

.home-merchants .content .desc a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: rgba(255, 255, 255, 0.8);
	border: 1px rgba(255, 255, 255, 0.8) solid;
	border-radius: 50%;
}

.home-merchants .content .img {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 500px;
	height: 500px;
	margin: auto;
}

.home-merchants .content .img .text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.home-merchants .content .img .text a {
	width: 180px;
	height: 44px;
	background: #fff;
}

.home-merchants .content .img .text a:hover {
	color: rgba(255, 255, 255, 0.8);
	background: var(--main-color);
}

.home-merchants .content ul {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.home-merchants .content ul li {
	position: absolute;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	background: url(../image/icon-bg.png);
	background-position: center center;
	background-size: cover;
}

.home-merchants .content ul li:nth-child(1) {
	top: 40%;
	left: 0;
	animation: sportst 4s linear infinite;
}

.home-merchants .content ul li:nth-child(2) {
	top: 55%;
	left: 8%;
	animation: sportsb 3s linear infinite;
}

.home-merchants .content ul li:nth-child(3) {
	top: 40%;
	left: 20%;
	animation: sportst 7s linear infinite;
}

.home-merchants .content ul li:nth-child(4) {
	top: 55%;
	left: 26%;
	animation: sportsb 4.5s linear infinite;
}

.home-merchants .content ul li:nth-child(5) {
	top: 40%;
	right: 26%;
	animation: sportst 3s linear infinite;
}

.home-merchants .content ul li:nth-child(6) {
	top: 55%;
	right: 20%;
	animation: sportsb 5.5s linear infinite;
}

.home-merchants .content ul li:nth-child(7) {
	top: 40%;
	right: 8%;
	animation: sportst 8s linear infinite;
}

.home-merchants .content ul li:nth-child(8) {
	top: 55%;
	right: 0;
	animation: sportsb 6s linear infinite;
}

.home-merchants .link {
	position: absolute;
	top: 30%;
	right: 0;
	bottom: 30%;
	left: 0;
	display: flex;
	align-items: center;
}

.home-merchants .link .editorial {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-merchants .link .parallax > use {
	animation: move-forever 12s linear infinite;
}

.home-merchants .link .parallax > use:nth-child(1) {
	animation-delay: -1s;
}

.home-merchants .link .parallax > use:nth-child(2) {
	animation-duration: 10s;
	animation-delay: -2s;
}

.home-merchants .link .parallax > use:nth-child(3) {
	animation-duration: 12s;
	animation-delay: -4s;
}

@keyframes sportsb {
	0% {
		transform: translateY(0)
	}
	50% {
		transform: translateY(30px)
	}
	100% {
		transform: translateY(0)
	}
}

@keyframes sportst {
	0% {
		transform: translateY(0)
	}
	50% {
		transform: translateY(-30px)
	}
	100% {
		transform: translateY(0)
	}
}

@keyframes move-forever {
	0% {
		transform: translate(-90px, 0%);
		-webkit-transform: translate(-90px, 0%)
	}
	100% {
		transform: translate(85px, 0%);
		-webkit-transform: translate(85px, 0%)
	}
}

@-webkit-keyframes move-forever {
	0% {
		transform: translate(-90px, 0%);
		-webkit-transform: translate(-90px, 0%)
	}
	100% {
		transform: translate(85px, 0%);
		-webkit-transform: translate(85px, 0%)
	}
}

.home-product .ho-h2 {
	/*border-top: 2px var(--main-color) solid;*/
}

.home-product ul li {
	position: relative;
	width: 32.5%;
	background: url(../image/pro-bg.jpg);
	background-size: cover;
}

.home-product ul li::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	content: "";
	transition: .5s;
}

.home-product ul li:nth-child(1)::before {
	background: url(../image/pro1.jpg);
	background-size: cover;
}

.home-product ul li:nth-child(2)::before {
	background: url(../image/pro2.jpg);
	background-size: cover;
}

.home-product ul li:nth-child(3)::before {
	background: url(../image/pro3.jpg);
	background-size: cover;
}

.home-product ul li a {
	height: 200px;
}

.home-product ul li a h4 {
	transition: transform .5s;
}

.home-product ul li a .img {
	position: relative;
	width: 110px;
	height: 90px;
	transition: transform .5s;
}

.home-product ul li a .img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.home-product ul li a .img img.h {
	z-index: 1;
	opacity: 1;
}

.home-product ul li a .img img.b {
	z-index: -1;
	opacity: 0;
}

.home-product ul li:hover::before {
	width: 100%;
}

.home-product ul li:hover h4 {
	transform: translateX(10px);
	color: #fff;
}

.home-product ul li:hover .img {
	transform: translateX(10px)
}

.home-product ul li:hover .img img.h {
	z-index: -1;
	opacity: 0;
}

.home-product ul li:hover .img img.b {
	z-index: 1;
	opacity: 1;
}

.home-product .product-container .marks {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	width: 22%;
	background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
	backdrop-filter: blur(10px)
}

.home-product .product-container .marks a {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.home-product .product-container .sub-btn {
	position: absolute;
	z-index: 2;
	bottom: 40px;
	left: 0;
	width: 74%;
}

.home-product .product-container .sub-btn .btn-width {
	border-bottom: 2px rgba(255, 255, 255, 0.5) solid;
}

.home-product .product-container .sub-btn .title {
	position: relative;
}

.home-product .product-container .sub-btn .title::before {
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	height: 2px;
	content: "";
	background: #fff;
}

.home-product .product-container .product-btn {
	position: absolute;
	z-index: 2;
	right: 26%;
	bottom: 40px;
}

.home-product .product-container .product-btn > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin-left: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
}

.home-product .product-container .product-btn > div:hover {
	background: #fff;
}

.home-product #goodsCat_gallery .swiper-slide a{
	font-size: 0;
}

.home-product #goodsCat_gallery .swiper-slide a:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: var(--main-color);
	opacity: .3;
}

.home-product #goodsCat_gallery .swiper-slide .txt{
	transform: translate(-50%,30px);
	width: 80%;
	top: 0;
	padding-top: 20%;
	opacity: 1;
	transition: 2s;
}
.home-product #goodsCat_gallery .txt p:nth-of-type(1) {
	/*font-size: 18px;*/
	color: #fff;
	background: var(--main-color);
	padding: 4px 14px;
	width: fit-content;
	margin-bottom: 2%;
}
.home-product #goodsCat_gallery .txt h3 {
	/*font-size: 60px;*/
	color: #fff;
	text-transform: uppercase;
	margin-top: 3%;
	max-width: 600px;
}
.home-product #goodsCat_gallery .type-txt {

	/*font-size: 24px;*/
	color: #fff;
	position: relative;
	padding-bottom: 4%;
}
.home-product #goodsCat_gallery .swiper-pagination{
	position: unset;
	margin-top: 20px ;
}
.home-product #goodsCat_thumbs {
	margin-top: -40px;
	width: 80%;
}

.home-product #goodsCat_thumbs h4 {
	font-size: 14px;
	position: absolute;
	top: 70px;
	left: 50%;
	transition: .5s;
	transform: translateX(-50%);
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
}

.home-product #goodsCat_thumbs p {
	font-size: 16px;
	position: relative;
	padding-bottom: 20px;
	text-align: center;
	color: #888;
}

.home-product #goodsCat_thumbs p::before {
	position: absolute;
	bottom: 3px;
	left: 50%;
	width: 20px;
	height: 2px;
	content: "";
	transform: translateX(-50%);
	background: #bdbdbd;
}

.home-product #goodsCat_thumbs .pic {
	overflow: hidden;
	width: 100%;
	height: 80px;
	margin-top: 60px;
	margin-bottom: 20px;

}

.home-product #goodsCat_thumbs .pic img {
	display: block;
	margin: 0 auto;
	filter: drop-shadow(0 80px var(--main-color));
}

.home-product #goodsCat_thumbs .swiper-slide {
	padding-top: 40px;
	padding-bottom: 40px;
	transition: .5s;
	background: transparent;
}

.home-product #goodsCat_thumbs .swiper-slide::before {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	content: "";
	transition: .3s;
	background: #fff;
}

.home-product #goodsCat_thumbs .swiper-slide:hover::before,
.home-product #goodsCat_thumbs .swiper-slide.active::before {
	height: 100%;
}

.home-product #goodsCat_thumbs .swiper-slide:hover .pic img,
.home-product #goodsCat_thumbs .swiper-slide.active .pic img {
	transform: translateY(-100%);
}

.home-product #goodsCat_thumbs .swiper-slide:hover p,
.home-product #goodsCat_thumbs .swiper-slide.active p {
	color: #000;
}

.home-product #goodsCat_thumbs .swiper-slide:hover h4,
.home-product #goodsCat_thumbs .swiper-slide.active h4 {
	top: 40px;
	opacity: 1;
}


@media all and (max-width: 576px) {
	.home-product #goodsCat_gallery .txt h3 {
		font-size: 20px;
	}
	.home-product #goodsCat_gallery .type-txt {
		font-size: 16px;
	}
}

.home-store {
	position: relative;
	height: 920px;
	background: url(../image/store-bg.jpg);
	background-position: center center;
	background-size: cover;
}

.home-store::before {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	height: 210px;
	content: "";
	background: url(../image/md.png) no-repeat;
	background-position: center bottom;
}

.home-store .content {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.home-store form select {
	display: block;
	width: 516px;
	height: 56px;
	color: #333;
	border: 1px #ddd solid;
}

.home-store form button {
	width: 240px;
	height: 50px;
	background: var(--main-color);
}

.home-store form button:hover {
	color: rgba(255, 255, 255, 0.7)
}

.home-store form button:hover .icon {
	color: rgba(255, 255, 255, 0.7)
}

.home-news {
	background: url(../image/news-bg.jpg);
	background-size: cover;
}

.home-news ol li:hover a {
	color: var(--main-color);
}

.home-news .content .news-item {
	padding-left: 120px;
}

.home-news .content .news-item ul li a .img {
	position: relative;
	overflow: hidden;
	padding-top: 65%;
}

.home-news .content .news-item ul li a .img::before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: rgba(17, 33, 108, 0.8);
}

.home-news .content .news-item ul li a .text {
	width: 80%;
}

.home-news .content .news-item ul li a .text h4 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-news .content .news-item ul li a .text p {
	line-height: 24px;
	display: -webkit-box;
	overflow: hidden;
	height: 48px;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home-news .content .news-item ul li a:hover img {
	transform: scale(1.1)
}

.home-news .content .news-item ul li.swiper-slide-next .img::before, .home-news .content .news-item ul li.swiper-slide-active .img::before {
	content: none;
}

.home-news .content .news-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
}

.home-news .content .news-btn div {
	position: absolute;
	z-index: 3;
	top: 42%;
}

.home-news .content .news-btn div .icon {
	transition: .5s;
}

.home-news .content .news-btn div.prev {
	left: 0;
}

.home-news .content .news-btn div.prev:hover .icon {
	transform: translateX(-10px)
}

.home-news .content .news-btn div.next {
	right: 0;
}

.home-news .content .news-btn div.next:hover .icon {
	transform: translateX(10px)
}



/**************************/
.session_5 {
	width: 100%;
	background-image: url(../image/img_3.jpg);
}
.session_5 .public-title {
	color: #fff;
}
.session_5 .public-title span {
	color: #fff;
	border-color: #fff;
}
.session_5 .centent-box {
	position: relative;
	margin-top: 80px;
	padding-left: 110px;
}
.session_5 .centent-box .tab-box {
	width: 110px;
	position: absolute;
	top: 0;
	left: 0;
}
.session_5 .centent-box .tab-box ul {
	padding-left: 0;
}
.session_5 .centent-box .tab-box ul li {
	margin-bottom: 30px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	text-align: left;
}
.session_5 .centent-box .tab-box ul li span {
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 1px solid transparent;
}
.session_5 .centent-box .tab-box ul li.active span,
.session_5 .centent-box .tab-box ul li:hover span {
	border-bottom:2px solid var(--main-color);
}
.session_5 .swiper-slide {
	height: unset;
	background: #fff;
}
.session_5 .item-box {
	/*height: 530px;*/
	width: 100%;
	position: relative;
}
.session_5 .item-box .big-box {
	position: relative;
	font-size: 0;
}
.session_5 .item-box .big-box img {
	position: relative;
	width: 100%;
	object-fit: cover;
}
.session_5 .item-box .big-box .bg-box {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	right: -20px;
	top: 20px;
	display: none;
}
.session_5 .item-box .txt-box {
	background: #fff;
	padding: 40px 20px;
}
.session_5 .item-box .txt-box h3 {
	position: relative;
	font-size: 22px;
	color: #3d3d3d;
	font-weight: 400;
	margin-bottom: 10px;
	padding-top: 15px;
}
.session_5 .item-box .txt-box h3:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	top: 0;
	background: #3d3d3d;
}
.session_5 .item-box .txt-box p {
	font-size: 14px;
	line-height: 1.8;
	color: #4a4a4a;
}
.session_5 .item-box .small-box {
	position: absolute;
	bottom: 0;
	right: 0;
}
.session_5 .swiper-button-next,
.session_5 .swiper-button-prev {
	width: 70px;
	height: 70px;
	background-color: #333;
	/*top: auto;*/
	/*bottom: 0;*/
	/*right: 0;*/
	background-size: 12px auto;
}
.session_5 .swiper-button-prev {
	/*left: auto;*/
	/*right: 70px;*/
	background-color: #fff;
}





.navbar-nav-more-body {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 100%;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	transition: .2s;
	background-color: rgba(0, 0, 0, 0.6);
}

.navbar-nav-more-body .box-shadown {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
}

.navbar-nav-more-body .offcanva {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 60%;
	height: 100%;
	background-color: #fff;
}

.navbar-nav-more-body .offcanvas-body {
	position: relative;
}

.navbar-nav-more-body .offcanvas-end {
	z-index: 999999;
	width: 60%;
}

.navbar-nav-more-body .top-menu-list {
	font-size: 1rem;
	position: absolute;
	top: 0px;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	transition: .2s;
}

.navbar-nav-more-body .top-menu-list.active {
	transform: translateX(-100%)
}

.navbar-nav-more-body .top-menu-list > li {
	line-height: 3.5rem;
	height: 3.5rem;
	padding: 0;
}

.navbar-nav-more-body .top-menu-list > li li:first-child, .navbar-nav-more-body .top-menu-list > li:first-child {
	height: 2.8rem;
}

.navbar-nav-more-body .top-menu-list > li li:first-child > a, .navbar-nav-more-body .top-menu-list > li:first-child > a {
	height: 2.8rem;
	background-color: #f7f7f7;
}

.navbar-nav-more-body .top-menu-list > li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 1rem;
}

.navbar-nav-more-body .top-menu-list > li a:hover {
	color: var(--main-color);
}

.navbar-nav-more-body .top-menu-list ul {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: #fff;
}

.navbar-nav-more-body .top-menu-list ul.active {
	display: block;
}

.navbar-nav-more-body .top-menu-list .icon {
	font-size: 16px;
	color: #666;
}

.navbar-nav-more-body .top-menu-list ul.active .icon {
	margin-right: .5rem;
}

.product-banner .banner-pro-nav {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.product-banner .banner-pro-nav a {
	position: relative;
	z-index: 1;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 240px;
	height: 240px;
	margin: 0 50px;
}

.product-banner .banner-pro-nav a .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 90px;
}

.product-banner .banner-pro-nav a .img img {
	max-width: 100%;
	max-height: 100%;
}

.product-banner .banner-pro-nav a.active {
	background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
	backdrop-filter: blur(10px)
}

.position {
	height: 78px;
	border-bottom: 1px #eee solid;
}

.position .content {
	height: 100%;
}

.position .category ul li a {
	position: relative;
	display: flex;
	align-items: center;
	height: 78px;
}

.position .category ul li a::before {
	position: absolute;
	right: 50%;
	bottom: -2px;
	left: 50%;
	overflow: hidden;
	height: 2px;
	content: "";
	transition: .5s;
	background: var(--main-color);
}

.position .category ul li:hover a, .position .category ul li.active a {
	color: var(--main-color);
}

.position .category ul li:hover a::before, .position .category ul li.active a::before {
	right: 0;
	left: 0;
}

.breadcrumb {
	font-size: 14px;
	margin-bottom: 0rem;
	color: var(--main-color);
}

.breadcrumb-item + .breadcrumb-item::before {
	content: var(--bs-breadcrumb-divider, ">")
}

.breadcrumb-item a {
	font-size: 14px;
	color: #666;
}

.breadcrumb-item a:hover {
	color: var(--main-color) !important;
}

.product-list ul > li {
	justify-content: space-between;
	margin-bottom: 160px;
}

.product-list ul > li:nth-child(even) {
	flex-direction: row-reverse;
}

.product-list ul > li:nth-child(even) .banner-carousel .pro-btn {
	right: -56px;
	left: auto;
}

.product-list ul > li:nth-child(even) .banner-carousel .pro-btn div.next {
	background: var(--main-color) !important;
}

.product-list ul > li:nth-child(even) .banner-carousel .pro-btn div.next .icon {
	transition: .5s;
	color: #fff !important;
}

.product-list ul > li:nth-child(even) .banner-carousel .pro-btn div.prev {
	background: #fff !important;
}

.product-list ul > li:nth-child(even) .banner-carousel .pro-btn div.prev .icon {
	transition: .5s;
	color: var(--main-color) !important;
}

.product-list ul > li:last-child {
	margin-bottom: 0;
}

.product-list ul > li .text {
	width: 40%;
	padding-top: 4%;
	padding-left: 8%;
}

.product-list ul > li .text h4 {
	font-family: "BLACK";
	width: 70%;
}

.product-list ul > li .text .product-title ol li a {
	line-height: 26px;
	position: relative;
	display: block;
	transition: .6s;
}

.product-list ul > li .text .product-title ol li a::before {
	position: absolute;
	top: 10px;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 1px;
	content: "";
	transition: .5s;
	background: var(--main-color);
}

.product-list ul > li .text .product-title ol li.active a {
	padding-left: 60px;
	color: var(--main-color);
}

.product-list ul > li .text .product-title ol li.active a::before {
	width: 50px;
}

.product-list ul > li .banner-carousel {
	width: 60%;
}

.product-list ul > li .banner-carousel .img {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 600px;
}

.product-list ul > li .banner-carousel .pro-btn {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: -56px;
	display: flex;
	width: 112px;
}

.product-list ul > li .banner-carousel .pro-btn div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 50px;
}

.product-list ul > li .banner-carousel .pro-btn div.next {
	background: #fff;
}

.product-list ul > li .banner-carousel .pro-btn div.next .icon {
	transition: .5s;
	color: var(--main-color);
}

.product-list ul > li .banner-carousel .pro-btn div.next:hover .icon {
	transform: translateX(10px)
}

.product-list ul > li .banner-carousel .pro-btn div.prev {
	background: var(--main-color);
}

.product-list ul > li .banner-carousel .pro-btn div.prev .icon {
	transition: .5s;
	color: #fff;
}

.product-list ul > li .banner-carousel .pro-btn div.prev:hover .icon {
	transform: translateX(-10px)
}

.page-position .back:hover {
	color: var(--main-color);
}

.product-page .content .page-container .img {
	position: relative;
	overflow: hidden;
	height: 710px;
}

.product-page .content .pro-btn {
	position: absolute;
	z-index: 1;
	right: -56px;
	bottom: 0;
	width: 112px;
}

.product-page .content .pro-btn div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 50px;
}

.product-page .content .pro-btn div.prev {
	background: #fff;
}

.product-page .content .pro-btn div.prev .icon {
	transition: .5s;
	color: var(--main-color);
}

.product-page .content .pro-btn div.prev:hover .icon {
	transform: translateX(10px)
}

.product-page .content .pro-btn div.next {
	background: var(--main-color);
}

.product-page .content .pro-btn div.next .icon {
	transition: .5s;
	color: #fff;
}

.product-page .content .pro-btn div.next:hover .icon {
	transform: translateX(-10px)
}

.product-page .content .desc h4 {
	font-family: "BLACK";
}

.product-page .content .desc h2 {
	border-bottom: 2px var(--main-color) solid;
}

.product-page .content .desc .con {
	line-height: 36px;
}

.product-page .content .desc .buy span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px #ddd solid;
	border-radius: 50%;
}

.product-page .content .desc .buy span .icon {
	color: var(--main-color);
}

.product-page .content .desc .buy a:hover {
	color: var(--main-color);
}

.product-page .content .desc .buy a:hover span {
	background: var(--main-color);
}

.product-page .content .desc .buy a:hover span .icon {
	color: rgba(255, 255, 255, 0.8)
}

.product-page .content .desc .info a {
	width: 194px;
	height: 50px;
	color: #fff;
	background: var(--main-color);
}

.product-page .content .desc .info a .icon {
	color: #fff;
}

.product-page .content .desc .info a:hover {
	color: rgba(255, 255, 255, 0.7)
}

.product-page .content .desc .info a:hover .icon {
	color: rgba(255, 255, 255, 0.7)
}

.product-page .content .desc .info h4 {
	font-family: "BLACK";
}

.product-page .content1 ol li a.active, .product-page .content1 ol li a:hover {
	color: var(--main-color);
}

.product-page .content1 .tab-content {
	padding: 80px 120px;
}

.product-page .content1 .tab-content .tab-pane img {
	max-width: 100%;
}

.product-page .content1 .related-case ul li .item:hover h4 {
	color: var(--main-color);
}

.case-list ul li .item .img {
	overflow: hidden;
	padding-top: 60%;
}

.case-list ul li .item h4 {
	position: relative;
	padding-left: 50px;
	transition: .5s;
}

.case-list ul li .item h4::before {
	position: absolute;
	top: 12px;
	left: 0;
	width: 40px;
	height: 1px;
	content: "";
	transition: .5s;
	background: #333;
}

.case-list ul li .item:hover img {
	transform: scale(1.1)
}

.case-list ul li .item:hover h4 {
	padding-left: 110px;
	color: var(--main-color);
}

.case-list ul li .item:hover h4::before {
	width: 100px;
	background: var(--main-color);
}

.pagination-box {
	line-height: 32px;
	text-align: center;
	color: #595959;
}

.pagination-box select {
	margin: 0 8px;
}

.pagination-box a, .pagination-box span {
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 8px;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
	color: #666;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
}

.pagination-box a:last-child, .pagination-box span:last-child {
	margin-right: 0;
}

.pagination-box a.active, .pagination-box span.active, .pagination-box a.current, .pagination-box span.current, .pagination-box a:hover, .pagination-box span:hover {
	color: #fff !important;
	border-color: var(--main-color);
	background-color: var(--main-color);
}

.pagination-box select {
	box-sizing: border-box;
	height: 32px;
	border: 1px solid #e2e2e2;
}

.pagination-box .prev_disabled, .pagination-box .next_disabled {
	cursor: no-drop;
	color: #e2e2e2 !important;
	border-color: #e2e2e2 !important;
	background-color: transparent !important;
}

.pagination-box .prev_disabled:hover, .pagination-box .next_disabled:hover {
	color: #e2e2e2 !important;
}

.pagination-box .page_num {
	border: none;
}

.pagination-box .prev::before, .pagination-box .prev_disabled::before {
	content: "<";
}

.pagination-box .next::before, .pagination-box .next_disabled::before {
	content: ">";
}

.case-page .carousel {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 68%;
	padding: 0 110px;
	background: #212121;
}

.case-page .carousel .page-container {
	width: 100%;
	height: 72%;
}

.case-page .carousel .page-container .img {
	position: relative;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.case-page .carousel .carousel-bto {
	width: 100%;
}

.case-page .carousel .carousel-bto .case-btn {
	z-index: 1;
	display: flex;
	width: 112px;
}

.case-page .carousel .carousel-bto .case-btn div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 50px;
}

.case-page .carousel .carousel-bto .case-btn div.next {
	background: #fff;
}

.case-page .carousel .carousel-bto .case-btn div.next .icon {
	transition: .5s;
	color: var(--main-color);
}

.case-page .carousel .carousel-bto .case-btn div.next:hover .icon {
	transform: translateX(10px)
}

.case-page .carousel .carousel-bto .case-btn div.prev {
	background: var(--main-color);
}

.case-page .carousel .carousel-bto .case-btn div.prev .icon {
	transition: .5s;
	color: #fff;
}

.case-page .carousel .carousel-bto .case-btn div.prev:hover .icon {
	transform: translateX(-10px)
}

.case-page .carousel .case-pagination {
	font-size: 24px;
	z-index: 10;
	color: rgba(255, 255, 255, 0.3);
}

.case-page .carousel .case-pagination .swiper-pagination-current {
	font-size: 52px;
	color: #fff;
}

.case-page .text {
	width: 32%;
}

.case-page .text .content .info p {
	line-height: 28px;
}

.case-page .text .content .details {
	line-height: 28px;
	border-top: 2px var(--main-color) solid;
}

.case-page .text .content .details img {
	max-width: 100%;
}

.case-page .text .back {
	position: fixed;
	z-index: 2;
	right: 0;
	bottom: 10%;
	width: 182px;
	height: 42px;
	background: var(--main-color);
}

.case-page .text .back .icon {
	transition: .5s;
}

.case-page .text .back:hover {
	color: rgba(255, 255, 255, 0.7)
}

.case-page .text .back:hover .icon {
	transform: translateX(10px)
}

.strength-page .desc {
	line-height: 36px;
	width: 80%;
}

.strength-page .content1 .text {
	padding: 110px;
	background: url(../image/pz-bg.jpg);
	background-size: cover;
}

.strength-page .content1 .text div p {
	line-height: 36px;
	width: 50%;
	color: rgba(255, 255, 255, 0.8);
}

.strength-page .content1 .text ol {
	width: 52%;
}

.strength-page .content1 .text ol li h4 {
	font-family: "BLACK";
	font-size: 80px;
}

.strength-page .content1 .content1-container ul li .item {
	position: relative;
}

.strength-page .content1 .content1-container ul li .item .info {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.strength-page .content1 .content1-container ul li .item .info .introduce {
	line-height: 28px;
	width: 40%;
	color: rgba(255, 255, 255, 0.8);
}

.strength-page .content2 {
	background: #f8faff;
}

.strength-page .content2 .carousel ol {
	position: relative;
	width: 280px;
	padding-bottom: 36px;
}

.strength-page .content2 .carousel ol::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	content: "";
	background: #ddd;
}

.strength-page .content2 .carousel ol li {
	position: relative;
	width: 130px;
	padding-left: 30px;
	cursor: pointer;
}

.strength-page .content2 .carousel ol li::before {
	position: absolute;
	top: 0;
	left: -1px;
	overflow: hidden;
	width: 3px;
	height: 0;
	content: "";
	background: var(--main-color);
}

.strength-page .content2 .carousel ol li.active {
	color: var(--main-color);
}

.strength-page .content2 .carousel ol li.active::before {
	animation: gobto .5s forwards;
}

.strength-page .content2 .carousel .item {
	position: relative;
	align-items: center;
	justify-content: space-between;
}

.strength-page .content2 .carousel .item .img {
	position: relative;
	overflow: hidden;
	width: 48%;
	height: 600px;
}

.strength-page .content2 .carousel .item .info {
	width: 45%;
}

.strength-page .content2 .carousel .item .info h4 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 40px;
	border-radius: 20px 20px 20px 0;
	background: var(--main-color);
}

.strength-page .content2 .carousel .item .info i {
	width: 60px;
	height: 2px;
	background: var(--main-color);
}

.strength-page .content2 .carousel .item .info .introduce {
	line-height: 36px;
}

.strength-page .content2 .carousel .item span {
	font-family: "BLACK";
	font-size: 120px;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #e5e5e5;
}

.strength-page .content2 .carousel .content2-btn {
	position: absolute;
	z-index: 1;
	bottom: 26px;
	left: calc(48% - 56px);
	display: flex;
	width: 112px;
}

.strength-page .content2 .carousel .content2-btn div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 50px;
}

.strength-page .content2 .carousel .content2-btn div.prev {
	background: #fff;
}

.strength-page .content2 .carousel .content2-btn div.prev .icon {
	transition: .5s;
	color: var(--main-color);
}

.strength-page .content2 .carousel .content2-btn div.prev:hover .icon {
	transform: translateX(-10px)
}

.strength-page .content2 .carousel .content2-btn div.next {
	background: var(--main-color);
}

.strength-page .content2 .carousel .content2-btn div.next .icon {
	transition: .5s;
	color: #fff;
}

.strength-page .content2 .carousel .content2-btn div.next:hover .icon {
	transform: translateX(10px)
}

.strength-page .content3 .text {
	padding: 110px;
	background: url(../image/bz-bg.jpg);
	background-size: cover;
}

.strength-page .content3 .text div p {
	line-height: 36px;
	width: 50%;
	color: rgba(255, 255, 255, 0.8);
}

.strength-page .content3 .text ol {
	width: 52%;
}

.strength-page .content3 .text ol li h4 {
	font-family: "BLACK";
}

.strength-page .content3 .text ol li h4 i {
	font-size: 80px;
}

.strength-page .content3 ul li .item {
	position: relative;
	overflow: hidden;
}

.strength-page .content3 ul li .item .info {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.strength-page .content3 ul li .item .info .title p {
	line-height: 28px;
	max-width: 360px;
	color: rgba(255, 255, 255, 0.8)
}

.strength-page .content3 ul li .item .info .introduce {
	line-height: 28px;
}

@keyframes gobto {
	0% {
		height: 0;
	}
	100% {
		height: 100%;
	}
}

.hot-news ol li .img {
	position: relative;
	overflow: hidden;
	height: 690px;
}

.hot-news ol li .text {
	width: 62%;
}

.hot-news ol li .text a {
	transition: .5s;
}

.hot-news ol li .text h2 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.hot-news ol li .text p {
	line-height: 28px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hot-news ol li:hover img {
	transform: scale(1.1)
}

.hot-news ol li:hover .text a {
	transform: translateX(16px)
}

.hot-news .carousel-info {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.hot-news .carousel-info .news-next:hover .icon {
	color: var(--main-color);
}

.hot-news .carousel-info .news-pagination {
	font-size: 36px;
	z-index: 2;
	color: #333;
}

.hot-news .carousel-info .news-pagination span {
	font-family: "BLACK";
}

.hot-news .carousel-info .news-pagination .swiper-pagination-current {
	font-size: 80px;
	font-weight: bold;
	color: var(--main-color);
}

.news-list ul li .item {
	align-items: center;
}

.news-list ul li .item .img {
	position: relative;
	overflow: hidden;
	width: 30%;
	height: 300px;
}

.news-list ul li .item .text h4 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.news-list ul li .item .text .line {
	height: 1px;
	background: #ddd;
}

.news-list ul li .item .text p {
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	height: 60px;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-list ul li .item .text span {
	font-family: "BLACK";
}

.news-list ul li .item .text .more {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 36px;
	border: 1px #ddd solid;
}

.news-list ul li .item .text .more::before {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	content: "";
	transition: .5s;
	background: var(--main-color);
}

.news-list ul li .item:hover img {
	transform: scale(1.1)
}

.news-list ul li .item:hover .more {
	color: #fff;
	border-color: var(--main-color);
}

.news-list ul li .item:hover .more::before {
	width: 100%;
}

.about-page .content1 .text {
	line-height: 36px;
}

.about-page .content1 .info h3 {
	width: 4em;
}

.about-page .content1 .info .details {
	border-left: 1px #ddd solid;
}

.about-page .content1 .album1 .info1 {
	position: absolute;
	top: 14%;
	right: 10%;
	bottom: 0;
	width: 36%;
}

.about-page .content1 .album1 .info1 p {
	color: rgba(255, 255, 255, 0.7)
}

.about-page .content1 .album1 .info1 img {
	max-width: 90%;
}

.about-page .content1 .album2 .info2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	padding: 0 4%;
}

.about-page .content1 .album2 .info2 h2 {
	color: #52371b;
}

.about-page .content1 .album2 .info2 p {
	line-height: 24px;
	position: absolute;
	right: 4%;
	bottom: 5%;
}

.about-page .content1 .album3 .info3 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	margin: auto;
}

.about-page .content1 .album3 .info3 .title {
	margin-top: 12%;
}

.about-page .content1 .album3 .info3 a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 50px;
	margin-top: 16%;
	background: #f1cba3;
}

.about-page .content1 .album3 .info3 a:hover {
	color: var(--main-color);
}

.about-page .content1 .album3 .info3 ul li {
	position: absolute;
	height: 46%;
}

.about-page .content1 .album3 .info3 ul li::before {
	position: absolute;
	z-index: 1;
	top: 8px;
	left: 0;
	width: 10px;
	height: 10px;
	content: "";
	border: 2px #fff solid;
	border-radius: 50%;
	background: #f1cba3;
}

.about-page .content1 .album3 .info3 ul li::after {
	position: absolute;
	top: 8px;
	left: 5px;
	width: 1px;
	height: 80%;
	content: "";
	background: #fff;
}

.about-page .content1 .album3 .info3 ul li:nth-child(3) {
	top: 32%;
	right: 0;
}

.about-page .content1 .album3 .info3 ul li:nth-child(2) {
	top: 20%;
	right: 22%;
}

.about-page .content1 .album3 .info3 ul li:nth-child(2)::after {
	height: 120%;
}

.about-page .content1 .album3 .info3 ul li:nth-child(1) {
	top: 32%;
	right: 44%;
}

.about-page .content1 .album3 .info3 ul li h3 {
	font-family: "BLACK";
	display: flex;
	align-items: flex-start;
}

.about-page .content1 .album3 .info3 ul li h3 i {
	font-family: "BLACK";
}

.about-page .content1 .m-album .m-album1 .info1 {
	position: absolute;
	top: 6%;
	right: 4%;
	bottom: 0;
	left: 4%;
}

.about-page .content1 .m-album .m-album1 .info1 p {
	color: rgba(255, 255, 255, 0.7)
}

.about-page .content1 .m-album .m-album1 .info1 img {
	max-width: 90%;
}

.about-page .content1 .m-album .m-album2 .info2 {
	position: absolute;
	top: 4%;
	right: 2%;
	bottom: 0;
	left: 2%;
	margin: auto;
	padding: 0 4%;
}

.about-page .content1 .m-album .m-album2 .info2 h2 {
	color: #52371b;
}

.about-page .content1 .m-album .m-album2 .info2 p {
	line-height: 24px;
}

.about-page .content1 .m-album .m-album3 .info3 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	margin: auto;
}

.about-page .content1 .m-album .m-album3 .info3 .title {
	margin-top: 6%;
}

.about-page .content1 .m-album .m-album3 .info3 a {
	position: absolute;
	right: 0;
	bottom: 30px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 50px;
	margin: auto;
	background: #f1cba3;
}

.about-page .content1 .m-album .m-album3 .info3 a:hover {
	color: var(--main-color);
}

.about-page .content1 .m-album .m-album3 .info3 ul {
	display: flex;
	justify-content: space-between;
}

.about-page .content1 .m-album .m-album3 .info3 ul li {
	position: relative;
	height: 160%;
}

.about-page .content1 .m-album .m-album3 .info3 ul li::before {
	position: absolute;
	z-index: 1;
	top: 100px;
	left: 50%;
	width: 10px;
	height: 10px;
	content: "";
	border: 2px #fff solid;
	border-radius: 50%;
	background: #f1cba3;
}

.about-page .content1 .m-album .m-album3 .info3 ul li::after {
	position: absolute;
	top: 100px;
	left: calc(50% + 4px);
	width: 1px;
	height: 100%;
	content: "";
	background: #fff;
}

.about-page .content1 .m-album .m-album3 .info3 ul li h3 {
	font-family: "BLACK";
	display: flex;
	align-items: flex-start;
}

.about-page .content2 {
	background: url(../image/honor-bg1.png) #f5f5f5 no-repeat;
	background-position-x: 100%;
	background-position-y: bottom;
}

.about-page .content2 ol {
	border-bottom: 2px var(--main-color) solid;
}

.about-page .content2 ol li {
	margin-right: 60px;
}

.about-page .content2 ol li a {
	position: relative;
}

.about-page .content2 ol li a:hover {
	color: var(--main-color);
}

.about-page .content2 ol li a::before {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 3px;
	content: "";
	transition: .5s;
}

.about-page .content2 ol li a.active {
	color: var(--main-color);
}

.about-page .content2 ol li a.active::before {
	width: 100%;
}

.about-page .content2 .honor-container ul .swiper-slide .img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 326px;
	background-color: #fff;
}

.about-page .content2 .honor-container ul .swiper-slide .img img {
	max-width: 90%;
	max-height: 90%;
}

.about-page .content2 .honor-top {
	position: absolute;
	top: -30px;
	right: 0;
	align-items: flex-end;
}

.about-page .content2 .honor-top .honor-pagination {
	font-size: 24px;
	z-index: 10;
	color: #666;
}

.about-page .content2 .honor-top .honor-pagination span {
	font-family: "BLACK";
}

.about-page .content2 .honor-top .honor-pagination .swiper-pagination-current {
	font-size: 52px;
	font-weight: bold;
	color: var(--main-color);
}

.about-page .content2 .honor-top .honor-btn div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #b7bcd3;
}

.about-page .content2 .honor-top .honor-btn div:hover:hover {
	background: var(--main-color);
}

.about-page .content3 .info {
	justify-content: center;
}

.about-page .content3 .info .img {
	position: relative;
}

.about-page .content3 .info .img .text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-page .content3 .info .desc {
	margin-top: 5%;
	max-width: 400px;
}

.about-page .content3 .desc p {
	line-height: 32px;
}

.about-page .content4 {
	background: url(../image/course_bg.jpg);
	background-position-x: center;
	background-position-y: bottom;
	background-size: cover;
}

.about-page .content4 .course {
	position: relative;
}

.about-page .content4 .course::before {
	position: absolute;
	right: 0;
	bottom: 72px;
	left: 0;
	content: "";
	border: 1px #ddd solid;
}

.about-page .content4 .course ul li .item {
	align-items: flex-start;
	margin-bottom: 70px;
	opacity: .3;
}

.about-page .content4 .course ul li .item .img {
	position: relative;
	overflow: hidden;
	width: 55%;
	padding-top: 40%;
}

.about-page .content4 .course ul li .item .desc {
	line-height: 32px;
	overflow-y: auto;
	height: 280px;
}

.about-page .content4 .course ul li .item h3 {
	font-family: "BLACK";
	font-size: 80px;
	position: absolute;
	right: 5%;
	bottom: 5%;
}

.about-page .content4 .course ul li.swiper-slide-active .item {
	opacity: 1;
}

.about-page .content4 .course .gallery-thumbs h3 {
	font-family: "BLACK";
	position: relative;
	padding-top: 30px;
	cursor: pointer;
	color: #aaa;
}

.about-page .content4 .course .gallery-thumbs h3::before {
	position: absolute;
	top: -7px;
	left: calc(50% - 7px);
	width: 14px;
	height: 14px;
	content: "";
	border: 3px #fff solid;
	border-radius: 50%;
	background: #aaa;
}

.about-page .content4 .course .gallery-thumbs .swiper-slide-thumb-active h3 {
	font-size: 36px;
	color: var(--main-color);
}

.about-page .content4 .course .gallery-thumbs .swiper-slide-thumb-active h3::before {
	background: var(--main-color);
}

.about-page .content4 .course .thumbs-width {
	width: 90%;
}

.about-page .content4 .course .course-next {
	position: absolute;
	z-index: 2;
	top: 2px;
	right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
}

.chairman-page .content1 {
	background-color: var(--main-color);
}

.chairman-page .content1 .info {
	width: 42%;
}

.chairman-page .content1 .info .desc {
	line-height: 32px;
	color: rgba(255, 255, 255, 0.6)
}

.chairman-page .content1 .img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 60%;
}

.chairman-page .content1 .img img {
	max-width: 100%;
	max-height: 90%;
}

.chairman-page .chair-title {
	border-bottom: 1px #333 solid;
}

.chairman-page .chair-title .chair-btn div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #b7bcd3;
}

.chairman-page .chair-title .chair-btn div:hover {
	background: var(--main-color);
}

.chairman-page .content3 ul li .item .img {
	position: relative;
	overflow: hidden;
	height: 230px;
}

.chairman-page .content3 ul li .item h3 {
	line-height: 28px;
	display: -webkit-box;
	overflow: hidden;
	height: 56px;
	white-space: normal;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.chairman-page .content3 ul li .item p {
	font-family: "BLACK";
}

.chairman-page .content3 ul li .item:hover h3 {
	color: var(--main-color);
}

.chairman-page .content3 ul li .item:hover img {
	transform: scale(1.1)
}

.video-list .video-title {
	border-bottom: 2px var(--main-color) solid;
}

.video-list .video-title ol li.active a, .video-list .video-title ol li:hover a {
	color: var(--main-color);
}

.video-list ul li .item .img {
	position: relative;
	overflow: hidden;
	height: 292px;
}

.video-list ul li .item .img::before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	transition: .5s;
	background: rgba(17, 33, 108, 0);
}

.video-list ul li .item .img span {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin: auto;
	transition: .5s;
	opacity: 0;
	border-radius: 50%;
	background: #fff;
}

.video-list ul li .item h3 {
	padding-left: 1px;
}

.video-list ul li .item h3 span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px var(--main-color) solid;
	border-radius: 50%;
}

.video-list ul li .item:hover .img img {
	transform: scale(1.1)
}

.video-list ul li .item:hover .img::before {
	background: rgba(17, 33, 108, 0.6)
}

.video-list ul li .item:hover .img span {
	opacity: 1;
}

.culture-page .content1 .text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 6% 0 0 5%;
}

.culture-page .content1 .text div {
	margin-top: 5%;
}

.culture-page .content2 ul li .item {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.culture-page .content2 ul li .item img {
	max-width: 90%;
}

.culture-page .content2 ul li h4 {
	color: #16173c;
}

.culture-page .content3 ul {
	display: flex;
}

.culture-page .content3 ul li {
	position: relative;
	width: 15%;
	height: 600px;
	transition: .4s;
	border-left: 1px rgba(17, 33, 108, 0.5) solid;
}

.culture-page .content3 ul li:first-child {
	border-left: none;
}

.culture-page .content3 ul li .text {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	flex-direction: column;
	justify-content: space-between;
}

.culture-page .content3 ul li .text .desc {
	line-height: 36px;
	animation: goheight .6s forwards;
}

.culture-page .content3 ul li .title {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.culture-page .content3 ul li .title span {
	position: relative;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #f1cba3;
}

.culture-page .content3 ul li .title span::before {
	position: absolute;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	content: "";
	animation: opaci 1s linear infinite;
	opacity: .3;
	border-radius: 50%;
	background: #f1cba3;
}

.culture-page .content3 ul li::before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	transition: .5s;
	background: rgba(0, 0, 0, 0.3);
}

.culture-page .content3 ul li.on {
	width: 55%;
}

.culture-page .content3 ul li.on::before {
	background: rgba(17, 33, 108, 0.5)
}

.culture-page .content3 ul li.on .text {
	display: flex;
	animation: font-opa .4s forwards;
}

.culture-page .content3 ul li.on .text h3 {
	animation: goheight .8s forwards;
}

.culture-page .content3 ul li.on .text .desc {
	animation: goheight .8s forwards;
}

.culture-page .content3 ul li.on .title {
	display: none;
}

@keyframes opaci {
	0% {
		opacity: 0;
	}
	50% {
		opacity: .3;
	}
	100% {
		opacity: 0;
	}
}

@keyframes font-opa {
	0% {
		opacity: 0;
	}
	99% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes goheight {
	0% {
		transform: translateY(-20px)
	}
	100% {
		transform: translateY(0)
	}
}

.join-list .title {
	height: 70px;
	border-top: 2px var(--main-color) solid;
}

.join-list .title p {
	width: 120px;
	text-align: center;
}

.join-list ul {
	border: 1px #ddd solid;
}

.join-list ul li {
	border-bottom: 1px #ddd solid;
}

.join-list ul li:last-child {
	border-bottom: none;
}

.join-list ul li .name {
	height: 80px;
	cursor: pointer;
	background: var(--main-color);
}

.join-list ul li .name p {
	width: 120px;
	text-align: center;
	color: #fff;
}

.join-list ul li .name.collapsed {
	background: #fff;
}

.join-list ul li .name.collapsed p {
	color: #333;
}

.join-list ul li .desc .content {
	font-size: 16px;
	line-height: 28px;
	color: #666;
	border-top: 1px #ddd solid;
}

.join-list ul li .desc p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
}

.join-list ul li .desc img {
	max-width: 100%;
}

.join-list ul li .desc a {
	font-size: 14px;
	width: 130px;
	height: 36px;
	color: #fff;
	background: var(--main-color);
}

.join-list ul li .desc a:hover {
	color: rgba(255, 255, 255, 0.7)
}

.join-list ul li:nth-child(odd) .collapsed {
	background: #fafafa;
}

.merchants-page .content1 {
	background: url(../image/merchants1.jpg) no-repeat;
	background-size: 100% 100%;
}

.merchants-page .content1 .text {
	width: 45%;
}

.merchants-page .content1 .text .desc p {
	line-height: 36px;
	color: rgba(255, 255, 255, 0.8)
}

.merchants-page .content1 .text a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 42px;
	background: #fff;
}

.merchants-page .content1 .chart {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	width: 55%;
}

.merchants-page .content1 .chart p {
	color: rgba(255, 255, 255, 0.6)
}

.merchants-page .content1 .chart img {
	max-width: 96%;
}

.merchants-page .content1 ol li .item {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 300px;
}

.merchants-page .content1 ol li .item h3 {
	line-height: 88px;
}

.merchants-page .content1 ol li .item h3 i {
	font-family: "BLACK";
	font-size: 88px;
	line-height: 88px;
}

.merchants-page .merchants-title {
	border-bottom: 2px var(--main-color) solid;
}

.merchants-page .merchants-title .merchants-btn div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #b7bcd3;
}

.merchants-page .merchants-title .merchants-btn div:hover {
	background: var(--main-color);
}

.merchants-page .content2 .case-container ul li {
	padding: 6px;
}

.merchants-page .content2 .case-container ul li .item {
	min-height: 600px;
	-moz-box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.1);
}

.merchants-page .content2 .case-container ul li .item .text {
	width: 50%;
	padding: 70px 30px 60px 86px;
}

.merchants-page .content2 .case-container ul li .item .text span {
	width: 50px;
	height: 2px;
	background: var(--main-color);
}

.merchants-page .content2 .case-container ul li .item .text .desc {
	line-height: 24px;
}

.merchants-page .content2 .case-container ul li i {
	font-family: "BLACK";
}

.merchants-page .content2 .case-container ul li .img {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 50%;
}

.merchants-page .content2 .case-container ul li .img img {
	max-width: 100%;
	max-height: 100%;
}

.merchants-page .content3 .avds-container ul li {
	padding: 6px;
	height: unset;
}

.merchants-page .content3 .avds-container ul li .item {
	position: relative;
	overflow: hidden;
	-moz-box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 14px 0 rgba(0, 0, 0, 0.1);
	height: 100%;
}

.merchants-page .content3 .avds-container ul li .item span {
	width: 50px;
	height: 2px;
	background: var(--main-color);
}

.merchants-page .content3 .avds-container ul li .item .desc {
	line-height: 28px;
}

.merchants-page .content3 .avds-container ul li .item h6 {
	font-family: "BLACK";
	position: absolute;
	top: 30px;
	right: 30px;
}

.merchants-page .content3 .avds-container ul li .item a {
	position: absolute;
	right: 0;
	bottom: -68px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 68px;
	transition: .5s;
	background: var(--main-color);
}

.merchants-page .content3 .avds-container ul li .item a:hover {
	color: rgba(255, 255, 255, 0.7)
}

.merchants-page .content3 .avds-container ul li .item:hover a {
	bottom: 0;
}

.merchants-page .content4 {
	position: relative;
	height: 600px;
	background: var(--main-color);
	background-size: cover;
}

.merchants-page .content4 .need {
	/*position: absolute;
	right: 0;
	bottom: -300px;
	left: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin: auto;*/
	transform: translateY(120px);
}
.merchants-page .content4 .need .swiper-slide{
	width: auto;
	height: 320px;
}
.merchants-page .content4 .need .swiper-slide img{
	height: 100%;
}
.merchants-page .content4 .need h3 {
	font-family: "BLACK";
}

.merchants-page .content4 ol li .item {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 380px;
}

.merchants-page .content4 ol li .item .img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}

.merchants-page .content4 ol li .item .img img {
	max-height: 100%;
}

.merchants-page .content4 ol li .item .img span {
	width: 40px;
	height: 2px;
	background: var(--main-color);
}

.merchants-page .content4 ol li .item .img .desc {
	line-height: 32px;
}

.merchants-page .content5 {
	padding-top: 460px;
	/*background-color: #f5f0ec;*/
	background-size: cover;
}

.merchants-page .content5 .title {
	width: 50%;
}

.merchants-page .content5 .title .tel {
	border-top: 2px var(--main-color) solid;
}

.merchants-page .content5 .title h3 {
	font-family: "BLACK";
}

.merchants-page .content5 #msgFrom .item {
	position: relative;
	border-bottom: 1px #b9bdca solid;
}

.merchants-page .content5 #msgFrom .item input {
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	color: #939393;
}

.merchants-page .content5 #msgFrom .item span {
	font-size: 12px;
	position: absolute;
	right: 0;
	bottom: 10px;
	color: red;
}

.merchants-page .content5 #msgFrom .item input:focus, .merchants-page .content5 #msgFrom .item select:focus, .merchants-page .content5 #msgFrom .item textarea:focus {
	outline: -webkit-focus-ring-color auto 0;
}

.merchants-page .content5 #msgFrom .item input::-webkit-input-placeholder {
	color: #939393;
}

.merchants-page .content5 #msgFrom .item input:-moz-placeholder {
	color: #939393;
}

.merchants-page .content5 #msgFrom .item input::-moz-placeholder {
	color: #939393;
}

.merchants-page .content5 #msgFrom .item input:-ms-input-placeholder {
	color: #939393;
}

.merchants-page .content5 #msgFrom .area {
	position: relative;
}

.merchants-page .content5 #msgFrom .area span.error {
	font-size: 12px;
	position: absolute;
	bottom: -20px;
	left: 0;
	color: red;
}

.merchants-page .content5 #msgFrom .area .distpicker {
	display: flex;
	justify-content: space-between;
}

.merchants-page .content5 #msgFrom .area select {
	font-size: 16px;
	line-height: 46px;
	width: 31%;
	height: 46px;
	color: #939393;
	border: none;
	border-bottom: 1px #b9bdca solid;
	background: none;
}

.merchants-page .content5 #msgFrom button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 60px;
	transition: .5s;
	background: var(--dark-color);
}

.merchants-page .content5 #msgFrom button:hover {
	background: var(--main-color);
}

.contact-page {
	position: relative;
	background: url(../image/map.jpg) center center;
	background-size: cover;
}

.contact-page .info {
	width: 560px;
}

.contact-page .info h2 {
	border-bottom: 2px var(--main-color) solid;
}

.contact-page .info .link span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #666;
}

.contact-page .info .link span .icon {
	font-size: 12px;
	color: #fff;
}

.contact-page .info .link:hover {
	color: var(--main-color);
}

.contact-page .info .link:hover span {
	background: var(--main-color);
}

.contact-page .info form .item {
	line-height: 50px;
	position: relative;
	border-bottom: 1px #ddd solid;
}

.contact-page .info form .item span {
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	color: red;
}

.contact-page .info form input {
	width: 100%;
}

.contact-page .info form textarea {
	width: 100%;
	height: 100px;
	resize: none;
	border: none;
	background: none;
}

.contact-page .info form .area {
	position: relative;
}

.contact-page .info form .area h5 {
	color: #212121;
}

.contact-page .info form .area span.error {
	font-size: 12px;
	position: absolute;
	top: 10px;
	right: 0;
	color: red;
}

.contact-page .info form .area .distpicker {
	display: flex;
	justify-content: space-between;
}

.contact-page .info form .area select {
	font-size: 14px;
	line-height: 46px;
	width: 31%;
	height: 46px;
	color: #939393;
	border: none;
	border-bottom: 1px #b9bdca solid;
	background: none;
}

.contact-page .info form button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 42px;
	background: var(--main-color);
}

.contact-page .info form button:hover {
	color: rgba(255, 255, 255, 0.7)
}

.contact-page .navigation {
	position: absolute;
	top: 46%;
	right: 25%;
	transition: .5s;
}

.contact-page .navigation > .icon {
	transform: translateX(4px)
}

.contact-page .navigation a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 40px;
	background: #fff;
}

.contact-page .navigation a span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--main-color);
}

.contact-page .navigation a span .icon {
	font-size: 12px;
	color: #fff;
}

.contact-page .navigation a:hover {
	color: var(--main-color);
}

.contact-page .navigation:hover {
	transform: translateY(-10px)
}

.activity-list ol li {
	margin-bottom: 80px;
}

.activity-list ol li .item {
	align-items: center;
}

.activity-list ol li .item .text {
	width: 40%;
	padding: 0 80px;
}

.activity-list ol li .item .img {
	position: relative;
	overflow: hidden;
	width: 60%;
	height: 600px;
}

.activity-list ol li .item span {
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 40px;
	background: var(--main-color);
}

.activity-list ol li .item span .icon {
	transition: .5s;
}

.activity-list ol li .item span:hover .icon {
	transform: translateX(5px)
}

.activity-list ol li:nth-child(odd) .item {
	flex-direction: row-reverse;
}

.news-detail .title {
	border-bottom: 1px #e3e3e3 solid;
}

.news-detail .content {
	line-height: 24px;
	min-height: 200px;
}

.news-detail .content img {
	display: block;
	max-width: 100%;
	margin: auto;
}

.news-detail .news-detail-footer {
	border-top: 1px #f5f5f5 solid;
}

.news-detail .news-detail-footer a {
	font-size: 14px;
	color: #333;
}

.news-detail .news-detail-footer a:hover {
	color: var(--main-color);
}

.store-list form select {
	line-height: 68px;
	display: block;
	width: 100%;
	height: 68px;
	color: #212121;
	border: 1px #b9bdca solid;
}

.store-list form .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 68px;
	border: 1px #b9bdca solid;
}

.store-list form .item button {
	transition: .5s;
}

.store-list form .item button:hover {
	transform: translateY(4px)
}

.store-list form .item button:hover .icon {
	color: var(--main-color);
}

.store-list ul li .item .img {
	position: relative;
	overflow: hidden;
	padding-top: 64%;
}

.store-list ul li .item .img .dh {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	background: rgba(17, 33, 108, 0.6);
}

.store-list ul li .item .img .dh span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff;
}

.store-list ul li .item:hover .img img {
	transform: scale(1.1)
}

.store-list ul li .item:hover .img .dh {
	opacity: 1;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: var(--main-color) !important;
	background-color: var(--main-color) !important;
}

#cnzz_stat_icon_1259903510 {
	display: none !important;
}

.install-page .section1 h2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.install-page .section1 h2 span {
	display: flex;
	align-items: center;
	color: #ca2b2f;
}

.install-page .section1 h2 span i {
	font-family: "BLACK";
}

.install-page .section1 ul {
	display: flex;
	justify-content: space-between;
}

.install-page .section1 ul li {
	width: 19%;
}

.install-page .section1 ul li .img {
	position: relative;
}

.install-page .section1 ul li .img span {
	font-family: "BLACK";
	position: absolute;
	right: 0;
	bottom: -22px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: auto;
	border-radius: 50%;
	background: #696969;
}

.install-page .section1 ul li p {
	line-height: 30px;
	color: #525252;
}

.install-page .section2 a {
	position: relative;
}

.install-page .section2 a span {
	position: absolute;
	z-index: 2;
	bottom: 4%;
	left: 4%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 2px #fff solid;
	border-radius: 50%;
}

.install-page .section3 {
	background: url(../image/process-bg1.jpg) no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

.install-page .section3 h2 {
	display: flex;
	align-items: center;
	justify-content: center;
}

.install-page .section3 h2 span {
	font-family: "BLACK";
	color: #f1cba3;
}

.install-page .section4 .content {
	background: url(../image/pro-bg.png) no-repeat;
	background-position: bottom center;
	background-size: 100%;
}

.install-page .section4 .content ul {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.install-page .section4 .content ul li {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.install-page .section4 .content h6 {
	position: absolute;
	right: 0;
	bottom: -20px;
	color: #696969;
}

.install-page .section5 {
	background: url(../image/safety-bg.jpg) no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

.install-page .section5 ul li .item {
	position: relative;
	border: 1px #c0daea solid;
	border-radius: 8px;
	background: rgba(23, 53, 138, 0.2);
}

.install-page .section5 ul li .item h5 {
	font-family: "BLACK";
	position: absolute;
	right: 24px;
	bottom: 20px;
	color: rgba(255, 255, 255, 0.3);
}

.install-page .section5 ul li .item p {
	line-height: 30px;
}

.install-page .section6 ul li {
	display: flex;
	align-items: center;
}

.install-page .section6 ul li span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 142px;
	height: 42px;
	border-radius: 22px;
	background: #17358a;
}

.install-page .section6 ol {
	border: 10px #f3f4f2 solid;
}

.install-page .section6 ol li .item {
	margin-top: -1px;
	margin-left: -1px;
	border: 1px #dfdfdf solid;
}

.install-page .section6 ol li .item .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 230px;
}

.install-page .section6 ol li .item .img img {
	max-width: 90%;
	max-height: 96%;
}

.install-page .section7 {
	background: url(../image/az-bg.jpg) no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

.install-page .section7 .img {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.install-page .section7 .img img {
	max-width: 100%;
}

.install-page .section8 ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.install-page .section8 ul li {
	position: relative;
}

.install-page .section8 ul li h4 {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 50px;
	margin: auto;
	border-radius: 25px;
	background: #fff;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
}

.install-page .section8 .content {
	padding: 110px 0;
	background: url(../image/ys-bg.jpg) no-repeat center;
	background-size: cover;
}

.erp ul li samp {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto 10px;
	background: url("../image/erp.jpg") no-repeat;
}

.erp ul li:nth-child(2) samp {
	background-position: 0 -80px;
}

.erp ul li:nth-child(3) samp {
	background-position: 0 -161px;
}

.erp ul li:nth-child(4) samp {
	background-position: 0 -242px;
}

.erp ul li:nth-child(5) samp {
	background-position: 0 -323px;
}

.erp ul li:nth-child(6) samp {
	background-position: 0 -404px;
}
