*, html, body, h1, h2, h3, h4, h5, h6, table, th, td, ul, li, dl, dt, dd, div, p, pre, form, input, button, textarea {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}
html {
	margin: 0;
	padding: 0;
	overflow-x: hidden
}
body {
	margin: 0 auto;
	padding-top: 80px;
	max-width: 1920px;
	font-size: 16px;
	line-height: 1.6;
	color: #111;
	font-family: roboto, lato, open sans, poppins, oswald, noto sans, montserrat, sans-serif
}
a, a:hover {
	text-decoration: none;
	color: inherit;
	cursor: pointer
}
button, input, textarea {
	outline: 0;
	border: none;
	font: inherit;
	-webkit-appearance: none;
	border-radius: 0
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: 400;
	text-transform: capitalize
}
table {
	border-collapse: collapse
}
li, ul {
	list-style: none
}
textarea {
	overflow: auto
}
button {
	cursor: pointer
}
i {
	vertical-align: middle
}
img {
	max-width: 100%;
	border: none;
	height: auto
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
font-family:inherit
}
input::-moz-placeholder, textarea::-moz-placeholder {
font-family:inherit
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
font-family:inherit
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
font-family:inherit
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
font-family:inherit
}
input::-moz-placeholder, textarea::-moz-placeholder {
font-family:inherit
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
font-family:inherit
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
font-family:inherit
}
input::placeholder, textarea::placeholder {
font-family:inherit
}
main, section {
	display: block
}
.table td, .table th {
	border: 1px solid #eee;
	padding: 2px 6px
}
.table-bottom td, .table-bottom th {
	border-bottom: 1px solid #e5e5e5;
	padding: 8px
}
.clearfix {
	zoom: 1
}
.clearfix::after {
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both
}
.flex {
	display: flex;
	flex-wrap: wrap
}
.flex-ai-c {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}
.flex-ai-fs {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}
.flex-ai-fe {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end
}
.flex-jc-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}
.flex-jc-sb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.flex-jc-sa {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}
.flex-jc-fe {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end
}
.flex-jc-fs {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}
.flex-jc-ai-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}
.flex-jc-ai-sb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}
.line1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.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
}
.line5 {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden
}
.container {
	width: 100%;
	max-width: 1640px;
	margin: 0 auto;
	padding: 0 20px
}
.bodylay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 98;
	display: none;
	background: rgba(0,0,0,.6)
}
@-webkit-keyframes swiper-preloader-spin {
100% {
transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
transform:rotate(360deg)
}
}
.lazy-lodding {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.lazy-lodding::before {
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s linear infinite;
	animation: swiper-preloader-spin 1s linear infinite;
	border-left: 3px solid #aaa;
	border-bottom: 3px solid #aaa;
	border-right: 3px solid #aaa;
	border-radius: 50%;
	border-top: 3px solid transparent
}
img.lazy {
	opacity: 0;
	position: absolute
}
img.error, img.initial, img.loaded {
	opacity: 1;
	position: static
}
.lazy-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-wrap: wrap
}
.lazy-wrap::after {
	display: block;
	content: '';
	padding-bottom: 100%
}
.lazy-loaded .lazy-lodding {
	display: none
}
.inquiry-form .input-error {
	border-color: #244d4d
}
.addToCart, .faq-list .project-name, .products-add-inquirl, .rfixed-sc {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}
#li_Menu101_MainHome, #li_Menu101_home, .cate-con .cate-info, .nav .submenu.nav2::before, .nav .submenu.nav3::before {
	display: none
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	height: 80px;
	background: #fff;
	transition: height .2s;
	box-shadow: 0 0 5px #f1f1f1
}

