/* CSS Document 
* MIT License
* By Chimon 
* 2023-03-01 */

@font-face {
	font-family: "WSansNew-Bold";
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "WSansNew-Book";
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "WSansNew-Light";
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "MiSans-Regular";
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

strong {
	font-weight: 700 !important;
	color: black;
	font-family: WSansNew-Bold, MiSans-Regular;
}

.black {
	color: black;
}

body {
	font-weight: 400;
	font-display: swap;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	font-family: "WSansNew-Book", "MiSans-Regular", "Neuzeit Office", Helvetica, Arial, Sans-serif;
	font-size: 14px;
	color: #222;
	background: #FFF;
	background-size: 100% 300px;
	background-repeat: no-repeat;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern" !important;
}

ul,
p {
	padding: 0;
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
	font-family: WSansNew-Bold, MiSans-Regular;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*样式开始*/
/* global */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	width: 100%;
	overflow-x: hidden;
}

body,
input {
	color: #111111;
}

a {
	text-decoration: none;
	color: #111111;
}

a:hover {
	color: #356ab6;
}

input {
	outline: none;
}

li {
	list-style: none;
	display: block;
}

.flex {
	display: flex;
}

.items-center {
	align-items: center;
}

.text-single {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.text-many {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.global-wrap {
	max-width: 1420px;
	margin: 0 auto;
}



/* header */
.header {
	position: sticky;
	left: 0;
	right: 0;
	top: 48px;
	z-index: 99;
	transition: 0.3s;
}

.header.bg {
	background-color: #fff;
	top: 0;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

.header-container {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 45px;
}

.header-wrap {
	background-color: #fff;
	flex-direction: row;
	justify-content: flex-end;
}

.header-language {
	/*position: fixed;*/
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 11px 0;
	transition: 0.3s;
	display: flex;
	padding: 0px !important;
	margin-top: 6px;
	margin-left: 10px;
}

.header-language.hidden {
	top: -48px;
}

.header-language .header-container {
	justify-content: flex-end;
}

.header-language a,
.header-language span {
	color: #777;
	font-size: 14px;
	line-height: 1;
	/*padding: 5px 11px;*/
	display: block;
}

.header-language a {
	width: 70px;
}

.header-language a:hover {
	color: #000 !important;
	text-decoration: underline;
}

.header-logo {
	width: 14%;
	padding: 18px 10px;
	justify-content: center;
}

.header-logo a {
	display: block;
	height: 64px;
}

.nav {
	width: 100%;
	/*border-left: 1px solid #ddd;*/
	/*border-right: 1px solid #ddd;*/
	padding: 0;
	padding-left: 1%;
	padding-right: 2.8%;
}

.nav .nav-link {
	width: 100%;
	text-align: center;
	padding: 0px 0;
	position: relative;
	margin-top: 5px;
	max-width: 180px;
}

.nav .nav-subLink::after {
	content: '';
	display: block;
	width: 0;
	height: 4px;
	background-color: #356ab6;
	position: absolute;
	left: 50%;
	top: 6px;
	transform: translateX(-50%);
	transition: 0.3s;
}

.nav .nav-link a {
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	padding-top: 28px;
	padding-bottom: 28px;
}

.nav .nav-link>a {
	font-size: 18px !important;
}

.nav .nav-link>a::after {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 11px;
	height: 7px;
	/*background: url('../images/btn_down.svg') no-repeat;*/
	background-size: cover;
	margin-left: 8px;
	margin-top: 5px;
	transition: 0.3s;
}

.nav .nav-link.noSubNav>a::after {
	/*display: none;*/
}

.nav .nav-subLink {
	min-width: 100%;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
	transition: 0.4s;
	white-space: nowrap;
	will-change: transform, opacity;
}

.nav .nav-subLink a {
	display: block;
	padding: 15px 15px;
	transition: 0.3s;
	background-color: rgba(255, 255, 255, 1);
}

.nav .nav-link:hover>a {
	color: #356ab6;
}

.nav .nav-link:hover>a::after {
	transform: rotate(-180deg)
}

.nav .nav-link:hover .nav-subLink:after {
	width: 100%;
}

.nav .nav-link:hover .nav-subLink {
	pointer-events: auto;
	opacity: 1;
}

.nav .nav-subLink a:hover {
	background-color: #356ab6;
	color: #fff;
}

.nav .nav-subLink {
	padding: 10px 0;
}

.header-search {
	width: 24%;
	padding: 0 2.2%;
	border: 1px solid #AAA;
	border-radius: 70px;
	padding-bottom: 4px;
	padding-left: 14px;
	padding-right: 14px;
	margin-top: 6px;
	margin-right: 3%;
}

.header-search .header-input {
	width: 100%;
	position: relative;
	padding-right: 25px;
}

.header-search .header-search-icon {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 2px;
	cursor: pointer;
	background: url(../images/icon_search.svg) no-repeat;
	outline: none;
	border: none;
}

.header-search input {
	width: 100%;
	height: 30px;
	display: block;
	padding: 5px 10px;
	font-size: 16px;
	border: none;
	margin-top: 5px;
}

.header-search input::placeholder {
	color: #777;
}

.header-search input::-webkit-input-placeholder {
	color: #777;
}

.header-search input::-moz-placeholder {
	color: #777;
}

.header-search input:-ms-input-placeholder {
	color: #777;
}

.header-contact {
	line-height: normal;
	width: 10%;
	min-width: 130px;
	background-color: #356ab6;
	color: #fff;
	font-size: 18px;
	justify-content: center;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	padding-top: 10px;
	border-radius: 70px;
	padding-bottom: 9px;
	/* padding-left: 10px; */
	/* padding-right: 37px; */
	/* display: block; */
	margin-top: 5px;
	margin-right: 50px;
}

.header-contact:hover {
	color: #fff;
	background-color: #223F45;
}

/* banner */
.index-banner {
	position: relative;
}

.index-banner-text {
	width: 100%;
	position: absolute;
	left: 0;
	top: 18%;
	padding: 0 45px;
	color: #fff;
	z-index: 2;
}

.index-banner-title {
	padding-left: 12.4%;
	font-size: 60px;
	line-height: 1.3;
	/*font-weight: bold;*/
	font-family: WSansNew-Bold, MiSans-Regular;
}

.index-banner-desc {
	padding-left: 12.4%;
	padding-top: 64px;
	font-size: 32px;
	line-height: 1;
}

.index-banner video {
	width: 100%;
}

/* index solution */
.index-solution {
	padding: 150px 0;
}

.index-solution-list {
	flex-wrap: nowrap;
	margin: 0 -1.2%;
}

.index-solution-list li {
	min-width: 0;
	padding: 0 1.2%;
	cursor: pointer;
	display: block;
}

.index-solution-thumb {
	padding: 84px 45px 93px;
	transition: 0.3s;
	position: relative;
	display: block;
}

.index-solution-thumb::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	transition: 0.3s;
}

.index-solution-image {
	width: 90px;
	height: 100px;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.index-solution-image img {
	width: 100%;
	display: block;
}

.index-solution-title {
	font-size: 32px;
	font-weight: 600;
	/*line-height: 1;*/
	margin-top: 56px;
	max-width: 100%;
	position: relative;
	z-index: 2;
	color: #111 !important;
	font-family: WSansNew-Book, MiSans-Regular;
}

.index-solution-desc {
	color: #777;
	font-size: 18px;
	line-height: 25px;
	height: 75px;
	-webkit-line-clamp: 3;
	margin-top: 43px;
	position: relative;
	z-index: 2;
	font-family: WSansNew-Book, MiSans-Regular;
}

.index-solution-more {
	padding: 20px 0;
	font-size: 18px;
	margin-top: 60px;
	color: #356ab6;
	border-radius: 50px;
	transition: 0.3s;
	position: relative;
	z-index: 2;
}

.index-solution-thumb:hover {
	background-color: #F7FBF8;
	transform: scale(1.06);
}

.index-solution-thumb:hover::after {
	border-width: 2px;
	border-color: #356ab6;
}

.index-solution-thumb:hover .index-solution-more {
	padding: 20px 40px;
	background-color: #356ab6;
	color: #fff;
}

/* index about */
.index-about {
	padding: 200px 0;
	background: #35646D url(../images/index_about_bg.jpg) top center no-repeat;
	background-size: 100% auto;
	position: relative;
}

.index-about-list li {
	padding-bottom: 160px;
	position: relative;
}

.index-about-list li:last-child {
	padding-bottom: 0;
}

.index-about-list li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 58px;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.5);
}

.index-about-list li::after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 20px;
	left: 0;
	transform: translateX(-50%);
	transition: 0.3s;
}

.index-about-list li.cur::after {
	width: 20px;
	height: 20px;
	background-color: #18C9A4;
	border-color: #18C9A4;
}

.index-about-thumb {
	justify-content: space-between;
	padding-left: 160px;
}

.index-about-content {
	width: 400px;
	color: #fff;
}

.index-about-title {
	font-size: 40px;
	line-height: 56px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.index-about-desc {
	padding-right: 35px;
	font-size: 18px;
	line-height: 25px;
	color: #ddd;
	font-family: WSansNew-Book, MiSans-Regular;
}

.index-about-image {
	max-width: 603px;
	margin-left: 30px;
}

.index-about-image img {
	width: 100%;
	display: block;
	border-radius: 10px;
}

.index-about-dashed {
	position: absolute;
	left: 0;
	width: 100%;
	border-top: 1px dashed #ddd;
	opacity: 0.5;
}

/* index news */
.index-column-title {
	color: #000;
	font-size: 40px;
	line-height: 56px;
	font-weight: bold;
}

.index-column-word {
	color: #356ab6;
	line-height: 1;
}

.index-column-title::after {
	content: '';
	display: block;
	width: 30px;
	height: 6px;
	background: #356ab6;
	border-radius: 10px;
	margin-top: 15px;
}

.index-column-title+.index-news-list {
	margin-top: 100px;
}

.index-news {
	padding: 150px 0 150px;
}

.index-news-list {
	margin: 0 -33px;
	flex-wrap: wrap;
}

.index-news-list li {
	width: 33.333%;
	padding: 0 33px;
}

.index-news-thumb {
	border-bottom: 1px solid #ddd;
	padding-bottom: 46px;
	position: relative;
}

.index-news-thumb::after {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	background-color: #356ab6;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.3s;
}

.index-news-thumb:hover:after {
	height: 6px;
}

.index-news-thumb:hover img {
	transform: scale(1.1);
}
.index-news-thumb:hover .index-news-title{
    font-size: 26px;
}
.index-news-image {
	display: block;
	width: 100%;
	max-height: 286px;
	overflow: hidden;
}

.index-news-image img {
	height: 300px;
    min-width: 100%;
	display: block;
	transition: 0.3s;
}

.index-news-image:hover img {
	transform: scale(1.1);
}

.index-news-title {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 26px;
	height: 60px;
	-webkit-line-clamp: 2;
	transition: .3s;
}

.index-news-date {
	font-size: 18px;
	line-height: 1;
	color: #777;
	padding-left: 22px;
	background: url(../images/icon_time.svg) left center no-repeat;
	margin-top: 16px;
}

.index-news-more {
	color: #fff !important;
	background-color: #356ab6;
	padding: 20px 10px;
	min-width: 176px;
	font-size: 18px;
	line-height: 1;
	border-radius: 87px;
	padding-top: 22px;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.index-news-more:hover {
	background-color: #223F45;
}

.index-more-arrow {
	display: inline-flex;
	justify-content: center;
}

.index-more-arrow::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/icon_arrow_more.svg) left center no-repeat;
	margin-left: 8px;
}

.index-news-list+.index-news-more {
	margin-top: 100px;
}



/* footer */
.footer {
	background-color: #223F45;
	padding-top: 95px;
	color: #fff;
}

.footer-router {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 74px;
	position: relative;
	padding-left: 183px;
}

.footer-logo {
	position: absolute;
	left: 0;
	top: 8px;
	background: #fff;
	border-radius: 5px;
}

.footer-link {
	width: 100%;
	justify-content: space-between;
	padding-top: 23px;
}

.footer-link li {
	display: inline-flex;
	justify-content: flex-end;
}

.footer-link-thumb {
	display: flex;
	flex-direction: column;
}

.footer-link a {
	color: #fff;
	line-height: 1;
}

.footer-link a:hover {
	color: #356ab6;
}

.footer-column {
	font-size: 16px;
	margin-bottom: 40px;
}

.footer-link-thumb>a {
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.8);
}

