@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	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.ttf');
	font-display:swap;
}

@font-face {
	font-family: 'segoeui blod';
	src: url('../../fonts/segoeuib.ttf');
	font-display:swap;
}

html {
	font-size: calc(100vw/19.2)
}

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: #333;
	background: #fff;
}

.text-primary {
	color: #4A7FF5;
}

img {
	border: 0;
	vertical-align: top;
}

ul {
	margin: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

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;
}

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;
}

/* 显示两行文字 */
.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;
}




@media (min-width: 1500px) {
	.container {
		max-width: 1430px;
	}
}

.navbar-logo {
	display: flex;
	align-items: center;
}

.logo-icon {
	margin-right: 20px;
}

.logo-text {
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	font-family: 'segoeui blod'
}

.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 100px;
	width: 100%;
	justify-content: space-between;
}

.navbar-nav a {
	color: #000000;
}

.language-select {
	position: relative;
	/* width: 124px; */
	margin-right: 10px;
}

.language-cell {
	display: flex;
	align-items: center;
	color: #fff;
	padding: 3px 0;
}

.language-cell img {
	width: 20px;
	height: 20px;
	margin-right: 4px;
}

.language-title {
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	text-transform: uppercase;
}

.language-arrow {
	width: 20px;
	text-align: center;
}

.language-arrow .iconfont {
	font-size: 12px;
}

