@charset "utf-8";
@import url("fonts/iconfont2.css");
@import url("fonts/iconfont.css");

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,15%,0);
        transform: translate3d(0,15%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,15%,0);
        transform: translate3d(0,15%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}


@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-15%,0);
        transform: translate3d(0,-15%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-15%,0);
        transform: translate3d(0,-15%,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

:root {
	--color: #1a73e8;
	--hovercolor: #074fb0;
	--fontcolor: #000000;
	--headercolor: #000000;
	--footercolor: #adb5bd;
	--introcolor: #555555;
	--bordercolorLight: rgba(108, 117, 125, 0.14);
	--fontsize12: 12px;
	--fontsize13: 13px;
	--fontsize14: 14px;
	--fontsize15: 15px;
	--fontsize16: 16px;
	--fontsize17: 17px;
	--fontsize18: 18px;
	--fontsize20: 20px;
	--fontsize22: 22px;
	--fontsize24: 24px;
	--fontsize26: 26px;
	--fontsize28: 28px;
	--fontsize30: 30px;
	--fontsize32: 32px;
	--fontsizeH1: 40px;
	--fontbold3: 300;
	--fontbold4: 400;
	--fontbold5: 500;
	--fontbold6: 600;
	--fontbold7: 700;
	--fontfamily: 'Inter', 'Open Sans', 'Roboto', 'Poppins', 'Oswald', sans-serif;
	--fontfamilyHeading: 'Onest', 'Open Sans', 'Roboto', 'Poppins', 'Oswald', sans-serif
}

*,
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
ul,
li,
dl,
dt,
dd,
div,
p {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	margin: 0px;
	padding: 0px;
	font-size: 13.33vw;
	overflow-x: hidden
}

body {
	margin: 0px auto;
	padding: 0px;
	max-width: 1920px;
	color: var(--fontcolor);
	font-size: var(--fontsize16);
	line-height: 1.5;
	font-family: var(--fontfamily)
}

a,
a:hover {
	text-decoration: none;
	color: inherit;
	cursor: pointer;	
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--fontfamilyHeading);
	font-size: inherit;
	text-transform: uppercase;
	font-weight: var(--fontbold7);
	line-height: 1.3;
	letter-spacing: 0.02em;
	margin-bottom: 12px;
}

.lead {
	font-size: var(--fontsize22)!important;
	font-weight: var(--fontbold3);
	margin-bottom: 20px;
}

img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	border: none
}

ul,
li,
ol {
	list-style: none
}

input::placeholder,
textarea::placeholder {
	font-family: inherit
}

button,
input,
textarea {
	outline: 0;
	border: none;
	font: inherit;
	-webkit-appearance: none;
	border-radius: 0
}

button {
	cursor: pointer
}

i {
	vertical-align: middle
}

table {
	border-collapse: collapse;
	margin-bottom: 30px;
}

.table td,
table th {
	border: 1px solid var(--bordercolorLight);
	padding: 5px 10px;
	vertical-align: top;
}

.clearfix {
	zoom: 1
}

.clearfix::after {
	content: '';
	display: block;
	height: 0px;
	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
}

.text-center {
	text-align: center;
}

.text-white {
	color: #ffffff!important;
}

.container {
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin: 0px auto
}

.container1 {
	width: 100%;
	max-width: 1630px;
	margin: 0px auto
}

.container-s {
	width: 100%;
	max-width: 1054px;
	margin: 0px auto
}

.body-layer {
	overflow-y: hidden
}

.table-responsive {
	width: 100%;
	overflow-x: auto
}

.icon {
	background: url(../images/global/css_sprites.webp) no-repeat;
	display: inline-block
}

#jljw_IM_GdImBox {
	z-index: 900 !important
}

header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background: #FFFFFF;
	width: 100%;
	max-width: 1920px;
	margin: 0px auto;
	z-index: 910;
	transition: top .2s ease-in-out;
	border-bottom: 1px solid var(--bordercolorLight);
}

.head-t {
	/*background: #e9ecef;*/
	border-bottom: 1px solid var(--bordercolorLight);
	padding: 8px 0px
}

.head-share ul {
	display: flex
}

.head-share ul li {	
	color: var(--headercolor);
	font-size: var(--fontsize14)
}

.head-share a {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: #C5C5C5;
	border-radius: 50%;
	color: #FFFFFF;
	text-align: center;
	margin-right: 8px;
	transition: background .2s ease-in-out
}

.head-share a i {
	font-size: var(--fontsize16)
}

.head-share ul li a.fb {
	background-color: #3B599A
}

.head-share ul li a.tw {
	background-color: #000000
}

.head-share ul li a.lk {
	background-color: #0076B6
}

.head-share ul li a.ins {
	background: radial-gradient(circle at 30% 107%, #FDF497 0, #FDF497 5%, #FD5949 45%, #d6249f 60%, #285aeb 90%)
}

.head-share ul li a.you {
	background-color: #FF0000
}

.head-share ul li a.pi {
	background-color: #C82329
}

.head-share ul li a.tik {
	background-color: #FE2C55
}

.head-share ul li a.vk {
	background-color: #0077FF
}

.head-share ul li a:hover {
	background: var(--color)
}

.head-contact {
	color: var(--headercolor);
	font-size: var(--fontsize14)
}

.head-contact a:hover {
	color: var(--color);
}

.head-contact p {
	margin-left: 30px
}

.head-b {
	height: 80px
}

.head-b .container {
	align-items: center;
	height: 100%
}

.logo {
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 20%;
	max-height: 100%
}

.logo img {
	height: 56px
}

nav {
	height: 100%;
	max-width: 76%
}

nav .nav {
	display: flex;
	height: 100%
}

nav .nav li a {
	color: var(--fontcolor);
}

nav .nav > li {
	position: relative;
	padding: 0px 18px;
}

nav .nav > li > a {
	font-family: var(--fontfamilyHeading);
	font-size: var(--fontsize14);	
	font-weight: var(--fontbold6);
	text-transform: uppercase;
	letter-spacing: 0.005rem;
	height: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border-top: 1px solid transparent;
}

nav .nav li:hover > a {
	color: var(--color);
	border-top-color: var(--color);
}

nav .nav .submenu {
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 18px;
	min-width: 250px;	
	padding: 15px;
	background: #FFFFFF;
	box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
	transform: rotateX(-90deg);
	transition: all .4s ease-in-out;
	transform-origin: top;
	z-index: 9
}

nav .nav .submenu li {
	margin: 5px 0;
}

nav .nav .submenu li a {
	width: 100%;
	padding: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block
}

nav .nav>li:hover .submenu {
	opacity: 1;
	transform:rotateX(0)
}

.search-box {
	width: 0px;
	height: 100%;
	overflow: hidden;
	justify-content: flex-end;
	align-items: center;
	display: flex
}

.search-box input {
	height: 30px;
	border-bottom: 1px solid #707070;
	width: 75%;
	padding-left: 10px;
	background: #FFFFFF
}

.search-box #btnSearch {
	display: none
}

.search-close {
	margin-left: 20px;
	cursor: pointer
}

.search-close i {
	font-size: var(--fontsize20)
}

.head-search-btn {
	font-size: var(--fontsize20) !important;
	color: var(--fontcolor);
	cursor: pointer;
	margin-left: 20px;
	padding: 4px
}

.hero {	
	background: #e9ecef;
	padding: 30px 0;
	/*border-bottom: 1px solid var(--bordercolorLight);*/
}

#swiper-banner {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

#swiper-banner .swiper-wrapper,
#swiper-banner .swiper-slide {
	height: auto;
}

#swiper-banner a {
	display: block;
	min-height: 65vh;
	max-height: 560px;
	position: relative;
}

#swiper-banner img {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	height: 100%;
	width: 100%;
	transform: translateY(-50%);
	object-fit: cover;
}

#swiper-banner .swiper-button-next,
#swiper-banner .swiper-button-prev {
	width: 48px;
	height: 48px;
	background: #ffffff;
    backdrop-filter: blur(8px);
	text-align: center;
	line-height: 48px;
	transition: all .3s ease-in-out;
	margin-top: -24px;
}

#swiper-banner .swiper-button-next:hover,
#swiper-banner .swiper-button-prev:hover {
	background: rgba(255, 255, 255, 0.85);
}

#swiper-banner .swiper-button-next {
	right: 0px
}

#swiper-banner .swiper-button-prev {
	left: 0px
}

#swiper-banner .swiper-button-next i,
#swiper-banner .swiper-button-prev i {
	font-size: var(--fontsize30, 30px);
	color: var(--color);
	font-weight: var(--fontbold7);
}

#swiper-banner .swiper-pagination-bullet-active {
	background: var(--color)
}

.about {
	padding: 80px 0px
}

.about .container {
	position: relative;
	padding: 0px 72px
}

.about .swiper-button-next,
.about .swiper-button-prev {
	width: 40px;
	height: 40px;
	background: var(--color);
	text-align: center;
	line-height: 38px;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	transition: background .2s ease-in-out
}

.about .swiper-button-prev {
	left: 0px
}

.about .swiper-button-next {
	right: 0px
}

.about .swiper-button-next i,
.about .swiper-button-prev i,
.about .swiper-button-next em,
.about .swiper-button-prev em {
	font-size: var(--fontsize24);	
	font-weight: var(--fontbold5);
}

.about .swiper-button-next:hover,
.about .swiper-button-prev:hover {
	background: var(--color)
}


#about .swiper-wrapper,
#about .swiper-slide {
	height: auto;
}

#about .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	width: 100%
}

.about-l {
	width: 40%;
	height: 400px;
	padding: 0 32px;
}

.about-l img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
	box-shadow: 10px 20px 40px rgb(21, 24, 29, 0.2);
}

.about-r {
	width: 60%;
	padding: 0 32px 0 48px;
}

.about-r h3 {
	font-size: var(--fontsize28);
	color: var(--fontcolor);
}

.about-r>p {
	color: var(--introcolor);
	margin: 16px 0px 20px
}

.about-list li {
	margin-bottom: 16px;
	padding-left: 32px;
	color: var(--introcolor);
	position: relative;
}

.about-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(../images/global/icon-check.svg) 50% 50% no-repeat;
    background-size: cover;
}

.btn,
.home-more {
	display: inline-flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-top: 12px;
	padding: 10px 24px 12px;
	text-align: center;
	background: var(--color);
	border: 1px solid transparent;
	border-radius: 24px;
	color: #FFFFFF;
	font-size: var(--fontsize16);
	line-height: 1;
	transition: all .2s ease-in-out
}

.btn i,
.home-more i {
	font-weight: var(--fontbold6);
	margin-left: 4px;
    margin-top: 2px;
}

.btn:hover,
.home-more:hover {
	background: var(--hovercolor);
	color: #FFFFFF
}

.btn-outline {
	background: transparent;
	border: 1px solid var(--color);
    color: var(--color);
}

.btn-outline:hover {
	border-color: var(--hovercolor);
}

.home-tit {
	text-align: center;
	font-size: var(--fontsize28);
	color: var(--fontcolor);
	margin-bottom: 32px
}

.product {
	padding: 60px 0;
	border-top: 1px solid var(--bordercolorLight);
}

.product-list {
    margin: 0 -15px;
}

.product-list li {
	overflow: hidden;	
    width: calc(25% - 30px);
    margin: 0 15px;
	margin-bottom: 30px;
	border: 1px solid var(--bordercolorLight);
	border-radius: 6px;
	transition: all .2s ease-in-out
}

.product-list li > a {
	padding: 20px;
	display: flex;
    flex-direction: column;
    height: 100%;
}

.product-img {
	overflow: hidden;
	height: 200px;
	background: var(--bordercolorLight);
	border-radius: 4px;
}

.product-img img {
	object-fit: contain;
	padding: 10px 0;
	width: 100%;
	max-height: 100%;
	border-radius: 6px;
	transition: all .2s ease-in-out;
	mix-blend-mode: multiply;
}

.product-tit {
	font-size: var(--fontsize18);
	line-height: 1.4;
	color: var(--fontcolor);
	margin: 15px 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: var(--fontbold6)
}

