﻿@charset"UTF-8";
/* CSS Document 
* MIT License
* By Chimon 
* 2023-03-01 */

@font-face {
    font-family: "WSansNew-Bold";
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url("/fonts/W-Sans/WSansNew-Bold.otf") format('opentype');
}

@font-face {
    font-family: "WSansNew-Book";
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url("/fonts/W-Sans/WSansNew-Book.otf") format('opentype');
}

@font-face {
    font-family: "WSansNew-Light";
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url("/fonts/W-Sans/WSansNew-Light.ttf") format('truetype');
}

@font-face {
    font-family: "MiSans-Regular";
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("/fonts/MiSans-Regular.ttf") format('truetype');
}

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: #009D7C;
}

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;
}

@media(max-width:1380px) {
    .global-wrap {
        padding: 0 100px;
    }
}

/* header */
.header {
    position: fixed;
    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: #009D7C;
    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: #009D7C;
}

.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: #009D7C;
    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: #009D7C;
    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: 30%;
    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: #009D7C;
    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: #009D7C;
}

.index-solution-thumb:hover .index-solution-more {
    padding: 20px 40px;
    background-color: #009D7C;
    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: #009D7C;
    line-height: 1;
}

.index-column-title::after {
    content: '';
    display: block;
    width: 30px;
    height: 6px;
    background: #009D7C;
    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: #009D7C;
    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-image {
    display: block;
    width: 100%;
    max-height: 286px;
    overflow: hidden;
}

.index-news-image img {
    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;
}

.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: #009D7C;
    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;
}

.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: #009D7C;
}

.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: #009D7C !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: #009D7C!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 #009D7C;
}*/
.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;
}
.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: #009D7C;
    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: 80%;
    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%;
}
.top-news-image img{
    width: 100%;
    height:100%;
}
.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: #009D7C;
    color: #fff;
    /*margin-bottom:-10px;*/
}

.section-top-news .index-news-thumb:hover a {
    color: #009D7C;
}
.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: #009D7C;
}
.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: #009D7C !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: #009D7C !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: -20px !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);*/

    transform: translateX(calc(100% + 337px));
    -webkit-transition: transform 0.5s cubic-bezier(0.31,-0.2,0.04,1.47);
    transition: transform 0.5s cubic-bezier(0.31,-0.2,0.04,1.47);
    /*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) {
    #foot-wrap {
        right: -55px !important;
    }
    .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: -8px;
    }
    .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: -90px !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;
    }
    .top-news-block{
        max-height:319.39px;
    }
    #foot-wrap {
        right: -140px !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 !important;
    }
    .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: -40px!important;
        font-size: 36px;
        position: absolute;
        left: 50%;
        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: 16px;
        margin-top: 35px;
    }
    .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;
    }
}

.float-icon-img-none {
    pointer-events:none!important;
    transform:none!important;
}
/*.float-icon-img{display:none!important}*/