@media(min-width:801px) {
.fixhead {
	height: 60px
}
}
header>.container {
	height: 100%
}
.head-box {
	height: 100%
}
.logo {
	max-width: 360px;
	max-height: 100%
}
.logo img {
	max-height: 100%;
	transition: all .3s
}
nav {
	height: 100%
}
.headsearch {
	position: relative;
	height: 100%
}
.searchicon {
	color: #111;
	padding: 6px 10px;
	cursor: pointer;
	font-size: 22px!important;
	margin-right: 14px
}
.search-box {
	position: absolute;
	right: 24px;
	top: 100%;
	display: none;
	width: 300px;
	border: 1px solid #ccc;
	background: #fff;
	height: 44px
}
.search-box #txtSearch {
	width: 260px;
	height: 100%;
	color: #111;
	padding: 0 20px;
	font-size: 14px;
	float: left
}
.search-box #txtSearch::-webkit-input-placeholder {
color:#555
}
.search-box #txtSearch::-moz-placeholder {
color:#555
}
.search-box #txtSearch:-ms-input-placeholder {
color:#555
}
.search-box #txtSearch::-ms-input-placeholder {
color:#555
}
.search-box #txtSearch::placeholder {
color:#555
}
.search-box .searchbtn {
	width: 38px;
	float: left;
	height: 100%;
	background: 0 0;
	display: block;
	border-left: 1px solid #ccc;
	color: #555
}
.nav {
	height: 100%
}
.nav .submenu {
	width: auto;
	max-width: 250px;
	position: absolute;
	top: 100%;
	left: 0;
	transition: transform .3s;
	z-index: 10;
	background: #1964a8;
	transform-origin: top;
	transform: rotateX(90deg);
	visibility: hidden
}
.nav>li:last-child .submenu {
	left: auto;
	right: 0
}
.nav>li:last-child .submenu::before {
	left: auto;
	right: 12px
}
.nav .submenu::before {
	content: '';
	display: block;
	position: absolute;
	left: 12px;
	border: 6px solid transparent;
	border-bottom-color: #111;
	top: 0;
	transform: translateY(-100%)
}
.nav a {
	display: block;
	color: #111;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.nav>li:not(.liproducts-diff) {
	position: relative
}
.nav>li {
	display: flex;
	align-items: center;
	margin: 0 14px
}
.nav>li>a {
	text-transform: uppercase
}
.nav .submenu a {
	padding: 5px 15px;
	color: #fff
}
.nav .submenu.nav1 a {
	padding-right: 30px
}
.nav .inmenu_1, .nav>li:hover>a {
	color: #111
}
.nav .submenu a:hover {
	background: rgba(0,0,0,.2)
}
.nav>li:hover .submenu {
	transform: rotateX(0)
}
.nav .submenu.nav2, .nav .submenu.nav3 {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 30px 15% 0;
	background: #fcfcfc;
	top: 100%;
	border-top: 1px solid #eee
}
.nav .submenu.nav2>li {
	width: 25%;
	text-align: center;
	margin-bottom: 30px
}
.nav .submenu.nav2>li img {
	width: 120px;
	max-height: 120px;
	border: 1px solid #eee
}
.nav .submenu.nav3>li {
	width: 33%;
	position: relative;
	min-height: 100px;
	padding: 0 6% 0 110px;
	margin: 0 0 30px
}
.nav .submenu.nav2>li a, .nav .submenu.nav3>li a {
	padding: 0;
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000
}
.nav .submenu.nav2>li a:hover, .nav .submenu.nav3>li a:hover {
	background: 0 0;
	color: #111
}
.nav .submenu.nav2 ul a, .nav .submenu.nav3 ul a {
	font-size: 14px;
	padding-top: 4px
}
.cate-con {
	border-top: 1px solid rgba(255,255,255,.2);
	margin-top: 4px
}
.cate-con .cate-img {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee
}
.cate-con .cate-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.nav1>li {
	position: relative
}
.nav1>li a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.nav1 ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	background: #1964a8;
	display: none
}
.nav1>li:hover ul {
	display: block
}
nav .nav>li .nav1 i {
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -8px;
	font-size: 12px;
	color: #fff
}
.nav>li>a i {
	font-size: 12px;
	margin-left: 4px
}
li#limore li i {
	display: none
}
li#limore li .submenu {
	position: static
}
.noscroll {
	overflow-y: hidden;
	max-height: 100vh
}
.home-page {
	background-color: #fafafa
}
.home-page>section {
	overflow: hidden
}
#swiper-banner img {
	width: 100%;
	display: block
}
#swiper-banner .swiper-button-next, #swiper-banner .swiper-button-prev {
	width: 70px;
	height: 70px;
	background: #fff;
	line-height: 70px;
	transition: background .2s;
	margin-top: -35px;
	border-radius: 50%;
	padding: 0 8px
}
#swiper-banner .swiper-button-next::before, #swiper-banner .swiper-button-prev::before {
	content: '';
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: rgba(255,255,255,.2);
	position: absolute;
	left: -10px;
	top: -10px;
	z-index: -1
}
#swiper-banner .swiper-button-next:hover, #swiper-banner .swiper-button-prev:hover {
	background-color: #111
}
#swiper-banner .swiper-button-next {
	right: -35px;
	text-align: left
}
#swiper-banner .swiper-button-prev {
	left: -35px;
	text-align: right
}
#swiper-banner .swiper-button-next i, #swiper-banner .swiper-button-prev i {
	font-size: 24px;
	color: #111;
	font-weight: 700
}
#swiper-banner .swiper-button-next:hover i, #swiper-banner .swiper-button-prev:hover i {
	color: #fff
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 5px
}
.swiper-pagination-bullet-active {
	background: #333
}
#swiper-banner .swiper-pagination {
	bottom: 0
}
.procate {
	padding: 40px 0
}
.procate-list {
	padding: 0 15px
}
.procate-list li {
	width: calc(20% - 30px);
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #073995;
	margin: 10px 15px;
	transition: background .2s
}
.procate-list li a {
	display: block;
	color: #073995;
	width: 100%;
	text-align: center;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 42px;
	word-break: break-all;
	padding: 0 4px
}
.repro {
	padding: 2.5% 0;
	overflow: hidden
}
.repro-swiper {
	width: calc(100% - 180px);
	padding: 20px 0
}
.repro-box-next, .repro-box-prev {
	width: 40px;
	height: 40px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	transition: background .2s;
	color: #555;
	cursor: pointer
}
.repro-box-next:hover, .repro-box-prev:hover {
	background-color: #111;
	color: #fff
}
.repro-boxlist li {
	background-color: #f7f7f8;
	padding: 10px;
	height: auto;
	transition: box-shadow .2s;
	width: 25%
}
.repro-item-img {
	overflow: hidden;
	background-color: #fff
}
.repro-item-cont {
	padding: 10px
}
.repro-name {
	text-transform: capitalize;
	font-size: 16px;
	color: #111;
	max-height: 48px
}
.repro-more {
	display: block;
	border-top: 1px solid #dadadb;
	color: #555;
	margin-top: 8px;
	padding-top: 12px;
	text-transform: capitalize
}
.repro-boxlist li:hover .repro-more {
	color: #111
}
.newpro {
	background-color: #fff;
	padding: 2.5% 0
}
.newpro-list li {
	width: 50%;
	background-color: #fff;
	margin: 20px 0
}
.newpro-item-l {
	position: relative;
	overflow: hidden;
	width: 45%;
	border: 1px solid #eee
}
.newpro-item-r {
	width: 55%;
	padding: 0 5% 0 4%
}
.newpro-name {
	text-transform: capitalize;
	font-size: 20px;
	color: #111;
	line-height: 1.3;
	max-height: 52px
}
.newpro-bref {
	font-size: 14px;
	color: #555;
	line-height: 1.7;
	margin: 4% 0;
	max-height: 95px
}
.newpro-more {
	display: inline-block;
	background-color: #ededed;
	color: #073995;
	text-align: center;
	padding: 2% 7%;
	position: relative;
	margin-top: 10px;
	text-transform: capitalize
}
.newpro-more span {
	position: relative
}
.newpro-more::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #073995;
	transition: width .2s
}
.home-tit {
	font-size: 32px;
	color: #111;
	margin-bottom: 20px;
	text-transform: capitalize;
	text-align: center;
	line-height: 1.2
}
.about {
	overflow: hidden
}
.about-l {
	width: 50%
}
.about-l::after {
	padding-bottom: 50%
}
.about-l img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.about-r {
	width: 50%;
	padding: 2% 8% 2% 2%
}
.about-r-tit {
	font-size: 26px;
	color: #111;
	line-height: 1.3
}
.about-r-text {
	color: #555;
	line-height: 1.7;
	font-size: 16px;
	margin: 10px 0 30px
}
.about-r-list {
	max-width: 74%
}
.about-r-list li {
	margin-top: 20px
}
.about-r-list i, .about-r-list em {
	font-size: 40px;
	color: #111;
	line-height: 1
}
.about-r-list div p:nth-child(1) {
	font-size: 20px;
	color: #111
}
.about-r-list div {
	flex: 1;
	padding: 8px 0 0 20px
}
.about-r-list div p:nth-child(2) {
	font-size: 14px;
	color: #555
}
.our {
	padding: 4.5% 0;
	background-color: #fff
}
.home-text {
	color: #555;
	font-size: 18px;
	text-align: center;
	max-width: 920px;
	margin: 0 auto
}
.our-list {
	background-color: #fbfbfb;
	margin-top: 3%
}
.our-list li {
	width: 25%;
	text-align: center;
	padding: 3.5% 0
}
.our-list li:nth-child(odd) {
	background-color: #f6f6f6
}
.our-list li .iconfont {
	font-size: 48px;
	color: #111
}
.our-list .our-item-name {
	color: #555;
	margin: 10px 36 6px;
	line-height: 1.5;
	padding: 10px 20px;
}
.our-list .our-item-bref {
	color: #111;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5
}
.news {
	padding: 3.5% 0;
	background-color: #f7f7f7
}
.news-list {
	margin-top: 3%
}
.news-list li {
	width: 24%;
	background-color: #fff;
	transition: box-shadow .2s
}
.news-item-img {
	overflow: hidden
}
.news-item-img::after {
	padding-bottom: 50%
}
.news-item-img img, .project-img img {
	width: 100%;
	transition: all .3s
}
.news-cont {
	padding: 22px 5% 20px;
	position: relative
}
.news-item-date {
	position: absolute;
	right: 0;
	top: -36px;
	width: 50px;
	height: 50px;
	background-color: #111;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	transition: background .2s;
	text-transform: uppercase
}
.news-item-date strong {
	display: block;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	padding-top: 10px
}
.news-name {
	text-transform: capitalize;
	font-size: 18px;
	color: #111;
	display: block
}
.news-bref {
	color: #555;
	font-size: 14px;
	max-height: 48px;
	margin-top: 4px
}
.news-list li:hover .news-name {
	color: #111
}
.news-list li:hover .news-item-date {
	background-color: #111
}
.honor {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 4% 0 2%
}
.honor-list {
	margin-top: 4%;
	justify-content: space-between
}
.honor-list>div {
	width: 18%;
	text-align: center
}
.down {
	position: relative;
	left: 0;
	top: -10px;
	height: 40px
}
.reflection {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	transform: scaleY(-1);
	opacity: .5;
	filter: alpha(opacity='50')
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(245,245,235,.7) 50%, rgba(245,245,235,1))
}
footer {
	background-color: #111;
	color: #fff
}
footer a {
	color: #fff
}
.foot-t {
	padding: 2.5% 0;
	overflow: hidden
}
.footitem {
	max-width: 22%
}
.foottit {
	font-size: 20px;
	margin-bottom: 30px;
	text-transform: capitalize
}
.fshare {
	margin: 24px 0 0
}
.fshare ul {
	display: flex;
	flex-wrap: wrap
}
.fshare ul li {
	margin: 0 10px 10px 0
}
.fshare a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 4px;
	color: #fff;
	transition: transform .2s ease-in-out
}
.social-item.fb {
	background-color: #3b5997
}
.social-item.tw {
	background-color: #1da1f2
}
.social-item.lk {
	background-color: #0077b5
}
.social-item.ins {
	background-color: #dc3472
}
.social-item.you {
	background-color: #cc2127
}
.social-item.pi {
	background-color: #db0023
}
.social-item.tik {
	background-color: #000
}
.fshare i {
	font-size: 20px
}
.fcontact a:hover, .fnav li a:hover, .fpronav li a:hover {
	color: #fff
}
.fcontact p {
	margin-bottom: 8px
}
.fnav {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height: 160px;
	max-width: 100%;
	width: 300px
}
.fnav li {
	margin-bottom: 8px;
	margin-right: 40px;
	text-transform: capitalize;
	max-width: 50%
}
.fpronav li {
	margin-bottom: 6px;
	text-transform: capitalize
}
.fnav li a, .fpronav li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.ErWeiImg {
	max-width: 120px;
	margin-top: 6px
}
.foot-bcont {
	border-top: 1px solid rgba(255,255,255,.1);
	padding-top: 16px;
	padding-bottom: 16px
}
.copy {
	font-size: 14px;
	text-align: center
}
.copy a {
	font-size: 14px;
	margin-left: 10px
}
.rfixed {
	position: fixed;
	bottom: calc(145px + constant(safe-area-inset-bottom));
	bottom: calc(145px + env(safe-area-inset-bottom));
	right: 24px;
	z-index: 99
}
.rfixed-sc {
	width: 40px;
	height: 40px;
	background: #7a8599;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	color: #fff;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
	display: none
}
.rfixed-sc i, .rfixed-sc em {
	font-size: 20px
}
.rfixed-scnum {
	position: absolute;
	right: -2px;
	top: -2px;
	width: 16px;
	height: 16px;
	background: #1964a8;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	transform: scale(.9);
	line-height: 16px
}
.mobile-bottom-bag .rfixed-scnum {
	right: 20%;
	top: .05rem
}
.gotop {
	width: 40px;
	height: 40px;
	background-color: #fff;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	display: none;
	font-weight: 700;
	border-radius: 50%;
	color: #111;
	box-shadow: 0 0 4px #eee
}
.mob-menu {
	display: none;
	cursor: pointer;
	margin-left: 30px;
	position: relative
}
.mob-menu span {
	position: absolute;
	left: 0;
	display: block;
	height: 3px;
	background: #222;
	border-radius: 2px;
	transition: all .2s
}
.mob-menu span:nth-child(1) {
	width: 100%;
	top: 0
}
.mob-menu span:nth-child(2) {
	width: 90%;
	top: 43%
}
.mob-menu span:nth-child(3) {
	width: 80%;
	top: auto;
	bottom: 0
}
.mobact span:first-child {
	transform: rotate(45deg);
	top: 46%
}
.mobact span:nth-child(2) {
	opacity: 0
}
.mobact span:nth-child(3) {
	width: 100%;
	transform: rotate(-45deg);
	top: 46%
}
.mobile-bottom-bag {
	display: none;
	position: relative
}
.mobile-bottom {
	border-top: 1px solid #eee;
	background: #fff;
	color: #111;
	display: flex;
	opacity: 0;
	transition: opacity .2s, bottom .2s;
	height: auto;
	align-items: center;
	position: fixed;
	left: 0;
	bottom: -1.2rem;
	width: 100%;
	z-index: 500;
	overflow: hidden;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom)
}
.mobile-bottom-item {
	text-align: center;
	width: 25%;
	font-size: .24rem;
	text-transform: uppercase;
	height: 1rem
}
.mobile-bottom-item a {
	color: #111
}
.mobile-bottom-item i, .mobile-bottom-item em {
	display: block;
	font-size: .4rem
}
.page-box {
	padding: 2% 0
}
.inner-banner img {
	display: block
}
.crumbs {
	padding: 10px 0;
	width: 100%;
	color: #555;
	text-transform: capitalize
}
.crumbs a {
	color: #111
}
.crumbs h1, .crumbs h1 a, .crumbs span, .crumbs span a {
	color: #111;
	display: inline-block
}
.page-l {
	float: left;
	width: 340px
}
.page-r {
	width: calc(100% - 410px);
	float: right
}
.inquiry-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.inquiry-form input {
	width: 100%;
	height: 50px;
	background: #fff;
	border: 1px solid #eee;
	padding: 0 20px;
	color: #111;
	margin-bottom: 20px
}
.inquiry-form input::-webkit-input-placeholder, .inquiry-form textarea::-webkit-input-placeholder {
color:#555
}
.inquiry-form input::-moz-placeholder, .inquiry-form textarea::-moz-placeholder {
color:#555
}
.inquiry-form input:-ms-input-placeholder, .inquiry-form textarea:-ms-input-placeholder {
color:#555
}
.inquiry-form input::-ms-input-placeholder, .inquiry-form textarea::-ms-input-placeholder {
color:#555
}
.inquiry-form input::-webkit-input-placeholder, .inquiry-form textarea::-webkit-input-placeholder {
color:#555
}
.inquiry-form input::-moz-placeholder, .inquiry-form textarea::-moz-placeholder {
color:#555
}
.inquiry-form input:-ms-input-placeholder, .inquiry-form textarea:-ms-input-placeholder {
color:#555
}
.inquiry-form input::-ms-input-placeholder, .inquiry-form textarea::-ms-input-placeholder {
color:#555
}
.inquiry-form input::placeholder, .inquiry-form textarea::placeholder {
color:#555
}
#feedbackForm .select-menu {
	width: 100%;
	margin-bottom: 20px;
	position: relative
}
#feedbackForm .select-menu .select-menu-div {
	position: relative;
	width: 100%
}
#feedbackForm .select-menu .select-menu-div em {
	margin-right: 5px;
	position: absolute;
	right: 32px;
	top: 24px;
	transition: all .4s ease
}
#feedbackForm .select-menu .select-menu-div em.select-menu-i {
	transform: rotateX(180deg)
}
#feedbackForm .select-menu .select-menu-div em::after, #feedbackForm .select-menu .select-menu-div em::before {
	content: "";
	width: 14px;
	height: 2px;
	background: #999;
	position: absolute;
	top: 50%;
	left: 0;
	transform: rotate(45deg)
}
#feedbackForm .select-menu .select-menu-div em::after {
	transform: rotate(-45deg);
	left: 9px
}
#feedbackForm .select-menu .select-menu-div .select-menu-input {
	margin: 0!important;
	width: 100%!important;
	cursor: pointer;
	user-select: none;
	padding-right: 100px;
	color: #555
}
#feedbackForm .select-menu .select-menu-ul {
	box-shadow: 0 1px 15px 0 rgba(15,19,39,.1);
	list-style: none;
	opacity: 0;
	display: none;
	width: 100%;
	text-align: left;
	border: 1px solid #ddd;
	background: #fff;
	position: absolute;
	z-index: 9
}
#feedbackForm .select-menu .select-menu-ul li {
	padding: 0 20px;
	line-height: 2.5;
	cursor: pointer;
	font-size: 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}