.product-text,
.product-details {
	font-size: var(--fontsize14);
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.product-text {
	color: var(--introcolor);
	margin-top: 10px;
}

.product-more {
	display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    text-align: center;
    border: 1px solid var(--color);
    border-radius: 24px;
    color: var(--color);
    font-size: var(--fontsize16);
    line-height: 1;
    margin-top: auto;
    transition: all .2s ease-in-out;
}

.product-bottom {
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.product-list li:hover .product-more {
	color: var(--color)
}

.product-list li:hover .product-tit {
	color: var(--color)
}

.product-list li:hover {
	box-shadow: 0 20px 60px rgb(21, 24, 29, 0.1);
}

.product-list li:hover .product-img img {
	transform: scale(1.1)
}

.product .home-more,
.category .home-more {
	margin: 20px auto
}

.news {
	position: relative;
	padding: 160px 0px 0;
}

.news-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 35vh;
	background: url(../images/global/section_bg_02.webp) no-repeat center;
	background-size: cover;
}

.news-title {
	position: relative;
	text-align: center;
}

.news h4 {
	margin-bottom: 20px;
	font-size: var(--fontsize28);
	color: #ffffff;
}

.news-l {
	width: 54%;
	padding-right: 9%
}

.news-l a {
	display: inline-block;
	margin-top: 30px;
	font-size: var(--fontsize16);
	color: var(--color)
}

.news-l a:hover {
	color: var(--color)
}

.news-r {
	width: 46%;
	background: linear-gradient(90deg, #FFFFFF 0, #FFFFFF 0, #FFFFFF 0, rgba(255, 255, 255, 0) 100%);
	padding: 30px 0px 30px 30px
}

.news-full {
	position: relative;
	width: 100%;
	background: #e9ecef;
	background: #fff;
	padding: 20px 40px;
	box-shadow: 0 20px 60px rgb(21, 24, 29, 0.1);
}

.news-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -15px;
}

.news-list li {
	overflow: hidden;
    width: calc(33.33% - 40px);
    margin: 20px;    
    border-radius: 6px;    
	transition: all .2s ease-in-out
}

.news-list li:hover {
	background-color: #f8f9fa;
}

.news-item-data {
	width: 90px;
	padding: 12px 10px;
	background: var(--color);
	color: #FEFEFE;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: background .2s ease-in-out
}

.news-item-data p {
	width: 100%;
	height: auto
}

.news-item-data p:nth-child(1) {
	font-size: var(--fontsize14);
	border-bottom: 1px solid #FFFFFF3F;
	padding-bottom: 5px;
	margin-bottom: 5px
}

.news-item-data p:nth-child(2) {
	font-size: var(--fontsize20);
	line-height: 1
}

.news-item-box {
	width: calc(100% - 90px);
	padding: 20px;
    border: 1px solid var(--bordercolorLight);
    border-radius: 0 6px 6px 0;
}

.news-item-tit a {
	font-size: var(--fontsize18);
	color: var(--fontcolor);
	font-weight: var(--fontbold6);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
	transition: color .2s ease-in-out
}

.news-item-text {
	color: var(--introcolor);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: var(--fontsize14);
}

.news-list li:hover .news-item-data {
	background: var(--color)
}

.news-list li:hover .news-item-tit a {
	color: var(--color)
}

.advantage {
	background: url(../images/global/advantage-bg.webp) no-repeat center;
	background-size: cover;
	padding: 80px 30px;
	overflow: hidden
}

.advantage-title {
	text-align: center;
	margin-bottom: 40px;
    font-size: var(--fontsize28);
}

.advantage-list li {
	width: 22%;
	color: var(--fontcolor);
}

.advantage-list-3cols li {
	width: 31%;
	color: var(--fontcolor);
}

.advantage-icon i,
.advantage-icon em {
	font-size: 40px;
	transition: .2s ease-in-out;
}

.advantage-tit {
	font-size: var(--fontsize22);
	font-weight: var(--fontbold6);
	line-height: 1.3em;
	min-height: 2.6em;
	margin: 12px 0px 8px;
}

.advantage-text {
	color: var(--introcolor);
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.advantage .home-more {
	margin: 50px auto 0px
}

.advantage-list li:hover .advantage-icon i,
.advantage-list li:hover .advantage-icon em {
	color: var(--color)
}

footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	color: var(--footercolor);
	background: #0b1828;
}

.footlogo {
	display: block;
	height: 56px;
	margin-bottom: 20px;
}

.foot-t {
	padding: 56px 0px 32px;
	border-bottom: solid 1px var(--color);
}

.foot-list {
	overflow: hidden
}

.foot-list > li {
	width: auto;
	max-width: 20%
}

.foot-item1 p {
	margin: 10px 0px 20px;
	font-size: var(--fontsize14);
}

.foot-list > li > h6 {
	font-size: var(--fontsize18);
	font-weight: var(--fontbold6);
	color: var(--color);
	margin-bottom: 24px
}

.fnav {
	display: flex;
	flex-wrap: wrap;
	max-height: 180px
}

.fnav li {
	margin-right: 40px
}

.fnav li:nth-child(n+6) {
	margin-right: 0px
}

.fnav li a,
.fpronav li a {
	display: block;
	color: #ffffff;
	margin-bottom: 10px;
	transition: color .2s ease-in-out
}

.fnav li a:hover,
.fpronav li a:hover {
	color: var(--footercolor)
}

.foot-contact strong {
	font-size: var(--fontsize14);
	font-weight: var(--fontbold5);
	white-space: nowrap;
}

.foot-contact span,
.foot-contact span a {
	color: #FFFFFF;
	display: block;
	transition: color .2s ease-in-out;
	flex: 1
}

.foot-contact > p {
	margin-bottom: 16px
}

.foot-contact>p:last-child {
	margin-bottom: 0px
}

.foot-contact>p:hover span,
.foot-contact>p:hover span a {
	color: var(--footercolor);
}

.foot-qr {
	max-height: 120px
}

.foot-b {
	text-align: center;
	overflow: hidden
}

.copyright {
	padding: 10px 0px;
	font-size: var(--fontsize14)
}

.copyright a {
	margin-left: 10px;
	font-size: var(--fontsize14);
	color: var(--footercolor)
}

.gotop {
	position: fixed;
	z-index: 900;
	bottom: calc(145px + constant(safe-area-inset-bottom));
	bottom: calc(145px + env(safe-area-inset-bottom));
	right: 16px;
	width: 40px;
	height: 40px;
    background: var(--color);
	text-align: center;
	line-height: 34px;
	cursor: pointer;
	display: none
}

.gotop i {
	color: #fff;
	font-size: var(--fontsize20);
	font-weight: var(--fontbold5);
}

.headact {
	box-shadow: 0 20px 60px rgb(21, 24, 29, 0.1);
}

.mob-menu {
	display: none;
	cursor: pointer;
	margin-left: 30px;
	position: relative;
	height: 26px;
	width: 40px
}

.mob-menu span {
	position: absolute;
	right: 0px;
	display: block;
	height: 2px;
	background: var(--fontcolor);
	border-radius: 2px;
	transition: all .2s ease-in-out
}

.mob-menu span:nth-child(1) {
	width: 75%;
	top: 0
}

.mob-menu span:nth-child(2) {
	width: 100%;
	top: 50%;
	margin-top: -1px
}

.mob-menu span:nth-child(3) {
	width: 75%;
	top: auto;
	bottom: 0px
}

.mob-search {
	display: none
}

nav .nav>li i {
	display: none
}

.noscroll {
	overflow-Y: hidden
}

.mobact span {
	height: 2px
}

.mobact span:first-child {
	transform: rotate(45deg);
	top: 50%
}

.mobact span:nth-child(2) {
	opacity: 0
}

.mobact span:nth-child(3) {
	width: 75%;
	transform: rotate(-45deg);
	top: 50%
}

.mobile-bottom {
	display: none
}

.page-box {
	padding: 30px 0px
}

.inner-banner img {
	display: block
}

.crumbs {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: var(--footercolor);
	font-size: var(--fontsize14);
	padding: 10px 0;
	background-color: rgba(0, 0, 0, 0.25);
}

.crumbs span {
	display: inline-block;
	font-weight: var(--fontbold5)
}

.crumbs a {
	color: #fff
}

.crumbs a:hover {
	color: var(--color)
}

.page-l {
	float: left;
	width: 300px;
	color: var(--fontcolor)
}

.page-r {
	width: calc(100% - 330px);
	float: right
}

.page-l-menu {
	margin-bottom: 30px
}

.page-l-menu-tit {
	padding: 11px;
	font-family: var(--fontfamilyHeading);
    font-size: var(--fontsize14);
    font-weight: var(--fontbold6);
    text-transform: uppercase;
    letter-spacing: 0.005rem;
	background: var(--bordercolorLight);
	border-radius: 6px 6px 0 0;
}

.page-l-menu ul {
	border-left: 1px solid #E6E6E7;
	border-right: 1px solid #E6E6E7
}

.page-l-menu ul li a {
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #E6E6E7
}

.page-l-menu ul li a:hover {
	color: var(--color)
}

.page-l-contact-box {
	border: 1px solid #EEEEEE;
	padding: 10px
}

.page-l-contact-box>p {
	margin-bottom: 15px
}

.page-l-contact-box>p:last-child {
	margin-bottom: 0px
}

.page-l-contact-box>p a {
	color: var(--color)
}

.page-l-contact-box>p a:hover {
	color: var(--hovercolor)
}

.page-l-contact-box>p span {
	display: block;
}

.page-l-contact-box strong {
	font-weight: var(--fontbold5);
	margin-right: 4px
}

.page-r .faq-list li {
	background: url(../images/global/faq.webp) no-repeat;
	background-size: 40px;
	background-position: 10px 20px
}

.page-r .faq-list li .project-info {
	width: 100%;
	padding: 20px 20px 20px 60px
}

.page-r .faq-list li .project-info .project-content {
	margin: 10px 0px 0px;
	-webkit-line-clamp: 5
}

.page-r .faq-list li:hover {
	transform: translateY(0);
	box-shadow: none
}

.project-list li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #F6F6F7;
	border: 1px solid #EEEEEE;
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
	margin-bottom: 40px;
	transition: all .3s ease-in-out
}

.project-list li:last-child {
	margin-bottom: 0px
}

.download-list li::after {
	content: '';
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both
}

.download-btn {
	display: flex;
	width: 194px;
	background: #333333;
	border-radius: 23px;
	color: #FFFFFF;
	font-size: var(--fontsize18);
	text-align: center;
	padding: 11px 0px;
	transition: background .2s ease-in-out;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	text-transform: capitalize
}

.download-btn i {
	font-size: var(--fontsize18);
	margin-right: 18px;
	margin-right: 6px
}

.download-btn:hover {
	background-color: var(--color);
	color: #FFFFFF
}

.project-img {
	width: 30%;
	font-size: 0px
}

.project-info {
	width: 70%;
	padding: 0px 50px
}

