* {
	margin: 0;
	padding: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	display: block;
}

html {
	font-size: 20px;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

/* 1rem = 100px */

.swiper {
	--swiper-navigation-color: #ffffff;
	--swiper-navigation-size: 36px;
}

html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
	font-smoothing: antialiased;
	min-height: 100vh;
	width: 100%;
	min-width: 250px;
	max-width: 100vw;
	overflow-x: auto;
}

body {
	overflow-x: hidden;
	font-size: 14px;
	font-family: "Source Han Sans CN", PingFangSC-Regular, Microsoft YaHei, sans-serif;
	line-height: 1.4;
}

.row {
	--bs-gutter-x: 0.4rem;
}

.loading-more {
	width: 0.6rem;
	height: 0.6rem;
	background: url(../image/icon_loading.png) no-repeat center/contain;
	margin: 0 auto;
	cursor: pointer;
	transform: none;
}

@keyframes sk-chase {
	100% {
		transform: rotate(360deg);
	}
}

.loading-more.move {
	animation: sk-chase 2.5s infinite linear both;
}

.margin-bottom-none {
	margin-bottom: 0 !important;
}

.back__btn {
	width: 120px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background-color: #000000;
	transition: opacity 0.2s;
	margin-bottom: 0.6rem;
	transition: all 0.2s;
}

.back__btn img {
	width: 8px;
	margin-right: 15px;
}

.back__btn:hover {
	opacity: 0.8;
	color: #ffffff;
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(-5px);
	}

	50% {
		-webkit-transform: translateY(5px);
	}

	100% {
		-webkit-transform: translateY(-5px);
	}
}

@keyframes bounce {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(-5px);
	}
}

@-moz-keyframes bounce {
	0% {
		-moz-transform: translateY(-5px);
	}

	50% {
		-moz-transform: translateY(5px);
	}

	100% {
		-moz-transform: translateY(-5px);
	}
}

#header {
	width: 100%;
	background-color: #000000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 66;
}

.header-container {
	height: 1rem;
	transition: all 0.3s ease;
}

#header.active .header-container {
	height: 0.8rem;
}

.header-logo {
	width: 1.87rem;
	transition: all 0.3s ease;
}

#header.active .header-logo {
	width: 1.6rem;
}

#header .toggleMenu img {
	max-width: 0.7rem;
	display: block;
	margin-left: 0.2rem;
}

.header-nav {
	color: #ffffff;
	font-size: 16px;
}

.header-nav a {
	text-decoration: none;
}

.header-nav .nav-item-link {
	padding: 0.3rem 0.4rem;
	line-height: 0.4rem;
	display: block;
	transition: all 0.3s ease;
}

#header.active .header-nav .nav-item-link {
	padding: 0.2rem 0.4rem;
}

.header-nav .nav-item:hover .nav-item-link
/* ,.header-nav .nav-item.active .nav-item-link */ {
	background-color: #ffffff;
	color: #000000;
}

.header-nav .sub-nav {
	width: 100%;
	position: absolute;
	overflow: hidden;
	background-color: #ffffff;
	padding-bottom: 0.2rem;
	display: none;
}

.header-nav .sub-nav-link {
	font-size: 15px;
	color: #000000;
	text-align: center;
	display: block;
	padding: 0.1rem;
}

.header-nav .sub-nav-link:hover {
	color: #515151;
}

#banner {
	padding-top: 1rem;
	background-color: #000000;
}

#main {
	padding-top: 1rem;
	position: relative;
	background-color: #eeeeee;
}

#main.about-main {
	padding-top: 120px;
}

.container-full {
	max-width: 17.5rem;
	margin: 0 auto;
	padding: 0 15px;
}

#footer {
	background-color: #000000;
	color: #ffffff;
	padding: 0.5rem 0 1.2rem;
}

.footer__left {
	font-size: 12px;
	line-height: 2.1;
}

.footer__right .backTop {
	width: 0.34rem;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 1rem;
}

.footer__right--nav {
	font-size: 16px;
}

.footer__right--nav .nav-link {
	padding: 0;
	color: #ffffff;
}