.footer-link-thumb>a:last-child {
	margin-bottom: 0;
}

.footer-info {
	justify-content: space-between;
	padding: 74px 0 95px 183px;
}

.footer-info-box {
	margin-right: 80px;
}

.footer-info-box:last-child {
	margin-right: 0;
}

.footer-info-thumb {
	line-height: 1;
	margin-bottom: 56px;
}

.footer-info-thumb:last-child {
	margin-bottom: 0;
}

.footer-info-label {
	font-size: 16px;
}

.mail:hover {
	color: #356ab6 !important;
}

.footer-info-text {
	display: block;
	font-size: 16px;
	margin-top: 12px;
	color: rgba(255, 255, 255, 0.8);
	min-width: 120px;
}

.footer-info-codeBox {
	font-size: 16px;
	line-height: 1;
	text-align: center;
	margin-left: 50px;
}

.footer-info-codeBox img {
	width: 100px;
	height: 100px;
	display: block;
	margin-bottom: 25px;
}

.footer-info-codeBox a,
.footer-info-codeBox a:hover {
	color: #FFF !important;
}

.footer-info-codeBox-duns a img {
	width: 114px !important;
}


@media(max-width:1380px) {
	.footer-info-box {
		margin-right: 30px;
	}

	.footer-info-codeBox {
		margin-left: 20px;
	}
}

.footer-copyright {
	padding: 14px 0;
	background: #1A3940;
	line-height: 1;
	color: #aaa;
	font-size: 12px;
	font-family: MiSans-Regular;
	opacity: .5;
}

.footer-copyright a {
	color: #aaa;
}

.footer-copyright a:hover {
	color: #fff;
	opacity: 0.8;
}

.footer-copyright .global-wrap {
	/*padding-left: 183px;*/
	justify-content: center;
}

.footer-copyright .global-wrap>* {
	margin-right: 38px;
}

.top-bg {
	height: 700px;
}

.top-text {
	width: 1200px;
	margin: 0 auto;
	padding-top: 260px;
}

.top-title {
	font-family: WSansNew-Bold, MiSans-Regular;
	font-size: 60px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 78px;
}

.top-des {
	font-family: WSansNew-Light, MiSans-Regular;
	font-size: 28px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 40px;
	margin-top: 50px;
}

.green {
	color: #356ab6 !important;
}

.section-wrap {
	width: 1200px;
	margin: 100px auto 150px auto;
}

.section-item {
	display: flex;
	margin-top: 85px;
	align-items: center;
}

.item-title {
	font-size: 40px;
	font-weight: bold;
	color: #111111;
	line-height: 40px;
	margin-bottom: 45px;
}

.item-des li {
	font-size: 22px;
	font-weight: 500;
	color: #777;
	line-height: 24px;
	margin-top: 30px;
}

.item-text {
	margin-left: 80px;
}

.section-block {
	background: #F9F9F9;
	display: flex;
	align-items: center;
	padding: 50px 50px 50px 50px;
	margin-bottom: 70px;
}

/*.section-block:hover {
    border: 1px solid #356ab6;
}*/
.block-title {
	font-size: 40px;
	font-family: WSansNew-Bold, MiSans-Regular;
	font-weight: bold;
	color: #111111;
	line-height: 40px;
	letter-spacing: 1px;
}

.block-des {
	font-size: 18px;
	font-weight: 500;
	color: #777777;
	line-height: 25px;
	margin-top: 30px;
}

.block-img {
	/*padding: 50px 50px 50px 50px;*/
}

.block-text {
	padding-left: 50px;
	padding-right: 50px;
}

.product-bottom {
	margin-top: 110px;
}

.product-bottom .index-column-title {
	margin-bottom: 80px;
}

.product-bottom .index-solution-thumb {
	padding: 73px 45px 65px;
	transition: 0.3s;
	position: relative;
	display: block;
}

