@import url(besscolor.css);

/*!
* Name    : Base style
* Created : 2021-12-27
* Updated : 2021-12-27
* Author  : lzx
*/
@font-face {
	font-family: 'CustomFont';
	src: url('../fonts/Poppins-Regular.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'CustomFontBold';
	src: url('../fonts/Poppins-Bold.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

HTML,
body,
div,
section,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
textarea,
input {
	border: none;
	font-family: Open Sans, PingFang SC, Microsoft YaHei, Helvetica Neue, Hiragino Sans GB, Arial, "sans-serif";
}

html,
body {
	height: 100%;
	width: 100%
}

input::-ms-clear {
	display: none
}

input::-ms-reveal {
	display: none
}

input {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
	outline: none;
	padding: 0
}

input[type=submit],
input[type=button] {
	cursor: pointer
}

button[disabled],
input[disabled] {
	cursor: not-allowed
}

img {
	border: none
}

img[src=""],
img:not([src]) {
	opacity: 0
}

ul,
ol,
li {
	list-style-type: none;
	padding: 0;
	margin: 0
}

i {
	font-style: normal
}

a {
	text-decoration: none;
	color: inherit
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

/*!
* Name    : WYSIWYG style
* Created : 2021-12-27
* Updated : 2021-12-27
* Author  : lzx
.content-container dd,.content-container dl,.content-container figure,.content-container h1,.content-container h2,.content-container h3,.content-container h4,.content-container h5,.content-container h6,.content-container p,.content-container td,.content-container th{margin:0;padding:0;border:0}.content-container li,.content-container ol,.content-container ul{margin:0;padding:0;list-style-type:none}.content-container ul{list-style-type:disc;padding-left:40px}.content-container ol{list-style-type:decimal}.content-container li{list-style-type:disc}.content-container img{max-width:100%;height:auto;border:0;vertical-align:middle}.content-container table{border-collapse:collapse;border-spacing:0}.content-container a{color:inherit;outline:none;text-decoration:none;background:transparent}.content-container a,.content-container em,.content-container i,.content-container span{display:inline-block}.content-container b,.content-container em,.content-container i{font-style:normal}.content-container h1,.content-container h2,.content-container h3,.content-container h4,.content-container h5,.content-container h6{font-weight:normal;font-size:16px}.content-container button,.content-container input,.content-container optgroup,.content-container select,.content-container textarea{outline:0;border:0;vertical-align:middle;padding:0}.content-container button,.content-container html input[type=button],.content-container input[type=reset],.content-container input[type=submit],.content-container input[type=text]{outline:0;border:0;border-radius:0;cursor:pointer;-webkit-appearance:button;background:#fff}.content-container textarea{resize:none;font-size:14px}.content-container textarea,.content-container .select{appearance:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none}.content-container .nei-table{width:100%;overflow:auto}.content-container .nei-table table{border-collapse:collapse;border-spacing:0}.content-container .nei-table table,.content-container .nei-table table th,.content-container .nei-table table td{border:1px solid #666}.content-container .nei-table table th,.content-container .nei-table table td{padding:4px 10px;word-break:keep-all !important}.content-container iframe,.content-container embed{display:block;max-width:100%}
*/


body {}

html {
	font-size: 16px;
	color: var(--Fcolor);
}

@media only screen and (max-width: 1900px) {
	html {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1200px) {
	html {
		font-size: 16px;
	}
}


.wd1600 {
	width: 83.33%;
	margin: 0 auto;
	position: relative;
}
.main{
	background: #fff;
}
a,
article,
aside,
audio,
b,
body,
canvas,
caption,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
img,
label,
li,
menu,
nav,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

.zoom-in:hover {
	transform: scale(1.1);
}

.zoom-in {
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform ease .3s;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-ms-transition: -ms-transform ease .3s;
	-moz-transition: -moz-transform ease .3s;
	-o-transition: -o-transform ease .3s;
}

div,
input,
button {
	outline: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
	-webkit-appearance: button;
}

/* head */
.header {
	/* display: block; height: 70px;
    top: 0;
    left: 0;
    z-index: 999; */
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	transition: all 0.5s;
	height: 65px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	background: #fff;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.header .header-wrap {
	width: 83.33%;
	min-width: 1200px;
	margin: 0 auto;
}

.header .header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	position: initial;
}

.header .header-left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.header .header-center {
	display: flex;
	width: 100%;
	justify-content: center;
}

.header .header-right {
	display: flex;
	align-items: center;
}

.header .header-right .btn {
	margin-left: 16px;
	padding: 0 16px;
	height: 40px;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	border: none;
	background: var(--Bcolor);
	border-radius: 6px;
	    display: flex
	;
	    align-items: center;
}

.header .header-logo a {
	display: block;
}

.header .header-logo h1 {
	text-indent: -9999px;
	height: 0;
}

.header .header-logo img {
	display: block;
	max-height: 60px;
}

.header .header-nav {}

.header .header-nav>ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.header .header-nav>ul>li {
	position: relative;
	display: inline-block;
	text-align: center;
}

.header .header-nav>ul>li.nav-li img {
	display: none;
	opacity: 0;
	z-index: -1000;
}

.header.scrolled .header-nav>ul>li {
	box-shadow: none;
}

.header .header-nav>ul>li .active {
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
	background-color: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 10;
	min-width: fit-content;
}

.header .header-nav>ul>li:hover .active {
	opacity: 1;
	pointer-events: auto;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
}

.header .header-nav>ul>li li {
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}

.header .header-nav>ul>li ul li {

	border-bottom: none;
}

.header .header-nav>ul>li ul li:last-child {}

.header .header-nav>ul>li ul li:hover .sub-ul {
	display: block;
}

.header .header-nav>ul>li li a {
	padding: 10px 0;
	margin: 0 10px;
	display: block;
	border-radius: 0px;
	color: #000;
	transition: all 0.3s ease;
	text-align: center;
	word-break: keep-all;
	white-space: break-spaces;
	font-size: 16px;
	color: #666;
}

.header .header-nav>ul>li li:hover a {
	color: var(--Bcolor);
}

.header .header-nav>ul>li>a {
	position: relative;
	display: flex;
	align-items: center;
	height: 65px;
	position: relative;
	text-align: center;
	font-size: 1rem;
	text-transform: capitalize;
	padding: 0 30px;
	color: #151515;
	webkit-transition: color 0.5s;
	transition: color 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.header .header-nav>ul>li>a>i {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 6px;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid;
	border-right: 1px solid;
	transition: border-color .4s;
	transform: rotate(45deg);
	overflow: hidden;
}

.header .header-nav>ul>li>a:hover {
	transition: all .5s ease;
}

.header .header-nav>ul>li>a::before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 8px;
	width: 0%;
	height: 2px;
	background-color: none;
	transition: all .3s;
	z-index: 10;
}

.header .header-nav>ul>li>a:hover::before {
	width: 100%;
	left: 0;
	background-color: var(--Bcolor);
}

.header .header-nav>ul>li li .sub-ul {
	width: 100%;
	position: absolute;
	left: 100%;
	background: #fff;
	top: 0;
	border-radius: 0px;
	padding: 0 10px;
	display: none;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);


}

.header .header-nav>ul>li.has-submenu ul li:hover .sub-ul {
	display: block;
}

.header .header-nav>ul>li li .sub-ul li {
	border: none;
}

.header .header-nav>ul>li li .sub-ul li a {
	color: #222;
}

.header .header-nav>ul>li li .sub-ul li a:hover {
	color: var(--Bcolor);
}

.header .header-nav>ul>li li:hover .sub-ul {}


.header .header-nav>ul>li.has-submenu {
	position: inherit;
	border-bottom: 2px solid #0000;
}

.header .header-nav>ul>li.has-submenu .active {
	width: 100%;
	padding: 0 5%;
}

.header .header-nav>ul>li.has-submenu:hover .active {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	top: 100%;
	align-items: flex-start;

}

.header .header-nav>ul>li.has-submenu a {

	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: initial;
	width: 100%;
	margin: 0;
}

.header .header-nav>ul>li.has-submenu ul li a {
	padding: 10px 0;
	white-space: break-spaces;
}

.header .header-nav>ul>li.has-submenu ul li .sub-ul {
	padding: 0;
}

.header .header-nav>ul>li.has-submenu ul li .sub-ul li a {
	padding: 4px 0;
	color: #ababab;
}

.header .header-nav>ul>li.has-submenu ul li {
	border-right: none;
	font-weight: bold;
	color: #333;
	padding: 8px 0;
	width: 23%;
	margin: 0 1%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 12px 0;
	margin-bottom: 20px;
}

.header .header-nav>ul>li.has-submenu ul li .sub-ul a {
	color: #cccccc;
	padding: 3px 14px;
	font-size: .85rem;
}

.header .header-nav>ul>li.has-submenu ul li .sub-ul a:hover {
	color: var(--Bcolor);
	/* margin-left: 10px; */
}

.header .header-nav>ul>li.has-submenu ul li img {
	width: 120px;
	margin-bottom: 8px;
}

.header .header-nav>ul>li.has-submenu ul.sub-ul li {
	padding: 0;
	width: 100%;
	margin: 0;
}

.header .header-nav>ul>li.has-submenu li:hover a {
	/* color: #333; */
}

.header .header-menu {
	flex: none;
}

.language .cur {
	height: 65px;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	margin-left: 2vw;
	border-radius: 2px;
}

.language .cur e {
	color: #151515;
	font-size: 0.85rem;
	line-height: 20px;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.language .cur e::before {
	content: "";
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url("../images/languages.gif");
	background-size: cover;
}

.language .cur e i {
	font-size: 12px;
	margin-left: 10px;
}

.language ul.language-list {
	overflow: auto;
	position: absolute;
	z-index: 2;
	top: 64px;
	right: 0;
	list-style-type: none;
	background-color: #fff;
	font-size: 12px;
	height: 0;
	opacity: 0;
	transform: translateX(50%);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.language .cur:hover .language-list {
	opacity: 1;
	height: auto;
}

.language ul.language-list li {
	overflow: hidden;
}

.language ul.language-list li a {
	color: #333;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 8px 22px;
	display: block;
	width: 100%;
	white-space: nowrap;
}

.language ul.language-list li a:hover {
	color: var(--Bcolor);
}

.language e.en,
.language ul.language-list li a.en {
	background-position: 0 -22px;
}

/*首页导航无背景效果*/
.header.scrolled {
	position: fixed;
	background: none;
	border: none;
}

.header.scrolled .header-wrap {
	background: none;
	box-shadow: none;
}

.header.scrolled .header-content {}

.header.scrolled .header-nav>ul>li>a {
	color: #fff;
	height: 65px;
}

.header.scrolled .header-nav>ul>li>a:hover {
	color: #333;
	transition: all .5s ease;
}

.header.scrolled .search-icon,
.header.scrolled .search-submit {
	background: url(../images/icon_search_white.png) no-repeat center;
	background-size: 22px 22px;
	border-radius: 24px;
}

.header.scrolled .language .cur e::before {
	background: url(../images/language.gif);
	background-size: cover;
}

.header.scrolled .language .cur e {
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
}

.header.scrolled .search-input {
	border-color: #fff;
	background: #fff;
	margin-right: 8px;
	color: #000;
}

.header.scrolled .header-logo img.default_logo {
	display: none;
	transition: all 0.3s ease;
}

.header.scrolled .header-logo img.default_logo2 {
	display: block;
}

.header .header-logo img.default_logo {
	display: block;

}

.header .header-logo img.default_logo2 {
	display: none;
}

.header2 {
	display: none;
	height: 80px;
}

.header2 .main-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 0px 8px 0 rgb(0 0 0 / 10%);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	padding: 0 3%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header2 .logo a {
	display: block;
}

.header2 .logo {
	overflow: hidden;
}

.header2 .logo img {
	display: block;
	    max-height: 40px;
	    max-width: 180px;
}

.header2 .nav-btn {
	width: 25px;
	height: 16px;
	position: relative;
	cursor: pointer;
	margin-left: 15px;
}

.header2 .nav-btn .line {
	display: block;
	width: 100%;
	height: 1px;
	border-radius: 2px;
	background-color: #333;
	position: absolute;
	left: 50%;
	margin-left: -15px;
}

.header2 .nav-btn .line1 {
	-webkit-transform-origin: 4px 0;
	-ms-transform-origin: 4px 0;
	transform-origin: 4px 0;
}

.header2 .nav-btn .line2 {
	top: 7px;
}

.header2 .nav-btn .line3 {
	bottom: 0px;
	-webkit-transform-origin: 1px center;
	-ms-transform-origin: 1px center;
	transform-origin: 1px center;
}



.search-container {
	position: relative;
	display: flex;
	align-items: center;
}

.search-icon,
.search-submit {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(../images/icon-search.png) no-repeat center;
	background-size: 22px 22px;
	cursor: pointer;
	transition: all .5s ease;
	border: none;
	margin-left: 2vw;
}

.search-close {
	width: 100%;
	text-align: right;
	margin-bottom: 10px;
}

.search-close i {
	width: 40px;
	height: 40px;
	display: inline-block;
	background: url(../images/icon_close.svg) no-repeat center;
	background-size: 16px 16px;
	cursor: pointer;
	transition: all .5s ease;
	border: none;
}

.search-icon.hide {
	opacity: 0;
	pointer-events: none;
}

.search-form {
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
	border-radius: 5px;
	overflow: hidden;
	transition: width 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
	width: 0;
	opacity: 0;
	visibility: hidden;
}

.search-form.active {
	width: 250px;
	opacity: 1;
	visibility: visible;
}

.search-input {
	border: 1px solid #eee;
	padding-bottom: 2px;
	width: calc(100% - 40px);
	height: 56px;
	font-size: 15px;
	transition: all .5s ease;
	border-radius: 0px;
	padding-left: 10px;
	background: #fff;
}

.search-form:not(.active) .search-input,
.search-form:not(.active) .search-submit {
	visibility: hidden;
}

/* Mo导航 */
.header2 .sub-menu {
	width: 100%;
	padding: 0 3%;
	display: none;
	position: fixed;
	left: 0px;
	top: 60px;
	z-index: 2;
	overflow-y: auto;
	background-color: #fff;
}

.sub-menu ul {
	width: 100%;
	overflow-y: auto;
	height: calc(100vh - 60px);
}

.header2 .sub-menu li {
	border-bottom: 1px solid #f5f5f5;
	font-size: .8rem;
	padding: 0 20px;
}

.header2 .sub-menu li.animate {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.header2 .sub-menu .tits {
	display: inline-block;
	text-decoration: none;
	width: 80%;
	line-height: 60px;
	position: relative;
	box-sizing: border-box;
	font-size: 1rem;
	color: #222222;
}

.header2 .nav-btn.active {
	-webkit-animation: rotate 0.5s linear 0s;
	animation: rotate 0.5s linear 0s;
}

.header2 .header-right {
	display: flex;
	align-items: center;
}

/* footer */
.footer {
	background: #0c0c0c;
	position: relative;
	overflow: hidden;
}

.footbox {
	padding: 70px 0 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #4b4b4b;
	z-index: 1;
}

.footbox .company-infos {
	width: 33%;
}

.footbox .company-infos .footer-logo {
	margin-bottom: 20px;
	max-height: 80px;
}

.footbox .company-infos p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 24px;
}

.footbox .company-infos .info-text span {
	margin: 0 10px;
}

.footbox .company-infos .link {
	display: flex;
	justify-content: left;
	margin-top: 2rem;
}

.footbox .company-infos .link a {
	margin-right: 20px;
}

.footbox .company-infos .link a i {
	width: 22px;
	height: 22px;
	background: #fff;
	display: block;
}

.footbox .company-infos .link a i.icon_facebook {
	background: url("../images/facebook.png");
	background-size: cover;
}

.footbox .company-infos .link a i.icon_twitter {
	background: url("../images/twwiter.png");
	background-size: cover;
}

.footbox .company-infos .link a i.icon_instagram {
	background: url("../images/instagram.png");
	background-size: cover;
}

.footbox .company-infos .link a i.icon_youtobe {
	background: url("../images/youtube.png");
	background-size: cover;
}

.footbox .company-infos .link a i.icon_vk {
	background: url("../images/vk.png");
	background-size: cover;
}

.footerLogo {
	width: 100%;
}

.footInfo {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	position: relative;
	width: 100%;
}

.footInfoLeft {
	display: flex;
	width: 100%;
}

.footListTitle {
	font-size: 14px;
	color: #ededed;
}

.footListTitle,
.subscribe {
	font-size: 14px;
	color: #ededed;
	margin-bottom: 16px;
}

.latest {
	margin-top: 15px;
	color: #fff;
	opacity: 0.6;
	font-size: 12px;
}

.latestInfo {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.latestInput {
	width: 190px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-right: 0;
	box-sizing: border-box;
	padding: 0 10px;
}

.latestInput input {
	width: 100%;
	height: 100%;
	font-size: 12px;
	color: #fff;
	background: none;
}

.emailBtn {
	width: 45px;
	height: 30px;
	line-height: 30px;
	background: url(../images/DM_20250220prol_73.png) center no-repeat;
	background-size: cover;
	border: none;
}

.emailTips {
	margin-top: 15px;
	color: #fff;
	opacity: 0.6;
	font-size: 12px;
}

.footerBG {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.footerBG img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footbox .quicklinks {
	width: 40%;
	color: #ffffffa6;
}

.footbox h4 {
	font-size: 1rem;
	position: relative;
	padding-bottom: 10px;
	color: #fff;
	font-weight: bold;
	font-family: 'CustomFontB', sans-serif;
}

.footbox .quicklinks a {
	display: block;
	line-height: 20px;
	font-size: 14px;
	padding: 8px 0;
	text-transform: capitalize;
}

.footbox .quicklinks a:hover {
	color: var(--Bcolor);
}

.footbox .quicklinks .info-text {
	font-size: 14px;
	margin-bottom: 14px;
}

.footbox .quicklinks .info-text svg {
	margin-right: 4px;
	width: 22px;
	vertical-align: bottom;
}

.footbox .quicklinks .info-text svg path {
	fill: #fff
}

.footbox .message {
	width: 25%;
	margin-left: 8%;
}

.footbox .message .inputBox {}

.footbox .message .inputBox input {
	display: block;
	color: #151515;
	background: #fafafa;
	border: 2px solid #e9e9e9;
	padding-left: 15px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	margin-bottom: 24px;
	border-radius: 12px;
	transition: all .5s ease;
}

.footbox .message .inputBox input::-webkit-input-placeholder {
	color: #c7c7c7;
}

.footbox .message .inputBox input:focus {
	background: #fff;
	border-color: var(--Bcolor);
	opacity: 1;
}

.copyRights {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 24px;
	margin-top: 80px;
	border-top: 1px solid #383838;
	font-size: 12px;
	color: #999;
	width: 100%;
	height: auto;
	text-align: left;
	padding-top: 6px;
}

.copyRights p {
	display: inline-block;
	margin-right: 32px;
}

.copyRights p a {
	margin-right: 32px;
	display: inline-block;
	padding: 4px 0;
}

.breadcrumb {
	display: block;
	color: #fff;
	max-width: 1440px;
	margin: 0 auto;
	width: 90%;
	padding: 8px 0;
	text-align: center;
	animation-delay: 0.5s;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
}

.mt30 {
	    margin-top: 80px;
	    color: #666;
	    text-align: left;
	    text-transform: capitalize;
		    animation-delay: 0s;
			animation-name:none
}

.breadcrumb a {
	display: inline-block;
	transition: all .5s ease;
	font-size: 14px;
	text-transform: uppercase;
}

.breadcrumb a::after {
	content: ">";
	padding: 0 .3em;
}

.breadcrumb a:hover {
	color: var(--Bcolor);
}

.breadcrumb a:last-child::after {
	display: none;
}

/* banner */
.sbanner {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 640px;
}

.sbanner-img {
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sbanner .wd1600 {
	z-index: 2;
	position: absolute;
}

.sbanner h2 {
	font-size: 40px;
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	animation-delay: 0.5s;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
}

.otherbanner {
	background: url(../images/other_bg.jpg)no-repeat center;
	background-size: cover;
}

/* inquery */
.inquery {
	position: fixed;
	height: 50px;
	text-align: center;
	padding: 5px 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.inquery .elementor-btn {
	display: inline-block;
	width: 80%;
	background-color: var(--Bcolor);
	color: #ffffff;
	padding: 12px 24px;
	border: none;
	outline: none;
	border-radius: 30px;
}

.inquery-none {
	display: none;
}

/* page */
.page {
	display: block;
	width: 100%;
	text-align: center;
}

.page-oneline {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}

.page-home {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #151515;
	margin: 0 10px;
	transition: all .5s ease;
}

.page-home:hover {
	color: var(--Bcolor);
	border: 1px solid var(--Bcolor);
}

.nowpage {
	color: #fff;
	background: var(--Bcolor);
	border: 1px solid var(--Bcolor);
}

/* small title */
.smalltit {
	display: none;
	color: #5c5c5c;
	font-size: .8rem;
	text-transform: uppercase;
	line-height: 3.2rem;
	border-bottom: 1px solid #EFEFEF;
}

/*button*/
.btn {
	width: max-content;
	    max-width: 100%;
	    height: auto;
	    text-align: center;
	    color: #fff;
	    background: #EF4E22;
	    font-size: 20px;
	    cursor: pointer;
	    border: none;
	    outline: none;
	    border-radius: 0;
	    padding: 15px 30px;
	    display: block;
}



.btn:hover {
	border-color: var(--Bcolor);
	background: var(--Bcolor);
	transition: all .5s ease;
	color: #fff;
}

.btn_va {
	min-width: 10rem;
	padding: 15px 20px;
}

.btn_la {
	padding: 15px 20px;
}



.btn_la:hover {
	/* position: relative;
		background: none;
		    color: var(--Bcolor);
		    transition: all .5s ease; */
}

.btn_la::before {
	content: "";
	width: 0px;
	height: 1px;
	background: var(--Bcolor);
	left: 24px;
	transition: all .5s ease;
}

.btn_la:hover:before {
	width: 24px;
	left: 0;
	margin-right: 6px;
}

.btn_small {
	min-width: 8rem;
	height: 2.6rem;
	width: auto;
	padding: 0 10px;
	border: none;
}

/* Styles for the search box and button */
.search-box {
	width: calc(100% - 22px);
	/* Adjust width to account for padding */
	padding: 10px;
	margin-bottom: 10px;
}

.search-btn {
	padding: 10px 20px;
	background: #007bff;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}



.chathide {
	right: -115px;
}

.chattrans {
	-webkit-transition: right .3s;
	transition: right .3s;
}

#chat_float_btn {
	text-align: center;
	height: 70px;
	width: 35px;
	border-radius: 35px 0 0 35px;
	position: fixed;
	top: 160px;
	right: 0;
	z-index: 1001;
	background: url(../image/chat_float_btn1.png) no-repeat 12px center;
	cursor: pointer;
}

#chat_window {
	position: fixed;
	right: 50px;
	bottom: 100px;
	z-index: 10000;
}

#chat_window .chat_box {}

#chat_window .chat_box .box {
	display: none;
}

#chat_window .chat_box .chat_item {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: url(../image/icon_chat.png) no-repeat 0 0;
	margin-bottom: 6px;
}

#chat_window .chat_box a.chat_item {
	text-indent: 100px;
	overflow: hidden;
	white-space: nowrap;
}

#chat_window .chat_box .chat_qq {
	background-color: #4cafe9;
}

#chat_window .chat_box .chat_skype {
	background-color: #5996ff;
	background-position: 0 -50px;
}

#chat_window .chat_box .chat_email {
	background-color: #f5b246;
	background-position: 0 -100px;
}

#chat_window .chat_box .chat_trademanager {
	background-color: #33bbf9;
	background-position: 0 -150px;
}

#chat_window .chat_box .chat_wechat {
	background-color: #59c682;
	background-position: 0 -200px;
}

