@charset "utf-8";
@import '../css/bootstrap.min.css';
@import '../css/font-awesome.css';
@import '../css/iconfont.css';
@import '../css/animate.min.css';

:root {
	/* --base-blue: #0361b5; */
	--base-blue: #0983cf;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
select,
th,
td {
	padding: 0;
	margin: 0;
	color: #4e4e4e;
	font-size: 16px;
	font-family: "Arial"
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
	font-size: 100%
}

address,
cite,
dfn,
em,
var {
	font-style: normal
}

small {
	font-size: 12px
}

span {
	display: inline-block
}

ul,
ol {
	list-style-type: none;
	list-style-image: none
}

a {
	color: #4e4e4e;
	text-decoration: none;
	outline: none
}

a:hover {
	color: var(--base-blue);
	text-decoration: none
}

a:focus {
	text-decoration: none
}

sup {
	vertical-align: text-top
}

s {
	text-decoration: none
}

sub {
	vertical-align: text-bottom
}

legend {
	color: #000
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

div {
	zoom: 1
}

body {
	max-width: 100%;
	margin: 0 auto
}

dt {
	font-weight: normal
}

body::-webkit-scrollbar {
	width: 10px;
}

body::-webkit-scrollbar-track {
	background-color: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
	background-color: #111;
	border-radius: 6px;
}

.sep-container {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto
}

.top-title {
	text-align: center;
	margin-bottom: 50px
}

.top-title.white .title {
	color: #fff
}

.top-title.white .title a {
	color: #fff
}

.top-title.white .title a:hover {
	color: #fff;
	transform: translateY(-5px)
}

.top-title.white .title::after {
	background: #fff
}

.top-title.white .title-des1 {
	color: #fff
}

.top-title.white .title-des {
	color: rgba(255, 255, 255, 0.8)
}

.top-title.white .title-des p {
	color: rgba(255, 255, 255, 0.8)
}

.top-title.white .title-des p a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline
}

.top-title.white .title-des p a:hover {
	text-decoration: none !important
}

.top-title.pd-0 {
	padding: 0
}

.top-title.text-left {
	text-align: left
}

.top-title.text-left .title {
	text-align: left
}

.top-title.text-left .title a {
	text-align: left
}

.top-title.text-left .title::after {
	margin-left: 0;
	margin-right: 0
}

.top-title.text-left .title-des {
	text-align: left
}

.top-title.text-left .title-des p {
	text-align: left
}

.top-title.text-left1 .title-des {
	text-align: left
}

.top-title.text-left1 .title-des p {
	text-align: left
}

.top-title.title-after .title {
	margin-bottom: 25px
}

.top-title.title-after .title1 {
	position: relative;
	z-index: 2
}

.top-title.top-title1 .title::after {
	z-index: 1
}

.top-title .title {
	font-size: 44px;
	color: #333;
	line-height: 54px;
	position: relative
}

.top-title .title h3 {
	font-size: 54px;
	color: var(--base-blue);
	line-height: 1.2;
	transition: all .3s;
	display: block;
	font-weight: bold;
}

.products-box .top-title .title h3 {
	color: #fff;
}

.top-title .title.title-white {
	color: #fff;
}

.top-title .title.title-white h3 {
	color: #fff;
}


.top-title .title-des {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	margin: 16px auto 0;
	max-width: 70%;
}

.top-title .title-des.white {
	color: #fff;
}

.top-title .title-des p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	margin-bottom: 0
}

.top-title .top-subtitle {
	color: #000;
	line-height: 30px;
	font-size: 24px;
	margin-top: 6px
}

.sep-header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	transition: all .3s;
}

.sep-header.onss,
.sep-header:hover {
	background-color: #fff;
}

.sep-header.onss .head-top {
	display: none;
}

.sep-header.onss .sep-mainnav .sep-container .nav-list .nav-ul>li>a,
.sep-header:hover .sep-mainnav .sep-container .nav-list .nav-ul>li>a {
	color: #000;
}

.sep-header .head-top {
	position: relative;
	background: #222
}

.sep-header .head-top .sep-container {
	display: flex;
	position: relative;
	padding: 8px 0;
	justify-content: space-between;
	align-items: center
}

.sep-header .head-top .head-top-left {
	display: flex;
	align-items: center
}

.sep-header .head-top .head-top-left .head-con {
	display: flex;
	align-items: center
}

.sep-header .head-top .head-top-left .head-con .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%
}

.sep-header .head-top .head-top-left .head-con .icon i {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px
}

.sep-header .head-top .head-top-left .head-con .con {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	margin-left: 6px
}

.sep-header .head-top .head-top-left .head-con .con span {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.9)
}

.sep-header .head-top .head-top-left .head-con .con span a {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.9)
}

.sep-header .head-top .head-top-left .head-con .con span a:hover {
	text-decoration: underline
}

.sep-header .head-top .head-top-left>i {
	width: 1px;
	height: 15px;
	background: transparent;
	margin: 0 28px
}

.sep-header .head-top .head-top-right {
	align-items: center;
	display: flex
}

.sep-header .head-top .head-top-right .language {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%
}

.sep-header .head-top .head-top-right .language:hover .sanjiao {
	transition: all .3s;
	transform: rotate(180deg)
}

.sep-header .head-top .head-top-right .language:hover .langu-dis {
	display: block
}

.sep-header .head-top .head-top-right .language .langu {
	color: #4d4d4d;
	display: flex;
	line-height: 21px;
	align-items: center
}

.sep-header .head-top .head-top-right .language .langu .con {
	font-size: 16px;
	margin: 0 10px;
	color: #fff
}

.sep-header .head-top .head-top-right .language .langu .icon i {
	color: #fff
}

.sep-header .head-top .head-top-right .language .langu i {
	color: #fff;
	line-height: 21px;
	font-size: 16px
}

.sep-header .head-top .head-top-right .language .langu .iconfont {
	font-size: 26px;
	vertical-align: middle;
	line-height: 24px
}

.sep-header .head-top .head-top-right .language .langu-dis {
	position: absolute;
	z-index: 999;
	display: none;
	top: 80%
}

.sep-header .head-top .head-top-right .language .langu-dis ul li {
	text-indent: 10px;
	padding: 10px 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
	line-height: 20px;
	padding-right: 10px;
}

.sep-header .head-top .head-top-right .language .langu-dis ul li a {
	color: var(--base-blue)
}

.sep-header .head-top .head-top-right .language .langu-dis ul li a span {
	font-size: 14px;
	padding: 0 0 0 20px;
}

.sep-header .head-top .head-top-right .language .langu-dis ul li a:hover {
	color: #333;
	text-decoration: none
}

.sep-header .head-top .head-top-right .language .langu-dis ul li a img {
	width: 20px;
	margin-right: 10px
}

.sep-header .head-top .head-top-right .search {
	display: inline-flex;
	align-items: center
}

.sep-header .head-top .head-top-right .search a {
	margin: 0 12px
}

.sep-header .head-top .head-top-right .search i {
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	margin-right: 6px;
	display: inline-block;
	transition: all .3s
}

.sep-header .head-top .head-top-right .search i:hover {
	color: #fff
}

.sep-header .head-top .head-top-right .search span {
	color: #fff
}

.sep-header .sep-mainnav {
	width: 100%;
	transition: all .3s;
	position: relative
}

.sep-header .sep-mainnav .sep-container .logo {
	flex-shrink: 0;
}

.sep-header .sep-mainnav .sep-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
	max-width: none;
	padding: 0 calc(150 / 1920 * 100vw);
	transition: all .3s;
}

.sep-header.onss .sep-mainnav .sep-container {
	padding: 0 50px;
}