.item-des p {
	font-size: 20px;
	font-weight: 500;
	color: #777777;
	line-height: 28px;
}

.section-model {
	display: flex;
}

.model-title {
	font-size: 40px;
	font-family: WSansNew-Book, MiSans-Regular;
	font-weight: bold;
	color: #111111;
	display: inline-block;
	margin-top: 20px;
}

.model-des p {
	font-size: 18px;
	font-weight: 500;
	color: #777777;
}

.model-line {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 50px;
}

.vendor_cap2 {
	font-size: 24px;
	font-weight: 500;
	color: #111111;
	text-align-last: justify;
	width: 110px;
	line-height: 40px;
}

.model-star tr {
	margin-bottom: 10px;
}

.model-mark tr {
	margin-bottom: 15px;
}

.vendor_cap3 {
	font-size: 24px;
	font-weight: 500;
	color: #111111;
	font-family: MiSans-Regular;
}

.model-star img {
	width: 50%;
}

.model-mark img {
	width: 50%;
}

.model-title-ico {
	float: right;
	margin-bottom: 0px;
}

.model-text {
	width: 60%;
	padding-left: 50px;
}

.model-text-left {
	padding-left: 0px;
	padding-right: 50px;
}

.vendor_cap1_des {
	font-family: WSansNew-Book, MiSans-Regular;
	margin-top: 50px;
	margin-bottom: 30px;
}

.model-mark tr {
	line-height: 50px;
}

.qc-solution-list {
	flex-wrap: wrap !important;
}

.qc-solution-list li {
	width: 50%;
}

.qc-solution-list .index-solution-thumb:hover {
	transform: none !important;
}

.qc-solution-list li {
	margin-bottom: 50px;
}

.qc-solution-list li img {
	width: 50%;
}

.qc-solution-list .index-solution-image {
	height: auto;
	display: inline-block;
	float: right;
}

.qc-solution-list .index-solution-title {
	display: inline-block;
	margin-top: 0px;
}

.qc-solution-list .index-solution-thumb {
	padding-bottom: 50px;
}

.qc-solution-list .index-solution-more {
	margin-top: 40px;
}

.qc-solution-list .index-solution-desc {
	margin-top: 55px;
}

.white {
	color: #FFF;
}

.bg_suspension {
	padding-top: 150px;
}

.marginbtm-50 {
	margin-bottom: -50px !important;
}

.left-right-model {
	display: flex;
	align-items: center;
}

.model-left {
	width: 50%
}

.model-right {
	width: 50%;
}

.lr-model-img img {
	width: 100%;
}

.lr-title {
	font-size: 40px;
	font-family: WSansNew-Bold, MiSans-Regular;
	font-weight: bold;
	color: #111111;
}

.lr-des {
	font-size: 24px;
	font-family: WSansNew-Book, MiSans-Regular;
	font-weight: 500;
	color: #111111;
	margin-top: 30px;
}

.lr-detail {
	font-size: 18px;
	font-family: WSansNew-Book, MiSans-Regular;
	font-weight: 500;
	color: #777777;
	margin-top: 30px;
	line-height: 28px;
}

.section-responsibility .lr-des {
	font-size: 18px;
}

.pl-50 {
	padding-left: 50px;
}

.pr-40 {
	padding-right: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-80 {
	padding-top: 80px;
}

.section-qc {
	margin-top: -360px !important;
	background-color: #FFF;
}

.section-responsibility {
	background-color: rgba(249, 249, 249, 1);
}

.swiper-wrapper a {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.5);
	width: 335px;
	height: 460px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: unset !important;
	bottom: -30px !important;
}
.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination li{
        width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
    margin: 0 5px;
    cursor: pointer;
}
.pagination .active{
    background: #356ab6;
    color: #fff;
}
.sm-title {
	line-height: 20px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 15px;
	font-size: 20px;
	font-family: WSansNew-Book, MiSans-Regular;
	color: #FFFFFF;
	width: 70%;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	position: absolute;
	bottom: 40px;
}

.sm-img img {
	margin-top: -40px;
	width: 240px;
}

.qc-cer .swiper-slide {
	display: flex;
	align-items: center;
	height: 500px;
}

.section-tab {
	padding-top: 100px;
}

.tab {
	padding-top: 50px;
}

.swipter-pre {
	display: block;
	position: absolute;
	right: 200px;
	margin-top: -40px;
	cursor: pointer;
	transition: all 0.25s linear;
}

.swipter-pre:hover img,
.swipter-next:hover img {
	transition: all 0.2s ease-in;
	transform: scale(1.1);
}

#div_dev {
	/*transition: all 8s linear;*/
}

.swipter-next {
	display: block;
	position: absolute;
	right: 100px;
	margin-top: -40px;
	cursor: pointer;
	transition: all 0.25s linear;
}

.swiper-wrapper .mySwiper2 {
	transition-timing-function: linear;
}

#viewer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 32px;
}

#viewer li {
	width: 200px;
	height: auto;
	margin: 0 16px 64px;
	border: 1px solid #ccc;
	overflow: hidden;
	cursor: pointer;
}

.viewer-canvas img {
	width: 762px;
	height: 1078px;
	margin-left: 579px;
	margin-top: -100px !important;
	transform: rotate(0deg) scale(0.8) !important;
	visibility: visible;
	max-width: none !important;
}

.section-p {
	font-size: 20px;
	font-family: WSansNew-Book, MiSans-Regular;
	font-weight: 400;
	color: #111111;
	line-height: 28px;
	margin-top: 60px;
}

.section-p p {
	letter-spacing: 1px;
}

.introduce {
	padding-top: 100px;
	padding-bottom: 70px;
}

.introduce .index-solution-thumb {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.introduce .index-solution-title {
	font-weight: 500 !important;
	font-family: WSansNew-Book, MiSans-Regular !important;
}

.introduce .index-solution-desc {
	text-align: center;
}

.introduce-num {
	font-size: 64px;
	font-family: WSansNew-Bold, MiSans-Regular;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.introduce li .index-solution-desc {
	margin-top: 20px !important;
}

.introduce .index-solution-thumb {
	padding-bottom: 70px;
}

.step {
	border: 1px solid #DDDDDD;
	height: 603px;
	margin-top: 147px;
	padding-left: 15px;
	padding-right: 15px;
}

.tip {
	font-size: 64px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.1);
	text-align: center;
	padding-top: 89px;
}

.tip_img {
	text-align: center;
	padding-top: 30px;
}

.tip2 {
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	color: #111111;
	padding-top: 35px;
}

.tip3 {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	padding-top: 20px;
}

.cop_bg {
	background: url(../images/pic_bg_fazhan.png) no-repeat center;
	height: 770px;
	margin-top: 50px;
}

.tt1 {
	float: left;
	width: 600px;
	border: 1px solid gray;
	margin: 10px;
	display: inline-block;
	height: 50px;
}

.dev_diretion a {
	display: inline-block;
	margin-top: 110px;
	width: 63px;
	height: 40px;
	text-align: center;
	cursor: pointer;
}

.dev_node {
	width: 380px;
	height: 280px;
	float: left;
}

.recyle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #356ab6;
	float: left;
	display: inline-block;
}

.node_line1 {
	float: left;
	border: 1px solid #DDDDDD;
	width: 360px;
	display: inline-block;
	margin-top: 6px;

}

.node_line {
	height: 20px;
	width: 380px;
	margin-left: 3px;
}

.node_year {
	font-size: 64px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}

.node_line2 {
	height: 57px;
	margin-top: 13px;
	border: 1px solid #DDDDDD;
	width: 1px;
	margin-left: 9px;
}

.node_line3 {
	height: 114px;
	margin-top: 13px;
	border: 1px solid #DDDDDD;
	width: 1px;
	margin-left: 9px;
}

.node_text1 {
	font-size: 18px;
	font-weight: 500;
	color: #111111;
	line-height: 25px;
	margin-top: 10px;
	padding-right: 15px;
}

.section-timeline {
	width: 3470px;
	left: 0px;
	position: relative;
	top: 90px
}

.time-line-title {
	padding-top: 100px;
}

.section-question {
	width: 100%;
	height: 500px;
	position: relative;
	margin-top: 210px;
}

.section-question-first {
	margin-top: 180px;
}