#feedbackForm .select-menu .select-menu-ul li:hover {
	background: #f2faea
}
#feedbackForm .select-menu .select-menu-ul li:nth-child(2n) {
	background: #f5f4f4
}
#feedbackForm .select-menu .select-menu-ul li:nth-child(2n):hover {
	background: #f2faea
}
#feedbackForm .select-menu .select-menu-ul li.select-this {
	background: #f2faea
}
#feedbackForm .select-menu .select-menu-ul li.select-this:hover {
	background: #f2faea!important
}
.inquiry-form textarea {
	width: 100%;
	height: 200px;
	background: #fff;
	border: 1px solid #eee;
	padding: 20px;
	color: #111;
	resize: none;
	overflow: hidden
}
#feedbackForm .send-btn {
	width: 200px;
	height: 50px;
	background: #222;
	margin-top: 30px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	transition: background .2s
}
#feedbackForm .send-btn:hover {
	background-color: #111
}
.siggle-cont {
	font-size: 16px
}
.aboutus-box .about-tit {
	font-size: 20px;
	font-weight: 500;
	color: #111;
	margin-bottom: 10px
}
.aboutus-box p {
	color: #222;
	line-height: 1.8
}
.contactsec1-l {
	width: 40%;
	color: #555
}
.contact-tit {
	font-size: 22px;
	color: #111;
	position: relative;
	margin-bottom: 30px
}
.contact-tit strong {
	display: inline-block;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	font-weight: 400;
	text-transform: capitalize
}
.contact-tit::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 4px;
	background-color: #111
}
.contactus>div {
	display: flex;
	margin-bottom: 30px
}
.contactus>div a:hover {
	color: #111
}
.contactus>div>p {
	width: 50px;
	height: 50px;
	background: #fff;
	border: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #555
}
.contactus>div>p .iconfont {
	font-size: 18px
}
.contactus>div>div {
	flex: 1;
	padding-left: 20px
}
.contactus>div>div>p:nth-child(1) {
	font-size: 18px;
	color: #111
}
.contactus>div>div>p:nth-child(2) {
	font-size: 14px;
	color: #555
}
.contactsec1-r {
	width: 50%
}
.categories {
	margin-bottom: 20px
}
.aside-tit {
	font-size: 22px;
	color: #111;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 15px
}
.aside-tit::before {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background: #1964a8;
	position: absolute;
	bottom: -3px;
	left: 0
}
.sf-menu a {
	color: #333;
	display: block;
	padding: 10px 26px 10px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative
}
.sf-menu li {
	position: relative
}
.sf-menu .LiLevel1>a {
	font-size: 18px;
	color: #111
}
.sf-menu .LiLevel1:last-child {
	border: none
}
.sf-menu>li i {
	position: absolute;
	right: 10px;
	top: 14px;
	z-index: 1;
	cursor: pointer;
	transition: transform .2s ease-in-out;
	color: #111;
	font-weight: 700
}
.sf-menu>li i.active {
	transform: rotate(90deg)
}
.mob-search, .sf-menu ul {
	display: none
}
.sf-menu ul a {
	font-size: 16px;
	padding: 2px 18px
}
.sf-menu a.currentProType, .sf-menu a:hover {
	color: #111
}
.sub-menu>li i {
	top: 4px
}
.sub-menu ul a {
	padding: 4px 30px;
	font-size: 14px
}
.sf-menu li:hover>i {
	transform: rotate(90deg)
}
.sf-menu li:hover>ul {
	display: block
}
.relatedpro {
	margin-bottom: 40px
}
.relatedpro-list li {
	width: 100%;
	margin-top: 30px
}
.relatedpro-img {
	overflow: hidden;
	border: 1px solid #eee;
	width: 120px;
	height: 120px;
	display: block
}
.howtouse-img img, .newspage-img img, .relatedpro-img img, .video-img img {
	width: 100%;
	display: block;
	transition: all .3s
}
.relatedpro-box {
	flex: 1;
	padding-left: 18px
}
.relatedpro-name {
	font-size: 16px;
	color: #111;
	max-height: 48px
}
.relatedpro-more {
	font-size: 14px;
	color: #555;
	display: block;
	margin-top: 16px;
	text-transform: capitalize
}
.relatedpro-list>li:hover .relatedpro-name {
	color: #111
}
.relatedpro-list>li:hover img {
	transform: scale(1.1)
}
.products-ninelist-1 {
	display: flex;
	flex-wrap: wrap
}
.products-ninelist-1 li {
	width: calc(33.33% - 27px);
	margin: 0 40px 40px 0;
	border: 1px solid #eee
}
.products-ninelist-1 li:nth-child(3n) {
	margin-right: 0
}
.products-list-img {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	position: relative
}
.maybe-img img, .newpro-item-l img, .products-list-img img, .repro-item-img img {
	transition: all .3s
}
.products-item-name {
	text-transform: capitalize;
	font-size: 18px;
	color: #111;
	max-height: 47px;
	line-height: 1.3;
	margin-bottom: 8px
}
.proline::before {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: #1964a8
}
.products-item-bref {
	font-size: 14px;
	margin-bottom: 20px;
	color: #555;
	max-height: 42px
}
.products-add-inquirl {
	width: 40px;
	height: 40px;
	border: 1px solid #eee;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -1px;
	bottom: -1px;
	color: #555;
	background-color: #fff
}
.products-add-inquirl i {
	font-size: 20px
}
.pro-price {
	color: #111;
	margin-top: 10px
}
.pro-item-checked .products-item-name, .products-ninelist-1 li:hover .products-item-name {
	color: #111
}
.pro-item-checked .products-add-inquirl {
	background-color: #111;
	color: #fff;
	border-color: #111
}
.products-ninelist-1 li .products-list-box {
	padding: 14px
}
.products-ninelist-0>li {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
	transition: transform .3s, box-shadow .3s
}
.products-ninelist-0>li .products-list-img {
	width: 320px;
	border: 1px solid #eee
}
.products-ninelist-0>li .products-list-box {
	width: calc(100% - 320px);
	padding-left: 40px
}
.products-ninelist-0 {
	padding-bottom: 1px
}
.products-ninelist-0>li:hover .products-item-name {
	color: #111
}
.procateword {
	padding: 10px;
	font-size: 16px;
	line-height: 1.6;
	box-shadow: 0 0 10px rgba(0,0,0,.1)
}
.protype-text {
	padding-top: 4px
}
.keywords.proCateTags a {
	display: inline-block;
	border-radius: 20px;
	padding: 2px 10px 3px;
	margin: 4px 8px 4px 0;
	font-size: 12px;
	background: #ededed;
	transition: background .2s;
	color: #111
}
.keywords.proCateTags a:hover {
	background-color: #111;
	color: #fff
}
.compare-panel {
	width: 280px;
	background: #fff;
	position: fixed;
	z-index: 1000;
	bottom: 0;
	right: 0;
	box-shadow: -1px -1px 3px #ccc;
	display: none;
	transition: bottom .2s
}
#jljw_IM_GdImBox {
	z-index: 900!important
}
.mobactfoot+.compare-panel {
	bottom: calc(1rem + constant(safe-area-inset-bottom) + 1px);
	bottom: calc(1rem + env(safe-area-inset-bottom) + 1px)
}
.compare-t {
	background-color: #7a8799;
	font-size: 14px;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 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: #fff;
	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: #fdbe00;
	margin: 0 4px
}
#productChache_list {
	padding: 0 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 #eee;
	padding: 10px 0;
	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: #555;
	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: #fff;
	border: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center
}
.item-img img {
	max-width: 100%;
	max-height: 100%
}
.item-c {
	width: calc(100% - 50px);
	padding: 0 10px;
	font-size: 12px
}
.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: #333
}
.item-price {
	color: #111
}
.compare-b {
	padding: 20px 10px;
	display: flex;
	justify-content: space-between
}
.compare-b * {
	display: block;
	width: 80px;
	text-align: center;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px;
	border-radius: 2px;
	padding: 0 2px
}
.clear-all {
	color: #111;
	background-color: #ededed
}
.compare-inquire, .compare-inquire:hover {
	color: #fff;
	background-color: #111
}
.compare-b .orderNow {
	margin: 0;
	background: #f66f08;
	color: #fff;
	line-height: 30px;
	padding: 0 2px;
	border: none;
	border-radius: 2px;
	font-size: 12px;
	cursor: pointer;
	display: block;
	width: 80px
}
.pages {
	color: #111;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
	font-size: 14px
}
.pages a, .pages span {
	text-transform: uppercase;
	display: inline-block;
	min-width: 40px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-bottom: 10px;
	background-color: #ededed;
	padding: 0 10px;
	transition: background .2s;
	margin: 5px
}
.pages a {
	color: #111
}
.pages span {
	color: #555
}
.pages .ctxt, .pages a:hover {
	background: #1964a8;
	color: #fff
}
.vPlay {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 40px;
	line-height: 1;
	cursor: pointer;
	z-index: 9;
	display: none;
	color: #111
}
.pdshow-l {
	width: 400px
}
.preview-container {
	position: relative;
	width: 100%;
	height: 100%
}
.small-box {
	width: 100%;
	height: 400px;
	border: 1px solid #eee;
	position: relative;
	background: #fff;
	overflow: hidden
}
.preview-container .small-box img {
	max-width: 100%;
	max-height: 100%;
	display: block
}
.preview-container .small-box .hover {
	position: absolute;
	width: 180px;
	height: 180px;
	background-color: hsla(0,0%,80%,.6);
	border: 1px solid #eee;
	display: none;
	cursor: move
}
.preview-container .thumbnail-box {
	margin-top: 20px;
	position: relative;
	width: 100%
}
.preview-container .thumbnail-box .btn {
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	color: #555;
	line-height: 1
}
.preview-container .thumbnail-box .btn i {
	font-size: 26px;
	font-weight: 700
}
.preview-container .thumbnail-box .btn-prev {
	left: 5px
}
.preview-container .thumbnail-box .btn-next {
	right: 5px
}
.preview-container .thumbnail-box .btn_next_disabled, .preview-container .thumbnail-box .btn_prev_disabled {
	opacity: .5;
	cursor: auto;
	pointer-events: none
}
.preview-container .thumbnail-box .list {
	overflow: hidden;
	width: calc(100% - 72px);
	margin: 0 auto;
	position: relative
}
.preview-container .thumbnail-box .list ul .item {
	width: 76px;
	height: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 3px;
	border: 1px solid #eee;
	font-size: 0;
	cursor: pointer;
	overflow: hidden
}
.preview-container .thumbnail-box .list ul .item img {
	width: 100%;
	max-height: 100%
}
.preview-container .thumbnail-box .list ul .item-cur {
	border-color: #111
}
.preview-container .thumbnail-box .list .banner-page {
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 50px;
	border-radius: 20px;
	background: #999;
	bottom: 4px;
	right: 0;
	z-index: 999
}
.preview-container .thumbnail-box .list .banner-page span {
	color: #fff;
	font-size: 14px;
	margin: 0 2px
}
.preview-container .big-box {
	display: none;
	overflow: hidden;
	top: 0;
	left: calc(100% - 1px);
	border: 1px solid #eee;
	position: absolute;
	width: 100%;
	height: 400px;
	background: #fff;
	z-index: 20
}
.preview-container .big-box img {
	display: block;
	max-width: none;
	max-height: none;
	width: 150%
}
.singglepic {
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: center
}
.pdshow-r {
	width: calc(100% - 400px);
	padding: 20px 0 0 40px
}
.pdshow-r h1 {
	font-size: 24px;
	line-height: 1.3;
	color: #111
}
.pdshow-r-text {
	line-height: 1.6;
	margin: 10px 0 30px;
	color: #555;
	font-size: 18px
}
.product-content-price {
	color: #111;
	font-size: 16px;
	margin-top: 6px
}
.pdshow-r-btn {
	margin: 30px 0 0;
	display: flex
}
.addToCart, .pdshow-r-btn a {
	display: block;
	margin: 0 20px 20px 0;
	padding: 10px 0;
	width: 250px;
	text-align: center;
	font-size: 16px;
	color: #111;
	border: 1px solid #1964a8;
	position: relative;
	cursor: pointer;
	text-transform: capitalize
}
.pdshow-r-btn a::before {
	content: '';
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 0;
	height: calc(100% + 2px);
	background-color: #111;
	transition: width .3s;
	z-index: -1
}
.pdshow-r-btn i {
	margin-left: 8px;
	font-size: 18px;
	line-height: 1
}
.addToCart.added {
	color: #fff;
	background-color: #111
}
.addToCart i {
	vertical-align: baseline
}
.prodetails-box {
	margin-top: 4%
}
.details-tit {
	font-size: 22px;
	color: #111;
	text-transform: capitalize;
	margin-bottom: 20px
}
.details-tit span {
	display: inline-block;
	border-bottom: 1px solid #eee;
	position: relative;
	padding: 0 10px 10px 0
}
.details-tit span::before {
	display: block;
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 40px;
	height: 4px;
	background-color: #111
}
.newsdetails-cont iframe, .newsdetails-cont video, .page-r iframe, .page-r video, .siggle-cont iframe, .siggle-cont video {
	max-width: 100%;
	max-height: 100%
}
.prodetails-bref {
	color: #222;
	line-height: 1.7
}
.newsdetails-cont img, .prodetails-bref img, .siggle-cont img {
	height: auto!important
}
.newsdetails-cont a, .prodetails-bref a {
	text-decoration: underline
}
.newsdetails-cont strong, .prodetails-bref strong {
	font-weight: 500
}
.newsdetails-cont p, .prodetails-bref p {
	margin-bottom: 5px
}
.productsTags {
	color: #222;
	margin-top: 10px
}
.table-responsive {
	margin: 10px 0;
	overflow-x: auto
}
.prodetails-bref table {
	max-width: 100%;
	overflow-x: auto;
	width: 100%
}
.prodetails-bref table p {
	margin-bottom: 0
}
.hottag {
	color: #222
}
.hottag-share {
	margin: 10px 0 0
}
.pages-list {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #eee
}
.pages-list>div {
	width: 50%;
	color: #222;
	display: flex;
	font-size: 16px;
	padding: 15px;
	line-height: 1.3
}
.pages-list>div span:nth-child(2) {
	word-break: break-all;
	padding-left: 4px
}
.pages-list>div:hover a {
	color: #111
}
.pd-inquirl #feedbackForm {
	margin: 20px auto 0
}
.maybe, .pd-inquirl {
	margin-top: 60px
}
.maybe-list li {
	width: 32%;
	margin-bottom: 20px
}
.maybe-img {
	border: 1px solid #eee;
	overflow: hidden
}
.maybe-name {
	text-align: center;
	font-size: 16px;
	color: #111;
	margin-top: 6px;
	line-height: 1.3
}
.maybe-list li:hover .maybe-name {
	color: #111
}
.inquiry-pro-list {
	margin: 20px 0;
	display: none;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap
}
.inquiry-pro-item {
	display: flex;
	align-items: center;
	width: 48%;
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid #eee
}
.pro-item-img {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	width: 120px;
	height: 120px
}
.pro-itemcont {
	flex: 1;
	padding: 0 16px
}
.pro-itemprice {
	font-size: 16px;
	color: #111
}
.pro-item-name:hover {
	color: #111
}
.pro-item-name {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 48px;
	word-break: break-word;
	font-size: 16px
}
.feed-page #feedbackForm {
	margin-top: 20px
}
.newspage-ninelist-1 {
	display: flex;
	flex-wrap: wrap
}
.newspage-ninelist-1 li {
	width: calc(25% - 15px);
	margin: 0 20px 40px 0;
	transition: box-shadow .2s
}
.newspage-ninelist-1 li:nth-child(4n) {
	margin-right: 0
}
.newspage-box {
	padding: 26px 14px 16px;
	position: relative
}
.newspage-img {
	overflow: hidden
}
.newspage-img::after {
	padding-bottom: 50%
}
.newspage-tit {
	text-transform: capitalize;
	font-size: 16px;
	color: #111;
	line-height: 1.3;
	max-height: 42px
}
.newspage-more {
	width: 170px;
	line-height: 40px;
	background: #ededed;
	text-align: center;
	font-size: 16px;
	color: #111;
	margin-top: 30px
}
.newspage-ninelist-1 li:hover .news-item-date {
	background-color: #111
}
.newspage-ninelist-1 li:hover .newspage-tit {
	color: #111
}
.newspage-ninelist-0>li {
	margin-bottom: 40px;
	transition: transform .3s, box-shadow .3s
}
.newspage-item-date {
	width: 110px;
	background: #1964a8;
	color: #fefefe;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	transition: background .2s ease-in-out
}
.newspage-item-date p:nth-child(1) {
	font-size: 36px;
	border-bottom: 1px solid #fefefe;
	padding-bottom: 6px;
	margin-bottom: 6px;
	line-height: 1
}
.newspage-item-date p:nth-child(2) {
	font-size: 12px
}
.newspage-item-box {
	width: calc(100% - 110px);
	padding: 0 2%;
	display: flex;
	flex-direction: column;
	justify-content: center
}
.newspage-item-text {
	font-size: 14px;
	color: #555;
	max-height: 63px;
	margin-top: 6px
}
.newspage-ninelist-0>li:hover .newspage-tit {
	color: #111
}
.newspage-ninelist-0 {
	padding-bottom: 1px
}
.article-name {
	font-size: 20px;
	color: #111;
	text-align: center;
	margin-bottom: 10px
}
.article-date {
	display: flex;
	justify-content: center;
	font-size: 14px;
	color: #555
}
.article-view i, .article-view em {
	font-size: 14px;
	margin-right: 6px
}
.article-view {
	margin-left: 20px
}
.newsdetails-cont {
	color: #222;
	margin: 0 0 50px;
	line-height: 1.8;
	margin-top: 6px
}
.project-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.project-list li {
	width: 49%;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}
