@charset "utf-8";
@import url('iconfont.css');
@import url("message.css");
@import url("language.css");
:root {
--color:#f47920;
--hovercolor:#20242d;
--fontcolor:#111111;
--headercolor:#111111;
--footercolor:#DDDDDD;
--introcolor:#555555;
--fontsize12:12px;
--fontsize13:13px;
--fontsize14:14px;
--fontsize15:15px;
--fontsize16:16px;
--fontsize17:17px;
--fontsize18:18px;
--fontsize20:20px;
--fontsize22:22px;
--fontsize24:24px;
--fontsize26:26px;
--fontsize28:28px;
--fontsize30:30px;
--fontbold3:300;
--fontbold4:400;
--fontbold5:500;
--fontbold6:600;
--fontbold7:700;
--fontfamily:'Roboto', 'Lato', 'Open Sans', 'Poppins', 'Oswald', 'Noto Sans', 'Montserrat', arial, sans-serif
}
*, html, body, h1, h2, h3, h4, h5, h6, table, th, td, ul, li, dl, dt, dd, div, p, pre, form, input, button, textarea {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}
html {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none
}
body {
	margin: 0px auto;
	padding-top: 118px;
	max-width: 1920px;
	font-size: var(--fontsize16);
	line-height: 1.6;
	color: var(--fontcolor);
	font-family: var(--fontfamily)
}
a, a:hover {
	text-decoration: none;
	color: var(--fontcolor);
	cursor: pointer
}
h1, h2, h3, h4, h5, h6 {
	font-weight: var(--fontbold5);
	text-transform: capitalize
}
button, input, textarea {
	outline: 0;
	border: none;
	font: inherit;
	-webkit-appearance: none;
	border-radius: 0
}
button {
	cursor: pointer
}
i {
	vertical-align: middle
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	border: none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}
img[data-src] {
	opacity: 0
}
img[src] {
	opacity: 1
}
input::placeholder, textarea::placeholder {
font-family:var(--fontfamily)
}
li, ol, ul {
	list-style: none
}
iframe, video {
	max-width: 100%;
	border: none
}
table {
	border-collapse: collapse
}
@media(min-width:1025px) {
::-webkit-scrollbar {
width:10px;
height:8px
}
::-webkit-scrollbar-track {
background:#FFFFFF;
border-radius:0
}
::-webkit-scrollbar-thumb {
background:#CCCCCC;
border-radius:5px;
transition:all 0.1s linear
}
::-webkit-scrollbar-thumb:hover {
background:#bdbbbb
}
}
header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 1px 2px 10px rgba(0,0,0,.02);
	z-index: 99;
	transition: all .2s linear
}
header.scrollhead {
	box-shadow: 1px 2px 10px rgb(0 0 0 / 10%)
}
header.scrollhead .head-top {
	margin-top: -40px
}
.animate__zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
.l-wrap {
	max-width: 1600px;
	margin: 0px auto
}
.line1 {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}
.line2 {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}
.line3 {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}
.line4 {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden
}
.table td, .table th {
	border: 1px solid #E5E5E5;
	padding: 6px 16px
}
.table-bottom td, .table-bottom th {
	border-bottom: 1px solid #E5E5E5;
	padding: 8px
}
.head-top {
	height: 40px;
	border-bottom: 1px solid #E9E9E9;
	transition: all .3s linear;
	padding: 0px 20px;
	z-index: 99999;
	background: #FFFFFF
}
.head-top .l-wrap {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.head-link {
	display: flex;
	align-items: center;
	font-size: var(--fontsize14);
	color: var(--headercolor)
}
.head-link div {
	margin-right: 25px;
	display: inline-flex;
	align-items: center
}
.head-link div em {
	margin-right: 5px;
	font-size: var(--fontsize18)
}
.head-link div img {
	margin-right: 5px
}
.head-link .tel a, .head-link .mail a {
	color: var(--headercolor)
}
.head-share {
	display: flex
}
.head-share>ul {
	margin-right: 20px;
	display: flex;
	align-items: center
}
.head-share>ul a {
	color: var(--headercolor);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	transition: all .2s linear
}
.head-share>ul a i {
	font-size: var(--fontsize20)
}
.head-share>ul a:hover i {
	color: var(--color)
}
.head-info {
	z-index: 999;
	background: #FFFFFF;
	height: 78px;
	position: relative;
	padding: 0px 20px
}
.head-info .l-wrap {
	display: flex;
	align-items: center;
	height: 100%
}
.logo {
	max-width: 25%;
	height: 100%;
	display: inline-flex;
	align-items: center
}
.logo img {
	padding: 5px 0px;
	max-height: 78px;
	width: auto;
	height: auto
}
#nav {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	height: 100%;
	z-index: 9
}
#nav ul {
	display: flex;
	align-items: center;
	height: 100%
}
#nav ul li {
	height: 100%;
	padding: 0px 16px;
	font-size: var(--fontsize18);
	position: relative
}
#nav ul li:last-child {
	padding: 0px 0px 0px 16px
}
#nav ul li:hover .submenu {
	display: flex
}
#nav ul li .submenu {
	z-index: 99;
	display: none;
	height: auto;
	position: absolute;
	top: 100%;
	left: 10px;
	flex-direction: column;
	background: rgba(0,0,0,.6);
	color: #FFFFFF;
	min-width: 200px;
	white-space: nowrap;
	align-items: baseline
}
#nav ul li .submenu li {
	width: 100%;
	padding: 0px;
	height: 40px
}
@media(min-width:1025px) {
#nav ul li .submenu li:hover ul {
	display: block
}
#nav ul li .submenu li ul {
	position: absolute;
	left: 100%;
	top: 0px;
	display: none;
	background: rgba(0,0,0,.6);
	height: auto;
	min-width: 200px
}
}
#nav ul li .submenu a {
	padding: 0px 15px;
	width: 100%;
	height: 100%;
	justify-content: flex-start;
	transition: all .2s linear;
	color: #FFFFFF
}
#nav ul li .submenu a:hover {
	background: var(--color);
	color: #FFFFFF
}
#nav ul li .submenu a::after {
	display: none
}
#nav ul li a {
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	white-space: nowrap;
	text-transform: capitalize
}
#nav ul li a em {
	font-size: 13px;
	margin-left: 5px;
}
#nav ul li a::after {
	content: "";
	width: 100%;
	height: 0px;
	background: var(--color);
	position: absolute;
	bottom: 0px;
	transition: all .2s linear
}
#nav ul li a:hover {
	color: var(--color)
}
#nav ul li a:hover::after {
	height: 2px
}
#nav ul li a.inmenu_1 {
	color: var(--color)
}
#nav ul li a.inmenu_1::after {
	height: 2px
}
@media(min-width:1025px) {
#liinquiry {
	display: flex;
	align-items: center;
	padding: 0!important
}
#liinquiry a {
	background: var(--color);
	height: 40px!important;
	padding: 0 15px;
	border-radius: 30px;
	color: #fff!important;
	transition: all .1s linear;
	text-decoration: none
}
#liinquiry a:hover {
	opacity: .9
}
#liinquiry a::after {
	display: none
}
}
.head-search button {
	background: 0 0;
	height: 100%
}
.head-search button i {
	font-size: var(--fontsize28);
	color: var(--color);
	font-weight: var(--fontbold6)
}
.head-search button::after {
	display: none
}
.search-box {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0px;
	background: #FFFFFF;
	padding: 20px 0px;
	transform: translateY(-200px);
	opacity: 0;
	z-index: -1;
	transition: all .2s linear
}
.search-box .search-input {
	width: 600px;
	margin: 0px auto;
	background: #EEEEEE;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	padding: 0px 10px
}
.search-box .search-input input {
	background: 0 0;
	flex: 1;
	padding-left: 10px
}
.search-box .search-input .search-btn {
	cursor: pointer;
	background: var(--color);
	color: #FFFFFF;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	transition: all .3s linear
}
.search-box .search-input .search-btn:hover {
	opacity: .9
}
.search-box.search-box-show {
	transform: translateY(0);
	opacity: 1;
	z-index: 1
}
.mob-btn {
	display: none
}
.opacity {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.6);
	z-index: 99
}
.home-about, .home-application, .home-honor, .home-news, .home-product, .home-static, .home-video {
	padding: 70px 20px 60px
}
.home-title {
	font-size: var(--fontsize30);
	text-align: center;
	font-weight: var(--fontbold5);
	position: relative;
	color: var(--fontcolor);
	line-height: 1;
	padding-bottom: 15px
}
.home-title-line {
	position: relative;
	margin: 0px auto;
	width: 20px;
	height: 2px;
	background: var(--color)
}
.home-title-line::after, .home-title-line::before {
	content: "";
	width: 90px;
	height: 2px;
	background: #EEEEEE;
	position: absolute;
	right: calc(100% + 10px);
	top: 0px
}
.home-title-line::after {
	right: auto;
	left: calc(100% + 10px)
}
.home-des {
	max-width: 830px;
	margin: 0px auto;
	font-size: var(--fontsize14);
	color: var(--introcolor);
	text-align: center;
	padding: 15px 0px 40px
}
.home-about .l-wrap {
	display: flex;
	flex-wrap: wrap
}
.home-about .l-wrap>div {
	width: 50%
}
.home-about .about-info {
	padding-right: 60px
}
.home-about .about-info .home-title {
	text-align: left
}
.home-about .about-info .home-des {
	text-align: left;
	padding-bottom: 20px;
	font-size: var(--fontsize16);
	color: var(--fontcolor)
}
.home-about .about-info .home-title-line {
	margin-left: 100px
}
.home-about .about-info .text {
	font-size: var(--fontsize16);
	color: var(--fontcolor)
}
.home-about .about-info .more {
	margin-top: 40px
}
.home-about .about-info .more a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 50px;
	background: var(--color);
	border: 1px solid var(--color);
	color: #FFFFFF;
	transition: all .2s linear
}
.home-about .about-info .more a:hover {
	background: #FFFFFF;
	color: var(--color)
}
.home-about .about-img {
	position: relative
}
.home-about .about-img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.home-about .about-img .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.5);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	cursor: pointer
}
.home-about .about-img .play::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	background: #FFFFFF;
	border-radius: 50%
}
.home-about .about-img .play .iconfont {
	color: var(--color);
	font-size: var(--fontsize22);
	z-index: 99;
	margin-left: 3px
}
.home-static {
	background: url(../images/static-bg.webp) var(--color) no-repeat left top;
	background-size: cover
}
.home-static .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.home-static .list li {
	width: 16%;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #FFFFFF
}
.home-static .list li .num {
	font-size: 50px;
	font-weight: var(--fontbold5);
	position: relative;
	line-height: 1;
	padding-bottom: 20px
}
.home-static .list li .num sup {
	font-size: 25px
}
.home-static .list li .num::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 2px;
	background: #FFFFFF
}
.home-static .list li .inner {
	padding: 20px 0px;
	font-size: var(--fontsize18);
	color: #FFFFFF
}
.home-static .list li .icon img {
	height: 50px;
	width: auto
}
footer {
	clear: both;
	margin: 0px auto;
	padding: 20px 0px 0px
}
.foot-top {
	max-width: 1600px;
	margin: 0px auto;
	background: url(../images/foot-topbg.webp) var(--color) no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
	padding: 40px 40px;
	line-height: 1;
	position: relative;
	z-index: 9
}
.foot-top .left span {
	font-size: var(--fontsize26);
	font-weight: var(--fontbold5)
}
.foot-top .left p {
	padding-top: 20px;
	font-size: var(--fontsize16)
}
.foot-top .right a {
	width: 160px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	color: var(--color);
	transition: all .2s linear;
	border: 2px solid #FFFFFF
}
.foot-top .right a:hover {
	background: 0 0;
	color: #FFFFFF
}
.foot-main {
	background: var(--hovercolor);
	color: var(--footercolor);
	margin-top: -80px
}
.foot-main .foot-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 140px 20px 40px
}
.foot-main .foot-item {
	width: 20%
}
.foot-main .foot-item .title {
	font-size: var(--fontsize20);
	font-weight: var(--fontbold5);
	line-height: 1;
	position: relative;
	padding-bottom: 10px;
	color: #FFFFFF
}
.foot-main .foot-item .title::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 40px;
	height: 2px;
	background: var(--color)
}
.foot-main .foot-item .navlist {
	margin-top: 10px
}
.foot-main .foot-item .navlist li {
	position: relative;
	padding-left: 20px
}
.foot-main .foot-item .navlist li::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-size: var(--fontsize12);
	width: 10px;
	height: 1px;
	background: #FFFFFF
}
.foot-main .foot-item .navlist li a {
	padding: 6px 0px;
	transition: all .2s linear;
	font-size: var(--fontsize14);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 5px;
	box-sizing: border-box;
	display: block;
	color: var(--footercolor)
}
.foot-main .foot-item .navlist li a:hover {
	transform: translateX(5px);
	color: var(--color)
}
.foot-main .foot-item.navigation {
	width: 25%
}
.foot-main .foot-item.contact .foot-logo {
	display: block;
	max-height: 140px
}
.foot-main .foot-item.contact ul.contactlist {
	margin-top: 20px
}
.foot-main .foot-item.contact ul.contactlist li {
	display: flex;
	align-items: baseline;
	padding: 4px 0px;
	font-size: var(--fontsize14);
	position: relative;
	padding-left: 30px
}
.foot-main .foot-item.contact ul.contactlist li a {
	color: var(--footercolor)
}
.foot-main .foot-item.contact ul.contactlist li em {
	font-size: var(--fontsize20);
	position: absolute;
	left: 0px;
	top: 0px
}
.foot-main .foot-item.contact ul.contactlist li a:hover {
	color: var(--color)
}
.foot-main .foot-item.contact .foot-share ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px
}
.foot-main .foot-item.contact .foot-share ul a {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	color: #FFFFFF;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all .2s linear
}
.foot-main .foot-item.contact .foot-share ul a:hover {
	background: var(--color)
}
.foot-main .foot-item.navigation ul {
	display: flex;
	flex-wrap: wrap
}
.foot-main .foot-item.navigation ul li {
	width: 50%
}
.foot-main .copyright {
	border-top: 1px solid #FFFFFF35;
	text-align: center;
	padding: 15px 0px;
	font-size: var(--fontsize14)
}
.foot-main .copyright a {
	margin-left: 10px;
	color: var(--footercolor)
}
.bottom-btn {
	display: none;
	background: #FCFCFCFB;
	align-items: center;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 99;
	box-shadow: 1px 2px 10px rgba(0,0,0,.1);
	transition: all .2s linear;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom)
}
.bottom-btn .btn-item {
	width: 25%;
	height: 14vw;
	color: var(--fontcolor);
	transition: all .2s linear
}
.bottom-btn .btn-item a, .bottom-btn .btn-item>div {
	text-transform: capitalize;
	width: 100%;
	height: 100%;
	font-size: var(--fontsize12);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}