.language-list {
	position: absolute;
	top: 28px;
	left: 0;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	padding: 4px 0;
	display: none;
	z-index: 9;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.language-item {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #222;
	text-align: center;
	padding: 0 10px;
}

.language-item img {
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

.language-select:hover .language-list {
	display: block;
}

.nav-item {
	padding: 15px 0;
}

.nav-item .nav-link {
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	color: #000000;
	position: relative;
	padding: 0 10px !important;
}



.nav-link:hover,.nav-link:hover a {
	color: #0095e5;
}

.nav-item {
	position: relative;
}


.nav-item+.nav-item {
	margin-left: 30px;
}



.nav-item .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border: 0;
	box-shadow: unset;
	border: 0;
	border-radius: 0;
	background-color: #31354b;
	z-index: 9;
	padding: 10px 0;
	display: none;
	min-width: 200px;
	margin-top: 0;
}

.nav-item .dropdown-menu li a {
	display: block;
	color: #fff;
	padding: 5px 20px;
	line-height: 2;
	font-size: 18px;
}



.dropdown-title {
	font-size: 18px;
	color: #222;
	font-weight: bold;
	margin-bottom: 25px;
}


.navbar-toggler {
	padding: 0;
	border: 0;
}

.navbar-toggler-icon {
	background-image: url('../../images/menu.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.navbar-toggler {
	margin-left: auto;
	margin-right: 30px;
}

.icosearch {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #000;
	color: #000;
	margin-left: 10px;
}

.icosearch .iconfont {
	font-size: 14px;
}

.btn-inquiry {
	background-color: #969897;
	color: #000000;
	font-size: 18px;
	line-height: 30px;
	padding: 0 17px 3px;
	margin-left: 10px;
	margin-right: 8px;
	position: relative;
	border-radius: 15px;
}

.btn-inquiry:hover {
	color: #fff;
}

.btn-inquiry .badge {
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	position: absolute;
	right: -8px;
	top: -8px;
	font-weight: normal;
	min-width: 24px;
	border-radius: 12px;
	text-align: center;
	padding: 0 2px;
	background-color: #0095e5;
}

.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: 54px;
	bottom: 0;
	background: #191919;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: block;
	transition: all 0.5s;
}


.c-open .navbar-nav {
	background: #191919;
	height: 100%;
	width: 55%;
	margin-left: auto;
	margin-right: 0 !important;
}

.c-open .nav-item {
	padding: 0;
}

.c-open .navbar-collapse .bd {
	display: none;
}

.c-open .navbar-collapse .nav-item .dropdown-menu {
	position: relative;
	height: auto;
	top: 0;
	border: 0;
	padding: 0 0 0 10px;
	background-color: transparent;
}


.asideMenu-list {
	position: absolute;
	left: 100%;
	box-shadow: 0 2px -8px rgba(0, 0, 0, 0.12);
	background-color: #31354b;
	min-width: 180px;
	top: 0;
	display: none;
}


.c-open .navbar-collapse .nav-item .asideMenu-list {
	position: relative;
	height: auto;
	left: 0;
	padding: 0 0 0 10px;
	background-color: transparent;
}


.c-open .navbar-collapse .navbar-right {
	padding-left: 28px;
}

.c-open .navbar-nav .nav-item {
	margin-left: 0;
}

.c-open .dropdown-title {
	display: none;
}



.submen-list li a:hover {
	background-color: #404358;
}


.foot {
	background-image: url('../../images/foot_bg_white.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.foot-main .container {
	display: flex;
}

.foot-links span {
	font-size: 16px;
	color: #000003;
	font-family: 'segoeui blod';
}

.foot-form .btn-submit {
	background-color: #0095e5;
	color: #fff;
	font-size: 18px;
	font-family: 'segoeui blod';
	border-color: #0095e5;
	line-height: 28px;
	border-radius: 25px;
	width: 120px;
	padding: 10px 20px;
}

.foot-form-item {
	margin-bottom: 6px;
}


.foot-form {
	margin-bottom: 60px;
}

.foot-form .row {
	margin: 0 -3px;
}

.foot-form .row>div {
	padding: 0 3px;
}

.foot-form-item .form-control {
	font-size: 16px;
	background-color: #fff;
	padding: 0 20px;
	height: 50px;
	border: 1px solid #fff;
	line-height: 50px;
	border-radius: 25px;
	color: #000;
	background-clip: unset;
}

.foot-form-item .textarea-control {
	font-size: 16px;
	background-color: #fff;
	padding: 10px 20px;
	height: 80px;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 25px;
	color: #000;
}

.foot-form-item .form-control:focus {
	box-shadow: unset;
}


.foot-links a {
	font-size: 16px;
	color: #000003;
	margin-left: 22px;
}

.foot-form-title {
	font-size: 24px;
	color: #0095e5;
	font-family: 'segoeui blod';
	line-height: 1;
	margin-bottom: 30px;
}

.foot-bottom {
	padding: 16px 0;
	border-top: 1px solid #272b3b;
	position: relative;
}

.foot-bottom .container {
	display: flex;
	align-items: center;
}

.foot-Copyright {
	font-size: 16px;
	color: #000000;
	margin-right: 45px;
	line-height: 36px;
}

.foot-support {
	font-size: 16px;
	color: #000000;
	position: relative;
	z-index: 2;
}

.foot-support a {
	font-size: 16px;
	color: #000000;
	line-height: 36px;
	margin-right: 45px;
}


.foot-left {
	width: 406px;
	margin-right: 90px;
}

.foot-right {
	display: flex;
	position: relative;
	z-index: 9;
}

.foot-item {
	max-width: 270px;
	margin-right: 70px;
	min-width: 130px;
}

.foot-item:last-child {
	margin-right: 0;
}


.foot-item__hd {
	font-size: 16px;
	color: #010000;
	font-family: 'segoeui blod';
	line-height: 1;
	margin-bottom: 26px;
	text-transform: uppercase;
}

.foot-item__bd li {
	margin-bottom: 16px;
}

.foot-item__bd li a {
	font-size: 16px;
	color: #000000;
}

.foot-item__bd li a:hover {
	text-decoration: underline;
}


.foot-group {
	display: flex;
	align-items: center;
	margin-top: 22px;
}

.foot-group a {
	display: inline-block;
	margin-right: 10px;
}

.foot-group a img {
	width: 27px;
	height: 27px;
}

.foot-group a:hover {
	opacity: 0.5;
}

.foot-main {
	padding: 40px 0 15px;
}


#c-header.c-style2 .navbar {
	background-color: #ffffff;
	box-shadow: 0 0 2px rgba(102, 102, 102, 0.2);
}

.c-open #c-header .navbar {
	background-color: #24293f;
}


.navbar-logo .on {
	display: none;
}

#c-header.c-style2 .navbar-logo .on {
	display: block;
}

#c-header .navbar-collapse {
	flex-grow: unset;
	margin-left: 30px;
}

.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;
}

.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: 0 0 0 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;
}


.search-btn .iconfont {
	font-size: 20px;
}

.moblie-search-close {
	width: 30px;
	height: 30px;
	text-align: center;
	color: #000;
	line-height: 30px;
}

.moblie-search-close:hover {
	color: #000;
}