.footer__right--nav .nav-link:hover {
	opacity: 0.8;
}

.footer__right--nav .nav-link + .nav-link {
	margin-left: 0.25rem;
}

.anniu-home {
	width: 5.22rem;
	height: 0.8rem;
	border-radius: 0.8rem;
	line-height: 0.8rem;
	position: fixed;
	bottom: 10px;
	top: auto;
	left: 0;
	right: 0;
	z-index: 30;
	margin: 0 auto;
	background: #cecece;
	text-align: center;
}

.anniu-home .anniu {
	display: block;
	float: left;
	width: 33.33%;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	color: #818181;
	font-size: 12px;
}

.anniu-home .home {
	border-left: 0;
}

.anniu-home .anniu img {
	display: inline-block;
	width: 23px;
	height: 23px;
	vertical-align: middle;
}

.wx-bgbox {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 150;
	top: 0;
	left: 0;
	display: none;
}

.wx-bgbox .bgbox {
	width: 240px;
	height: 270px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	font-size: 15px;
	color: #000000;
	background: #fff;
	border: 1px solid #acacac;
	box-sizing: border-box;
	text-align: center;
}

.wx-bgbox .bgbox .images {
	width: 100%;
	overflow: hidden;
}

.wx-bgbox .bgbox .words {
	line-height: 1;
}

@media screen and (max-width: 750px) {
	.wx-bgbox .bgbox .words {
		display: none;
	}

	.wx-bgbox .bgbox {
		width: 3.9rem;
		height: 3.9rem;
	}
}
@media screen and (max-width: 768px) {
	.wx-bgbox .bgbox {
		width: 240px;
		height: 240px;
	}
}

