@charset "utf-8";
@import '../css/bootstrap.min.css';
@import '../css/font-awesome.css';
@import '../css/iconfont.css';
@import '../css/animate.min.css';

:root {
	--base-yellow: #c5931f;
}

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-yellow);
	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: 35px
}

.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 a {
	font-size: 54px;
	color: var(--base-yellow);
	line-height: 54px;
	transition: all .3s;
	display: block
}

.top-title .title a:hover {
	color: var(--base-yellow)
}

.top-title .title-des {
	font-size: 16px;
	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: rgba(0, 0, 0, .8);
}

.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: #fff !important;
}

.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-yellow)
}

.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 .ul {
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	/* min-width: 240px; */
	float: left;
	display: none;
	border-top: 0;
	padding: 22px 0;
	border-top: 1px solid #f5f5f5
}

.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 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 li a {
	font-weight: normal;
	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;
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .ul li a i {

	color: var(--base-yellow);
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .ul li a:hover {
	border: none;
	color: var(--base-yellow)
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul {
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 199;
	border-top: 1px solid #f5f5f5;
	position: absolute;
	z-index: 1;
	background: #fff;
	display: none
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item {
	display: flex;
	justify-content: space-between;
	width: 100%
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left {
	width: 100%;
	display: flex;
	justify-content: space-between
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left.ons {
	max-height: 10000px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs {
	width: 40%;
	position: relative;
	padding: 60px 0
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding-left: 50px;
	width: 100%
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) .ul-boxs {
	display: none
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) .ul-boxs.active {
	display: block
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) .ul-boxs .lists-a {
	font-size: 16px !important;
	color: #333 !important;
	position: relative;
	padding-left: 22px !important;
	transition: all .3s
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) .ul-boxs .lists-a::after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #666;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 18px;
	transition: all .3s;
	display: none
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) .ul-boxs .lists-a:hover {
	color: var(--base-yellow) !important
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) .ul-boxs .lists-a:hover::after {
	background: var(--base-yellow)
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) .ul-boxs .lists-a i {
	right: auto !important;
	left: -10px !important;
	display: block !important
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(2) .ul-boxs .right-item-box .lists-a {
	font-size: 16px !important
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(1) {
	width: 388px !important;
	min-height: 373px;
	border-right: 1px solid #f5f5f5
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(1) .lists .ul-boxs .lists-a {
	font-family: "Poppins-SemiBold";
	padding: 8px 40px;
	font-size: 18px;
	width: 388px;
	margin-bottom: 4px;
	color: #333
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(1) .lists .ul-boxs .lists-a:hover {
	color: var(--base-yellow)
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(1) .lists .ul-boxs .lists-a i {
	top: 10px;
	font-size: 18px;
	display: none
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(1) .lists .ul-boxs .lists-a.active {
	color: var(--base-yellow)
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs:nth-child(1) .lists .ul-boxs .lists-a.active i {
	display: block
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs .lists {
	display: block;
	width: 100%;
	overflow: hidden
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs .lists .ul-boxs .lists-a {
	font-size: 16px;
	color: #333;
	line-height: 32px;
	display: block;
	transition: all .3s;
	padding-left: 16px;
	position: relative;
	width: 100%;
	padding: 5px 0
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs .lists .ul-boxs .lists-a i {
	position: absolute;
	right: 30px;
	top: 10px;
	font-size: 20px
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs .lists .ul-boxs .lists-a:hover {
	color: var(--base-yellow)
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs .lists .ul-boxs .lists-a.active {
	color: var(--base-yellow)
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .lis-boxs .lists.active {
	height: auto
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .right-item.active>a {
	color: var(--base-yellow) !important
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .right-item.active .right-item-box {
	display: block
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .right-item-box {
	position: absolute;
	left: 47%;
	top: 64px;
	width: 400px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding-left: 50px;
	z-index: 333;
	display: none;
	min-height: 210px
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .right-item-box .lists-a {
	padding: 0 !important;
	font-size: 16px !important
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .left .right-item-box .lists-a::after {
	top: 13px !important
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .right {
	width: 353px;
	text-align: center;
	border: 1px solid #e6e6e6;
	height: 100%;
	margin-top: 30px;
	margin-right: 60px;
	overflow: hidden
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .right img {
	width: 90%;
	transition: all .3s
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .right a {
	display: none
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .right a.active {
	display: block
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li .head-pro-ul .head-pro-ul-item .right a:hover img {
	transform: scale(1.1)
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li.nav-active>a {
	color: var(--base-yellow)
}

.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: 18px;
	height: 80px;
	line-height: 80px;
	position: relative;
	z-index: 10;
	transition: all .3s;
	text-transform: capitalize;
	white-space: nowrap;
}

.sep-header.index-header:not(.onss) .sep-mainnav .sep-container .nav-list .nav-ul>li>a {
	color: #333;
}

.sep-header .sep-mainnav .sep-container .nav-list .nav-ul>li>a::after {
	content: '';
	display: block;
	height: 3px;
	background: var(--base-yellow);
	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: 60px;
	transition: all .3s;
}

.sep-header:not(.index-header) .sep-mainnav .sep-container .logo img {
	filter: brightness(0) invert(1);
}

.sep-header.onss .sep-mainnav .sep-container .logo img,
.sep-header:hover .sep-mainnav .sep-container .logo img {
	filter: brightness(0) invert(1);
}

.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: var(--base-yellow);
	margin-left: calc(50 / 1920 * 100vw);
}

.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;
}

.sep-header.onss .sep-mainnav .sep-container .search i,
.sep-header:hover .sep-mainnav .sep-container .search i {
	color: #fff;
}

.sep-header .sep-mainnav .sep-container .search i:hover {
	color: var(--base-yellow)
}


.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-yellow);
	padding: 0 20px;
	line-height: 34px;
	border: 1px solid var(--base-yellow);
	border-radius: 50px;
	transition: all .3s
}

.sep-header .sep-mainnav .sep-container .nav-right .contact:hover {
	background: var(--base-yellow);
	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-yellow)
}

.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-yellow)
}

.sep-header .nav-fixed .content .nav-list .search {
	display: block
}

.sep-header .nav-fixed .content .nav-list .search:hover i {
	color: var(--base-yellow)
}

.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-yellow)
}

.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);
}

.sep-header .sep-mainnav .sep-container .language-menu a {
	transition: all .3s;
	color: #fff;
}

.sep-header.index-header .sep-mainnav .sep-container .language-menu a {
	color: #333;
}

.sep-header .sep-mainnav .sep-container .language-menu a:hover,
.sep-header .sep-mainnav .sep-container .language-menu a.active {
	color: var(--base-yellow) !important;
}

.sep-header.onss .sep-mainnav .sep-container .language-menu a,
.sep-header:hover .sep-mainnav .sep-container .language-menu a {
	color: #fff;
}

.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: 20% !important;
	transform: translateX(-50%);
	z-index: 2;
	display: flex;
	gap: 40px;
	align-items: 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: #000;
	border-radius: 50%;
	opacity: 1;
	margin: 15px 0 !important;
	position: relative;
	border: 1px solid #000;
	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;
}

.swiper-pc .swiper-button-prev:hover,
.swiper-pc .swiper-button-next:hover {
	background: var(--base-yellow);
	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-yellow);
	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-yellow)
}

.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-yellow);
}

.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 .sep-container {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center
}

.sep-banner .sep-container .banner-div {
	position: relative;
	max-width: 900px
}

.sep-banner .sep-container .banner-title {
	font-size: calc(100 / 1920 * 100vw);
	color: #111;
	transition: all .3s;
	display: block;
	width: 700px
}

.sep-banner .sep-container .banner-title:hover {
	transform: translateY(-10px)
}

.sep-banner .sep-container .banner-subtitle {
	font-size: 24px;
	color: #111;
	line-height: 32px;
	margin-bottom: 30px
}


.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-yellow);
	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-yellow)
}

.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-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-yellow)
}

.top-title-pro .title::after {
	content: '';
	display: inline-block;
	width: 60%;
	height: 1px;
	background: var(--base-yellow);
	vertical-align: middle;
	margin-left: 20px
}

.top-title-pro .title a {
	font-size: 30px;
	line-height: 40px;
	color: var(--base-yellow);
	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-yellow);
	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-yellow);
	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-yellow);
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	transition: all .3s;
	margin-top: 30px;
	background: var(--base-yellow);
	border-radius: 50px
}

.xc-more:hover {
	background: none;
	color: var(--base-yellow) !important;
}

.xc-more i {
	margin-left: 6px;
	color: inherit;
}



.contact-box {
	background: url(../images/index-send.jpg) no-repeat;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	padding: 8% 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;
}

.news-box .news-ul-box li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.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: #f5f5f5;
	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
}

.news-box .news-ul-box li:hover .news-info .thumb-title {
	color: var(--base-yellow)
}

.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-yellow);
	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-yellow);
	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: 50px;
	display: flex;
	flex-direction: column;
}

.side-title .title {
	font-size: calc(54 / 1920 * 100vw);
	color: var(--base-yellow);
	line-height: 1.5;
	margin-bottom: 20px;
}

.side-title .title::after {
	content: '';
	display: block;
	width: 46px;
	height: 5px;
	background: var(--base-yellow);
	margin-top: 10px;
}

.side-title .title-des {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	text-transform: capitalize;
}

.pro-container {
	width: 76%;
	position: relative;
}

.pro-container::before {
	content: '';
	width: 95%;
	height: calc(100% + 60px);
	background: var(--base-yellow);
	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 {
	position: absolute;
	bottom: 0;
	left: 0;
	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-yellow);
}

.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-yellow);
	color: #fff;
}