.section-question-second {
	margin-top: 200px;
	margin-bottom: 150px;
}

.bg-question {
	width: 50%;
	position: absolute;
}

.bg-answer {
	width: 85%;
	position: absolute;
	right: 0;
	top: -90px;
}

.question-text {
	font-size: 34px;
	color: #FFF;
	position: absolute;
	top: 190px;
	left: 12%;
	font-family: WSansNew-Book, MiSans-Regular;
}

.answer-name {
	font-size: 43px;
	font-family: WSansNew-Bold, MiSans-Regular;
	font-weight: 600;
	margin-bottom: 25px;
}

.answer-des {
	font-size: 22px;
	margin-top: 40px;
}

.answer-title {
	font-size: 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 30px;
}

.answer-text {
	color: #FFF;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 700px;
}

.section-contact .section-block {
	background-color: #FFF;
}

.slogn-title {
	font-size: 80px;
	font-family: WSansNew-Bold, MiSans-Regular;
	font-weight: bold;
	color: #333333;
	line-height: 90px;
}

.slogn-des {
	font-size: 40px;
	font-family: WSansNew-Bold, MiSans-Regular;
	font-weight: bold;
	color: #333333;
}

.slogn-p {
	font-size: 25px;
	font-family: WSansNew-Light, MiSans-Regular;
	font-weight: 500;
	color: #777777;
	margin-bottom: 80px;
	line-height: 30px;
}

.slogn-left,
.slogn-right {
	width: 50%;
}

.section-slogn {
	display: flex;
	margin-bottom: 120px;
	margin-top: 120px;
}

.slogn-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.slogn-img {
	width: 100%;
}

.img-text {
	position: absolute;
	top: 110px;
	left: 100px;
}

.img-text-Ezkey {
	font-size: 40px;
	font-family: WSansNew-Book, MiSans-Regular;
	color: #FFFFFF;
}

.img-text-location {
	font-size: 56px;
	font-family: WSansNew-Bold, MiSans-Regular;
	font-weight: bold;
	color: #18C9A4;
	margin-top: 30px;
}

.section-slogn .block-img {
	position: relative;
}

.contact-des {
	border-left: 1px solid rgba(0, 0, 0, .1);
	display: block;
	padding-left: 50px;
	min-height: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contact-item {
	font-size: 18px;
	font-family: WSansNew-Book, MiSans-Regular;
	font-weight: 500;
	color: #111111;
	margin-bottom: 18px;
}

.contact-item span {
	display: inline-block;
	width: 80px;
	float: left;
}

.contact-information {
	display: inline-block;
	float: left;
	width: 500px;
	margin-top: 2px;
	padding-left: 4px;
}

.contact-item img {
	vertical-align: -5px;
	margin-right: 4px;
}

.section-contact .section-block {
	padding-right: 20px;
}

.section-contact .block-text {
	padding-right: 20px;
}

.top-news-detail {
	width: 50%;
	padding-left: 50px;
	padding-right: 50px;
}

.top-news-image {
	width: 60%;
	overflow: hidden;
}

.top-news-image img {
	width: 100%;
	height: 100%;
	max-height: 400px;
}

.top-news-block {
	display: flex;
	background-color: #F9F9F9;
	margin-top: 50px;
	flex-direction: row;
}

.section-top-news .index-news-thumb {
	border: none !important;
}


.section-news .index-news-list .index-news-thumb {
	margin-top: 60px;
	margin-bottom: 40px;
}

.top-news-block .index-news-title {
	font-size: 30px;
}

.section-top-news .index-news-thumb {
	cursor: pointer;
}

.section-top-news .index-news-thumb .index-solution-more {
	margin-top: 30px
}

.section-top-news .index-news-thumb:hover .index-solution-more {
	padding: 20px 40px;
	background-color: #356ab6;
	color: #fff;
	/*margin-bottom:-10px;*/
}

.section-top-news .index-news-thumb:hover a {
	color: #356ab6;
}

.section-top-news .index-news-thumb:hover:after {
	height: 0px;
}

.section-top-news .model-des {
	margin-top: 40px;
}

.section-top-news .model-des p {
	-webkit-line-clamp: 2;
}

.section-top-news .index-news-thumb {
	padding-bottom: 40px;
	position: relative;
}

.section-top-news .index-news-title {
	line-height: 40px;
	margin-top: 70px;
	height: auto;
	-webkit-line-clamp: 2;
}

.section-top-news .index-news-date {
	margin-top: 120px;
	float: right;
}

.section-top-news .index-news-thumb .index-solution-more {
	margin-top: 92px;
}

.section-top-news .index-news-image {
	max-height: none;
}

#market_news_btn {
	border-left: 1px solid rgba(0, 0, 0, .2);
	padding-left: 20px;
}

#market_news {
	display: none;
}

.news-type-item {
	cursor: pointer;
	font-size: 40px;
	font-family: WSansNew-Book, MiSans-Regular;
	font-weight: 500;
	color: #777777;
	margin-right: 20px;
}

.news-type-active {
	font-family: WSansNew-Book, MiSans-Regular;
	font-weight: 600;
	color: #356ab6;
}

.section-news-detail-wrap {
	display: flex;
}

.news-title {
	font-size: 50px;
	font-family: WSansNew-Bold, MiSans-Regular;
	font-weight: bold;
	color: #111111;
	line-height: 70px;
	margin-bottom: 30px;
}

.news-content {
	font-size: 18px;
	font-family: WSansNew-Book, MiSans-Regular;
	font-weight: 400;
	color: #111111;
	margin-top: 50px;
	padding-right: 30px;
}

.news-detail {
	width: 75%;
	overflow-x: auto;
}

.more-news {
	width: 25%;
	padding-left: 25px;
	opacity: .7;
}

.more-news-title {
	font-size: 24px;
	font-family: WSansNew-Book, MiSans-Regular;
	font-weight: 500;
	color: #000;
	-webkit-line-clamp: 2;
	margin-bottom: 30px;
}

.more-news-des {
	font-size: 16px;
	font-family: WSansNew-Book, MiSans-Regular;
	font-weight: 400;
	color: #555;
	line-height: 22px;
	-webkit-line-clamp: 3;
	margin-bottom: 30px;
}

.more-news-item {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding-bottom: 60px;
	margin-top: 60px;
}

.more-news a {
	display: block;
}

.more-news a:hover .more-news-title {
	color: #356ab6 !important;
}

.more-news .more-news-item:first-child {
	margin-top: 10px !important;
}

.section-news {
	margin-bottom: 90px;
}

.PageSelection {
	margin-top: 20px;
}

.news-list1 {
	display: none;
}

.PageSelection1 {
	display: none;
}

.top-bg {
	background-size: cover !important;
}

.index-news-list .index-news-image img {
	width: 430px;
	height: 237px;
}

.layui-box {
	font-family: "Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif";
}

.index-solution-more:focus,
.index-solution-more:focus-visible {
	outline: none;
}

.index-news-title a:hover,
.news-type-item:hover {
	color: #356ab6 !important;
}

.nav-link a {
	outline: none;
}

.introduce {
	pointer-events: none;
}

.qc-solution-list .index-more-arrow::after {
	background: url(../images/btn_learn.svg) left center no-repeat !important;
}

.answer-title {
	font-family: WSansNew-Book, MiSans-Regular;
}

.answer-name {
	font-family: WSansNew-Bold, MiSans-Regular;
	letter-spacing: 2px !important;
}

.answer-des {
	font-family: WSansNew-Book, MiSans-Regular;
}

.question-text {
	font-family: WSansNew-Book, MiSans-Regular;
}

a {
	outline: none !important;
}

.top-des {
	max-width: 80%;
}

.cc-col-3 {
	width: 33.3%;
}

.cc-col-2 {
	width: 50%;
}

#foot-wrap {}

.foot-link,
.foot-link:hover,
.foot-link:focus {
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
	color: rgba(103, 103, 103, 1.00);
}

#foot-wrap {
	position: absolute;
	display: block;
	bottom: 30px;
	right: 50px !important;
	line-height: 13px;
	position: fixed;
	color: #fff;
}


.wrap-header {
	height: 40px;
}

.r-img {
	top: 10px;
	position: absolute;
	left: 59%;
	display: flex;
	height: 64px;
	column-gap: 20px;
}