.project-img {
	width: 40%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eee
}
.download-img {
	width: 100%;
	overflow: hidden;
	transition: box-shadow .2s
}
.project-img a {
	display: flex;
	align-items: center;
	justify-content: center
}
.project-info {
	width: 60%;
	padding: 10px 0 10px 3%;
	color: #555
}
.project-name {
	font-size: 20px;
	color: #111
}
.project-content {
	margin: 6px 0 0;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 72px
}
.project-list li:hover .project-name {
	color: #111
}
.download-list, .video-list {
	display: flex;
	flex-wrap: wrap
}
.download-list li {
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-bottom: 40px
}
.download-list li:nth-child(4n) {
	margin-right: 0
}
.download-img img {
	display: block;
	width: 100%
}
.download-name {
	color: #111;
	font-size: 20px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 52px;
	line-height: 1.3
}
.download-info {
	width: 100%;
	padding-top: 10px
}
.download-btn {
	display: flex;
	flex-direction: row-reverse;
	text-align: center;
	padding: 8px 0;
	transition: background .2s;
	justify-content: center;
	align-items: center;
	text-transform: capitalize;
	color: #111;
	width: 170px;
	background: #ededed;
	margin-top: 20px
}
.download-btn:hover {
	background-color: #111;
	color: #fff
}
.faq-list li {
	border: 1px solid #eee;
	margin-bottom: 30px;
	padding: 15px 70px 15px 16px
}
.faq-list .project-info {
	width: 100%;
	padding: 0;
	text-align: left;
	border: none
}
.faq-list .project-name {
	cursor: pointer;
	position: relative;
	font-size: 18px;
	line-height: 1.3
}
.faq-list .project-name::before {
	content: '+';
	display: block;
	color: #111;
	position: absolute;
	right: -36px;
	top: 50%;
	z-index: 1;
	font-size: 30px;
	margin-top: -15px;
	width: 16px;
	height: 30px;
	text-align: center;
	line-height: 30px
}
.faq-list .project-content {
	max-height: 100%;
	font-size: 16px;
	color: #555;
	display: none
}
.faq-list .faq-item-act .project-name {
	color: #111
}
.faq-list .faq-item-act .project-name::before {
	content: '';
	height: 2px;
	background-color: #111;
	margin-top: 0
}
.video-list li {
	width: calc(33.33% - 22px);
	margin: 0 32px 40px 0;
	background-color: #fff;
	transition: box-shadow .2s
}
.video-list li:nth-child(3n) {
	margin-right: 0
}
.video-img {
	overflow: hidden
}
.video-info {
	padding: 16px
}
.video-name {
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #111
}
.video-in {
	font-size: 16px;
	color: #555;
	margin-top: 6px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 72px
}
.video-list li:hover .video-name {
	color: #111
}
.compare-titText, .compareorder, .download-btn i {
	display: none
}
.howtouse {
	color: #555;
	line-height: 2
}
.howtouse-list>li {
	width: calc(33.33% - 20px);
	margin: 40px 30px 0 0
}
.howtouse-list>li:nth-child(3n) {
	margin-right: 0
}
.howtouse-img {
	display: block;
	overflow: hidden;
	transition: box-shadow .2s
}
.howtouse-list>li>p:nth-child(2) {
	font-size: 20px;
	color: #111;
	padding: 20px;
	line-height: 1.3
}
.solutions {
	color: #555;
	line-height: 1.8
}
.solu-flex-l {
	width: 40%
}
.solu-flex-r {
	width: 60%;
	padding-left: 2%
}
.solu-flex-l img {
	display: block;
	width: 100%;
	max-height: 380px;
	object-fit: cover
}
.flex-reverse .solu-flex-r {
	padding: 0 2% 0 0
}
.solutions>.flex {
	margin-bottom: 4%
}
.solu-name {
	font-size: 26px;
	color: #111;
	position: relative;
	padding-bottom: 6px;
	margin-bottom: 20px;
	display: block
}
.solu-name::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 3px;
	background-color: #111
}
.solutions-list>li {
	width: 24%;
	background: #f6f6f6;
	text-align: center;
	padding: 2% 10px 4%;
	margin: 2% 0
}
.solutions-list>li .iconfont {
	font-size: 40px;
	color: #111
}
.solutions-list>li p {
	font-size: 18px;
	color: #555;
	line-height: 1.6;
	margin-top: 6px
}
.solutions-list>li p strong {
	font-size: 24px;
	color: #111;
	font-weight: 500
}
.support {
	color: #555;
	line-height: 1.8
}
.flex-half {
	margin-bottom: 60px
}
.flex-half-l {
	width: 50%;
	padding-right: 6%
}
.flex-half-r {
	width: 50%
}
.support .flex-half-r {
	border: 1px solid #eee
}
.sup-bref1::before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #484742;
	opacity: .5;
	vertical-align: middle;
	margin-right: 10px
}
.sup-name {
	display: block;
	font-size: 26px;
	color: #111;
	line-height: 1.3;
	margin: 10px 0
}
.sup-bref2 {
	font-size: 18px;
	color: #555;
	line-height: 1.6
}
.sup-text {
	margin: 20px 0 30px;
	font-size: 18px
}
.sup-list>li {
	max-width: 50%;
	margin-right: 10px
}
.sup-list>li div {
	font-size: 20px;
	font-weight: 500;
	color: #111
}
.sup-list>li div p {
	display: inline-block;
	border-bottom: 1px solid #eee;
	position: relative;
	line-height: 1.3;
	padding: 10px 0
}
.sup-list>li div p::before {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background: #1964a8;
	position: absolute;
	bottom: -2px;
	left: 0
}
.sup-list>li strong {
	font-size: 40px;
	font-weight: 500;
	color: #111;
	line-height: 1.7
}
.flex-reverse {
	flex-direction: row-reverse
}
.flex-reverse .flex-half-l {
	padding: 0 0 0 6%
}
.sup-list2>li {
	display: flex;
	flex-wrap: wrap
}
.sup-list2>li .iconfont {
	font-size: 40px;
	color: #111;
	line-height: 1
}
.sup-list2>li>div {
	flex: 1;
	padding-left: 16px
}
.sup-list2>li>div p {
	font-size: 14px;
	color: #555;
	line-height: 1.7
}
.sup-list2>li>div p:nth-child(1) {
	font-size: 20px;
	color: #111;
	line-height: 1.3;
	margin-bottom: 6px
}
.application {
	color: #555;
	line-height: 1.8
}
.app-name {
	display: block;
	font-size: 26px;
	font-weight: 500;
	color: #111;
	margin-bottom: 20px;
	line-height: 1.3;
	padding-top: 6px
}
.president-l, .teami-l {
	width: 40%
}
.president-r, .teami-r {
	width: 60%;
	padding-left: 2%
}
.president-r p, .teami-r p {
	margin-bottom: 10px
}
.flex-reverse .teami-r {
	padding: 0 2% 0 0
}
.president-r h6, .teami-r h6 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.3
}
.teami {
	margin-bottom: 3%
}
#brand-history-list {
	padding-bottom: 160px;