.moblie-search-close .iconfont {
	font-size: 24px;
}

#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);
}


.foot-address {
	font-size: 16px;
	color: #000000;
	line-height: 24px;
}


.nav-item.dropdown .nav-link {
	padding-right: 30px !important;
}


.language-arrow {
	width: 0;
	height: 0;
	border-top: 6px solid #000;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	margin-left: 6px;
	margin-top: 3px;
}


.foot-bg {
	width: 5.32rem;
	height: 6.1rem;
	background-image: url('../../images/foot_bg2.png');
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	z-index: 1;
	bottom: 0;
}
@media (max-width:1680px) {
    .nav-item+.nav-item{
        margin-left: 20px;
    }
}

@media (max-width:1600px) {
    .bigimg>img{
        width:30%;
    }
	.logo-text {
		font-size: 16px;
	}

	.nav-item .dropdown-menu li a {
		font-size: 16px;
	}

	.nav-item .nav-link {
		font-size: 18px;
	}


	.head .navbar {
		padding: 0 50px;
	}

	.foot-item__hd {
		font-size: 14px;
	}

	.foot-item__bd li a {
		font-size: 14px;
	}


	.foot-email .form-control {
		font-size: 14px;
		height: 46px;
	}

	.foot-email .arrow-right {
		height: 46px;
		width: 46px;
		line-height: 46px;
	}

	.language-title {
		font-size: 16px;
	}

	.btn-inquiry {
		font-size: 16px;
	}


	.foot-address {
		font-size: 14px;
	}

	.foot-form-item .form-control {
		font-size: 14px;
	}

	.foot-form-item .textarea-control {
		font-size: 14px;
	}

	.foot-form-title {
		font-size: 20px;
	}

	.foot-form .btn-submit {
		font-size: 16px;
	}

	.foot-support {
		font-size: 14px;
	}

	.foot-links span {
		font-size: 14px;
	}

	.foot-links a {
		font-size: 14px;
	}

}
@media (max-width:1440px){
    .nav-item+.nav-item{
        margin-left: 10px;
    }
    .nav-item .nav-link{
        font-size: 16px;
    }
}

@media (max-width:1330px) {
	.nav-item .nav-link {
		font-size: 16px;
	}

	.nav-item .dropdown-menu li a {
		font-size: 14px;
	}


	.logo-text {
		font-size: 14px;
	}


	.btn-inquiry {
		font-size: 14px;
	}

	.btn-inquiry .badge {
		font-size: 12px;
	}


	.nav-item+.nav-item {
		margin-left: 15px;
	}

	.language-title {
		font-size: 14px;
	}

	.logo-icon img {
		height: 40px;
	}

	.head .navbar {
		padding: 0 30px;
	}


	.foot-right {
		display: block;
		overflow: hidden;
		clear: both;
	}

	.foot-item {
		width: 50%;
		float: left;
		margin-right: 0;
	}

	.foot-Copyright {
		font-size: 14px;
	}

	.foot-support a {
		font-size: 14px;
		margin-right: 30px;
	}

}
@media (max-width:1280px) {
    .logo-icon{
        margin-right:10px;
    }
    #c-header .navbar-collapse,.navbar-group{
        margin-left: 10px;
    }
    .nav-item+.nav-item{
        margin-left: 0;
    }
}

@media (max-width:1200px) {
	.logo-text {
		display: none;
	}
}


@media (max-width:1024px) {
	.foot-main {
		padding: 40px 0 25px;
	}


	.foot-item__hd {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.foot-item__bd li a {
		font-size: 12px;
	}

	.foot-Copyright {
		font-size: 12px;
		line-height: 24px;
		margin-right: 15px;
	}

	.foot-support a {
		font-size: 12px;
		line-height: 24px;
		margin-right: 15px;
	}

	.foot-group a img {
		width: 24px;
		height: 24px;
	}

	.foot-address {
		font-size: 12px;
	}

}

@media (min-width:992px) {
	.submen-list li:hover .asideMenu-list {
		display: block;
	}

	.nav-item:hover .dropdown-menu {
		display: block;
	}


}

@media (max-width:992px) {
	.c-switch {
		display: block;
		margin-bottom: -4px;
	}

	.head .navbar {
		height: 54px;
	}

	#showopen .c-switch {
		display: none;
	}

	.logo-icon {
		margin-top: 0;
	}

	.logo-icon img {
		height: 36px;
	}

	.foot-main .container {
		display: block;
	}

	.foot-item {
		width: 33%;
	}

	.foot-form {
		margin-bottom: 10px;
	}

	.foot-left {
		margin-bottom: 50px;
	}
	
}