.project-name {
	font-size: var(--fontsize24);
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.project-content {
	margin: 10px 0px 36px;
	color: var(--introcolor);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.project-list li:hover {
	transform: translateY(-10px);
	box-shadow: 0px 4px 10px #CCCCCC
}

.project-list li:hover .project-name {
	color: var(--color)
}

.contactus-box {
	color: var(--fontcolor);
	margin-bottom: 48px;
}

.contactus-box h5 {
	font-size: var(--fontsize22);
	margin-bottom: 40px
}

.contactus-list {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.contactus-list>div {
	width: 30%;
}

.contactus-icon {
	width: 88px;
	height: 88px;
	border: 1px solid #E3E3E3;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px
}

.contactus-icon i,
.contactus-icon em {
	font-size: 40px
}

.contactus-tit {
	font-size: var(--fontsize24);
	color: var(--color);
	margin: 10px 0px 5px
}

.contactus-text {
	line-height: 1.6
}

.contactus-text a:hover {
	color: var(--hovercolor);
}

.inquiry-tit {
	font-size: var(--fontsize24);
	margin: 50px 0px 0px
}

.aboutus-box p {
	line-height: 1.6;
	margin-bottom: 20px
}

.aboutus-box h6 {
	font-size: var(--fontsize24);
	color: var(--fontcolor);
	font-weight: var(--fontbold5);
	margin-bottom: 10px
}

.latestnews ul {
	border: 1px solid #EEEEEE;
	padding: 15px
}

.latestnews {
	margin-bottom: 30px
}

.latestnews ul li {
	margin-bottom: 20px
}

.latestnews ul li:last-child {
	margin-bottom: 0px
}

.latestnews-img {
	overflow: hidden
}

.latestnews-img img {
	width: 100%;
	display: block;
	transition: all .2s ease-in-out;
	max-height: 150px;
	object-fit: cover
}

.latestnews-tit {
	color: var(--fontcolor);
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 6px
}

.latestnews ul li:hover .latestnews-tit {
	color: var(--color)
}

.latestnews ul li:hover .latestnews-img img {
	transform: scale(1.1)
}

.download-list,
.newspage-ninelist-1,
.video-list {
	display: flex;
	flex-wrap: wrap
}

.download-list li,
.newspage-ninelist-1 li,
.video-list li {
	width: 32%;
	margin: 0 2% 30px 0px;
	padding-bottom: 10px;
	border: solid 1px #EEEEEE;
	border-radius: 5px 5px 0px 0px;
	transition: transform .3s ease-in-out, box-shadow .3s ease-in-out
}

.newspage-ninelist-1 li div a img {
	border-radius: 5px 5px 0px 0px
}

.download-list li:nth-child(3n),
.newspage-ninelist-1 li:nth-child(3n),
.video-list li:nth-child(3n) {
	margin-right: 0px
}

.download-img img,
.newspage-img img,
.video-img img {
	display: block;
	width: 100%
}

.download-img,
.video-list li .video-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%
}

.newspage-data {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.newspage-data,
.video-data {
	font-size: var(--fontsize14);
	color: var(--introcolor);
	text-align: right;
	margin: 10px 0px 6px;
	padding: 0px 6px
}

.video-info {
	padding: 10px 0px
}

.download-name,
.video-name {
	font-size: var(--fontsize18);
	color: var(--fontcolor);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	width: 100%;
	padding: 0px 6px
}

.newspage-tit a {
	font-size: var(--fontsize18);
	color: var(--fontcolor);
	font-weight: var(--fontbold6);
	padding: 0px 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.download-name {
	text-align: center;
	margin: 10px 0px
}

.newspage-text,
.video-in {
	margin: 10px 5px 0px 5px;
	color: var(--introcolor);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.newspage-ninelist-1 li:hover,
.video-list li:hover {
	transform: translateY(6px);
	box-shadow: 0 0 10px #EEEEEE
}

.newspage-ninelist-1 li:hover .newspage-tit a,
.video-list li:hover .video-name {
	color: var(--color)
}

.pages-turn {
	color: var(--fontcolor);
	margin: 20px 0px
}

.pages-turn a,
.pages-turn span {
	display: inline-block;
	margin-right: 10px;
	padding: 8px 15px;
	background: #F6F6F7;
	min-width: 30px;
	text-align: center
}

.pages-turn a {
	color: var(--fontcolor)
}

.pages-turn span {
	color: var(--introcolor)
}

.pages-turn .ctxt,
.pages-turn a:hover {
	background: var(--color);
	color: #FFFFFF
}

.page-l .sf-menu {
	border: 1px solid var(--bordercolorLight);
	border-radius: 0 0 6px 6px;
	margin-bottom: 30px
}

.sf-menu a {
	display: block;
	padding: 10px;
	color: var(--fontcolor)
}

.sf-menu > li {
	position: relative;
	border-bottom: 1px solid #E6E6E7;
	text-align: left
}

.sf-menu > li:last-child {
	border-bottom: none
}

.sf-menu > li i {
	position: absolute;
	right: 10px;
	top: 11px;
	z-index: 1;
	transform: rotate(-90deg);
	cursor: pointer;
	transition: transform .2s ease-in-out
}

.sf-menu > li i.active {
	transform: none
}

.sf-menu .sub-menu {
	display: none
}

.sf-menu .sub-menu a {
	padding: 8px 20px;
	color: var(--fontcolor);
	font-size: var(--fontsize14);
	text-overflow: ellipsis;
	overflow: hidden
}

.sf-menu .sub-menu a:hover {
	background-color: #f8f9fa;
}

.page-l .categories .sf-menu .currentProType,
.sf-menu li:hover i,
.sf-menu li:hover>a {
	color: var(--hovercolor)
}

@media(min-width:1025px) {
	.sf-menu>li:hover i {
		transform: rotate(0)
	}

	.sf-menu>li:hover .sub-menu {
		display: block
	}
}

.newspage-ninelist-0>li {
	background: #F6F6F7;
	margin-bottom: 30px;
	transition: box-shadow .3s ease-in-out
}

.newspage-item-data {
	width: 90px;
	background: var(--color);
	color: #FEFEFE;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 18px 10px;
	transition: background .2s ease-in-out
}

.newspage-item-data p {
	width: 100%;
	height: auto
}

.newspage-item-data p:nth-child(1) {
	font-size: var(--fontsize15)
}

.newspage-item-data p:nth-child(2) {
	font-size: var(--fontsize18)
}

.newspage-item-box {
	width: calc(100% - 90px);
	padding: 0px 15px
}

.newspage-item-tit a {
	display: block;
	width: 100%;
	font-size: var(--fontsize18);
	color: var(--fontcolor);
	margin-bottom: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.newspage-item-text {
	font-size: var(--fontsize14);
	color: var(--introcolor);
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}

.newspage-ninelist-0>li:hover {
	box-shadow: 0px 4px 10px #CCCCCC
}

.newspage-ninelist-0>li:hover .newspage-item-data {
	background-color: var(--color)
}

.newspage-ninelist-0>li:hover .newspage-item-tit a {
	color: var(--color)
}

.newspage-ninelist-0 {
	margin-bottom: 70px
}

.documentcontent-tit,
.newsdetails h1 {
	font-size: var(--fontsize26);
	color: var(--fontcolor);
	text-align: center
}

.documentcontent-tit {
	margin-bottom: 20px
}

.newsdetails-data {
	font-size: var(--fontsize14);
	color: var(--color);
	padding: 0 0 10px;
	border-bottom: 1px solid var(--bordercolorLight);
}

#page-content-view {
	margin-left: 2%
}

.newsdetails-cont p {
	margin-bottom: 5px
}

.newsdetails-cont {
	margin-bottom: 50px
}

.pages-list {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap
}

.pages-list>div {
	width: 50%;
	border: 1px solid transparent;
	text-align: center;
	color: var(--fontcolor);
	padding: 10px 0px;
	background: #F6F6F7
}

.pages-list>div:hover {
	border-color: #E3E3E3;
	color: var(--color);
	text-decoration: underline
}

.pages-list>div:hover a {
	color: var(--color)
}

.lastproducts-list {
	border: 1px solid #ECECEC;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px
}

.lastproducts-list li {
	width: 48%;
	margin-bottom: 10px;
	border: 1px solid #ECECEC;
	overflow: hidden
}

.lastproducts-list li img {
	display: block;
	width: 100%;
	transition: transform .2s ease-in-out
}

.lastproducts-list li:hover img {
	transform: translateZ(0) scale(1.1)
}

.products-ninelist-1 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px
}

.products-ninelist-1 li {
	border-radius: 5px 5px 0px 0px;
	width: 31.7%;
	margin: 0 2% 30px 0px;
	padding-bottom: 10px;
	text-align: center;
	border: 1px solid #EEEEEE;
	transition: all .2s ease-in-out
}

.products-ninelist-1 li:nth-child(3n) {
	margin-right: 0px
}

.products-ninelist-1 li .products-list-img {
	border-radius: 5px 5px 0px 0px;
	overflow: hidden
}

.products-ninelist-1 li .products-list-img img {
	display: block;
	width: 100%;
	transition: transform .2s ease-in-out;
	max-height: 400px
}

.products-list-tit {
	margin: 10px 5px 0px 5px;
	font-size: var(--fontsize18);
	color: var(--fontcolor);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.products-list-tit a {
	display: block;
	max-width: 100%;
	word-break: break-word
}

.products-list-text {
	margin: 10px 5px;
	color: var(--introcolor);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3
}

.products-add-inquirl {
	font-size: var(--fontsize14);
	color: var(--color);
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none
}

.products-inquirl-btn {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid var(--color);
	vertical-align: middle;
	margin-right: 5px;
	cursor: pointer
}

.products-add-inquirl span {
	vertical-align: middle
}

.products-ninelist-1 .pro-item-checked,
.products-ninelist-1 li:hover {
	border-color: #F6F6F7;
	box-shadow: 0px 4px 10px #EEEEEE
}

.products-ninelist-1 li:hover .products-list-img img {
	transform: scale(1.05)
}

.products-ninelist-1 .pro-item-checked .products-list-tit a,
.products-ninelist-1 li:hover .products-list-tit a {
	color: var(--color)
}

.products-ninelist-1 li:hover .products-add-inquirl {
	color: var(--color)
}

.products-ninelist-1 li:hover .products-inquirl-btn {
	border-color: var(--color)
}

.pro-checked .products-inquirl-btn::before {
	content: '√';
	position: relative;
	font-size: var(--fontsize18);
	top: -7px;
	right: 1px
}

.procateword {
	padding: 10px;
	background: #FCFCFC
}

.procateword a {
	text-decoration: underline;
	text-transform: lowercase
}

.procateword a:hover,
.procateword a:active {
	color: var(--color)
}

.protype-text {
	padding-top: 4px
}

.product-content-price {
	margin-top: 10px;
	color: var(--introcolor)
}

.tips {
	background: orange;
	width: 240px;
	padding: 10px;
	font-size: var(--fontsize14);
	color: #FFFFFF;
	line-height: 1.6;
	position: fixed;
	top: 20%;
	left: 50%;
	border-radius: 6px;
	margin: -32px 0 0 -120px
}

.page-tit {
	font-size: var(--fontsize26);
	color: var(--fontcolor);
	border-left: 4px solid var(--color);
	padding-left: 10px;
	margin-bottom: 20px
}

.products-ninelist-0>li {
	background: #FEFEFE;
	border: 1px solid #EEEEEE;
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
	transition: all .3s ease-in-out
}

.products-ninelist-0>li .products-list-img {
	width: 25%
}

.products-ninelist-0>li .products-list-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.products-ninelist-0>li .products-list-box {
	width: 72%;
	padding: 10px 40px
}

.products-ninelist-0>li .products-list-text {
	margin: 4px 0px 10px;
	padding: 0px
}

.products-ninelist-0 .products-list-tit {
	padding: 0px;
	margin: 0px
}

.products-ninelist-0 {
	margin-bottom: 70px
}

.products-ninelist-0 .pro-item-checked,
.products-ninelist-0>li:hover {
	transform: translateY(-10px);
	box-shadow: 0px 4px 10px #CCCCCC
}

.products-ninelist-0>li:hover .products-list-tit a {
	color: var(--color)
}

.small-box {
	width: 100%;
	height: 380px;
	border: 1px solid var(--bordercolorLight);
	position: relative;
	background: #FFFFFF;
	overflow: hidden;
	border-radius: 6px;
}

.pdshow-l {
	width: 500px
}

.preview-container {
	position: relative;
	width: 100%
}

.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 var(--bordercolorLight);
	display: none;
	cursor: move;	
	border-radius: 6px;
}

.preview-container .thumbnail-box {
	margin-top: 10px;
	position: relative;
	width: 100%
}

.preview-container .thumbnail-box .btn {
	position: absolute;
	top: 50%;
	width: 22px;
	height: 22px;
	margin-top: -11px;
	color: var(--color);
	background: transparent;
    padding: 0;
}

.preview-container .thumbnail-box .btn i {
	font-size: var(--fontsize20);
	font-weight: var(--fontbold6)
}

.preview-container .thumbnail-box .btn-prev {
	left: 0px
}

.preview-container .thumbnail-box .btn-next {
	right: 0px
}

.preview-container .thumbnail-box .btn_next_disabled,
.preview-container .thumbnail-box .btn_prev_disabled {
	opacity: .5;
	cursor: not-allowed
}

.preview-container .thumbnail-box .list {
	overflow: hidden;
	width: calc(100% - 49px);
	margin: 0px auto;
	position: relative
}

.preview-container .thumbnail-box .list ul .item {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 5px;
	border: 1px solid var(--bordercolorLight);
	font-size: 0px;
	overflow: hidden;
	border-radius: 6px;
}

.preview-container .thumbnail-box .list ul .item img {
	width: 100%
}

.preview-container .thumbnail-box .list ul .item-cur {
	border: 2px solid var(--color)
}

.preview-container .thumbnail-box .list .banner-page {
	display: none;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 13.3333333333vw;
	border-radius: 5.3333333333vw;
	background: var(--color);
	bottom: 1.3333333333vw;
	right: 1.3333333333vw;
	z-index: 999
}

.preview-container .thumbnail-box .list .banner-page span {
	color: #FFFFFF;
	font-size: 4vw;
	margin: 0px 2px
}

.preview-container .big-box {
	display: none;
	overflow: hidden;
	top: 0px;
	left: calc(100% - 1px);
	border: 1px solid #EEEEEE;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	z-index: 20
}

.preview-container .big-box img {
	display: block;
	max-width: none;
	max-height: none;
	width: 150%
}

.preview-container .big-box.act {
	display: none !important
}

.pdshow-r {
	width: calc(100% - 500px);
	padding: 10px 0px 0px 30px
}

.pdshow-r h1 {
	font-size: var(--fontsize26);
	color: var(--fontcolor)
}

.pdshow-r-text {
	color: var(--introcolor);
	margin: 10px 0px 30px
}

.pdshow-r-btn {
	margin-top: 40px
}

.addToCart,
.pdshow-r-btn a {
	display: inline-block;
	width: 200px;
	height: 45px;
	line-height: 45px;
	border-radius: 25px;
	color: #FFFFFF;
	text-align: center;
	font-size: var(--fontsize16);
	margin: 0px 20px 20px 0px;
	transition: background .2s ease-in-out;
	background-color: var(--color);
	cursor: pointer
}

.addToCart span {
	display: inline-block;
	background: url(../images/global/addtocart.webp) no-repeat right center;
	background-size: 20px;
	padding-right: 26px
}

.addToCart:hover,
.pdshow-r-btn a:hover {
	background-color: var(--color)
}

.pdshow-r-btn a:last-child {
	margin-right: 0px
}

.prodetails-box-tit {
	font-size: var(--fontsize22);
	color: var(--fontcolor);
	margin-bottom: 10px;
	border-bottom: 1px solid var(--bordercolorLight);
	padding-bottom: 8px
}

.prodetails-box {
	margin-top: 40px
}

.prodetails-bref,
.prodetails-bref p,
.siggle-page .page-r {
	font-size: var(--fontsize16);
}

.prodetails-bref p {
	padding-bottom: 15px;
}

.prodetails-bref hr {
	margin: 0 0 20px;
	border-top: 1px solid var(--bordercolorLight);
	border-bottom: none
}

.prodetails-bref h4,
.prodetails-bref h5 {
	margin: 24px 0 12px;
}

.prodetails-bref img {
	max-width: 100%;
	border: 1px solid var(--bordercolorLight);
	border-radius: 6px;
	margin: 20px 0;
}

.prodetails-bref td {
	font-size: var(--fontsize15);
    line-height: 1.4;
}

.prodetails-bref td:nth-child(2n+1) {
	background-color: #f8f9fa;
}

.productsTags a {
	color: var(--fontcolor);
	text-decoration: underline;
	text-transform: lowercase
}

.productsTags a:hover {
	color: var(--color)
}

.prodetails-bref table {
	max-width: 100%;
	overflow-x: auto
}

.prodetails-box-cont .pages-list {
	margin-top: 30px
}

.pd-inquirl {
	margin-top: 40px
}

.singglepic {
	width: 100%;
	border: 1px solid #EEEEEE;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden
}

.singglepic img {
	transition: transform .3s ease-in-out
}

.singglepic:hover img {
	transform: scale(1.2)
}

.maybe {
	margin-top: 40px
}

.maybe-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.maybe-list>li {
	width: 32%;
	margin-top: 20px;
	text-align: center
}

.maybe-img {
	border: 1px solid #EEEEEE;
	overflow: hidden
}

.maybe-img img {
	transition: all .3s ease-in-out
}

.maybe-tit {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: var(--fontsize16);
	padding: 10px 10px 0px;
	color: var(--fontcolor)
}

.maybe .prodetails-box-tit {
	margin-bottom: 0px
}

.maybe-list>li:hover .maybe-tit {
	color: var(--color)
}

.maybe-list>li:hover img {
	transform: scale(1.1)
}

.page-r .products-ninelist-0 .pro-item-checked,
.page-r .products-ninelist-1 .pro-item-checked {
	border-color: var(--color)
}

.fshare {
	display: flex;
	margin: 20px 0px 10px
}

.fshare ul {
	display: flex;
	flex-wrap: wrap
}

.fshare ul li {
	margin-right: 10px
}

.fshare a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	color: var(--footercolor);
	border-radius: 50%;
	transition: all 0.1s linear;
	text-align: center
}

.fshare a:last-child {
	margin-right: 0px
}

.fshare a i {
	color: inherit;
	font-size: var(--fontsize20)
}

.fshare a:hover {
	color: #FFFFFF
}

.ErWeiImg {
	max-width: 120px
}

.page-r video {
	max-width: 100%;
	max-height: 100%
}

.inquiry-pro-list {
	margin: 20px 0px;
	padding: 0px 20px;
	display: none;
	width: 100%;
	border: 1px solid #DDD
}

.inquiry-pro-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #DDD
}

.inquiry-pro-item:last-child {
	border: none
}

.pro-item-name {
	width: 50%;
	flex: 1;
	margin-left: 20px
}

.pro-item-img img {
	max-height: 100px
}

.pro-item-name p a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-word
}

.pro-item-name p a:hover {
	color: var(--color);
	text-decoration: underline
}

.pro-item-del {
	cursor: pointer;
	padding: 5px
}

.pro-item-del i {
	font-size: var(--fontsize20)
}

@media(min-width:1025px) {
	.foot-list>.foot-item2 {
		width: 15%
	}

	.fnav {
		flex-direction: column
	}
}

@media(min-width:801px) {
	nav::-webkit-scrollbar {
		width: 10px;
		height: 10px
	}

	nav::-webkit-scrollbar-track {
		border-radius: 0;
		background: #EEEEEE
	}

	nav::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background-color: #CCCCCC
	}

	nav::-webkit-scrollbar-thumb:hover {
		border-radius: 5px;
		background-color: rgba(85, 85, 85, .4)
	}
}