#chat_window .chat_box .chat_whatsapp {
	background-color: #55d5bb;
	background-position: 0 -250px;
}

#chat_window .chat_box .abs {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0px;
	margin-right: 50px;
	padding-right: 15px;
}

#chat_window .chat_box .more_box {
	position: relative;
	padding: 10px 0px;
	border: 1px solid #e8e8e8;
	background: #fff;
	border-radius: 5px;
}

#chat_window .chat_box .more_box:before {
	content: '';
	position: absolute;
	bottom: 19px;
	right: -8px;
	border-width: 7.5px 0 7.5px 8px;
	border-color: transparent;
	border-left-color: #e8e8e8;
	border-style: solid;
}

#chat_window .chat_box .more_box:after {
	content: '';
	position: absolute;
	bottom: 19px;
	right: -6.5px;
	border-width: 7.5px 0 7.5px 8px;
	border-color: transparent;
	border-left-color: #fff;
	border-style: solid;
}

#chat_window .chat_item:hover .abs {
	display: block;
}

#chat_window .chat_box .more_box a {
	position: relative;
	display: block;
	min-width: 80px;
	height: 30px;
	line-height: 30px;
	padding: 0px 17px;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
}

#chat_window .chat_box .more_box a:hover {
	background-color: #effaf7;
	text-decoration: none;
}