*zoom:1
}
#brand-history-list:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	clear: both
}
#brand-history-list li {
	position: relative;
	height: 130px;
	width: 50.6%;
	background-size: auto 80%!important
}
#brand-history-list li h2 {
	color: #000;
	font-size: 40px;
	white-space: nowrap;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
#brand-history-list li:hover h2 {
	color: #111
}
#brand-history-list li p {
	color: #555;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	max-height: 170px;
	overflow: hidden
}
#brand-history-list li:hover p {
	color: #333
}
#brand-history-list li.left, #brand-history-list li:nth-of-type(2n+1) {
	float: left;
	background: url(../image/history_01.png) 100% 100% no-repeat
}
#brand-history-list li.left h2, #brand-history-list li:nth-of-type(2n+1) h2 {
	position: absolute;
	bottom: 10%;
	right: 10%
}
#brand-history-list li.left p, #brand-history-list li:nth-of-type(2n+1) p {
	position: absolute;
	top: 105%;
	right: 10%;
	width: 84%;
	text-align: right
}
#brand-history-list li.right, #brand-history-list li:nth-of-type(2n) {
	float: right;
	background: url(../image/history_02.png) 0 100% no-repeat
}
#brand-history-list li.right h2, #brand-history-list li:nth-of-type(2n) h2 {
	position: absolute;
	bottom: 10%;
	left: 10%
}
#brand-history-list li.right p, #brand-history-list li:nth-of-type(2n) p {
	position: absolute;
	top: 105%;
	left: 10%;
	width: 84%
}
.rank-flex {
	justify-content: space-between
}
.rank-flex>li {
	width: 32%;
	text-align: center;
	background: #fff;
	margin-top: 2%;
	padding: 2%;
	position: relative;
	box-shadow: 0 0 10px #eee
}
.rank-flex>li p:nth-of-type(2) {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	text-transform: capitalize
}
.rank-flex>li::before {
	position: absolute;
	top: 0;
	right: 2%;
	font-size: 140px;
	color: rgba(255,255,255,.5);
	line-height: 1
}
.rank-flex>li:nth-child(1)::before {
	content: '1'
}
.rank-flex>li:nth-child(2)::before {
	content: '2'
}
.rank-flex>li:nth-child(3)::before {
	content: '3'
}
.rank-flex>li:nth-child(4)::before {
	content: '4'
}
.rank-flex>li:nth-child(5)::before {
	content: '5'
}
.rank-flex>li:nth-child(6)::before {
	content: '6'
}
.ch-flex {
	margin-top: 3%
}
.ch-flex>li {
	width: 25%;
	border: 1px solid #eee;
	padding: 2%;
	text-align: center
}
.ch-flex>li:not(:nth-child(4n)) {
border-right:none
}
.ch-flex>li:nth-child(n+5) {
	border-top: none
}
.ch-flex>li img {
	max-width: 236px;
	max-height: 342px
}
.ch-flex>li p {
	margin-top: 10px
}
.proequ-list>div {
	width: calc(25% - 8px);
	margin: 0 10px 10px 0
}
.proequ-list {
	margin-top: 3%
}
.proequ-list>div img {
	display: block;
	width: 100%
}
.proequ-list>div:nth-of-type(4n) {
	margin-right: 0
}
.organ-item {
	width: 25%;
	text-align: center;
	padding: 0 4% 4%
}
.organ-item img {
	max-width: 140px
}
.organ-item h6 {
	font-size: 20px;
	line-height: 1.3;
	margin: 10px 0;
	font-style: italic
}
.organ-item h6>span {
	font-size: 24px;
	font-style: initial
}
.ch-name {
	font-size: 20px;
	margin: 10px 0
}
.ch-name+p {
	margin-bottom: 20px
}
.company-honor>div:nth-of-type(1) {
	width: 58%
}
.company-honor>div:nth-of-type(2) {
	width: 40%
}
.office-l {
	width: 60%;
	padding-right: 2%
}
.office-l p {
	margin-bottom: 10px
}
.office-r {
	width: 40%
}
.flex-reverse .office-l {
	padding: 0 0 0 2%
}
.office-l .atext-t {
	font-size: 20px;
	line-height: 1.3;
	margin: 10px 0
}
.office>.flex {
	margin-top: 2%
}
.competitive-tit, .rdc-tit {
	font-size: 20px;
	line-height: 1.3;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 20px
}
.competitive-tit::before, .rdc-tit::before {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background-color: #111;
	position: absolute;
	bottom: 0;
	left: 0
}
.competitive-two .flex-jc-sb>div, .rdc .flex-jc-sb>div {
	width: 32%;
	margin: 2% 0
}
.competitive section p:nth-of-type(n+2), .cvision>p, .rdc>p:nth-of-type(n+2) {
	margin-bottom: 10px
}
.competitive-four {
	margin-top: 2%
}
.strategy-list {
	padding-left: 20px
}
.strategy-list, .strategy-list li {
	list-style-type: circle
}
.strategy-list li {
	margin: 10px 0
}
.cmission-item {
	width: 31.3%
}
.cmission-item-tit {
	font-size: 20px;
	line-height: 1.3;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 20px
}
.cmission-item-tit>span {
	color: #111
}
.cmission-item-tit::before {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background-color: #111;
	position: absolute;
	bottom: 0;
	left: 0
}
.cvision .flex-jc-sb>div {
	width: calc(50% - 10px)
}
.cphil-item {
	width: 24%;
	text-align: center
}
.cphil-item p {
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 10px;
	line-height: 1.3
}
.cphil-item img {
	max-width: 300px;
	width: 100%
}

@media(max-width:1281px) {
.ch-name {
	margin: 0
}
}

@media(max-width:1024px) {
.solutions-list>li {
	width: 48%
}
.application, .howtouse, .solutions, .support {
	line-height: 1.8
}
.ch-flex>li img {
	max-width: 100%
}
.president-l, .teami-l {
	width: 100%
}
.president-r, .teami-r {
	width: 100%;
	padding: 20px 0 0
}
.teami {
	margin-bottom: 6%
}
.company-honor>div:nth-of-type(1) {
	width: 100%
}
.office-l {
	width: 100%;
	padding-right: 0
}
.office-r {
	width: 100%;
	margin-top: 20px
}
.flex-reverse .office-l {
	padding: 0
}
}

@media(max-width:800px) {
.flex-half-l, .president-l, .solu-flex-l, .teami-l {
	width: 100%;
	padding: 0
}
.president-r, .solu-flex-r, .teami-r {
	width: 100%;
	margin-top: .3rem;
	padding: 0!important
}
.flex-half-r {
	width: 100%;
	margin-top: .4rem
}
.flex-reverse .flex-half-l {
	padding: 0
}
.sup-list2>li>div p {
	font-size: 16px
}
.app-name, .ch-name, .cmission-item-tit, .competitive-tit, .office-l .atext-t, .organ-item h6, .rank-flex>li p:nth-of-type(2), .rdc-tit, .solu-name, .sup-name {
	font-size: .3rem
}
.organ-item h6>span {
	font-size: .32rem
}
.solutions>.flex, .teami {
	margin-bottom: .4rem
}
.president-r h6, .teami-r h6 {
	font-size: .32rem;
	margin-bottom: 10px
}
.ch-flex>li {
	width: 50%;
	text-align: center
}
.ch-flex>li:nth-child(2n) {
	border-right: 1px solid #eee
}
.ch-flex>li:not(:nth-child(-n+2)) {
border-top:none
}
.proequ-list>div {
	width: calc(50% - 5px)
}
.proequ-list>div:nth-of-type(2n) {
	margin-right: 0
}
.organ-item {
	width: 50%
}
.company-honor>div:nth-of-type(2) {
	width: 100%;
	margin-top: 20px
}
.competitive section {
	margin-bottom: .4rem
}
.rank-flex>li {
	width: 49%
}
.cmission-item {
	width: 100%;
	margin-bottom: .4rem
}
.cvision .flex-jc-sb>div {
	width: 100%;
	margin-bottom: 20px
}
.cphil-item {
	width: 48%;
	margin-bottom: .4rem
}
}

@media(max-width:540px) {
#brand-history-list li h2 {
	font-size: 26px
}
}

@media(max-width:481px) {
.solutions-list {
	margin: .2rem 0
}
.solutions-list>li {
	width: 100%;
	padding: .2rem .3rem .4rem
}
.solutions-list>li p strong {
	font-size: 18px
}
.app-name, .president-r h6, .solu-name, .sup-name, .teami-r h6 {
	font-size: 20px
}
.sup-list>li {
	max-width: 100%
}
.solutions-list>li p {
	font-size: 16px
}
.rank-flex>li::before {
	font-size: 70px
}
.rank-flex>li img {
	max-width: 80px
}
.organ-item img {
	max-width: 90px
}
.competitive-two .flex-jc-sb>div, .rdc .flex-jc-sb>div {
	width: 100%
}
}

@media(max-width:415px) {
.sup-bref2, .sup-list>li div, .sup-text {
	font-size: 16px
}
.sup-list>li strong {
	font-size: 30px
}
.ch-flex>li p, .cphil-item p {
	font-size: 14px
}
#brand-history-list li p {
	max-height: 2.7rem
}
}

@media(max-width:321px) {
.app-name, .president-r h6, .solu-name, .sup-name, .teami-r h6 {
	font-size: 18px
}
}

@media(min-width:800px) {
.procate-list li:hover {
	background-color: #073995
}
.newpro-list li:hover .newpro-more, .pdshow-r-btn a:hover, .procate-list li:hover a {
	color: #fff
}
.newpro-list li:hover .newpro-more::before {
	width: 100%
}
.pdshow-r-btn a:hover::before {
	width: calc(100% + 2px)
}
.newspage-ninelist-0>li:hover, .products-ninelist-0>li:hover {
	box-shadow: 0 5px 15px 0 rgb(1 1 1/10%);
	transform: translateY(-6px)
}
.howtouse-list>li:hover img, .maybe-list li:hover .maybe-img img, .newpro-list li:hover .newpro-item-l img, .news-list li:hover .news-item-img img, .newspage-ninelist-1 li:hover .newspage-img img, .products-ninelist-1 li:hover .products-list-img img, .project-list li:hover img, .repro-boxlist li:hover .repro-item-img img, .video-list li:hover .video-img img {
	transform: scale(1.1)
}
.download-list li:hover .download-img, .howtouse-list>li:hover .howtouse-img, .news-list li:hover, .newspage-ninelist-1 li:hover, .repro-boxlist li:hover, .video-list li:hover {
	box-shadow: 0 5px 15px 0 rgba(1,1,1,.1)
}
.fshare a:hover {
	transform: translateY(-6px)
}
.howtouse-list>li:hover p, .selected-item:hover .item-title {
	color: #111
}
}

@media(max-width:1600px) {
.about-r {
	padding-right: 20px
}
}

@media(max-width:1500px) {
.addToCart, .pdshow-r-btn a {
	width: 180px
}
}

@media(max-width:1367px) {
.nav .submenu.nav2, .nav .submenu.nav3 {
	padding-left: 5%;
	padding-right: 5%
}
.nav>li {
	margin: 0 8px
}
.preview-container .thumbnail-box .btn-prev {
	left: 0
}
.preview-container .thumbnail-box .btn-next {
	right: 0
}
}