@media(max-width:1620px) {
	.container {
		padding-left: 15px;
		padding-right: 15px
	}

	.about {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media(max-width:1441px) {
	.news-item-data {
		padding: 20px 10px
	}

	.about-r>p {
		margin: 20px 0px 10px
	}

	.about-list li {
		margin-bottom: 10px
	}
}

@media(max-width:1367px) {
	.pdshow-l {
		width: 400px
	}

	.pdshow-r {
		width: calc(100% - 400px)
	}

	.preview-container .thumbnail-box .list ul .item {
		width: 60px;
		height: 50px
	}

	.addToCart,
	.pdshow-r-btn a {
		width: calc(50% - 10px);
		margin-right: 10px
	}

	.pdshow-r-btn a:nth-child(2) {
		margin-right: 0px
	}
}

@media(max-width:1281px) {
	nav .nav .submenu li a {
		padding: 12px 30px
	}

	.about-r>p {
		margin-top: 10px
	}

	.product-tit {
		font-size: var(--fontsize18)
	}

	.product-text {
		font-size: var(--fontsize14)
	}

	.advantage-tit,
	.foot-list>li>h6,
	.news-item-tit a {
		font-size: var(--fontsize20)
	}

	.about-r h3 {
		padding-top: 0px
	}

	.addToCart,
	.pdshow-r-btn a {
		font-size: var(--fontsize16)
	}

	.project-content {
		margin: 4px 0px 10px
	}

	.project-info {
		padding: 0px 20px
	}
}

@media(max-width:1200px) {
	.pdshow-r-text {
		margin-bottom: 40px
	}

	.prodetails-box {
		margin-top: 30px
	}
}

@media(max-width:1024px) {

	.about-list li,
	.about-r>p {
		font-size: var(--fontsize14)
	}

	.about-l {
		width: 45%
	}

	.about-r {
		width: 55%;
		padding-left: 20px
	}

	.about .container {
		padding: 0px 50px
	}

	.product-list li {
		width: calc(33.33% - 30px);
	}

	.news-l,
	.news-r {
		width: 100%
	}

	.news-l {
		background: linear-gradient(90deg, #FFFFFF 0, #FFFFFF 0, #FFFFFF 0, rgba(255, 255, 255, 0) 100%);
		padding: 50px 0px 0px 50px
	}

	.news-r {
		padding-top: 30px
	}

	.news-l a {
		margin-top: 20px
	}

	.advantage-list li {
		width: 48%;
		margin-bottom: 20px
	}

	.advantage .home-more {
		margin-top: 30px
	}

	.fnav li {
		margin-right: 20px
	}

	.page-r {
		width: 100%
	}

	.products-ninelist-1 li {
		width: 49%
	}

	.products-ninelist-1 li:nth-child(3n) {
		margin-right: 2%
	}

	.products-ninelist-1 li:nth-child(2n) {
		margin-right: 0px
	}

	.page-l {
		display: none
	}

	.pdshow-r {
		width: calc(100% - 400px)
	}

	.foot-item1 p,
	.foot-item5 {
		display: none
	}

	.foot-list>li {
		max-width: 100%;
		width: 100%
	}

	.fnav li {
		width: auto
	}

	.fpronav {
		display: flex;
		flex-wrap: wrap
	}

	.fpronav li {
		margin-right: 8%
	}

	.fpronav li:last-child {
		margin-right: 0px
	}

	.fnav li a,
	.fpronav li a {
		color: #FFFFFF;
		margin-bottom: .2rem
	}

	.foot-t {
		padding: 32px 0px
	}

	.foot-list>li>h6 {
		margin-bottom: 14px
	}

	.foot-contact span,
	.foot-contact span a {
		color: #FFFFFF
	}

	.foot-item1,
	.foot-item2,
	.foot-item3 {
		border-bottom: 1px solid rgba(255, 255, 255, .1);
		margin-bottom: 10px;
		padding: 15px 0;
	}

	.foot-item4 {
		padding: 15px 0;
	}

	.newsdetails-cont img,
	.prodetails-bref img,
	.siggle-page .page-r img {
		height: auto !important
	}
}

@media(min-width:801px) and (max-width:990px) {
	nav .nav li a {
		font-size: var(--fontsize13);
		padding: 0px 4px
	}

	.head-search-btn {
		margin-left: 10px
	}
}

@media(max-width:800px) {
	body {
		padding-top: 55px !important
	}

	#swiper-banner a {
	    min-height: 40vh;
	}

	.fpronav li a {
		font-size: var(--fontsize16)
	}

	.mob-menu,
	.mob-search,
	.mobile-bottom-item a,
	.products-add-inquirl,
	.swiper-button-next,
	.swiper-button-prev {
		-webkit-tap-highlight-color: transparent
	}

	.advantage-icon i,
	.advantage-icon em {
		font-size: .4rem
	}

	.about-r h3,
	.advantage-tit,
	.home-tit,
	.news h4 {
		font-size: .24rem
	}

	.foot-list>li>h6,
	.news-item-tit a,
	.product-tit {
		font-size: .22rem
	}

	.about-r>p,
	.news-l p {
		font-size: .16rem
	}

	.about-r>p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden
	}

	.about {
		padding: 40px 0
	}

	.head-b {
		height: 55px
	}

	.head-t {
		display: none;
		height: 0px;
		padding: 0px;
		margin: 0px
	}

	.head-contact p {
		margin-left: .5rem
	}

	.foot-list>li>h6 {
		margin-bottom: .2rem
	}

	.about-list,
	.head-search-btn,
	.head-share,
	.search-close {
		display: none
	}

	.prodetails-page .inner-banner {
		display: none
	}

	.head-t .container {
		justify-content: flex-end
	}

	nav {
		position: fixed;
		left: 0px;
		width: 100%;
		max-width: 100%;
		z-index: 999;
		top: 55px;
		bottom: 0px;
		background: #FFFFFF;
		height: auto;
		text-align: center;
		border-top: 1px solid #E6E6E7;
		transition: top .2s ease-in-out;
		display: none
	}

	nav .nav {
		display: block;
		height: 100%;
		padding: 0;
		overflow-y: auto
	}

	nav .nav li {
		border-bottom: solid 1px #EEEEEE;
		text-align: left
	}

	.mob-search {
		color: var(--fontcolor);
		display: block;
		cursor: pointer;
		font-size: .3rem;
		font-weight: var(--fontbold6)
	}

	.mob-menu {
		display: block;
		width: .4rem;
		height: .26rem
	}

	.logo {
		max-width: 50%;
		height: 100%
	}

	.logo img {
		max-width: 200px;
		max-height: 48px
	}

	nav .nav>li>a {
		display: block;
		padding: 16px 0
	}

	nav .nav .submenu {
		width: 100%;
		text-indent: 15px;
		position: static;
		transform: rotateX(0);
		background: 0 0;
		opacity: 1;
		display: none
	}

	nav .nav>#liproducts i.acti {
		transform: rotate(-90deg)
	}

	nav .nav .submenu li a {
		color: var(--fontcolor);
		font-size: .2rem;
		padding: .2rem 0px
	}

	nav .nav>li i {
		display: block;
		position: absolute;
		right: 0px;
		top: .12rem;
		font-size: var(--fontsize16);
		color: var(--fontcolor);
		transition: transform .2s ease-in-out;
		transform: rotate(-90deg);
		padding: .1rem
	}

	.floatwindow_fd_conct {
		display: none
	}

	nav .nav>li i.acti {
		transform: rotate(0)
	}

	nav .nav .submenu li a:hover {
		color: var(--color)
	}

	.search-box {
		width: 100%;
		position: absolute;
		left: 0px;
		top: 100%;
		height: 0px;
		justify-content: center;
		transition: height .2s ease-in-out;
		background: #FFFFFF;
		border-bottom: solid 1px #EEEEEE
	}

	.search-box #btnSearch {
		display: block;
		width: auto;
		padding: 0px 10px;
		background: var(--color);
		color: #FFFFFF;
		border-radius: 2px
	}

	.mobile-bottom {
		background: #FCFCFCFB;
		display: flex;
		opacity: 1;
		align-items: center;
		transition: all .3s ease-in-out;
		box-shadow: 1px 2px 10px rgba(0, 0, 0, .1)
	}

	.mobile-bottom-item {
		text-align: center;
		width: 25%;
		height: .98rem;
		font-size: var(--fontsize12);
		text-transform: capitalize;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative
	}

	.mobile-bottom-item i {
		display: block;
		font-size: var(--fontsize20);
		line-height: 1
	}

	.mobactfoot {
		margin-bottom: calc(.98rem + constant(safe-area-inset-bottom));
		margin-bottom: calc(.98rem + env(safe-area-inset-bottom))
	}

	.mobbotact {
		position: fixed;
		left: 0px;
		bottom: 0px;
		width: 100%;
		z-index: 500;
		opacity: 1;
		padding-bottom: constant(safe-area-inset-bottom);
		padding-bottom: env(safe-area-inset-bottom)
	}

	.home-tit {
		margin-bottom: .5rem
	}

	.product .home-more,
	.category .home-more {
		margin: .2rem auto
	}

	.news {
		padding: 100px 0px 40px;
	}

	.news-l a {
		margin-top: .2rem
	}

	.news-l,
	.news-r {
		padding: .3rem .1rem 0rem .3rem
	}

	.news-r {
		padding-bottom: .3rem
	}

	.news-l p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden
	}

	.advantage {
		padding: 40px 0
	}

	.about .home-more {
		margin-top: .3rem
	}

	.news-full {
		padding: 10px 20px;
	}

	.news-list {
		margin: 0 -10px;
	}
	
	.news-list li {
		width: calc(100% - 20px);
    	margin: 10px;
	}

	.news-item-data {
		padding: .3rem .1rem
	}

	.news-item-box {
		padding: 15px
	}

	.foot-item3 {
		margin-top: .1rem
	}

	.page-box {
		padding: .4rem 0
	}

	.products-ninelist-0 .products-list-tit {
		margin: 0px
	}

	.products-ninelist-0>li .products-list-text {
		margin: .04rem 0 .1rem
	}

	.products-ninelist-0>li .products-list-box {
		padding: .1rem .2rem
	}

	.products-ninelist-0>li {
		margin-bottom: .4rem
	}

	.newspage-ninelist-0,
	.products-ninelist-0 {
		margin-bottom: .7rem
	}

	.products-ninelist-0>li,
	.products-ninelist-1 li {
		border-radius: 0
	}

	.mobile-bottom-item a {
		color: var(--fontcolor)
	}
}

@media(max-width:768px) {
	.foot-b {
	    text-align: left;
	    padding: 0 15px;
	}
		.prodetails-page .page-box {
		padding-top: 0px
	}

	.preview-container .thumbnail-box {
		margin-top: 0px
	}

	.pages-list>div,
	.pdshow-l,
	.pdshow-r {
		width: 100%
	}

	.preview-container .thumbnail-box .btn,
	.preview-container .thumbnail-box .list .swiper-pagination,
	.small-box {
		display: none
	}

	.preview-container .thumbnail-box .list {
		width: 100%
	}

	.preview-container .thumbnail-box .list ul .item-cur {
		border: none
	}

	.preview-container .thumbnail-box .list ul .item {
		width: 100%;
		height: auto;
		border: none
	}

	.preview-container .thumbnail-box .list .banner-page {
		display: flex
	}

	.pdshow-r {
		padding-left: 0px
	}

	.pages-list>div {
		margin-bottom: .2rem
	}

	.inquiry-form input {
		width: 100%;
		padding-left: .2rem;
		height: .9rem;
		margin-bottom: .2rem
	}

	.inquiry-form input#in-name {
		margin-right: 0px
	}

	.inquiry-form textarea {
		padding: .1rem .2rem;
		height: 1.9rem
	}

	.addToCart,
	.pdshow-r-btn a {
		width: 100%;
		margin-bottom: .2rem;
	}

	.addToCart:hover,
	.pdshow-r-btn a:hover {
		background-color: var(--color)
	}

	.pdshow-r-text {
		margin: 0rem 0rem .4rem
	}

	.download-list li,
	.newspage-ninelist-1 li,
	.video-list li {
		width: 49%;
		margin-bottom: .3rem
	}

	.download-list li:nth-child(3n),
	.newspage-ninelist-1 li:nth-child(3n),
	.video-list li:nth-child(3n) {
		margin-right: 2%
	}

	.download-list li:nth-child(2n),
	.newspage-ninelist-1 li:nth-child(2n),
	.video-list li:nth-child(2n) {
		margin-right: 0px
	}

	.newspage-item-box {
		padding: 0 .2rem
	}

	.faq-list li,
	.newspage-ninelist-0>li,
	.project-list li {
		margin-bottom: .3rem
	}

	.newspage-text,
	.video-in {
		margin-top: .1rem;
		font-size: var(--fontsize14)
	}

	.project-info {
		padding: .1rem .2rem
	}

	.products-ninelist-1 li .products-list-img,
	.products-ninelist-1 li .products-list-img img {
		border-radius: 0
	}
}