#chat_window .chat_box .more_box .item {
	width: auto;
	margin: 0;
	border: 0;
}

#chat_window .chat_box .more_box .relimg {
	display: none;
	position: absolute;
	top: 0;
	left: -105px;
	padding-right: 5px;
	width: 100px;
	height: 100px;
	text-align: right;
	margin-bottom: 5px;
}

#chat_window .chat_box .more_box .relimg img {
	padding: 2px;
	border: 1px solid #effaf7;
	border-radius: 2px;
	background: #fff;
}

#chat_window .chat_box .more_box a:hover .relimg {
	display: block;
}

#chat_window .chat_box .chat_box_menu {}

#chat_window .chat_box .chat_box_menu a {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 100%;
	margin-bottom: 6px;
	background: #151515 url(../images/icon_chat_menu.png) no-repeat 0 0;
}

#chat_window .chat_box .chat_box_menu #go_top {
	visibility: hidden;
	opacity: 0;
}

#chat_window .chat_box .chat_box_menu #go_top.show {
	visibility: visible;
	opacity: 1;
}

#chat_window .chat_box .chat_box_menu .more {}

#chat_window .chat_box .chat_box_menu .more {
	display: none;
}

#chat_window .chat_box .chat_box_menu .more.default_show {
	display: block;
}