.control-pro .prev {
	transform: rotate(180deg);
}

.products-box {
	overflow: hidden;
	background: #f5f5f5;
	padding-top: 8%;
}

.certificate-box {
	position: relative;
}

.certificate-box .certificate-container {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.brand-box {
	position: relative;
}

.brand-box .brand-container {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.company-box {
	background: url(../images/index-send.jpg) center center/cover no-repeat;
	position: relative;
	padding-top: 5%;
	overflow: hidden;
}

/* .company-box::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(4, 3, 0, .5);
	display: block;
	content: '';
	z-index: 1;
} */

.comp-cont {
	z-index: 2;
	position: relative;
	width: 50%;
}

.comp-cont h3 {
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 24px;
}

.comp-cont h3::after {
	content: '';
	display: inline-block;
	width: 46px;
	height: 5px;
	background: #fff;
	margin-left: 10px;
}

.comp-cont h1 {
	font-size: calc(48 / 1920 * 100vw);
	color: #fff;
	margin: 70px 0;
}

.comp-cont .comp-des p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.comp-data {
	width: 40%;
	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;
}

.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: #fff;
	margin-top: 20px;
}

.play-btn-new a.video-btn {
	display: block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: var(--base-yellow);
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
}

.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 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 video {
	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;
}

.richtext a {
	color: var(--base-yellow)
}

.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-yellow);
	border: 1px solid var(--base-yellow);
	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-yellow);
	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-yellow)
}