@media(max-width:540px) {
	body {
		font-size: var(--fontsize16);
		line-height: 1.6
	}

	#swiper-banner a {
	    min-height: 25vh;
	}

	nav .nav li a {
		border: 0;
	}

	.logo img {
		max-height: 44px
	}

	.advantage-list li {
        width: 100%;
        margin-bottom: 32px;
    }

	.advantage-icon i,
	.advantage-icon em {
		font-size: 42px
	}

	.about-r h3,
	.documentcontent-tit,
	.home-tit,
	.news h4,
	.newsdetails h1,
	.pdshow-r h1 {
		font-size: var(--fontsize20)
	}

	.news-item-tit a,
	.newspage-tit a {
		font-size: var(--fontsize16)
	}

	.aboutus-box h6,
	.contactus-box h5,
	.contactus-tit,
	.download-name,
	.faq-list li .news-item-tit,
	.foot-list>li>h6,
	.inquiry-tit,
	.newspage-item-tit a,
	.page-tit,
	.prodetails-box-tit,
	.project-name,
	.video-name {
		font-size: var(--fontsize18)
	}

	.advantage-tit {
		font-size: var(--fontsize20);
		min-height: unset;
	}

	.download-btn,
	.news-item-data p:nth-child(1),
	.news-item-data p:nth-child(2),
	.newspage-item-data p:nth-child(1),
	.newspage-item-data p:nth-child(2),
	.product-tit,
	.products-list-tit{
		font-size: var(--fontsize16)
	}

	.product-text,
	.news-item-text,
	.news-l a {
		font-size: var(--fontsize14)
	}

	.about-r>p,
	.advantage-text,
	.copyright,
	.fnav li a,
	.fpronav li a,
	.head-contact,
	.inquiry-form input,
	.news-l p,
	.procateword p,
	nav .nav .submenu li a {
		font-size: var(--fontsize15)
	}

	.product-more {
		font-size: var(--fontsize14)
	}

	.about-r>p {
		-webkit-line-clamp: 10
	}

	.about .home-more {
		margin-left: auto;
		margin-right: auto
	}

	.home-more {
		font-size: var(--fontsize14);
		width: 180px
	}

	.logo {
		max-width: 40%
	}

	.about-l,
	.about-r {
		width: 100%;
		padding: 0px
	}

	.about-l {
		height: 240px;
	}

	.about-r {
		padding-top: 40px;
	}

	.search-box input {
		font-size: var(--fontsize14)
	}

	.about .swiper-button-next, 
	.about .swiper-button-prev {
		top: 240px;
	}

	.about .swiper-button-next i,
	.about .swiper-button-prev i,
	.about .swiper-button-next em,
	.about .swiper-button-prev em {
		font-size: var(--fontsize20)
	}

	.about .container {
		padding: 0px 25px
	}

	.head-contact p {
		margin-left: 0px
	}

	.head-contact {
		width: 100%;
		justify-content: space-between
	}

	.products-ninelist-0>li .products-list-img {
		width: 40%
	}

	.products-ninelist-0>li .products-list-box {
		width: 60%
	}

	.contactus-list>div {
		width: 100%;
		text-align: left;
		margin-bottom: .2rem
	}

	.contactus-icon i,
	.contactus-icon em {
		font-size: 32px
	}

	.contactus-icon {
		float: left;
		margin-right: 10px;
		width: 80px;
		height: 80px
	}

	.contactus-tit {
		margin-top: 10px
	}

	.inquiry-tit {
		margin: .3rem 0
	}

	.download-btn {
		padding: 6px 0px;
		width: 130px
	}

	.project-img,
	.project-info {
		width: 100%;
		text-align: center
	}

	.pages-turn a,
	.pages-turn span {
		margin-bottom: 6px
	}

	.contactus-box h5 {
		margin-bottom: 20px
	}

	.page-r .faq-list li .project-info {
		text-align: left
	}

	.product {
    	padding: 40px 0;
    }

	.product-list {
	    margin: 0 -10px;
	}

	.product-list li {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}

	.product-img {
    	height: 150px;
    }

	.products-list-tit {
		margin-top: 10px
	}

	.newspage-item-data {
		width: 80px;
		padding: 31px 4px
	}

	.newspage-item-box {
		width: calc(100% - 80px)
	}

	.newspage-item-text {
		line-height: 1.4
	}
}

@media(max-width:415px) {
	.mob-menu {
		height: 20px;
		width: 32px;
		margin-left: 20px
	}

	.mob-search {
		font-size: var(--fontsize24) !important;
		font-weight: var(--fontbold4)
	}

	.fnav li,
	.fnav li:nth-child(n+6),
	.fpronav li {
		width: auto;
		margin-right: .4rem
	}

	.products-list-text {
		margin: 4px 0px 10px;
		font-size: var(--fontsize14)
	}

	.products-ninelist-0>li .products-list-text {
		line-height: 1.3
	}

	.maybe-list>li {
		width: 49%
	}

	.maybe-tit {
		padding-left: 4px;
		padding-right: 4px
	}

	#swiper-banner .swiper-button-next,
	#swiper-banner .swiper-button-prev {
		width: 20px;
		height: 40px;
		line-height: 40px
	}

	#swiper-banner .swiper-button-next i,
	#swiper-banner .swiper-button-prev i {
		font-size: var(--fontsize20)
	}
}

@media(max-width:376px) {

	.documentcontent-tit,
	.newsdetails h1 {
		font-size: var(--fontsize18)
	}

	.aboutus-box h6,
	.contactus-tit,
	.download-name,
	.faq-list li .news-item-tit,
	.foot-list>li>h6,
	.news-item-data p:nth-child(1),
	.news-item-tit a,
	.newspage-item-tit a,
	.newspage-tit a,
	.product-tit,
	.project-name,
	.video-name {
		font-size: var(--fontsize16)
	}

	.mob-menu span:nth-child(3) {
		bottom: 1px
	}

	.news-l,
	.news-r {
		padding-left: 15px;
		padding-right: 15px
	}

	.pages-turn a,
	.pages-turn span {
		padding: 6px 8px
	}
}

@media(max-width:321px) {
	.head-contact p {
		font-size: var(--fontsize12)
	}

	.newspage-ninelist-1 li,
	.product-list li,
	.products-ninelist-1 li,
	.video-list li {
		width: 100%
	}

	.pages-turn a,
	.pages-turn span {
		margin-bottom: 8px
	}
}

@media(min-width:1025px) {
	.IE .foot-item4 {
		width: 20%
	}
}

@media(min-width:801px) {
	.IE .fnav li {
		width: 50%;
		margin-right: 0px
	}

	.IE .fnav {
		height: 100%
	}
}

.IE .newspage-item-text {
	max-height: 74px
}

.IE .download-name,
.IE .maybe-tit,
.IE .news-item-text,
.IE .newspage-text,
.IE .products-list-text,
.IE .project-content,
.IE .video-in {
	max-height: 52px
}

.IE .list-wrapper .item-title {
	max-height: 36px
}

@media(max-width:800px) {
	.IE .news-item-text {
		max-height: 60px
	}
}

@media(max-width:540px) {
	.IE .newspage-item-text {
		max-height: 68px
	}

	.IE .news-item-text,
	.IE .product-text {
		max-height: 42px;
		overflow: hidden
	}

	.IE .products-list-text {
		max-height: 44px
	}
}

.vPlay {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: rgba(0, 0, 0, .6) url(../images/global/vPlay.webp) no-repeat center;
	background-size: 26px;
	z-index: 10;
	cursor: pointer;
	user-select: none;
	width: 40px;
	height: 40px;
	border-radius: 50%
}

@media(max-width:768px) {
	.preview-container {
		padding-top: 30px
	}

	.mobmedia {
		position: absolute;
		left: 0px;
		top: 30px;
		width: 100%;
		height: calc(100% - 30px) !important;
		z-index: 9;
		background: #000000
	}

	.mobflag {
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 10;
		width: 30px;
		height: 30px;
		font-size: var(--fontsize24)
	}

	.mobflag::after,
	.mobflag::before {
		content: '';
		display: block;
		position: absolute;
		width: 20px;
		height: 2px;
		background: #000000;
		top: 14px;
		left: 6px
	}

	.mobflag::before {
		transform: rotate(45deg)
	}

	.mobflag::after {
		transform: rotate(-45deg)
	}
}

.prodetails-box .prolist {
	width: 100%;
	display: flex;
	justify-content: space-between
}

.prodetails-box .prolist .pro-l {
	flex: 0 0 200px
}

.prodetails-box .prolist .pro-l a.active {
	color: var(--color)
}

.prodetails-box .prolist .pro-l a {
	display: inline-block;
	width: 100%;
	height: 100%
}

.prodetails-box .prolist .pro-l>ul>li>ul li {
	padding-left: 20px
}

.prodetails-box .prolist .pro-l .title {
	font-weight: var(--fontbold7);
	font-size: var(--fontsize18)
}

.prodetails-box .prolist .pro-r {
	flex: 1
}

.prodetails-box .prolist .pro-r .col-cm {
	width: 350px
}

.prodetails-box .prolist .pro-r .col-on {
	width: 120px
}

.prodetails-box .prolist .pro-r .col-add {
	min-width: 160px
}

.prodetails-box .prolist .pro-r table {
	display: none;
	border-collapse: collapse;
	width: 100%
}

.prodetails-box .prolist .pro-r table.active {
	display: block
}

.prodetails-box .prolist .pro-r table caption {
	text-align: left;
	font-weight: var(--fontbold7);
	font-size: var(--fontsize20);
	margin-bottom: 10px
}

.prodetails-box .prolist .pro-r th {
	border: 1px solid #CCCCCC
}

.prodetails-box .prolist .pro-r td {
	padding: 0px 10px;
	word-break: break-all;
	border: 1px solid #CCCCCC
}

.prodetails-box .prolist .pro-r td img {
	max-width: 100%;
	max-height: 120px
}

#lidownloads .submenu {
	display: none !important
}

#indnscontent .news-l {
	width: 100%;
	padding: 20px;
	text-align: center
}

.lastest-news {
	width: 100%;
	margin: 60px 0px
}

.lastest-news ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap
}

.lastest-news ul li {
	width: 50%
}

.lastest-news ul li a object {
	display: flex
}

.lastest-news ul li div {
	flex: 1
}

.lastest-news ul li .news-img img {
	width: 100%;
	display: block
}

.lastest-news ul li .news-content {
	position: relative;
	background: #F6F6F6;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly
}