@media (max-width:768px) {
    .bigimg>img{
	    width:100%;
	}
	.foot-item {
		width: 100%;
		max-width: unset;
		margin-bottom: 20px;
	}

	.foot-form .btn-submit {
		font-size: 14px;
		width: 100px;
		padding: 5px 10px;
	}

	.foot-left {
		width: 100%;
		margin-bottom: 10px;
	}

	.foot-bottom .container {
		display: block;
	}

	.foot-Copyright {
		text-align: center;
	}

	.foot-support a {
		margin: 0 5px;
	}

	.foot-support {
		text-align: center;
	}

	.foot-bottom {
		padding: 10px 0;
	}

	.foot-item__bd li {
		display: inline-block;
		margin-right: 10px;
		line-height: 16px;
		margin-bottom: 8px;
	}

	.foot-item__hd {
		margin-bottom: 10px;
	}

	.foot-main {
		padding: 40px 0 20px;
	}


	.head .navbar {
		padding: 10px 15px;
	}

	.language-title {
		font-size: 12px;
	}

	#showopen .search_con2 {
		width: 100%;
		position: fixed;
		top: 0;
		height: 54px;
		z-index: 1001;
		background-color: #ffffff;
	}

	#showopen .moblie-search-close {
		display: none;
	}

	#showopen .search-input {
		width: 100%;
	}

	#showopen .search-input .form-control {
		border: 0;
		height: 54px;
		border-radius: 0;
		line-height: 54px;
	}

	#showopen .search-btn {
		height: 54px;
		width: 80px;
		background-color: #0095e5;
		color: #FFFFFF;
	}

	#c-header.c-style2 c-switch {
		color: #FFFFFF;
	}

	.icosearch {
		width: 28px;
		height: 28px;
		margin-left: 6px;
	}

	.icosearch .iconfont {
		font-size: 14px;
	}

	.c-switch {
		margin-left: 10px;
	}

	.language-cell img {
		margin-right: 6px;
	}

	.c-switch {
		width: 22px;
	}

	.c-switch {
		height: 22px;
	}

	.logo-icon {
		margin-top: -2px;
	}

	.foot-bg {
		display: none;
	}
}


.c-open .navbar-nav {
	overflow-y: auto;
}

::placeholder {
	color: #4a4a4a;
	font-family: 'segoeui';
}


@media (max-width: 576px) {
	#c-header {
		height: 54px;
	}
    .c-switch i{
        background:#000;
    }
    .c-open #c-header .navbar {
        background-color: #fff;
    }
    .nav-item .nav-link{
        color:#fff;
    }
    .navbar-nav a {
        color: #fff;
    }
	.head .navbar {
		background-color: #fff;
	}

	.logo-icon img {
		height: 30px;
	}

	.icosearch {
		width: 24px;
		height: 24px;
		line-height: 20px;
	}

	.btn-inquiry {
		line-height: 24px;
		padding: 0 10px;
		margin-right: 0;
	}

	.navbar-group {
		margin-left: 10px;
	}

	.btn-inquiry .badge {
		line-height: 20px;
		min-width: 20px;
	}

	.icosearch .iconfont {
		font-size: 12px;
	}
}


.c-open .navbar-nav .nav-link {
	font-size: 14px;
	line-height: 24px;
	padding: 10px !important;
}

.c-open .submen-list li a {
	color: #ffffff;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
}

.c-open .nav-link .arrow {
	width: 0;
	height: 0;
	border-top: 6px solid #fff;
	border-right: 3px solid transparent;
	border-left: 3px solid transparent;
	margin-left: 6px;
	margin-top: 3px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.dropdown-link{
	position: relative;
}

.c-open .dropdown-link.on::after {
	position: absolute;
	content: "\e662";
	width: 20px;
	height: 20px;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	font-family: "iconfont";
	color: #fff;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	cursor: pointer;
}
.c-open .dropdown-link.open::after{
	transform: translateY(-50%);
}
.com-open.dropdown-menu {
	display: block;
}

.asideMenu-list.com-open {
	display: block;
}