@charset "utf-8";

.sk-display-pc {
	display: block !important
}

.sk-display-mobile {
	display: none !important
}

.sk-padding-top {
	padding-top: 80px
}

.sk-padding-bottom {
	padding-bottom: 80px
}

.sk-margin-top {
	margin-top: 80px
}

.sk-margin-bottom {
	margin-bottom: 80px
}

.sk-header {
	display: block;
	width: 100%;
	background-color: var(--white);
}

.sk-header-box {
	width: 100%;
}

.sk-header-box .sk-navigation {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 65;
	gap: 25px
}

.sk-header-logo {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
	padding: 12px 0
}

.sk-header-logo a {
	max-width: 220px;
	display: block;
	height: 48px
}

.sk-header-logo img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: contain
}

.sk-header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px
}

.sk-header-search-item {
	cursor: pointer;
	flex-shrink: 0;
	text-align: center;
	transition: all .8s;
	color: var(--grey);
	display: block;
	justify-content: center;
	align-items: center;
	gap: 6px
}

.sk-header-search-item .iconfont {
	display: block;
	font-size: 20px;
	line-height: 25px;
	font-weight: 600
}

.sk-header-search-item:hover {
	color: var(--red)
}

.sk-header-search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1008;
	display: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.sk-header-search-box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--grey);
	padding: 50px 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.sk-header-search-form {
	position: relative;
	max-width: 1400px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px
}

.sk-header-search-box form {
	flex: 1;
	display: block;
	position: relative
}

.sk-search-group {
	width: 100%;
	display: block;
	position: relative
}

.sk-search-group .sk-search-control {
	display: block;
	border: 2px solid var(--bgpro);
	background-color: transparent;
	outline: 0;
	padding: 0 80px 0 20px;
	height: 54px;
	position: relative;
	font-size: 14px;
	width: 100%;
	z-index: 9;
	transition: all .6s;
	color: var(--white);
	border-radius: 100px
}

.sk-search-group .sk-search-control::placeholder {
	color: var(--white)
}

.sk-search-group .sk-search-btn {
	border: 0 solid var(--black);
	background: 0 0;
	width: 52px;
	height: 52px;
	color: var(--bgpro);
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 10;
	transition: all .6s
}

.sk-search-group .sk-search-btn span {
	font-size: 24px;
	font-weight: 500
}

.sk-search-group .sk-search-btn:hover {
	color: var(--red)
}

.sk-search-group .sk-search-control:focus {
	border-color: var(--red)
}

.sk-header-search-close {
	width: 42px;
	height: 42px;
	line-height: 42px;
	display: block;
	cursor: pointer;
	color: var(--bgpro);
	transition: all .8s;
	flex-shrink: 0
}

.sk-header-search-close i {
	display: block;
	text-align: center;
	font-size: 36px;
	font-weight: 500
}

.sk-header-search-close:hover {
	color: var(--red);
	transform: rotate(360deg)
}

@media screen and (max-width:868px) {
	.sk-header-search-box {
		padding: 30px 12px
	}
}

@media screen and (max-width:640px) {
	.sk-header-search-form {
		flex-direction: column;
		align-items: flex-end
	}

	.sk-header-search-box form {
		width: 100%
	}
}

.sk-gettouch {
	flex-shrink: 0
}

.sk-gettouch-header-btn {
	transition: all .8s;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3px;
	line-height: 23px;
	padding: 10px 15px;
	border-radius: 50px;
	color: var(--white);
	background-color: var(--blue)
}

.sk-gettouch-header-btn i {
	font-size: 20px;
	font-weight: 500
}

.sk-gettouch-header-btn span {
	font-size: 18px;
	font-weight: 600;
	font-style: italic
}

.sk-gettouch-header-btn:hover {
	color: var(--white);
	background-color: var(--red)
}

.sk-header-code {
	width: 50px;
	height: auto;
	display: block
}

.sk-header-code img {
	width: 100%;
	height: auto;
	display: block
}

.sk-language{ flex-shrink: 0; display: flex; justify-content: center; align-items: center; gap: 10px;}
.sk-language-link{ display: block; }
.sk-language-link img{ width: auto; height: 22px; display: block; }

.sk-navigation-box {
	display: flex;
	justify-content: center;
	flex: 1;
	gap: 10px
}

.sk-navigation-box .sk-navigation-li {
	position: relative
}

.sk-navigation-box .sk-navigation-link {
	font-size: 14px;
	text-transform: uppercase;
	color: var(--grey);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 15px;
	transition: all .5s ease-in-out;
	font-family: var(--fonts-two);
	font-weight: 500;
	position: relative;
	gap: 2px
}

.sk-navigation-box .sk-navigation-link i {
	font-size: 14px
}

.sk-navigation-box .sk-navigation-sub {
	display: block;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	background-color: var(--white);
	box-shadow: 0 0 20px -1px rgb(0 0 0 / 5%);
	width: 180px;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform-origin: center top 0;
	-webkit-transform-origin: center top 0;
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s
}

.sk-navigation-box .sk-navigation-sub .sk-navigation-sub-li {
	position: relative;
	display: block
}

.sk-navigation-box .sk-navigation-sub .sk-navigation-sub-link {
	padding: 9px 10px;
	color: var(--light-gray);
	font-weight: 400;
	font-size: 13px;
	line-height: 23px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .6s;
	border-left: 3px solid transparent
}

.sk-navigation-box .sk-navigation-sub .sk-navigation-sub-link i {
	font-size: 14px
}

.sk-navigation-child {
	left: 180px;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all .4s ease 0s;
	background-color: var(--white);
	box-shadow: 0 0 20px -1px rgb(0 0 0 / 5%);
	z-index: 999;
	visibility: hidden;
	width: 180px;
	overflow-y: auto
}

.sk-navigation-child .sk-navigation-child-li {
	display: block;
	padding: 0;
	position: relative
}

.sk-navigation-child .sk-navigation-child-link {
	color: var(--light-gray);
	padding: 9px 10px;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 13px;
	line-height: 23px;
	overflow: hidden;
	display: block;
	transition: all .6s;
	border-left: 3px solid transparent
}

.sk-navigation-box .sk-navigation-link.active {
	color: var(--white) !important;
	background-color: var(--red);
}

.sk-navigation-box .sk-navigation-li .sk-navigation-link:hover {
	color: var(--white) !important;
	background-color: var(--red);
}

.sk-navigation-box .sk-navigation-sub .sk-navigation-sub-link:hover,
.sk-navigation-child .sk-navigation-child-link:hover {
	color: var(--red);
	background-color: var(--blue-white);
	border-left-color: var(--red)
}

.sk-navigation-box .sk-navigation-li:hover .sk-navigation-sub {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
	-webkit-transform: scaleY(1)
}

.sk-navigation-sub-li:hover .sk-navigation-child {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1)
}

.sk-header-fixed,
.sk-header-product-fixed {
	position: unset
}

.sk-header-fixed .sk-header-box,
.sk-header-product-fixed .sk-header-box {
	width: 100%;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: var(--white);
	border-color: transparent;
	box-shadow: 0 0 20px -1px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 0 20px -1px rgb(0 0 0 / 10%)
}

.sk-mobile-header {
	display: none
}

.sk-mobile-header-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
	background-color: var(--white)
}

.sk-mobile-header-logo {
	display: block;
	padding: 10px 0
}

.sk-mobile-header-logo a {
	display: block;
	max-width: 180px
}

.sk-mobile-header-logo img {
	max-width: 100%;
	max-height: 40px;
	display: block
}

.sk-mobile-header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px
}

.sk-mobile-header-right .sk-header-search-item {
	color: var(--grey);
	display: flex
}

.sk-mobile-header-right .sk-header-search-item:hover {
	color: var(--red)
}

.sk-mobile-caidan {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	color: var(--grey);
	outline: 0;
	cursor: pointer;
	transition: all .8s
}

.sk-mobile-caidan .iconfont {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 28px;
	font-weight: 600
}

.sk-mobile-caidan:hover {
	color: var(--red)
}