.lastest-news ul li .news-content .news-title {
	margin: 0px 80px;
	color: #2B2B2B;
	font-size: var(--fontsize24);
	font-family: Open Sans;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.lastest-news ul li .news-content .news-date {
	margin: 0px 80px;
	color: var(--fontcolor);
	font-weight: var(--fontbold7)
}

.lastest-news ul li .news-content article {
	margin: 0px 80px;
	color: var(--introcolor);
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.lastest-news ul li .news-content .more-link {
	margin: 0px 80px;
	color: #2B2B2B;
	font-weight: var(--fontbold7);
	line-height: 24px;
	font-size: var(--fontsize18)
}

.lastest-news ul li .news-content .more-link i {
	color: #2B2B2B;
	position: relative;
	top: 1px;
	transform: scale(1.7)
}

.lastest-news ul li .news-content:before {
	content: "";
	position: absolute;
	bottom: 0px;
	transition: opacity .7s ease 0s, transform .7s ease 0s;
	width: 94%;
	height: 92%;
	top: 4%;
	left: 3%;
	opacity: 0;
	border-top: 2px solid var(--color);
	border-bottom: 2px solid var(--color);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	box-sizing: border-box
}

.lastest-news ul li .news-content:after {
	transition: opacity .5s ease 0s, transform .5s ease 0s;
	content: "";
	border-left: 2px solid var(--color);
	border-right: 2px solid var(--color);
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	opacity: 0;
	position: absolute;
	width: 94%;
	height: 92%;
	top: 4%;
	left: 3%;
	box-sizing: border-box
}

.lastest-news ul li:hover .news-content .more-link a,
.lastest-news ul li:hover .news-content .more-link i,
.lastest-news ul li:hover .news-content .news-title a {
	color: var(--color)
}

.lastest-news ul li:hover .news-content:after,
.lastest-news ul li:hover .news-content:before {
	opacity: 1;
	transform: scale(1)
}

.lastest-news ul li:nth-child(3) a object,
.lastest-news ul li:nth-child(4) a object {
	flex-direction: row-reverse
}

@media(min-width:1441px)and (max-width:1680px) {

	.lastest-news ul li .news-content .more-link,
	.lastest-news ul li .news-content .news-date,
	.lastest-news ul li .news-content .news-title,
	.lastest-news ul li .news-content article {
		margin: 0 50px
	}
}

@media(min-width:1281px)and (max-width:1440px) {
	.lastest-news ul li .news-content .news-title {
		margin: 0px 40px;
		font-size: var(--fontsize20)
	}

	.lastest-news ul li .news-content .more-link,
	.lastest-news ul li .news-content .news-date,
	.lastest-news ul li .news-content article {
		margin: 0px 40px
	}
}

@media(min-width:1081px)and (max-width:1280px) {
	.lastest-news ul li .news-content .news-title {
		margin: 0px 30px;
		font-size: var(--fontsize16)
	}

	.lastest-news ul li .news-content .more-link,
	.lastest-news ul li .news-content .news-date,
	.lastest-news ul li .news-content article {
		margin: 0px 30px
	}
}

@media(min-width:769px)and (max-width:1081px) {

	.lastest-news ul li .news-content .news-date,
	.lastest-news ul li .news-content .news-title {
		margin: 0px 20px;
		font-size: var(--fontsize14)
	}

	.lastest-news ul li .news-content .more-link,
	.lastest-news ul li .news-content article {
		margin: 0px 20px;
		font-size: var(--fontsize12)
	}

	.lastest-news ul li .news-content:before {
		border-top: 2px solid var(--color);
		border-bottom: 2px solid var(--color)
	}

	.lastest-news ul li .news-content:after {
		border-left: 2px solid var(--color);
		border-right: 2px solid var(--color)
	}

	.lastest-news ul li .news-content:after,
	.lastest-news ul li .news-content:before {
		width: 96%;
		height: 94%;
		top: 3%;
		left: 2%
	}
}

@media screen and (max-width:768px) {
	.lastest-news ul li {
		width: 100%
	}

	.lastest-news ul li:nth-of-type(2n) {
		display: none
	}

	.lastest-news ul li .news-content,
	.lastest-news ul li .news-img {
		width: 50%
	}

	.lastest-news ul li .news-content .news-title {
		margin: 1.0666666667vw 2.6666666667vw 0;
		font-size: 3.4666666667vw
	}

	.lastest-news ul li .news-content .news-date {
		margin: .6666666667vw 2.6666666667vw;
		font-size: 3.2vw
	}

	.lastest-news ul li .news-content article {
		display: none;
		margin: 0 2.6666666667vw;
		font-size: 3.2vw;
		line-height: 110%
	}

	.lastest-news ul li .news-content .more-link {
		display: none
	}

	.lastest-news {
		margin: 40px 0px
	}
}

@media screen and (min-width:751px)and (max-width:768px) {
	.lastest-news ul li .news-content .news-title {
		font-size: var(--fontsize24)
	}

	.lastest-news ul li .news-content .news-date {
		font-size: var(--fontsize20)
	}

	.lastest-news ul li .news-content article {
		font-size: var(--fontsize18)
	}
}

.indcategories {
	margin-bottom: 50px
}

ul.indcatelist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 20px
}

ul.indcatelist li {
	width: 23%
}

ul.indcatelist li a {
	display: block;
	width: 100%
}

ul.indcatelist li .cateonepic img {
	width: 100%;
	transition: .3s
}

ul.indcatelist li .cateonepic {
	overflow: hidden;
	border: 1px solid #EEEEEE;
	transition: .3s
}

ul.indcatelist li a:hover .cateonepic {
	box-shadow: 1px 5px 20px #C9C7C7
}

ul.indcatelist li a:hover img {
	transform: scale(1.1)
}

.indcategories .home-more {
	margin-left: auto;
	margin-right: auto
}

.cateonetit {
	transition: .3s;
	text-align: center;
	font-size: var(--fontsize20);
	color: var(--fontcolor);
	padding: 20px 10px 0px;
	font-weight: var(--fontbold7);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

ul.indcatelist li a .product-more {
	text-align: center;
	margin-top: 12px
}

ul.indcatelist li a:hover .cateonetit {
	color: var(--color)
}

@media screen and (max-width:1281px) {
	.cateonetit {
		font-size: var(--fontsize18)
	}
}

@media screen and (max-width:1024px) {
	ul.indcatelist li {
		width: 49%;
		margin-bottom: 15px
	}
}

@media screen and (max-width:768px) {
	.cateonetit {
		font-size: .22rem
	}
}

@media screen and (max-width:560px) {
	ul.indcatelist {
		padding-bottom: 0px
	}

	.cateonetit {
		font-size: var(--fontsize15)
	}

	.cateonetit {
		font-size: var(--fontsize16)
	}
}

.indknow-title {
	font-size: var(--fontsize20);
	font-weight: var(--fontbold7);
	color: #000 !important;
	margin-bottom: 20px;
	display: block;
	display: -webkit-box;
	display: -moz-box;
	max-height: 48px;
	line-height: 24px
}

.indknow-info article,
.indknow-title {
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.indknow-info article {
	color: var(--introcolor);
	font-size: var(--fontsize14);
	display: -webkit-box;
	display: -moz-box;
	max-height: 52px;
	line-height: 26px;
	margin-bottom: 40px
}

.indknow-info {
	padding: 42px 24px;
	border-top: none
}

.indknow-more {
	text-transform: uppercase;
	color: #0d0d0d;
	font-weight: var(--fontbold7);
	font-size: var(--fontsize14);
	padding: 20px;
	transition: background-color .3s;
	border-radius: 3px
}

.indknow-more i,
.indknow-more em {
	font-size: var(--fontsize12);
	margin-left: 12px;
	position: relative;
	top: -2px
}

.indknow-item:hover .indknow-more {
	background-color: #141414;
	color: #FFFFFF
}

.indknow-item:hover .indknow-more i,
.indknow-item:hover .indknow-more em {
	color: #FFFFFF
}

.indknow-date {
	padding: 10px 22px;
	background: var(--color);
	color: #FFFFFF;
	font-size: var(--fontsize12);
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px
}

.indknow-img {
	position: relative
}

.indknow-img img {
	display: block;
	width: 100%
}

.indknow-item {
	display: flex;
	outline: 1px solid #DFDFDF;
	box-sizing: border-box
}

.indknow-item:first-of-type {
	width: 30%;
	flex-direction: column;
	height: 100%
}

.indknow-item:first-of-type .indknow-info {
	height: 100%
}

.indknow-item:nth-of-type(2),
.indknow-item:nth-of-type(3) {
	width: 66%;
	height: 46%
}

.indknow-item:nth-of-type(2) .indknow-img,
.indknow-item:nth-of-type(3) .indknow-img {
	flex: 1
}

.indknow-item:nth-of-type(2) .indknow-img img,
.indknow-item:nth-of-type(3) .indknow-img img {
	height: 100%;
	max-width: none;
	object-fit: cover
}

.indknow-item:nth-of-type(2) .indknow-info,
.indknow-item:nth-of-type(3) .indknow-info {
	flex: 1.5
}

.indknow-list {
	margin: 50px 0px;
	display: flex;
	height: 550px;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between
}

@media screen and (max-width:1500px) {
	.indknow-list .indknow-more {
		padding: 8px
	}
}

@media screen and (max-width:960px) {
	.indknow-list {
		height: auto
	}

	.indknow-item {
		width: 100% !important;
		margin-bottom: 40px
	}

	.indknow-item:first-of-type {
		flex-direction: row
	}

	.indknow-item:first-of-type .indknow-img {
		flex: 1
	}

	.indknow-item:first-of-type .indknow-img img {
		height: 100%;
		max-width: none
	}

	.indknow-item:first-of-type .indknow-info {
		flex: 1.5
	}
}

@media screen and (max-width:768px) {
	.indknow-list {
		margin: 35px auto 20px
	}

	.indknow article {
		margin: 4vw 0
	}

	.indknow-item:first-of-type .indknow-info {
		height: auto
	}

	.indknow-item:first-of-type .indknow-img,
	.indknow-item:nth-of-type(2) .indknow-img,
	.indknow-item:nth-of-type(3) .indknow-img {
		flex: 1.3
	}

	.indknow-item:first-of-type .indknow-img img,
	.indknow-item:nth-of-type(2) .indknow-img img,
	.indknow-item:nth-of-type(3) .indknow-img img {
		object-fit: cover
	}

	.indknow-item {
		height: 30vw !important;
		margin-bottom: 20px
	}

	.indknow-item .indknow-title {
		white-space: pre-wrap;
		font-size: var(--fontsize16);
		display: -webkit-box;
		display: -moz-box;
		max-height: 40px;
		line-height: 20px;
		text-overflow: ellipsis;
		word-break: break-all;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden
	}

	.indknow-item .indknow-info {
		flex: 0;
		width: 60%;
		padding: 4vw;
		height: auto
	}

	.indknow-item .indknow-info article {
		display: none
	}

	.indknow-item .indknow-img {
		flex: 1.3;
		width: 40%
	}

	.indknow-item .indknow-img a {
		display: block;
		width: 100%;
		height: 100%
	}

	.indknow-item .indknow-more {
		font-size: var(--fontsize12)
	}

	.indknow-item .indknow-date {
		padding: 2vw
	}
}

.product-price {
	margin-top: 6px
}

@media(max-width:768px) {

	.aboutus-box img,
	.prodetails-bref img {
		height: auto !important
	}

	iframe,
	video {
		max-width: 100%;
		min-height: 240px;
		height: auto
	}
}

@media(max-width:1441px) {
	img {
		height: auto;
		max-width: 100%
	}
}

.solutions {
	color: var(--fontcolor);
	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: 0px 2% 0px 0px
}

.solutions>.flex {
	margin-bottom: 4%
}

.solu-name {
	font-size: var(--fontsize24);
	color: var(--fontcolor);
	position: relative;
	padding-bottom: 6px;
	margin-bottom: 20px;
	display: block
}

.solu-name::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 70px;
	height: 3px;
	background-color: var(--color)
}

.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: var(--color)
}

.solutions-list>li p {
	font-size: var(--fontsize18);
	color: var(--introcolor);
	line-height: 1.6;
	margin-top: 6px
}

.solutions-list>li p strong {
	font-size: var(--fontsize24);
	color: var(--fontcolor)
}

.support {
	color: var(--fontcolor);
	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 #EFEFEF
}

.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: var(--fontsize24);
	color: var(--fontcolor);
	line-height: 1.3;
	margin: 10px 0px
}

.sup-bref2 {
	font-size: var(--fontsize18);
	color: var(--fontcolor);
	line-height: 1.6
}

.sup-text {
	margin: 20px 0px 30px;
	font-size: var(--fontsize18)
}

.sup-list>li {
	max-width: 50%;
	margin-right: 10px
}

.sup-list>li div {
	font-size: var(--fontsize20);
	font-weight: var(--fontbold5);
	color: #222
}

.sup-list>li div p {
	display: inline-block;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
	line-height: 1.3;
	padding: 10px 0px
}

.sup-list>li div p::before {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background: var(--color);
	position: absolute;
	bottom: -2px;
	left: 0px
}

.sup-list>li strong {
	font-size: 40px;
	font-weight: var(--fontbold5);
	color: var(--fontcolor);
	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: var(--color);
	line-height: 1
}

.sup-list2>li>div {
	flex: 1;
	padding-left: 16px
}

.sup-list2>li>div p {
	font-size: var(--fontsize14);
	color: #888;
	line-height: 1.7
}

.sup-list2>li>div p:nth-child(1) {
	font-size: var(--fontsize20);
	color: var(--fontcolor);
	line-height: 1.3;
	margin-bottom: 6px
}

.application {
	color: var(--fontcolor);
	line-height: 1.8
}

.app-name {
	display: block;
	font-size: var(--fontsize24);
	font-weight: var(--fontbold5);
	color: var(--fontcolor);
	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: 0px 2% 0px 0px
}

.president-r h6,
.teami-r h6 {
	font-size: var(--fontsize24);
	margin-bottom: 20px;
	line-height: 1.3
}

.teami {
	margin-bottom: 3%
}

#brand-history-list {
	padding-bottom: 160px
}

#brand-history-list:after {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	clear: both
}

#brand-history-list li {
	position: relative;
	height: 130px;
	width: 50.6%;
	background-size: auto 80% !important
}

#brand-history-list li h2 {
	color: var(--fontcolor);
	font-size: 40px;
	white-space: nowrap;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

#brand-history-list li:hover h2 {
	color: var(--color)
}

#brand-history-list li p {
	color: var(--introcolor);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	max-height: 170px;
	overflow: hidden;
	line-height: 1.5
}

#brand-history-list li:hover p {
	color: var(--fontcolor)
}

#brand-history-list li.left,
#brand-history-list li:nth-of-type(2n+1) {
	float: left;
	background: url(../images/global/history_01.webp) 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(../images/global/history_02.webp) 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: #FFFFFF;
	margin-top: 2%;
	padding: 2%;
	position: relative;
	box-shadow: 0 0 10px #EEEEEE
}

.rank-flex>li p:nth-of-type(2) {
	margin-bottom: 0px;
	font-size: var(--fontsize20);
	font-weight: var(--fontbold5);
	line-height: 1.3;
	text-transform: capitalize
}

.rank-flex>li::before {
	position: absolute;
	top: 0px;
	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 #EFEFEF;
	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: 0px 10px 10px 0px
}

.proequ-list {
	margin-top: 3%
}

.proequ-list>div img {
	display: block;
	width: 100%
}

.proequ-list>div:nth-of-type(4n) {
	margin-right: 0px
}

.organ-item {
	width: 25%;
	text-align: center;
	padding: 0 4% 4%
}

.organ-item img {
	max-width: 140px
}

.organ-item h6 {
	font-size: var(--fontsize20);
	line-height: 1.3;
	margin: 10px 0px;
	font-style: italic
}

.organ-item h6>span {
	font-size: var(--fontsize24);
	font-style: initial
}

.ch-name {
	font-size: var(--fontsize20);
	margin: 10px 0px
}

.ch-name+p {
	margin-bottom: 20px
}

.company-honor {
	justify-content: space-between
}

.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: var(--fontsize20);
	line-height: 1.3;
	margin: 10px 0px
}

.office>.flex {
	margin-top: 2%
}

.competitive-tit,
.rdc-tit {
	font-size: var(--fontsize20);
	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: var(--color);
	position: absolute;
	bottom: 0px;
	left: 0px
}

.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 0px
}

.cmission-item {
	width: 31.3%
}

.cmission-item-tit {
	font-size: var(--fontsize20);
	line-height: 1.3;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 20px
}

.cmission-item-tit>span {
	color: var(--color)
}

.cmission-item-tit::before {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background-color: var(--color);
	position: absolute;
	bottom: 0px;
	left: 0px
}

.cvision .flex-jc-sb>div {
	width: calc(50% - 10px)
}

.cphil-item {
	width: 24%;
	text-align: center
}

.cphil-item p {
	text-transform: uppercase;
	font-size: var(--fontsize18);
	margin-top: 10px;
	line-height: 1.3
}

.cphil-item img {
	max-width: 300px;
	width: 100%
}

.page-r img {
	height: auto
}

@media(max-width:1281px) {
	.ch-name {
		margin: 0px
	}
}

@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: 0px
	}

	.office-r {
		width: 100%;
		margin-top: 20px
	}

	.flex-reverse .office-l {
		padding: 0px
	}
}

@media(max-width:800px) {

	.flex-half-l,
	.president-l,
	.solu-flex-l,
	.teami-l {
		width: 100%;
		padding: 0px
	}

	.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: 0px
	}

	.sup-list2>li>div p {
		font-size: var(--fontsize16)
	}

	.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 #EFEFEF
	}

	.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: 0px
	}

	.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: var(--fontsize24)
	}
}

@media(max-width:481px) {
	.solutions-list {
		margin: .2rem 0px
	}

	.solutions-list>li {
		width: 100%;
		padding: .2rem .3rem .4rem
	}

	.solutions-list>li p strong {
		font-size: var(--fontsize18)
	}

	.app-name,
	.president-r h6,
	.solu-name,
	.sup-name,
	.teami-r h6 {
		font-size: var(--fontsize20)
	}

	.sup-list>li {
		max-width: 100%
	}

	.solutions-list>li p {
		font-size: var(--fontsize16)
	}

	.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: var(--fontsize16)
	}

	.sup-list>li strong {
		font-size: var(--fontsize30, 30px)
	}

	.ch-flex>li p,
	.cphil-item p {
		font-size: var(--fontsize14)
	}

	#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: var(--fontsize18)
	}
}

.addToCart.added {
	background-color: var(--color)
}

.pdown1,
.pdown2,
.pdown3 {
	display: inline-block;
	margin-right: 30px
}