.nav-container {
	width: 100%;
	/* height: 1rem; */
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.nav-container.fixed {
	position: fixed;
	top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-container .swiper-slide {
	width: 25%;
	text-align: center;
}

.nav-container .nav-link {
	font-size: 16px;
	color: #ffffff;
	padding: 0.3rem 0;
	line-height: 0.4rem;
	position: relative;
}

.nav-container.fixed .nav-link {
	padding: 0.2rem 0;
}

.nav-container .nav-link::after {
	content: "";
	width: 100%;
	height: 0.03rem;
	background-color: #000000;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-container.fixed .nav-link::after {
	bottom: 1px;
}

.nav-container .nav-link-active::after {
	background-color: #ffffff;
}

@keyframes scroll {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.company-profile {
	background-color: #eeeeee;
	padding: 100px 0 50px;
	position: relative;
}

.company-profile__content {
	max-width: 750px;
	margin: 0 auto 40px;
}

.company-profile__title {
	font-size: 20px;
	color: #313131;
	text-align: center;
}

.company-profile__desc {
	line-height: 2;
	color: #313131;
}

.company-profile__desc p {
	margin-top: 0.4rem;
}

.company-profile__img {
	max-width: 750px;
	margin: 0 auto;
}

.our-philosophy__content {
	padding: 50px 0;
	flex-wrap: wrap;
}

.our-philosophy__content > div {
	flex: 1 1 50%;
	padding: 30px;
	color: #ffffff;
}

.enterprise-purpose {
	background-color: #000000;
}

.enterprise-spirit {
	background-color: #5a5a5a;
}

.enterprise-philosophy {
	background-color: #ffffff;
	color: #000000 !important;
}

.our-philosophy__title {
	/* font-size: 20px; */
	font-size: 16px;
	margin-bottom: 0.3rem;
}

.our-philosophy__desc {
	line-height: 2;
}

.our-philosophy__img {
	flex: 1 1 50% !important;
	background-image: url(../image/img_02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 250px;
}

.brand-story {
	padding: 50px 0;
}

.brand-story__content {
	max-width: 580px;
	margin: 0 auto;
}

.brand-story__content ul {
	padding: 0.36rem 0;
	position: relative;
}

.brand-story__content ul::before {
	content: "";
	left: 4px;
	top: 0;
	bottom: 0;
	border-left: 2px solid #706f6e;
	position: absolute;
	z-index: 1;
}

.brand-story__content li {
	padding-left: 0.36rem;
	position: relative;
}

.brand-story__content li + li {
	margin-top: 0.5rem;
}

.brand-story__content li::before {
	content: "";
	width: 0.12rem;
	height: 0.12rem;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: 0.16rem;
	z-index: 6;
	border-radius: 100%;
}

.brand-story__year {
	/* font-size: 0.5rem; */
	font-size: 20px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.brand-story__desc {
	/* margin-bottom: 2px; */
}

.talent-recruitment__content {
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 0;
}

.talent-recruitment__content .card {
	margin-bottom: 0.24rem;
	background-color: transparent;
	border: 0;
}

.talent-recruitment__content .card:last-child {
	margin-bottom: 0;
}

.talent-recruitment__content .card-header {
	background-color: #ffffff;
	border-radius: 0;
	padding: 0.2rem 0.7rem 0.2rem 0.4rem;
	border-bottom: 0;
	cursor: pointer;
	position: relative;
}

.talent-recruitment__content .recruit-position {
	/* font-size: 20px; */
	font-size: 16px;
	font-weight: bold;
}

.talent-recruitment__content .recruit-info {
	font-size: 14px;
	color: #e35241;
	margin: 0 10px;
}

.talent-recruitment__content .recruit-date {
	font-size: 12px;
	color: #313131;
}

.talent-recruitment__content .icon {
	position: absolute;
	width: 0.25rem;
	height: 0.14rem;
	background: url(../image/icon_down.png) no-repeat center/100%;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	z-index: 2;
	right: 0.36rem;
	transition: all 0.2s;
}
.collapsed .icon {
	transform: translateY(-50%) rotate(0);
}

.talent-recruitment__content .card-body {
	padding: 0.15rem 0.45rem;
	font-size: 14px;
	color: #000000;
	border-radius: 0;
	line-height: 2;
}

.talent-recruitment__content .duty {
	margin-bottom: 0.4rem;
}

.news-center {
	padding: 50px 0;
}

.news-list {
	margin-bottom: 0.6rem;
}

.news-list .news-item {
	padding: 0.24rem 0.3rem 0.2rem 0.35rem;
	border-bottom: 1px solid #ffffff;
	color: #313131;
	transition: all 0.2s;
}

.news-list .news-item:hover {
	background-color: #ffffff;
}

.news-list .news-link {
	color: #313131;
	text-decoration: none;
}

.hot-news {
	background-color: #ffffff;
	margin-bottom: 0.2rem;
	padding: 0.5rem 0;
}

.hot-news .swiper-slide {
	padding: 0 0.4rem;
}

.hot-news .news-order {
	font-size: 20px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.2rem;
	font-weight: bolder;
}

.hot-news .news-title {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0.25rem;
}

.hot-news .news-date {
	font-size: 12px;
	color: #313131;
}

.hot-news .news-desc {
	color: #313131;
	line-height: 28px;
	height: 84px;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 0.25rem;
}

.news-detail {
	padding: 50px 0;
}

.news-detail__main {
	background-color: #ffffff;
}

.news-recommend {
	flex: 0 1 530px;
	max-width: 530px;
	padding: 25px 0.6rem;
}

.news-recommend__btn {
	width: 1.56rem;
	height: 0.52rem;
	text-align: center;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background-color: #94393e;
	transition: opacity 0.2s;
	margin-bottom: 0.6rem;
}

.news-recommend li {
	margin-bottom: 1rem;
}

.news-recommend .news-order {
	font-size: 0.5rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1;
	margin-bottom: 0.2rem;
}

.news-recommend .news-date {
	font-size: 12px;
	color: #313131;
	margin-bottom: 0.2rem;
}

.news-recommend .news-name {
	font-size: 16px;
	color: #313131;
}

.news-recommend li:hover .news-name {
	text-decoration: underline;
}

.news-detail__content {
	flex: 0 1 1180px;
	padding: 25px 0.4rem 1rem;
	max-width: 1180px;
	position: relative;
}

.news-detail__content::before {
	content: "";
	border-left: 1px solid #f0f0f0;
	left: 0;
	top: 0.75rem;
	bottom: 0.75rem;
	z-index: 2;
	position: absolute;
}

.news-articles {
	max-width: 880px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 2;
	color: #313131;
	padding-bottom: 0.6rem;
}

.news-articles img {
	max-width: 100%;
	height: auto !important;
	display: inline-block;
}

.news-detail__content .news-title,
.product-knowledge-detail__main .news-title {
	text-align: center;
	font-size: 20px;
	color: #313131;
	margin-bottom: 0.4rem;
}

.next-news {
	color: #313133;
}

.next-news:hover {
	text-decoration: underline;
}

.new-products {
	padding: 50px 0;
}

.products-content {
	padding: 0 0 20px;
	background-color: #ffffff;
	display: block;
	margin-bottom: 0.4rem;
	transition: all 0.2s;
}

.products-content:hover {
	box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.15) !important;
}

.products-content .pro-img {
	width: 100%;
	padding-top: 100%;
	position: relative;
	margin-bottom: 0.25rem;
	overflow: hidden;
}

.products-content .pro-imgage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
	z-index: 1;
	transform: none;
	transition: all 0.2s;
}

.products-content .pro-imgage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.products-content:hover .pro-imgage {
	transform: scale(1.1);
}

.products-content .pro-name {
	color: #313131;
	margin-bottom: 0.1rem;
	padding: 0 20px;
}

.products-content .pro-model {
	color: #313131;
	padding: 0 20px;
}

.prev-page {
	width: 0.6rem;
	flex: 0 0 0.6rem;
	margin-left: 0.4rem;
	margin-right: 0.2rem;
	transform: none;
	transition: all 0.2s ease-in;
}

.prev-page:hover {
	transform: translateX(-10px);
}

.next-page {
	width: 0.6rem;
	flex: 0 0 0.6rem;
	transform: none;
	transition: all 0.2s ease-in;
}

.next-page:hover {
	transform: translateX(10px);
}

.products-center {
	padding: 50px 0;
}

.products-center .products-nav {
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.products-center .products-nav > ul {
	display: none;
}

.products-center .products-nav-switch {
	padding: 0 15px;
	line-height: 50px;
	background-color: #181818;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 15px;
	cursor: pointer;
}

.products-center .products-nav-switch img {
	width: 22px;
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	z-index: 10;
}

.products-nav li {
	position: relative;
	padding-right: 0.5rem;
	padding: 0 15px;
	background-color: #ffffff;
	/* margin-right: 10px; */
	margin-bottom: 10px;
}

.products-nav li.active {
	background-color: #515151;
}

.products-nav li::before {
	content: "";
	position: absolute;
	width: 1000px;
	height: 100%;
	z-index: 1;
	right: 0;
	top: 0;
	background-color: #515151;
	opacity: 0;
	transition: all 0.3s;
	display: none;
}

.products-nav li::after {
	content: "";
	width: 10px;
	height: 25px;
	background-image: url(../image/icon_back.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: 0.25rem;
	top: 50%;
	transform: translate(0, -50%) rotate(180deg);
	opacity: 0;
	transition: all 0.3s;
	z-index: 2;
	display: none;
}

.products-nav li.active:before,
.products-nav li:hover:before,
.products-nav li.active:after,
.products-nav li:hover:after {
	opacity: 1;
}

.products-nav__link {
	display: block;
	line-height: 40px;
	color: #313131;
	position: relative;
	z-index: 2;
	transition: all 0.3s;
}

.products-nav li.active .products-nav__link {
	color: #ffffff;
}

#products {
	position: relative;
	z-index: 1;
	top: -130px;
}

.products-center .products-main {
	/* width: 100%; */
}

.product-detail__content {
	background-color: #ffffff;
	margin-bottom: 0.4rem;
}

.product-detail__image {
	padding-top: 90%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.product-detail__desc {
	padding: 30px 30px 60px;
	color: #313131;
	position: relative;
}

.product-detail__name {
	font-size: 18px;
	color: #000000;
	margin-bottom: 0.2rem;
}

.product-detail__desc p {
	margin-bottom: 0.1rem;
}

.product-detail__desc .relevant-version {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-color: #000000;
	font-size: 14px;
	color: #ffffff;
	padding: 0.2rem;
}

.product-detail__desc .relevant-version img {
	width: 0.13rem;
	transform: rotate(180deg);
	margin-left: 0.25rem;
}

.same-series-title {
	font-size: 18px;
	color: #000000;
	margin-bottom: 0.2rem;
}

.product-version {
	max-width: 1275px;
	margin: 0 auto;
}

.product-version-list {
	background-color: #ffffff;
	/* margin-bottom: 0.7rem; */
}

.product-version-img {
	flex: 0 0 100%;
	max-width: 100%;
}

.product-version-info {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 30px 40px;
	font-size: 14px;
	color: #313131;
	position: relative;
}

.product-version-title {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 0.3rem;
}

.product-version-info .icon {
	width: 0.58rem;
	position: absolute;
	right: 0.5rem;
	bottom: 0.4rem;
	transform: none;
	transition: all 0.3s;
}

.product-version-item:hover .icon {
	transform: translateX(10px);
}

.product-knowledge {
	padding: 50px 0;
}

.product-knowledge-content {
	max-width: 1440px;
	margin: 0 auto 0.5rem;
}

.product-knowledge-item {
	line-height: 1.5;
	padding: 0.15rem 0.3rem;
	border-bottom: 1px solid #ffffff;
	color: #313131;
	display: block;
	transition: all 0.3s;
}

.product-knowledge-date {
	font-size: 12px;
	display: block;
	margin-top: 10px;
}

.product-knowledge-item:hover {
	background-color: #ffffff;
}

.product-knowledge-detail__content {
	background-color: #ffffff;
	padding: 0.4rem;
}

.product-knowledge-detail-articles img {
	max-width: 100%;
	display: inline-block;
}

.classic-prodct {
	padding: 0.9rem 0;
}

.classic-prodct__content {
	max-width: 14.4rem;
	margin: 0 auto;
}

.classic-prodct__content > .row {
	margin-left: -0.4rem;
	margin-right: -0.4rem;
}

.classic-prodct__main {
	padding: 0 15px;
	margin-bottom: 30px;
}

.classic-prodct__item {
	background-color: #ffffff;
}

.classic-prodct__images {
	position: relative;
	padding-top: 151%;
	overflow: hidden;
}

.classic-prodct__images img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: all 0.3s;
}

.classic-prodct__item:hover .classic-prodct__images img {
	left: 0;
}

.classic-prodct__title {
	font-size: 16px;
	color: #313131;
	line-height: 20px;
	padding: 30px 20px;
	height: 80px;
}

.message-board {
	padding: 50px 0;
}

.message-board__content {
	max-width: 990px;
	margin: 0 auto;
	font-size: 14px;
}

.form-group {
	font-size: 14px;
}

.form-check {
	margin-left: 0.4rem;
	margin-bottom: 0;
	min-height: 30px;
	padding: 10px 0;
	line-height: 30px;
	display: flex;
	align-items: center;
}

.form-check-first {
	margin-left: 0;
}

.form-check .form-check-input {
	margin-left: 0;
	margin-top: 0;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: 2px solid #7d7d7d;
}

.form-check-input:focus {
	box-shadow: none;
}

.input-content {
	border: 1px solid #a0a0a0;
	position: relative;
	margin-bottom: 20px;
}

.layui-form-radio > i {
	font-size: 18px;
}

.form-label {
	width: auto;
	padding: 0;
	position: absolute;
	margin-bottom: 0;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.form-control {
	height: auto;
	padding: 10px 20px 10px 60px;
	line-height: 30px;
	font-size: 14px;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}

.layui-form-item .layui-form-checkbox[lay-skin="primary"] {
	margin-top: 0;
}

.layui-form-radio {
	line-height: 30px;
	height: 30px;
	margin-top: 0;
}

.layui-input-block {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 90px;
}

.layui-input-checkbox {
	padding-top: 15px;
	padding-bottom: 15px;
}

.layui-form-checkbox[lay-skin="primary"] span {
	color: #ffffff;
}

.left-03 {
	padding-left: 75px;
}

.left-04 {
	padding-left: 90px;
}

.left-05 {
	padding-left: 115px;
}

.form-control:focus,
.btn-check:focus + .btn,
.btn:focus {
	background-color: transparent;
	outline: 0;
	box-shadow: 0 0 0 2px rgb(13 110 253 / 25%);
}

.form-control::-moz-placeholder {
	color: #000000;
}
.form-control::placeholder {
	color: #000000;
}

textarea.form-control {
	padding-left: 20px;
	min-height: 1.8rem;
}

.verification-code {
	flex: auto;
	width: 120px;
	height: 50px;
	margin-left: 0.2rem;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.verification-code img {
	max-width: 100%;
	max-height: 100%;
}

.message-board__content .back__btn,
.info-form .back__btn {
	margin-bottom: 0;
	border-radius: 0;
}

.message-board__content .submit,
.info-form .submit {
	background-color: #94393e;
}

.message-board__content .reset {
	background-color: #515151;
	margin-left: 20px;
}

.info-form .reset {
	background-color: #ffffff;
	margin-left: 20px;
	color: #000000;
}

.join-lusone-content {
	max-width: 1350px;
	margin: 0 auto;
	padding: 50px 0;
	color: #ffffff;
	font-size: 14px;
}

.join-lusone_title {
	font-size: 16px;
	margin-bottom: 40px;
}

.join-lusone_title img {
	height: 30px;
	margin-right: 15px;
}

.join-lusone-content .form-control {
	color: #ffffff;
}

.join-lusone-content .form-control::-moz-placeholder {
	color: #ffffff;
}

.join-lusone-content .form-control::placeholder {
	color: #ffffff;
}

.join-basic-info {
	padding: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../image/bg_01.jpg);
	margin-bottom: 20px;
}

.join-basic-info + .join-basic-info {
	background-image: url(../image/bg_02.jpg);
}

.info-form {
	max-width: 990px;
	margin: 0 auto;
}

.home-content {
	padding: 50px 0;
	background-color: #eeeeee;
}

.home-content__item {
	background-color: #ffffff;
	height: 150px;
	margin-bottom: 20px;
}

.home-content-title {
	flex: 0 0 68px;
	max-width: 68px;
	background-color: #515151;
	color: #ffffff;
	font-size: 18px;
	padding: 20px 5px;
	z-index: 10;
}

.home-content-title img {
	width: 8px;
	transform: rotate(180deg);
}

.home-content__desc {
	padding: 0.3rem 0.5rem;
	flex: 1;
	/* font-size: 16px; */
	color: #313131;
	z-index: 10;
}

.home-content__desc .title {
	font-size: 18px;
	margin-bottom: 10px;
}

.home-content__desc .text {
	min-height: 44px;
}

.home-content__news-date {
	font-size: 12px;
	margin-bottom: 0.3rem;
}

.home-content__name {
	position: absolute;
	z-index: 1;
	font-size: 0.6rem;
	line-height: 1;
	right: 0;
	bottom: 0;
	font-weight: bold;
	color: #eeeeee;
}

.contact-us {
	position: relative;
	background-color: #eeeeee;
	padding: 50px 0;
}

#map {
	height: 340px;
}

.contact-us__content {
	padding-top: 0;
}

.contact-us__info {
	width: 100%;
	height: auto;
	max-width: 100%;
	background-color: #ffffff;
	margin-left: 0;
	/* font-size: 0.26rem; */
	font-size: 14px;
	color: #000000;
	padding: 30px 50px;
}

.contact-us__info img {
	width: 0.36rem;
	margin-bottom: 0.3rem;
}

.contact-us__info .address {
	font-weight: bold;
}

.contact-us__info p {
	margin-bottom: 0.2rem;
}

@media (min-width: 576px) {
	.back__btn img {
		/* width: 10px; */
	}

	.nav-container.fixed {
		height: 0.8rem;
	}

	.nav-container .swiper-slide {
		margin-right: 20px;
		width: 100px;
	}

	.company-profile {
		padding: 1.3rem;
	}

	.our-philosophy__content {
		padding: 0.8rem 0;
	}

	.company-profile__title {
		/* font-size: 28px; */
	}

	.brand-story {
		padding: 0.8rem 0 1rem;
	}

	.contact-us {
		padding: 0;
	}

	#main {
		padding-top: 1rem;
	}

	#main.about-main {
		padding-top: 1rem;
	}

	#map {
		flex: 0 0 50%;
		width: 50%;
		height: 7.6rem;
	}

	.contact-us__content {
		flex: 0 0 50%;
		width: 50%;
		padding-top: 1.16rem;
	}

	.contact-us__info {
		width: 8.3rem;
		height: 4.4rem;
		margin-left: -0.5rem;
		padding: 0.8rem 1.2rem;
	}

	.talent-recruitment__content {
		padding: 0.5rem 0 0.8rem;
	}

	.talent-recruitment__content .recruit-position {
		/* font-size: 24px; */
		min-width: 200px;
	}

	.talent-recruitment__content .icon {
		right: 0.16rem;
	}

	.products-center .products-nav {
		overflow: initial;
	}

	.products-center .products-nav > ul {
		display: block;
	}

	.new-products {
		padding: 0.5rem 0;
	}

	.products-content {
		padding: 0.35rem;
	}

	.products-content .pro-name,
	.products-content .pro-model {
		padding: 0;
	}

	.products-center {
		padding: 0.5rem 0;
	}

	.products-center .products-nav {
		flex: 0 1 4.2rem;
		max-width: 4.2rem;
		padding: 0.3rem 0.3rem 0.3rem 0;
	}

	.products-nav li {
		padding: 0 0.5rem 0 0;
		margin: 0;
		background: transparent;
	}

	.products-nav li::before,
	.products-nav li::after {
		display: block;
	}

	.products-nav li .products-nav__link {
		line-height: 54px;
	}

	.products-nav li:hover .products-nav__link {
		color: #ffffff;
	}

	.product-version-img {
		flex: 1 1 757px;
		max-width: 757px;
	}

	.product-version-info {
		flex: 1 1 518px;
		max-width: 518px;
		padding: 0.5rem 0.55rem;
	}

	.product-detail {
		padding: 0.5rem 0 0;
	}

	.product-detail__image {
		flex: 1 1 750px;
		padding-top: 56%;
	}

	.product-detail__desc {
		flex: 1 1 540px;
		padding: 1rem 0.5rem;
	}

	.same-series-products .swiper-slide {
		max-width: 33.33%;
	}

	.hot-news .swiper-slide {
		flex: 1 1 33.33%;
		max-width: 33.33%;
	}

	.hot-news .swiper-slide + .swiper-slide {
		border-left: 1px solid #f0f0f0;
	}

	.hot-news .news-order {
		font-size: 30px;
		font-weight: normal;
	}

	.product-knowledge-item {
		line-height: 40px;
	}

	.product-knowledge-date {
		margin-top: 0;
	}

	.verification-code {
		/* margin-bottom: 0; */
	}

	.join-basic-info {
		padding: 0.4rem 1.1rem 1rem;
	}

	.join-lusone_title img {
		height: 40px;
		margin-right: 30px;
	}

	.classic-prodct__images {
		overflow: initial;
	}

	.classic-prodct__images img {
		left: -14px;
		top: -17px;
	}

	.classic-prodct__main {
		padding: 0 0.4rem;
		margin-bottom: 60px;
	}
}

@media (min-width: 768px) {
	.back__btn {
		/* width: 156px;
		height: 52px; */
		/* font-size: 20px; */
		/* padding: 10px 20px; */
	}
	.our-philosophy__content > div {
		/* height: 5rem; */
		padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	}

	.products-center .products-main {
		flex: 0 1 13rem;
		max-width: 13rem;
		margin: 0 auto;
	}

	.hot-news .news-order {
		font-size: 40px;
	}

	.home-content__item {
		height: 200px;
		margin-bottom: 0;
	}

	.home-content__desc {
		padding: 0.3rem 0.5rem;
	}

	.home-content-title {
		font-size: 20px;
	}

	.home-content-title img {
		width: 13px;
	}
	.anniu-home {
		width: 522px;
		height: 40px;
		line-height: 40px;
	}
}

@media (min-width: 992px) {
	.home-content__item {
		/* height: 240px; */
	}

	.home-content__desc {
		padding: 0.3rem 0.5rem;
	}

	.our-philosophy__content {
		flex-wrap: nowrap;
	}

	.our-philosophy__content > div {
		flex: 1 1 25%;
		/* height: 6rem; */
	}

	.our-philosophy__img {
		flex: 1 1 640px !important;
	}

	.company-profile__content {
		max-width: 6.4rem;
		margin-left: 0.7rem;
		margin-bottom: 0;
	}

	.company-profile__title {
		text-align: left;
	}

	.company-profile__img {
		width: 8rem;
		max-width: 100%;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	#footer {
		padding-bottom: 0.5rem;
	}

	.anniu-home {
		display: none;
	}
}

@media (min-width: 1200px) {
	.company-profile__img {
		width: 10rem;
	}
}

@media (min-width: 1500px) {
	.container {
		max-width: 80%;
	}
}

#toggleMenu {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 10000;
	background: #296673;
	color: #ffffff;
	user-select: none;
	-webkit-user-select: none;
	transform: translate(0, -110%);
	transition: all 0.3s ease-in;
}