.sk-header-mobile-top {
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.sk-header-mobile-top .sk-mobile-header-logo {
	padding: 0
}

.sk-header-colse {
	display: block;
	width: 36px;
	height: 36px;
	background-color: var(--blue);
	color: var(--white);
	cursor: pointer;
	transition: all .6s
}

.sk-header-colse .iconfont {
	display: block;
	text-align: center;
	line-height: 36px;
	font-size: 20px
}

.sk-header-colse:hover {
	background-color: var(--red);
	color: var(--white)
}

.sk-mobile-nav {
	position: fixed;
	width: 90%;
	height: 100vh;
	top: 0;
	right: -120%;
	background-color: var(--white);
	box-shadow: -1px 0 5px 0 var(--border);
	z-index: 1001;
	opacity: 0;
	transform: scaleX(0);
	transform-origin: 0 0 0;
	transition: all .6s ease 0s
}

.sk-mobile-nav-box {
	overflow-y: auto;
	max-height: calc(100% - 260px);
	margin-top: 10px;
	border-top: 1px solid var(--border)
}

.sk-mobile-nav-box .sk-mobile-nav-li {
	display: block
}

.sk-mobile-nav-box .sk-mobile-nav-link {
	padding: 9px 10px;
	text-transform: capitalize;
	border-bottom: 1px solid var(--border)
}

.sk-mobile-nav-link-down {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	cursor: pointer
}

.sk-mobile-nav-box .sk-mobile-nav-link a,
.sk-mobile-nav-link-down span {
	flex: 1;
	transition: all .6s;
	color: var(--grey);
	line-height: 32px;
	font-size: 14px;
	font-family: var(--fonts-two);
	font-weight: 400
}

.sk-mobile-nav-link-down i {
	font-size: 15px
}

.sk-mobile-nav-box .sk-mobile-nav-sub {
	display: none
}

.sk-mobile-nav-box .sk-mobile-nav-sub-li {
	display: block
}

.sk-mobile-nav-box .sk-mobile-nav-sub-link {
	padding: 9px 15px 9px 20px;
	border-bottom: 1px solid var(--border)
}

.sk-mobile-nav-sub-link-down {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	cursor: pointer
}

.sk-mobile-nav-box .sk-mobile-nav-sub-link a,
.sk-mobile-nav-sub-link-down span {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	font-size: 12px;
	line-height: 25px;
	transition: all .6s;
	color: var(--light-gray);
	text-transform: capitalize;
	font-weight: 400
}

.sk-mobile-nav-sub-link-down i {
	font-size: 15px
}

.sk-mobile-nav-box .sk-mobile-nav-child {
	display: none
}

.sk-mobile-nav-box .sk-mobile-nav-child-li {
	display: block
}

.sk-mobile-nav-box .sk-mobile-nav-child-link {
	padding: 9px 15px 9px 35px;
	border-bottom: 1px dashed var(--border)
}

.sk-mobile-nav-child-link-down {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	cursor: pointer
}

.sk-mobile-nav-child-link a,
.sk-mobile-nav-child-link-down span {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	font-size: 12px;
	line-height: 25px;
	transition: all .6s;
	text-transform: capitalize;
	font-weight: 400;
	color: var(--light-gray)
}

.sk-mobile-nav-child-link-down i {
	font-size: 15px
}

.sk-mobile-nav-box .sk-mobile-nav-child-link:hover a,
.sk-mobile-nav-box .sk-mobile-nav-link.active a,
.sk-mobile-nav-box .sk-mobile-nav-link:hover a,
.sk-mobile-nav-box .sk-mobile-nav-sub-link:hover a,
.sk-mobile-nav-child-link.active .sk-mobile-nav-child-link-down span,
.sk-mobile-nav-child-link:hover .sk-mobile-nav-child-link-down span,
.sk-mobile-nav-link.active .sk-mobile-nav-link-down span,
.sk-mobile-nav-link:hover .sk-mobile-nav-link-down span,
.sk-mobile-nav-sub-link.active .sk-mobile-nav-sub-link-down span,
.sk-mobile-nav-sub-link:hover .sk-mobile-nav-sub-link-down span {
	color: var(--red)
}

.sk-mobile-block {
	opacity: 1;
	visibility: visible;
	transform: scaleX(1);
	right: 0
}

.sk-mobile-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 103;
	background-color: var(--white);
	border-color: transparent;
	box-shadow: 0 0 20px -1px rgb(0 0 0 / 20%);
	-webkit-box-shadow: 0 0 20px -1px rgb(0 0 0 / 20%)
}

@media screen and (max-width:1680px) {
	.sk-header-box .sk-navigation {
		gap: 18px
	}
}

@media screen and (max-width:1360px) {
	.sk-header-right {
		gap: 15px
	}

	.sk-header-right .sk-follow-box {
		display: none
	}

	.sk-header-right .sk-header-search-form {
		display: none
	}

	.sk-header-search-item {
		display: flex
	}

	.sk-navigation-box {
		gap: 5px
	}

	.sk-navigation-box .sk-navigation-link {
		font-size: 14px
	}
}

@media screen and (max-width:1200px) {
	.sk-gettouch,
	.sk-header-code {
		display: none
	}
}

@media screen and (max-width:1024px) {
	.sk-header {
		display: none
	}

	.sk-mobile-header {
		display: block
	}
}

@media screen and (max-width:640px) {
	.sk-mobile-header-right {
		gap: 12px
	}
}

.sk-footer {
	background-color: var(--bgadv)
}

.sk-footer-friendship {
	padding: 0px 0 30px
}

.sk-footer-friendship-title {
	font-size: 14px;
	line-height: 25px;
	color: var(--black-grey);
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 8px;
}
.sk-footer-friendship-title i{ font-size: 14px; }


.sk-footer-friendship-box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px
}

.sk-footer-friendship-box a {
	display: block;
	transition: unset;
}
.sk-footer-friendship-box img {
	background-color: var(--white);
	padding: 8px;
	display: block;
	width: 60px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	margin: 0 auto 5px;
}

.sk-footer-friendship-box span {
	font-size: 12px;
	line-height: 22px;
	color: var(--light-gray);
	display: block;
	text-align: center;
	white-space: nowrap;
}

.sk-footer-friendship-box a:hover span{
	color: var(--red)
}

.sk-footer-box {
	padding: 50px 0;
}

.sk-footer-top-logo {
	display: block;
	margin-bottom: 10px;
	max-width: 220px
}

.sk-footer-top-logo img {
	max-width: 100%;
	max-height: 50px;
	display: block
}

.sk-footer-top-left-info {
	padding-right: 30px;
	margin-bottom: 25px;
}

.sk-footer-top-left-tihle {
	font-size: 16px;
	font-weight: 600;
	color: var(--grey);
	line-height: 25px;
	margin-bottom: 10px
}

.sk-footer-top-left-text {
	font-size: 12px;
	font-weight: 400;
	color: var(--grey);
	line-height: 23px
}

.sk-footer-box-title {
	color: var(--grey);
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 12px;
	position: relative;
	text-transform: capitalize
}

.sk-footer-box-title::after {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background-color: var(--red);
	margin-top: 10px
}

.sk-footer-box-contact,
.sk-footer-box-nav {
	display: block
}

.sk-footer-box-contact-main {
	padding-right: 30px
}

.sk-footer-box-contact-item {
	margin-bottom: 5px;
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: var(--red);
	font-weight: 600
}

.sk-footer-box-contact-p {
	font-size: 12px;
	line-height: 23px;
	color: var(--black-grey);
	margin: 5px 0 12px
}

.sk-footer-box-contact-text {
	font-size: 14px;
	line-height: 25px;
	color: var(--black-grey)
}

.sk-footer-box-nav-box li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 5px;
	transition: .5s all ease
}

.sk-footer-box-nav-box li span a {
	font-size: 14px;
	line-height: 25px;
	color: var(--black-grey);
	transition: all .8s;
	font-weight: 400
}

.sk-footer-box-nav-box li a:hover {
	color: var(--red);
	margin-left: 10px
}

.sk-footer-box-code-box{ display: flex; justify-content: flex-start; gap: 10px; }
.sk-footer-box-code-img{ width: 100px; }
.sk-footer-box-code-img img{ height: auto; width: 100%; display: block; }
.sk-footer-box-code-img p{ font-size: 12px; line-height: 23px; color: var(--black-grey); margin-top:  8px; text-align: center; }

.sk-footer-copyright {
	display: block;
	background-color: var(--grey)
}

.sk-footer-copyright-box {
	padding: 15px 0
}

.sk-footer-copyright-box span {
	color: var(--border);
	font-size: 13px;
	line-height: 23px;
	text-align: center;
	font-weight: 400
}

.sk-footer-copyright-box a {
	color: var(--border);
	transition: all .6s;
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	margin: 0 5px;
}

.sk-footer-copyright-box a:hover {
	color: var(--red)
}

@media screen and (max-width:1024px) {
	.sk-footer-box-code,
	.sk-footer-box-contact,
	.sk-footer-box-nav {
		margin-bottom: 30px
	}

	.sk-footer-box {
		padding: 40px 0
	}
}

@media screen and (max-width:868px) {
	.sk-footer-box {
		padding: 40px 0
	}

	.sk-footer-copyright-box {
		flex-wrap: wrap;
		text-align: center;
		gap: 8px;
		padding: 15px 0
	}
	.sk-footer-box-contact-main{ padding-right: 0; }
}

.sk-content-message {
	display: block
}

.sk-content-message-form {
	display: block
}

.sk-content-message-form .sk-content-message-form-input,
.sk-content-message-form .sk-content-message-form-textarea {
	margin-bottom: 10px;
	position: relative
}

.sk-content-message-form label {
	font-size: 15px;
	color: var(--grey);
	line-height: 28px;
	font-weight: 400
}

.sk-content-message-form label span {
	color: var(--red)
}

.sk-content-message-form .sk-content-message-form-input input,
.sk-content-message-form .sk-content-message-form-textarea textarea {
	width: 100%;
	line-height: 24px;
	display: block;
	border: 1px solid var(--border);
	outline: 0;
	background-color: var(--white);
	font-size: 14px;
	padding: 7px 12px;
	transition: all .8s;
	border-radius: 2px
}

.sk-content-message-form .sk-content-message-form-textarea textarea {
	resize: none;
	height: 120px
}

.sk-content-message-form .sk-content-message-form-input input:focus,
.sk-content-message-form .sk-content-message-form-textarea textarea:focus {
	border-color: var(--red)
}

.sk-content-message-form-code {
	display: flex;
	justify-content: flex-start;
	gap: 15px
}

.sk-content-message-form-code input {
	flex: 1;
	max-width: 180px
}

.sk-content-message-form-code img {
	flex-shrink: 0;
	display: block;
	cursor: pointer
}

.sk-content-message-form .sk-content-message-form-submit {
	display: flex;
	justify-content: flex-start;
	padding-top: 10px
}

.sk-content-message-form .sk-content-message-form-button {
	transition: all .8s;
	border: 0 solid var(--blue);
	background: var(--blue);
	color: var(--white);
	cursor: pointer;
	font-size: 16px;
	line-height: 28px;
	padding: 8px 10px;
	width: 100%;
	max-width: 180px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	border-radius: 2px
}

.sk-content-message-form .sk-content-message-form-button:hover {
	color: var(--white);
	background-color: var(--red);
	border-color: var(--red)
}

.sk-foot-message {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999
}

.sk-foot-message .sk-foot-message-flex {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all .6s
}

.sk-foot-message .sk-foot-message-flex .sk-foot-message-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	z-index: 8;
	background-color: rgba(0, 0, 0, .8)
}