@media(max-width:1367px) {

	.pdown1,
	.pdown2,
	.pdown3 {
		display: block
	}
}

.page-l-menu ul li.active a {
	color: var(--color)
}

section.category {
	padding-top: 50px
}

.categorylist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.categorylist li {
	width: 32%;
	text-align: center;
	margin-bottom: 20px
}

.categorylist li .catepic img {
	width: 100%;
	display: block
}

.categorylist li .cateontit {
	font-size: var(--fontsize18);
	color: var(--fontcolor);
	line-height: 1.4;
	padding: 8px
}

.categorylist li:hover .cateontit {
	color: var(--color)
}

@media (max-width:768px) {
	.categorylist li {
		width: 49%
	}
}

@media (max-width:540px) {
	.categorylist li .cateontit {
		font-size: var(--fontsize14)
	}
}

.wmkc-page h4 {
	text-align: center;
	margin-bottom: 30px;
	font-size: var(--fontsize20);
	color: var(--fontcolor);
	display: block
}

.wmkc-page p {
	margin-bottom: 30px
}

.wmkc-page-img img {
	width: 100%
}

.wmkc-page-img {
	margin-bottom: 40px;
	max-width: 100%
}

.wmkc-agg-box {
	width: 100%;
	height: 100%;
	text-align: center
}

.wmkc-agg-box img {
	width: 20%;
	display: table-cell;
	text-align: center;
	margin: auto;
	margin-bottom: 20px
}

.wmkc-agg-box p:nth-of-type(1) {
	font-size: var(--fontsize20);
	color: var(--fontcolor);
	margin-bottom: 10px
}

.wmkc-agg-ioc {
	display: flex;
	margin-top: 40px;
	justify-content: center;
	justify-content: space-between
}

.wmkc-dnd-footer {
	display: flex;
	margin-bottom: 60px
}

.wmkc-dnd-img {
	margin-right: 10px;
	flex: 1
}

.wmkc-dnd-img img {
	width: 100%
}

.wmkc-dnd-all {
	width: 48%;
	margin-left: 20px
}

.wmkc-dnd-all p:nth-of-type(1) {
	margin-top: 10px
}

.wmkc-dnd-all p {
	font-size: var(--fontsize16)
}

.wmkc-dnd-all p:nth-of-type(2) {
	font-size: var(--fontsize24);
	margin-top: 10px;
	margin-bottom: 10px;
	display: block
}

.wmkc-dnd-box {
	display: flex
}

.wmkc-dnd-ioc {
	max-width: 90px;
	margin: auto
}

.wmkc-dnd-ioc img {
	max-width: 50px;
	margin-right: 56px
}

.wmkc-dnd-b p:nth-of-type(1) {
	font-size: var(--fontsize20);
	margin-top: 10px;
	margin-bottom: 10px
}

.wmkc-dnd-right {
	margin-bottom: 60px
}

.wmkc-dnd-main {
	display: flex
}

.wmkc-dnd-tooer {
	display: flex
}

.wmkc-dnd-siz {
	text-align: right;
	margin-bottom: 50px
}

.wmkc-dnd-z {
	display: flex;
	width: 100%
}

.wmkc-dnd-k {
	display: flex;
	width: 100%
}

.wmkc-dnd-k .wmkc-dnd-siz {
	text-align: left
}

.wmkc-dnd-dng p:nth-of-type(1) {
	font-size: var(--fontsize24);
	line-height: 1.3;
	margin: 10px 0px
}

.wmkc-dnd-y {
	background-color: #E0E0E0;
	width: 2px;
	height: auto;
	position: relative;
	margin-left: 30px;
	margin-right: 30px
}

.wmkc-dnd-chile {
	width: 14px;
	height: 14px;
	background-color: #FFFFFF;
	border-radius: 30px;
	border: 2px solid #20599e;
	position: absolute;
	left: -6px;
	top: 10px
}

.wmkc-dnd-e {
	width: 100%
}

.wmkc-dnd-e p,
.wmkc-dnd-w p {
	font-size: var(--fontsize24);
	margin-top: 5px
}

.wmkc-dnd-w {
	width: 100%;
	text-align: right
}

.wmkc-qeq-footer {
	display: flex
}

.wmkc-qeq-foo {
	margin-right: 85px;
	width: 55%
}

.wmkc-qeq-foo p:nth-of-type(1) {
	font-size: var(--fontsize24);
	margin-bottom: 28px;
	display: block;
	color: #222
}

.wmkc-qeq-foo p {
	color: var(--introcolor);
	line-height: 1.5
}

.wmkc-qeq-c {
	width: 43%;
	display: flex;
	flex-direction: column;
	justify-content: space-around
}

.wmkc-qeq-math {
	display: flex;
	justify-content: space-between
}

.wmkc-qeq-math p:nth-child(2) {
	margin-right: 10%
}

.wmkc-qeq-b {
	height: 4px;
	background-color: #D7D7D7;
	width: 100%
}

.wmkc-qeq-black {
	height: 4px;
	background-color: #000000;
	width: 87%
}

.wmkc-qeq-comp {
	display: flex;
	margin-top: 100px;
	justify-content: space-between;
	margin-bottom: 50px
}

.wmkc-qeq-comper {
	display: flex;
	width: 32%
}

.wmkc-qeq-comper img {
	max-width: 50px;
	max-height: 50px;
	margin-right: 20px
}

.wmkc-qeq-ii p:nth-of-type(1) {
	font-size: var(--fontsize24);
	color: #222
}

.wmkc-qeq-tooer p:nth-of-type(1) {
	font-size: var(--fontsize24);
	margin-bottom: 28px;
	display: block;
	color: #222
}

.wmkc-qeq-tooer p {
	margin-bottom: 35px
}

@media (max-width:320px) {

	.wmkc-agg-ioc,
	.wmkc-dnd-box,
	.wmkc-dnd-footer {
		flex-direction: column
	}

	.wmkc-agg-box img {
		width: 15%
	}

	.wmkc-dnd-img {
		margin-right: 0px
	}

	.wmkc-dnd-all {
		width: 100%
	}

	.wmkc-dnd-all {
		margin-left: 0px
	}

	.wmkc-dnd-all p:nth-of-type(2) {
		padding: 0px;
		font-size: var(--fontsize20);
		text-align: center
	}

	.wmkc-dnd-b {
		text-align: center
	}

	.wmkc-qeq-comp,
	.wmkc-qeq-comper,
	.wmkc-qeq-footer {
		flex-direction: column
	}

	.wmkc-qeq-c,
	.wmkc-qeq-foo {
		width: 100%
	}

	.wmkc-qeq-c {
		margin-top: 30px
	}

	.wmkc-qeq-comper {
		width: 100%;
		flex-direction: column;
		margin-bottom: 20px
	}

	.wmkc-qeq-comper img {
		margin: auto
	}

	.wmkc-qeq-ii {
		text-align: center
	}

	.wmkc-qeq-comp {
		margin-top: 40px
	}

	.wmkc-qeq-all {
		margin-bottom: 20px
	}

	.wmkc-dnd-ioc img {
		margin-right: 0px
	}

	.wmkc-dnd-box {
		margin-top: 30px
	}
}

@media(min-width:321px) and (max-width:768px) {

	.wmkc-dnd-box,
	.wmkc-dnd-footer,
	.wmkc-qeq-comp,
	.wmkc-qeq-footer {
		flex-direction: column
	}

	.wmkc-dnd-img {
		margin: 0px
	}

	.wmkc-dnd-all p:nth-of-type(2) {
		font-size: .32rem;
		margin-top: 10px;
		margin-bottom: 10px;
		display: block;
		color: #222
	}

	.wmkc-dnd-all,
	.wmkc-dnd-b {
		text-align: center
	}

	.wmkc-dnd-all p:nth-of-type(2) {
		font-size: var(--fontsize20);
		padding: 0px 0px
	}

	.wmkc-qeq-foo {
		margin-right: 0px;
		width: 100%
	}

	.wmkc-qeq-c {
		width: 100%;
		margin-top: 40px
	}

	.wmkc-qeq-comper {
		width: 100%;
		flex-direction: column
	}

	.wmkc-qeq-comper img {
		margin: auto
	}

	.wmkc-qeq-ii {
		text-align: center
	}

	.wmkc-qeq-comper {
		margin-top: 40px
	}

	.wmkc-qeq-all {
		margin-bottom: 20px
	}

	.wmkc-dnd-box {
		margin-top: 30px
	}

	.wmkc-agg-ioc {
		flex-direction: column
	}

	.wmkc-agg-box img {
		width: 10%
	}

	.wmkc-qeq-comp {
		margin-top: 10px
	}

	.wmkc-dnd-ioc img {
		margin-right: 0px
	}

	.wmkc-dnd-all {
		width: 100%
	}

	.wmkc-dnd-all {
		margin-left: 0px
	}
}

@media(min-width:769px) and (max-width:1024px) {

	.wmkc-dnd-box,
	.wmkc-dnd-footer {
		flex-direction: column
	}

	.wmkc-dnd-img {
		margin: 0px
	}

	.wmkc-dnd-all,
	.wmkc-dnd-b {
		text-align: center
	}

	.wmkc-dnd-box {
		margin-top: 30px
	}

	.wmkc-qeq-comper {
		flex-direction: column;
		text-align: center
	}

	.wmkc-qeq-comper img {
		margin: auto;
		margin-bottom: 20px
	}

	.wmkc-dnd-all {
		width: 100%
	}

	.wmkc-dnd-all {
		margin-left: 0px
	}
}

@media(min-width:801px) {
	nav .nav>li>a {
		white-space: nowrap
	}
}

.ErWeiImg {
	height: auto
}

@media(min-width:768px) {
	.inquiry-form input:nth-of-type(2n-1) {
		margin-right: 2%
	}
}

@media(min-width:769px) {
	.products-list-text,
	.newspage-item-text {
		-webkit-line-clamp: initial;
		max-height: 100%
	}
}

@media(max-width:1024px) {
	.mobcate-main .page-l {
		display: block;
		width: 100%;
		margin-bottom: 30px
	}

	.mobcate-main .page-l .lastproducts,
	.mobcate-main .page-l .page-l-contact {
		display: none
	}

	.mobcate-main .page-l .categories {
		position: relative
	}

	.mobcate-main .page-l .categories .sf-menu {
		position: absolute;
		top: 100%;
		left: 0px;
		right: 0px;
		padding: 0px;
		z-index: 20;
		display: none;
		background-color: #FFFFFF;
		box-shadow: rgb(0 0 0 / 20%) 0 2px 16px
	}

	.mobcate-main .page-l .categories .page-l-menu-tit {
		color: var(--fontcolor);
		text-align: left;
		font-size: var(--fontsize20);
		padding: 10px 0px;
		border-bottom: 1px solid var(--bordercolorLight);
		cursor: pointer;
		background: url(../images/global/cate-btn.webp) right center/24px no-repeat
	}
}

h4.cate-h4,
h4.pro-h4 {
	clear: both;
	font-weight: var(--fontbold6)
}

ul.cate-ulli,
ul.pro-ulli {
	clear: both;
	padding: 10px 0px 10px 20px
}

ul.cate-ulli li,
ul.pro-ulli li {
	list-style-type: disc;
	line-height: 1.7
}

ol.cate-ulli,
ol.pro-ulli {
	clear: both;
	padding: 10px 0px 10px 30px
}

ol.cate-ulli li,
ol.pro-ulli li {
	list-style-type: decimal;
	line-height: 1.7
}

.prohome-content {
	clear: both;
	margin: 0px auto 20px;
	padding: 10px;
	max-width: 1600px;
	line-height: 1.6;
	box-sizing: border-box
}

.prolist-bottom {
	clear: both;
	margin: 0px auto 20px;
	padding: 10px;
	max-width: 1600px;
	line-height: 1.6;
	box-sizing: border-box
}

.prolist-bottom a {
	text-decoration: underline
}

.prolist-bottom a:hover {
	color: var(--color)
}

@media(max-width:1600px) {

	.prohome-content,
	.prolist-bottom {
		margin-left: 15px;
		margin-right: 15px
	}
}

@media(max-width:768px) {
	.prohome-content {
		clear: both;
		margin: 0px 15px 20px;
		padding: 0px;
		line-height: 1.6
	}

	.prolist-bottom {
		clear: both;
		margin: 0px 15px 20px;
		padding: 0px;
		line-height: 1.6
	}
}

.prolist-content {
	clear: both;
	margin: 0px auto 15px;
	line-height: 1.6
}

.ck-widget-toc {
	display: table;
	border: 1px solid #A2A9B1;
	background-color: #F8F9FA;
	padding: 10px 20px 10px 10px;
	font-size: 95%;
	margin: 15px 0px;
	min-width: 300px;
	max-width: 100%
}

.ck-widget-toc ol {
	padding: 0px 0px 0px 30px;
	counter-reset: item
}

.ck-widget-toc ol li {
	display: block;
	position: relative;
	list-style: none
}

.ck-widget-toc ol li:before {
	content: counters(item, ".");
	counter-increment: item;
	position: absolute;
	margin-right: 100%;
	right: 10px
}

.ck-widget-toc-title {
	text-align: left;
	font-weight: var(--fontbold7);
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 5px
}

.ck-widget-pt {
	padding-top: 100px;
	margin-top: -100px
}

.ck-widget-toc1 {
	display: table;
	border: 1px solid #A2A9B1;
	background-color: #F8F9FA;
	padding: 10px 20px 10px 10px;
	font-size: 95%;
	margin: 15px 0px;
	min-width: 300px;
	max-width: 100%
}

.ck-widget-toc1 ol {
	padding: 0px 0px 0px 30px;
	counter-reset: item
}

.ck-widget-toc1 ol li {
	display: block;
	position: relative;
	list-style: none
}

.ck-widget-toc1 ol li:before {
	content: counters(item, ".");
	counter-increment: item;
	position: absolute;
	margin-right: 100%;
	right: 10px
}

.lang {
	width: auto;
	position: relative;
	z-index: 9999;
	text-align: left;
	margin-left: 30px
}