.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 {
	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-yellow)
}

.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-yellow);
	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-yellow)
}

.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-yellow)
}

.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 {
	background: var(--base-yellow);
	z-index: 2;
	position: relative;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.sep-footer .copyRight .main {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: flex-end;
	padding: 50px 0 20px;
	gap: 10px;

}

.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
}

.sep-footer .copyRight .main .site {
	margin-left: 40px
}

.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-yellow)
}

.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-yellow);
	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-yellow)
}

.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-yellow);
	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: 22px;
}

.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: 22px
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language {
	position: absolute;
	background: var(--base-yellow);
	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-yellow);
	position: relative
}

i.i-searchs:after {
	content: '';
	display: block;
	width: 3px;
	height: 8px;
	background: var(--base-yellow);
	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-yellow);
	position: absolute;
	left: 4px;
	top: 11px
}

i.i-closes:after {
	content: '';
	display: block;
	width: 3px;
	height: 17px;
	background: var(--base-yellow);
	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-yellow);
	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-yellow);
	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-yellow)
}

#search i {
	color: var(--base-yellow) !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-yellow);
	font-size: 22px;
	position: relative;
	top: 3px;
	cursor: pointer
}

.sep-menu-box .top img {
	width: 100px
}

.sep-menu-box .bottom {
	visibility: visible
}

.sep-menu-box .bottom.no {
	visibility: hidden
}

.sep-menu-box .bottom .menu-item>li {
	border-bottom: 1px solid #ddd
}

.sep-menu-box .bottom .menu-item>li:last-child {
	border-bottom: none
}

.sep-menu-box .bottom .menu-item>li.active {
	background: var(--base-yellow)
}

.sep-menu-box .bottom .menu-item>li.active .box {
	border-bottom: 1px solid #fff
}

.sep-menu-box .bottom .menu-item>li.active .box a {
	color: #fff
}

.sep-menu-box .bottom .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 .bottom .menu-item>li.active .box i:after {
	border-top-color: var(--base-yellow);
	border-right-color: var(--base-yellow)
}