.r-img a {
	display: inherit;
}

.wrap-title {
	text-shadow: 0 1px 0 #000;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	margin-left: 30px;
}

.wrap-contact-item {
	margin-left: 20px;
	font-size: 16px;
	text-decoration: none;
	color: #516573;
	text-shadow: 0 1px 0 #fff;
	line-height: 30px;
}

.wrap-contact-item a,
.wrap-contact-item a:hover,
.wrap-contact-item a:focus {
	text-decoration: none;
	color: #516573;
}

.wrap-body {}

.wrap-contact-left {
	display: inline-block;
	color: #4f4f4f;
	font-size: 18px;
}

.wrap-contact-text {
	padding-top: 10px;
	padding-left: 8px;
}

.wrap-contact-left img {
	margin-right: 10px;
}

.float-icon-img {
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.0);
	transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1.0);
	opacity: 0.9;
	width: 92%;
}

.float-icon-img:hover {
	opacity: 1;
	transform: scale(1.1);
}

.item-img img {
	width: 100%
}

.item-img,
.item-text,
.model-img,
.model-text {
	width: 50%;
}

.section-news .index-news-list .index-news-image img {
	width: 355px;
	height: 237px;
}

.index-banner-desc,
.top-des {
	font-family: WSansNew-Bold, MiSans-Regular;
}

.big-font {
	font-family: WSansNew-Bold, MiSans-Regular;
}

.m-line {
	height: 32px;
	margin-top: 5px;
	width: 64px;
	border-left: 1px solid #CCC;
}

@media(max-width:1800px) {
	.header-search {
		width: 25%;
		margin-right: 2%;
	}

	.float-icon-img {
		width: 82%;
	}

	.answer-text {
		top: -12px;
	}

	.nav .nav-subLink::after {
		top: 7px;
	}

	.section-question {
		margin-top: 170px;
	}

	.section-question-second {
		margin-bottom: 100px;
	}

	.answer-name {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.question-text {
		left: 10%;
	}
}

@media(max-width:1600px) {
	.nav .nav-link {
		max-width: 150px;
	}

	.nav .nav-link>a {
		font-size: 16px !important;
	}

	.header-search input {
		font-size: 14px;
	}

	.header-contact {
		font-size: 14px;
	}

	.header-search {
		width: 24%;
	}

	.m-line {
		width: 50px;
	}

	.header-language a {
		width: 50px;
	}

	.header-search {
		margin-right: 2%;
	}

	.header-contact {
		margin-right: 40px;
		min-width: 105px;
	}

	.index-news-list .index-news-image img {
		width: 396px;
		height: 237px;
	}

	.float-icon-img {
		width: 72%;
	}

	.index-banner-text {
		top: 30%;
	}

	.footer-info-codeBox {
		margin-left: 30px;
	}

	.index-banner-title {
		font-size: 50px;
	}

	.index-banner-desc {
		font-size: 28px;
	}

	.global-wrap {
		max-width: 1320px;
		margin: 0 auto;
	}

	.introduce-wrap {
		margin-bottom: 90px;
	}

	.question-text {
		font-size: 30px;
		color: #FFF;
		position: absolute;
		top: 160px !important;
		left: 10%;
	}

	.answer-text {
		top: -40px;
	}

	.answer-title {
		font-size: 22px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		padding-bottom: 20px;
	}

	.answer-name {
		font-size: 40px;

		font-weight: 600;
		margin-bottom: 20px;
	}

	.answer-des {

		font-size: 18px;
		margin-top: 30px;
	}

	.section-question-second {
		margin-bottom: -60px;
	}

	.section-question {
		margin-top: 150px;
	}

	#foot-wrap {
		right: 10px !important;

	}
}