.lang-icon {
	display: flex;
	align-items: center;
	width: 100%;
	height: 30px;
	border: none;
	cursor: pointer;
	font-size: var(--fontsize14);
	user-select: none;
	white-space: nowrap
}

.lang-icon>img {
	margin-right: 5px;
	margin-top: 3px
}

.lang-icon span {
	position: relative;
	padding-right: 18px
}

.lang-icon span::before {
	content: "";
	position: absolute;
	right: 4px;
	top: 11px;
	width: 8px;
	height: 1px;
	background: var(--headercolor);
	transform: rotate(50deg)
}

.lang-icon span::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 11px;
	width: 8px;
	height: 1px;
	background: var(--headercolor);
	transform: rotate(-50deg)
}

.lang-drop {
	position: absolute;
	top: calc(100% + 26px);
	right: 50%;
	transform: translateX(50%);
	background: #FFFFFF;
	border: 1px solid #EBEEF5;
	border-radius: 4px;
	box-shadow: 0px 2px 12px 0 rgba(0, 0, 0, .1);
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s, top .3s
}

.lang-drop.lang-flex {
	transform: translateX(25%)
}

.lang-drop.lang-flex .lang-arrow {
	left: 75%
}

.lang-drop.active {
	visibility: visible;
	opacity: 1;
	top: calc(100% + 12px)
}

.lang-arrow {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #FFFFFF;
	border-top: 1px solid #EBEEF5;
	border-left: 1px solid #EBEEF5;
	transform: translateX(-50%) rotate(45deg);
	position: absolute;
	top: -6px;
	left: 50%
}

.lang-wrap {
	width: 140px;
	padding: 8px 0px;
	box-sizing: border-box
}

.lang-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: #EEEEEE
}

.lang-wrap li a {
	display: block;
	font-size: var(--fontsize12);
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.lang-wrap li img {
	display: inline-block;
	width: 24px;
	height: 16px;
	vertical-align: -.25em;
	margin-right: 4px
}

@media (max-width:1024px) {
	.lang {
		margin-left: auto;
		position: fixed;
		top: 13px;
		right: 1.9rem;
		transition: all .2s linear
	}

	.lang-icon span {
		display: none
	}

	.lang-icon>img {
		width: 36px;
		height: 24px;
		margin-top: 0px
	}

	.lang-drop.lang-flex {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 60px !important;
		position: fixed;
		width: calc(100vw - 20px)
	}

	.lang-drop.lang-flex.active {
		top: 54px !important
	}

	.lang-flex .lang-wrap {
		width: 100%
	}

	.lang-drop.lang-flex .lang-arrow {
		left: 70%
	}

	.lang-drop {
		display: none
	}

	.lang-drop.active {
		display: block
	}
}

@media(max-width:768px) {
	.gotop {
		display: none !important
	}

	.mobile-bottom-item .gotop {
		display: flex !important;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: 50%;
		top: 50%;
		right: auto;
		bottom: auto;
		transform: translate(-50%, -50%);
		transition: none !important;
		opacity: 1 !important
	}
}

.mediaplay {
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	z-index: 99;
	width: 50px !important;
	height: 50px !important;
	cursor: pointer;
	display: none
}

@media(max-width:768px) {
	.mediaplay {
		top: 50%
	}
}

#media {
	width: 100%;
	height: 100%;
	background: #EEEEEE;
	object-fit: contain;
	z-index: 99;
	position: relative
}

#filterlist .filterlist-ul li {
	display: flex;
	align-items: center;
	margin: 10px 0px 20px;
	line-height: 1;
	cursor: pointer;
	user-select: none
}

#filterlist .filterlist-ul li:nth-child(n+21) {
	display: none
}

#filterlist .filterlist-ul li.act {
	color: var(--color)
}

#filterlist .filterlist-ul li.act .input::after {
	transform: translate(-50%, -50%) scale(1)
}

#filterlist .filterlist-ul li .input {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	border: 1px solid #666666;
	position: relative
}

#filterlist .filterlist-ul li .input::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 9px;
	height: 9px;
	background: var(--color);
	transition: all .1s linear
}

#filterlist .filterlist-ul li span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden
}

#filterlist .viewmore-filter {
	color: var(--color);
	text-transform: uppercase;
	cursor: pointer
}

#filterlist .viewmore-filter:hover {
	text-decoration: underline
}

.pagesbanner {
	position: relative;
	z-index: 1
}

.pagesbanner>a {
	z-index: 1;
	position: relative;
	display: block
}

.pagesbanner video,
.pagesbanner img {
	width: 100%;
	height: auto;
	object-fit: cover;
	min-height: 160px
}

.pagesbanner .pagesbanner-animate {
	width: 100%;
	padding: 0px 20px;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	opacity: 0;
	animation: pagesbanner 1s .5s forwards
}

.pagesbanner .pagesbanner-animate .p1 {
	font-size: var(--fontsize30);
	font-weight: var(--fontbold5);
	line-height: 1.2
}

.pagesbanner .pagesbanner-animate .p2 {
	margin-top: 20px;
	font-size: var(--fontsize18);
	font-weight: var(--fontbold4)
}

@keyframes pagesbanner {
	0% {
		margin-top: 20px;
		opacity: 0
	}

	100% {
		margin-top: 0px;
		opacity: 1
	}
}

@media (max-width:1024px) {
	.pagesbanner .pagesbanner-animate .p1 {
		font-size: var(--fontsize26)
	}

	.pagesbanner .pagesbanner-animate .p2 {
		margin-top: 10px;
		font-size: var(--fontsize16)
	}
}

@media (max-width:768px) {
	.pagesbanner .pagesbanner-animate .p1 {
		font-size: var(--fontsize20)
	}

	.pagesbanner .pagesbanner-animate .p2 {
		font-size: var(--fontsize14)
	}
}

.inner-banner,
.inner-banner .container {
	position: relative;
	z-index: 2;
}

.inner-banner {
	min-height: 35vh;	
    padding-bottom: 40px;
}

.pagesbanner.banner-img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pagesbanner-title {
	margin: 40px 0;
	color: #ffffff;
}

.pagesbanner-title h1 {
	font-size: var(--fontsizeH1, 40px);	
}

@media (max-width:576px) {
	.pagesbanner-title h1 {
		font-size: var(--fontsize30, 30px);	
	}
}

.overlay-gradient {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(45deg, rgba(21, 29, 42, 0.75) 0, rgba(7, 79, 176, .25) 100%);
    pointer-events: none;
}

.inner-catalog li {
    width: calc(33.33% - 30px);
}

.inner-news li {
    width: calc(33.33% - 30px);
	margin: 15px;
}

@media(max-width:1400px) {
	.inner-news li {
		width: calc(50% - 30px);
	}
}

@media(max-width:1200px) {
	.inner-catalog li {
	    width: calc(50% - 30px);
	}
}

@media(max-width:1024px) {
	.inner-catalog li {
	    width: calc(33.33% - 30px);
	}
}

@media(max-width:768px) {
	.inner-catalog li {
	    width: calc(50% - 30px);
	}
}

@media(max-width:576px) {
	.inner-catalog li,
	.inner-news li {
	    width: calc(100% - 30px);
	}
	.product-bottom .btn {
		font-size: var(--fontsize15);
		padding-left: 16px;
		padding-right: 16px;
	}
	.product-bottom .btn i {
		font-size: var(--fontsize15);
	}
}

.wmkcfeedback {
    padding: 20px 0
}

.inquiry-form {
    display: flex;
    flex-wrap: wrap
}

.inquiry-form input,.inquiry-form .wmkcfb-fileupload {
    width: 49%;
    height: 50px;
    background: #FFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 16px;
    color: var(--fontcolor);
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
}

.inquiry-form input::placeholder,.inquiry-form textarea::placeholder,.inquiry-form .wmkcfb-fileupload {
    color: #666
}

.inquiry-form input#in-name {
    margin-right: 2%
}

.inquiry-form textarea {
    width: 100%;
    background: #FFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    padding: 10px;
    color: var(--fontcolor)
}

.wmkcfeedback input.input-error,.wmkcfeedback textarea.input-error {
    border-color: var(--color)
}

.inquiry-form > div {
    width: 100%;
}

.inquiry-form .captcha {
    margin-top: 20px;
}

.wmkcfeedback .select-menu {
    position: relative;
    margin-bottom: 20px;
    width: 49%
}

.wmkcfeedback .select-menu input {
    margin: 0!important;
    width: 100%!important;
    cursor: pointer
}

.wmkcfeedback .select-menu .select-menu-div em {
    margin-right: 5px;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s ease
}

.wmkcfeedback .select-menu .select-menu-div em.select-menu-i {
    transform: rotateX(180deg)
}

.wmkcfeedback .select-menu .select-menu-div em::after,.wmkcfeedback .select-menu .select-menu-div em::before {
    content: "";
    width: 10px;
    height: 2px;
    background: #999;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(45deg)
}

.wmkcfeedback .select-menu .select-menu-div em::after {
    transform: rotate(-45deg);
    left: 6px
}

.wmkcfeedback .select-menu .select-menu-ul {
    box-shadow: 0 1px 15px 0 rgba(15,19,39,.1);
    list-style: none;
    display: none;
    width: 100%;
    text-align: left;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute;
    z-index: 9
}

.wmkcfeedback .select-menu .select-menu-ul li {
    color: #000;
    padding: 0px 20px;
    line-height: 2.5;
    cursor: pointer;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.wmkcfeedback .select-menu .select-menu-ul li:hover {
    background: #f2faea
}

.wmkcfeedback .select-menu .select-menu-ul li:nth-child(2n) {
    background: #f5f4f4
}

.wmkcfeedback .select-menu .select-menu-ul li:nth-child(2n):hover {
    background: #f2faea
}

.wmkcfeedback .select-menu .select-menu-ul li.select-this {
    background: #f2faea
}

.wmkcfeedback .select-menu .select-menu-ul li.select-this:hover {
    background: #f2faea!important
}

.wmkcfeedback .send-btn[disabled] {
    background: #EEE!important;
    color: #999!important
}

.wmkcfeedback .send-btn[disabled]::before {
    content: none!important
}

.wmkcfeedback .loading {
    position: relative;
    width: 18px;
    height: 18px;
    margin-left: 8px;
    border: 2px solid #000;
    border-top-color: rgba(0,0,0,.2);
    border-right-color: rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.2);
    border-radius: 100%;
    animation: feedbacksenloading infinite .75s linear
}

@keyframes feedbacksenloading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.wmkcfeedback .feed-verification {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin-top: 15px
}

.wmkcfeedback .feed-verification input {
    width: 100%!important;
    margin: 0!important
}

.wmkcfeedback .feed-verification img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.wmkcfeedback .send-btn {
    min-width: 200px;
    height: 50px;
    background: var(--color);
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s ease-in-out
}

.wmkcfeedback .send-btn:hover {
    background-color: #0080d8
}

@media (max-width: 768px) {
    .wmkcfeedback input,.inquiry-form .wmkcfb-fileupload {
        width:100%
    }

    .wmkcfeedback .feed-verification {
        max-width: 100%
    }

    .wmkcfeedback .select-menu {
        width: 100%!important
    }

    .wmkcfeedback .send-btn {
        margin-top: .3rem;
        width: 100%;
    }
}

.wmkcfb-fileupload {
    background-image: url(../images/global/choose-file.webp)!important;
    background-repeat: no-repeat!important;
    background-position: right!important;
    background-size: auto 55%!important;
    cursor: pointer;
}

.inner-content {
	margin-bottom: 20px;
}

.inner-content p {
	margin-bottom: 15px;
}

.inner-content hr {
	margin: 0 0 20px;
	border-top: 1px solid var(--bordercolorLight);
	border-bottom: none
}

.inner-content h3,
.inner-content h4,
.inner-content h5 {
	margin: 24px 0 12px;
}

.inner-content h3 {
	font-size: var(--fontsize30);
}

.inner-content h4 {
	font-size: var(--fontsize26);
}

.inner-content h5 {
	font-size: var(--fontsize22);
}

.inner-content h3:first-child,
.inner-content h4:first-child,
.inner-content h5:first-child {
	margin-top: 0
}

.inner-content img {
	max-width: 100%;
	border: 1px solid var(--bordercolorLight);
	border-radius: 6px;
	margin: 20px 0;
}

.inner-content td {
	font-size: var(--fontsize15);
    line-height: 1.4;
}

.inner-content ul:not([class]) {
	margin: 20px 0;
}

.inner-content ul:not([class]) li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 24px;
}

.inner-content ul:not([class]) li:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 16px;
	height: 1px;
	background-color: var(--color);
}

.inner-content .advantage-list {
	margin: 30px 0 0;
}	

.inner-content .advantage-text {
	 -webkit-line-clamp: unset;
}	

@media (max-width: 1200px) {
	.inner-content .advantage-list li {
		width: 48%;
	}	
}

@media (max-width: 576px) {
	.inner-content .advantage-list li {
		width: 100%;
	}	
}

.categories-grid ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}

.categories-grid {
	margin-bottom: 30px
}

.categories-grid ul li {
	width: calc(33.33% - 30px);
    margin: 15px;
}

.categories-grid ul li a {
	display: block;
	width: 100%;
    background: #F6F6F7;
    padding: 20px;
    border-radius: 6px;
}

.categories-grid-img {
	overflow: hidden;
	padding: 20px;
	background-color: #fff;
	border-radius: 3px 3px 0 0;
}

.categories-grid-img img {
	width: 100%;
	display: block;
	transition: all .2s ease-in-out;
	max-height: 185px;
	object-fit: cover
}

.categories-grid-tit {
	text-align: center;
	margin: 0;
	padding: 20px;
	background-color: var(--hovercolor);
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	border-radius: 0 0 3px 3px;
}

.categories-grid ul li:hover .categories-grid-img img {
	transform: scale(1.1)
}

@media(max-width:1400px) {
	.categories-grid ul li {
		width: calc(50% - 30px);
	}
}

@media(max-width:576px) {
	.categories-grid ul li {
	    width: calc(100% - 30px);
	}
}

.block-marked {
	background-color: var(--bordercolorLight);
	padding: 30px;
	margin-top: 30px;
}

.block-marked .advantage-list,
.block-marked p:last-child {
	margin: 0;
}

.advantage-list li.w-50 {
	width: 48%;
}