.sk-foot-message .sk-foot-message-box {
	position: relative;
	z-index: 9;
	max-width: 480px;
	width: 100%;
	background-color: var(--white);
	border-radius: 10px;
	overflow-y: auto
}

.sk-foot-message .sk-foot-message-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	font-family: var(--fonts-two);
	color: var(--grey);
	padding: 10px 15px;
	background-color: var(--border)
}

.sk-foot-message .sk-foot-message-form {
	margin-bottom: 10px;
	padding: 15px 15px
}

.sk-foot-message .sk-content-message-form .sk-content-message-form-input,
.sk-foot-message .sk-content-message-form .sk-content-message-form-textarea {
	margin-bottom: 10px
}

.sk-foot-message .sk-foot-message-close {
	display: block;
	position: absolute;
	z-index: 10;
	right: 7px;
	top: 7px;
	cursor: pointer;
	width: 36px;
	height: 36px;
	color: var(--grey);
	transition: all .8s
}

.sk-foot-message .sk-foot-message-close i {
	display: block;
	text-align: center;
	line-height: 32px;
	font-size: 24px;
	font-weight: 600
}

.sk-foot-message .sk-foot-message-close:hover {
	color: var(--red)
}

.sk-foot-message .sk-foot-message-flex.sk-mag-avtive {
	opacity: 1
}

@media screen and (max-width:567px) {
	.sk-foot-message .sk-foot-message-box {
		max-width: 93%;
		max-height: 95%
	}

	.sk-foot-message .sk-content-message-form label {
		font-size: 14px;
		line-height: 23px;
		font-weight: 400
	}

	.sk-foot-message .sk-content-message-form .sk-content-message-form-textarea textarea {
		height: 90px
	}
}

.sk-page-crumb {
	padding: 15px 0;
	background-color: var(--bgadv)
}

.sk-page-crumb-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
	color: var(--light-gray);
	font-size: clamp(12px, 2vw, 14px);
	line-height: 22px;
	text-transform: capitalize
}

.sk-page-crumb-box i {
	font-size: clamp(12px, 2vw, 14px);
}

.sk-page-crumb-box a {
	color: var(--light-gray)
}

.sk-page-crumb-box a:hover {
	color: var(--red)
}

@keyframes bannerimg {
	from {
		transform: scale(1.2)
	}

	to {
		transform: scale(1)
	}
}

@keyframes puBanner {
	from {
		transform: translateX(100px);
		opacity: 0
	}

	to {
		transform: translateX(0);
		opacity: 1
	}
}

@media screen and (max-width:576px) {
	.sk-page-crumb {
		padding: 12px 0
	}
}

.sk-content-left-box {
	margin-bottom: 25px;
	overflow: hidden;
}

.sk-content-left-sticky {
	display: block
}

.sk-content-sticky {
	position: sticky;
	top: 100px;
	z-index: 12
}

.sk-content-left-box-title {
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	color: var(--grey);
	font-family: var(--fonts-two);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.sk-content-left-box-title::before{ 
	content: '';
	width: 4px;
	height: 16px;
	background-color: var(--red);
	border-radius: 2px;
}

.sk-content-left-box-nav {
	display: block;
	padding: 10px 0px
}

.sk-expmenu-item {
	display: block
}

.sk-expmenu-item .sk-expmenu-dt {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 6px;
	border-bottom: 1px solid var(--border);
	transition: all .8s ease-in-out;
}

.sk-expmenu-item .sk-expmenu-dt a {
	transition: all .8s;
	font-size: 13px;
	padding: 9px 14px;
	line-height: 23px;
	font-weight: 400;
	color: var(--grey);
	flex: 1;
	display: block;
	cursor: pointer;
}

.sk-expmenu-down {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 5px;
	flex: 1;
	padding: 9px 14px;
	transition: all .8s;
	color: var(--grey);
	cursor: pointer;
}

.sk-expmenu-down span {
	font-size: 13px;
	line-height: 23px;
	font-weight: 400;
	flex: 1;
	display: block
}

.sk-expmenu-down .iconfont {
	height: 23px;
	font-size: 12px;
	flex-shrink: 0
}

.sk-expmenu-child {
	display: none
}

.sk-expmenu-child-li {
	display: block
}

.sk-expmenu-child-li a {
	font-size: 12px;
	line-height: 21px;
	display: flex;
	font-weight: 400;
	color: var(--black-grey);
	justify-content: flex-start;
	align-items: flex-start;
	gap: 5px;
	padding: 9px 10px 9px 20px;
	transition: all .8s
}

.sk-expmenu-child-li a i {
	font-size: 12px;
	flex-shrink: 0
}

.sk-expmenu-child-li:hover,
.sk-expmenu-item .sk-expmenu-dt:hover,
.sk-expmenu-item .sk-expmenu-dt:hover {
	border-color: var(--red);
}

.sk-expmenu-child-li:hover a,
.sk-expmenu-item .sk-expmenu-dt:hover .sk-expmenu-down,
.sk-expmenu-item .sk-expmenu-dt:hover a {
	color: var(--red);
}

.sk-content {
	display: block;
	position: relative
}

.sk-content-white {
	background-color: var(--bgadv)
}

.sk-content-blue {
	background-color: var(--blue-white)
}

.sk-content-main {
	padding: 80px 0
}

.sk-content-page-box {
	display: block
}

.sk-content-page-main {
	font-size: 14px;
	line-height: 2;
}

.sk-content-page-main img {
	max-width: 100%;
	height: auto !important
}

.sk-content-page-main iframe,
.sk-content-page-main video {
	max-width: 100% !important;
	display: block
}

.sk-content-page-show {
	padding: 20px;
	border-radius: 12px;
	background-color: var(--white)
}

.sk-content-title{ margin-bottom: 30px; text-align: center; font-weight: 600; font-size: clamp(22px, 2vw, 32px); line-height: 36px; color: var(--grey); border-bottom: 1px solid var(--border); padding-bottom: 20px; }

.sk-list-box {
	display: block
}

.sk-list-news-item {
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s
}

.sk-list-news-item-link {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	overflow: hidden;
}

.sk-list-news-item-img {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 4/3;
	border-radius: 1px;
	flex-shrink: 0;
	width: 100%
}

.sk-list-news-item-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.sk-list-news-item-info {
	display: block;
	flex: 1;
	padding: 10px 0px 0;
}

.sk-list-news-item-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .8s;
	color: var(--grey);
	font-family: var(--fonts-two);
	font-size: clamp(14px, 3vw, 16px);
	line-height: 22px;
	font-weight: 600
}

.sk-list-news-item-desc {
	margin-top: 12px;
	color: var(--black-grey);
	font-size: 12px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.sk-list-news-item-more {
	font-size: 12px;
	font-weight: 400;
	color: var(--blue);
	position: relative;
	text-transform: capitalize;
	border: 1px solid var(--blue);
	display: inline-block;
	padding: 5px 20px;
	margin-top: 15px;
	line-height: 20px;
	border-radius: 30px;
	transition: all .8s ease-in-out 0s
}

.sk-list-news-item-more span {
	position: relative;
	z-index: 3
}

.sk-list-news-item-more .iconfont {
	margin-left: 3px;
	font-size: 14px
}

.sk-list-news-item:hover .sk-list-news-item-more {
	color: var(--white);
	border-color: var(--red);
	background-color: var(--red)
}

.sk-list-news-item:hover .sk-list-news-item-title {
	color: var(--red)
}

.sk-content-show {
	display: block
}

.sk-content-show .sk-content-show-title {
	font-size: clamp(20px, 3vw, 24px);
	line-height: 1.8;
	color: var(--black);
	font-weight: 600;
	text-align: center
}

.sk-content-show .sk-content-show-resource {
	line-height: 25px;
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
	padding-top: 15px;
	border-bottom: 1px solid var(--border);
	gap: 8px
}

.sk-content-show .sk-content-show-resource i {
	font-size: 14px;
	color: var(--red);
	font-weight: 500
}

.sk-content-show .sk-content-show-resource a,
.sk-content-show .sk-content-show-resource span {
	font-size: 14px;
	color: var(--black-grey);
	font-weight: 400
}

.sk-content-show .sk-content-show-resource a:hover {
	color: var(--red)
}

.sk-content-show-description {
	background-color: var(--bgadv);
	margin-top: 20px;
	padding: 15px 10px;
	font-size: 12px;
	line-height: 23px;
	font-weight: 400;
	color: var(--black-grey)
}

.sk-content-show .sk-content-page-main {
	padding: 25px 0
}

.sk-content-show-prenext {
	display: block;
	padding: 15px clamp(10px, 3vw, 20px);
	background-color: var(--blue-white);
	border-radius: 12px;
	margin-top: 30px
}

.sk-content-show-prenext p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px
}

.sk-list-download-item {
	overflow: hidden;
	padding: clamp(10px, 3vw, 20px);
	background-color: var(--blue-white);
	margin-bottom: 20px;
	border-radius: 5px;
}

.sk-list-download-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.sk-list-download-item-img {
	width: 80px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden
}

.sk-list-download-item-img img {
	width: 100%;
	height: auto;
	display: block
}

.sk-list-download-item-box {
	flex: 1;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px
}

.sk-list-download-item-title {
	font-size: clamp(14px, 3vw, 16px);
	font-weight: 600;
	line-height: 24px;
	color: var(--grey);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .8s;
}