#toggleMenu.open {
	transform: none;
}

#toggleMenu .toggle_icon {
	width: 32px;
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 10000;
	cursor: pointer;
	font-size: 56.25%;
	text-align: center;
	display: block;
	font-family: "Spartan", sans-serif;
	font-weight: bold;
}

#toggleMenu .toggle_icon img {
	width: 0.7rem;
	height: auto;
	padding-bottom: 10px;
}

#toggleMenu ul li {
	position: relative;
}

#toggleMenu ul li span {
	position: relative;
	font-weight: bold;
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#toggleMenu ul li a {
	display: block;
	width: calc(100% - 42px);
	color: #fff;
	padding: 15px 0 14px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.4em;
	font-size: 0.28rem;
}

#toggleMenu ul li a:hover {
	text-decoration: none;
}

#toggleMenu ul li span.linknone {
	display: block;
	width: 100%;
	color: #fff;
	padding: 6px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#toggleMenu .open_close {
	margin-top: 70px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#toggleMenu ul.submenu li.subttl span {
	background: rgba(255, 255, 255, 0.5);
}

#toggleMenu ul.submenu li.subttl span a {
	padding: 15px 0 14px 30px;
}

#toggleMenu ul.submenu li.subttl2 span {
	background: rgba(255, 255, 255, 0.7);
	font-size: 81.2%;
	font-weight: normal;
}

#toggleMenu ul.submenu li.subttl2 dfn {
	display: none;
}

#toggleMenu .t01 span::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 24px;
	top: calc(50% - 1px);
	border-top: solid 1px;
	border-right: solid 1px;
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	color: #fff;
}

/* #toggleMenu .is-open > a,
#toggleMenu .is-close > a {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
} */

#toggleMenu .is-open::after,
#toggleMenu .is-close::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
	user-select: none;
	width: 18px;
	height: 24px;
}

#toggleMenu .is-open::after {
	background: url("../image/icon_minus.png") no-repeat center/contain;
}

#toggleMenu .is-close::after {
	background: url("../image/icon_plus.png") no-repeat center/contain;
}

#toggleMenu .open_close {
	display: block;
}

#toggleMenu .close_open {
	display: none;
}

#toggleMenu ul.submenu li.pcttl span {
	background: rgba(255, 255, 255, 0.1);
	font-size: 14px;
}

#toggleMenu ul.submenu li.subttl2 span {
	background: rgba(255, 255, 255, 0.1);
	font-size: 12px;
	font-weight: normal;
}