#chat_window .chat_box .chat_box_menu .top {
	background-position: 0 -50px;
	background-color: #e4e4e4;
}

#chat_window .chat_box .box .chat_close {
	display: none;
}

#chat_window .chat_box .box.show {
	display: block;
}

/**/
.serviceBox {
	position: fixed;
	right: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background: #fff;
	display: none;
	z-index: 1;
	bottom: 5%;
}

.consult {
	padding: 15px 3px;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.conSerTop {
	display: flex;
}
.conSerTop .icon{
	width: 30px;
	    height: 30px;
}
.chat_whatsApp{
	background: url("../images/whatsapp.svg")no-repeat center;
	background-size: cover;

}
.chat_instagram{
	background: url("../images/instagram.svg")no-repeat center;
	background-size: cover;
}
.chat_telegram{
	background: url("../images/telegram.svg")no-repeat center;
	background-size: cover;
}
.chat_line{
	background: url("../images/line.svg")no-repeat center;
	background-size: cover;
}
.chat_linkedin{
	background: url("../images/linkedin.svg")no-repeat center;
	    background-size: 26px;
}
.chat_twitter{
	background: url("../images/twitter.svg")no-repeat center;
	background-size: cover;
}
.chat_phone{
	background: url("../images/phone.svg")no-repeat center;
	background-size: 32px;
}
.chat_email{
	background: url("../images/email.svg")no-repeat center;
	background-size: 26px;
}

.consult:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 32px;
	background: #d5d5d5;
	height: 1px;
	transform: translateX(-50%);
	box-sizing: border-box;
}