@media(max-width:1281px) {
.nav>li>a {
	font-size: 14px
}
.logo {
	max-width: 240px
}
.about-r-tit {
	font-size: 22px
}
.about-r-text {
	font-size: 16px
}
.about-r-list div p:nth-child(1), .news-name, .project-name, .video-name {
	font-size: 18px
}
.about-r-list li {
	margin-top: 10px
}
.about-r {
	padding-top: 1%;
	padding-left: 2%
}
.page-l {
	width: 280px
}
.page-r {
	width: calc(100% - 300px)
}
.relatedpro-img {
	width: 100px;
	height: 100px
}
.download-name, .newpro-name {
	font-size: 18px;
	max-height: 47px
}
}

@media(max-width:1024px) {
.page-l {
	display: none
}
.page-r {
	width: 100%
}
.howtouse-list>li>p:nth-child(2) {
	font-size: 16px;
	padding: 10px
}
}

@media(max-width:800px) {
html {
	font-size: 100px
}
.container {
	padding-left: .3rem;
	padding-right: .3rem
}
body {
	padding-top: 1rem
}
header {
	height: 1rem
}
.logo {
	max-width: 45%
}
.logo img {
	/*max-width: 200px;*/
	max-height: 50px
}
.mob-menu {
	display: block;
	width: 36px;
	height: 25px
}
.mobheadnav {
	position: fixed;
	width: 100%;
	top: 1rem;
	left: 0;
	bottom: 0;
	background: #fff;
	display: none;
	overflow-y: auto;
	padding: .8rem .3rem .2rem;
	z-index: 999
}
.head-box {
	align-items: center
}
.cate-con .cate-img, .nav .submenu.nav2 .item-info, .nav .submenu::before, .searchicon, nav .nav>li .nav1 i {
	display: none
}
.headsearch {
	height: auto;
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	padding: 0 .3rem
}
.search-box {
	display: block;
	position: static;
	width: 100%;
	height: .5rem;
	border-radius: 4px;
	overflow: hidden
}
.search-box #txtSearch {
	width: calc(100% - 50px);
	font-size: 14px
}
.search-box .searchbtn {
	width: 50px
}
nav {
	height: auto
}
.nav, .nav>li {
	display: block
}
.nav>li>a {
	font-size: 20px;
	line-height: 3;
	border-bottom: 1px solid rgba(0,0,0,.08)
}
.nav .submenu {
	border-bottom: 1px solid rgba(0,0,0,.08);
	max-width: 100%
}
.nav .submenu ul {
	padding-left: 30px
}
.nav>li>a i {
	position: absolute;
	right: 0;
	font-size: 22px;
	z-index: 10;
	margin: 0;
	line-height: 1;
	top: .12rem;
	padding: 5px;
	font-weight: 700
}
.nav1 ul {
	position: static;
	display: block;
	padding-left: 18px;
	background: 0 0
}
.nav .submenu.nav2>li {
	text-align: left
}
.liproducts-diff {
	position: relative
}
.nav .submenu a {
	color: #555
}
.nav .submenu ul a {
	padding: 0
}
.nav .submenu.nav2>li, .nav .submenu.nav3>li {
	width: 100%;
	margin: 0;
	min-height: 0;
	padding: 0
}
.nav .submenu.nav2, .nav .submenu.nav3 {
	padding: 0;
	display: none;
	background: 0 0
}
.nav .submenu.nav2>li a, .nav .submenu.nav3>li a {
	padding: 5px 18px
}
.nav .submenu.nav2 ul, .nav .submenu.nav3 ul {
	padding-left: 14px
}
.nav .inmenu_1, .nav .submenu a:hover {
	background: 0 0;
	color: #111
}
.nav .submenu, .nav>li:hover .submenu {
	transform: rotateX(0);
	position: static;
	display: none;
	transition: none;
	width: 100%;
	background: 0 0
}
.nav>li ul a {
	font-size: 18px;
	line-height: 2
}
.actnavi {
	transform: rotate(90deg)
}
.cate-con {
	border: none;
	margin: 0
}
.procate-list {
	padding: 0
}
.procate-list li {
	width: calc(50% - .15rem);
	margin: 0 .3rem .3rem 0;
	font-size: .28rem;
	height: .7rem
}
.procate-list li:nth-child(2n) {
	margin-right: 0
}
.repro-swiper {
	width: 100%
}
.honor-swiper .swiper-pagination, .repro-swiper .swiper-pagination {
	position: static;
	margin-top: 10px
}
.repro-name {
	font-size: .26rem;
	max-height: .78rem
}
.newpro-list li {
	width: 100%;
	margin: .25rem 0
}
.newpro {
	padding: .5rem 0
}
.newpro-item-l {
	width: 3rem
}
.newpro-item-r {
	width: calc(100% - 3rem);
	padding: 0 0 0 .4rem
}
.download-name, .newpro-name, .newspage-tit {
	font-size: .26rem;
	max-height: .68rem
}
.newpro-bref {
	font-size: .24rem;
	-webkit-line-clamp: 3;
	max-height: 1.23rem
}
.about-l {
	width: 100%
}
.about-r {
	width: 100%;
	padding: .3rem .3rem .5rem
}
.about-r-text {
	font-size: .26rem;
	line-height: 1.5;
	margin-top: .2rem
}
.about-r-list div {
	padding: 0 0 0 10px
}
.about-r-list {
	max-width: 100%
}
.our {
	padding: .6rem 0
}
.our-list li {
	width: 50%
}
.news {
	padding: 1rem 0
}
.news-list {
	margin-top: 0
}
.news-list li {
	width: 100%;
	margin-top: .4rem
}
.news-bref {
	font-size: .24rem;
	max-height: .72rem
}
.news-cont {
	padding: .3rem .2rem
}
.footitem {
	max-width: 100%;
	width: 100%;
	font-size: .24rem
}
.foot-t {
	padding: .6rem 0
}
.footitem1 {
	margin-bottom: .5rem
}
.foottit {
	font-size: .28rem;
	margin-bottom: .3rem
}
.fcontact p {
	margin-bottom: .1rem
}
.fshare {
	margin-top: .4rem
}
.fnav {
	flex-direction: row;
	height: auto;
	width: auto
}
.fnav li {
	margin-right: .4rem;
	margin-bottom: .1rem;
	max-width: 100%
}
.inquiry-pro-item {
	width: 100%
}
.pro-item-name {
	font-size: .26rem;
	max-height: .78rem
}
.page-box {
	padding: .4rem 0
}
.contactsec1-l {
	width: 100%;
	padding: 0
}
.contactsec1-r {
	width: 100%;
	margin-top: 30px
}
.contactus>div>p {
	width: .7rem;
	height: .7rem
}
.inquiry-form input {
	height: .7rem
}
#feedbackForm .send-btn {
	font-size: .26rem;
	width: 2.4rem
}
.project-img {
	width: 2rem
}
.project-info {
	width: calc(100% - 2rem);
	padding: 0 0 0 .2rem
}
.video-info {
	width: 100%;
	padding: .2rem 0
}
.download-btn {
	font-size: .24rem;
	width: 2.6rem
}
.project-list li {
	width: 100%;
	margin-bottom: .4rem
}
.download-list {
	justify-content: space-between
}
.download-list li {
	margin-bottom: .4rem;
	width: 100%;
	margin-right: 0!important
}
.project-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .28rem
}
.faq-list .project-name {
	font-size: .28rem;
	white-space: normal;
	overflow: visible
}
.project-content, .video-in {
	font-size: .26rem;
	max-height: 1.18rem
}
.faq-list .project-content {
	font-size: .26rem;
	margin-top: .14rem
}
.video-list li {
	width: 100%;
	margin: 0 0 .4rem!important
}
.newspage-box {
	padding: .3rem 0
}
.newspage-item-text {
	font-size: .24rem;
	-webkit-line-clamp: 2;
	max-height: .72rem
}
.article-name {
	text-align: left
}
.article-date {
	justify-content: flex-start;
	font-size: .2rem
}
.newspage-ninelist-1 li {
	width: 100%;
	margin: 0 0 .4rem!important
}
.footitem3, .footitem4, .repro-box-next, .repro-box-prev {
	display: none
}
.pages-list {
	border: none;
	margin-top: .5rem
}
.pages-list>div, .pdown1, .pdown2, .pdown3 {
	width: 100%
}
.pages-list>div {
	margin-bottom: .2rem;
	font-size: .26rem;
	border: 1px solid #eee
}
.pages-list>div a {
	color: #111
}
.products-ninelist-1 li {
	width: calc(50% - .15rem);
	margin: 0 .3rem .4rem 0
}
.products-ninelist-1 li:nth-child(3n) {
	margin-right: .3rem
}
.products-ninelist-1 li:nth-child(2n) {
	margin-right: 0
}
.products-item-name {
	font-size: .26rem;
	max-height: .68rem
}
.products-item-bref {
	font-size: .24rem;
	max-height: .72rem
}
.products-ninelist-0>li .products-list-img {
	width: 3rem
}
.products-ninelist-0>li .products-list-box {
	width: calc(100% - 3rem);
	padding-left: .4rem
}
.products-ninelist-0>li {
	margin-bottom: .4rem
}
.preview-container .thumbnail-box .list ul .item img {
	width: auto
}
.pdshow-l {
	width: 100%;
	height: calc(100vw - .6rem)
}
.preview-container {
	height: 100%
}
.preview-container .thumbnail-box {
	margin-top: 0;
	height: 100%
}
.preview-container .thumbnail-box .list {
	width: 100%;
	height: 100%;
	padding-bottom: 30px
}
.preview-container .thumbnail-box .list .banner-page {
	display: flex
}
.preview-container .thumbnail-box .list ul .item-cur {
	border: none
}
.preview-container .thumbnail-box .list ul .item {
	width: 100%;
	height: auto;
	border: none;
	margin: 0
}
.pdshow-r {
	padding: .4rem 0 0;
	width: 100%;
	border-top: 1px solid #eee
}
#gallery .swiper-pagination {
	bottom: 5px
}
.prodetails-page .page-box {
	padding-top: 0
}
.pdshow-r-text {
	font-size: .26rem;
	margin: 10px 0 20px
}
.addToCart, .pdshow-r-btn a {
	width: 100%;
	border-radius: 0;
	margin: 0 0 .2rem;
	font-size: .28rem
}
.maybe, .pd-inquirl {
	margin-top: .6rem
}
.list-wrapper .item-img img {
	width: auto
}
.maybe-list li {
	width: 48%
}
.document-details-page .crumbs, .indusdetails-page .crumbs, .newsdetails-page .crumbs, .preview-container .thumbnail-box .btn, .prodetails-page .crumbs, .prodetails-page .inner-banner, .small-box {
	display: none
}
.procate-list li a {
	-webkit-line-clamp: 1
}
.faq-list li {
	padding: .15rem .7rem .15rem .16rem;
	margin-bottom: .3rem
}
.faq-list .project-name::before {
	right: -.46rem
}
.newspage-ninelist-0>li {
	margin-bottom: .4rem
}
.contactus>div {
	margin-bottom: .3rem
}
.howtouse-list>li {
	width: calc(50% - .2rem);
	margin: .4rem .32rem 0 0
}
.howtouse-list>li:nth-child(3n) {
	margin-right: .32rem
}
.howtouse-list>li:nth-child(2n) {
	margin-right: 0
}
.home-tit {
	font-size: .36rem
}
.about-r-tit {
	font-size: .32rem
}
.about-r-list div p:nth-child(1), .aboutus-box .about-tit, .article-name, .contact-tit, .details-tit {
	font-size: .3rem
}
.contactus>div>div>p:nth-child(1), .maybe-name, .news-name, .our-list .our-item-bref, .pdshow-r h1, .video-name {
	font-size: .28rem
}
.howtouse-list>li>p:nth-child(2), .newsdetails-cont, .pdshow-r-btn i, .prodetails-bref, .siggle-cont {
	font-size: .26rem
}
.about-r-list div p:nth-child(2), .contactus>div>div>p:nth-child(2), .contactus>div>p .iconfont, .crumbs, .home-text, .newpro-more, .pro-itemprice, .procateword, .product-content-price, .repro-more {
	font-size: .24rem
}
.our-list .our-item-name, .pro-price {
	font-size: .22rem
}
.foot-bcont, .keywords.proCateTags a, .pd-inquirl #feedbackForm {
	font-size: .2rem
}
.repro-boxlist li {
	width: 50%
}
}