.sk-list-download-item-text {
	font-size: 12px;
	line-height: 22px;
	color: var(--black-grey);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.sk-list-download-item-date {
	font-size: 14px;
	line-height: 23px;
	color: var(--black-grey);
	flex-shrink: 0;
}

.sk-list-download-item-more {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	color: var(--blue);
	border: 1px solid var(--blue);
	line-height: 22px;
	transition: all .8s;
	padding: 6px 20px;
	border-radius: 30px
}

.sk-list-download-item-more i {
	font-size: 12px
}

.sk-list-download-item-more span {
	font-size: 12px;
	font-weight: 400
}

.sk-list-download-link:hover .sk-list-download-item-more {
	background-color: var(--red);
	color: var(--white);
	border-color: var(--red)
}

.sk-list-download-link:hover .sk-list-download-item-title {
	color: var(--red)
}

.sk-list-maxmain {
	margin: auto;
	max-width: 1360px
}

.sk-list-faqs-item {
	display: block;
	background-color: var(--blue-white);
	margin-bottom: 15px;
	overflow: hidden;
	border-radius: 12px;
}

.sk-list-faqs-item-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	padding: clamp(10px, 3vw, 20px);
	cursor: pointer;
	transition: all .6s
}

.sk-list-faqs-item-title-text {
	color: var(--grey);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 15px;
	flex: 1;
	font-size: clamp(14px, 3vw, 16px);
	line-height: 24px;
	font-weight: 500;
	transition: all .6s
}

.sk-list-faqs-item-title-text span {
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
	display: block;
	padding: 5px 6px;
	transition: all .6s;
	background-color: var(--blue);
	color: var(--white);
	border-radius: 5px;
	flex-shrink: 0
}

.sk-list-faqs-item-title i {
	font-size: 16px;
	line-height: 24px;
	flex-shrink: 0
}

.sk-list-faqs-item-text {
	padding: clamp(10px, 3vw, 20px);
	display: none;
	border-top: 1px solid var(--border);
}

.sk-list-faqs-item-text-box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 15px
}

.sk-list-faqs-item-text-box .sk-list-faqs-item-text-ask {
	display: block;
	padding: 5px 6px;
	background-color: var(--black-grey);
	color: var(--white);
	border-radius: 5px;
	flex-shrink: 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: 300
}

.sk-list-faqs-item-text-box .sk-list-faqs-item-text-content {
	line-height: 22px;
	font-size: 12px;
	font-weight: 400;
	color: var(--black-grey)
}

.sk-list-faqs-item.active .sk-list-faqs-item-title .sk-list-faqs-item-title-text,
.sk-list-faqs-item:hover .sk-list-faqs-item-title .sk-list-faqs-item-title-text {
	color: var(--red)
}

.sk-list-faqs-item.active .sk-list-faqs-item-title .sk-list-faqs-item-title-text span,
.sk-list-faqs-item:hover .sk-list-faqs-item-title .sk-list-faqs-item-title-text span {
	background-color: var(--red)
}

.sk-list-images-box {
	display: block;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	transition: all .6s
}

.sk-list-images-box a {
	display: block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	aspect-ratio: 4/3
}

.sk-list-images-box a img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 8;
	object-fit: cover;
}

.sk-list-images-box a .sk-list-images-i {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	transition: all .8s;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: rgba(183, 81, 8, 0.4)
}

.sk-list-images-box a i {
	display: block;
	font-size: 28px;
	font-weight: 400;
	width: 42px;
	height: 42px;
	transition: all .6s;
	text-align: center;
	line-height: 42px;
	color: var(--white);
	overflow: hidden
}

.sk-list-images-box a:hover .sk-list-images-i {
	opacity: 1;
}

.sk-list-images-box p {
	font-size: clamp(12px, 3vw, 14px);
	text-align: center;
	line-height: 23px;
	padding: 10px 0;
	color: var(--light-gray);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block
}

.sk-playvideo-list {
	display: block;
}

.sk-playvideo-list-link {
	position: relative;
	display: block;
	transition: all .5s ease-in;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.sk-playvideo-list-img {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4/3
}

.sk-playvideo-list-img img {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 8;
	object-fit: cover
}

.sk-playvideo-list-img .sk-playvideo-list-icon {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 9;
	transition: all .5s ease-in
}

.sk-playvideo-list-img .sk-playvideo-list-icon i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 54px;
	border-radius: 10px;
	opacity: 0;
	line-height: 54px;
	text-align: center;
	font-size: 25px;
	color: var(--white);
	transition: all .5s ease-in-out;
	margin-bottom: 20%
}

.sk-playvideo-list-link:hover .sk-playvideo-list-img .sk-playvideo-list-icon {
	background-color: rgba(254, 254, 254, .5)
}

.sk-playvideo-list-link:hover .sk-playvideo-list-img .sk-playvideo-list-icon i {
	margin-bottom: 0;
	opacity: 1;
	color: var(--white);
	background-color: rgba(210, 92, 1, 0.8)
}

.sk-playvideo-list-info {
	padding: 12px 10px
}

.sk-playvideo-list-title {
	font-size: clamp(12px, 3vw, 14px);
	font-weight: 400;
	color: var(--grey);
	line-height: 24px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .5s
}

.sk-playvideo-list-link:hover .sk-playvideo-list-title {
	color: var(--red)
}

.sk-playvideo-list-link:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.sk-listnew-box-main {
	overflow: hidden
}

.sk-listnew-item {
	display: block;
	padding: clamp(10px, 4vw, 30px) 0;
}

.sk-listnew-item~.sk-listnew-item{ border-top: 1px solid var(--light-gray); }

.sk-listnew-item-link {
	display: flex;
	justify-content: center;
	gap: 30px;
}

.sk-listnew-item-time {
	flex-shrink: 0;
	text-align: center;
	padding-top: 3px
}

.sk-listnew-item-time span {
	font-size: 20px;
	line-height: 25px;
	color: var(--light-gray);
	display: block;
	margin-bottom: 30px;
	font-weight: 500
}

.sk-listnew-item-time i {
	font-size: 20px;
	line-height: 30px;
	color: var(--blue);
	display: inline-block;
	margin: auto;
	padding: 3px 10px;
	transition: all .6s;
	border-radius: 3px
}

.sk-listnew-item-line {
	height: 1px;
	background-color: var(--blue);
	display: block;
	width: 50px;
	flex-shrink: 0;
	margin-top: 14px
}

.sk-listnew-item-info {
	flex: 1
}

.sk-listnew-item-title {
	font-size: clamp(14px, 2vw, 16px);
	line-height: 25px;
	color: var(--grey);
	display: block;
	margin-bottom: 20px;
	font-weight: 600;
	transition: all .6s
}

.sk-listnew-item-desc {
	font-size: clamp(12px, 2vw, 14px);
	line-height: 23px;
	font-weight: 400;
	color: var(--black-grey);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.sk-listnew-item-img {
	flex-shrink: 0;
	width: 210px;
	height: auto;
	aspect-ratio: 4/3;
	overflow: hidden
}

.sk-listnew-item-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover
}

.sk-listnew-item:hover .sk-listnew-item-time i {
	color: var(--white);
	background-color: var(--red)
}

.sk-listnew-item:hover .sk-listnew-item-title {
	color: var(--red)
}

.sk-page-contact-box{ display: flex; justify-content: space-between; gap: 30px; }
.sk-page-contact-left{ flex: 1; }
.sk-page-contact-left h1{ font-size: clamp(16px, 3vw, 22px); line-height: 30px; font-weight: 600; color: var(--black); }
.sk-page-contact-desc{ font-size: 12px; line-height: 23px; font-weight: 400; color: var(--grey); margin-top: 5px; }
.sk-page-contact-desc::after{ content: ''; display: block; width: 30px; height: 2px; background-color: var(--light-gray); margin-top: 8px; }
.sk-page-contact-list{ display: flex; flex-direction: column; justify-content: flex-start; gap: 8px; padding-top: 40px; }
.sk-page-contact-item{ display: flex; justify-content: flex-start; gap: 5px; font-size: 14px; line-height: 23px; color: var(--black); }
.sk-page-contact-item i{ flex-shrink: 0; font-size: 14px;  }

.sk-page-contact-center{ width: 250px; flex-shrink: 0; }
.sk-page-contact-center-title{ font-size: clamp(12px, 2.5vw, 14px); line-height: 25px; font-weight: 500; color: var(--grey); }
.sk-page-contact-center-title::after{ content: ''; display: block; width: 30px; height: 2px; background-color: var(--red); margin-top: 8px; }
.sk-page-contact-center-code{ display: flex; flex-direction: column; justify-content: flex-start; gap: 15px; margin-top: 35px; }
.sk-page-contact-center-code-img{ width: 100px; overflow: hidden; }
.sk-page-contact-center-code-img img{ width: 100%; height: auto; display: block; }
.sk-page-contact-center-code-img p{ font-size: clamp(12px, 2.5vw, 14px); line-height: 30px; text-align: center; font-weight: 400; color: var(--black-grey); display: block; }