@media(max-width:1280px) {
	.nav {
		margin-top: 2px;
	}

	.nav .nav-link>a::after {
		background-size: contain;
	}

	.top-news-block .model-des {
		display: none;
	}

	.nav .nav-link {
		max-width: 120px;
	}

	.header-search input {
		margin-top: 2px;
	}

	.header-search {
		margin-right: 2%;
		padding-bottom: 0px;
	}

	.header-contact {
		min-width: 100px;
	}

	.header-language a {
		width: 35px;
		font-size: 12px;
	}

	.m-line {
		width: 46px;
		height: 25px;
		margin-top: 5px;
	}

	.header-contact {
		font-size: 15px;
		margin-right: 32px;
	}

	.nav .nav-link>a::after {
		margin-top: 3px;
	}

	.footer {
		padding-top: 60px;
	}

	.index-banner-desc {
		padding-top: 48px;
		letter-spacing: 1px;
	}

	.section-news .index-news-list .index-news-image img {
		width: 313px !important;
		height: 200px !important;
	}



	#foot-wrap {
		right: -20px !important;
		bottom: 20px;
	}

	.float-icon-img {
		width: 60%;
	}

	.lr-detail {
		line-height: 24px;
	}

	.index-news-list .index-news-image img {
		width: 313px;
		height: 200px;
	}

	.introduce {
		padding-top: 80px;
		padding-bottom: 60px;
	}

	.index-about .index-about-thumb {
		padding-top: 10px;
	}

	.nav-subLink a {
		font-size: 12px;
	}

	.header-wrap {
		max-height: 80px;
	}

	.model-title {
		font-size: 34px;
	}

	.section-news {
		margin-bottom: 90px !important;
	}

	.index-solution-title {
		font-size: 24px;
		margin-top: 40px;
	}

	.index-solution-thumb {
		padding-top: 76px;
		padding-bottom: 73px;
	}

	.index-about {
		padding: 110px 0;
	}

	.index-about-list li {
		padding-bottom: 140px;
	}

	.index-solution-more {
		padding: 10px 0px;
		font-size: 16px;
	}

	.index-solution-thumb:hover .index-solution-more {
		padding: 10px 20px;
	}

	.section-news .index-news-list .index-news-thumb {
		margin-bottom: 25px;
	}

	.section-top-news .index-news-title {
		line-height: 30px;
		margin-top: 50px;
		height: auto;
		-webkit-line-clamp: 2;
	}

	.section-top-news .index-news-thumb .index-solution-more {
		margin-top: 95px;
	}

	.section-top-news .index-news-thumb:hover .index-solution-more {
		margin-top: 84px !important;
	}

	.section-top-news .index-news-date {
		margin-top: 110px;
	}

	.top-news-block .index-news-title {
		font-size: 24px;
	}

	.section-top-news .index-news-thumb {
		padding-bottom: 30px;
	}

	.news-type-item {
		font-size: 34px;
	}

	.footer-link-thumb>a {
		margin-bottom: 18px;
	}

	.header-search .header-search-icon {
		width: 20px;
		height: 20px;
		top: 5px;
		background-size: contain;
	}

	.nav .nav-subLink::after {
		top: -2px;
	}

	.header-logo svg {
		height: 75%;
		margin-top: 10px;
	}

	.nav .nav-subLink {
		padding: 2.3px 0;
	}

	.nav .nav-link>a {
		font-size: 14px !important;
	}

	.header-search input,
	.header-contact {
		font-size: 12px;
	}

	.index-news-thumb {
		padding-bottom: 40px;
	}

	.index-news-more {
		padding: 16px 9px;
		min-width: 150px;
		font-size: 16px;
		padding-top: 18px;
	}

	.index-news-title {
		font-size: 20px;
		margin-top: 34px;
		line-height: 28px;
	}

	.index-news-date {
		font-size: 15px;
	}

	.item-des p {
		font-size: 18px;
	}

	.section-responsibility .lr-des,
	.lr-detail {
		font-size: 16px;
	}

	.index-about-title {
		font-size: 32px;
		line-height: 40px;
	}

	.index-about-desc {
		font-size: 16px;
		line-height: 22px;
	}

	.index-solution-desc {
		font-size: 16px;
		line-height: 22px;
	}

	.index-solution {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.index-banner-title {
		font-size: 40px;
	}

	.index-banner-desc {
		font-size: 20px;
	}

	.contact-des {
		padding-left: 40px;
	}

	.contact-item {
		font-size: 16px;
	}

	.contact-item span {
		width: 62px;
	}

	.section-contact .section-block {
		padding: 30px;
		margin-bottom: 60px;
	}

	.contact-information {
		width: 420px;
	}

	.section-contact {
		margin-bottom: 100px !important;
		margin-top: -20px !important;
	}

	.section-contact .block-text {
		padding-left: 40px;
	}

	.section-slogn {
		margin-bottom: 90px;
	}

	.introduce-wrap {
		margin: 80px auto -20px auto;
	}

	.section-slogn .index-column-title {
		font-size: 46px;
	}

	.slogn-p {
		font-size: 20px;
		margin-bottom: 40px;
	}

	.index-news {
		padding: 100px 0 110px;
	}

	.index-column-title+.index-news-list {
		margin-top: 70px;
	}

	.index-news-list+.index-news-more {
		margin-top: 70px;
	}

	.slogn-title {
		line-height: 46px;
	}

	.slogn-des {
		font-size: 32px;
	}

	.index-column-title {
		font-size: 36px;
	}

	.question-text {
		font-size: 24px;
		color: #FFF;
		position: absolute;
		top: 130px !important;
		left: 10%;
		font-family: WSansNew-Book, MiSans-Regular;
	}

	.answer-text {
		top: -80px !important;
		font-size: 36px;
		position: absolute;
		left: 45%;
		width: 570px;
	}

	.answer-name {
		font-size: 32px;
		font-family: WSansNew-Bold, MiSans-Regular;
		font-weight: 600;
		margin-bottom: 14px;
	}

	.answer-title {
		font-size: 20px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		padding-bottom: 20px;
	}

	.answer-des {
		font-size: 12px;
		margin-top:9px;
	}

	.section-question {
		margin-top: 20px;
	}

	.section-question-second {
		margin-bottom: -150px;
	}

	.model-mark tr {
		line-height: 42px;

	}

	.pt-80 {
		padding-top: 60px;
	}

	.lr-title {
		font-size: 32px;
	}

	.lr-des {
		font-size: 20px;
	}

	.vendor_cap2 {
		font-size: 18px;
		font-weight: 500;
		color: #111111;
		text-align-last: justify;
		width: 90px;
		line-height: 34px;
	}

	.vendor_cap3 {
		font-size: 18px;
	}

	.section-responsibility .pt-50 {
		padding-top: 40px;
	}

	.viewer-canvas img {
		width: 762px;
		height: 1078px;
		margin-left: 579px;
		margin-top: -250px !important;
		transform: rotate(0deg) scale(0.5) !important;
		visibility: visible;
		max-width: none !important;
	}

	.header-search {
		width: 25%;
	}

	.header-logo {
		padding-left: 0px;
	}

	.top-text {
		width: 1050px;
		margin: 0 auto;
		padding-top: 240px;
	}

	.top-title {
		font-size: 40px;
	}

	.top-des {
		font-size: 20px;
		line-height: 32px;
		margin-top: 40px;
	}

	.section-wrap {
		width: 1050px;
		margin: 90px auto 100px auto;
	}

	.footer-info-label {
		font-size: 14px;
	}

	.footer-column {
		font-size: 14px;
		margin-bottom: 35px;
	}

	.footer-link-thumb>a {
		font-size: 12px;
		margin-bottom: 18px;
	}

	.footer-info-text {
		font-size: 12px;
		min-width: 120px;
	}

	.item-text {
		margin-left: 60px;
	}

	.item-title {
		font-size: 32px;
		margin-bottom: 45px;
	}

	.item-des li {
		font-size: 18px;
		margin-top: 22px;
	}

	.footer-router {
		padding-left: 140px;
	}

	.footer-info {
		padding: 74px 0 70px 140px;
	}

	.footer-info-codeBox img {
		width: 80px;
		height: 80px;
		margin-bottom: 15px;
	}

	.footer-info-codeBox p {
		font-size: 14px;
	}

	.block-title {
		font-size: 32px;
	}

	.block-des {
		font-size: 14px;
	}

	.product-bottom .global-wrap {
		padding: 0px;
	}

	.footer-info-codeBox-duns a img {
		width: 92px !important;
	}

	.introduce-wrap {
		margin-bottom: 0px;
	}

	.introduce {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.fzlc-bg {
		height: 650px;
	}
}

.about {
	margin-top: 50px;
}

.about .abouttop {
	display: flex;
	align-items: center;
}

.about .abouttop .left {
	background: #f5f7fb;
	padding: 40px 5% 30px 12%;
	width: 50%;
	box-sizing: border-box;

}

.about .abouttop .left .title {
	font-size: 35px;
	font-weight: bold;
}

.about .abouttop .left .aboutmsg {
	text-indent: 28px;
	font-size: .45rem;
	color: #000;
	letter-spacing: 2px;
	margin-top: 40px;
}

.about .abouttop .left .more span {
	margin-top: 30px;
}

.about .abouttop .right {
	width: 50%;
}

.about .more a {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #fff !important;
	background: #356ab6;
	text-align: center;
	letter-spacing: 2px;
	cursor: pointer;
	transition: .5s;
	border: 1px solid #fff;
	margin-top: 30px;
}

.about .abouttop .right .imgbox,
.about .abouttop .right .imgbox img {
	width: 100%;
	transition: 1s;
	overflow: hidden;
	cursor: pointer;
}

.about .abouttop .right .imgbox:hover img {
	transform: scale(1.05);
}

@media (max-width:1500px) {
	.about .aboutmsg {
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

@media (max-width:1024px) {
	.aboutbottom .aboutitem {
		width: 20%;
	}

	.about .aboutmsg {
		display: -webkit-box;
		-webkit-line-clamp: 10;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.about {
		width: 80%;
		margin: auto;
		margin-top: 50px;
		position: relative;
	}

	.about .abouttop .left {
		width: 100%;
		background: #ffffff8a;
		z-index: 1;
	}

	.about .abouttop .left .title {
		font-size: 1.5rem;
	}

	.about .abouttop .left .aboutmsg {
		font-size: .7rem;
	}

	.about .abouttop .right {
		position: absolute;
		width: 100%;
	}
}

@media (max-width:1380px) {
	.global-wrap {
		padding: 0 100px;
		padding: 0 2%;
		max-width: 96%;
	}
}


.meau {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	display: none;
}

.meau::after {
	content: '';
	position: absolute;
	left: 12px;
	top: 15px;
}

.meau::before {
	content: '';
	position: absolute;
	left: 12px;
	bottom: 15px;
}

.meau span {
	display: block;
}

.meau::after,
.meau::before,
.meau span {
	background: #356ab6;
	width: 26px;
	height: 3px;
}

.mobilenav {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 0vw;
	height: 100vh;
	background: #356ab6;
	box-shadow: 1px 0 5px #356ab6;
	transition: ease 1s all;
	overflow: hidden;
}

.mobilenav .mobile-logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}

.phone-logo {
	display: none;
}

.mobilenav .mobile-logo .closebox {
	position: relative;
	width: 20px;
	height: 20px;
	overflow: hidden;
	transition: .5s all;
}

.mobilenav .mobile-logo .closebox:hover {
	transform: rotate(90deg);
}

.mobilenav .mobile-logo .closebox::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 3px;
	background: #fff;
	left: 0px;
	bottom: 10px;
	transform: rotate(45deg);
}

.mobilenav .mobile-logo .closebox::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 3px;
	background: #fff;
	left: 0px;
	bottom: 10px;
	transform: rotate(-45deg);
}

.mobilenav .left {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

.mobilenav .left .mobile-navitem {
	text-align: center;
	padding: 20px 0;
	color: #fff;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}

.mobilenav .left .mobile-navitem.active {
	font-weight: bold;
	color: #356ab6;
	background: #fff;
}

.mobilenav .nav-subLink {
	display: none;
	overflow: hidden;
	flex-direction: column;
	background: #ffffff80;
}

.mobilenav .nav-subLink a {
	text-align: center;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
	width: 100%;
	display: block;
}

.place {
	height: 90px;
	width: 100%;
}

.mbx_section {
	position: relative;
	padding: 6px 0;
	background: #f7f7f7;
	background-size: cover;
	text-align: center;
	padding: 15px 0;
	z-index: 1;
}

.mbx_section .n_title {
	font-size: 34px;
	color: #2e2e2d;
	font-family: "BarlowCondensed";
	text-transform: uppercase;
	line-height: 50px;
	position: relative;
	z-index: 33;
	text-align: center;
	display: inline-block;
	padding: 0px 30px;
	width: 100%;
}

.n_banner img {
	width: 100%;
}

.n_left {
	width: 22%;
}

.n_right {
	width: 78%;
	padding-left: 20px;
}

.left_nav {
	background: #fff;
	padding-bottom: 0;
}

ul.mtree {
	opacity: 0;
	margin-left: 0;
	background: #f9f9f9;
	padding: 10px;
}

ul.mtree li {
	list-style: none;
}

ul.mtree>li>a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	padding-left: 16px;
}

ul.mtree>li {
	position: relative;
	border-bottom: 1px solid #eee;
}

ul.mtree>li:before {
	position: absolute;
	left: 0px;
	top: 18px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ced2d9;
}

ul.mtree>li:last-child>a {
	border-bottom: none;
}

ul.mtree a {
	display: block;
	font-size: 14px;
	color: #333;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	transition: all 0s;
	padding: 8px 10px;
	line-height: 22px;
	padding-right: 36px;
	padding-left: 0px;
	font-family: "Microsoft YaHei";
}

ul.mtree li ul a {
	padding: 8px 12px;
	padding-right: 24px;
	font-weight: normal;
	font-family: 'poppins';
}

ul.mtree ul li:last-child a {
	border: none;
}


ul.mtree .mtree-level-1 li.mtree-open>span:before {
	content: "\f106";
	font-family: FontAwesome;
	padding-left: 5px;
	float: right;
	font-size: 16px;
	color: #808080;
	font-style: normal;
	background: none;
	padding: 8px 20px;
	position: absolute;
	right: 5px;
	top: 0;
	border-left: none;
}


ul.mtree li ul a li a {
	padding-left: 20px;
}

ul.mtree>li:hover>a {
	color: #064e98;
}

ul.mtree>li.mtree-node a ul a {
	font-size: 14px;
}

ul.mtree>li.mtree-open {
	color: #064e98;
	padding-bottom: 0;
}

ul.mtree>li.mtree-open>a {
	color: #064e98;
}

ul.mtree>li.mtree-node:hover>a {
	color: #064e98;
	text-decoration: none;
}

ul.mtree .mtree-level-1 li.mtree-closed>span {
	color: #fff;
	text-decoration: none;
}

ul.mtree.transit li.mtree-closed:hover>span::before,
ul.mtree.transit li.mtree-open:hover>span:before {
	color: #064e98;
}

ul.mtree .mtree-level-1 li.mtree-open:hover>span:before,
ul.mtree .mtree-level-1 li.mtree-closed:hover>span:before {
	color: #064e98 !important;
}


ul.mtree ul {
	background: #fff;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

ul.mtree ul li {
	list-style: none;
	position: relative;
}

ul.mtree ul li a {
	display: block;
	color: #555;
	font-size: 14px;
}

ul.mtree>li>ul>li>a {
	font-size: 14px !important;
}

ul.mtree>li>ul>li>a:before {
	content: "";
}

ul.mtree ul li:hover a {
	color: #064e98;
}

ul.mtree li ul li.mtree-open a {
	color: #ff000;
	text-decoration: none;
}

ul.mtree .mtree-level-2 {
	margin-top: 0px;
	border: none;
	padding: 0px;
	margin-bottom: 0;
	background: #eee;
}

ul.mtree li ul.mtree-level-2 li a {
	color: #808080;
	font-weight: normal;
	font-size: 13px;
	padding-left: 20px;
}

ul.mtree .mtree-level-2 li a:hover {
	text-decoration: underline;
	color: #064e98;
	font-weight: normal;
}

ul.mtree.jet ul {
	margin-left: 0;
}

ul.mtree.jet li {
	margin-bottom: 1px;
}

ul.mtree.jet li:last-child {
	margin-bottom: 0px;
}

ul.mtree.jet li:first-child {
	margin-top: 1px;
}

ul.mtree.jet li.mtree-active a {
	background: #e5e5e5;
}

ul.mtree.jet li.mtree-active li:last-child>a {
	border-radius: 0px 0px 3px 3px;
}

ul.mtree.jet li.mtree-active>a {
	background: #008cba;
	color: #FFF;
	border-radius: 3px 3px 0px 0px;
}

ul.mtree.jet li>a:hover {
	background: #FFC000;
	color: #FFF;
}

ul.mtree.jet a {
	padding: 5px 0px 5px 1em;
}

ul.mtree.jet li li>a {
	padding-left: 2em;
}

ul.mtree.jet li li li>a {
	padding-left: 3em;
}

ul.mtree.jet li li li li>a {
	padding-left: 4em;
}

ul.mtree.jet li li li li li>a {
	padding-left: 5em;
}

ul.mtree a:hover {
	text-decoration: none;
}

ul.mtree>li.mtree-node ul i {
	margin-right: 4px;
	font-size: 10px;
	color: #999;
}

.mtree-skin-selector {
	display: none !important
}

.blog-info {
	display: inline-block;
	color: #777;
	font-size: 14px;
	margin: 10px 0;
}

.blog-info i {
	color: #aaa;
	margin-right: 4px;
}

.blog_main {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	background: #fff;
	padding: 30px;
	border-radius: 0;
}

.blog_main .h3 {
	font-size: 20px;
	color: #333;
	font-family: "Microsoft YaHei";
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.blog_main .blog_tags {
	margin-top: 20px;
}

.blog_main .blog_tags span {
	font-size: 14px;
	text-transform: uppercase;
}

.blog_main .blog_tags a {
	display: inline-block;
	color: #777;
	padding: 0px 10px;
	background: #f8f8f8;
	border: 1px solid #eee;
}

.blog_main .blog_tags a i {
	margin-right: 4px;
	font-size: 14px;
	color: #999;
}

.blog_nav ul li {
	list-style: none;
}

.blog_p {
	margin-top: 10px;
}


.blog_list {
	list-style: none;
}

.blog_list li {
	position: relative;
	list-style: none;
	padding: 20px;
	border-radius: 0;
	transition: 0.5s all;
	margin-bottom: 30px;
	border: 1px solid #eee;
	background: #fff;
}

.blog_list li .img {
	float: right;
	width: 45%;
	margin-left: 15px;
	margin-top: 10px;
}

.blog_list li:hover {
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
	transform: translate3d(0, -3px, 0);
	-webkit-transform: translate3d(0, -3px, 0);
}

.blog_list li .news_day {
	color: #666;
	margin-top: 0;
	display: block;
	font-size: 13px;
}

.blog_list li .news_day i {
	color: #aaa;
	margin-right: 4px;
}

.blog_list li .image {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

.blog_list li .image img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all var(--transition-time, 800ms);
	-o-transition: all var(--transition-time, 800ms);
	transition: all var(--transition-time, 800ms);
}

.blog_list li:hover .image img {
	-webkit-transform: scale(var(--scale-multiplier, 1.05));
	-ms-transform: scale(var(--scale-multiplier, 1.05));
	transform: scale(var(--scale-multiplier, 1.05));
}

.blog_list li .title {
	color: #333;
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
	font-family: "Microsoft YaHei";
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.blog_list li .title:hover {
	color: #333;
	text-decoration: none;
}

.blog_list li .text {
	color: #808080;
	line-height: 24px;
	overflow: hidden;
	max-height: 48px;
	font-size: 12px;
	margin: 10px 0;
}

.blog_list li .blog_tag {
	margin-top: 15px;
	margin-bottom: 15px;
}

.blog_list li .blog_tag p {
	display: inline-block;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
}

.blog_list li .blog_tag i {
	color: #ccc;
	margin-right: 8px;
	font-size: 14px;
}

.blog_list li .blog_tag a {
	background: #fff;
	color: #666;
	line-height: 26px;
	padding: 0px 14px;
	display: inline-block;
	margin: 0px 4px;
	border: 1px solid #eee;
}

.nav_h4 {
	line-height: 30px;
	color: #fff;
	padding-left: 10px;
	font-family: "Microsoft YaHei";
	font-size: 22px;
	position: relative;
	text-transform: capitalize;
	padding: 8px 10px;
	border-bottom: 2px solid #fff;
	background: #064e98;
	background-size: cover;
	border-radius: 0px;
}

.blog_list li .blog_tag a:hover {
	background: #333;
	color: #fff;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after {
	display: table;
	content: " ";
}

.n_main {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding-bottom: 60px;
	margin-top: 60px;
}

.container {
	margin: 0 auto;
	display: flex;
}

.products_main {
	display: flex;
	flex-wrap: wrap;
}

.pro_detail {
	width: 32%;
	margin: 0 .5%;
	margin-bottom: 20px;
}

.case {
	margin-top: 50px;
}

.case .casebox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.case .casebox .caseitem {
	flex: 1;
	height: 15rem;
	transition: 1s all;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.case .casebox .caseitem::after {
	width: 100%;
	height: 100%;
	content: '';
	left: 0;
	top: 0;
	position: absolute;
	background: #07285580;
	transition: cubic-bezier(0.4, 0, 1, 1) .5s;
}

.case .casebox .imgbox {
	height: 100%;
}

.case .casebox .caseitem p {
	position: absolute;
	font-size: .8rem;
	top: 30px;
	left: 10%;
	font-weight: bold;
	color: #fff;
	z-index: 9;
	width: 80%;
	text-align: center;
}

.case .casebox .imgbox img {
	height: 100%;
	min-width: 100%;
	max-width: unset;
	position: relative;
	left: 50%;
	transform: translate(-50%);
}

.case .casebox .caseitem:hover {
	flex: 1.2;
}

.case .casebox .caseitem:hover::after {
	background: #356ab600;
}

.case .title {
	text-align: center;
	font-size: 32px;
	letter-spacing: 2px;
	font-weight: bolder;
	padding: 30px 0;
}

@media (min-width: 1290px) {
	.container {
		width: 1290px;
	}
}

@media (max-width:992px) {
	.n_right {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.products_main {
		justify-content: space-between;
	}

	.pro_detail {
		width: 48%;
		margin-bottom: 20px;
	}

	.global-wrap {
		padding: 0 2%;
		max-width: 96%;
	}

	.index-solution-thumb {
		padding: 20px;
	}

	.index-solution-desc {
		height: auto;
	}

	.about {
		width: 96%;
	}

	.index-news-list li {
		width: 50%;
		margin-bottom: 20px;
	}

	.footer-link {
		flex-wrap: wrap;
	}

	.footer-link li {
		margin-bottom: 25px;
	}

	.container {
		flex-wrap: wrap;
	}

	.n_left {
		width: 100%;
	}

	.n-right {
		width: 100%;
	}

	.container {
		width: 750px;
	}

	.section-wrap {
		width: 96%;
	}

	.top-text {
		width: 100%;
		padding-top: 100px;
	}


}

@media (max-width:768px) {
	.news-content {
		padding-right: 0;
	}

	.news-title {
		font-size: 36px;
		line-height: 60px;
	}

	.news-detail {
		width: 100%;
	}

	.more-news {
		display: none;
	}

	.swiper {
		overflow: hidden;
	}

	.section-question-second {
		margin-bottom: 0;
	}

	.qc-cer .swipter-next {
		right: 20px;
	}

	.qc-cer {
		margin-top: 30px;
	}

	.section-question img {
		display: none;
	}

	.section-question {
		height: auto;
	}

	.question-text {
		position: relative;
		top: 0 !important;
		left: 0;
		text-align: center;
		background: #009d7c;
		padding: 30px 3%;
		box-sizing: border-box;
		width: 100%;
	}

	.answer-text {
		width: 100%;
		position: relative;
		top: 0 !important;
		left: 0;
		text-align: center;
		padding: 30px 3%;
		box-sizing: border-box;
		background: #35646d;
	}

	.top-bg.fzlc-bg {
		height: 650px;
	}

	.top-bg.fzlc-bg .section-wrap {
		height: 100%;
	}

	.top-bg.fzlc-bg .swipter-next {
		right: 20px;
	}

	.top-bg.fzlc-bg .swipter-pre {
		right: 100px;
	}

	.introduce-wrap {
		margin: 0 auto;
	}

	.section-item,
	.section-content .left-right-model {
		flex-direction: column;
	}

	.section-item .item-img,
	.item-text,
	.section-content .left-right-model .model-left,
	.section-content .left-right-model .model-right {
		width: 100%;
		margin: 0;
	}

	.section-content .left-right-model .model-left {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.item-text {
		margin-top: 20px;
	}

	.case .casebox {
		width: 100%;
		flex-direction: column;
	}

	.case .casebox .caseitem {
		width: 100%;
	}


	.case .casebox .caseitem p {
		font-size: 18px !important;
	}

	.case .casebox .caseitem p::after {
		content: '';
		left: 15%;
		bottom: -10px;
		width: 70%;
		height: 3px;
		background: #fff;
		position: absolute;
	}

	.case .casebox .imgbox {
		display: flex;
		align-items: center;
	}

	.case .casebox .imgbox img {
		height: auto !important;
	}

	.top-news-block {
		flex-direction: column;
	}

	.top-news-image,
	.top-news-detail {
		width: 100%;
	}

	.top-news-detail {
		padding: 0 10px;
	}

	.section-top-news .index-news-thumb:hover .index-solution-more {
		margin-top: 34px !important;
	}

	.news-type {
		margin-bottom: 30px;
	}

	.section-wrap {
		margin: 30px auto;
	}

	.news-type-item {
		font-size: 20px;
	}

	.section-top-news .index-news-thumb .index-solution-more {
		margin-top: 44px;
	}

	.section-top-news .index-news-date {
		margin-top: 62px;
	}

	.top-bg {
		width: 100%;
		height: auto;
		background-size: auto 100% !important;
	}

	.top-text {
		padding-left: 5%;
		padding-bottom: 10px;
	}

	.top-title {
		font-size: 20px;
	}

	.top-des {
		font-size: 14px;
		margin-top: 10px;
		max-width: 90%;
	}

	.container {
		width: 100%;
	}

	.pro_detail {
		width: 100%;
		margin-bottom: 20px;
	}

	.products_main {
		padding: 0 2%;
		box-sizing: border-box;
	}

	.phone-logo {
		display: block;
	}

	.pc-logo {
		display: none;
	}

	.index-news-list li {
		width: 100%;
		margin-bottom: 10px;
	}

	.index-news-list .index-news-image img {
		width: 100%;
	}

	.about .abouttop .right {
		display: none;
	}

	.about,
	.news .newsbox .left {
		width: 100%;
	}

	.about .abouttop .left .title {
		text-align: center;
		font-size: 32px;
		letter-spacing: 2px;
		font-weight: bolder;
	}

	.about .abouttop .left {
		height: auto !important;
	}

	.about .abouttop .left .more {
		text-align: center;
	}

	.about .abouttop .left .more span {
		font-size: 12px;
		margin: auto;
		margin-top: 10px;
		width: 100px;
		height: 35px;
		line-height: 35px;
	}

	.about .abouttop .left {
		padding: 15px;
	}

	.about .abouttop .left .aboutmsg {
		margin-top: 10px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-line-clamp: 20;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.section-timeline,
	.section-content {
		overflow: hidden;
		height: 100%;
	}

	.index-news {
		padding: 40px 0 50px;
	}

	.footer {
		overflow: hidden;
	}

	.footer-router {
		padding-bottom: 0;
	}

	.footer-info {
		padding-left: 0;
	}

	.footer-copyright .global-wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.index-solution {
		padding-bottom: 0;
	}

	.index-solution-list {
		flex-wrap: wrap;
	}

	.index-solution-list .cc-col-3 {
		width: 100%;
	}

	.index-banner {
		padding-top: 80px;
	}

	.index-banner-title {
		font-size: 20px;
	}

	.index-banner-text {
		top: 40%;
	}

	.index-banner-desc {
		font-size: 14px;
	}

	.nav {
		display: none;
	}

	.header-container {
		padding: 0 10px;
	}

	.header-wrap {
		justify-content: space-between;
	}

	.header-contact {
		display: none;
	}

	.header-logo {
		width: auto;
	}

	.meau {
		display: flex;
	}
}