.consult:first-child:after {
	display: none;
}

.conSerImg {
	margin: 0 auto;
}

.consultText {
	margin-top: 5px;
	width: 100%;
	text-align: center;
	font-size: 14px;
}

.consult:hover .consultText {
	color: #EF4E22;
}

.consultHover {
	display: none;
}

.consult:hover .consultDefault {
	display: none;
}

.consult:hover .consultHover {
	display: block;
}

.consult .pos {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s;
	width: 0;
	overflow: hidden;
}

.consult .consultFir {
	top: 50% !important;
}

.consult:hover .consultFir {
	left: -226px;
	width: 216px;
}

.consult:hover .consultSen {
	left: -165px;
	width: 155px;
}

.serviceCon {
	background: #fff;
	padding: 10px;
	border-radius: 6px;
	position: relative;
	margin-right: 10px;
}

.serviceCon span {
	display: block;
}
.serviceCon span:hover{
	color: var(--Bcolor);
}
.serviceCon::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -6px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-top: 12px solid white;
	border-right: 12px solid white;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s ease;
}

.searchBox {
	width: calc(100% - 260px);
	height: 100%;
	position: relative;
	z-index: 1;
	display: none;
}

.searchBoxTop {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.searchBoxInfoBtn {
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(../images/icon-search.png) no-repeat center;
	background-size: 100%;
	margin-right: 8px;
}

.searchBoxInfoLeft {
	display: flex;
	align-items: center;
	width: 100%;
}

.searchBoxInfoInput {
	height: 100%;
	width: calc(100% - 30px);
}

.searchBoxInfoInput input {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 16px;
	background: none;
}

.searchBoxInfoRight {
	cursor: pointer;
}

.hamburger-menu {
                position: relative;
                width: 24px;
                height: 18px;
                cursor: pointer;
                z-index: 0;
				margin-left: 10px;
        }

        .hamburger-menu span {
            position: absolute;
            height: 2px;
            width: 100%;
            background: #12182f;
            border-radius: 3px;
            left: 0;
            transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
        }

        .hamburger-menu span:first-child {
            top: 0;
        }

        .hamburger-menu span:nth-child(2) {
            top: 50%;
            transform: translateY(-50%);
        }

        .hamburger-menu span:last-child {
            bottom: 0;
        }

        /* 激活状态 - 转换为箭头 */
        .hamburger-menu.active span:first-child {
            top: 50%;
            transform: translateY(-50%) rotate(45deg);
            background: #12182f;
        }

        .hamburger-menu.active span:nth-child(2) {
            opacity: 0;
            transform: translateX(-20px);
        }

        .hamburger-menu.active span:last-child {
            bottom: 50%;
            transform: translateY(50%) rotate(-45deg);
            background: #12182f;
        }
		
		/* 导航菜单 */
		.nav-menu {
		    position: fixed;
		    top: 60px;
		    right: -300px;
		    width: 300px;
		    height: 100vh;
		    background: #0c0b16;
		    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
		    z-index: 999;
		    padding: 60px 30px 30px;
		    display: flex;
		    flex-direction: column;
		}
		
		.nav-menu.active {
		    right: 0;
		}
		
		.nav-menu ul {
		    list-style: none;
		}
		
		.nav-menu ul li {
		    margin-bottom: 15px;
		}
		
		.nav-menu ul li a {
		    display: block;
		    padding: 12px 20px;
		    color: #fff;
		    text-decoration: none;
		    border-radius: 8px;
		    font-weight: 500;
		    transition: all 0.3s ease;
		    position: relative;
		    overflow: hidden;
		}
		
		.nav-menu ul li a:before {
		    content: '';
		    position: absolute;
		    left: 0;
		    top: 0;
		    height: 100%;
		    width: 4px;
		    background: linear-gradient(to bottom, var(--primary-color), var(--secondary-color));
		    opacity: 0;
		    transition: opacity 0.3s ease;
		}
		
		.nav-menu ul li a:hover {
		    background: #f8f9ff;
		    transform: translateX(5px);
		}
		
		.nav-menu ul li a:hover:before {
		    opacity: 1;
		}
		
		.nav-menu ul li a i {
		    margin-right: 10px;
		    color: var(--primary-color);
		}
		
		.content {
		    padding: 30px;
		    text-align: center;
		}
		
		.content h2 {
		    color: var(--text-color);
		    margin-bottom: 20px;
		}
		
	/* 	.content p {
		    color: #666;
		    line-height: 1.6;
		}
		 */
		/* 遮罩层 */
		.overlay {
		    position: fixed;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		    background: rgba(0, 0, 0, 0.5);
		    opacity: 0;
		    visibility: hidden;
		    transition: all 0.4s ease;
		    z-index: 998;
		}
		
		.overlay.active {
		    opacity: 1;
		    visibility: visible;
		}
		
		/* 响应式设计 */
		@media (max-width: 400px) {
		    .nav-menu {
		        width: 280px;
		        right: -280px;
		    }
		    
		    .container {
		        border-radius: 12px;
		    }
		}
		

@media only screen and (max-width: 1420px) {
	.header .header-nav>ul>li>a {
		padding: 0 1.2rem;
	}
}

@media only screen and (max-width: 1200px) {
	.header2 {
		display: block;
		height: 60px;
	}

	.header2 .main-wrap {
		height: 60px;
		box-shadow: none;
	}

	.header2.active .sub-menu {
		display: block;
		z-index: 99;
	}

	.header {
		display: none;
	}

	.search-form {
		background: none;
		opacity: 0;
		top: 0;
		z-index: 99;
		right: -780px;
		display: flex;
		justify-content: space-between;
		box-shadow: 0px 10px 10px #0000000f;
		border-radius: 0px;
		right: -500px;
		display: flex;
		flex-wrap: wrap;
	}

	.search-form.active {
		position: fixed;
		width: 100%;
		padding: 10px 20px 20px;
		background: #fff;
		opacity: 1;
		right: 0;

	}

	.search-input {
		width: calc(100% - 50px);
		padding-left: 16px;
	}

	#chat_window .chat_box .box.show .chat_close {
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 50px;
		margin-bottom: 6px;
		background: #151515 url(../images/icon_chat_menu.png) no-repeat 0 0;
		background-position: 0 -100px;

	}

	#chat_window .chat_box.pc_limit:hover .chat_box_menu .more,
	#chat_window .chat_box.cur .chat_box_menu .more {
		display: block;
	}

	#chat_window .chat_box:hover .chat_box_menu .more.default_show {
		display: block;
	}
}