.sk-page-contact-right{ background-color: var(--blue-white); padding: 35px; display: flex; flex-direction: column; justify-content: flex-start; gap: 5px; width: 350px; flex-shrink: 0; }
.sk-page-contact-right-title{ font-size: clamp(12px, 2.5vw, 14px); line-height: 25px; font-weight: 500; color: var(--grey); }
.sk-page-contact-right-tel{ display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.sk-page-contact-right-tel span{ font-size: clamp(12px, 2.5vw, 14px); line-height: 25px; color: var(--black); display: block; }
.sk-page-contact-right-line{ height: 2px; background-color: var(--red); display: block; width: 30px; }

.sk-message-title {
	text-align: left;
	margin-bottom: 15px
}

.sk-message-title .sk-message-title-item {
	display: block;
	font-weight: 500;
	color: var(--black);
	font-size: 30px;
	line-height: 36px
}

.sk-message-title .sk-message-title-text {
	font-size: 12px;
	line-height: 23px;
	color: var(--light-gray);
	font-weight: 400;
	margin-top: 40px
}

.sk-message-info{ margin-top: 40px; border-top: 1px solid var(--black-grey); border-bottom: 1px solid var(--black-grey); width: 90%; display: flex; justify-content:space-between; gap: 20px; }
.sk-message-info-item{ flex: 1; padding: clamp(10px, 2.5vw, 25px) 0; line-height: 23px;}
.sk-message-info-item span{ font-size: 14px; font-weight: 500; color: var(--grey); }
.sk-message-info-item p{ font-size: 14px; font-weight: 600; color: var(--black); }

.sk-page-global{ display: block; }
.sk-page-global-box{  display: flex; justify-content: space-between; gap: 30px; }
.sk-page-global-info{ width: 400px; flex-shrink: 0; }
.sk-page-global-info-title{ font-size: clamp(18px, 3vw, 36px); line-height: 1.5; font-weight: 400; color: var(--black); }

.sk-page-global-info-num{ margin-top: 42px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding-top: 20px; padding-bottom: 20px; }
.counter-item{ display: block; }
.counter-num-box{ display: flex; justify-content: flex-start; align-items: flex-end; gap: 5px; }
.counter-num{ font-size: clamp(30px, 3vw, 42px); line-height: 1; font-weight: 700; color: var(--red); }
.counter-suffix{ font-size: 16px; line-height: 23px; font-weight: 400; color: var(--black-grey); }
.counter-desc{ font-size: 12px; line-height: 23px; font-weight: 400; color: var(--black); margin-top: 5px; }

.sk-page-global-info-country{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 42px; }
.sk-page-global-info-country-item{ display: flex; justify-content: flex-start; gap: 10px;  }
.sk-page-global-info-country-item img{ flex-shrink: 0; width: 30px; height: 30px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); display: block; border-radius: 50%; overflow: hidden; }
.sk-page-global-info-country-item span{ font-size: 14px; line-height: 30px; font-weight: 500; color: var(--grey); }
.sk-page-global-map{ display: block; }
.sk-page-global-map img{ width: 100%; height: 100%; display: block; object-fit: contain; }

.sk-brand-story-title{ font-size: clamp(24px, 3vw, 36px); line-height: 30px; font-weight: 500; color: var(--black); text-align: center; }
.sk-brand-story-desc{ font-size: clamp(14px, 2.5vw, 18px); line-height: 24px; font-weight: 400; color: var(--light-gray); margin-top: 15px; text-align: center; }
.sk-brand-story-box{ margin-top: 40px; }
.sk-brand-story-left{ display: flex; justify-content: center; align-items: center; }
.sk-brand-story-left img{ max-width: 450px; width: 100%; height: auto; display: block; }
.sk-brand-story-right{ display: flex; flex-direction: column; justify-content: center; gap: 12px; padding: 12px clamp(0px, 10vw, 120px) 10px 0; }
.sk-brand-story-right-title{ font-size: clamp(18px, 3vw, 30px); line-height: 1.5; font-weight: 500; color: var(--black); }
.sk-brand-story-right-logo{ display: block; }
.sk-brand-story-right-logo img{ max-width: 300px; height: auto; display: block; }
.sk-brand-story-right-info{ font-size: clamp(12px, 2.5vw, 14px); line-height: 2; font-weight: 400; color: var(--light-gray); margin-top: 15px; }

.sk-company-left{ position: relative; display: flex; justify-content: center; align-items: center; }
.sk-company-left::after{ content: ""; position: absolute; top: 0; left: 0; z-index: 1; width: 50%; height: 100%; background-color: var(--blue); opacity: 0.1; }
.sk-company-left img{ max-width: 550px; width: 100%; height: auto; display: block; position: relative; z-index: 2; }

.sk-founder-right{ display: flex; justify-content: center; align-items: center; }
.sk-founder-right img{ max-width: 450px; width: 100%; height: auto; display: block; }
.sk-founder-left{ display: flex; flex-direction: column; justify-content: center; gap: 12px; padding: 12px 0 10px clamp(0px, 10vw, 120px); }
.sk-founder-left-title{ font-size: clamp(18px, 3vw, 30px); line-height: 1.5; font-weight: 500; color: var(--black); }
.sk-founder-left-info{ font-size: clamp(12px, 2.5vw, 14px); line-height: 2; font-weight: 400; color: var(--light-gray); margin-top: 15px; }
.sk-founder-left-author{ font-size: clamp(14px, 2.5vw, 16px); line-height: 2; font-weight: 400; color: var(--grey); margin-top: 25px; }

.sk-history{ background-color: var(--blue-white); }
.sk-history-title{ font-size: clamp(18px, 3vw, 24px); line-height: 30px; font-weight: 500; color: var(--black); }
.sk-history-desc{ font-size: clamp(12px, 2.5vw, 14px); line-height: 2; font-weight: 400; color: var(--grey); margin-top: 12px; }

.wowyes-timeline-page{
  width:100%;
  padding:60px 20px;
  background:#fcf9f2;
}
.tip-slide{
  text-align:center;
  color:#996;
  font-size:14px;
  margin-bottom:24px;
}
/*横向滚动容器，隐藏滚动条，保留滑动功能 */
.timeline-scroll{
  width:100%;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  padding:30px 0;
  /* 隐藏滚动条 */
  scrollbar-width: none; /* firefox */
}
.timeline-scroll::-webkit-scrollbar{
  display:none; /* chrome safari */
}
.timeline-box{
  display:flex;
  align-items:center;
  min-width:max-content;
  position:relative;
}
/*中间主线 */
.timeline-box::before{
  content:"";
  position:absolute;
  top:50%;
  left:0;
  height:3px;
  background:#d66b78;
  width:100%;
  transform:translateY(-50%);
}
.timeline-item{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  width:180px;
  flex-shrink:0;
}
/*双层菱形节点，和原图一模一样 */
.diamond{
  width:32px;
  height:32px;
  border:2px solid #d66b78;
  transform:rotate(45deg);
  position:relative;
  z-index:2;
  background:#fcf9f2;
}
.diamond::after{
  content:"";
  position:absolute;
  width:14px;
  height:14px;
  background:#d66b78;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  border-radius:2px;
}
.line-top,.line-bottom{
  width:2px;
  background:#d66b78;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
}
.line-top{
  top:-80px;
  height:80px;
}
.line-bottom{
  bottom:-80px;
  height:80px;
}
.txt-top{
  position:absolute;
  top:-110px;
  width:160px;
  text-align:center;
}
.txt-bottom{
  position:absolute;
  bottom:-110px;
  width:160px;
  text-align:center;
}
.year{
  font-size:24px;
  color:#444;
  font-weight:bold;
  margin-bottom:6px;
}
.desc{
  font-size:14px;
  color:#444;
  line-height:1.5;
}









.sk-page-welfare-header{ padding: clamp(40px, 10vw, 90px) 0; background-repeat: no-repeat; background-size: cover; background-position: center left; }
.sk-page-welfare-title{ font-size: clamp(24px, 3vw, 36px); line-height: 30px; font-weight: 500; color: var(--black); max-width: 420px; }
.sk-page-welfare-desc{ font-size: 12px; line-height: 23px; font-weight: 400; color: var(--grey); margin-top: 15px; max-width: 420px; }

.sk-page-factory-title{ font-size: clamp(24px, 3vw, 36px); line-height: 30px; font-weight: 500; color: var(--black); text-align: center; }

.factory-counter-section{
    background-color: var(--blue-white);
}
.factory-counter-title{
	text-align:center;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 600;
	color:var(--black);
	margin-bottom: 30px;
}
.factory-counter-wrap{
    width: 100%;
    margin:0 auto;
    display:grid;
    grid-template-columns: repeat(5,1fr);
    gap:20px;
}
.factory-counter-item{
    text-align:center;
}

.factory-counter-icon{ width: clamp(42px, 8vw, 80px); height: clamp(42px, 8vw, 80px); color:var(--white); background-color: var(--blue);  border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 auto 15px; }
.factory-counter-icon i{ font-size: clamp(24px, 8vw, 48px); line-height: 1; }

.factory-counter-num-box{
    display:flex;
    align-items:flex-end;
    justify-content:center;
		gap: 5px;
}
.factory-counter-num{
	font-size: clamp(36px, 4vw, 48px);
	color:var(--red);
	font-weight: 700;
	line-height:1;
}
.factory-counter-suffix{
    font-size: clamp(12px, 2.5vw, 14px);
		line-height: 1;
    color:var(--black);
}
.factory-counter-desc{
    font-size: clamp(12px, 2.5vw, 14px);
		line-height: 1.5;
    color:var(--light-gray);
    margin-top:15px;
}
/* 移动端适配 */
@media(max-width:1024px){
	.factory-counter-wrap{
			grid-template-columns: repeat(2,1fr);
	}
}

.sk-index-slide {
	position: relative;
	display: block;
	height: auto
}

.sk-index-slide .sk-index-slide-box {
	position: unset
}

.sk-index-slide .owl-carousel .owl-stage-outer,
.sk-index-slide .owl-carousel .owl-stage-outer .owl-stage,
.sk-index-slide .owl-carousel.owl-drag .owl-item,
.sk-index-slide .sk-index-slide-box {
	height: 100%
}

.sk-index-slide-item {
	height: 100%;
	position: relative;
	overflow: hidden
}

.sk-index-slide-item .sk-index-slide-item-img {
	position: relative;
	z-index: 8;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transform: scale(1);
	transition: all 3s ease-in-out
}

.sk-index-slide-item .sk-index-slide-item-img a {
	display: block;
	height: 100%
}

.sk-index-slide-item .sk-index-slide-item-img img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover
}

.sk-index-slide-box .owl-item.active .sk-index-slide-item-img {
	transform: scale(1)
}

@keyframes slideZoom {

	0%,
	100% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.2)
	}
}

.sk-index-slide .sk-index-slide-box .owl-nav {
	margin: auto;
	width: 100%;
	height: auto
}

.sk-index-slide .sk-index-slide-box .owl-nav .owl-next,
.sk-index-slide .sk-index-slide-box .owl-nav .owl-prev {
	margin: 0 auto;
	width: 40px;
	height: 60px;
	line-height: 58px;
	outline: 0;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 5px;
	transition: all .8s;
	color: var(--white);
	opacity: .5;
	position: absolute;
	top: calc((100% - 60px)/ 2);
	left: 2%;
	font-size: 0px
}