.sep-menu-box .bottom .menu-item>li .box {
	position: relative;
	padding: 22px 30px;
	border-bottom: 1px solid transparent
}

.sep-menu-box .bottom .menu-item>li .box a {
	color: #282828;
	font-size: 18px
}

.sep-menu-box .bottom .menu-item>li .box i {
	display: block;
	width: 24px;
	height: 24px;
	font-size: 20px;
	border-radius: 100%;
	background: var(--base-yellow);
	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 .bottom .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 .bottom .menu-item>li>ul {
	padding: 5px 0;
	display: none
}

.sep-menu-box .bottom .menu-item>li>ul>li {
	padding: 4px 20px;
	position: relative
}

.sep-menu-box .bottom .menu-item>li>ul>li a {
	color: #fff;
	font-size: 14px
}

.sep-menu-box .bottom .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 .bottom .menu-item>li>ul>li i:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid transparent;
	border-top-color: var(--base-yellow);
	border-right-color: var(--base-yellow);
	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 .menu-item>li .ul2 {
	padding: 5px 0;
	display: none
}

.sep-menu-box .bottom .menu-item>li .ul2>li {
	padding: 4px 20px;
	position: relative
}

.sep-menu-box .bottom .menu-item>li .ul2>li a {
	color: #fff;
	font-size: 14px
}

.sep-menu-box .bottom .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 .bottom .menu-item>li .ul2>li i:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid transparent;
	border-top-color: var(--base-yellow);
	border-right-color: var(--base-yellow);
	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-yellow);
	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-yellow);
	border: 1px solid var(--base-yellow)
}

.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;
	}
}

@media(max-width:1440px) {
	.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:1410px) {
	.sep-container {
		max-width: 100%;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media screen and (max-width:1460px) {
	.sep-banner .sep-container .banner-title {
		font-size: 48px;
		line-height: 58px
	}

	.sep-banner .sep-container .banner-des {
		font-size: 16px;
		margin-top: 20px
	}

	.top-title .title {
		font-size: 40px;
		line-height: 52px
	}

	.top-title .title a {
		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 screen and (max-width:1200px) {
	.sep-banner .sep-container .banner-title {
		font-size: 30px;
		line-height: 30px
	}

	.top-title .title {
		font-size: 38px;
		line-height: 44px
	}

	.top-title .title a {
		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-yellow);
		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-yellow);
		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;
	}
}

@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 a {
		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) {
	.video-banner .ban-videobox::after {
		display: none;
	}

	/* .video-banner video::-webkit-media-controls {
		display: block;
	} */

	.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;
	}

	.foot-contact-ul .sep-container ul li .icon {
		align-items: flex-start;
	}

	.enter-cont .enter-list:nth-child(odd) {
		top: 0;
	}

	.news-box .news-ul {
		flex-wrap: wrap;
	}

	.top-title.title-after .title {
		margin-bottom: 20px;
	}

	.side-title {
		width: 100%;
		padding: 20px;
	}

	.side-title .title {
		font-size: 24px;
	}

	.control-pro {
		margin-top: 20px;
	}

	.pro-container {
		width: 100%;
		margin-top: 20px;
	}

	.swiper-pc .swiper-container .control-btn {
		display: none;
	}

	.sep-banner .sep-container .banner-subtitle {
		font-size: 20px;
		font-weight: bold;
	}

	.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: 10px;
	}

	.video-play {
		width: 80px;
	}

	.comp-cont h1 {
		font-size: 24px;
		margin: 10px 0;
		line-height: 1.5;
	}

	.company-box {
		padding: 50px 0 0;
	}

	.comp-cont .comp-des p {
		margin-bottom: 0;
	}

	.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;
	}

	.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;
	}
}

@media screen and (max-width:480px) {
	.sep-banner .sep-container .banner-title {
		font-size: 18px;
		line-height: 25px
	}

	.sep-banner .sep-container .banner-subtitle {
		margin-bottom: 0;
	}

	.top-title .title {
		font-size: 24px;
		line-height: 32px
	}

	.top-title .title a {
		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 20px;
		line-height: 40px
	}

	.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: 50px 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 20px;
		line-height: 40px;
	}

	.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 .bottom .menu-item>li .box {
		padding: 16px 20px
	}

	.sep-menu-box .bottom .menu-item>li .box i {
		top: 16px;
		right: 20px
	}

	.sep-menu-box .bottom .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
	}
}