@media only screen and (max-width: 900px) {
	.footbox .message {
		width: 50%;
	}

	.inquery-none {
		display: block;
	}

	.footbox .company-infos {
		width: 40%;
	}

}

@media only screen and (max-width: 769px) {
	.wd1600 {
		width: 92%;
	}

	.footbox .company-infos,
	.footbox .quicklinks,
	.footbox .message {
		width: 100%;
	}

	.footbox h4 {
		margin: 20px 0 0;
	}

	.footbox .message {
		margin-top: 50px;
		margin-left: 0;
	}

	.footbox .message .inputBox input,
	.footbox .message button {
		width: 100%;
	}

	.footbox {
		padding: 40px 0 0;
	}

	.header2 .nav-btn.active {
		-webkit-animation: rotate 0.5s linear 0s;
		animation: rotate 0.5s linear 0s;
	}

	.header2 .nav-btn.hover .line {
		background: #333;
	}

	.page-home {
		margin-left: 0px;
	}

	.page-end3 {
		margin-left: 15px;
	}

	.page-oneline {
		width: 100%;
	}

	.page-oneline2 {
		margin-top: 20px;
		width: 100%;
	}

	.language .cur e {
		padding-left: 10px;
	}

	.language .cur e::before {
		margin-right: 6px;
	}

	.search {
		margin-right: 12px;
	}

	.btn {
		padding: 12px 15px;
		font-size: 14px;
	}

	.sbanner {
		height: 45vh;
	}

	.sbanner h2 {
		font-size: 32px;
	}

	.smalltit {
		font-size: 14px;
		line-height: 48px;
	}

	.breadcrumb {
		width: 94%;
	}

	#chat_window {
		right: 20px;
	}

	.footInfoLeft {
		flex-wrap: wrap;
	}

	.footbox .company-infos,
	.footbox .quicklinks,
	.footbox .message {
		width: 50%;
		margin-bottom: 20px;
	}

	.footInfo,
	.copyRights {
		flex-wrap: wrap;
	}

	.copyRights {
		padding-top: 6px;
		margin-top: 20px;
	}
	.serviceBox{
		right: 15px;
	}
	.breadcrumb a{
		font-size: 12px;
	}
	.mt30{
		margin-top: 0px;
	}
}