.sk-index-slide .sk-index-slide-box .owl-nav .owl-next {
	right: 2%;
	left: unset
}

.sk-index-slide .owl-nav .owl-next::after,
.sk-index-slide .owl-nav .owl-prev::after {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 30px;
	font-weight: 400;
	content: "\f104";
	font-family: FontAwesome
}

.sk-index-slide .owl-nav .owl-next::after {
	content: "\f105"
}

.sk-index-slide .sk-index-slide-box .owl-nav .owl-next span,
.sk-index-slide .sk-index-slide-box .owl-nav .owl-prev span {
	display: none
}

.sk-index-slide .sk-index-slide-box .owl-nav .owl-next:hover,
.sk-index-slide .sk-index-slide-box .owl-nav .owl-prev:hover {
	background-color: var(--red);
	opacity: 1;
	color: var(--white)
}

.sk-index-slide .sk-index-slide-box:hover .owl-nav .owl-prev {
	left: 4%;
	background-color: var(--red);
	opacity: 1
}

.sk-index-slide .sk-index-slide-box:hover .owl-nav .owl-next {
	right: 4%;
	background-color: var(--red);
	opacity: 1
}

.sk-index-slide .sk-index-slide-box .owl-dots {
	position: absolute;
	z-index: 19;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot {
	transition: all .6s;
	border: 0 solid transparent;
	overflow: hidden
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot span {
	margin: 0;
	border-radius: 50px;
	width: 8px;
	height: 8px;
	background-color: var(--grey);
	border: 1px solid var(--grey);
	transition: all .8s;
	opacity: .7
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot:hover span {
	opacity: 1
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot.active span {
	opacity: 1;
	background-color: var(--red);
	border-color: var(--red);
	width: 25px
}


@keyframes leftSlideIn {
	from {
		transform: translateX(-100%);
		opacity: 0
	}

	to {
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes rightSlideIn {
	from {
		transform: translateX(100%);
		opacity: 0
	}

	to {
		transform: translateX(0);
		opacity: 1
	}
}

@keyframes downSlideIn {
	from {
		transform: translateY(100%);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes moveDown {
	0% {
		transform: translateY(0);
		opacity: 1
	}

	10% {
		transform: translateY(4px);
		opacity: 1
	}

	25% {
		transform: translateY(6px);
		opacity: 1
	}

	33.33% {
		transform: translateY(8px);
		opacity: 1
	}

	100% {
		transform: translateY(20px);
		opacity: 0
	}
}

.sk-index-list{ background-color: var(--blue-white); }
.sk-index-brand-flex{ display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.sk-index-brand-title{ font-size: clamp(14px, 4vw, 16px); line-height: 1.8; color: var(--black); margin-bottom: 10px; }
.sk-index-brand-title::after{ content: ''; display: block; width: 30px; height: 2px; background-color: var(--grey); margin-top: 5px; }
.sk-index-brand-title2{ color: var(--red); }
.sk-index-brand-title2::after{ background-color: var(--red); }
.sk-index-brand-item{ display: block; }
.sk-index-brand-item-link{ display: block; }
.sk-index-brand-item-img{ width: 100%; height: auto; aspect-ratio: 1/1; display: block; overflow: hidden; }
.sk-index-brand-item-img img{ width: 100%; height: 100%; object-fit: cover; }
.sk-index-brand-item-title{ font-size: clamp(14px, 2.5vw, 16px); line-height: 23px; color: var(--black-grey); margin-top: 10px; }

.sk-index-commitment{ margin-top: 60px; }
.sk-index-commitment-title{ font-size: clamp(18px, 4vw, 24px); line-height: 2; color: var(--black); margin-bottom: 25px; }
.sk-index-commitment-box{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sk-index-commitment-item{ text-align: center; padding: 0 20px; }
.sk-index-commitment-item img{ width: 70px; height: auto; margin: 0 auto; display: block; }
.sk-index-commitment-item-info{ padding-top: 20px; }
.sk-index-commitment-item-title{ font-size: clamp(14px, 2vw, 16px); line-height: 25px; color: var(--black); }
.sk-index-commitment-item-desc{ font-size: clamp(12px, 2vw, 14px); line-height: 23px; color: var(--black-grey); max-width: 210px; margin: 10px auto 0; }

@media(max-width:992px){
	.sk-index-commitment-box{ grid-template-columns: repeat(2, 1fr); }
}

.news-section{
  display: block;
}

.news-title{
    margin-bottom:32px;
}
.news-title h2{
    font-size:clamp(20px, 3vw, 26px);
    color:var(--black);
    font-weight:500;
}
.news-title p{
    font-size:clamp(14px, 3vw, 16px);
    color:var(--black-grey);
    margin-top:5px;
}
.news-wrap{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:60px;
    align-items:start;
}
/* 左侧大图新闻 */
.news-left{
    width:100%;
}
.news-left a{ display: block; }
.news-big-img{
    width:100%;
		aspect-ratio: 16/8;
    display:block;
    margin-bottom:20px;
		overflow: hidden;
}
.news-big-img img{ width: 100%; height:100%; object-fit: cover; display: block; }
.news-big-title{
    font-size: clamp(16px, 3vw, 18px);
    color: var(--black);
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
		transition: all .6s;
}
.news-big-title i{
    font-size:clamp(18px, 3vw, 24px);
    color:var(--black-grey);
		line-height: 1;
		flex-shrink: 0;
}
.news-big-info{
    display:flex;
    gap:clamp(15px, 3vw, 25px);
    align-items:center;
    
}
.news-time-block{
border-right:2px solid var(--blue);
padding-right: clamp(15px, 3vw, 25px);
text-align: center;
}
.news-year{
    font-size: clamp(22px, 3vw, 30px);
    font-weight:500;
    color:var(--black);
    line-height:1;
}
.news-date{
    font-size: clamp(14px, 3vw, 18px);
    color:var(--black-grey);
    margin-top:8px;
}
.news-big-desc{
		font-size: 12px;
    line-height: 23px;
    font-weight: 400;
    color: var(--black-grey);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-left a:hover .news-big-title,.news-left a:hover .news-big-title i{ color: var(--red); }

/* 右侧新闻列表 */
.news-right{
    display:flex;
    flex-direction:column;
		gap:clamp(20px, 3vw, 26px);
}
.news-item{
    display:block;
}

.news-right-line{ height: 1px; background-color: var(--border); }

.news-item-row{
	display:flex;
	gap:clamp(15px, 3vw, 25px);
}
.news-item-year{
    font-size: clamp(22px, 3vw, 30px);
    font-weight:500;
    color:var(--black);
    line-height:1;
}
.news-item-date{
    font-size: clamp(14px, 3vw, 18px);
    color:var(--black-grey);
    margin-top:8px;
}
.news-item-text h3{
    font-size: clamp(14px, 3vw, 18px);
    color:var(--black);
    font-weight:500;
    margin-bottom:8px;
		overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
		transition: all .6s;
}
.news-item-text p{
    font-size: 12px;
    line-height: 23px;
    font-weight: 400;
    color: var(--black-grey);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-item-row:hover .news-item-text h3{ color: var(--red); }

/* 移动端自适应 */
@media(max-width:992px){
    .news-wrap{
        grid-template-columns:1fr;
        gap: 20px;
    }
		.news-right{ padding-top: 20px; border-top: 1px solid var(--border); }
}

.sk-product-item {
	transition: all .8s;
	
	position: relative;
}

.sk-product-item .sk-product-link {
	display: block;
	border-bottom: 2px solid var(--border);
}

.sk-product-item .sk-product-img {
	transition: all .5s;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	position: relative
}

.sk-product-item .sk-product-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain
}

.sk-product-info{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 6px 0 15px;
}

.sk-product-item .sk-product-title {
	width: calc(100% - 40px);
	display: block;
}

.sk-product-item .sk-product-title-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 24px;
	color: var(--black);
	transition: all .6s;
	font-weight: 500
}

.sk-product-item .sk-product-title-desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 12px;
	line-height: 22px;
	color: var(--black-grey);
	transition: all .6s;
	font-weight: 400;
}

.sk-product-item:hover .sk-product-title-text {
	color: var(--red)
}

.sk-product-item .sk-product-title-link {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: 400;
	color: var(--light-gray);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: all .6s;
}

.sk-product-item .sk-product-title-link i {
	font-size: 18px;
}

.sk-product-item:hover .sk-product-title-link {
	color: var(--red);
}

.sk-product-item::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	background-color: var(--red);
	transition: all .6s;
}
.sk-product-item:hover:after{
	width: 100%;
}

.sk-product-intro {
	display: block;
	background-color: var(--blue-white);
	padding: 15px clamp(12px, 3vw, 20px);
}

.product-gallery {
	display: flex;
	align-items: flex-start;
	gap: 10px
}

.product-gallery .product-image {
	flex: 1;
	min-width: 0;
	position: relative;
	padding: 0;
	border: 1px solid var(--border);
	background-color: var(--white)
}

.product-gallery .product-image img {
	position: relative;
	width: 100%;
	height: auto;
	display: block
}

.product-gallery .image-additional {
	flex-shrink: 0;
	width: 88px;
	margin-top: 0
}

.product-gallery .image-additional ul {
	position: relative;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-height: 400px;
	overflow-y: auto;
	/* 隐藏滚动条 */
	-webkit-overflow-scrolling:touch;
}
.product-gallery .image-additional ul::-webkit-scrollbar{
	width: 5px;
}
/* 滚动条轨道背景 */
.product-gallery .image-additional ul::-webkit-scrollbar-track {
  background: var(--light-gray);
}

/* 滚动滑块 */
.product-gallery .image-additional ul::-webkit-scrollbar-thumb {
  background: var(--red);
}
.product-gallery .image-additional ul::-webkit-scrollbar-thumb:hover {
  background: var(--blue);
}

.product-gallery .image-additional li {
	position: relative;
	width: 100%;
	flex-shrink: 0
}

.product-gallery .image-additional li a {
	width: 100%;
	display: block;
	background-color: var(--white);
	border: 1px solid var(--border);
	aspect-ratio: 1;
	transition: all .4s;
	position: relative
}

.product-gallery .image-additional li img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block
}

.product-gallery .image-additional li.current a,
.product-gallery .image-additional li:hover a {
	border-color: var(--red);
	box-shadow: 0 0 0 1px var(--red)
}

.product-gallery .image-additional img.popup,
.product-gallery .image-additional li.single {
	display: none
}

.sk-product-summary {
	padding: 20px
}

.sk-products-title {
	font-size: clamp(20px, 3vw, 24px);
	line-height: 1.8;
	color: var(--black);
	font-weight: 600;
}

.sk-products-title::after {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background-color: var(--red);
	margin-top: 8px
}

.sk-advantages-box {
	margin: 25px 0 30px;
}

.sk-advantages-box .sk-advantages-li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 10px
}

.sk-advantages-box .sk-advantages-li span {
	font-weight: 600;
	width: 70px;
	flex-shrink: 0;
	color: var(--grey);
}

.sk-advantages-box .sk-advantages-li-content,
.sk-advantages-box .sk-advantages-li-content * {
	font-size: 14px !important;
	line-height: 25px !important;
	font-weight: 400 !important;
	color: var(--light-gray) !important
}

.sk-product-con {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px
}

.sk-product-con .sk-product-con-link {
	border: 1px solid var(--grey);
	padding: 7px 15px;
	min-width: 130px;
	font-weight: 500;
	color: var(--grey);
	border-radius: 30px;
	font-size: 12px;
	line-height: 23px;
	text-transform: capitalize;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .6s;
	gap: 8px
}

.sk-product-con .sk-product-con-link:nth-child(2) {
	border-color: var(--blue);
	color: var(--white);
	background-color: var(--blue)
}

.sk-product-con .sk-product-con-link:hover {
	background-color: var(--red);
	border-color: var(--red);
	color: var(--white)
}

.sk-related-list {
	overflow: hidden;
}

.sk-product-show .sk-content-show {
	display: block;
	margin-top: 60px
}

.sk-product-show-white {
	padding: 20px;
	border-radius: 12px;
	background-color: var(--white)
}

.sk-related-list .sk-pages-title {
	margin-bottom: 10px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--border)
}

.sk-related-list .sk-pages-title span {
	font-size: clamp(16px, 3vw, 20px);
	line-height: 1;
	display: block;
	font-family: var(--fonts-two);
	color: var(--grey);
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	z-index: 2
}

.sk-related-list .sk-pages-title::before {
	content: '';
	width: 4px;
	height: 23px;
	background-color: var(--red);
	display: block;
}

.sk-related-list-blog,
.sk-related-list-product {
	padding-top: 20px;
}

.sk-product-inquiry {
	background-color: var(--blue-white);
	padding: clamp(12px, 3vw, 20px);
	box-shadow: 0 0 10px var(--border);
	padding-bottom: 15px;
}

.sk-product-inquiry-title{
	font-size: clamp(16px, 3vw, 20px);
	line-height: 1;
	display: block;
	font-family: var(--fonts-two);
	color: var(--grey);
	font-weight: 500;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 15px;
}
.sk-product-inquiry-title::before{
	content: '';
	width: 4px;
	height: 23px;
	background-color: var(--red);
	display: block;
}




.sk-index-product {
	display: block;
	background-color: var(--blue-white)
}

.sk-index-product-box {
	padding-top: 15px
}

.sk-index-product-item {
	background-color: var(--white);
	border-radius: 1px;
	height: 100%;
	transition: all .8s
}

.sk-index-product-link {
	padding: 15px;
	display: block;
	width: 100%
}

.sk-index-product-item-img {
	aspect-ratio: 4/4;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center
}

.sk-index-product-item-img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center
}

.sk-index-product-item-info {
	padding: 10px 0
}

.sk-index-product-item-title {
	font-size: 18px;
	line-height: 26px;
	color: var(--black);
	font-weight: 500;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .8s
}

.sk-index-product-item-desc {
	border-top: 1px solid var(--border);
	margin-top: 12px;
	padding-top: 12px;
	font-size: 12px;
	line-height: 23px;
	color: var(--black-grey);
	font-weight: 400;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.sk-index-product-item:hover .sk-index-product-item-title {
	color: var(--red)
}

.sk-index-product-item:hover {
	transform: translateY(-10px)
}

.sk-index-cate {
	border-top: 1px solid var(--border);
	display: block
}

.sk-index-cate-box {
	padding-top: 15px
}

.sk-index-cate-item {
	display: block;
	width: 100%
}

.sk-index-cate-item .sk-index-cate-link {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	border: 1px solid var(--border);
	background-color: var(--white);
	aspect-ratio: 16/9
}

.sk-index-cate-item .sk-index-cate-item-img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .6s;
	position: relative;
	z-index: 1
}

.sk-index-cate-item .sk-index-cate-item-img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center
}

.sk-index-cate-item-info {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 15px;
	background-color: rgba(3, 62, 150, .8);
	transition: all .6s
}

.sk-index-cate-item-title {
	text-align: center;
	font-size: 24px;
	color: var(--white);
	font-weight: 500;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	width: 100%
}

.sk-index-cate-item-desc {
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	color: var(--white);
	font-weight: 400;
	opacity: .8
}

.sk-index-cate-item:hover .sk-index-cate-item-info {
	top: 0
}

.sk-index-choose {
	display: block;
	border-top: 1px solid var(--border)
}

.sk-index-choose-box {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.sk-index-choose-title {
	font-size: 60px;
	font-weight: 600;
	line-height: 72px;
	color: transparent;
	display: inline-block;
	margin-bottom: 30px;
	background: linear-gradient(to bottom, var(--white) 0, var(--red) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent
}

.sk-index-choose-text {
	font-size: 14px;
	line-height: 26px;
	color: var(--border);
	font-weight: 400
}

.sk-index-choose-contact {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	margin-bottom: 10px;
	padding-top: 25px
}

.sk-index-choose-contact span {
	font-size: 20px;
	line-height: 26px;
	color: var(--white);
	font-weight: 400;
	display: block;
	padding: 5px 15px;
	background-color: var(--red);
	border-radius: 20px
}

.sk-index-choose-tel {
	font-size: 20px;
	line-height: 26px;
	color: var(--grey);
	font-weight: 500
}

.sk-index-case {
	display: block;
	border-top: 1px solid var(--border)
}

.sk-index-case-box {
	padding-top: 15px
}

.sk-case-item {
	padding: 10px;
	border: 1px solid var(--border)
}

.sk-case-item-link {
	display: block;
	width: 100%;
	overflow: hidden
}

.sk-case-item-info {
	margin-bottom: 10px;
	border-bottom: 1px dashed var(--border);
	padding: 10px 15px
}

.sk-case-item-title-top {
	color: var(--light-gray);
	display: flex;
	font-weight: 400;
	font-size: 14px;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	line-height: 20px;
	margin-bottom: 8px
}

.sk-case-item-title-top i {
	font-size: 14px
}

.sk-case-item-title-name {
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	color: var(--grey);
	transition: all .8s;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.sk-case-item-img {
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	display: block;
	overflow: hidden
}

.sk-case-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.sk-case-item:hover .sk-case-item-title-name {
	color: var(--red)
}

.sk-index-blog {
	display: block;
	border-top: 1px solid var(--border)
}

.sk-index-blog .sk-index-title-link {
	margin-top: 30px
}

.sk-index-blog .sk-list-news-item {
	overflow: hidden;
	border: 1px solid var(--border);
	padding-bottom: 5px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.sk-list-news-item-img a {
	width: 100%;
	height: 100%;
	display: block
}

.sk-index-blog .sk-list-news-item-info {
	padding: 12px
}

.sk-index-blog .sk-list-news-item-title {
	padding-top: 0
}

.sk-index-blog .sk-list-news-item-title a {
	-webkit-line-clamp: 1
}

@media screen and (max-width:1600px) {
	.sk-main {
		max-width: 95%
	}
}

@media screen and (max-width:1440px) {

	.sk-content-page-show,
	.sk-product-show-white {
		padding: 15px
	}

	.sk-list-news-item-desc {
		margin-top: 12px
	}

	.sk-list-news-item-more {
		margin-top: 18px
	}

	.sk-index-title .sk-index-title-item {
		font-size: 32px;
		line-height: 38px
	}

	.sk-product-summary {
		padding: 0
	}

	.sk-list-download-item-title {
		font-size: 16px
	}

	.sk-list-download-item-date {
		font-size: 12px
	}

	.sk-list-download-item {
		padding: 0
	}

	.sk-case-item-info {
		padding: 10px 8px
	}

	.sk-case-item {
		padding: 8px
	}

	.about-banner h1 {
		font-size: 32px;
		line-height: 38px
	}

	.about-banner p {
		font-size: 16px;
		line-height: 26px
	}

	.about-text p {
		font-size: 14px
	}
}

@media screen and (max-width:1360px) {
	.sk-contact-text {
		font-size: 24px;
		line-height: 28px
	}

	.sk-expmenu-down span,
	.sk-expmenu-item .sk-expmenu-dt a {
		font-size: 14px;
		line-height: 22px
	}

	.sk-content-left-news-item .sk-content-left-news-info p {
		font-size: 15px;
		line-height: 24px
	}

	.sk-gettouch a span {
		font-weight: 400
	}

	.sk-list-news-item-title {
		font-size: 16px;
		line-height: 25px
	}

	.sk-list-news-item-sortname {
		margin-bottom: 12px
	}

	.sk-content-show .sk-content-show-title,
	.sk-products-title {
		line-height: 1.3
	}

	.sk-listnew-item-title {
		font-size: 18px
	}

	.sk-listnew-item-desc {
		font-size: 12px;
		line-height: 23px
	}

	.sk-advantages-box .sk-advantages-li-content,
	.sk-advantages-box .sk-advantages-li-content * {
		font-size: 12px !important
	}
}

@media screen and (max-width:1200px) {
	.image-additional {
		margin-top: 15px
	}

	.sk-index-title .sk-index-title-item {
		font-size: 30px;
		line-height: 36px
	}

	.sk-related-list .sk-pages-title span {
		font-size: 20px
	}

	.sk-content-left-news-item .sk-content-left-news-img {
		width: 80px
	}

	.sk-list-download-item-title {
		font-size: 15px
	}

	.sk-content-page-show,
	.sk-product-show-white {
		padding: 15px 12px
	}

	.sk-index-company-info {
		padding-right: 30px;
		gap: 15px
	}

	.sk-index-company-title {
		font-size: 28px;
		margin-bottom: 0
	}

	.sk-index-company-desc {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 0
	}

	.sk-list-news-item-sortname {
		margin-bottom: 12px
	}

	.sk-index-product-item-title {
		font-size: 16px
	}

	.sk-index-cate-item-title {
		font-size: 20px
	}

	.sk-index-cate-item-desc {
		font-size: 12px;
		line-height: 23px
	}

	.sk-index-cate-item-info {
		gap: 12px
	}

	.about-banner h1 {
		font-size: 30px;
		line-height: 36px
	}

	.about-banner p,
	.sk-company-box-text {
		font-size: 14px;
		line-height: 24px
	}

	.sk-listnew-item-title {
		margin-bottom: 12px;
		font-size: 16px
	}
}

@media screen and (max-width:1024px) {
	.sk-display-pc {
		display: none !important
	}

	.sk-display-mobile {
		display: block !important
	}

	.sk-product-show .sk-display-pc {
		display: none !important
	}

	.sk-product-show .sk-display-mobile {
		display: block !important
	}

	.sk-content-show .sk-content-show-title,
	.sk-products-title {
		font-size: 22px;
		line-height: 32px
	}

	.sk-content-main {
		padding: 60px 0
	}

	.sk-content-page-box,
	.sk-content-show-prenext,
	.sk-product-inquiry,
	.sk-product-intro,
	.sk-product-show-white {
		padding: 12px
	}

	.sk-product-summary {
		margin-top: 25px
	}

	.sk-content-about-img {
		float: unset;
		margin-bottom: 20px;
		padding: 0;
		width: 100%;
		max-width: 100%
	}

	.sk-content-left {
		margin-top: 42px
	}

	.sk-about-img {
		margin-inline-start: 0
	}

	.sk-index-title {
		margin-bottom: 20px
	}

	.sk-index-title .sk-index-title-text {
		margin-top: 15px
	}

	.sk-content-left-box-title {
		font-size: 20px;
		line-height: 30px
	}

	.sk-contact-title,
	.sk-message-title .sk-message-title-item {
		font-size: 20px;
		line-height: 32px
	}

	.sk-contact-title i,
	.sk-message-title .sk-message-title-item i {
		font-size: 20px
	}

	.sk-list-news-item-more {
		margin-top: 15px
	}

	.sk-listnew-item {
		padding: 20px
	}

	.sk-listnew-item-link {
		padding: 25px 0
	}

	.sk-page-crumb-box {
		font-size: 14px;
		line-height: 23px
	}

	.sk-page-crumb-box i {
		font-size: 14px
	}

	.sk-list-news-item-sortname {
		margin-bottom: 6px
	}

	.sk-product-item .sk-product-title-text {
		font-size: 14px
	}

	.sk-product-item .sk-product-title-link {
		margin-top: 12px;
		line-height: 32px
	}

	.sk-product-item .sk-product-title {
		padding: 12px 8px 15px
	}

	.sk-company-box-title {
		font-size: 26px;
		line-height: 32px
	}

	.sk-index-product-link {
		padding: 10px
	}

	.sk-index-cate-item-info {
		top: 0
	}
}

@media screen and (max-width:868px) {
	.sk-index-search-result {
		flex-direction: column;
		padding: 30px 0;
		align-items: flex-start
	}

	.sk-index-search-result-text {
		justify-content: flex-start
	}

	.sk-index-search-box {
		flex-direction: column;
		gap: 20px
	}

	.sk-index-search-form,
	.sk-index-search-title {
		width: 100%
	}

	.sk-product-item .sk-product-title {
		padding: 12px 6px
	}

	.sk-product-item .sk-product-title-text {
		line-height: 25px
	}

	.about-banner {
		padding: 60px 0
	}

	.sk-index-title .sk-index-title-text {
		font-size: 14px;
		line-height: 25px
	}

	.sk-list-download-item-text {
		display: none
	}

	.sk-content-contact-box {
		margin-bottom: 30px
	}
}

@media screen and (max-width:768px) {
	.sk-main {
		max-width: 94%
	}

	.sk-padding-top {
		padding-top: 60px
	}

	.sk-padding-bottom {
		padding-bottom: 60px
	}

	.sk-margin-top {
		margin-top: 60px
	}

	.sk-margin-bottom {
		margin-bottom: 60px
	}

	.sk-index-title {
		margin-bottom: 15px
	}

	.sk-index-title .sk-index-title-item {
		font-size: 28px;
		line-height: 36px
	}

	.sk-index-title .sk-index-title-text {
		font-size: 12px;
		line-height: 23px
	}

	.sk-index-cate-item-title {
		font-size: 18px
	}

	.sk-index-cate-item-desc {
		line-height: 22px
	}

	.sk-company-nav a {
		font-size: 14px;
		line-height: 23px
	}

	.sk-company-box-title {
		font-size: 24px;
		line-height: 36px
	}

	.sk-content-main {
		padding: 50px 0
	}

	.sk-listnew-item {
		padding: 15px 10px
	}

	.sk-listnew-item-link {
		padding: 20px 0;
		gap: 12px
	}

	.sk-listnew-item-line {
		display: none
	}

	.sk-listnew-item-title {
		line-height: 26px
	}

	.sk-content-show-description {
		font-size: 12px
	}

	.sk-playvideo-list {
		margin-bottom: 25px
	}

	.sk-playvideo-list-img .sk-playvideo-list-icon i {
		width: 72px
	}

	.sk-product-show .sk-content-show .sk-content-page-main {
		padding: 20px 12px
	}

	.sk-index-inquiry-box .sk-message-title .sk-message-title-item,
	.sk-index-inquiry-title,
	.sk-message-title .sk-message-title-item {
		font-size: 28px;
		line-height: 36px
	}

	.sk-content-page-box,
	.sk-content-show-prenext,
	.sk-product-inquiry,
	.sk-product-intro,
	.sk-product-show-white {
		border-radius: 10px;
		padding: 12px
	}


	.sk-content-message-form {
		padding: 0
	}

	.sk-list-images-box p {
		font-size: 12px;
		padding: 7px 0
	}

	.sk-content-show-prenext {
		padding: 12px
	}

	.sk-content-map iframe {
		aspect-ratio: 16/9
	}

	.sk-list-download-item-date {
		display: none
	}
}

@media screen and (max-width:576px) {
	.sk-index-search-result-text {
		gap: 10px
	}

	.sk-index-search-result-text a {
		font-size: 12px;
		line-height: 22px
	}

	.sk-index-title .sk-index-title-item {
		font-size: 26px
	}

	.sk-index-choose-contact {
		flex-direction: column
	}

	.sk-index-choose-title {
		font-size: 48px;
		line-height: 54px;
		margin-bottom: 20px
	}

	.sk-company-nav a {
		padding: 7px 10px
	}

	.about-banner h1 {
		font-size: 24px
	}

	.sk-index-product-item-title,
	.sk-product-item .sk-product-title-text {
		font-size: 15px
	}

	.sk-content-show .sk-content-show-title,
	.sk-products-title {
		font-size: 20px;
		line-height: 32px
	}

	.sk-product-con {
		flex-wrap: wrap
	}

	.sk-product-con .sk-product-con-link {
		font-size: 12px;
		padding: 8px 12px
	}

	.sk-related-list .sk-pages-title span {
		font-size: 18px
	}


	.sk-list-cate-item-info {
		padding: 12px 10px
	}

	.sk-list-download-link {
		gap: 10px;
		flex-wrap: wrap
	}

	.sk-list-download-item-img {
		width: 100%
	}

	.sk-list-download-item-title {
		font-size: 14px
	}

	.sk-list-download-item-more i,
	.sk-list-download-item-more span {
		font-size: 12px;
		line-height: 20px
	}

	.sk-content-show-prenext p {
		padding: 5px 0
	}

	.sk-content-show .sk-content-show-resource {
		flex-wrap: wrap
	}

	.sk-content-show .sk-content-show-resource a,
	.sk-content-show .sk-content-show-resource span {
		font-size: 12px
	}

	.sk-content-show-description {
		padding: 10px;
		font-size: 12px;
		line-height: 23px
	}

	.sk-product-show .sk-content-show .sk-content-page-main,
	.sk-related-list-blog,
	.sk-related-list-product {
		padding: 15px 0
	}

	.sk-listnew-item-link {
		flex-direction: column-reverse;
		padding-top: 0
	}

	.sk-listnew-item-time {
		display: none
	}

	.sk-listnew-item-img {
		width: 100%;
		aspect-ratio: unset
	}

	.sk-listnew-item-title {
		font-size: 15px;
		line-height: 25px
	}

	.sk-contact-title,
	.sk-message-title .sk-message-title-item {
		font-size: 18px;
		line-height: 32px
	}

	.sk-message-title .sk-message-title-text {
		font-size: 12px;
		line-height: 22px
	}

	.sk-content-map iframe {
		aspect-ratio: 4/3
	}
}