.sep-header .sep-mainnav .sep-container .nav-list {
	transition: all .3s;
	display: flex;
	align-items: center
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul {
	display: flex;
	justify-content: space-between
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li {
	z-index: 8;
	z-index: 10;
	margin: 0 20px;
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li:hover::after {
	display: block;
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li.ios {
	position: relative;
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li.ios.pro {
	position: static;
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .ul {
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	display: none;
	border-top: 0;
	border-top: 1px solid #F0F2F5;
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .ul.ons li {
	width: 50%;
	float: left
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .ul:not(.pro-menu) li {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	white-space: nowrap;
	position: relative;
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .ul:not(.pro-menu) li a {
	font-weight: bold;
	font-size: 16px;
	padding: 0 30px;
	text-align: left;
	color: #000;
	position: relative;
	line-height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .ul li a i {

	color: var(--base-blue);
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .ul li a:hover {
	border: none;
	color: var(--base-blue)
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .ul.pro-menu {
	width: 1400px;
	display: none;
	transform: translateX(-50%);
	left: 50%;
}

.category-center {
	display: flex;
	position: relative;
}

.category-left {
	width: 28%;
	position: relative;
	padding: 25px 0 25px 30px;
	border-right: 1px solid #f5f5f5;
}

.category-right {
	width: 72%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

@keyframes cate_up {
	0% {
		-webkit-transform: translate(0, 10px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translate(0, 0px);
		opacity: 1;
	}
}


.category-right .cate-cont {
	display: none;
	animation: cate_up 0.5s ease-out 0.1s backwards;
	position: relative;
	padding: 25px 35px;
	height: 100%;
}

.category-right .cate-cont.active {
	display: block;
}

.category-right .cate-cont .cate-list {
	height: calc(100% - 100px);
	overflow-y: auto;
	border: 1px solid #f5f5f5;
}

.category-right .cate-cont .cate-list li {
	border-bottom: 1px solid #f5f5f5;
	padding: 5px;
	transition: all .2s;
	position: relative;
}

.category-right .cate-cont .cate-list li a {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	gap: 0 16px;
	text-decoration: none;
	color: inherit;
	align-items: start;
	z-index: 1;
	position: relative;
}

.category-right .cate-cont .cate-list li::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	transition: all .2s;
	opacity: 0;
}

.category-right .cate-cont:nth-child(1) .cate-list {
	background: url(../images/menu-icon/menu-bg-1.jpg) no-repeat bottom center/cover;
}

.category-right .cate-cont:nth-child(2) .cate-list {
	background: url(../images/menu-icon/menu-bg-2.jpg) no-repeat bottom center/cover;
}

.category-right .cate-cont:nth-child(3) .cate-list {
	background: url(../images/menu-icon/menu-bg-3.jpg) no-repeat bottom center/cover;
}

.category-right .cate-cont:nth-child(4) .cate-list {
	background: url(../images/menu-icon/menu-bg-4.jpg) no-repeat bottom center/cover;
}

.category-right .cate-cont .cate-list li:hover::before {
	opacity: 1;
}

.category-right .cate-cont:nth-child(5) .cate-list {
	background: url(../images/menu-icon/menu-bg-5.jpg) no-repeat bottom center/cover;
}

.category-right .cate-cont:nth-child(6) .cate-list {
	background: url(../images/menu-icon/menu-bg-6.jpg) no-repeat bottom center/cover;
}

.category-right .cate-cont:nth-child(7) .cate-list {
	background: url(../images/menu-icon/menu-bg-7.jpg) no-repeat bottom center/cover;
}

.category-right .cate-cont:nth-child(8) .cate-list {
	background: url(../images/menu-icon/menu-bg-8.jpg) no-repeat bottom center/cover;
}

.category-right .cate-cont:nth-child(9) .cate-list {
	background: url(../images/menu-icon/menu-bg-9.jpg) no-repeat bottom center/cover;
}

.category-right .cate-cont:nth-child(10) .cate-list {
	background: url(../images/menu-icon/menu-bg-10.jpg) no-repeat bottom center/cover;
}

.category-right .cate-cont:nth-child(11) .cate-list {
	background: url(../images/menu-icon/menu-bg-11.jpg) no-repeat bottom center/cover;
}

.category-right .cate-cont:nth-child(12) .cate-list {
	background: url(../images/menu-icon/menu-bg-12.jpg) no-repeat bottom center/cover;
}

.category-right .cate-cont:nth-child(13) .cate-list {
	background: url(../images/menu-icon/menu-bg-13.jpg) no-repeat bottom center/cover;
}

.category-right .cate-cont .cate-list li a .cate-img {
	grid-row: span 2;
	width: 180px;
	height: 180px;
	margin: 0;
	overflow: hidden;
}

.category-right .cate-cont .cate-list li a .cate-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all .2s;
}

.category-right .cate-cont .cate-list li a .cate-title {
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	font-weight: bold;
	align-self: end;
	padding-bottom: 5px;
	color: #333;
	transition: all .2s;
}

.category-right .cate-cont .cate-list li:hover a .cate-title {
	color: var(--base-blue);
}

.category-right .cate-cont .cate-list li:hover a .cate-img img {
	transform: scale(1.05);
}

.category-right .cate-cont .cate-list li a .cate-des {
	grid-column: 2;
	grid-row: 2;
	margin: 0;
	line-height: 1.6;
	align-self: start;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.category-right .cate-cont>a {
	line-height: 30px;
	height: 30px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

.category-right .cate-cont>a:hover {
	color: var(--base-blue);
}

.category-right .cate-cont>a.cate-more {
	margin-bottom: 0;
	margin-top: 20px;
	text-align: right;
	font-size: 16px;
}

.category-right .cate-cont>a.cate-more i {
	margin-left: 5px;
}

.major-cate {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #000;
	line-height: 50px;
	font-weight: bold;
	transition: all .2s;
	padding-left: 10px;
}

.major-cate.active {
	background: #f5f5f5;
	color: var(--base-blue);
}

.major-cate::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid #f5f5f5;
	position: absolute;
	left: 100%;
	opacity: 0;
	z-index: 2;
	transition: all .2s;
}

.major-cate.active::after {
	opacity: 1;
}

.major-cate::before {
	content: '';
	width: 24px;
	height: 24px;
	display: inline-block;
	filter: brightness(0);
	transition: all .2s;
	margin-right: 15px;
	flex-shrink: 0;
}

.major-cate:nth-child(2)::before {
	background: url(../images/menu-icon/1-Industrial-Air-Conditioner.png) no-repeat top center/cover;
}

.major-cate:nth-child(4)::before {
	background: url(../images/menu-icon/2-Cabinet-Air-Conditioner.png) no-repeat top center/cover;
}

.major-cate:nth-child(5)::before {
	background: url(../images/menu-icon/3-Unitary-Air-Conditioner.png) no-repeat top center/cover;
}

.major-cate:nth-child(6)::before {
	background: url(../images/menu-icon/4-Marine-Air-Conditioner.png) no-repeat top center/cover;
}

.major-cate:nth-child(7)::before {
	background: url(../images/menu-icon/5-Crane-Air-Conditioner.png) no-repeat top center/cover;
}

.major-cate:nth-child(10)::before {
	background: url(../images/menu-icon/6-Rooftop-Unit.png) no-repeat top center/cover;
}

.major-cate:nth-child(8)::before {
	background: url(../images/menu-icon/7-Agricutual-Air-Conditioner.png) no-repeat top center/cover;
}

.major-cate:nth-child(3)::before {
	background: url(../images/menu-icon/8-Precision-Air-Conditioner.png) no-repeat top center/cover;
}

.major-cate:nth-child(1)::before {
	background: url(../images/menu-icon/9-Chiller.png) no-repeat top center/cover;
}

.major-cate:nth-child(11)::before {
	background: url(../images/menu-icon/10-Harsh-Environment-Air-Conditioner.png) no-repeat top center/cover;
}

.major-cate:nth-child(12)::before {
	background: url(../images/menu-icon/11-Portable-Air-Conditioner.png) no-repeat top center/cover;
}

.major-cate:nth-child(9)::before {
	background: url(../images/menu-icon/12-Air-Handling-Unit.png) no-repeat top center/cover;
}

.major-cate:nth-child(13)::before {
	background: url(../images/menu-icon/13-Others.png) no-repeat top center/cover;
}

.major-cate.active::before {
	filter: brightness(1);
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li.nav-active>a {
	color: var(--base-blue)
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li.nav-active>a::after {
	transform: scale(1)
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li:hover>a::after {
	transform: scale(1)
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li>a {
	display: block;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	height: 80px;
	line-height: 80px;
	position: relative;
	z-index: 10;
	transition: all .3s;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: bold;
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li>a::after {
	content: '';
	display: block;
	height: 3px;
	background: var(--base-blue);
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s;
	transform: scale(0)
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul .ul {
	position: absolute;
	z-index: 1000;
	background: white;
	min-width: 200px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul .sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 180px;
	padding: 20px 0;
	background: white;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	display: none;
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul .ul>li {
	position: relative;
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul .ul,
.sep-header .sep-mainnav .sep-container .nav-list .nav-ul .sub-menu {
	pointer-events: auto;
}


.sep-header .sep-mainnav .sep-container .logo img {
	height: 50px;
	filter: brightness(0) invert(1);
	transition: all .3s;
}

.sep-header.onss .sep-mainnav .sep-container .logo img,
.sep-header:hover .sep-mainnav .sep-container .logo img {
	filter: none;
}

.sep-header .sep-mainnav .sep-container .search {
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: all .3s;
	position: relative;
	z-index: 10;
	justify-content: center;
	color: #fff;
	margin-left: calc(50 / 1920 * 100vw);
	transition: all;
}

.sep-header .sep-mainnav .sep-container .search:hover {
	background: none;
	transform: scale(1.1)
}

.sep-header .sep-mainnav .sep-container .search i {
	font-size: 24px;
	display: inline-block;
	transition: all .3s;
	font-weight: bold;
}

.sep-header.onss .sep-mainnav .sep-container .search i,
.sep-header:hover .sep-mainnav .sep-container .search i {
	color: #000;
}

.sep-header .sep-mainnav .sep-container .search i:hover {
	color: var(--base-blue)
}


.sep-header .sep-mainnav .sep-container .search .s2 {
	/*	transform: rotate(45deg);*/
	display: none
}

.sep-header .sep-mainnav .sep-container .search.ons .s2 {
	display: inline-block
}

.sep-header .sep-mainnav .sep-container .search.ons .s1 {
	display: none
}

.sep-header .sep-mainnav .sep-container .nav-right {
	display: flex;
	align-items: center
}

.sep-header .sep-mainnav .sep-container .nav-right .contact {
	display: inline-block;
	font-size: 16px;
	color: var(--base-blue);
	padding: 0 20px;
	line-height: 34px;
	border: 1px solid var(--base-blue);
	border-radius: 50px;
	transition: all .3s
}

.sep-header .sep-mainnav .sep-container .nav-right .contact:hover {
	background: var(--base-blue);
	color: #fff
}

.sep-header .sep-mainnav .sep-container .nav-right .nav-bar {
	margin-left: 40px;
	font-size: 30px;
	color: #4d4d4d;
	transition: all .3s
}

.sep-header .sep-mainnav .sep-container .nav-right .nav-bar:hover {
	color: var(--base-blue)
}

.sep-header .sep-mainnav.nav-padding .content .logo {
	padding: 6px 0
}

.sep-header .sep-mainnav.nav-padding .content .logo a img {
	max-width: 200px
}

.sep-header .nav-fixed {
	box-shadow: 0 0 5px 0 var(--base-blue)
}

.sep-header .nav-fixed .content .nav-list .search {
	display: block
}

.sep-header .nav-fixed .content .nav-list .search:hover i {
	color: var(--base-blue)
}

.sep-header .trans1 {
	transition: all .3s
}

.sep-header .gtj-t-r-deg {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sep-header .trans {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.sep-header .forms {
	width: 100%;
	z-index: 103;
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	background: var(--base-blue)
}

.sep-header .forms.ons {
	height: 94px;
	padding: 25px 0
}

.sep-header .forms .forms-boxs {
	display: block;
	width: 100%;
	overflow: hidden
}

.sep-header .forms .forms-boxs .sep-container {
	max-width: 1200px;
	margin: auto
}

.sep-header .forms form {
	line-height: normal;
	position: relative;
	width: 100%;
	overflow: hidden;
	float: right
}

.sep-header .forms form input[type='text'] {
	box-shadow: none;
	width: 100%;
	color: #fff;
	line-height: 26px;
	outline: none;
	display: inline-block;
	border: none;
	font-size: 18px;
	padding-left: 14px;
	padding-right: 40px;
	background: none;
	border-radius: 0;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
	border-bottom: 1px solid #fff
}

.sep-header .forms form input[type='text']::-webkit-input-placeholder {
	color: #fff
}

.sep-header .forms form button[type='submit'] {
	width: 38px;
	height: 100%;
	display: block;
	border: none;
	background: none;
	outline: none;
	position: absolute;
	top: 0;
	right: 0
}

.sep-header .forms form button[type='submit'] i {
	font-size: 18px;
	color: #fff;
	border-color: #fff;
	transition: all .3s;
	display: block
}

.sep-header .forms form button[type='submit'] i:after {
	background: #fff
}

.sep-header .forms form button[type='submit'] i:hover {
	transform: scale(1.1)
}

.sep-header .sep-mainnav .sep-container .language-menu {
	margin-left: calc(50 / 1920 * 100vw);
	position: relative;
}

.sep-header .sep-mainnav .sep-container .language-menu .lang-btn {
	color: #fff;
	height: 80px;
	line-height: 80px;
	transition: all .3s;
	font-weight: bold;
	white-space: nowrap;
}

.sep-header.onss .sep-mainnav .sep-container .language-menu .lang-btn,
.sep-header:hover .sep-mainnav .sep-container .language-menu .lang-btn {
	color: #000;
}

.sep-header .sep-mainnav .sep-container .language-menu .lang-btn:hover,
.sep-header .sep-mainnav .sep-container .language-menu .lang-btn.active {
	color: var(--base-blue) !important;
}

.sep-header .sep-mainnav .sep-container .language-menu .lang-list {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	overflow-x: hidden;
	max-height: 500px;
	z-index: 10;
}

.sep-header .sep-mainnav .sep-container .language-menu .lang-list ul {
	background: #fff;
}

.sep-header .sep-mainnav .sep-container .language-menu .lang-list ul li {
	text-indent: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	line-height: 20px;
	padding-right: 10px;
}

.sep-header .sep-mainnav .sep-container .language-menu:hover .lang-list {
	display: block;
}

.sep-header .sep-mainnav .sep-container .language-menu a {
	color: #fff;
	transition: all .3s;
	display: inline-block;
}

.sep-header .sep-mainnav .sep-container .language-menu a:hover,
.sep-header .sep-mainnav .sep-container .language-menu a.active {
	color: var(--base-blue) !important;
}

.sep-header.onss .sep-mainnav .sep-container .language-menu a,
.sep-header:hover .sep-mainnav .sep-container .language-menu a {
	color: #000;
}

.padding-100 {
	padding: 3% 0
}

.main-padding {
	padding: 90px 0
}

.head-cover {
	width: 100%;
	height: 140px
}

.inner-cover {
	height: 145px
}

@keyframes loading {
	0% {
		bottom: 40px
	}

	50% {
		bottom: 50px
	}

	100% {
		bottom: 40px
	}
}

.fly-icons {
	display: block;
	-webkit-animation: loading 1s linear infinite alternate;
	-moz-animation: loading 1s linear infinite alternate;
	-ms-animation: loading 1s linear infinite alternate;
	-o-animation: loading 1s linear infinite alternate;
	animation: loading 1s linear infinite alternate
}

.swiper-pc {
	position: relative;
	overflow: hidden
}

.swiper-pc .swiper-container .control-btn {
	position: absolute;
	width: 1600px;
	max-width: 100%;
	left: 50% !important;
	bottom: 10% !important;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: center;
}

.swiper-pc .swiper-container .swiper-pagination {
	position: relative;
	z-index: 333;
	display: flex;
	gap: 18px;
}

.swiper-pc .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	margin: 15px 0 !important;
	position: relative;
	border: 1px solid #fff;
	transition: all .3s;
}

.swiper-pc .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	transform: scale(1.6);
}

.swiper-pc .swiper-button-prev {
	transform: rotate(180deg);
}

.swiper-pc .swiper-button-prev,
.swiper-pc .swiper-button-next {
	position: relative;
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	margin-top: 0;
	transition: all .3s;
	display: none;
}

.swiper-pc .swiper-button-prev:hover,
.swiper-pc .swiper-button-next:hover {
	background: var(--base-blue);
	color: #fff;
}

.swiper-pc .pc-page {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%
}

.swiper-pc .pc-page .sep-container {
	justify-content: flex-start
}

.swiper-pc .pc-page .swiper-num {
	font-size: 18px;
	color: #fff;
	position: relative;
	z-index: 3;
	margin-left: 100px
}

.swiper-pc .pc-page .swiper-num .active {
	color: var(--base-blue);
	font-size: 18px
}

.swiper-pc .pc-page .swiper-num i {
	margin: 0 6px;
	font-style: normal;
	margin-right: 0
}

.swiper-pc .pc-page .swiper-num span {
	font-size: 18px
}

.swiper-pc .banner-scroll {
	color: #fff;
	font-size: 26px;
	position: absolute;
	left: 49%;
	bottom: 40px;
	width: 100%;
	text-align: center;
	cursor: pointer;
	height: auto;
	display: block;
	transition: all .3s;
	z-index: 3333;
	width: auto
}

.swiper-pc .banner-scroll p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px
}

.swiper-pc .banner-scroll:hover {
	color: var(--base-blue)
}

.swiper-pc .banner-scroll i {
	font-size: 32px;
	margin-left: 10px;
	vertical-align: middle;
	display: block;
	color: #fff
}

.swiper-pc .banner-scroll .icon1 {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px
}

.text-upper {
	text-transform: uppercase
}

.sep-banner {
	width: 100%;
	overflow: hidden;
	position: relative
}

.video-banner {
	position: relative;
	width: 100%;
	height: 100vh;
}

.video-banner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.video-banner .ban-videobox {
	width: 100%;
	height: 100%;
	position: relative;
}

.video-banner .ban-videobox::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .3), transparent);
	z-index: 2;
	display: block;
}

.video-banner video::-webkit-media-controls {
	display: none;
}

.video-des {
	width: 1600px;
	max-width: 100%;
	position: absolute;
	left: 50% !important;
	bottom: 15% !important;
	transform: translateX(-50%);
	z-index: 3;
	color: #fff;
	/* text-shadow: 0 0 15px rgba(0, 0, 0, .2); */

}

.video-cont {
	width: fit-content;
}

.video-des h1 {
	font-size: calc(72 / 1920 * 100vw);
	color: inherit;
	font-weight: bold;
}

.video-des h1 span {
	color: var(--base-blue);
}

.video-des h2 {
	color: inherit;
	font-size: calc(30 / 1920 * 100vw);
	margin: 20px 0;
	font-weight: bold;
}

.video-des p {
	font-size: 24px;
	line-height: 1.5;
	color: inherit;
}

.sep-banner .back img {
	width: 100%
}

.sep-banner .banner-main {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%
}

.sep-banner .banner-main .back {
	display: block;
	width: 100%;
	height: 100%
}

.sep-banner .banner-main .gif-img {
	background: url(../images/snow.gif) repeat top center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.15;
}

.sep-banner .sep-container {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 calc(150 / 1920 * 100vw);
	max-width: none;
}

.sep-banner .sep-container .banner-div {
	position: relative;
	max-width: 800px;
}

.sep-banner .sep-container .banner-div.ban-center {
	margin: 0 auto;
	text-align: center;
	max-width: 1400px;
}

.sep-banner .sep-container .banner-title {
	font-size: calc(82 / 1920 * 100vw);
	color: #fff;
	transition: all .3s;
	display: block;
	width: 100%;
	line-height: 1.2;
}

.sep-banner .sep-container .banner-title span {
	white-space: nowrap;
	font-size: calc(76 / 1920 * 100vw);
}

.sep-banner .sep-container .ban-center .banner-title {
	width: 80%;
	margin: 0 auto;
}

.sep-banner .sep-container .banner-title:hover {
	transform: translateY(-10px)
}

.sep-banner .sep-container .banner-subtitle {
	font-size: calc(28 / 1920 * 100vw);
	color: #fff;
	line-height: 32px;
	margin-bottom: calc(32 / 1920 * 100vw);
}

.sep-banner .sep-container .banner-subtitle.bigger {
	font-size: calc(38 / 1920 * 100vw);
}

.sep-banner .sep-container .banner-des {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 30px;
	margin-top: 30px
}

.sep-banner .sep-container .banner-des p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 30px
}

.sep-banner .sep-container .banner-des p a {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 30px;
	text-decoration: underline
}

.sep-banner .sep-container .banner-des p a:hover {
	text-decoration: none
}

.sep-banner .sep-container .banner-more {
	display: inline-block;
	margin-top: 40px
}

.sep-banner .sep-container .banner-more span,
.sep-banner .sep-container .banner-more a {
	font-size: 18px;
	display: inline-block;
	width: auto;
	padding: 0 30px;
	line-height: 46px;
	text-align: center;
	transition: all .3s;
	position: relative;
	background: var(--base-blue);
	color: #fff;
	border-radius: 50px;
	border: 1px solid transparent
}

.sep-banner .sep-container .banner-more span:hover,
.sep-banner .sep-container .banner-more a:hover {
	background: #fff;
	color: var(--base-blue)
}

.sep-banner .sep-container .banner-more span i,
.sep-banner .sep-container .banner-more a i {
	margin-left: 12px;
	vertical-align: middle;
	font-size: 22px
}

.sep-banner .swiper-slide1 .banner-main .banner-div {
	text-align: left
}

.sep-banner .swiper-slide1 .banner-main .banner-div .banner-title {
	color: #333;
	text-align: left
}

.sep-banner .swiper-slide1 .banner-main .banner-div .banner-des {
	font-size: 30px;
	line-height: 40px;
	text-align: left;
	color: #000;
	margin-top: 40px;
	max-width: 600px
}

.sep-banner .swiper-slide1 .banner-main .banner-div .banner-more {
	margin-top: 160px
}

.sep-banner .swiper-slide1 .banner-main .banner-div .banner-more span {
	color: #000
}

.sep-banner .swiper-slide1 .banner-main .banner-div .banner-more span:hover {
	border-color: #000
}

.index-swiper .swiper-button-prev,
.index-swiper .swiper-button-next {
	margin-top: 0;
	width: calc(1 / 6 * 100%);
	height: 100%;
	top: 0;
	opacity: 0;
	transition: all .3s;
}

.index-swiper .swiper-button-prev {
	left: 0;
	background: linear-gradient(to right, #111, transparent);
}

.index-swiper .swiper-button-next {
	right: 0;
	background: linear-gradient(to left, #111, transparent);
}

.index-swiper .swiper-button-prev:hover,
.index-swiper .swiper-button-next:hover {
	opacity: .5;
}

.flex {
	display: flex
}

.flex-end {
	justify-content: flex-end;
}

.flex-wrap {
	flex-wrap: wrap
}

.padding-120 {
	padding: 120px 0
}

.padding-110 {
	padding: 5% 0
}

.bg-black {
	background: #333;
}

.bg-f7 {
	background: #f7f7f7
}

.bg-f8 {
	background: #f8f8f8
}

.top-title-pro {
	margin-bottom: 50px
}

.top-title-pro .title {
	font-size: 30px;
	line-height: 40px;
	color: var(--base-blue)
}

.top-title-pro .title::after {
	content: '';
	display: inline-block;
	width: 60%;
	height: 1px;
	background: var(--base-blue);
	vertical-align: middle;
	margin-left: 20px
}

.top-title-pro .title a {
	font-size: 30px;
	line-height: 40px;
	color: var(--base-blue);
	display: inline-block;
	transition: all .3s
}

.top-title-pro .title a:hover {
	color: #333
}

.top-title-pro .title-des {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 4px
}

.mt-80 {
	margin-top: 80px
}

.indu-box .indu-top {
	padding: 5% 0 10px;
}

.indu-box .indu-top .top-title .title {
	z-index: 0
}

.indu-box .indu-top .top-title .title a {
	position: relative;
	z-index: 2
}

.indu-bottom .indu-info {
	width: 35%;
	padding: 50px 0;
}

.indu-box {
	background: #111;
}


.indu-bottom {
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
}

.indu-bottom .indu-info .thumb-title {
	font-size: 36px;
	color: var(--base-blue);
	line-height: 42px;
	display: inline-block;
	transition: all .3s
}

.indu-bottom .indu-info .thumb-title::after {
	content: '';
	display: block;
	width: 46px;
	height: 5px;
	background: var(--base-blue);
	margin-top: 10px
}


.indu-bottom .indu-info .thumb-des {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-top: 30px
}

.indu-bottom .about-video {
	width: 50%;
	margin-right: 90px;
}

.indu-bottom .about-video video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	cursor: pointer;
}

.padding-80 {
	padding: 80px 0
}

.xc-more {
	display: inline-block;
	padding: 0 38px;
	line-height: 48px;
	border: 1px solid var(--base-blue);
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	transition: all .3s;
	margin-top: 30px;
	background: var(--base-blue);
	border-radius: 50px
}

.xc-more:hover {
	background: none;
	color: var(--base-blue) !important;
}

.xc-more i {
	margin-left: 6px;
	color: inherit;
}



.contact-box {
	background: url(../images/index-send2.jpg) no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding: 5% 0;
}

.contact-box .top-title {
	margin-bottom: 0
}

.title-logo {
	margin: 0 auto 30px;
}

.title-logo img {
	filter: brightness(0) invert(1);
	width: 120px;
}


.news-box .news-ul {
	display: flex;
	gap: 30px;
}

.news-box .news-ul-box {
	/* border-bottom: 1px solid #e6e6e6 */
}

.news-box .news-ul-box li {
	transition: all .3s;
	border-radius: 15px;
	overflow: hidden;
	flex: 1;
}

.news-box .news-ul-box li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.news-box .news-ul-box li .sep-container {
	/* border-top: 1px solid rgba(255, 255, 255, 0.1); */
	padding: 30px;
	justify-content: space-between;
	background: #F0F2F5;
	height: 100%;
}

.news-box .news-ul-box li .sep-container .news-info {
	/* width: 58% */
}

.news-box .news-ul-box li .sep-container .news-info .thumb-title {
	font-size: 20px;
	color: #111;
	line-height: 32px;
	transition: all .3s;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-box .news-ul-box li:hover .news-info .thumb-title {
	color: var(--base-blue)
}

.news-box .news-ul-box li .sep-container .news-info .thumb-des {
	font-size: 16px;
	color: #999;
	line-height: 26px;
	margin-top: 10px
}

.news-box .news-ul-box li .sep-container .news-info a.thumb-more {
	margin-top: 22px;
	color: var(--base-blue);
	display: inline-block;
	transition: all .3s;
}

.news-box .news-ul-box li .sep-container .news-info a.thumb-more i {
	font-size: 18px;
	vertical-align: middle;
}

.news-box .news-ul-box li .sep-container .news-info a.thumb-more:hover {
	transform: translateX(10px);
}

.news-box .news-ul-box li .sep-container .thumb {
	display: block;
	overflow: hidden;
	border-radius: 15px;
}

.news-box .news-ul-box li .sep-container .thumb img {
	width: 100%;
	transition: all .3s
}

.news-box .news-ul-box li .sep-container .thumb:hover img {
	transform: scale(1.1)
}

.news-box .news-ul-box li .sep-container .time-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px 0;
}


.news-box .news-ul-box li .sep-container .time-box .date {
	font-size: 18px;
	color: #666;
	line-height: 20px;
	font-weight: bold;
}

.news-box .news-ul-box li .sep-container .time-box .parent {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--base-blue);
	line-height: 26px;
	border-radius: 12px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: -50px;
	margin-right: 20px;
	z-index: 2;
}

.side-title {
	width: 24%;
	padding: 40px 40px 40px 0;
	display: flex;
	flex-direction: column;
}

.side-title .title {
	font-size: calc(54 / 1920 * 100vw);
	color: var(--base-blue);
	line-height: 1.5;
	margin-bottom: 20px;
}

.side-title .title::after {
	content: '';
	display: block;
	width: 46px;
	height: 5px;
	background: var(--base-blue);
	margin-top: 10px;
}

.side-title .title-des {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	text-transform: capitalize;
}

.side-title .xc-more {
	margin-top: 100px;
	width: fit-content;
}

.pro-container {
	position: relative;
}

/* .pro-container::before {
	content: '';
	width: 95%;
	height: calc(100% + 60px);
	background: var(--base-blue);
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
} */

.pro-swiper {
	width: 100%;
	overflow: hidden;
}

.pro-swiper .swiper-slide {
	background: #fff;
}

.pro-swiper .box {
	position: relative;
}

.pro-swiper .box .info {

	width: 100%;
	text-align: center;
	padding: 15px;
}

.pro-swiper .box .info h2 {
	color: #111;
	font-size: 22px;
	transition: all .3s;
}

.pro-swiper .box:hover .info h2 {
	color: var(--base-blue);
}

.pro-swiper .box .img-overlay img {
	transition: all .3s;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transform-origin: bottom center;
}

.pro-swiper .swiper-slide .box .img-overlay {
	overflow: hidden;
	aspect-ratio: 1 / 1.2;
}

.pro-swiper .swiper-slide:hover .box .img-overlay img {
	transform: scale(1.05);
}

.pro-swiper .swiper-notification {
	display: none;
}

.control-pro {
	display: flex;
	gap: 15px;
	margin-top: auto;
}

.control-pro .prev,
.control-pro .next {
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	transition: all .3s;
}

.control-pro .prev:hover,
.control-pro .next:hover {
	background: var(--base-blue);
	color: #fff;
}

.control-pro .prev {
	transform: rotate(180deg);
}

/* new pro */
.pro-cont {
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
	width: 76%;
}

.pro-cont .pro-item {
	width: calc((100% - 2px) / 3);
	position: relative;
	background: #fff;
}

.pro-item .pro-img {
	object-fit: cover;
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
	aspect-ratio: 1 / 1;
}

.pro-item .pro-img img {
	transition: all .3s;
}

.pro-info {
	text-align: center;
	padding: 15px;
	/* position: absolute;
	left: 0;
	top: calc(100% - 52px); */
	transition: All .6s ease;
	width: 100%;

}

.pro-info h2 {
	color: #111;
	font-size: 20px;
	transition: all .3s;
}

/* .pro-item:hover .pro-info {
	top: 50%;
	transform: translateY(-50%);
} */
.pro-item:hover .pro-img img {
	transform: scale(1.05);
}

.pro-item:hover .pro-info h2 {
	color: var(--base-blue);
}

.pro-swiper .swiper-slide a {
	display: block;
	padding: 20px 0;
}

.pro-swiper .swiper-slide .pro-img {
	object-fit: cover;
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	aspect-ratio: 1 / 1;
}

.pro-swiper .swiper-slide .pro-img img {
	transition: all .3s;
}

.pro-swiper .swiper-slide:hover .pro-img img {
	transform: scale(1.05);
}

.pro-swiper .swiper-slide:hover .pro-info h2 {
	color: var(--base-blue);
}

@media(max-width:768px) {
	.pro-cont {
		width: 100%;
	}

	.pro-cont .pro-item {
		width: calc((100% - 1px) / 2);
	}

	.pro-info {
		position: relative;
		top: 0;
		padding-top: 10px;
	}

	.pro-info h2 {
		font-size: 16px;
	}

	.side-title .xc-more {
		margin-top: 20px;
	}
}

/* new pro */

.products-box {
	overflow: hidden;
	background: url(../images/img2025_03.jpg) no-repeat top center/cover !important;
}

.certification-box {
	position: relative;
	background: #F0F2F5;
}

.certification-container {
	position: relative;
	margin: 0 auto;
}

.certification-swiper {
	position: relative;
	overflow: hidden;
}

/* 
.certification-swiper .swiper-slide .accordion-item .middle img {
	padding: 5px;
}

.certification-swiper .swiper-slide .accordion-item {
	align-content: flex-start;
	padding: 5px;
	align-self: center;
	transition: transform .3s ease-in-out;
}

.certification-swiper .swiper-slide .accordion-item .accordion-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-height: 100%;
}

.certification-swiper .swiper-slide.cur .accordion-item .accordion-content {
	display: none;
	transition: all .35s linear;
}

.certification-swiper .swiper-slide .accordion-item .accordion-content-collapsed {
	padding: 0 20px;
} */

@keyframes accordionAnimate {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* 
.certification-swiper .swiper-slide .accordion-item .accordion-content-collapsed {
	display: none;
	transition: width .35s linear;
	opacity: 0;
}

.certification-swiper .swiper-slide.cur .accordion-item .accordion-content-collapsed {
	display: flex;
	flex-direction: column;
	align-items: center;
	opacity: 1;
	animation: accordionAnimate .35s linear;
}
*/
.certification-swiper .swiper-slide .accordion-item h5 {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	margin: 0;
	line-height: 1.6;
	text-align: center;
}

.certification-swiper .swiper-slide .accordion-item {
	/* border: 1px solid #F0F2F5;
	background: #fff; */
	/* height: 100%; */
	/* padding: 20px 0; */
}

.top {
	display: none;
}

.certification-box {
	background: url(../images/bg2.jpg) no-repeat;
	background-size: cover;
	background-position: 0;
}


.certification-container .prev,
.pro-container .prev {
	transform: rotate(180deg);
	left: -60px;
}

.certification-container .next,
.pro-container .next {
	right: -60px;
}

.certification-container .prev,
.certification-container .next,
.pro-container .prev,
.pro-container .next {
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	transition: all .3s;
}

.certification-container .prev:hover,
.certification-container .next:hover {
	background: var(--base-blue);
	color: #fff;
}

@media(max-width:1600px) {

	.certification-container .next,
	.pro-container .next {
		right: -40px;
	}

	.certification-container .prev,
	.pro-container .prev {
		left: -40px;
	}
}

@media(max-width:992px) {
	.pro-swiper {
		margin-bottom: 20px;
	}


	.certification-swiper .swiper-slide .accordion-item h5 {
		font-size: 16px;
	}

	.certification-container .control-cer,
	.control-pro {
		top: 100%;
		position: relative;
		display: flex;
		justify-content: center;
		align-self: center;
		width: 100%;
		gap: 10px;
	}

	.certification-container .prev,
	.certification-container .next,
	.pro-container .prev,
	.pro-container .next {
		position: relative;
		left: 0;
		right: 0;
		margin: 0;
	}
}


@media(min-width:992px) {
	.certification-swiper .swiper-slide {
		/* width: calc(1200px / 6) !important;
		height: 650px; */
	}

	.certification-swiper .swiper-slide.cur {
		/* width: calc((1200px / 6) * 2) !important; */
	}

	.certification-swiper .swiper-slide .accordion-item .accordion-content {
		/* writing-mode: vertical-lr;
		text-align: start;
		transform: rotate(180deg);
		height: 300px;
		writing-mode: vertical-rl; */
	}
}

@media(min-width:1440px) {
	.certification-container {
		max-width: 100%;
	}

	.certification-swiper .swiper-slide {
		/* width: calc(1400px / 7) !important; */
		/* height: 620px; */
	}

	.certification-swiper .swiper-slide.cur {
		/* width: calc((1400px / 7) * 2) !important; */
	}

	.certification-swiper .swiper-slide {
		/* height: 650px; */
	}
}

@media(min-width:1600px) {
	.certification-container {
		/* max-width: calc(100vw - 150px); */
	}
}

@media(min-width:1720px) {
	.certification-swiper .swiper-slide {
		/* width: calc(1600px / 9) !important;
		height: 620px; */
	}

	.certification-swiper .swiper-slide.cur {
		/* width: calc((1600px / 9) * 2) !important; */
	}
}

.brand-container {
	position: relative;
}

.brand-box {
	position: relative;
	padding-bottom: 0;
}

.brand-bg {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.brand-bg .brand-bg-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	transition: all .4s ease;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.brand-bg .brand-bg-img.active {
	opacity: 1;
}

.brand-logo {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

.brand-logo .brand-item {
	width: 25%;
	background: rgba(0, 0, 0, .3);
	text-align: center;
	padding: 50px;
	aspect-ratio: 5 / 4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 30px;
	border-right: 1px solid #fff;
}

.brand-logo .brand-item:nth-child(4n) {
	border-right: none;
}

.brand-logo .brand-item:nth-child(-n+4) {
	border-bottom: 1px solid #fff;
}

.brand-logo .brand-item.active {
	background: rgba(0, 0, 0, .5);
}

.brand-logo .brand-item .logo-box img {
	max-width: 50%;
}

.brand-logo .brand-item p {
	color: #fff;
	text-align: center;
}

@media(max-width:768px) {
	.brand-logo .brand-item {
		width: 50%;
		border-bottom: 1px solid #fff;
	}

	.brand-logo .brand-item:nth-child(4n) {
		border-right: 1px solid #fff;
	}

	.brand-logo .brand-item:nth-child(2n) {
		border-right: none;
	}
}

.company-box {
	background: #0e2131 url(../images/index-factory.webp) no-repeat bottom right/48% auto;
	position: relative;
	padding-top: 5%;
	overflow: hidden;
}

.company-box::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, .1), transparent);
	display: block;
	content: '';
	z-index: 1;
}

.comp-cont {
	z-index: 2;
	position: relative;
	width: 50%;
}

.comp-cont h3 {
	color: rgba(255, 255, 255, .9);
	display: flex;
	align-items: center;
	font-size: 24px;
}

.comp-cont h3::after {
	content: '';
	display: inline-block;
	width: 46px;
	height: 5px;
	background: rgba(255, 255, 255, .9);
	margin-left: 10px;
}

.comp-cont h1 {
	font-size: calc(48 / 1920 * 100vw);
	color: var(--base-blue);
	margin: 30px 0 50px;
}

.comp-cont .comp-des {
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.comp-cont .comp-des p {
	font-size: 18px;
	color: rgba(255, 255, 255, .9);
	line-height: 30px;
	margin-bottom: 1em;
}

.comp-data {
	width: 50%;
	border-radius: 40px 0 0 0;
	background: #fff;
	z-index: 2;
	padding: 35px 0 30px;
	/* margin-top: 50px; */
}

.comp-data ul li {
	width: 33.3333%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.comp-data ul li .data-info h4 {
	font-size: calc(50 / 1920 * 100vw);
	color: #111;
	font-weight: bold;
}

.comp-data ul li .data-info h4 .stat-number {
	display: inline;
}

.comp-data ul li .data-info h4 sup {
	font-size: 16px;
	vertical-align: baseline;
	margin-left: 5px;
	font-weight: normal;
}

.comp-data ul li .data-info p {
	font-size: 18px;
	margin-top: 5px;
}

.comp-data ul li .data-icon {
	margin-right: 20px;
	width: 36px;
	height: 36px;
}

.comp-data ul li .data-icon svg {
	width: 100%;
	height: 100%;
	fill: var(--base-blue);
	overflow: auto;
}

.video-play {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	position: relative;
}

@keyframes shockwaveJump {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.05);
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes shockwave {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), inset 0 0 1px rgba(0, 0, 0, 0.2);
	}

	95% {
		box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
	}

	100% {
		-webkit-transform: scale(2.25);
		transform: scale(2.25);
	}
}

.video-play .play-btn {
	cursor: pointer;
	border-radius: 50%;
	transition: all .3s;
	animation: shockwaveJump 3s ease-in-out infinite;
}

.video-play .play-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	-webkit-animation: shockwave 1.5s ease-in-out infinite;
	animation: shockwave 1.5s ease-in-out infinite;
}

.play-btn-new {
	text-align: center;
}

.play-btn-new p {
	color: var(--base-blue);
	margin-top: 20px;
	font-weight: bold;
	text-shadow: 1px 0px 0 rgba(255, 255, 255, .3);
}

.play-btn-new a.video-btn {
	display: block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: var(--base-blue);
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
	transition: all .3s ease;
}

.play-btn-new a.video-btn::before {
	content: " ";
	width: 125%;
	height: 125%;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	position: absolute;
	left: -12px;
	top: -12px;
	z-index: -1;
}

.play-btn-new:hover a.video-btn {
	transform: scale(1.05);
}

.play-btn-new a.video-btn i {
	color: #fff;
}

.play-btn-new a.video-btn i::before {
	font-size: 60px;
	line-height: 90px;
}

.video-box {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, .5);
}

.video-box #modalVideo {
	width: 1280px;
	height: 720px;
	max-width: 90%;
	aspect-ratio: 1280 / 720;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.close-video {
	cursor: pointer;
	position: fixed;
	top: 50px;
	right: 50px;
	z-index: 999999;
	color: #000;
	background: #fff;
	border-radius: 50%;
	padding: 10px;
	border: 0;
	font-size: 24px;
	display: flex;
	align-items: center;
	opacity: .8;
	transition: opacity .2s;
}

.close-video:hover {
	opacity: 1;
}

.waves {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	filter: grayscale(100%) brightness(500%);
	opacity: .6;
}

canvas {
	display: block;
}

.bg-black {
	/* background: #333; */
}

.bg-black .top-title .title-des {
	color: #fff;
}

.richtext a {
	color: var(--base-blue)
}

.richtext a:hover {
	text-decoration: underline
}

.swiper-mb {
	display: none
}

.main-padding {
	padding: 90px 0
}

.foot-contact-ul .sep-container {
	border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.foot-contact-ul .sep-container ul {
	width: 100%;
	display: flex;
	padding: 60px 0;
	justify-content: space-between
}

.foot-contact-ul .sep-container ul li {
	display: flex;
}

.foot-contact-ul .sep-container ul li:nth-child(1) {
	padding-left: 0
}

.foot-contact-ul .sep-container ul li:last-child {
	border: none;
	margin-right: 0;
}

.foot-contact-ul .sep-container ul li .icon {
	width: 55px;
	height: 55px;
	background: var(--base-blue);
	border: 1px solid var(--base-blue);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color: #fff;
	transition: all .3s;
	flex-shrink: 0;
}

.foot-contact-ul .sep-container ul li .icon:hover {
	color: var(--base-blue);
	background: #fff
}

.foot-contact-ul .sep-container ul li .icon-des {
	font-size: 16px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.5);
	max-width: 353px;
	margin-left: 10px
}

.foot-contact-ul .sep-container ul li .icon-des p {
	color: rgba(255, 255, 255, 0.5)
}

.foot-contact-ul .sep-container ul li .icon-des a {
	font-size: 16px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.5)
}

.foot-contact-ul .sep-container ul li .icon-des a:hover {
	text-decoration: underline;
	color: var(--base-blue)
}

.foot-contact-ul .sep-container ul .title-li {
	display: none
}

.foot-contact-ul .sep-container ul .title-li a {
	font-size: 22px;
	color: #fff
}

.foot-contact-ul .sep-container ul .logo-li {
	display: block
}

.foot-contact-ul .sep-container ul .logo-li .fo-media {
	margin-top: 20px
}

.sep-footer h5.footer-link {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.sep-footer .social-icons {
	display: flex;
	align-items: center;
	gap: 10px;
}

.sep-footer .social-icons a.link-icon {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 1px solid var(--base-blue);
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sep-footer .social-icons a.link-icon i {
	color: var(--base-blue);
	font-size: 22px;
	transition: all 0.3s ease;
}

.sep-footer .social-icons a.link-icon:hover {
	background: var(--base-blue);
}

.sep-footer .social-icons a.link-icon:hover i {
	color: #fff;
}

.sep-footer {
	background: #222;
	width: 100%;
	float: left;
	position: relative;
}

.sep-footer>.foot-contact-ul {
	z-index: 2;
	position: relative;
}

.sep-footer>.sep-container {
	position: relative;
	padding: 3% 0 3%;
	z-index: 2;
}

.sep-footer>.sep-container .foot-top {
	display: flex;
	justify-content: space-between;
	position: relative
}

.sep-footer>.sep-container .foot-top .foot-ul {
	margin-right: 20px
}

.sep-footer>.sep-container .foot-top .foot-ul::before {
	display: none
}

.sep-footer>.sep-container .foot-top .foot-ul:last-child {
	max-width: 320px;
	margin-right: 0;
}

.sep-footer>.sep-container .foot-top .foot-ul:last-child .foot-des {
	margin-top: 30px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 30px
}

.sep-footer>.sep-container .foot-top .foot-ul:last-child .foot-more {
	line-height: 42px;
	padding: 0 24px
}

.sep-footer>.sep-container .foot-top .foot-ul>li {
	margin-bottom: 38px
}

.sep-footer>.sep-container .foot-top .foot-ul>li.onss .li-list {
	display: block
}

.sep-footer>.sep-container .foot-top .foot-ul>li .list-title {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	position: relative;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}

.sep-footer>.sep-container .foot-top .foot-ul>li .list-title a {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	display: block;
	transition: all .3s;
	text-transform: uppercase
}

.sep-footer>.sep-container .foot-top .foot-ul>li .list-title a:hover {
	color: var(--base-blue)
}

.sep-footer>.sep-container .foot-top .foot-ul>li .list-title i {
	display: none
}

.sep-footer>.sep-container .foot-top .foot-ul>li .list-title::after {
	content: '';
	display: block;
	width: 18px;
	height: 3px;
	background: var(--base-blue);
	border-radius: 2px;
	margin-top: 12px;
	position: relative;
	z-index: 444
}

.sep-footer>.sep-container .foot-top .foot-ul>li .li-list {
	margin-top: 30px
}

.sep-footer>.sep-container .foot-top .foot-ul>li .li-list li {
	display: block;
	padding-left: 16px;
	position: relative;
	transition: all .3s;
	padding-left: 0;
	margin-bottom: 4px;
	line-height: 24px
}

.sep-footer>.sep-container .foot-top .foot-ul>li .li-list li .con .title {
	color: #ccc;
	line-height: 32px;
	font-size: 16px
}

.sep-footer>.sep-container .foot-top .foot-ul>li .li-list li .con .des {
	color: #ccc;
	line-height: 32px;
	font-size: 16px
}

.sep-footer>.sep-container .foot-top .foot-ul>li .li-list li a {
	color: #ccc;
	line-height: 30px;
	font-size: 16px;
	display: block;
	transition: all .3s
}

.sep-footer>.sep-container .foot-top .foot-ul>li .li-list li a:hover {
	color: var(--base-blue)
}

.sep-footer>.sep-container .foot-top .foot-ul>li .li-list .pro-title {
	margin-bottom: 18px
}

.sep-footer>.sep-container .foot-top .foot-ul>li .li-list .pro-title i {
	display: none
}

.sep-footer>.sep-container .foot-top .foot-ul>li .li-list .pro-title a {
	font-size: 20px;
	line-height: 30px;
	color: #fff
}

.sep-footer>.sep-container .foot-top .foot-ul>li .li-list .pro-title a:hover {
	color: var(--base-blue)
}

.sep-footer .fo-media a {
	font-size: 20px;
	margin: 0;
	display: inline-flex;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	color: rgba(255, 255, 255, 0.4);
	transition: all .3s;
	margin-left: 15px
}

.sep-footer .fo-media a:hover {
	color: #fff
}

.sep-footer .copyRight {
	position: relative;
}

.sep-footer .copyRight::after {
	content: '';
	background: var(--base-blue);
	left: 0;
	top: 0;
	z-index: 1;
	position: absolute;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
	width: 100%;
	height: 100%;
	display: block;
}

.sep-footer .copyRight::before {
	content: '';
	background: var(--base-blue);
	left: 0;
	top: 0;
	z-index: 1;
	position: absolute;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
	width: 100%;
	height: 100%;
	display: block;
}

.sep-footer .copyRight .main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 0 20px;
	gap: 10px;
	position: relative;
	z-index: 2;

}

.sep-footer .copyRight .main span {
	color: #fff;
	font-size: 16px
}

.sep-footer .copyRight .main span a {
	color: #fff;
	font-size: 16px
}

.sep-footer .copyRight .main span a:hover {
	color: #fff
}

.sep-footer .copyRight .main span i {
	font-style: initial;
	margin: 0 5px
}

.mt-60 {
	margin-top: 40px !important
}

#onlineService {
	position: fixed;
	right: 0;
	display: none;
	z-index: 100998;
}

.offside {
	width: 50px
}

.offside li {
	width: 50px;
	height: 50px;
	position: relative;
	background: #b1b1b1;
	border-bottom: 1px solid #fff;
	text-align: center;
	transition: all .7s;
	-webkit-transition: all .7s
}

.offside .code {
	position: absolute;
	top: 0;
	right: 50px;
	display: none;
	margin: 0
}

.offside a,
.offside div {
	color: #fff;
	position: absolute;
	z-index: 11;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	line-height: 50px;
	font-size: 24px
}

.offside p {
	float: left;
	line-height: 50px;
	font-size: 16px;
	font-weight: 700;
	padding: 0 0 0 10px;
	color: #fff;
	opacity: 0;
	position: absolute;
	white-space: nowrap
}

.offside .icon {
	font-size: 28px;
	height: 100%;
	line-height: 50px;
	text-align: center;
	display: block;
	color: #fff
}

.offside li:not(.li_3) a,
.offside .li_3 a,
.offside .li_3 div {
	width: 50px
}

.offside .back_top {
	display: none
}

.offside li {
	background: var(--base-blue)
}

.offside li:last-child {
	background: #b1b1b1
}

.offside .erweima {
	width: 150px;
	height: auto;
	position: absolute;
	left: -150px;
	top: 0;
	display: none
}

.offside li:hover a,
.offside li:hover div,
.offside li:hover .icon {
	color: #fff
}

.offside li:hover p {
	opacity: 1
}

.offside li:not(.li_3):hover {
	background: #333
}

.offside li:not(.li_erweima):hover .erweima {
	display: block
}

.offside .tel {
	width: 230px;
	transform: translateX(-180px);
	-webkit-transform: translateX(-180px)
}

.offside .back_none {
	height: 0;
	border: 0 !important
}

.offside .li {
	transform: translateX(100%);
	-webkit-transform: translateX(100%)
}

.offside .unfold {
	width: 30px;
	transform: translateX(20px);
	-webkit-transform: translateX(20px)
}

.trans1 {
	transition: all .3s
}

.gtj-t-r-deg {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.trans {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.email-items {
	position: absolute;
	top: 0;
	left: -200px;
	width: 200px;
	height: 200px !important;
	transform: translateX(500px);
	transition: all .3s
}

.email-items.active {
	transform: translateX(0)
}

.email-items .email-item {
	position: static
}

.email-items .email-item a {
	width: 100% !important;
	font-size: 17px;
	background: var(--base-blue);
	height: auto !important;
	position: static
}

.email-items .email-item a:hover {
	color: #333
}

.offside .unfold {
	width: 30px;
	transform: translateX(20px);
	-webkit-transform: translateX(20px)
}

.offside .unfold {
	width: 30px;
	transform: translateX(20px);
	-webkit-transform: translateX(20px)
}

.offside .unfold a {
	width: 100% !important
}

.offside .unfold i {
	transform: rotate(180deg)
}

.offside .li {
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	height: 0
}

.offside .li {
	transform: translateX(100%);
	-webkit-transform: translateX(100%)
}

.sep-lx-header-mb {
	display: block;
	width: 100%;
	z-index: 200;
	border-top: 2px solid var(--base-blue)
}

.sep-lx-header-mb .rt {
	float: right
}

.sep-lx-header-mb .lf {
	float: left
}

.sep-lx-header-mb .sep-bjj-pro-list {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	position: relative
}

.sep-lx-header-mb .sep-bjj-pro-list>li {
	flex: 1
}

.sep-lx-header-mb .sep-bjj-pro-list>li:nth-child(1) a {
	background: #11a4a7
}

.sep-lx-header-mb .sep-bjj-pro-list>li>a {
	display: block;
	background: #11b4b7;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 10px 0
}

.sep-lx-header-mb .sep-bjj-pro-list>li>a i {
	padding-left: 5px
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100000;
	display: none
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul>li {
	display: block;
	background: #11a4a7;
	color: #fff;
	font-size: 16px;
	padding: 10px 30px;
	border-top: 1px solid #4ab3b5
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul>li a {
	color: #fff
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul>li i {
	float: right;
	position: relative;
	top: 3px
}

.sep-lx-header-mb .box-wrap {
	padding: 20px 20px;
	width: 100%;
	z-index: 1000;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.sep-lx-header-mb .box-wrap .logo {
	float: none;
	margin: 0 auto
}

.sep-lx-header-mb .box-wrap .logo img {
	width: 100px
}

.sep-lx-header-mb .box-wrap>ul {
	position: relative;
	top: 1px;
	display: flex
}

.sep-lx-header-mb .box-wrap>ul>li {
	margin-left: 8px;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: var(--base-blue);
	border-radius: 50%
}

.sep-lx-header-mb .box-wrap>ul>li i {
	color: #333;
	font-size: 16px
}

.sep-lx-header-mb .box-wrap>ul>li#headerSearch i {
	font-size: 20px;
}

.sep-lx-header-mb .box-wrap>ul>li a {
	display: block;
	padding-top: 6px
}

.sep-lx-header-mb .box-wrap>ul>li#menu i {
	color: #fff
}

.sep-lx-header-mb .box-wrap>ul>li#headerSearch {
	background: none;
	color: #333
}

.sep-lx-header-mb .box-wrap>ul>li#logo {
	border: none;
	float: none;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	width: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.sep-lx-header-mb .box-wrap>ul>li.active {
	border: 1px solid #1f2256;
	background: #1f2256
}

.sep-lx-header-mb .box-wrap>ul>li.active i {
	color: #fff
}

.sep-lx-header-mb .box-wrap>ul>li#global {
	position: relative;
	background: none
}

.sep-lx-header-mb .box-wrap>ul>li#global i {
	font-style: inherit;
	color: #333;
	font-size: 16px;
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language {
	position: absolute;
	background: var(--base-blue);
	width: 157px;
	text-align: center;
	padding: 10px 20px;
	z-index: 100000;
	top: 40px;
	left: -67px;
	display: none;
	border: 1px solid #fff
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language a span {
	color: #fff;
	padding: 0px
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li:last-child {
	border-bottom: none;
	margin-bottom: 0
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li a {
	color: #fff;
	font-size: 14px
}

.sep-lx-header-mb .stock {
	color: #3a3a3a;
	font-size: 14px;
	background: #f4f4f4;
	text-align: center;
	padding: 8px 0
}

.sep-lx-header-mb .stock .red {
	color: #da2337;
	position: relative;
	padding: 0 7px
}

.sep-lx-header-mb .stock .red:before {
	content: "";
	display: block;
	width: 2px;
	height: 10px;
	background: #da2337;
	position: absolute;
	left: 0;
	top: 3px
}

.sep-lx-header-mb .stock .red:after {
	content: "";
	display: block;
	width: 2px;
	height: 10px;
	background: #da2337;
	position: absolute;
	right: 0;
	top: 3px
}

.sep-lx-header-mb .stock .green {
	color: #13ba07
}

.sep-lx-header-mb .stock span {
	padding: 0 5px;
	margin: 0 3px
}

.sep-shadow {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000000;
	display: none
}

i.i-searchs {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 3px solid var(--base-blue);
	position: relative
}

i.i-searchs:after {
	content: '';
	display: block;
	width: 3px;
	height: 8px;
	background: var(--base-blue);
	position: absolute;
	left: 100%;
	top: 100%;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

i.i-closes {
	display: inline-block;
	width: 25px;
	height: 25px;
	position: relative;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

i.i-closes:before {
	content: '';
	display: block;
	width: 17px;
	height: 3px;
	background: var(--base-blue);
	position: absolute;
	left: 4px;
	top: 11px
}

i.i-closes:after {
	content: '';
	display: block;
	width: 3px;
	height: 17px;
	background: var(--base-blue);
	position: absolute;
	left: 11px;
	top: 4px
}

i.i-closes.ons {
	position: absolute;
	right: 31px;
	top: 24px;
	cursor: pointer
}

i.i-globals {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	border: 1px solid #000;
	position: relative
}

i.i-globals:after {
	content: '';
	display: block;
	width: 10px;
	height: 20px;
	border: 1px solid #000;
	border-radius: 50%;
	position: absolute;
	left: 5px;
	top: 0
}

i.i-globals:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background: #000
}

i.i-menus {
	display: inline-block;
	width: 18px;
	height: 2px;
	position: relative;
	background: #000
}

i.i-menus:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	top: -5px
}

i.i-menus:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	top: 5px
}

.sep-search-box {
	position: fixed;
	width: 100%;
	background: #fff;
	top: 66px;
	z-index: 10000000;
	padding: 44px 31px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
	display: none
}

.sep-search-box .fa-times {
	color: #000;
	font-size: 20px;
	position: absolute;
	right: 31px;
	top: 24px;
	cursor: pointer
}

.sep-search-box .hd {
	color: #282828;
	font-size: 18px;
	font-family: 'LATO-BOLD'
}

.sep-search-box form {
	margin-top: 10px;
	margin-bottom: 25px
}

.sep-search-box form .form-control {
	height: 47px;
	border-radius: 0
}

.sep-search-box form .btn {
	background: var(--base-blue);
	color: #fff;
	display: table;
	margin: 0 auto;
	margin-top: 17px;
	padding: 10px 40px;
	font-size: 16px;
	width: 100%
}

.sep-search-box form .btn i {
	margin-right: 5px;
	border-color: #fff
}

.sep-search-box form .btn i:after {
	background: #fff
}

.sep-search-box .more {
	background: var(--base-blue);
	color: #fff;
	display: table;
	margin: 0 auto;
	margin-top: 17px;
	padding: 10px 40px;
	font-size: 16px;
	width: 100%;
	border: none
}

.sep-search-box .more i {
	padding-right: 5px
}

.sep-search-box ul li {
	margin-top: 8px
}

.sep-search-box ul li a {
	color: #8c8c8c;
	font-size: 14px;
	display: block
}

.logos {
	display: block;
	display: flex;
	align-items: center
}

.logos img {
	max-width: 100%;
	max-width: 77px
}

#search {
	color: var(--base-blue)
}

#search i {
	color: var(--base-blue) !important
}

.sep-menu-box {
	width: 100%;
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 10000000;
	max-width: 310px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
	-webkit-transform: translateX(-105%);
	-moz-transform: translateX(-105%);
	-ms-transform: translateX(-105%);
	-o-transform: translateX(-105%);
	transform: translateX(-105%)
}

.sep-menu-box.active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.sep-menu-box .top {
	padding: 20px 30px;
	text-align: center;
	box-shadow: 0 0 12px rgba(145, 145, 145, 0.7);
	position: relative;
	z-index: 10000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff
}

.sep-menu-box .top i {
	color: var(--base-blue);
	font-size: 22px;
	position: relative;
	top: 3px;
	cursor: pointer
}

.sep-menu-box .top img {
	width: 130px;
	max-width: 80%;
}

.sep-menu-box {
	visibility: visible
}

.sep-menu-box .bottom.no {
	visibility: hidden
}

.sep-menu-box .menu-item>li {
	border-bottom: 1px solid #ddd
}

.sep-menu-box .menu-item>li:last-child {
	border-bottom: none
}

.sep-menu-box .menu-item>li.active {
	background: var(--base-blue)
}

.sep-menu-box .menu-item>li.active .box {
	border-bottom: 1px solid #fff
}

.sep-menu-box .menu-item>li.active .box a {
	color: #fff
}

.sep-menu-box .menu-item>li.active .box i {
	color: #fff;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	background: #fff
}

.sep-menu-box .menu-item>li.active .box i:after {
	border-top-color: var(--base-blue);
	border-right-color: var(--base-blue)
}

.sep-menu-box .menu-item>li .box {
	position: relative;
	padding: 22px 30px;
	border-bottom: 1px solid transparent
}

.sep-menu-box .menu-item>li .box a {
	color: #282828;
	font-size: 18px
}

.sep-menu-box .menu-item>li .box i {
	display: block;
	width: 24px;
	height: 24px;
	font-size: 20px;
	border-radius: 100%;
	background: var(--base-blue);
	color: #282828;
	position: absolute;
	right: 30px;
	top: 26px;
	cursor: pointer;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out
}

.sep-menu-box .menu-item>li .box i:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid transparent;
	border-top-color: #fff;
	border-right-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: 50%;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sep-menu-box .menu-item>li>ul {
	padding: 5px 0;
	display: none
}

.sep-menu-box .menu-item>li>ul>li {
	padding: 4px 20px;
	position: relative
}

.sep-menu-box .menu-item>li>ul>li a {
	color: #fff;
	font-size: 14px
}

.sep-menu-box .menu-item>li>ul>li i {
	display: block;
	width: 24px;
	height: 24px;
	font-size: 20px;
	border-radius: 100%;
	background: #fff;
	color: #282828;
	position: absolute;
	right: 30px;
	top: 7px;
	cursor: pointer;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out
}

.sep-menu-box .menu-item>li>ul>li i:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid transparent;
	border-top-color: var(--base-blue);
	border-right-color: var(--base-blue);
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: 50%;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sep-menu-box .menu-item>li .ul2 {
	padding: 5px 0;
	display: none
}

.sep-menu-box .menu-item>li .ul2>li {
	padding: 4px 20px;
	position: relative
}

.sep-menu-box .menu-item>li .ul2>li a {
	color: #fff;
	font-size: 14px
}

.sep-menu-box .menu-item>li .ul2>li i {
	display: block;
	width: 24px;
	height: 24px;
	font-size: 20px;
	border-radius: 100%;
	background: #fff;
	color: #282828;
	position: absolute;
	right: 30px;
	top: 7px;
	cursor: pointer;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out
}

.sep-menu-box .menu-item>li .ul2>li i:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid transparent;
	border-top-color: var(--base-blue);
	border-right-color: var(--base-blue);
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: 50%;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sep-menu-box .bottom-toggle {
	position: absolute;
	width: 100%;
	z-index: 1000;
	top: 64px;
	background: #fff;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%)
}

.sep-menu-box .bottom-toggle.active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.sep-menu-box .bottom-toggle .toggle {
	display: none
}

.sep-menu-box .bottom-toggle .toggle>ul {
	background: #fff
}

.sep-menu-box .bottom-toggle .toggle>ul>li {
	padding: 0 0;
	border-bottom: 1px solid #ccc;
	position: relative;
	line-height: 60px
}

.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) span {
	width: 60;
	min-width: 60px;
	height: 59px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	border-right: 1px solid #ccc
}

.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) a {
	font-family: 'LATO-BOLD'
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul {
	display: none
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li {
	line-height: 40px
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li a {
	font-size: 14px
}

.sep-menu-box .bottom-toggle .toggle>ul>li a {
	color: #282828;
	font-size: 16px;
	padding-left: 30px
}

.sep-menu-box .bottom-toggle .toggle>ul>li a i {
	font-size: 20px;
	color: #282828;
	position: absolute;
	right: 30px;
	top: 21px;
	cursor: pointer
}

.sep-menu-box .contact {
	background: var(--base-blue);
	color: #fff;
	display: table;
	margin: 0 auto;
	margin-top: 0;
	padding: 20px 40px;
	font-size: 22px;
	border: none;
	border-radius: 0;
	text-align: center;
	width: 100%;
}

.sep-menu-box .contact i {
	padding-right: 5px
}

.sep-menu-box .logo img {
	width: 59px
}

.gdw-mb-c {
	display: none
}

.sep-banner-mb {
	display: none
}

.sep-banner-mb img {
	width: 100%
}

.mb-bottom-wrap {
	padding-bottom: 24px;
	background: #131d26
}

.mb-bottom-wrap ul.info {
	padding: 28px 37px
}

.mb-bottom-wrap ul.info li {
	margin-bottom: 4px;
	position: relative;
	padding-left: 36px;
	color: #fff;
	font-size: 14px
}

.mb-bottom-wrap ul.info li:last-child {
	margin-bottom: 0
}

.mb-bottom-wrap ul.info li i {
	color: #fff
}

.mb-bottom-wrap ul.info li a {
	color: #fff
}

.mb-bottom-wrap ul.info li img {
	position: absolute;
	left: 0;
	top: 10px
}

.mb-bottom-wrap .bottom-menu>li:last-child {
	border-bottom: 1px solid #343e46
}

.mb-bottom-wrap .bottom-menu>li>ul {
	padding: 5px 0;
	padding-left: 60px;
	border-top: 1px solid #343e46;
	display: none
}

.mb-bottom-wrap .bottom-menu>li>ul li {
	padding: 5px 0;
	list-style: disc;
	color: #fff
}

.mb-bottom-wrap .bottom-menu>li>ul li a {
	font-size: 14px;
	color: #fff
}

.mb-bottom-wrap .bottom-menu>li .box {
	padding: 13px 37px;
	border-top: 1px solid #343e46;
	position: relative
}

.mb-bottom-wrap .bottom-menu>li .box a {
	color: #fff;
	font-size: 14px
}

.mb-bottom-wrap .bottom-menu>li .box i {
	position: absolute;
	right: 37px;
	top: 17px;
	color: #fff;
	cursor: pointer;
	font-size: 14px
}

.mb-bottom-wrap .sep-share {
	display: table;
	margin: 0 auto;
	margin-top: 24px
}

.mb-bottom-wrap .sep-share li {
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin-right: 6px;
	background: #1e2c39
}

.mb-bottom-wrap .sep-share li:hover {
	background: var(--base-blue);
	border: 1px solid var(--base-blue)
}

.mb-bottom-wrap .sep-share li:hover a i {
	color: #fff
}

.mb-bottom-wrap .sep-share li a i {
	color: #fff;
	font-size: 14px
}

.enter-cont {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.enter-cont .enter-list {
	width: calc((100% - 60px) / 3);
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}

.enter-cont .enter-list:nth-child(odd) {
	top: 40px;
}

.enter-cont .enter-list .enter-img img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.enter-cont .enter-list:hover .enter-img img {
	transform: scale(1.05);
}

.enter-cont .enter-list .enter-info {
	position: absolute;
	padding: 0 20px;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	top: calc(100% - 50px);
	background: rgba(7, 10, 12, 0.3);
	-webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.enter-cont .enter-list:hover .enter-info {
	top: 0;
	background: rgba(7, 10, 12, 0.5);
}

.enter-cont .enter-list .enter-info h4 {
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	margin: 10px 0;
	font-weight: bold;
	-webkit-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.enter-cont .enter-list:hover .enter-info h4 {
	margin-top: 50%;
	font-size: 44px;
}

.enter-cont .enter-list .enter-info p {
	color: #fff;
	margin-bottom: 5px;
}

@media screen and (max-width:1700px) {
	.indu-bottom .indu-info .thumb-title {
		margin-top: 5%;
	}
}

@media(max-width:1600px) {
	.sep-container {
		max-width: 1400px;
	}

	.swiper-pc .swiper-container .control-btn {
		max-width: 1400px;
	}

	.video-des {
		padding: 0 20px;
	}

	.video-des p {
		font-size: 20px;
	}

	.sep-footer>.sep-container {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media(max-width:1440px) {
	.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .ul.pro-menu .pro-b {
		padding: 20px;
	}

	.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .ul.pro-menu {
		width: 1200px;
	}

	.category-left {
		width: 32%;
	}

	.category-right {
		width: 68%;
	}

	.comp-cont .comp-des p {
		font-size: 16px;
	}

	.swiper-pc .swiper-container .control-btn {
		max-width: 100%;
		padding: 0 20px;
		gap: 20px;
	}

	.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li>a {
		font-size: 16px;
	}

	.video-box video {
		max-width: 70%;
		height: auto;
	}

	.sep-container {
		max-width: 1200px;
	}

	.sep-header .sep-mainnav .sep-container {
		padding: 0 100px;
	}

	.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li {
		margin: 0 15px;
	}

	.sep-header .sep-mainnav .sep-container .search {
		margin-left: 30px;
	}

	.top-title.title-after .title {
		margin-bottom: 10px;
	}

	.top-title .title-des {
		margin-top: 10px;
	}
}

@media screen and (min-width:813px) {
	.sep-banner-mb {
		display: none
	}

	.sep-search-box,
	.sep-shadow,
	.sep-lx-header-mb,
	.sep-menu-box {
		display: none !important
	}
}

@media screen and (max-width:813px) {
	.sep-banner-pc {
		display: none
	}

	.sep-banner-mb {
		display: block
	}
}

@media screen and (max-width:1460px) {
	.sep-banner .sep-container {}

	.sep-banner .sep-container .banner-div {
		max-width: 60%;
	}

	.sep-banner .sep-container .banner-title {
		font-size: 60px;
	}

	.sep-banner .sep-container .banner-title span {
		font-size: 60px;
	}

	.sep-banner .sep-container .banner-subtitle {
		font-size: 22px;
	}

	.sep-banner .sep-container .banner-subtitle.bigger {
		font-size: 28px;
	}

	.sep-banner .sep-container .banner-des {
		font-size: 16px;
		margin-top: 20px
	}

	.top-title .title {
		font-size: 40px;
		line-height: 52px
	}

	.top-title .title h3 {
		font-size: 40px;
		line-height: 52px
	}

	.indu-bottom .indu-info {
		width: 40%;
		padding: 30px 0;
	}

	.indu-bottom .about-video {
		margin-right: 60px;
	}

	.enter-cont {
		gap: 20px;
	}

	.enter-cont .enter-list {
		width: calc((100% - 40px) / 3);
	}
}

@media screen and (max-width:1366px) {
	.swiper-pc .swiper-pagination {
		/* right: 36px !important */
	}

	.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li {
		margin: 0 10px
	}

	.indu-bottom .indu-info .thumb-title {
		font-size: 28px
	}
}

@media(max-width:1280px) {
	.sep-header .sep-mainnav .sep-container .logo img {
		height: 30px;
	}

	.sep-header .sep-mainnav .sep-container .search {
		margin-left: 10px;
	}

	.sep-header .sep-mainnav .sep-container .language-menu {
		margin-left: calc(20 / 1280 * 100vw);
	}

	.sep-header .sep-mainnav .sep-container {
		padding: 0 50px;
	}

	.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li>a {
		font-size: 14px;
		height: 70px;
		line-height: 70px;
	}

	.sep-header .sep-mainnav .sep-container .language-menu .lang-btn {
		font-size: 14px;
	}
}

@media screen and (max-width:1200px) {
	.sep-banner .sep-container .banner-title {
		font-size: 30px;
		line-height: 30px
	}

	.sep-banner .sep-container .banner-title span {
		font-size: 30px;
	}

	.top-title .title {
		font-size: 38px;
		line-height: 44px
	}

	.top-title .title h3 {
		font-size: 38px;
		line-height: 44px
	}
}

@media screen and (max-width:1024px) {
	.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li {
		margin: 0 5px
	}

	.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li>a {
		font-size: 14px;
	}

	.sep-header .sep-mainnav .sep-container .logo img {
		width: 140px
	}

	.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul {
		display: none !important
	}

	.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .ul {
		display: none !important
	}

	.swiper-pc .pc-page .icon {
		display: none
	}

	.swiper-pc .pc-page {
		height: auto;
		background: none;
		bottom: 16px;
		box-shadow: none
	}

	.foot-contact-ul .sep-container ul {
		flex-wrap: wrap
	}

	.foot-contact-ul .sep-container ul li {
		width: 100%;
		margin-bottom: 10px
	}

	.foot-contact-ul .sep-container ul li .icon {
		background: none;
		border: none
	}

	.sep-footer .copyRight .main span {
		width: 100%;
		margin: 10px 0
	}

	.sep-footer .sep-container .foot-top {
		flex-wrap: wrap
	}

	.sep-footer .sep-container .foot-top .foot-ul {
		width: 100% !important
	}

	.sep-footer .sep-container .foot-top .foot-ul:last-child li {
		width: 100% !important
	}

	.sep-footer .sep-container .foot-top .foot-ul:last-child>li:nth-child(2) {
		padding-left: 0
	}

	.sep-footer .sep-container .foot-top .foot-ul:last-child>li:nth-child(2)::after {
		display: none
	}

	.sep-footer .sep-container .foot-top .foot-ul:nth-child(3)>li:nth-child(1) {
		height: auto
	}

	.sep-footer .sep-container .foot-top .foot-ul>li {
		margin-bottom: 20px !important
	}

	.sep-footer .sep-container .foot-top .foot-ul>li.ons .list-title i::before {
		display: none
	}

	.sep-footer .sep-container .foot-top .foot-ul>li .li-list {
		display: none
	}

	.sep-footer .sep-container .foot-top .foot-ul {
		padding-top: 0
	}

	.sep-footer .sep-container .foot-top .foot-ul:nth-child(4)>li:nth-child(2) {
		height: auto
	}

	.sep-footer .sep-container .foot-top .foot-ul:last-child .foot-contact {
		margin-top: 0
	}

	.sep-footer .sep-container .foot-top .foot-ul:last-child .foot-contact .li-list {
		display: block
	}

	.sep-footer .sep-container .foot-top .foot-ul::after {
		display: none
	}

	.sep-footer .sep-container .foot-top .foot-ul>li .list-title {
		padding: 20px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2)
	}

	.sep-footer .sep-container .foot-top .foot-ul>li .list-title::before {
		content: '';
		display: block;
		width: 30px;
		height: 3px;
		background: #333;
		border-radius: 1px;
		position: absolute;
		left: 0;
		bottom: -2px
	}

	.sep-footer .sep-container .foot-top .foot-ul>li {
		margin-bottom: 0 !important
	}

	.sep-footer .sep-container .foot-top .foot-ul>li .list-title {
		position: relative
	}

	.sep-footer .sep-container .foot-top .foot-ul>li .list-title i {
		display: block;
		width: 24px;
		height: 24px;
		position: absolute;
		right: 0;
		top: 24px;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.sep-footer .sep-container .foot-top .foot-ul>li .list-title i::after {
		content: '';
		display: block;
		width: 12px;
		height: 2px;
		background: #fff;
		position: absolute;
		left: 6px;
		top: 11px
	}

	.sep-footer .sep-container .foot-top .foot-ul>li .list-title i::before {
		content: '';
		display: block;
		width: 2px;
		height: 12px;
		background: #fff;
		position: absolute;
		left: 11px;
		top: 6px
	}

	.sep-footer>.sep-container .foot-top .foot-ul {
		margin-right: 0
	}

	.offside p {
		display: none
	}

	.offside .tel {
		width: 50%;
		transform: translateX(0)
	}

	.offside a,
	.offside div {
		line-height: 44px
	}

	#onlineService {
		left: 0;
		bottom: 0
	}

	#onlineService .offside {
		width: 100%;
		display: flex
	}

	#onlineService .offside li {
		flex: 1;
		height: 50px;
		background: #000;
		border-radius: 0;
		border: 1px solid rgba(255, 255, 255, 0.2)
	}

	#onlineService .offside li a {
		width: 100%;
		top: 4px
	}

	#onlineService .offside li a i {
		color: #fff;
		font-size: 20px;
		line-height: 40px
	}

	.foot-cover {
		height: 44px
	}

	.sep-footer .fo-media a {
		margin-left: 0;
		margin-right: 20px
	}

	.sep-footer>.sep-container .foot-top .foot-ul:last-child {
		max-width: 100%;
		width: 100%
	}

	.sep-footer .copyRight {
		background: var(--base-blue);
		border-top: 1px solid rgba(255, 255, 255, 0.2)
	}

	.sep-footer .sep-container .foot-top .foot-ul>li .li-list {
		padding-left: 10px;
		margin-top: 20px
	}

	.sep-footer>.sep-container .foot-top .foot-ul>li .li-list li {
		padding-left: 20px;
		position: relative
	}

	.sep-footer>.sep-container .foot-top .foot-ul>li .li-list li::after {
		content: '\f105';
		display: inline-block;
		color: #fff;
		font-family: FontAwesome;
		position: absolute;
		left: 0;
		top: 4px;
		font-size: 14px
	}

	.sep-footer .sep-container .foot-top .foot-ul>li .list-title::before {
		content: '';
		display: block;
		width: 18px;
		height: 3px;
		background: var(--base-blue);
		position: absolute;
		left: 0;
		bottom: -1px
	}

	#onlineService .offside li.fold {
		display: none
	}

	.sep-footer>.sep-container::after {
		display: none
	}

	.sep-footer>.sep-container .foot-top .foot-ul>li .list-title::after {
		display: none
	}

	.sep-footer>.sep-container .foot-top .foot-ul.foot-ul-app li .li-list li {
		width: 100%
	}

	.sep-footer>.sep-container .foot-top .foot-ul.foot-ul-app li .li-list {
		display: none
	}

	.sep-footer .sep-container .foot-top .foot-ul:last-child>li:nth-child(2) {
		display: none
	}

	.foot-contact-ul .sep-container ul .title-li {
		display: block
	}

	.foot-contact-ul .sep-container .fo-media {
		display: block
	}

	.foot-contact-ul .sep-container {
		border: none
	}

	.foot-contact-ul .sep-container ul {
		padding: 30px 0;
		/* border-top: 1px solid rgba(255, 255, 255, 0.2) */
	}

	.sep-footer .copyRight .main .site {
		margin-left: 0
	}

	.top-title .title-des {
		font-size: 16px;
		line-height: 1.6
	}

	.top-title .title-des p {
		font-size: 16px;
		line-height: 32px
	}

	.foot-contact-ul .sep-container ul li .icon {
		width: auto;
		height: auto;
		margin-right: 10px
	}

	.padding-110 {
		padding: 90px 0
	}


	.indu-bottom .indu-info .thumb-title {
		font-size: 24px;
		line-height: 32px
	}

	.indu-bottom .indu-info .thumb-des {
		max-height: 150px;
		overflow-y: auto;
		padding-right: 12px
	}

	.indu-bottom .indu-info .thumb-des::-webkit-scrollbar {
		width: 5px;
		height: 8px;
		background-color: rgba(255, 255, 255, 0.2)
	}

	.indu-bottom .indu-info .thumb-des::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: #fafafa
	}

	.indu-bottom .indu-info .thumb-des::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background-color: #ddd
	}

	.padding-100 {
		padding: 70px 0
	}

	.news-box .news-ul-box li .sep-container {
		padding: 30px 0
	}

	.sep-footer>.sep-container {
		padding-top: 40px;
	}

	.top-title.title-after .title::after {
		font-size: 50px;
		margin-top: -55px
	}

	.sep-banner .sep-container .banner-title {
		width: 90%;
		font-size: 20px;
		line-height: 25px;
	}

	.sep-banner .sep-container .banner-title span {
		font-size: 20px;
	}
}

@media screen and (max-width:812px) {
	.indu-bottom .indu-info .thumb-title {
		margin-top: 0;
	}


	#onlineService {
		display: block;
	}

	.sep-header {
		display: none
	}

	.head-cover {
		display: none
	}

	.top-title .title {
		font-size: 28px;
		line-height: 32px
	}

	.top-title .title h3 {
		font-size: 28px;
		line-height: 32px
	}

	.swiper-mb.swiper-mb2 {
		display: none !important
	}

	.logos img {
		max-width: 55%
	}

	.sep-banner .sep-container .banner-more {
		margin-top: 20px
	}

	.indu-box .indu-top {
		padding-top: 80px
	}

	.indu-bottom .indu-info .thumb-des {
		margin-top: 16px
	}

	.padding-110 {
		padding: 70px 0
	}

	.indu-bottom .indu-info .thumb-des {
		max-height: 120px
	}

	.indu-bottom .indu-info .thumb-title::after {
		width: 30px;
		height: 2px
	}


	.news-box .news-ul-box li .sep-container .news-info {
		width: 80%
	}

	.news-box .news-ul-box li .sep-container .news-info .thumb-title {
		font-size: 18px
	}


	.news-box .news-ul-box li .sep-container .time-box .mon {
		font-size: 22px
	}

	.sep-banner .swiper-pc .sep-container .banner-more span,
	.sep-banner .swiper-pc .sep-container .banner-more a {
		display: inline-block;
		font-size: 14px;
	}
}

@media(max-width:768px) {
	.news-box .news-ul-box li {
		flex: auto;
	}

	.top-title .title.title-white h3 {
		font-size: 24px;
	}

	.certificate-box .certificate-container,
	.brand-box .brand-container {
		position: relative;
		padding-bottom: 0;
	}

	.brand-box .brand-container .top-title {
		margin-bottom: 0;
	}

	.brand-box .brand-container .top-title.title-after .title {
		margin-bottom: 0;
	}

	.top-title .title-des {
		max-width: none;
	}

	.certificate-box .top-title {
		margin-bottom: 0;
	}

	.sep-footer .copyRight {
		clip-path: none;
	}

	.sep-footer .copyRight .main {
		padding-top: 20px;
	}

	.sep-banner {
		height: auto;
	}

	.title-logo {
		margin-bottom: 20px;
	}

	.title-logo img {
		width: 100px;
	}

	.indu-bottom .about-video {
		width: 100%;
		margin: 0;
	}

	.indu-bottom .indu-info .thumb-des {
		font-size: 14px;
		line-height: 24px;
	}

	.indu-bottom .indu-info {
		width: 100%;
		padding: 5%;
	}

	.enter-cont .enter-list {
		width: 100%;
	}

	.enter-cont .enter-list .enter-info h4 {
		font-size: 20px;
	}

	.sep-footer .copyRight .main {
		padding-bottom: 60px;
	}

	.foot-contact-ul .sep-container ul li:last-child {
		display: flex;
		justify-content: center;
	}

	.sep-footer .social-icons a.link-icon {
		width: 50px;
		height: 50px;
	}

	.sep-footer .social-icons a.link-icon i {
		font-size: 20px;
	}

	.foot-contact-ul .sep-container ul li .icon {
		align-items: flex-start;
	}

	.sep-footer h5.footer-link {
		text-align: center;
	}

	.enter-cont .enter-list:nth-child(odd) {
		top: 0;
	}

	.news-box .news-ul {
		flex-wrap: wrap;
	}

	.top-title.title-after .title {
		margin-bottom: 10px;
	}

	.side-title {
		width: 100%;
		padding: 20px;
	}

	.side-title .title {
		font-size: 24px;
	}

	.pro-container {
		width: 100%;
		margin-top: 20px;
	}

	.swiper-pc .swiper-container .control-btn {
		display: none;
	}

	.sep-banner .sep-container .banner-subtitle {
		font-size: 14px;
		font-weight: bold;
		line-height: 1.4;
		display: none;
	}

	.sep-banner .sep-container .banner-subtitle.bigger {
		font-size: 14px;
	}

	.video-banner {
		height: 50vh;
	}

	.video-des {
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.video-cont {
		text-align: center;
	}

	.video-des h1 {
		font-size: 28px;
		line-height: 1.6;
	}

	.video-des h2 {
		font-size: 18px;
		line-height: 1.6;
		margin: 10px 0;
	}

	.video-des p {
		font-size: 16px;
		line-height: 1.6;
	}

	.pro-container::before {
		height: calc(100% + 40px);
	}

	.comp-cont {
		width: calc(100% - 90px);
		margin-right: 20px;
	}

	.video-play {
		width: 80px;
	}

	.comp-cont h1 {
		font-size: 24px;
		margin: 10px 0;
		line-height: 1.5;
	}

	.comp-cont .comp-des {
		margin-bottom: 0;
	}

	.company-box {
		padding: 50px 0 0;
		background-size: 80% auto;
		background-position: bottom center;
	}

	.company-box .xc-more {
		margin-bottom: 50px;
	}

	.comp-cont .comp-des p {
		margin-bottom: 0;
		line-height: 1.6;
	}

	.comp-cont h3 {
		font-size: 18px;
	}

	.comp-data {
		width: 100%;
		padding: 30px 0;
	}

	.comp-data ul li .data-info h4 {
		font-size: 18px;
	}

	.comp-data ul li .data-info h4 sup {
		font-size: 12px;
	}

	.comp-data ul li .data-info p {
		font-size: 14px;
	}

	.comp-data ul li .data-icon {
		margin-right: 5px;
	}

	.comp-data ul li .data-icon {
		width: 30px;
	}

	.video-box video {
		max-width: 90%;
	}

	.video-box {
		background: rgba(0, 0, 0, .7);
	}

	.close-video {
		right: 20px;
		top: 20px;
	}

	.play-btn-new a.video-btn {
		width: 80px;
		height: 80px;
		line-height: 80px;
		transform: scale(.9);
	}

	.play-btn-new a.video-btn i::before {
		line-height: 80px;
	}

	.play-btn-new a.video-btn::before {
		left: -10px;
		top: -10px;
	}

	.play-btn-new p {
		font-size: 12px;
	}

	.sep-container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media screen and (max-width:480px) {
	.sep-banner .sep-container .banner-title {
		font-size: 18px;
		line-height: 25px
	}

	.sep-banner .sep-container .banner-title span {
		font-size: 18px;
	}

	.sep-banner .sep-container .banner-subtitle {
		margin-bottom: 5px;
	}

	.top-title .title {
		font-size: 24px;
		line-height: 32px
	}

	.top-title .title h3 {
		font-size: 24px;
		line-height: 32px
	}

	.sep-banner .sep-container .banner-div {
		width: 90%
	}

	.sep-banner .sep-container .banner-more span,
	.sep-banner .sep-container .banner-more a {
		font-size: 16px;
		padding: 0 15px;
		line-height: 34px
	}

	.sep-banner .sep-container .banner-more span i,
	.sep-banner .sep-container .banner-more a i {
		font-size: 16px;
		margin-left: 6px
	}

	.sep-lx-header-mb .box-wrap {
		padding: 17px
	}

	.padding-110 {
		padding: 40px 0
	}

	.top-title {
		margin-bottom: 40px
	}

	.indu-box .indu-top {
		padding-top: 50px
	}

	.indu-bottom .indu-info {
		margin-top: 30px;

	}

	.padding-100 {
		padding: 40px 0
	}

	.xc-more {
		margin-top: 20px;
		font-size: 14px;
		padding: 0 15px;
		line-height: 34px;
	}

	.top-title.white .title-des {
		color: #fff
	}

	.news-box .news-ul-box li .sep-container .news-info .thumb-des {
		display: none
	}

	.news-box .news-ul-box li .sep-container .news-info .thumb-title {
		font-size: 16px;
		line-height: 30px;
		display: block
	}

	.news-box .news-ul-box li .sep-container .time-box .mon {
		font-size: 18px
	}

	.news-box .news-ul-box li .sep-container .news-info {
		width: 70%
	}

	.news-box .news-ul-box li .sep-container {
		padding: 24px 0
	}

	.news-box .news-ul-box li .sep-container .news-info a.thumb-more span {
		width: auto;
		display: inline-block
	}

	.news-box .news-ul-box li .sep-container .news-info a.thumb-more {
		margin-top: 16px
	}

	.sep-footer .sep-container .foot-top .foot-ul>li .list-title {
		padding: 15px 0;
		font-size: 18px
	}

	.sep-footer .sep-container .foot-top .foot-ul>li .list-title a {
		font-size: 18px
	}

	.sep-footer .sep-container .foot-top .foot-ul>li .list-title i {
		top: 18px
	}

	.sep-footer>.sep-container {
		padding-top: 20px
	}

	.sep-footer .copyRight .main span {
		margin: 4px 0
	}

	.sep-banner .sep-container .banner-title {
		width: 100%
	}

	.news-box .news-ul-box li .sep-container .news-info .thumb-title {
		line-height: 26px
	}

	.sep-menu-box .menu-item>li .box {
		padding: 16px 20px
	}

	.sep-menu-box .menu-item>li .box i {
		top: 16px;
		right: 20px
	}

	.sep-menu-box .menu-item>li>ul>li a {
		font-size: 16px !important
	}
}

@media screen and (max-width:320px) {
	.sep-banner .swiper-mb .sep-container .banner-more {
		display: none
	}
}











.product_slider {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	gap: 15px;
}

.product_slider .left {
	position: relative;
	width: calc(40% - 7.5px);
	display: flex;
}

.product_slider .left .item {
	position: relative;
	aspect-ratio: 1 / 1;
}

.product_slider .left .item a {
	display: block;
	position: relative;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}

.product_slider .left .item .img {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product_slider .item .img img {
	transition: .5s;
}

.product_slider .item:hover .img img {
	transform: scale(1.05);
}

.product_slider .left .img-block {
	width: 80%;
}

.img-center {
	display: block;
	width: auto;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	margin: auto;
}

.img-block {
	display: block;
	width: 100%;
	height: auto;
}

.product_slider .left .item .txt {
	position: absolute;
	left: 0;
	top: 5%;
	width: 100%;
	text-align: center;
	z-index: 11;
}

.product_slider .left .item .txt h3 {
	font-size: 30px;
	color: #000;
	font-weight: bold;
}

.product_slider .left .item .more {
	position: absolute;
	left: 50%;
	bottom: 4%;
	margin-left: -74px;
	width: 148px;
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	color: #acacac;
	text-align: center;
	font-weight: bold;
	z-index: 11;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

.product_slider .left .item:hover .more {
	background: var(--base-blue);
	color: #fff;
	border-radius: 5px;
}

.product_slider .right {
	position: relative;
	width: calc(60% - 7.5px);
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.product_slider .right .item {
	position: relative;
	width: calc(50% - 7.5px);
}

.product_slider .right .item a {
	display: block;
	position: relative;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}

.product_slider .right .item a .img {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product_slider .right .img-center {}

.product_slider .right .img-block {
	display: block;
	width: 50%;
}

.product_slider .right .item .txt {
	width: 80%;
}

.product_slider .right .item .txt {
	position: absolute;
	left: 10%;
	top: 10%;
	text-align: left;
	z-index: 11;
}

.product_slider .right .item .txt h3 {
	font-size: 22px;
	color: #000;
	font-weight: bold;
}

@media(max-width:1440px) {
	.product_slider .right .item .txt h3 {
		font-size: 20px;
	}

	.product_slider .left .item .txt h3 {
		font-size: 22px;
	}

	.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li.ios.pro {
		position: static;
	}

	.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .ul.pro-menu {
		left: 50%;
		transform: translateX(-50%);
		max-width: 100vw;
	}
}

.product_slider .right .item .more {
	position: absolute;
	left: 10%;
	bottom: 5%;
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	color: #acacac;
	font-weight: bold;
	z-index: 11;
}


.product_slider .right .item:hover .more {
	color: var(--base-blue);
}



.cat-list {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.cat-list .item {
	width: 8%;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	position: relative;
	cursor: pointer;
}

.cat-list .item .layer {
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-ms-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	height: 750px;
	overflow: hidden;
	position: relative;
}

.cat-list .item .layer .img {
	position: relative;
}

.cat-list .item .layer .img:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.1);
}

.cat-list .item .layer .img img {
	height: 750px;
	object-fit: cover;
}

.cat-list .item .layer .img .text {
	width: 100%;
	position: absolute;
	bottom: 38px;
	left: 0;
	padding: 0 15px;
	color: #fff;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.cat-list .item .layer .img .text a {
	display: block;
}

.cat-list .item .layer .img .text a h3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 0 BLACK;
}

.cat-list .item .layer .img .text a p {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 1.3rem;
}

.cat-list .item .layer .img h4 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.3);
	min-height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition: .5s ease;
}

.cat-list .item.active {
	width: 50%;
}

.cat-list .item.active .layer .img .text {
	opacity: 1;
}

.cat-list .item.active .layer .img h4 {
	opacity: 0;
	line-height: 30px;
}

.i-custom {
	overflow: hidden;
}

.project-swiper {
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

.project-img {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.project-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}

.project-img::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(14, 33, 49, .8), transparent);
	transition: all .3s;
}

.project-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 30px;
}

.project-bottom h4 {
	color: #fff;
	width: calc(100% - 100px);
	font-size: 18px;
	line-height: 1.5;
}

span.project-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s;
}

.project-item:hover span.project-btn {
	background: var(--base-blue);
}

.project-item:hover .project-img img {
	filter: brightness(.8);
}

span.project-btn i {
	color: #000;
	transition: all .3s;
}

.project-item:hover span.project-btn i {
	color: #fff;
}

.project-item {
	display: block;
	position: relative;
}

.control-project .prev,
.control-project .next {
	top: 50%;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	transition: all .3s;
	opacity: 0;
}

.control-project .prev {
	transform: rotate(180deg);
}

.project-swiper:hover .control-project .prev,
.project-swiper:hover .control-project .next {
	opacity: 1;
}

.control-project .prev:hover,
.control-project .next:hover {
	background: var(--base-blue);
	color: #fff;
}

.certification-swiper {
	padding: 30px 0;
}

.certification-swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	overflow: hidden;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	transform: scale(0.7);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	opacity: 0.8;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.certification-swiper .swiper-slide.swiper-slide-prev,
.certification-swiper .swiper-slide.swiper-slide-next {
	transform: scale(0.85);
	opacity: 0.95;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
	z-index: 2;
}

.certification-swiper .swiper-slide.swiper-slide-prev {
	transform-origin: left center;
}

.certification-swiper .swiper-slide.swiper-slide-next {
	transform-origin: right center;
}

.certification-swiper .swiper-slide.swiper-slide-active {
	transform: scale(1.0);
	opacity: 1;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
	z-index: 3;
}

.certification-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	pointer-events: none;
}

@media(max-width:768px) {
	.product_slider .left {
		width: 100%;
	}

	.product_slider .left .img-block,
	.product_slider .right .img-block {
		width: 60%;
	}

	.product_slider .left .item .img {
		height: auto;
		padding: 0;
		justify-content: flex-end;
	}

	.product_slider .left .item {
		aspect-ratio: auto;
	}

	.product_slider .left .item .txt h3,
	.product_slider .right .item .txt h3 {
		font-size: 18px;
	}

	.product_slider .right {
		width: 100%;
	}

	.product_slider .right .item {
		width: 100%;
	}

	.product_slider .right .item a .img {
		justify-content: flex-end;
	}

	.product_slider .right .item .txt,
	.product_slider .left .item .txt {
		left: 5%;
		width: 70%;
		text-align: left;
	}

	.product_slider .right .item .more {
		left: 5%;
	}

	.product_slider .left .item .more {
		left: 5%;
		margin-left: 0;
		width: auto;
	}

	.product_slider .left .item:hover .more {
		background: none;
	}

	.product_slider .left .item .txt h3 {
		font-weight: bold;
	}

	.control-project .prev,
	.control-project .next {
		opacity: 1;
	}
}