@media(max-width:768px) {
html {
	font-size: 13.333vw
}
.mobbotact {
	bottom: 0;
	opacity: 1
}
.mobactfoot {
	margin-bottom: calc(1rem + constant(safe-area-inset-bottom));
	margin-bottom: calc(1rem + env(safe-area-inset-bottom))
}
.newsdetails-cont iframe, .newsdetails-cont video, .page-r iframe, .page-r video, .siggle-cont iframe, .siggle-cont video {
	width: 100%;
	max-height: 300px
}
.compare-panel {
	width: 100vw;
	box-shadow: none
}
.compare-panel::before {
	content: '';
	display: block;
	border: 4px solid transparent;
	border-top-color: #111;
	position: absolute;
	top: 100%;
	right: 11%
}
.singglepic {
	border: none;
	border-bottom: 1px solid #eee
}
}

@media(max-width:481px) {
.products-add-inquirl {
	width: 34px;
	height: 34px
}
#swiper-banner .swiper-button-next, #swiper-banner .swiper-button-prev {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	padding: 0 4px
}
#swiper-banner .swiper-button-next {
	right: -20px
}
#swiper-banner .swiper-button-prev {
	left: -20px
}
#swiper-banner .swiper-button-next::before, #swiper-banner .swiper-button-prev::before {
	width: 50px;
	height: 50px;
	top: -5px;
	left: -5px
}
#swiper-banner .swiper-button-next i, #swiper-banner .swiper-button-prev i, .products-add-inquirl i {
	font-size: 18px
}
.nav>li>a, .pd-inquirl #feedbackForm {
	font-size: 16px
}
.search-box {
	height: 40px
}
.mobheadnav {
	padding-top: 60px
}
.home-tit {
	margin-bottom: 10px
}
.nav>li ul a, .our-list .our-item-name {
	font-size: 14px
}
.our-list li .iconfont {
	font-size: 36px
}
.about-r-list i, .about-r-list em {
	font-size: 32px
}
.howtouse-list>li {
	width: 100%;
	margin: .4rem 0 0!important
}
}

@media(max-width:415px) {
html {
	font-size: 60px
}
.mob-menu {
	width: 30px;
	height: 20px
}
.repro-swiper {
	padding-top: 0
}
.repro-boxlist li {
	padding: 6px
}
.newpro-item-r, .products-ninelist-0>li .products-list-box {
	padding-left: 14px
}
.products-ninelist-1 li .products-list-box {
	padding: 8px
}
.pro-price {
	font-size: 14px
}
.article-date {
	font-size: 12px
}
.article-name, .pdshow-r h1 {
	font-size: 20px
}
#feedbackForm .send-btn {
	height: 40px;
	line-height: 40px
}
.contactus>div>p .iconfont, .foottit {
	font-size: 18px
}
.news-item-date {
	font-size: 12px;
	top: -32px;
	width: 50px;
	height: 50px
}
.news-item-date strong {
	font-size: 16px;
	padding-top: 7px
}
.newspage-item-date {
	width: 80px;
	padding: 16px 0
}
.newspage-item-box {
	width: calc(100% - 80px);
	padding: 0 10px
}
.download-name, .newpro-name {
	font-size: 16px
}
.contactus>div>div {
	padding-left: 10px
}
.faq-list .project-name::before {
	font-size: 24px
}
.faq-list .faq-item-act .project-name::before {
	width: 12px
}
.honor, .news {
	padding: .5rem 0
}
.fshare a {
	width: 30px;
	height: 30px
}
.addToCart, .pdshow-r-btn a {
	font-size: 16px;
	padding: 8px 0
}
.inquiry-form input {
	padding: 0 16px
}
.inquiry-form textarea {
	padding: 10px 16px;
	height: 160px
}
.mob-menu {
	height: 21px
}
.mob-menu span {
	height: 2px
}
.mob-menu span:nth-child(2) {
	top: 43%
}
.pro-item-img {
	width: 90px;
	height: 90px
}
.pro-itemcont {
	padding: 0 10px
}
.newpro-item-l, .products-ninelist-0>li .products-list-img {
	width: 2.2rem
}
.newpro-item-r, .products-ninelist-0>li .products-list-box {
	width: calc(100% - 2.2rem)
}
.products-item-bref {
	margin-bottom: 10px
}
.newpro-bref {
	-webkit-line-clamp: 2;
	max-height: .68rem;
	margin: 8px 0 0;
	line-height: 1.3
}
}

@media(max-width:321px) {
.nav>li>a {
	font-size: 16px
}
.faq-list .project-content, .nav>li ul a {
	font-size: 14px
}
.nav>li>a i, .sup-name {
	top: 10px;
	font-size: 18px
}
.howtouse-list>li>p:nth-child(2) {
	padding: 10px 0
}
}
.toast-title {
	font-weight: 700
}
.toast-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word
}
.toast-message a, .toast-message label {
	color: #fff
}
.toast-message a:hover {
	color: #ccc;
	text-decoration: none
}
.toast-close-button {
	position: relative;
	right: -.3em;
	top: -.3em;
	float: right;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	-webkit-text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: .8;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
	line-height: 1
}
.toast-close-button:focus, .toast-close-button:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40)
}
.rtl .toast-close-button {
	left: -.3em;
	float: left;
	right: .3em
}
button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}
.toast-top-center {
	top: 6%;
	right: 0;
	width: 100%
}
.toast-center-center {
	top: 20%;
	right: 0;
	width: 100%
}
.toast-bottom-center {
	bottom: 0;
	right: 0;
	width: 100%
}
.toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%
}
.toast-bottom-full-width {
	bottom: 0;
	right: 0;
	width: 100%
}
.toast-top-left {
	top: 12px;
	left: 12px
}
.toast-top-right {
	top: 12px;
	right: 12px
}
.toast-bottom-right {
	right: 12px;
	bottom: 12px
}
.toast-bottom-left {
	bottom: 12px;
	left: 12px
}
#toast-container {
	position: fixed;
	z-index: 999999;
	pointer-events: none
}
#toast-container * {
	box-sizing: border-box
}
#toast-container>div {
	position: relative;
	pointer-events: auto;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 300px;
	border-radius: 3px;
	background-position: 15px center;
	background-repeat: no-repeat;
	box-shadow: 0 0 12px #eee;
	color: #fff;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80)
}
#toast-container>div.rtl {
	direction: rtl;
	padding: 15px 50px 15px 15px;
	background-position: right 15px center
}
#toast-container>div:hover {
	box-shadow: 0 0 12px #aaa;
	cursor: pointer;
	transition: box-shadow .2s
}
#toast-container>.toast-info {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important
}
#toast-container>.toast-error {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important
}
#toast-container>.toast-success {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important
}
#toast-container>.toast-warning {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important
}
#toast-container.toast-bottom-center>div, #toast-container.toast-center-center>div, #toast-container.toast-top-center>div {
	width: 340px;
	margin-left: auto;
	margin-right: auto
}
#toast-container.toast-bottom-full-width>div, #toast-container.toast-top-full-width>div {
	width: 96%;
	margin-left: auto;
	margin-right: auto
}
.toast {
	background-color: #030303
}
.toast-success {
	background-color: #51a351
}
.toast-error {
	background-color: #bd362f
}
.toast-info {
	background-color: #2f96b4
}
.toast-warning {
	background-color: #f89406
}
.toast-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000;
	opacity: .4;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
#toast-container.toast-bottom-center>div, #toast-container.toast-center-center>div, #toast-container.toast-top-center>div {
	padding: 8px 8px 8px 50px;
	width: 11em;
	font-size: 14px
}
#toast-container>div.rtl {
	padding: 8px 50px 8px 8px
}
#toast-container .toast-close-button {
	right: -.2em;
	top: -.2em
}
#toast-container .rtl .toast-close-button {
	left: -.2em;
	right: .2em
}
}

@media all and (min-width:241px) and (max-width:480px) {
#toast-container.toast-bottom-center>div, #toast-container.toast-center-center>div, #toast-container.toast-top-center>div {
	padding: 8px 8px 8px 50px;
	width: 18em;
	font-size: 14px
}
#toast-container>div.rtl {
	padding: 8px 50px 8px 8px
}
#toast-container .toast-close-button {
	right: -.2em;
	top: -.2em
}
#toast-container .rtl .toast-close-button {
	left: -.2em;
	right: .2em
}
}

@media all and (min-width:481px) and (max-width:768px) {
#toast-container.toast-bottom-center>div, #toast-container.toast-center-center>div, #toast-container.toast-top-center>div {
	padding: 15px 15px 15px 50px
}
#toast-container>div.rtl {
	padding: 15px 50px 15px 15px
}
}
.newsdetails-cont p, .prodetails-bref p {
	word-wrap: break-word
}
section.indcategories {
	padding: 60px 0
}
ul.indcate-list {
	justify-content: space-between;
	padding-top: 30px
}
ul.indcate-list li {
	width: 23%;
	margin-bottom: 25px
}
ul.indcate-list li a {
	display: block;
	position: relative;
	-webkit-mask-image: url(../image/img49.png);
	mask-image: url(../image/img49.png);
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-position: bottom
}
ul.indcate-list li .indcatelist-pic {
	width: 100%;
	position: relative
}
ul.indcate-list li .indcatelist-pic img {
	width: 100%;
	display: block
}
ul.indcate-list li .indcatelist-content {
	position: absolute;
	bottom: 0;
	padding: 25px;
	height: 130px;
	background: rgb(25 100 168/65%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .4s;
	width: 100%
}
ul.indcate-list li .indcatelist-content>div {
	width: 100%
}
ul.indcate-list li .indcatelist-tit {
	font-size: 20px;
	margin-bottom: 8px;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
ul.indcate-list li .indcatelist-tit+p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 48px;
	line-height: 24px
}
ul.indcate-list li .indcatelist-tit+p+p {
	display: none
}
ul.indcate-list li:hover .indcatelist-content {
	height: 100%
}
ul.indcate-list li:hover .indcatelist-tit {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal
}
ul.indcate-list li:hover .indcatelist-tit+p {
	-webkit-line-clamp: 5
}
ul.indcate-list li:hover .indcatelist-tit+p+p {
	display: block;
	margin-top: 40px;
	font-size: 30px;
	font-weight: 300;
	line-height: 1
}

@media(max-width:1300px) {
ul.indcate-list li:hover .indcatelist-tit+p {
	-webkit-line-clamp: 3
}
ul.indcate-list li:hover .indcatelist-tit+p+p {
	margin-top: 20px
}
ul.indcate-list li .indcatelist-content {
	padding: 15px;
	height: 110px
}
}

@media(max-width:1024px) {
ul.indcate-list li {
	width: 48%
}
}

@media(max-width:540px) {
ul.indcate-list li .indcatelist-tit+p, ul.indcate-list li:hover .indcatelist-tit+p+p {
	display: none
}
ul.indcate-list li .indcatelist-content {
	height: 40px;
	padding: 10px
}
ul.indcate-list li .indcatelist-tit {
	font-size: 15px;
	margin: 0;
	line-height: 20px
}
ul.indcate-list {
	padding-top: 15px
}
}
#tags:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0
}
#tags li {
	margin-bottom: 10px;
	float: left
}
#tags li a {
	text-decoration: none;
	display: block;
	line-height: 50px;
	margin-right: 30px;
	border-bottom: 3px solid #fff;
	color: #111;
	font-size: 22px
}
ul#tags li.selectTag a {
	border-color: #111
}
.tagContent {
	display: none;
	padding-top: 10px
}
#tagContent div.selectTag {
	display: block
}