.bottom-btn .btn-item i {
	color: var(--fontcolor);
	font-size: var(--fontsize22);
	height: 28px
}
.bottom-btn .btn-item p {
	font-size: var(--fontsize12);
	text-transform: capitalize
}
.top-btn {
	display: none
}
.bottom-btn .btn-item .top-btn {
	display: flex !important;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: none;
	background: none;
	border: 1px solid #ccc
}
.bottom-btn .btn-item .top-btn:hover {
	background: none;
	box-shadow: none
}
.bottom-btn .btn-item .top-btn:hover i {
	color: var(--fontcolor)
}
.top-btn {
	cursor: pointer;
	display: none;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	position: fixed;
	bottom: 150px;
	right: 35px;
	background: #FFFFFF;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
	transition: all .4s ease;
	z-index: 9;
	overflow: hidden
}
.top-btn:hover {
	background: #c1c1c1
}
.top-btn i {
	font-size: var(--fontsize24);
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center
}
@media (max-width:1440px) {
.foot-main .foot-item {
	width: 24%
}
}
@media (max-width:1024px) {
body {
	padding-top: 55px
}
header {
	border-bottom: 1px solid #F3F3F3;
	z-index: 999
}
#jljw_IM_GdImBox {
	z-index: 900 !important
}
.search-box .search-input {
	padding: 0px 15px
}
.head-top {
	display: none
}
.head-info {
	height: 55px;
	padding: 0px 15px
}
.head-info .l-wrap {
	justify-content: space-between
}
.logo {
	max-width: inherit;
	padding-right: 15px
}
.search-box.m-search-box {
	display: none;
	position: static;
	opacity: 1;
	z-index: 1;
	transform: translate(0);
	padding: 0px
}
.search-box.m-search-box .search-input {
	height: 50px;
	width: 100%
}
.search-box .search-input i {
	font-size: var(--fontsize22)
}
.head-info #nav {
	background: #FFFFFF;
	position: fixed;
	top: 55px;
	left: 0px;
	width: 100%;
	display: block;
	height: 0px;
	z-index: -1;
	transition: all .2s linear;
	display: none
}
.head-info #nav.is-active {
	height: calc(100vh - 55px);
	opacity: 1;
	z-index: 1;
	display: block
}
.head-info #nav .nav-ul {
	height: auto;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
	overflow-y: scroll;
	height: 0px
}
.head-info #nav.is-active .nav-ul {
	height: calc(100vh - 100px)
}
.head-info #nav .nav-ul.iosnav {
	padding-bottom: 70px
}
.head-info #nav.is-active .search-box.m-search-box {
	display: block
}
.head-info #nav ul {
	flex-direction: column;
	align-items: flex-start
}
.head-info #nav ul li {
	padding: 0px;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.08);
	height: auto;
	font-weight: var(--fontbold5)
}
.head-info #nav ul li a {
	display: block;
	font-size: var(--fontsize20);
	padding: 15px 45px 15px 30px;
	width: 100%;
	height: auto;
	color: var(--fontcolor)
}
.head-info #nav ul li a::after {
	display: none
}
.head-info #nav ul li.head-search {
	display: none
}
.head-info #nav ul li:hover .submenu {
	display: none
}
.head-info #nav ul li.nav0>a {
	color: var(--color)
}
.head-info #nav ul li.nav0 .showmenu::after {
	width: 15px;
	height: 2px;
	background: var(--color)
}
.head-info #nav ul li.nav0 .submenu {
	display: block!important
}
.head-info #nav ul li.nav0 .submenu ul {
	padding-left: 15px
}
.head-info #nav ul li .submenu {
	display: none!important;
	position: static;
	background: 0 0;
	color: var(--fontcolor);
	padding-left: 10px
}
.head-info #nav ul li .submenu li {
	height: auto;
	font-weight: var(--fontbold4)
}
.head-info #nav ul li .submenu li:last-child {
	border: none
}
.head-info #nav ul li .submenu.nav2 {
	display: block
}
.head-info #nav ul li .showmenu {
	position: absolute;
	width: 45px;
	height: 40px;
	right: 0px;
	top: 4px;
	display: flex;
	align-items: center;
	justify-content: center
}
.head-info #nav ul li .showmenu::after, .head-info #nav ul li .showmenu::before {
	content: "";
	width: 13px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #666666
}
.head-info #nav ul li .showmenu::after {
	width: 2px;
	height: 13px
}
.mob-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	width: 50px;
	height: 50px;
	cursor: pointer
}
.mob-btn i {
	color: var(--fontcolor);
	font-size: var(--fontsize28);
	transform: rotate(180deg);
	font-weight: var(--fontbold5)
}
.home-title {
	font-size: 36px
}
.home-static .list li {
	width: 50%
}
.home-static .list li:nth-child(1), .home-static .list li:nth-child(2) {
	margin-bottom: 20px
}
.foot-main .foot-item {
	width: 50%;
	margin-bottom: 20px
}
}
@media (max-width:768px) {
.home-about, .home-application, .home-honor, .home-news, .home-product, .home-static, .home-video {
	padding: 50px 15px 20px
}
.logo img {
	padding: 0px;
	max-height: 45px
}
.head-info #nav ul li a {
	font-size: var(--fontsize18);
	padding: 10px 50px 10px 15px;
	font-weight: normal
}
.home-title {
	font-size: var(--fontsize22)
}
.home-title-line::after, .home-title-line::before {
	width: 12vw
}
.home-des {
	padding: 15px 20px 6.66667vw;
	display: none
}
.home-title-line {
	margin-bottom: 26px!important
}
.home-about .l-wrap>div {
	width: 100%
}
.home-about .about-info {
	padding: 0px
}
.home-about .about-info .home-title {
	text-align: center
}
.home-about .about-info .home-title-line {
	margin: 0px auto
}
.home-about .about-info .home-des {
	padding-left: 0px
}
.home-about .about-info .more {
	margin-top: 20px
}
.home-about .about-info .more a {
	width: 100px;
	height: 33px
}
.home-about .about-img {
	margin-top: 30px
}
.home-static .list li .num {
	font-size: var(--fontsize30)
}
.home-static .list li .inner {
	font-size: var(--fontsize14);
	padding: 10px 0px
}
.home-static .list li .icon img {
	height: 8.26667vw
}
.foot-top {
	display: block;
	padding: 30px 20px;
	background: url(../images/foot-topbg-m.webp) var(--color) no-repeat center;
	background-size: cover
}
.foot-top .left span {
	font-size: 6.13333vw;
	font-weight: var(--fontbold5);
	line-height: 1.2
}
.foot-top .left p {
	font-size: var(--fontsize14);
	padding: 10px 0px;
	line-height: 1.4
}
.foot-top .right {
	margin-top: 40px
}
.foot-top .right a {
	width: 120px;
	height: 33px
}
.foot-main {
	margin: 0px;
	margin-bottom: calc(14vw + constant(safe-area-inset-bottom));
	margin-bottom: calc(14vw + env(safe-area-inset-bottom))
}
.foot-main .foot-wrap {
	padding: 40px 20px 0px
}
.foot-main .foot-wrap .foot-item {
	width: 100%
}
.foot-main .foot-wrap .foot-item .title {
	font-size: var(--fontsize18)
}
.foot-main .foot-wrap .foot-item .navlist {
	display: flex;
	flex-wrap: wrap
}
.foot-main .foot-wrap .foot-item .navlist li {
	width: 50%
}
.foot-main .foot-wrap .foot-item .navlist li a {
	font-size: var(--fontsize16)
}
.foot-main .foot-item.contact ul.contactlist li {
	font-size: var(--fontsize16)
}
.copyright {
	font-size: var(--fontsize16)
}
.top-btn {
	right: 24px;
	bottom: calc(140px + constant(safe-area-inset-bottom));
	bottom: calc(140px + env(safe-area-inset-bottom));
	display: none !important
}
.bottom-btn {
	display: flex;
	transform: translateY(100%)
}
.bottom-btn.bottom-btn-keep {
	transform: translateY(0)
}
.bottom-btn.is-active {
	transform: translateY(0)
}
.bottom-btn.show-cart {
	transform: translateY(0)
}
}
@-webkit-keyframes sk-scaleout {
0% {
-webkit-transform:scale(0)
}
100% {
-webkit-transform:scale(1);
opacity:0
}
}
@keyframes sk-scaleout {
0% {
-webkit-transform:scale(0);
transform:scale(0)
}
100% {
-webkit-transform:scale(1);
transform:scale(1);
opacity:0
}
}
.mobile-bottom-bag {
	display: none
}
.rfixed {
	position: fixed;
	bottom: calc(190px + env(safe-area-inset-bottom));
	right: 35px;
	z-index: 99
}
.compare-panel {
	width: 280px;
	background: #FFFFFF;
	position: fixed;
	z-index: 1000;
	bottom: 0px;
	right: 0px;
	box-shadow: -1px -1px 3px #CCCCCC;
	display: none;
	transition: bottom .2s
}
.compare-t {
	background-color: var(--color);
	font-size: var(--fontsize14);
	color: #FFFFFF;
	display: flex;
	align-items: center;
	padding: 6px 10px
}
.compare-close {
	position: relative;
	width: 24px;
	height: 24px;
	background: 0 0
}
.compare-close::after, .compare-close::before {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	border-radius: 2px
}
.compare-close::before {
	transform: rotate(45deg);
	left: 4px
}
.compare-close::after {
	transform: rotate(-45deg);
	right: 4px
}
.compare-tit {
	text-align: center;
	flex: 1;
	line-height: 1.5
}
.compare-checked {
	color: #FFFFFF;
	margin: 0px 4px
}
#productChache_list {
	padding: 0px 10px;
	height: 220px;
	overflow-y: auto
}
#productChache_list::-webkit-scrollbar {
width:4px
}
#productChache_list::-webkit-scrollbar-track {
border-radius:0;
background-color:rgba(0,0,0,.05)
}
#productChache_list::-webkit-scrollbar-thumb {
border-radius:10px;
background-color:rgba(0,0,0,.15)
}
.selected-item {
	position: relative;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0px;
	display: flex;
	align-items: center
}
.item-clear {
	position: relative;
	width: 20px;
	height: 20px;
	background-color: transparent;
	cursor: pointer
}
.item-clear::after, .item-clear::before {
	content: "";
	display: block;
	position: absolute;
	width: 70%;
	height: 2px;
	background-color: #555555;
	border-radius: 2px;
	top: 50%;
	margin-top: -1px
}
.item-clear::before {
	transform: rotate(45deg);
	left: 3px
}
.item-clear::after {
	transform: rotate(-45deg);
	left: 3px
}
.item-content {
	flex: 1;
	display: flex;
	align-items: center
}
.item-img {
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #EFEFEF;
	display: flex;
	align-items: center;
	justify-content: center
}
.item-img img {
	max-width: 100%;
	max-height: 100%
}
.item-c {
	width: calc(100% - 50px);
	padding: 0px 10px;
	font-size: var(--fontsize12)
}
.item-title {
	max-height: 34px;
	word-break: break-word;
	display: block;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.3;
	color: var(--fontcolor)
}
.item-price {
	color: #d4322c
}
.compare-b {
	padding: 20px 10px;
	display: flex;
	justify-content: space-between
}
.compare-b * {
	display: block;
	width: 80px;
	text-align: center;
	font-size: var(--fontsize12);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px;
	border-radius: 2px;
	padding: 0px 2px
}
.clear-all {
	color: var(--fontcolor);
	background-color: #EDEDED
}
.compare-inquire, .compare-inquire:hover {
	color: #FFFFFF;
	background-color: var(--color)
}
.compare-b .orderNow {
	margin: 0px;
	background: #F66F08;
	color: #FFFFFF;
	line-height: 30px;
	padding: 0px 2px;
	border: none;
	border-radius: 2px;
	font-size: var(--fontsize12);
	cursor: pointer;
	display: block;
	width: 80px
}
.rfixed-sc {
	width: 40px;
	height: 40px;
	background: var(--color);
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	color: #FFFFFF;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
	display: none
}
.rfixed-sc i {
	font-size: var(--fontsize20)
}
.rfixed-scnum {
	position: absolute;
	right: 25px;
	top: 5px;
	width: 16px;
	height: 16px;
	background: #E00;
	border-radius: 50%;
	text-align: center;
	font-size: var(--fontsize12);
	color: #FFFFFF;
	transform: scale(.9);
	line-height: 16px
}
@media (max-width:768px) {
.compare-panel {
	width: 100%;
	bottom: 14vw
}
}
.lang {
	width: auto;
	position: relative
}
.lang-icon>img {
	margin-right: 5px
}
.lang-icon {
	display: flex;
	align-items: center;
	width: 100%;
	height: 30px;
	border: none;
	cursor: pointer;
	color: var(--headercolor);
	font-size: var(--fontsize14);
	user-select: none;
	white-space: nowrap
}
.lang-icon span {
	position: relative;
	padding-right: 18px
}
.lang-icon span::before {
	content: '';
	position: absolute;
	right: 4px;
	top: 11px;
	width: 8px;
	height: 1px;
	background: var(--headercolor);
	transform: rotate(50deg)
}
.lang-icon span::after {
	content: '';
	position: absolute;
	right: 0px;
	top: 11px;
	width: 8px;
	height: 1px;
	background: var(--headercolor);
	transform: rotate(-50deg)
}
.lang-drop {
	position: absolute;
	top: calc(100% + 26px);
	right: 50%;
	transform: translateX(50%);
	background: #FFFFFF;
	border: 1px solid #EBEEF5;
	border-radius: 4px;
	box-shadow: 0px 2px 12px 0 rgb(0 0 0 / 10%);
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s, top .3s
}
.lang-drop.active {
	visibility: visible;
	opacity: 1;
	top: calc(100% + 12px)
}
.lang-arrow {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #FFFFFF;
	border-top: 1px solid #EBEEF5;
	border-left: 1px solid #EBEEF5;
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
	top: -6px;
	left: 50%
}
.lang-wrap {
	width: 140px;
	padding: 8px 0px;
	box-sizing: border-box
}
.lang-drop.lang-flex {
	transform: translateX(20%)
}
.lang-drop.lang-flex .lang-arrow {
	left: 80%
}
.lang-flex .lang-wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 8px
}
.lang-wrap li {
	width: 100%;
	padding: 8px 16px;
	box-sizing: border-box;
	transition: background-color .3s
}
.lang-flex .lang-wrap li {
	width: 33%;
	padding: 8px 6px
}
.lang-wrap li.lang-active, .lang-wrap li:hover {
	background-color: #EEEEEE
}
.lang-wrap li a {
	display: block;
	color: var(--fontcolor);
	font-size: var(--fontsize12);
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.lang-wrap li img {
	display: inline-block;
	width: 24px;
	height: 16px;
	vertical-align: -.25em;
	margin-right: 4px
}
@media(max-width:1024px) {
.lang {
	margin-left: auto
}
.lang-icon span {
	display: none
}
.lang-icon>img {
	width: 36px;
	height: 36px;
	margin: 2px 0px 0px 0px
}
.lang-drop.lang-flex {
	right: auto;
	left: 50%;
	transform: translateX(-50%);
	top: 60px!important;
	position: fixed;
	width: calc(100vw - 20px)
}
.lang-drop.lang-flex.active {
	top: 54px!important
}
.lang-flex .lang-wrap {
	width: 100%
}
.lang-drop.lang-flex .lang-arrow {
	left: 82%
}
.lang-drop {
	display: none
}
.lang-drop.active {
	display: block
}
}
h4.cate-h4, h4.pro-h4 {
	clear: both;
	font-weight: var(--fontbold6)
}
ul.cate-ulli, ul.pro-ulli {
	clear: both;
	padding: 10px 0px 10px 20px
}
ul.cate-ulli li, ul.pro-ulli li {
	list-style-type: disc;
	line-height: 1.7
}
ol.cate-ulli, ol.pro-ulli {
	clear: both;
	padding: 10px 0px 10px 30px
}
ol.cate-ulli li, ol.pro-ulli li {
	list-style-type: decimal;
	line-height: 1.7
}
.prohome-content {
	clear: both;
	margin: 0px auto 20px;
	padding: 0px;
	max-width: 1560px;
	line-height: 1.6;
	box-sizing: border-box
}
.prolist-bottom {
	clear: both;
	margin: 0px auto 20px;
	padding: 0px;
	max-width: 1560px;
	line-height: 1.6;
	box-sizing: border-box
}
.prolist-bottom a {
	text-decoration: underline
}
.prolist-bottom a:hover {
	color: var(--color)
}
@media(max-width:1600px) {
.prohome-content, .prolist-bottom {
	margin-left: 20px;
	margin-right: 20px
}
}
@media(max-width:768px) {
.prohome-content {
	clear: both;
	margin: 0px 15px 20px;
	padding: 0px
}
.prolist-bottom {
	clear: both;
	margin: 0px 15px 20px;
	padding: 0px
}
}
.prolist-content {
	clear: both;
	margin: 0px auto 15px;
	line-height: 1.6
}
.ck-widget-toc {
	display: table;
	border: 1px solid #A2A9B1;
	background-color: #F8F9FA;
	padding: 10px 20px 10px 10px;
	font-size: 95%;
	margin: 15px 0px;
	min-width: 300px;
	max-width: 100%
}
.ck-widget-toc ol {
	padding: 0px 0px 0px 30px;
	counter-reset: item
}
.ck-widget-toc ol li {
	display: block;
	position: relative;
	list-style: none
}
.ck-widget-toc ol li:before {
	content: counters(item, ".");
	counter-increment: item;
	position: absolute;
	margin-right: 100%;
	right: 10px
}
.ck-widget-toc-title {
	text-align: left;
	font-weight: var(--fontbold7);
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 5px
}
.ck-widget-pt {
	padding-top: 100px;
	margin-top: -100px
}
.ck-widget-toc1 {
	display: table;
	border: 1px solid #A2A9B1;
	background-color: #F8F9FA;
	padding: 10px 20px 10px 10px;
	font-size: 95%;
	margin: 15px 0px;
	min-width: 300px;
	max-width: 100%
}
.ck-widget-toc1 ol {
	padding: 0px 0px 0px 30px;
	counter-reset: item
}
.ck-widget-toc1 ol li {
	display: block;
	position: relative;
	list-style: none
}
.ck-widget-toc1 ol li:before {
	content: counters(item, ".");
	counter-increment: item;
	position: absolute;
	margin-right: 100%;
	right: 10px
}
.news-download {
	color: var(--color)
}
article.blogcontent {
	clear: both;
	margin: 0px auto 40px;
	padding: 0px
}
article.blogcontent h2 {
	margin: 20px 0px 0px 0px;
	font-size: 24px;
	line-height: 1.3
}
article.blogcontent h3 {
	margin: 20px 0px 0px 0px;
	font-size: 22px;
	line-height: 1.3
}
article.blogcontent h4 {
	margin: 20px 0px 0px 0px;
	font-size: 20px;
	line-height: 1.3
}
article.blogcontent h5 {
	margin: 20px 0px 0px 0px;
	font-size: 18px;
	line-height: 1.3
}
article.blogcontent img {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	max-width: 49%;
	margin-right: 1%;
	border: solid 1px #EEEEEE;
	vertical-align: top
}
article.blogcontent p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 1.6
}
article.blogcontent p a {
	color: var(--color)
}
article.blogcontent p a:hover {
	text-decoration: underline
}
article.blogcontent ul {
	margin: 0px;
	padding: 5px 0px 0px 20px
}
article.blogcontent ul li {
	margin: 0px 0px 5px 0px;
	list-style-type: disc
}
.new-main article ul {
	margin: 0px;
	padding: 5px 0px 0px 20px
}
.new-main article ul li {
	margin: 0px 0px 5px 0px;
	list-style-type: disc
}
.icon-videoplay {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-52%, -50%);
	background: rgba(0,0,0,.5);
	color: #FFFFFF;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: var(--fontsize18);
	z-index: 1;
	display: none
}
img.lazy.loaded+.icon-videoplay {
	display: flex
}
@media(max-width:768px) {
.icon-videoplay {
	width: 30px;
	height: 30px
}
}
.floatwindow_fd_conct a {
	color: #333333;
	text-decoration: none;
}
i {
	font-style: normal;
}
.floatwindow_main-im img {
	border: none;
	max-width: 100%;
	max-height: 100%;
}
.floatwindow_main-im {
	position: fixed;
	right: 5px;
	top: 25%;
	z-index: 9999999;
	font-size: 14px
}
.floatwindow_main-im .floatwindow_qq-a {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #666;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #eee;
}
.floatwindow_main-im .floatwindow_qq-a span {
	display: block;
	bottom: 15px;
	padding: 0 10px;
	text-align: center;
	font-size: 15px;
	color: #ff7a1b;
	font-weight: bold;
	white-space: nowrap;
	margin: 10px 0;
}
.floatwindow_main-im .floatwindow_qq-hover-c {
	height: 70px;
	border-radius: 35px;
	position: absolute;
	left: 18px;
	top: 10px;
	overflow: hidden;
	z-index: 9;
}
.floatwindow_main-im .floatwindow_qq-container {
	z-index: 99;
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
}
.floatwindow_main-im .floatwindow_qq-container i {
	display: inline-block;
	margin-top: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0 5px 10px #ccc;
	overflow: hidden;
}
.floatwindow_main-im .floatwindow_img-qq {
	max-width: 60px;
	display: block;
	position: absolute;
	left: 6px;
	top: 3px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.floatwindow_weixing-container {
	position: relative;
}
.floatwindow_weixing-container:hover .floatwindow_abs {
	display: block;
}
.floatwindow_main-im .floatwindow_im-qq:hover .floatwindow_img-qq {
	max-width: 70px;
	left: 1px;
	top: 8px;
	position: absolute;
}
.floatwindow_main-im .floatwindow_im_main {
	background: #FFF;
	border: 1px solid #eee;
	border-radius: 10px;
	display: none;
	position: absolute;
	right: 10px
}
.floatwindow_main-im .floatwindow_im_main .floatwindow_im-tel {
	color: #666;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #eee;
}
.floatwindow_im-tel ul {
	padding: 5px
}
.floatwindow_im-tel li {
	font-size: 14px;
	margin: 10px 0;
	line-height: 22px;
	text-align: left;
}
.floatwindow_im-tel li i, .floatwindow_im-tel li span {
	display: flex;
	align-items: center;
	height: 25px
}
.floatwindow_im-tel li a {
	display: flex;
	padding: 0 10px
}
.floatwindow_im-tel li:hover span {
	color: #ff7a1b;
}
.floatwindow_im-tel li i {
	text-align: right;
	display: inline-block;
	width: 20px
}
.floatwindow_im-tel li img {
	width: 20px
}
.floatwindow_im-tel li span {
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
	max-width: 150px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.floatwindow_main-im .floatwindow_im_main .floatwindow_weixing-container a {
	display: block;
	width: 50%;
	height: 47px;
	border-right: 1px solid #eee;
	background: #f5f5f5;
	border-bottom-left-radius: 10px;
	background: url(../images/tel.webp) no-repeat center center;
	float: left;
	margin-left: -1px;
	position: relative;
}
.floatwindow_main-im .floatwindow_im_main .floatwindow_weixing-show .floatwindow_weixing-sanjiao {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #FFF;
	border-width: 6px;
	left: 112px;
	top: 117px;
	position: absolute;
	z-index: 2;
}
.floatwindow_main-im .floatwindow_im_main .floatwindow_weixing-show .floatwindow_weixing-sanjiao-big {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #eee;
	border-width: 8px;
	left: 112px;
	top: 115px;
	position: absolute;
}
.floatwindow_main-im .floatwindow_im_main .floatwindow_weixing-show .floatwindow_weixing-ma {
	width: 104px;
	height: 103px;
	padding-left: 5px;
	padding-top: 5px
}
.floatwindow_main-im .floatwindow_im_main .floatwindow_weixing-show .floatwindow_weixing-txt {
	position: absolute;
	top: 120px;
	left: 7px;
	width: 100px;
	margin: 0px auto;
	text-align: center;
}
.floatwindow_main-im .floatwindow_im_main .floatwindow_go-top {
	width: 50%;
	height: 47px;
	background: #f5f5f5;
	border-bottom-right-radius: 10px;
	background: url(../images/totop-icon.webp) no-repeat center center;
	float: right;
}
.floatwindow_main-im .floatwindow_im_main .floatwindow_go-top a {
	display: block;
	width: 52px;
	height: 47px
}
.floatwindow_main-im .floatwindow_close-im {
	position: absolute;
	right: -8px;
	top: -7px;
	z-index: 100;
	width: 24px;
	height: 24px
}
.floatwindow_main-im .floatwindow_close-im a {
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/close_im.webp) no-repeat left top;
	cursor: pointer
}
.floatwindow_main-im .floatwindow_close-im a:hover {
	text-decoration: none;
}
.floatwindow_main-im .floatwindow_open-im {
	cursor: pointer;
	float: right;
	width: 46px;
	height: 193px;
	background: url(../images/online-service.webp) no-repeat left top;
	position: absolute;
	top: 0px;
	right: 0px;
}
.floatwindow_abs {
	display: none;
	position: absolute;
	top: 0px;
	right: 100%;
	padding-right: 8px
}
.floatwindow_more_box:after {
	content: '';
	position: absolute;
	top: 17px;
	right: -6.5px;
	border-width: 7.5px 0 7.5px 8px;
	border-color: transparent;
	border-left-color: #ff7a1b;
	border-style: solid;
}
.floatwindow_more_box {
	position: relative;
	padding: 0 20px;
	border-radius: 5px;
	height: 27px;
	line-height: 27px;
	white-space: nowrap;
	color: #FFF;
	background-color: #ff7a1b;
}
@media(max-width:768px) {
.floatwindow_main-im {
	display: none
}
}
