@charset "utf-8";
* {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
	font-family: 'segoeui';
	src: url('../fonts/SegoeUI.woff2');
	font-display: swap;
}
@font-face {
	font-family: 'segoeuiblod';
	src: url('../fonts/SegoeUI-Bold.woff2');
	font-display: swap;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	min-height: 100%;
	font-family: 'segoeui';
	font-size: 14px;
	line-height: 1.5;
	color: #222222;
	background: #fff;
	padding: 0;
	margin: 0;
}

.text-primary {
	color: #4A7FF5;
}
img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}
ul,ol{
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin-bottom: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #222;
}
input,
button {
	-webkit-appearance: none;
	border-radius: 0;
}
button {
	cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
textarea {
	resize: none;
	overflow: auto;
}
input,
button,
textarea,
select {
	border: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: transparent;
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.goog-te-button{
    display: none;
}
.embed-responsive-16by9::before {
	padding-top: 0;
}
.embed-responsive {
	text-align: center;
}
select::-ms-expand {
	display: none;
}
table {
	border-collapse: collapse;
}
.scale {
	display: block;
	overflow: hidden;
}
.scale img {
	transition: 0.6s all;
}
.scale:hover img {
	transform: scale(1.06);
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	zoom: 1;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
.flex-center {
	display: flex;
	align-items: center;
}
.flex {
	display: flex;
}
.flex_bd {
	flex: 1;
	min-width: 0;
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
p {
	margin-bottom: 0;
}
.fixed {
	align-self: flex-start;
	position: sticky;
	top: 100px
}
/* 显示两行文字 */
.line-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.line-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.line-4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.bg-2 {
	background: #f6f7fc;
}
.border-b {
	border-bottom: 1px solid #f1f1f1;
}
.container {
	max-width: 1400px;
	padding: 0;
}
.navbar-logo {
	display: flex;
	align-items: center;
}
.logo-icon {
	margin-top: -10px;
}
.logo-text {
	font-size: 16px;
	line-height: 22px;
	font-family: 'segoeuiblod';
	color: #FFFFFF;
}
.logo-line {
	height: 34px;
	width: 1px;
	background-color: #ffffff;
	opacity: 0.5;
	margin: 0 10px;
}
.head .navbar {
	position: fixed;
	top: 0;
	z-index: 99;
	left: 0;
	padding: 0;
	width: 100%;
}
.navbar-nav a {
	color: #fff;
}
.language-select {
	position: relative;
	/* width: 124px; */
}
.language-cell {
	display: flex;
	align-items: center;
	color: #fff;
	padding: 5px 0;
}
.language-cell img {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
.language-title {
	font-size: 16px;
	font-family: 'segoeuiblod';
	color: #ffffff;
	line-height: 24px;
}
.language-arrow {
	width: 20px;
	text-align: center;
}
.language-arrow .iconfont {
	font-size: 12px;
}
.language-list {
	position: absolute;
	top: 34px;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 4px;
	padding: 4px 0;
	display: none;
	z-index: 9;
}
.language-item {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: #E6E6E6;
	padding: 8px 20px;
}
.language-item img {
	width: 24px;
	height: 24px;
	margin-right: 12px;
}
.language-select:hover .language-list {
	display: block;
}
.nav-item .nav-link {
	font-size: 20px;
	line-height: 94px;
	font-family: 'segoeuiblod';
	color: #ffffff;
	position: relative;
	padding: 0 10px !important;
}
.nav-item>.nav-link {
	text-transform: uppercase;
}
.nav-item {
	position: relative;
}
.nav-item+.nav-item {
	margin-left: 30px;
}
.c-open .nav-item+.nav-item {
	border-bottom: 1px solid #ebebeb;
}
.nav-item .dropdown {
	position: fixed;
	top: 94px;
	left: 0;
	right: 0;
	border-top: 1px solid #ebebeb;
	background-color: rgba(255, 255, 255, 1);
	z-index: 9;
	padding: 30px 0 50px;
	display: none;
}
.dropdown-title {
	font-size: 18px;
	color: #222;
	font-family: 'segoeuiblod';
	margin-bottom: 25px;
}
.navbar-toggler {
	padding: 0;
	border: 0;
}
.navbar-toggler-icon {
	background-image: url('../images/menu.webp');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.navbar-toggler {
	margin-left: auto;
	margin-right: 30px;
}
.icosearch {
	width: 32px;
	height: 32px;
	background-color: #FFFFFF;
	border-radius: 16px;
	color: #000000;
	font-family: 'segoeuiblod';
	margin-left: 10px;
}
.icosearch .iconfont {
	font-size: 18px;
}
.navbar-right {
	display: flex;
	align-items: center;
	position: relative;
}
.c-switch {
	display: none;
	width: 24px;
	height: 23px;
	cursor: pointer;
	margin-left: 16px;
}
.c-switch i {
	position: relative;
	display: block;
	height: 2px;
	background: #FFFFFF;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.c-switch i:nth-child(1) {
	top: 0;
}
.c-switch i:nth-child(3) {
	bottom: 0;
}
.c-switch i:nth-child(2) {
	margin: 6px 0;
}
body.c-open {
	overflow: hidden;
}
body.c-open .c-switch i:nth-child(2) {
	opacity: 0;
}
body.c-open .c-switch i:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.c-open .c-switch i:nth-child(3) {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.c-open .navbar-collapse {
	position: fixed;
	right: 0;
	top: 88px;
	bottom: 0;
	background: #191919;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: block;
	transition: all 0.5s;
}
.c-open .btn-msg {
	color: #000;
}
.c-open .navbar-nav {
	background: #191919;
	height: 100%;
	width: 55%;
	margin-left: auto;
	margin-right: 0 !important;
}
.c-open .navbar-collapse .bd {
	display: none;
}
.c-open .navbar-collapse .nav-item .dropdown {
	display: block;
	position: relative;
	height: auto;
	top: 0;
	padding: 0 0 0 10px;
	background-color: transparent;
}
.c-open .navbar-collapse .slideTxtBox .hd {
	width: 100%;
}
.c-open .navbar-collapse .slideTxtBox .hd li {
	display: block;
}
.c-open .navbar-collapse .slideTxtBox .hd li a {
	color: #FFFFFF;
	font-size: 12px;
}
.slideTxtBox {
	position: relative;
}
.c-open .navbar-collapse .navbar-right {
	padding-left: 28px;
}
.nav-item:hover .dropdown {
	display: block;
}
.c-open .navbar-nav .nav-link {
	font-size: 12px;
	line-height: 24px;
	padding: 10px !important;
}
.c-open .navbar-nav .nav-item {
	margin-left: 0;
	border-bottom: 1px solid #ebebeb;
}
.c-open .dropdown-title {
	display: none;
}
.c-open .submen-list li a {
	color: #ffffff;
	padding: 10px;
	font-size: 12px;
}
.foot {
	background-color: #ffffff;
	position: relative;
}
.foot-bottom {
	border-top: 1px solid #ebebeb;
	padding: 20px 0;
}
.foot-bottom .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.foot-Copyright {
	font-size: 16px;
	color: #444444;
	line-height: 36px;
}
.foot-Copyright a {
	margin-left: 36px;
	color: #444444;
	display: inline-block;
}
.foot-support {
	font-size: 16px;
	color: #444444;
	line-height: 36px;
}
.foot-support a {
	color: #444444;
}
.foot-main .container {
	display: flex;
}
.foot-info p {
	font-size: 16px;
	color: #444444;
	line-height: 24px;
	margin: 0 0 10px 0;
}
.foot-info p a {
	color: #444444;
}
.foot-logo {
	margin-bottom: 10px;
}
.foot-left {
	width: 350px;
}
.foot-right {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.foot-right::before {
	position: absolute;
	content: '';
	left: 0;
	top: -100px;
	width: 1px;
	height: 200%;
	background-color: #ebebeb;
}
.foot-item__hd {
	font-size: 18px;
	color: #222222;
	font-family: 'segoeuiblod';
	line-height: 1;
	margin-bottom: 34px;
}
.foot-item__bd li {
	margin-bottom: 12px;
	line-height: 24px;
}
.foot-item__bd li a {
	font-size: 16px;
	color: #444444;
}
.foot-item__bd li a:hover {
	color: #f08519;
}
.foot-more {
	color: #222;
	font-size: 16px;
	margin-top: 24px;
	display: block;
	font-family: 'segoeuiblod';
}
.foot-group a {
	display: inline-block;
}
.foot-group a img {
	width: 34px;
	height: 34px;
}
.foot-group a:hover {
	opacity: 0.6;
}
.foot-right {
	margin-left: auto;
}
.foot-item {
	margin-left: 100px;
}
.foot-main {
	padding: 75px 0 35px;
	overflow: hidden;
}
.foot-top {
	position: absolute;
	top: -36px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}
.top-btn {
	font-size: 16px;
	color: #f08519;
	font-family: 'segoeuiblod';
	background-image: url('../images/uper.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	line-height: 32px;
	width: 222px;
	padding-top: 5px;
}
#c-header.c-style2 .logo-line,#c-header.cs-style2 .logo-line {
	background-color: #666;
}
#c-header.c-style2 .navbar,#c-header.cs-style2 .navbar {
	background-color: #fff;
	box-shadow: 0 0 2px rgba(102, 102, 102, 0.2);
}
.c-open #c-header .navbar {
	background-color: #fff;
}
#c-header.c-style2 .c-switch i,#c-header.cs-style2 .c-switch i {
	background-color: #000000;
}
.c-open #c-header .c-switch i {
	background-color: #000000;
}
#c-header.c-style2 .nav-item .nav-link,#c-header.cs-style2 .nav-item .nav-link {
	color: #222222;
}
#c-header.c-style2 .language-title,#c-header.cs-style2 .language-title {
	color: #222222;
}
.c-open #c-header .language-title {
	color: #222222;
}
#c-header.c-style2 .language-arrow,#c-header.cs-style2 .language-arrow {
	color: #222222;
}
.c-open #c-header .language-arrow {
	color: #222222;
}
#c-header.c-style2 .icosearch,#c-header.cs-style2 .icosearch {
	background-color: #f08619;
	color: #FFFFFF;
}
.c-open #c-header .icosearch {
	background-color: #f08619;
	color: #FFFFFF;
}
.navbar-logo .on {
	display: none;
}
#c-header.c-style2 .navbar-logo img,#c-header.cs-style2 .navbar-logo img {
	display: none;
}
#c-header.c-style2 .navbar-logo .on,#c-header.cs-style2 .navbar-logo .on {
	display: block;
}
#c-header.c-style2 .logo-text,#c-header.cs-style2 .logo-text {
	color: #222222;
}
#c-header .navbar-collapse {
	flex-grow: unset;
	margin-left: 30px;
}
#c-header.c-style2 .nav-item .nav-link:hover,#c-header.c-style2 .nav-item.active .nav-link,#c-header.cs-style2 .nav-item .nav-link:hover,#c-header.cs-style2 .nav-item.active .nav-link,#c-header .nav-item.active .nav-link {
	color: #f08519;
}
.fat-btn {
	position: absolute;
	left: 50%;
	bottom: -1px;
	transform: translateX(-50%);
	z-index: 9;
	height: 70px;
	width: 350px;
	background-image: url('../images/uper2.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #bcbcbc;
	line-height: 1;
	padding-top: 5px;
}
.fat-btn .iconfont {
	display: block;
	animation: float 3s ease-in-out infinite;
}
.fat-btn .icon-tizhicheng {
	font-size: 32px;
}
@keyframes float {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(15px);
	}
	100% {
		transform: translateY(0px);
	}
}
.fat-btn:hover {
	color: #f08519;
}
.bigimg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	display: none;
	width: 100%;
	height: 100%;
}
.bigvideo {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 101;
	display: none;
	/* width: 100%;
	height: 100%; */
	width: 460px;
	height: 345px;
}
.bigvideo video {
	width: 100%;
	height: 100%;
}
.news-item__pic img {
	width: 100%;
	border-radius: 5px;
}
.bigimg>img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 70%;
	transform: translate(-50%, -50%);
}
.top-search-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #000000;
	z-index: 100;
	opacity: 0.8;
	display: none;
}
#showopen.navbar {
	z-index: 101;
}
.video-btn {
	position: absolute;
	left: -69px;
	height: 350px;
	top: 50%;
	width: 70px;
	transform: translateY(-50%);
	font-size: 18px;
	color: #222222;
	font-family: 'segoeuiblod';
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('../images/uper3.webp');
}
@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.video-btn:hover .animated {
	animation: rotateIn 1s;
}
.additional-features {
	position: fixed;
	right: 20px;
	bottom: 15%;
	z-index: 98;
	box-sizing: border-box;
	border-bottom: 0;
	transition: all .3s linear;
}
.additional-features li {
	padding: 3px 0;
}
.additional-features .additional-icon {
	height: 50px;
	position: relative;
	cursor: pointer;
	transition: all .3s linear;
}
.additional-features .additional-icon a > img {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
	border-radius: 50%;
	position: relative;
	width: 50px;
}
.additional-features .additional-icon span {
	position: absolute;
	right: 1px;
	opacity: 0;
	display: inline-block;
	line-height: 50px;
	padding-right: 60px;
	font-size: 18px;
	font-family: Arial;
	background-color: #fff;
	padding-left: 25px;
	border-radius: 50px;
	overflow: hidden;
	display: none;
}
.additional-features .additional-icon .wechat_code{
    	position: absolute;
    	opacity: 0;
        width: max-content;
        bottom: -25px;
        z-index: -1;
        right: 60px;
        display: none;
}
.additional-features .additional-icon .wechat_code img{
    width: 150px;
}
.additional-features.opa-0,
.additional-features .opa-0{
	opacity: 0;
    visibility: hidden;
}
.additional-icon .additional-badge {
	min-width: 24px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	background-color: #f08519;
	line-height: 24px;
	position: absolute;
	right: -7px;
	top: -3px;
	border-radius: 12px;
	z-index: 11;
	padding: 0 2px;
}
.search_con2 {
	height: 50px;
	transform: scale3d(0, 0, 0);
	transform-origin: right center;
	transition: all 0.5s;
	filter: alpha(opacity=0);
	width: 500px;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	right: 0;
}
.search-input {
	width: 380px;
	position: relative;
}
.search-input .form-control {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	font-size: 16px;
	padding-left: 20px;
	box-shadow: unset;
}
.search-btn {
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	color: #222222;
	font-family: 'segoeuiblod';
}
.search-btn .iconfont {
	font-size: 20px;
}
.moblie-search-close {
	width: 30px;
	height: 30px;
	text-align: center;
	color: #999999;
	line-height: 30px;
	cursor: pointer;
}
.moblie-search-close .iconfont {
	font-size: 24px;
}
.moblie-search-close:hover .iconfont{
	color:#222222;
}
#showopen .search_con2 {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}
.navbar-group {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
#showopen .navbar-collapse {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: scale3d(0, 0, 0);
}
#showopen .navbar-group {
	opacity: 0;
	filter: alpha(opacity=0);
}
#showopen .gtranslate_wrapper{
    opacity: 0;
}
.slideTxtBox .hd li a {
	font-size: 18px;
	color: #222;
	position: relative;
	padding: 10px 10px 10px 25px;
	position: relative;
	display: inline-block;
	line-height: 24px;
}
.slideTxtBox .hd li a .iconfont {
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)rotate(-90deg);
}
.dropdown .container {
	display: block;
}
.slideTxtBox .hd {
	width: 50%;
}
.slideTxtBox .bd {
	width: 50%;
}
.product-box {
	min-height: 340px;
}
.product-box img {
	max-width: 100%;
}
.sub-list {
	display: none;
}
.c-open #c-header.c-style2 .nav-item .nav-link,.c-open #c-header.cs-style2 .nav-item .nav-link {
	color: #fff;
}
.slideTxtBox .hd li a:hover {
	color: #f08519;
}
.c-open .navbar-collapse .slideTxtBox .hd li a:hover {
	color: #f08519;
}
.c-open #c-header.c-style2 .nav-item .nav-link:hover,.c-open #c-header.cs-style2 .nav-item .nav-link:hover {
	color: #f08519;
}
.btn-msg {
	width: 32px;
	height: 32px;
	position: relative;
	margin-left: 10px;
	padding-top: 4px;
}
.btn-msg .on {
	display: none;
}
.btn-msg .badge {
	position: absolute;
	top: -2px;
	right: -6px;
	min-width: 20px;
	line-height: 20px;
	font-size: 14px;
	border-radius: 10px;
	padding: 0;
	color: #fff;
	font-family: 'segoeuiblod';
	background-color: #f08519;
}
#c-header.c-style2 .btn-msg img,#c-header.cs-style2 .btn-msg img {
	display: none;
	margin: auto;
}
#c-header.c-style2 .btn-msg .on,#c-header.cs-style2 .btn-msg .on {
	display: block;
}
.productSilde {
	position: relative;
}
::placeholder {
	color: #999999;
	font-family: 'segoeui';
}
.form-control::placeholder {
	color: #999999;
}
.c-open .navbar-nav {
	overflow-y: auto;
}
.goog-te-gadget-simple .goog-te-menu-value span {
	font-size: 16px;
	font-family: 'segoeuiblod';
	font-family: 'segoeui';
	color: #ffffff;
	border: 0 !important;
}
.goog-te-gadget-simple {
	border: unset !important;
	background: none !important;
}
.goog-te-gadget img {
	background: url(../images/lang.webp) !important;
}
.goog-te-gadget-icon {
	width: 20px !important;
	height: 20px !important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
	color: #ffffff !important;
	width: 12px !important;
	height: 13px !important;
}
.goog-te-gadget-simple .goog-te-menu-value span:nth-last-child(1) {
	font-size: 12px;
}
#c-header.c-style2 .goog-te-gadget-simple .goog-te-menu-value span,#c-header.cs-style2 .goog-te-gadget-simple .goog-te-menu-value span {
	color: #222222 !important;
}
#videomodal .modal-dialog{
    max-width: 800px;
}