@media(max-width:800px) {
#tags li a {
	font-size: .3rem
}
}

@media(max-width:500px) {
#tags li a {
	line-height: 40px;
	margin-right: 20px
}
}
.wmkc-team-table {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px
}
.wmkc-team-tab {
	color: #5559;
	line-height: 1.8
}
.wmkc-team-box {
	width: 23%;
	text-align: center;
	border: 1px solid #e5e5e5;
	margin-bottom: 40px;
	transition: box-shadow .2s
}
.wmkc-team-box img {
	width: 80%;
	margin-top: 30px
}
.wmkc-team-box p:nth-of-type(1) {
	color: #111;
	font-size: 16px;
	padding: 20px 0
}
.wmkc-team-box p:nth-of-type(2) {
	font-size: 20px;
	margin-bottom: 20px
}
.wmkc-team-all {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px
}
.wmkc-team-box:hover {
	box-shadow: 5px 5px 5px 5px #9999
}
.wmkc-advan-ioce {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.wmkc-advan-one {
	text-align: center;
	font-size: 20px;
	padding: 30px 0
}
.wmkc-advan-tow {
	color: #aaa
}
.wmkc-advan-box {
	width: 12%;
	text-align: center;
	padding: 50px 0
}
.wmck-advan-img {
	width: 20%;
	margin: auto
}
.wmck-advan-img img {
	width: 100%
}
.wmkc-advan-lh {
	line-height: 2.3;
	color: #aaa;
	margin-bottom: 25px
}
.wmkc-advan-sp {
	margin-bottom: 40px;
	color: #aaa
}
.wmkc-action {
	display: flex
}
.wmkc-action-size {
	margin-right: 80px;
	width: 58%
}
.wmkc-action-img {
	flex: 1
}
.wmkc-action-size p:nth-of-type(1) {
	font-size: 20px;
	margin-bottom: 25px
}
.wmkc-action-size p:nth-of-type(2), .wmkc-action-size p:nth-of-type(3) {
	line-height: 1.8;
	margin-bottom: 40px
}
.wmkc-action-main {
	background-color: #fafafa
}
.wmkc-actipn-p {
	font-size: 20px;
	font-weight: 500;
	padding: 40px 0
}
.wmkc-action-box {
	width: 50%;
	display: flex;
	padding: 20px 0
}
.wmkc-action-png {
	width: 40px;
	height: 40px;
	margin-right: 20px
}
.wmkc-action-png img {
	width: 100%
}
.wmkc-action-zi p:nth-of-type(1) {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500
}
.wmkc-action-zi p:nth-of-type(2) {
	margin-right: 100px
}
.wmkc-action-all {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 40px
}
.wmkc-action-tooer {
	background: url(../image/protect-02.jpg) no-repeat center
}
.wmkc-action-bj {
	text-align: center;
	width: 49%;
	margin: auto;
	padding: 100px 0
}
.wmkc-action-q {
	font-size: 22px;
	margin-bottom: 40px;
	color: #ffff;
	font-weight: 500
}
.wmkc-action-w {
	color: #fff
}
.wmkc-action-but {
	width: 150px;
	text-align: center;
	background-color: #111;
	margin: auto;
	padding: 10px 0;
	margin-top: 45px
}
.wmkc-action-but p {
	color: #fff;
	font-size: 16px
}
.wmkc-action-zz {
	background-color: #0000
}
.wmkc-action-bjtp {
	background-color: #000;
	opacity: .8
}
.wmkc-action-di {
	display: flex;
	justify-content: space-between;
	padding: 60px 0;
	flex-wrap: wrap
}
.wmkc-action-her {
	width: 11%
}

@media(max-width:768px) {
.wmkc-advan-lh, .wmkc-advan-sp, .wmkc-advan-tow, .wmkc-team-tab {
	font-size: 18px
}
.wmkc-action-size p:nth-of-type(1) {
	font-size: 22px;
	text-align: center
}
.wmkc-action-size p:nth-of-type(2) {
	font-size: 18px
}
.wmkc-action-size p:nth-of-type(3) {
	font-size: 18px
}
.wmkc-team-box {
	width: 48%
}
.wmkc-action {
	flex-direction: column
}
.wmkc-action-box, .wmkc-action-size {
	width: 100%
}
.wmkc-action-img {
	margin: auto
}
.wmkc-action-zi p:nth-of-type(2) {
	margin-right: 0;
	font-size: 18px
}
.wmkc-action-png {
	width: 55px;
	height: 55px
}
.wmkc-action-bj {
	width: 100%
}
.wmkc-action-w, .wmkc-team-box p:nth-of-type(2) {
	font-size: 18px
}
.wmkc-action-her {
	width: 30%;
	margin-bottom: 20px
}
.wmkc-advan-box {
	width: 50%
}
.wmkc-advan-lh, .wmkc-advan-sp {
	margin-bottom: 10px
}
.wmkc-advan-one {
	padding: 10px 0
}
}

@media(max-width:320px) {
.wmkc-team-box {
	width: 100%
}
}

@media(min-width:1368px) and (max-width:1460px) {
.nav>li {
	margin: 0 9px
}
}

@media(min-width:1281px) and (max-width:1330px) {
.nav>li {
	margin: 0 5px
}
}
#feedbackForm .inquiry-form .feed-verification {
	width: 100%;
	display: flex;
	margin-top: 20px
}
#feedbackForm .inquiry-form .feed-verification input {
	margin: 0;
	flex: 1;
	max-width: 300px
}
#feedbackForm .inquiry-form .feed-verification img {
	width: 90px;
	height: 100%!important;
	cursor: pointer
}

@media(max-width:1024px) {
.mobcate-main .page-l {
	display: block;
	width: 100%;
	margin-bottom: 30px
}
.mobcate-main .relatedpro {
	display: none
}
.mobcate-main .categories {
	position: relative;
	margin-bottom: 0
}
.mobcate-main .categories .sf-menu {
	position: absolute;
	top: 110%;
	left: 0;
	right: 0;
	padding: 0 10px;
	z-index: 20;
	display: none;
	background-color: #fff;
	box-shadow: rgb(0 0 0/20%) 0 2px 16px
}
.mobcate-main .categories .aside-tit {
	margin: 0;
	padding: 10px 0;
	cursor: pointer;
	background: url(../image/cate-btn.png) right center/24px no-repeat
}
.mobcate-main .categories .aside-tit::before {
	display: none
}
.mobcate-main .sf-menu li:hover>i {
	transform: none
}
.mobcate-main .sf-menu li i.active {
	transform: rotate(90deg)
}
.mobcate-main .sf-menu li:hover>ul {
	display: none
}
}

@media(min-width:769px) {
.newspage-item-text, .products-item-bref {
	-webkit-line-clamp: initial;
	max-height: 100%
}
}
.lang {
	display: inline-block;
	position: relative;
	margin-top: 2px
}
.lang-icon {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 14px;
	position: relative;
	user-select: none
}
.lang-icon::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border: 0 solid #333;
	border-bottom-width: 1px;
	border-left-width: 1px;
	transform: rotate(-45deg);
	margin-top: -4px
}
.lang-drop {
	position: absolute;
	top: calc(100% + 26px);
	right: 50%;
	transform: translateX(50%);
	background: #fff;
	border: 1px solid #ebeef5;
	border-radius: 4px;
	box-shadow: 0 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% + 16px)
}
.lang-arrow {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	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 0;
	box-sizing: border-box
}
.lang-flex .lang-wrap {
	width: 340px;
	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: #eee
}
.lang-wrap li a {
	display: block;
	color: #000;
	font-size: 12px;
	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
}
.lang-icon span, .lang-icon::before {
	display: none
}
.lang-icon {
	padding: 0
}

@media(max-width:768px) {
.lang {
	margin-left: auto
}
.mob-menu {
	margin-left: 10px
}
.lang-icon img {
	width: 36px;
	height: 24px;
	margin-top: 4px
}
.lang-icon {
	padding: 0 15px 0 0
}
}
h4.cate-h4, h4.pro-h4 {
	clear: both;
	font-weight: 700
}
ul.cate-ulli, ul.pro-ulli {
	clear: both;
	padding: 10px 0 10px 20px
}
ul.cate-ulli li, ul.pro-ulli li {
	list-style-type: disc;
	line-height: 175%
}
@font-face {
	font-family: iconfont;
	font-display: swap;
	src: url(data:application/x-font-woff2;charset=utf-8;base64,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) format('woff2'), url(../font/iconfont.woff) format('woff'), url(../font/iconfont.ttf) format('truetype')
}
.iconfont {
	font-family: iconfont!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-qq:before {
	content: "\e882"
}
.icon-tiktok:before {
	content: "\ecdc"
}
.icon-shopping3:before {
	content: "\e73c"
}
.icon-gouwuche:before {
	content: "\e613"
}
.icon-shejiguifan:before {
	content: "\e601"
}
.icon-shopping2:before {
	content: "\e600"
}
.icon-videofill:before {
	content: "\e7c7"
}
.icon-cart:before {
	content: "\e88c"
}
.icon-fax:before {
	content: "\e620"
}
.icon-factory:before {
	content: "\e8ce"
}
.icon-erji:before {
	content: "\e6bf"
}
.icon-jiangbei1:before {
	content: "\e669"
}
.icon-shijian:before {
	content: "\e652"
}
.icon-renqun:before {
	content: "\e6c9"
}
.icon-caidanlan-chanpin:before {
	content: "\e64c"
}
.icon-yungongchang:before {
	content: "\e607"
}
.icon-wechat:before {
	content: "\e883"
}
.icon-youtube:before {
	content: "\e660"
}
.icon-skype:before {
	content: "\ec02"
}
.icon-email2:before {
	content: "\e638"
}
.icon-arrow-r:before {
	content: "\e64d"
}
.icon-phone:before {
	content: "\e63d"
}
.icon-facebook:before {
	content: "\e63a"
}
.icon-close:before {
	content: "\e650"
}
.icon-twitter:before {
	content: "\e726"
}
.icon-linkedin:before {
	content: "\e696"
}
.icon-arrow-l:before {
	content: "\e606"
}
.icon-gp:before {
	content: "\e65d"
}
.icon-email:before {
	content: "\e65e"
}
.icon-address:before {
	content: "\e644"
}
.icon-whatsapp:before {
	content: "\e933"
}
.icon-inquiry:before {
	content: "\e6db"
}
.icon-instagram:before {
	content: "\e664"
}
.icon-arrow-long-r:before {
	content: "\e92e"
}
.icon-youtube2:before {
	content: "\e7b2"
}
.icon-home:before {
	content: "\e821"
}
.icon-shouji:before {
	content: "\e692"
}
.icon-arrow-b:before {
	content: "\e60c"
}
.icon-arrow-t:before {
	content: "\e60d"
}
.icon-tel:before {
	content: "\e661"
}
.icon-pinterest:before {
	content: "\e685"
}
.icon-search:before {
	content: "\e610"
}
.icon-below-right:before {
	content: "\e627"
}
.icon-below-bottom:before {
	content: "\e628"
}
.icon-address2:before {
	content: "\e612"
}
.icon-home2:before {
	content: "\e60e"
}
.icon-send:before {
	content: "\e678"
}
.icon-date:before {
	content: "\e6c5"
}
.icon-eyes:before {
	content: "\e603"
}
.icon-download:before {
	content: "\e6ba"
}
