div,
ul,
li,
ol,
table,
h1,
h2,
h3,
h4,
h5,
form {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: DIN;
    src: url(../fonts/DIN-Medium-2.otf);
    /* url("../fonts/DIN-Medium-2.otf") format("DIN-Medium-2.otf"),

    font-weight: normal; */
}

td, th {
    padding: 1vw 12vw 0 0;
    color: #333;
}

html,
body {
    height: 100%;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 3200px) {
    html,
    body {
        font-size: 1.125rem !important;
    }
}

@media screen and (max-width: 2480px) {
    html,
    body {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1920px) {
    html,
    body {
        font-size: 100% !important;
    }
}

@media screen and (max-width: 1480px) {
    html,
    body {
        font-size: 0.875rem !important;
    }
}

@media screen and (max-width: 1280px) {
    html,
    body {
        font-size: 0.8125rem !important;
    }
}

@media screen and (max-width: 1024px) {
    html,
    body {
        font-size: 0.625rem !important;
    }
}

@media (max-width: 768px) {
    html,
    body {
        font-size: 0.625rem !important;
    }
}

@media (max-width: 480px) {
    html,
    body {
        font-size: 1rem !important;
    }
}

@media (max-width: 375px) {
    html,
    body {
        font-size: 0.875rem !important;
    }
}

@media (max-width: 320px) {
    html,
    body {
        font-size: 0.75rem !important;
    }
}

li {
    list-style: none;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #434343;
}

a:hover,
a:active,
a:focus {
    transition: all 0.5s linear;
}

img {
    width: 100%;
    display: block;
    border: none 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

.wrap {
    width: 100%;
}

.header {
    background-color: #fff;
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 999;
}

.navbar-fixed-top {
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 1030;
    position: fixed;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border-width: 0px 0px 1px;
}

.logo {
    width: 20%;
}

.navBox {
    width: 56%;
    margin-left: 24vw;
}

.navBox ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
    align-content: center;
    align-items: center;
}

.navBox ul a {
    padding: 1.5vw 0.9vw;
}


/* .navBox ul li{
    padding: 1.77vw;
}*/

.navBox ul a:last-child {
    padding: 0;
}

.navBox ul .a-tel {
    padding: 0;
}

.navBox ul .a-tel:hover {
    background-color: unset;
}

.navBox ul a:last-child:hover {
    background-color: unset;
}

.navBox ul a:hover {
    transition: all 0.5s linear;
}

.navBox ul a li {
    font-size: 1rem;
    position: relative;
}

.navBox ul a:hover li::before, .navBox ul a:focus li::before, .navBox ul a:hover li::after, .navBox ul a:focus li::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.navBox ul a li::before {
    width: 17px;
    bottom: -0.5vw;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.navBox ul a li::after {
    width: 25px;
    bottom: -0.8vw;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
.navBox ul a li::before, .navBox ul a li::after {
    position: absolute;
    left: 0;
    /* width: 100%; */
    height: 2px;
    background: #2a6297;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}


.header-mob {
    display: none;
}

.swiper-container {
    position: relative;
}

.section1 .more {
    position: absolute;
    top: 50%;
    left: 8.5%;
    padding: 0.5vw 2vw;
    background: #2a6297;
    color: #fff;
    font-size: 0.83vw;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0px;
}

.more:hover {
    background-color: #ee7823;
    transition: all 0.4s ease-in-out;
}

.active {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.section2 {
    background-image: url("../img/about-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.section2 .about-container {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 4vw;
    padding-top: 1vw;
}

.section2 .ab-top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.section2 .ab-top .ab-left {
    width: 35%;
}

.section2 .ab-top .ab-right {
    width: 65%;
    padding: 4vw 0 4vw 4vw;
}

.section2 .ab-top .ab-right .title {
    position: relative;
}

.section2 .ab-top .ab-right .title .tit-en {
    font-family: cursive;
    font-size: 3.01vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0px;
    color: #ededed;
}

.section2 .ab-top .ab-right .title .tit-cn {
    font-family: MicrosoftYaHei-Bold;
    font-size: 2rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0px;
    color: #313131;
    position: absolute;
    top: 42%;
    left: 0.3vw;
}

.section2 .ab-top .ab-right .ab-main {
    margin-top: 2.1vw;
    margin-left: 0.6vw;
    border-top: 1px solid #eeeeee;
    padding-top: 1.9vw;
}

.section2 .ab-top .ab-right .ab-main .ab-big-tit {
    font-family: MicrosoftYaHei;
    font-size: 1.9rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3vw;
    letter-spacing: 0px;
    color: #ee7823;
}

.section2 .ab-top .ab-right .ab-main .ab-small-tit {
    font-family: MicrosoftYaHei;
    font-size: 1.8rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.8vw;
    letter-spacing: 0px;
    color: #313131;
}

.section2 .ab-top .ab-right .ab-main p {
    font-family: MicrosoftYaHei;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8rem;
    letter-spacing: 0px;
    color: #535353;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    justify-content: space-between;
}

.section2 .more {
    padding: 0.5vw 2vw;
    background: #2a6297;
    color: #fff;
    font-size: 0.83vw;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0px;
    display: inline-block;
    margin-top: 2vw;
}

.section2 .more:hover {
    background-color: #ee7823;
    transition: all 0.4s ease-in-out;
}

.section2 .ab-bottom {
    display: flex;
    flex-wrap: nowrap;
}

.section2 .ab-bottom .ab-item {
    width: 25%;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    align-items: center;
    padding: 1.5vw 0;
}

.section2 .ab-bottom .ab-item .row {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    /* text-align: center; */
    justify-content: center;
}

.section2 .ab-bottom .ab-item .row .num {
    font-family: HelveticaNeue-BoldCond;
    font-size: 2.5rem;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 3.93vw; */
    letter-spacing: 0px;
    color: #2a6297;
    margin-top: 0.5vw;
}

.section2 .ab-bottom .ab-item .row .row-right {
    font-family: MicrosoftYaHei;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    /* line-height: 2rem; */
    letter-spacing: 0px;
    color: #1a1a1a;
    margin-left: 0.5vw;
}
.section2 .ab-bottom .ab-item .row .row-right .plus{
    margin-top: 0.5vw;
    line-height: 1.5rem;
}

.section2 .ab-bottom .ab-item .text {
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 1.1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8rem;
    letter-spacing: 0px;
    color: #1a1a1a;
}

.section3 {
    background-image: url("../img/adv-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.section3 .adv-container {
    width: 85%;
    margin: 0vw auto;
    padding: 5.26vw 0 4.58vw 0;
}

.section3 .adv-container .title {
    position: relative;
}

.section3 .adv-container .title .tit-en {
    font-family: cursive;
    font-size: 3.01vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.3;
}

.section3 .adv-container .title .tit-cn {
    font-family: MicrosoftYaHei-Bold;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0px;
    position: absolute;
    top: 42%;
    left: 0.3vw;
}

.section3 .adv-container .adv-box {
    display: flex;
    flex-wrap: nowrap;
}

.section3 .adv-container .adv-box .adv-left {
    width: 25%;
    margin-top: 3.49vw;
}

.section3 .adv-container .adv-box .adv-left .adv-item {
    display: flex;
    flex-wrap: nowrap;
    padding: 0vw 0 0vw 2.45vw;
    background-color: #2a6297;
    border: 1px solid #3e7ebb;
    cursor: pointer;
}

.section3 .adv-container .adv-box .adv-left .adv-item:hover {
    background-image: linear-gradient(0deg, #f05835 0%, #f48035 100%), linear-gradient(#00acff, #00acff);
    background-blend-mode: normal, normal;
    transition: all 0.8s;
}

.adv-right-item{
    display:none;
}
.adv-right-item:first-child{
    display:block;
}

.adv-active {
    background-image: linear-gradient(0deg, #f05835 0%, #f48035 100%), linear-gradient(#00acff, #00acff);
    background-blend-mode: normal, normal;
    transition: all 0.8s;
}

.section3 .adv-container .adv-box .adv-left .adv-item .adv-item-img {
    padding: 2.7vw 0;
}

.section3 .adv-box .adv-left .adv-item .adv-item-text {
    margin-left: 1vw;
    padding: 2.5vw 0;
}

.section3 .adv-box .adv-left .adv-item .adv-item-text p {
    font-family: MicrosoftYaHei-Bold;
    font-size: 1.125vw;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.8vw;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0;
}

.section3 .adv-box .adv-left .adv-item .adv-item-text .adv-item-small {
    font-family: MicrosoftYaHei;
    font-size: 0.83vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5vw;
    color: #f6f6f6;
}

.section3 .adv-container .adv-box .adv-right {
    width: 75%;
    /* width: 1180px; */
    margin-top: 3.49vw;
    position: relative;
    overflow:hidden;
}

.section3 .adv-box .adv-right .adv-right-item {
    /* position: relative; */
    /* float: left; */
    /* display: none; */
    width: 100%;
}
.section3 .adv-box .adv-right .adv-right-item .adv-right-img{
    width:100%;
}


.section3 .adv-box .adv-right .adv-right-item:first-child {
    /* display: bolck; */
}

.section3 .adv-box .adv-right .adv-right-item .adv-text {
    position: absolute;
    top: 3.21vw;
    left: 4.79vw;
    color: #fff;
}

.section3 .adv-box .adv-right .adv-right-item .adv-text p {
    margin: 0;
    font-weight: normal;
    font-stretch: normal;
}

.section3 .adv-box .adv-right .adv-right-item .adv-text .adv-n {
    font-family: Arial-BoldMT;
    font-size: 2.44vw;
    line-height: 5.46vw;
    letter-spacing: 0px;
    color: #f6f6f6;
}

.section3 .adv-box .adv-right .adv-right-item .adv-text .adv-en {
    font-family: MicrosoftYaHei;
    font-size: 1.46rem;
    line-height: 2rem;
    letter-spacing: 0px;
}

.section3 .adv-box .adv-right .adv-right-item .adv-text .adv-cn {
    margin-top: 2vw;
    font-family: MicrosoftYaHei-Bold;
    font-size: 1.55rem;
    line-height: 1.98vw;
    letter-spacing: 0px;
    font-weight: bold;
}

.section3 .adv-box .adv-right .adv-right-item .adv-text .adv-descript {
    margin-top: 1.45vw;
    font-family: MicrosoftYaHei;
    font-size: 1.1rem;
    line-height: 2rem;
    letter-spacing: 0px;
}
.section3 .adv-box .adv-right .adv-right-item .adv-text-mob{
    display:none;
}

.section4 {
    background-color: #fafafa;
}

.section4 .pro-container {
    width: 85%;
    margin: 0vw auto;
    padding: 5.26vw 0 4.58vw 0;
}

.section4 .pro-container .title {
    position: relative;
}

.section4 .pro-container .title .tit-en {
    font-family: cursive;
    font-size: 3.01vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0px;
    color: #e6edf2;
}

.section4 .pro-container .title .tit-cn {
    font-family: MicrosoftYaHei-Bold;
    color: #313131;
    font-size: 2rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0px;
    position: absolute;
    top: 18%;
    left: 0.3vw;
}

.section4 .pro-container .title p {
    font-family: MicrosoftYaHei;
    font-size: 1.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8rem;
    letter-spacing: 0px;
    color: #262626;
    margin-top: 2.08vw;
}

.section4 .pro-container .pro-box {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 2.83vw;
    justify-content: space-between;
}

.section4 .pro-container .pro-box .pro-left {
    width: 16%;
    display: flex;
    flex-direction: column;
}
.section4 .pro-container .pro-box .pro-left a{
    width: 80%;
    margin-bottom: 0.5vw;
}
.section4 .pro-container .pro-box .pro-left a:hover{
    transition: all 0.4s ease-in-out;
    width: 95%;
}
.s4-active1{
    transition: all 0.4s ease-in-out;
    width: 95% !important;
}
.s4-active1-768{
    transition: all 0.4s ease-in-out;
    width: 23%;
}

.section4 .pro-container .pro-box .pro-left .pro-item {
    background-color: #fff;
    padding: 1.25vw 0vw;
    width:100%;
}

.section4 .pro-container .pro-box .pro-left .pro-item:hover {
    background-color: #f48035;
    transition: all 0.4s ease-in-out;
    width:100%;
}
.s4-active2{
    background-color: #f48035 !important;
    transition: all 0.4s ease-in-out;
    width:100%;
}

.section4 .pro-container .pro-box .pro-left .pro-item:hover p {
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.s4-active3{
    color: #fff !important;
    transition: all 0.2s ease-in-out;
}

.section4 .pro-container .pro-box .pro-left .pro-item:hover span {
    display: inline-block;
    transition: all 0.8s ease-in-out;
    color: #fff;
}
.s4-active4{
    display: inline-block !important;
    transition: all 0.8s ease-in-out;
    color: #fff !important;
}

.section4 .pro-box .pro-left .pro-item p {
    margin: 0;
    font-family: MicrosoftYaHei;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8rem;
    letter-spacing: 0px;
    color: #4d4d4d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 2.2vw;
}

.section4 .pro-box .pro-left .pro-item p span {
    margin: 0 0.5vw 0 0;
    display: none;
}

.section4 .pro-container .pro-box .s4-right {
    width: 83%;
    overflow: hidden;
    position: relative;
}

.section4 .pro-container .pro-box .s4-right .swiper-slide-pro {
    background: unset;
    /* width: 27%; */
}

.section4 .pro-container .pro-box .s4-right .inPro-item {
    margin-right: 0.78vw;
    position: relative;
}

.section4 .pro-container .pro-box .s4-right .inPro-item:hover .pro-text {
    background-color: #f48035;
    transition: all 0.4s ease-in-out;
}

.section4 .pro-container .pro-box .s4-right .pic-box {
    /* position: relative; */
    width: 115%;
}

.section4 .pro-container .pro-box .s4-right .pro-text {
    background-color: #2a6297;
    border-radius: 5px;
    position: absolute;
    bottom: -1.6vw;
    left: 9%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* align-items: center; */
    width: 87%;
    margin-left: 0.8vw;
}

.section4 .pro-container .pro-box .s4-right .pro-text p {
    font-family: MicrosoftYaHei;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.46vw;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 0 1.5vw;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section4 .pro-container .pro-box .s4-right .pro-text span {
    font-family: SourceHanSansSC-Light;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.46vw;
    letter-spacing: 0px;
    color: #ffffff;
    padding-right: 1.5vw;
}

.section4 .pro-container .pro-box .s4-right .btn {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    bottom: 0.63vw;
    /* height: 7%; */
}
.section4 .pro-container .pro-box .s4-right .btn img{
    height: 100%;
}


/* .section4 .pro-container .pro-box .s4-right-row{
    display:none;
} */

.section4 .s4-right-item {
    display: none;
}

.section4 .s4-right-item:first-child {
    display: block;
}
.section4 .btn .btn-pre,.section4 .btn .btn-next{
    position: relative;
}
.section4 .btn .btn-pre .pro_hover_pre,.section4 .btn .btn-next .pro_hover_next{
    position: absolute;
    top: 0;
    left: 0;
    /* display:none; */
    opacity: 0;
}
/* .section4 .btn .btn-pre:hover .pro_hover_pre{
    display:block;
    transition: all 0.8s;
}
.section4 .btn .btn-next:hover .pro_hover_next{
    display:block;
    transition: all 0.8s ;
} */

.section5 .industry-container{
    display: block;
    height: 32vw;
}

.section5 .solutions-list {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    overflow: hidden;
}

.section5 .solutions-list li {
    width: 25%;
    display: inline-block;
    transition: all 0.3s;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
    /* background-image: url("../img/industry_01.jpg"); */
    background-size: cover;
}
.section5 .solutions-list .s5-li-01{
    background-image: url("../img/industry_01.jpg");
}
.section5 .solutions-list .s5-li-02{
    background-image: url("../img/industry_02.jpg");
}
.section5 .solutions-list .s5-li-03{
    background-image: url("../img/industry_03.jpg");
}
.section5 .solutions-list .s5-li-04{
    background-image: url("../img/industry_04.jpg");
}

.section5 .solutions-list li .so-img {
    height: 32vw;
}

.section5 .solutions-list li .so-img img {
    height: 100%;
}

.section5 .solutions-list li .text {
    position: absolute;
    top: 19%;
    left: 0;
    text-align: center;
}

.section5 .solutions-list li .text h3 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.8rem;
    letter-spacing: 0px;
    color: #ffffff;
}

.section5 .solutions-list li .text .line {
    background-color: #ffffff;
    height: 3px;
    width: 2.08vw;
    margin: 0.7vw auto 1.5vw auto;
}

.section5 .solutions-list li .text p {
    font-family: MicrosoftYaHei;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.75rem;
    letter-spacing: 0px;
    color: #ffffff;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.section5 .solutions-list-pc .more {
    padding: 0.5vw 2vw;
    background: #2a6297;
    color: #fff;
    font-size: 0.83vw;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0px;
    display: inline-block;
    /* margin-top: 1vw; */
}

.section5 .solutions-list li:hover .text .more:hover,
.more-active {
    background-color: #ee7823;
    transition: all 0.8s ease-in-out;
}

.section5 .solutions-list li:hover {
    width: 40%;
    transition: all 0.8s ease-in-out;
}

.section5 .solutions-list li:hover .text h3 {
    position: absolute;
    left: 4.5vw;
    border-left: 6px solid #2a6297;
    padding-left: 0.7vw;
    /* transition: all 0.2s ease-in-out; */
}

.section5 .solutions-list li:hover .text .line {
    display: none;
    /* transition: all 0.8s ease-in-out; */
}

.section5 .solutions-list li:hover .text p {
    margin: 5vw auto 3vw auto;
    line-height: 2vw;
    text-align: left;
    /* transition: all 0.2s ease-in-out; */
}

.section5 .solutions-list li .text .more {
    display: none;
}

.section5 .solutions-list li:hover .text a {
    position: absolute;
    left: 4vw;
    /* transition: all 0.2s ease-in-out; */
}

.section5 .solutions-list li:hover .text .more {
    padding: 0.5vw 2vw;
    background: #2a6297;
    color: #fff;
    font-size: 0.83vw;
    font-family: MicrosoftYaHei;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0px;
    display: inline-block;
    /* margin-top: 1vw; */
    /* transition: all 0.8s ease-in-out; */
}
.section5 .solutions-list-mob{
    display:none;
}
.section6{
    /* background-color: #fafafa; */
}
.section6 .pa-container{
    width: 85%;
    margin: 0vw auto;
    padding: 5.26vw 0 4.58vw 0;
}
.section6 .pa-container .title{
    position: relative;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #c4cfd7;
}
.section6 .pa-container .title .tit-en{
    font-family: cursive;
    font-size: 3.01vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0px;
    color: #e6edf2;
}
.section6 .pa-container .title .tit-cn{
    font-family: MicrosoftYaHei-Bold;
    color: #313131;
    font-size: 2rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0px;
    position: absolute;
    top: 14%;
    left: 0.3vw;
}
.section6 .pa-container .title p{
    font-family: MicrosoftYaHei;
    font-size: 1.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8rem;
    letter-spacing: 0px;
    color: #262626;
    margin-top: 2.08vw;
}
.section6 .pa-container .pa-box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 2.1vw;
    justify-content: space-between;
}
.section6 .pa-container .pa-box .pa-item{
    border: 1px solid #dcdcdc;
    width: 19%;
    margin-bottom: 1.56vw;
}
.section6 .pa-container .pa-box .pa-item img{
    height:100%;
}
.section6 .pa-container .pa-box .pa-item:hover{
    border:1px solid #2a6297;
    transition: all 0.6s ease-in-out;
}

.section7{
    background-color: #fafafa;
}
.section7 .tech-container{
    width: 85%;
    margin: 0vw auto;
    padding: 5.26vw 0 4.58vw 0;
    display: flex;
}
.section7 .tech-container .title{
    position: relative;
    width: 35%;
    padding: 0 2vw 0vw 0;
}
.section7 .tech-container .title .tit-en{
    font-family: cursive;
    font-size: 3.01vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.08vw;
    letter-spacing: 0px;
    color: #e6edf2;
    width: 106%;
}
.section7 .tech-container .title .tit-cn{
    font-family: MicrosoftYaHei-Bold;
    color: #313131;
    font-size: 2rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 3.08vw;
    letter-spacing: 0px;
}
.section7 .tech-container .title .small-tit{
    margin: 0;
    font-size: 1.3rem;
    line-height: 2rem;
}
.section7 .tech-container .title p{
    font-family: MicrosoftYaHei;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6rem;
    letter-spacing: 0px;
    color: #262626;
    margin: 0.8vw 0 0 0;
}
.section7 .tech-container .title .te-tit-small{
    font-size: 0.72rem;
    color: #dcdcdc;
    line-height: 1.5rem;
}
.section7 .tech-container .tech-right{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 65%;
    justify-content: space-between;
}
.section7 .tech-container .tech-right a{
    width: 32%;
}
.section7 .tech-container .tech-right .tech-item{
    width: 100%;
    height: 100%;
    padding: 1.3vw 2.24vw 1.5vw 2.24vw;
    background-color: #fff;
    cursor: pointer;
}
.section7 .tech-container .tech-right .tech-item .tech-icon{
    width: 30%;
    position: relative;
}
.section7 .tech-container .tech-right .tech-item h3{
    font-family: MicrosoftYaHei-Bold;
    font-size: 1.5rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2.7rem;
    letter-spacing: 0px;
    color: #333;
    margin-top: 0.6vw;
}
.section7 .tech-container .tech-right .tech-item h5{
    font-family: ArialMT;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8rem;
    letter-spacing: 0px;
    color: #cccccc;
}
.section7 .tech-container .tech-right .tech-item p{
    font-family: MicrosoftYaHei;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2rem;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 0.83vw;
}
.section7 .tech-container .tech-right .tech-item .tech-icon .tech-hover{
    display:none;
}
.section7 .tech-container .tech-right .tech-item:hover{
    background-color: #f48035;
    transition: all 0.4s ease-in-out;
}
.section7 .tech-container .tech-right .tech-item:hover .tech-normal{
    display:none;
}
.section7 .tech-container .tech-right .tech-item:hover .tech-icon .tech-hover{
    /* position: absolute;
    top: 0;
    left: 0; */
    display:block;
    /* transition: all 0.4s ease-in-out; */
}
.section7 .tech-container .tech-right .tech-item:hover h3{
    /* margin-top: 1.2vw; */
    color:#fff;
}
.section7 .tech-container .tech-right .tech-item:hover h5,.section7 .tech-container .tech-right .tech-item:hover p{
    color:#fff;
    transition: all 0.4s ease-in-out;
}

.section8{
    /* background-color: #fafafa; */
}
.section8 .news-container{
    width: 85%;
    margin: 0vw auto;
    padding: 5.26vw 0 4.58vw 0;
}
.section8 .news-container .title{
    position: relative;
    padding-bottom: 1.2vw;
    border-bottom: 1px solid #c4cfd7;
    
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;

}
.section8 .news-container .title .tit-en{
    font-family: cursive;
    font-size: 3.01vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.08vw;
    letter-spacing: 0px;
    color: #e6edf2;
}
.section8 .news-container .title .tit-cn{
    font-family: MicrosoftYaHei-Bold;
    color: #313131;
    font-size: 2rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 2.8rem;
    letter-spacing: 0px;
    position: absolute;
    top: 10%;
    left: 0.3vw;
}
.section8 .news-container .title p{
    font-family: MicrosoftYaHei;
    font-size: 1.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8rem;
    letter-spacing: 0px;
    color: #262626;
    margin-top: 2.08vw;
}
.section8 .news-container .title-right{
    margin-top:1.5vw;
}
.section8 .news-container .title-right .news-nav{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.section8 .news-container .title-right .news-nav li{
    padding: 0.73vw 2.08vw 0.73vw 2.08vw;
    background-color: #2a6297;
    /* margin-left: 1.93vw; */
    color:#fff;
    font-family: MicrosoftYaHei;
	font-size: 1.1rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.98rem;
	letter-spacing: 0px;
	color: #ffffff;
}
.section8 .news-container .title-right .news-nav a{
    margin-left: 1.93vw;
}
.section8 .news-container .title-right .news-nav li:hover{
    background-color: #f48035;
}
.section8 .news-container .news-box{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 2vw;
    justify-content: space-between;
}
.section8 .news-container .news-box a{
    width: 31%;
}
.section8 .news-container .news-box .news-item{
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.section8 .news-container .news-box .news-item:hover .news-tit{
    font-weight: bold;
}
.section8 .news-container .news-box .news-item:hover .news-img img{
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}
.section8 .news-container .news-box .news-item:hover p{
    font-weight: bold;
    transition: all 0.4s ease-in-out;
}
.section8 .news-container .news-box .news-item:hover .news-bottom .view{
    font-weight: bold;
    transition: all 0.4s ease-in-out;
}
.section8 .news-container .news-box .news-item .date{

    font-family: MicrosoftYaHei-Bold;
    font-size: 1rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.98vw;
    letter-spacing: 0px;
    color: #2a6297;
}
.section8 .news-container .news-box .news-item .news-tit{
    font-family: MicrosoftYaHei-Bold;
    font-size: 1.1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.98rem;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 0.5vw;
}
.section8 .news-container .news-box .news-item .news-img{
    overflow:hidden;
}
.section8 .news-container .news-box .news-item p{
    font-family: MicrosoftYaHei;
    font-size: 0.95rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8rem;
    letter-spacing: 0px;
    color: #7d7d7d;
    margin: 0.5vw 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.section8 .news-container .news-box .news-item .news-bottom{
    border-top: 1px solid #eee;
    padding: 0.5vw 0;
    display: flex;
    justify-content: space-between;
}
.section8 .news-container .news-box .news-item .news-bottom .view{
    font-family: MicrosoftYaHei;
    font-size: 0.95rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.46vw;
    letter-spacing: 0px;
    color: #505050;
}
.section8 .news-container .news-Show{
    display: none;
}
.footer{
    background-color: #1a1a1a;
    border-top: 6px solid #ee7823;
}
.footer .foot-container{
    width: 85%;
    margin: 0vw auto;
    padding: 3.26vw 0 2.58vw 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    color:#666666;
    justify-content: space-between;
}
.footer .foot-container .hotline{
    color:#fff;
}
.footer .foot-container .hotline p{
    font-family: MicrosoftYaHei;
    font-size: 1.1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.25vw;
    letter-spacing: 0px;
    margin: 0;
}
.footer .foot-container .hotline span{
    font-family: MicrosoftYaHei;
    font-size: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
}
.footer .foot-container .foot-left-box{
    font-family: MicrosoftYaHei;
    font-size: 0.95rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2rem;
    letter-spacing: 0px;
    color: #8c8c8c;
    margin-top: 1vw;
}
.footer .foot-container .foot-left-box p{
    margin:0;
}
.footer .foot-container .foot-center{
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    width: 48%;
}
.footer .foot-container .foot-center .center-item{
    width: 17%;
    margin-right: 1vw;
}
.footer .foot-container .foot-center .center-item .bot-line{
    width: 50%;
    height: 1px;
    background-color: #ee7823;
}
.footer .foot-container .foot-center .center-item .bot-line-long{
    width: 60%;
    height: 1px;
    background-color: #ee7823;
}
.footer .foot-container .foot-center .center-item h3{
    font-family: MicrosoftYaHei;
    font-size: 1.1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.88vw;
    letter-spacing: 0px;
    color: #cccccc;
    /* border-bottom: 2px solid #ee7823; */
}
.footer .foot-container .foot-center .center-item ul{
    margin-top: 1.27vw;
}
.footer .foot-container .foot-center .center-item ul li{
    font-family: MicrosoftYaHei;
    font-size: 0.95rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2rem;
    letter-spacing: 0px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.footer .foot-container .foot-center .center-item ul li:hover{
    color: #cccccc;
    transition: all 0.4s ease-in-out;
}
.footer .foot-container .foot-right{
    width: 10%;
}
.footer .foot-container .foot-right .foot-text{
    font-family: MicrosoftYaHei;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.32vw;
    letter-spacing: 0px;
    color: #f6f6f6;
    text-align: center;
    background-color: #4d4d4d;
    opacity: 0.5;
}

.footer .copyright{
    font-family: MicrosoftYaHei;
    font-size: 0.73vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.98vw;
    letter-spacing: 0px;
    color: #4d4d4d;
    background-color: #0d0d0d;
    text-align: center;
}

.adv-right-img-mob{
    display:none;
}
.con-details-new img{
    width: unset;
    display: inline-block;
}
.td-pad{
    padding-right: 10vw;
}


@media screen and (max-width: 2560px) {
    .section4 .pro-container .pro-box .s4-right .swiper-slide-pro{
        width: 24%;
    }
}
@media screen and (max-width: 2380px) {
    .section4 .pro-container .pro-box .s4-right .pic-box {
        /* position: relative; */
        width: 110%;
    }
    .section4 .pro-container .pro-box .s4-right .pro-text {
        left: 7%;
    }
}
@media screen and (max-width: 1920px) {
    .section3 .adv-container .adv-box .adv-left .adv-item .adv-item-img {
        padding: 2.1vw 0;
    }
    .section3 .adv-box .adv-left .adv-item .adv-item-text {
        margin-left: 1vw;
        padding: 2.4vw 0;
    }
    .section4 .pro-container .pro-box .s4-right .pic-box {
        /* position: relative; */
        width: unset;
    }
    .section4 .pro-container .pro-box .s4-right .pro-text {
        left: 1%;
    }
    .section4 .pro-container .pro-box .s4-right .swiper-slide-pro{
        width: 24% !important;
    }
    .footer .foot-container .foot-center .center-item .bot-line-long {
        width: 70%;
    }
    .footer .foot-container .foot-center .center-item .bot-line {
        width: 60%;
    }
    .section7 .tech-container .tech-right .tech-item{
        padding: 1.3vw 2.24vw 0vw 2.24vw;
    }
}
@media screen and (max-width: 1600px) {
    .section3 .adv-container .adv-box .adv-left .adv-item .adv-item-img {
        padding: 1.69vw 0;
    }
    .section3 .adv-box .adv-left .adv-item .adv-item-text {
        margin-left: 1vw;
        padding: 1.69vw 0;
    }
    .section3 .adv-box .adv-left .adv-item .adv-item-text p {
        font-size: 1.125rem;
        line-height: 2.3vw;
    }
    .section3 .adv-box .adv-left .adv-item .adv-item-text .adv-item-small {
        font-size: 0.93rem;
        line-height: 1.4vw;
    }
    .section3 .adv-container .adv-box .adv-left {
        width: 29%;
    }
    .section3 .adv-container .adv-box .adv-right {
        width: 71%;
    }
    .section4 .pro-container .title p {
        /* font-size: 1.1rem; */
        /* line-height: 1.08vw; */
    }
    .footer .foot-container .foot-center .center-item .bot-line {
        width: 68%;
    }
    .footer .foot-container .foot-center .center-item .bot-line-long {
        width: 82%;
    }
}
@media screen and (max-width: 1480px) {
    .section3 .adv-container,
    .section4 .pro-container,
    .section6 .pa-container,
    .section7 .tech-container,
    .section8 .news-container {
        padding: 4.26vw 0 4.58vw 0;
    }
}

@media screen and (max-width: 1366px) {
    .navBox {
        width: 62%;
        margin-left: 17vw;
    }
    .header,
    .section2 .about-container,
    .section3 .adv-container,
    .section4 .pro-container,
    .section6 .pa-container,
    .section7 .tech-container,
    .section8 .news-container{
        width: 90%;
    }
    .navBox ul a li {
        font-size: 1.125rem;
    }
    .navBox ul a li::after {
        bottom: -0.9vw;
    }
    .section1 .more {
        font-size: 1.125rem;
    }
    .section2 .ab-top .ab-right .ab-main .ab-small-tit{
    
        margin-bottom: 0.7vw;
    }
    .section2 .ab-top .ab-right .ab-main p {
        font-size: 1.125rem;
        line-height: 2.2rem;
    }
    .section2 .ab-bottom .ab-item .text {
        font-size: 1.25rem;
    }
    .section2 .ab-bottom .ab-item .row .row-right .plus{
        margin-top: 0.7vw;
        line-height: 1.3rem;
    }
    .section2 .ab-bottom .ab-item .row .row-right {
        font-size: 1.125rem;
        /* line-height: 1.6rem; */
    }
    .section2 .more {
        font-size: 1.125rem;
    }
    .section3 .adv-container .adv-box .adv-left {
        width: 27%;
    }
    .section3 .adv-container .adv-box .adv-right {
        width: 73%;
    }
    .section3 .adv-box .adv-left .adv-item .adv-item-text p {
        font-size: 1.25rem;
        line-height: 2.7vw;
    }
    /* .section3 .adv-box .adv-left .adv-item .adv-item-text p {
        font-size: 1.25vw;
    }   */
    .section3 .adv-box .adv-left .adv-item .adv-item-text .adv-item-small {
        /* font-size: 0.99vw; */
    }
    .section3 .adv-container .adv-box .adv-left .adv-item .adv-item-img {
        padding: 1.59vw 0;
    }
    .section3 .adv-box .adv-left .adv-item .adv-item-text {
        padding: 1.7vw 0;
    }   
    /* .section3 .adv-box .adv-right .adv-right-item .adv-text .adv-descript {
        margin-top: 1.75vw;
        font-size: 1.1vw;
        line-height: 2vw;
    } */
    /* .section3 .adv-box .adv-right .adv-right-item .adv-text .adv-cn {
        font-size: 1.75vw;
        line-height: 2.1vw;
    } */
    .section4 .pro-container .pro-box .pro-left {
        width: 17%;
    }
    .section4 .pro-container .pro-box .s4-right {
        width: 81%;
    }
    .section4 .pro-container .title p {
        /* font-size: 1.125rem; */
    }
    .section4 .pro-box .pro-left .pro-item p {
        font-size: 1.125rem;
    }
    .section4 .pro-container .pro-box .s4-right .pro-text p {
        font-size: 1.125rem;
    }
    .section5 .solutions-list li .text p {
        /* line-height: 1.8vw; */
        font-size: 1.125rem;
    }
    .section6 .pa-container .title .tit-cn,
    .section8 .news-container .title .tit-cn {
        top: 13%;
    }
    .section6 .pa-container .title p {
        /* font-size: 1.25rem; */
    }
    .section7 .tech-container .title p {
        font-size: 1.125rem;
        line-height: 1.8vw;
    }
    .section7 .tech-container .title .te-tit-small {
        font-size: 0.9rem;
    }
    .section7 .tech-container .tech-right .tech-item p {
        font-size: 1.125rem;
        /* line-height: 2.08vw; */
    }
    .section7 .tech-container .tech-right .tech-item-03 {
        /* padding: 1.88vw 2.24vw 6.88vw 2.24vw; */
    }
    .section8 .news-container .title-right .news-nav li {
        font-size: 1.125rem;
    }
    .section8 .news-container .title p {
        /* font-size: 1.125rem;  */
        line-height: 3.28vw;
    }    
    .section8 .news-container .news-box .news-item .date {
        font-size: 1.125rem;
        /* line-height: 2.1vw; */
    }
    .section8 .news-container .news-box .news-item .news-tit {
        font-size: 1.25rem;
        /* line-height: 2.1vw; */
    }
    .section8 .news-container .news-box .news-item p {
        font-size: 1.125rem;
        /* line-height: 1.66vw; */
    }
    .section8 .news-container .news-box .news-item .news-bottom .view {
        font-size: 1.125rem;
        /* line-height: 1.96vw; */
    }
    .arrow{
        margin-top:0.3vw;
    }
    
    .footer .foot-logo{
        width:89%;
    }
    .footer .foot-container .foot-left{
        width: 25%;
    }
    .footer .foot-container .foot-center {
        width: 56%;
        justify-content: space-between;
    }
    .footer .foot-container .hotline p {
        font-size: 1.125rem;
    }
    .footer .foot-container .hotline span {
        font-size: 1.5rem;
    }
    .footer .foot-container .foot-left-box {
        font-size: 1.125rem;
        line-height: 2.5vw;
    }
    .footer .foot-container .foot-center .center-item h3 {
        font-size: 1.125rem;
        line-height: 3.3vw;
    }
    .footer .foot-container .foot-center .center-item ul li {
        font-size: 1.125rem;
        line-height: 2.5vw;
    }
    .footer .foot-container .foot-right .foot-text {
        font-size: 1.125rem;
        line-height: 2.52vw;
    }
    .footer .copyright {
        font-size: 1.125rem;
        /* line-height: 3.18vw; */
    }
    .footer .foot-container .foot-center .center-item .bot-line-long {
        width: 76%;
    }
    .footer .foot-container .foot-center .center-item .bot-line {
        width: 63%;
    }
}
@media screen and (max-width: 1024px) {
    .header {
        width: 95%;
    }
    .section2 .about-container,.section3 .adv-container,.section4 .pro-container,.section6 .pa-container,.section7 .tech-container,.section8 .news-container,.footer .foot-container {
        width: 95%;
    }
    .section2 .ab-bottom .ab-item .row .row-right .plus {
        margin-top: 0.4vw;
    }
    .section2 .about-container {
        padding-bottom: 4.5vw;
        padding-top: 1.5vw;
    }
    .section2 .ab-top .ab-right .title .tit-cn,
    .section3 .adv-container .title .tit-cn{
        font-size: 1.98vw;
        top: 52%;
    }
    .section4 .pro-container .title .tit-cn {
        font-size: 1.98vw;
        top: 21%;
    }
    .section6 .pa-container .title .tit-cn {
        font-size: 1.98vw;
        top: 14%;
    }
    .section7 .tech-container .title .tit-cn {
        font-size: 1.98vw;
    }
    .section8 .news-container .title .tit-cn {
        font-size: 1.98vw;
        top: 17%;
    }
    .section3 .adv-box .adv-left .adv-item .adv-item-text p{
        line-height: 2.8vw;
    }
    .section3 .adv-box .adv-left .adv-item .adv-item-text .adv-item-small {
        line-height: 2.5vw;
    }
    .section3 .adv-box .adv-right .adv-right-item .adv-text {
        top: 5.21vw;
    }
    .section3{
        background-size: 122%;
        /* margin-top: 3vw; */
    }
    .section3 .adv-container .adv-box .adv-left .adv-item .adv-item-img {
        padding: 1.1vw 0;
    }
    .section3 .adv-container .adv-box .adv-left{
        width: 30%;
    }
    .section3 .adv-container .adv-box .adv-right {
        width: 70%;
    }
    .section4 .pro-container .pro-box .pro-left{
        width: 18%;
    }
    .section5 .solutions-list li:hover .text p {
        margin: 6vw auto 4vw auto;
    }    
    .section7 .tech-container .title {
        position: relative;
        width: 35%;
    }
    .section7 .tech-container .tech-right{
        width: 65%;
    }
    .section7 .tech-container .tech-right .tech-item{
        /* height: 27vw; */
    }
    .section4 .pro-box .pro-left .pro-item p{
        line-height: 1.5rem;
    }
    .section5 .solutions-list li .text h3 {
        line-height: 4vw;
    }
    .section5 .solutions-list,.section5 .industry-container {
        height: 36vw;
    }
    .section5 .solutions-list li .text p {
        line-height: 2vw;
    }
    .section7 .tech-container .title p {
        line-height: 1.9vw;
    }
    .section7 .tech-container .tech-right .tech-item h5 {
        /* line-height: 3vw; */
        /* font-size: 0.33vw; */
        margin: 1vw 0;
    }
    .section8 .news-container .news-box .news-item p {
        line-height: 2.16vw;
        margin: 1vw 0;
    }
    .section8 .news-container .news-box .news-item .news-bottom .view {
        font-size: 0.99vw;
        line-height: 2.16vw;
    }
    .footer .foot-logo {
        width: 80%;
    }
    .footer .foot-container .foot-left-box {
        font-size: 0.83vw;
        line-height: 2.2vw;
    }
    .foot-left{
        width:33%;
    }
    .footer .foot-container .foot-center .center-item ul li {
        line-height: 2.2vw;
    }
    .footer .foot-container .foot-right .foot-text {
        line-height: 2.92vw;
    }

}

@media screen and (max-width: 768px) {
    .navBox {
        width: 63%;
        margin-left: 15vw;
    }
    .header {
        display: none;
    }
    .header-mob {
        display: block;
    }
    .mob-flex-header {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        padding: 1vw 6vw;
    }
    .mob-left {
        width: 39%;
        padding: 2vw 0;
    }
    .mob-left img {
        width: 100%;
    }
    .mob-right {
        width: 19%;
        display: flex;
        /* flex-direction: row;
        flex-wrap: nowrap;
        align-items: center; */
        justify-content: flex-end;
    }
    .mob-right .xialia {
        width: 50%;
        padding-left: 2vw;
    }
    .header-mob .menu-xiala {
        /* display: none; */
        width: 100%;
        height: 100%;
        background-color: #f9f9f9;
        z-index: 11;
        position: absolute;
        text-align: center;
    }
    .header-mob .menu-xiala .yiji-xialia li {
        font-size: 3.39vw;
        color: #262626;
        padding: 3.78vw 4.43vw 3.78vw 4.69vw;
        list-style: none;
        border-bottom: 1px solid #dfdfdf;
    }
    .header-mob .menu-xiala .yiji-xialia a:hover li {
        background-color: #1a5993;
        transition: all 0.5s linear;
        color: #fff;
    }
    .header-mob .menu-xiala .yiji-xialia li a {
        color: #262626;
        font-size: 3.39vw;
        text-decoration: none;
    }
    .header-mob .search-xiala {
        display: none;
        width: 100%;
        height: 200vw;
        background-color: #f9f9f9;
        z-index: 11;
        position: absolute;
    }
    .header-mob .search-xiala ul {
        padding: 6.51vw 7.81vw 4.04vw 4.69vw;
    }
    .header-mob .search-xiala ul li {
        list-style: none;
        vertical-align: middle;
        display: flex;
        flex-wrap: nowrap;
    }
    .header-mob .search-xiala-close {
        width: 30%;
        display: inline-block;
        /* vertical-align: middle; */
        margin: 2vw 1vw;
    }
    .header-mob .search-xiala-left {
        width: 10%;
        display: inline-block;
    }
    .header-mob form {
        display: inline-block;
        width: 90%;
    }
    .header-mob .search-xiala-right {
        display: inline-block;
        vertical-align: middle;
        width: 90%;
        text-align: center;
        position: relative;
        padding-bottom: 2vw;
        border-bottom: 1px solid #d1d1d1;
    }
    .header-mob .search-xiala-right img {
        vertical-align: middle;
        position: absolute;
        right: 0;
        top: 0.7vw;
    }
    .header-mob .search-xiala-right input {
        vertical-align: middle;
        display: inline-block;
        width: 100%;
        border: none;
        padding: 1vw;
        font-size: 2.8vw;
        margin-right: 2vw;
        background-color: #f9f9f9;
        position: relative;
        outline: none;
    }
    .header-mob .search-xiala-right .submit-input {
        background-image: url(../img/search.png);
        background-repeat: no-repeat;
        background-position: 95% center;
        background-size: 26px;
        display: inline-block;
        position: absolute;
        top: 5%;
        right: -2%;
        width: 20%;
        height: 60%;
    }
    .section1 .more {
        font-size: 1.94vw;
        line-height: 2.5vw;
        padding: 1.5vw 3vw;
    }
    .swiper-pagination-bullet {
        font-size: 2.17vw !important;
    }
    .section2 {
        background-repeat: repeat;
        background-size: 100%;
    }
    .section2 .ab-bottom .ab-item .row .num {
        font-size: 4vw;
        /* line-height: 5vw; */
    }
    .section2 .ab-bottom .ab-item .row .row-right {
        font-size: 1.94vw;
        /* line-height: 2vw; */
        margin-top: 0.4vw;
    }
    .section3 .adv-container, 
    .section4 .pro-container, 
    .section6 .pa-container, 
    .section7 .tech-container, 
    .section8 .news-container {
        padding: 5.26vw 0 5.58vw 0;
    }
    .section2 .ab-bottom .ab-item .text {
        font-size: 2.1vw;
        line-height: 4.4vw;
    }
    .section2 .ab-top .ab-right .title .tit-en,.section3 .adv-container .title .tit-en,.section4 .pro-container .title .tit-en,.section6 .pa-container .title .tit-en,.section7 .tech-container .title .tit-en,.section8 .news-container .title .tit-en{
        font-size: 4.56vw;
        line-height: 6.08vw;
    }
    .section2 .ab-top .ab-right .title .tit-cn,.section3 .adv-container .title .tit-cn,.section4 .pro-container .title .tit-cn,.section6 .pa-container .title .tit-cn,.section7 .tech-container .title .tit-cn,.section8 .news-container .title .tit-cn{
        line-height: 6.08vw;
        font-size: 3.5vw;
        position: absolute;
        top: 32%;
    }
    .section2 .ab-top .ab-right .ab-main {
        margin-top: 4.6vw;
    }
    .section2 .ab-top .ab-right .ab-main .ab-big-tit {
        font-size: 3.1vw;
        line-height: 5vw;
    }
    .section2 .ab-top .ab-right .ab-main .ab-small-tit {
        font-size: 2.3vw;
        line-height: 4.8vw;
    }
    .section2 .ab-top .ab-right .ab-main p {
        font-size: 1.94vw;
        line-height: 2.8vw;
    }
    .section2 .ab-top .ab-right .ab-main {
        margin-top: 3.6vw;
        margin-left: 0.6vw;
        border-top: 1px solid #eeeeee;
        padding-top: 1.9vw;
    }
    .section2 .more {
        padding: 1.5vw 3vw;
        margin: 4vw 0 1vw 0;
        font-size: 1.94vw;
    }
    .section2 .ab-top .ab-left {
        padding-top: 7vw;
    }
    .section2 .ab-bottom {
        display: flex;
        /* flex-wrap: wrap;
        justify-content: center; */
    }
    .section2 .ab-bottom .ab-item {
        /* width: 38%;
        margin-bottom: 3.5vw;
        padding: 3vw 0;
        margin-right: 3vw; */
    }
    .section3 {
        background-size: 350%;
        padding-bottom: 3vw;
    }
    .swiper-slide-pro {
        width: 37% !important;
    }
    .section3 .adv-container .adv-box {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        margin-top:1vw;
    }
    .section3 .adv-container .adv-box .adv-left {
        width: 100%;
        margin-top: 3.49vw;
        display: flex;
        flex-direction: row;
    }
    .section3 .adv-container .adv-box .adv-left .adv-item{
        width: 25%;
    }
    .section3 .adv-container .adv-box .adv-left .adv-item{
        /* width: 100%; */
        flex-wrap: wrap;
        padding: unset;
        flex-direction: column;
    }
    .section3 .adv-container .adv-box .adv-right {
        width: 100%;
        margin-top: 0.3vw;
    }
    .section3 .adv-box .adv-left .adv-item .adv-item-text p {
        font-size: 2.1vw;
        line-height: 2.8vw;
    }
    .section3 .adv-box .adv-left .adv-item .adv-item-text .adv-item-small {
        font-size: 1.74vw;
        line-height: 2.6vw;
        margin-top: 1vw;
    }
    .section3 .adv-container .adv-box .adv-left .adv-item .adv-item-img {
        padding: 2.69vw 0 1.69vw 0;
        margin: 0 auto;
        text-align: center;
    }
    .section3 .adv-container .adv-box .adv-left .adv-item .adv-item-img img{
        width: 58%;
        margin: 0 auto;
    }
    .section3 .adv-box .adv-left .adv-item .adv-item-text {
        /* margin-left: 2vw; */
        margin: 0 auto;
        padding: 0 0 3vw 0;
        text-align: center;
    }
    .section3 .adv-box .adv-right .adv-right-item .adv-text {
        top: 3.21vw;
    }
    .section3 .adv-box .adv-right .adv-right-item .adv-text .adv-n {
        font-size: 3.44vw;
        line-height: 9.46vw;
    }  
    .section3 .adv-box .adv-right .adv-right-item .adv-text .adv-en {
        font-family: MicrosoftYaHei;
        font-size: 2.1vw;
        line-height: 3vw;
    }
    .section3 .adv-box .adv-right .adv-right-item .adv-text .adv-cn {
        font-size: 2.75vw;
        line-height: 3.1vw;
    }
    .section3 .adv-box .adv-right .adv-right-item .adv-text .adv-descript {
        margin-top: 2.75vw;
        font-size: 1.94vw;
        line-height: 3.5vw;
    }
    .adv-right-img-mob{
        display:block;
    }
    .adv-right-img-pc{
        display:none;
    }
    .section4 .pro-container{
        padding: 5.26vw 0 7.58vw 0;
    }
    .section4 .pro-container .title p {
        /* font-size: 2.1vw; */
        line-height: 4.08vw;
    }
    .section4 .pro-container .title .tit-cn{
        line-height: 6.08vw;
        font-size: 3.5vw;
        position: absolute;
        top: 17%; 
    }
    .section4 .pro-container .pro-box {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .section4 .pro-container .pro-box .pro-left {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        text-align: center;
        justify-content: center;
    }
    .section4 .pro-container .pro-box .pro-left a{
        width: 23%;
        display: block;
        margin-right: 1vw;
        margin-bottom: 1vw;
    }
    .section4 .pro-container .pro-box .pro-left a:hover{
        width: 23%;
    }
    .section4 .pro-container .pro-box .pro-left a:hover .pro-item span{
        display:none;
    }
    .section4 .pro-container .pro-box .pro-left .pro-item {
        background-color: #fff;
        width: 100%;
        padding: 1.25vw 0.6vw;
        /* margin-bottom: 0.87vw; */
        /* text-align: center; */
        /* margin-right: 1vw; */
        /* margin-bottom: 1vw;*/
    }   
    .section4 .pro-container .pro-box .pro-left .pro-item:hover{
        width: 100%;
    }
    .section4 .pro-container .pro-box .s4-right .pro-right-item{
        margin-top: 1vw;
    }
    .section4 .pro-container .pro-box .s4-right .swiper-slide-pro {
        width: 35% !important;
    }
    .section4 .pro-box .pro-left .pro-item p {
        font-size: 1.94vw;
        line-height: 5.5vw;
    }
    
    .section4 .pro-container .pro-box .s4-right {
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .section4 .pro-container .pro-box .s4-right .pro-text {
        bottom: 0.4vw;
        left: 4%;
    }
    .section4 .pro-container .pro-box .s4-right .pro-text p {
        font-size: 1.94vw;
        line-height: 7.46vw;
    }
    .section4 .pro-container .pro-box .s4-right .pro-text span {
        line-height: 5.46vw;
    }
    .section4 .pro-container .pro-box .s4-right .btn{
        display:none;
    }

    .section5 .industry-container .solutions-list-pc{
        display:none;
    }
    .section5 .solutions-list, .section5 .industry-container{
        height:57vw;
    }
    .section5 .industry-container .solutions-list-mob{
        display:block;
        position: relative;
        overflow:hidden;
        height: 57vw;
    }
    .swiper {
        width: 100%;
        height: 100%;
    }
    .section5 .solutions-list-mob .swiper-slide .so-img{
        width:100%;
    }
    .section5 .solutions-list-mob .swiper-slide .text{
        position: absolute;
        color:#fff;
    }
    .section5 .solutions-list-mob .swiper-slide .text h3{
        font-size: 3.56vw;
    }
    .section5 .solutions-list-mob .swiper-slide .text .line{
        background-color: #ffffff;
        height: 6px;
        width: 6.08vw;
        margin: 3.5vw auto;
    }
    .section5 .solutions-list-mob .swiper-slide .text p{
        font-family: MicrosoftYaHei;
        font-size: 1.94vw;
        font-weight: normal;
        font-stretch: normal;
        line-height: 4.25vw;
        letter-spacing: 0px;
        color: #ffffff;
        width: 65%;
        margin: 0 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    .section5 .solutions-list-mob .swiper-slide .text .more{
        padding: 2.5vw 5vw;
        background: #2a6297;
        color: #fff;
        font-size: 1.94vw;
        font-family: MicrosoftYaHei;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2.08vw;
        letter-spacing: 0px;
        display: inline-block;
        margin-top: 6vw;
    }

    .section6 .pa-container .title .tit-cn{
        line-height: 6.08vw;
        font-size: 3.5vw;
        position: absolute;
        top: 14%;
    }
    .section6 .pa-container .title p {
        font-size: 2.1vw;
        line-height: 9vw;
        margin: 0;
    }
    .section6 .pa-container .pa-box .pa-item {
        border: 1px solid #dcdcdc;
        width: 47%;
        margin-bottom: 3.56vw;
    }
    .section6 .pa-container .pa-box {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-top: 3.8vw;
        justify-content: space-between;
        /* justify-content: center; */
    }
    .section6 .pa-container .pa-box .pa-item {
        border: 1px solid #dcdcdc;
        width: 49%;
        margin-bottom: 2vw;
        /* margin-right: 1.5vw; */
    }
    .section6 .pa-container .pa-box .pa-item:last-child{
        display:none;
    }
    .section7 .tech-container{
        flex-direction: column;
    }
    .section7 .tech-container .title {
        position: relative;
        width: 100%;
    }
    .section7 .tech-container .title .tit-cn{
        position: unset;
    }
    .section7 .tech-container .title p {
        line-height: 3.2vw;
        font-size: 2.1vw;
    }
    .section7 .tech-container .title .te-tit-small {
        font-size: 1.94vw;
    }
    .section7 .tech-container .tech-right {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        margin-top: 4vw;
    }
    .section7 .tech-container .tech-right .tech-item h3 {
        font-family: MicrosoftYaHei-Bold;
        font-size: 3.1vw;
        font-weight: bold;
        font-stretch: normal;
        line-height: 6.08vw;
        letter-spacing: 0px;
        color: #333;
        margin-top: 1.1vw;
    }
    .section7 .tech-container .tech-right .tech-item h5 {
        line-height: 4vw;
        font-size: 2.1vw;
    }
    .section7 .tech-container .tech-right .tech-item p {
        font-size: 1.94vw;
        line-height: 4.08vw;
    }
    .section7 .tech-container .tech-right .tech-item:hover h3 {
        margin-top: 1.5vw;
    }
    .section7 .tech-container .tech-right .tech-item {
        width: 100%;
        padding: 3.88vw 3.24vw 3.88vw 3.24vw;
    }
    .section7 .tech-container .tech-right .tech-item {
        /* height: 45vw; */
    }
    .section8 .news-container .news-box a{
        width: 100%;
    }
    .section8 .news-container .title p {
        font-size: 2.1vw;
        line-height: 4.28vw;
    }
    .section8 .news-container .title .tit-cn {
        top: 13%;
    }
    .section8 .news-container .title-right .news-nav li {
        font-size: 1.94vw;
        padding: 0.73vw 3.08vw 0.73vw 3.08vw;
        line-height: 3.98vw;
    }
    .section8 .news-container .title-right .news-nav {
        margin-top: 2vw;
    }
    .section8 .news-container .news-box {
        flex-direction: column;
    }
    .section8 .news-container .news-box .news-item .date {
        font-size: 2.1vw;
        line-height: 5.1vw;
    }
    .section8 .news-container .news-box .news-item .news-tit {
        font-size: 2.2vw;
        line-height: 4.1vw;
    }
    .section8 .news-container .news-box .news-item{
        width: 100%;
        margin-bottom: 3vw;
    }
    .section8 .news-container .news-box .news-item p {
        line-height: 3.16vw;
        font-size: 1.94vw;
    }
    .section8 .news-container .news-box .news-item .news-bottom .view {
        font-size: 1.94vw;
        line-height: 5.16vw;
    }
    .arrow {
        margin-top: 1.3vw;
    }
    .section8 .news-container .news-box .news-item .news-bottom {
        border-bottom: 1px solid #eee;
        border-top:unset;
    }
    .footer .foot-container .foot-left {
        width: 42%;
    }
    .footer .foot-container .foot-center{
        display:none;
    }
    
    .footer .foot-container .hotline p {
        font-size: 1.94vw;
        line-height: 5vw;
    }
    .footer .foot-container .hotline span {
        font-size: 3.1vw;
    }
    .footer .foot-container .foot-left-box {
        font-size: 1.94vw;
        line-height: 4vw;
    }
    .footer .foot-container .foot-right .foot-text {
        line-height: 4.92vw;
        font-size: 1.94vw;
    }
    .footer .foot-container .foot-right {
        width: 25%;
    }
    .footer .copyright {
        font-size: 1.94vw;
        line-height: 5.18vw;
    }

    table{
        width: 100%;
    }
    td, th{
        width: 50%;
    }

}

@media screen and (max-width:601px) {
    .header-mob .search-xiala-right .submit-input {
        background-size: 4vw;
    }
    .section2 .ab-bottom .ab-item .row .row-right{
        margin-top:unset;
    }
    
}
@media screen and (max-width:500px) {
    .section1 .more{
        display:none;
    }
    .mob-left{
        width: 54%;
    }
    .section2 .about-container{
        padding-bottom: 7.5vw;
    }
    .section3 .adv-container, .section4 .pro-container, .section6 .pa-container, .section7 .tech-container, .section8 .news-container {
        padding: 9.26vw 0 9.58vw 0;
    }
    .section2 .ab-top .ab-right .title .tit-en, .section3 .adv-container .title .tit-en, .section4 .pro-container .title .tit-en, .section6 .pa-container .title .tit-en, .section7 .tech-container .title .tit-en, .section8 .news-container .title .tit-en {
        font-size: 1.6rem;
        line-height: 7.08vw;
    }
    .section2 .ab-top .ab-right .ab-main {
        margin-top: 5.6vw;
    }
    .section2 .ab-top .ab-right .title .tit-cn, .section3 .adv-container .title .tit-cn, .section4 .pro-container .title .tit-cn, .section6 .pa-container .title .tit-cn, .section7 .tech-container .title .tit-cn, .section8 .news-container .title .tit-cn {
        line-height: 2rem;
        font-size: 1.4rem;
        position: absolute;
        top: 32%;
    }
    .section2 .ab-top .ab-right .ab-main .ab-big-tit {
        font-size: 1.1rem;
        line-height: 9vw;
    }
    .section2 .ab-top .ab-right .ab-main .ab-small-tit {
        font-size: 1rem;
        line-height: 5.8vw;
        margin-bottom: 2vw;
    }
    .section2 .ab-top .ab-right .ab-main p {
        font-size: 0.93rem;
        line-height: 5.5vw;
    }
    .section2 .ab-top .ab-left {
        padding-top: 15vw;
        display: none;
    }
    .section2 .ab-top .ab-right {
        width: 100%;
        padding: 4vw 0 4vw 0vw;
    }
    .section2 .more {
        font-size: 2.94vw;
        padding: 3.5vw 4vw;
        margin: 5vw 0 1vw 0;
        
    }
    .section2 .ab-bottom{
        margin-top: 3vw;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .section2 .ab-bottom .ab-item {
        width: 49%;
        margin-bottom: 2vw;
        padding: 5vw 0;
        transition: all 0.8s ease-in-out;
    }
    .section2 .ab-bottom .ab-item .row .num {
        font-size: 1.6rem;
        /* line-height: 8.93vw; */
        margin-top: 2vw;
    }
    .section2 .ab-bottom .ab-item .row .row-right {
        font-size: 0.9rem;
        /* line-height: 3.83vw; */
        margin-left: 1.5vw;
        margin-top: -0.9vw;
    }
    .section2 .ab-bottom .ab-item .text {
        font-size: 1rem;
        line-height: 6.5vw;
    }
    .section3 .adv-container .adv-box .adv-left {
        width: 100%;
        margin-top: 3.49vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .section3 .adv-container .adv-box .adv-left .adv-item {
        width: 49%;
        margin-top: 2vw;
        margin-bottom: 1vw;
    }
    .section3 .adv-container .adv-box .adv-left .adv-item{
        text-align: center;
    }
    .section3 .adv-box .adv-left .adv-item .adv-item-text p {
        font-size: 1.1rem;
        line-height: 7.8vw;
    }
    .section3 .adv-box .adv-left .adv-item .adv-item-text .adv-item-small {
        font-size: 0.7rem;
        line-height: 4.6vw;
        margin-top: 1vw;
    }
    .section3 .adv-box .adv-right .adv-right-item .adv-text{
        display:none;
    }
    .section3 .adv-box .adv-right .adv-right-item .adv-text-mob{
        display: block;
        position: absolute;
        top: 9%;
        left: 7%;
        color: #fff;
        font-family: MicrosoftYaHei-Bold;
        font-stretch: normal;
        letter-spacing: 0px;
        margin: 0;
    }
    .section3 .adv-box .adv-right .adv-right-item .adv-text-mob .adv-n {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin: 0;
    }
    .section3 .adv-box .adv-right .adv-right-item .adv-text-mob .adv-en {
        font-family: MicrosoftYaHei;
        font-size: 1rem;
        line-height: 8.5vw;
        margin: 0;
    }
    .section3 .adv-box .adv-right .adv-right-item .adv-text-mob .adv-cn {
        font-size: 1.4rem;
        line-height: 10.1vw;
        font-weight: bold;
        margin: 0;
    }
    .section3 .adv-box .adv-right .adv-right-item .adv-text-mob .adv-descript {
        margin-top: 1.75vw;
        font-size: 3.14vw;
        line-height: 6vw;
    }
    .section3 .adv-container .adv-box .adv-left .adv-item{
        flex-wrap:nowrap;
        flex-direction: column;
        /* padding: 0 0 0 2.45vw; */
    }
    .section3 .adv-container .adv-box .adv-left .adv-item .adv-item-img img {
        width: 86%;
        /* text-align: center; */
        margin: 0 auto;
    }
    .section3 .adv-container .adv-box .adv-left .adv-item .adv-item-img{
        padding: 2.69vw 0 1.69vw 0;
    }
    .section3 .adv-box .adv-left .adv-item .adv-item-text {
        /* margin-left: 2vw; */
        /* margin: 0 auto; */
        /* padding: 2.2vw 0;; */
        text-align: unset;
    }
    .section3 .adv-box .adv-right .adv-right-item .adv-right-img:first-child img{
        height:322px;
    }
    .accordion_tabs{
        display:none;
    }
    .section4 .pro-container .pro-box .pro-left a {
        width: 47%;
        display: block;
        margin-right: 2vw;
        margin-bottom: 2vw;
    }
    .section4 .pro-container .pro-box .pro-left a:hover{
        width: 47%;
    }
    .section4 .pro-container .pro-box .s4-right .pro-right-item{
        margin-top:5vw;
    }
    .section4 .pro-container .pro-box .pro-left .pro-item:hover span{
        display:inline-block !important;
    }
    .section4 .pro-container .pro-box .s4-right .swiper-slide-pro {
        width: 48% !important;
    }
    .section4 .pro-container .pro-box .s4-right .pro-text p {
        font-size: 0.9rem;
        line-height: 8.46vw;
    }
    .section4 .pro-container .pro-box .s4-right .pro-text {
        left: 5%;
        padding: 0 2vw;
    }
    .section4 .pro-container .title .tit-cn {
        line-height: 2rem;
        font-size: 1.4rem;
        position: absolute;
        top: 12%;
    }
    .section4 .pro-container .title p {
        font-size: 1rem;
        line-height:11.08vw;
    }
    .section4 .pro-box .pro-left .pro-item p {
        font-size: 0.93rem;
        line-height: 5.5vw;
    }
    .section4 .pro-container .pro-box .pro-left .pro-item {
        padding: 3.25vw 0.6vw;
    }
    .section5 .solutions-list-mob .swiper-slide .so-img{
        width: 100%;
        height: 100%;
    }
    .section5 .solutions-list-mob .swiper-slide .so-img img{
        height: 100%;
    }
    .section5 .solutions-list, .section5 .industry-container{
        height:108vw;
    }
    .section5 .industry-container .solutions-list-mob {
        height: 108vw;
    }
    .section5 .solutions-list-mob .swiper-slide .text h3 {
        font-size: 1.3rem;
    }
    .section5 .solutions-list-mob .swiper-slide .text .line{
        margin: 4.5vw auto;
    }
    .section5 .solutions-list-mob .swiper-slide .text p {
        font-size: 1rem;
        line-height: 7.25vw;
    }
    .section5 .solutions-list-mob .swiper-slide .text .more {
        padding: 3.5vw 6vw;
        font-size: 2.94vw;
    }
    .section6{
        padding-bottom: 3vw;
    }
    .section6 .pa-container .title .tit-cn {
        line-height: 2rem;
        font-size: 1.4rem;
        position: absolute;
        top: 11%;
    }
    .section6 .pa-container .title {
        padding-bottom: 0.6rem;
    }
    .section6 .pa-container .title p {
        
        font-size: 1rem;
        line-height: 16vw;
    }
    .section6 .pa-container .pa-box{
        justify-content: space-between;
        margin-top: 8.8vw;
    }
    .section7 .tech-container .title .tit-cn {
        position: unset;
    }
    .section7 .tech-container .tech-right{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
        margin-top: 6vw;
    }
    .section7 .tech-container .tech-right a {
        width: 100%;
        margin-bottom: 6vw;
    }
    .section7 .tech-container .title p {
        line-height: 1.5rem ;
        font-size: 1rem !important;
    }
    .section7 .tech-container .tech-right .tech-item {
        height: unset;
        display: flex;
        flex-wrap: nowrap;
        padding: 5.88vw 6vw;
    }
    .section7 .tech-container .tech-right .tech-item .tech-icon {
        width: 19%;
        position: relative;
    }
    .section7 .tech-container .title .te-tit-small {
        font-size: 0.9rem !important;
        margin-top: 3vw;
        line-height: 1.4rem;
        /* justify-content: space-between; */
        text-align: justify;
    }
    .section7 .tech-container .tech-right .tech-item .tect-item-text{
        margin-left: 4vw;
    }
    .section7 .tech-container .tech-right .tech-item h3 {
        font-size: 1rem;
        line-height: 5.08vw;
        margin-top:unset;
    }
    .section7 .tech-container .tech-right .tech-item:hover h3{
        margin-top:unset;
    }
    .section7 .tech-container .tech-right .tech-item:hover .tech-icon .tech-hover{
        display: block;
    }
    .section7 .tech-container .tech-right .tech-item p {
        font-size: 0.9rem;
        line-height: 4.08vw;
    }
    .section7 .tech-container .tech-right .tech-item h5 {
        line-height: 5vw;
        font-size: 0.93rem;
        margin: 1vw 0 2vw 0;
    }
    .section7 .tech-container{
        padding: 11.26vw 0 9.58vw 0;
    }
    .section8 .news-container {
        padding: 11.26vw 0 8.58vw 0;
    }
    .section8 .news-container .title{
        position: relative;
        padding-bottom: 3.2vw;
        border-bottom: 1px solid #c4cfd7;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: space-between;
    }
    .section8 .news-container .title-right {
        margin: -1vw 0 3vw 0;
        text-align: center;
    }
    .section8 .news-container .title-right .news-nav {
        flex-direction: row;
        text-align: center;
        justify-content: space-between;
        margin-top: 1vw;
    }
    .section8 .news-container .title-right .news-nav a {
        margin-left: unset;
        /* margin-top: 1.5vw; */
        width: 49%;
    }
    .section8 .news-container .title-right .news-nav {
        flex-direction: row;
    }
    .section8 .news-container .title .tit-cn {
        top: 7%;
    }
    .section8 .news-container .title p {
        font-size: 1rem;
        line-height: 2rem;
        margin-top: 4.5vw;
    }
    .section8 .news-container .title-right {
        margin-top: -2vw;
    }
    .section8 .news-container .title-right .news-nav{
        margin-top:unset;
        padding: 3vw 0 1vw 0;
    }
    .section8 .news-container .title-right .news-nav li {
        font-size: 1rem;
        padding: 3.73vw 5.08vw;
        line-height: 3.98vw;
    }
    .section8 .news-container .news-box .news-item .news-bottom{
        padding-bottom: 2vw;
    }
    .section8 .news-container .news-box .news-item .date {
        font-size: 0.85rem;
        line-height: 7.1vw;
    }
    .section8 .news-container .news-box .news-item .news-tit {
        font-size: 1rem;
        line-height: 8.1vw;
    }
    .section8 .news-container .news-box .news-item p {
        line-height: 5.16vw;
        font-size: 0.93rem;
        margin-top: 3vw;
    }
    .section8 .news-container .news-box .news-item .news-bottom .view {
        font-size: 0.83rem;
        line-height: 9.16vw;
    }
    .section8 .news-container .news-box{
        margin-top: 5vw;
    }
    .arrow {
        margin-top: 2.3vw;
    }
    .foot-left {
        width: 58%;
    }
    .footer .foot-container{
        padding: 5.26vw 0 6.58vw 0;
    }
    .footer .foot-container .hotline p {
        font-size: 1rem;
        line-height: 8vw;
    }
    .footer .foot-container .hotline span {
        font-size: 1.6rem;
    }
    .footer .foot-container .foot-left-box {
        font-size: 0.83rem;
        line-height: 5.5vw;
        margin-top: 3.67vw;
    }
    .footer .foot-container .foot-left {
        width: 66%;
    }
    .footer .foot-container .foot-right {
        width: 32%;
    }
    .qr_code{
        width:100%;
        margin:0 auto;
    }
    .footer .foot-container .foot-right .foot-text {
        line-height: 7.92vw;
        font-size: 3.14vw;
        width: 80%;
        margin: 0 auto;
        display:none;
    }
    .footer .copyright {
        font-size: 0.83rem;
        line-height: 5.18vw;
        width: 100%;
        margin: 0 auto;
        padding: 3vw 5%;
    }
    .section4 {
        padding: 0vw 0 5vw 0;
    }
    .section2 .about-container, .section3 .adv-container, .section4 .pro-container, .section6 .pa-container, .section7 .tech-container, .section8 .news-container, .footer .foot-container {
        width: 93%;
    }
    .section3 .adv-container .adv-box .adv-right {
        width: 100%;
        margin-top: 2vw;
    }
    .section5 .solutions-list-mob .swiper-slide .text .more{
    
        margin-top: 9vw;
    }
    .section4 .pro-container .pro-box .s4-right .pro-text span{
        line-height: 8.46vw;
    }
    /* .adv-right-img-mob{
        display:block;
    }
    .adv-right-img-pc{
        display:none;
    } */
    .section2 .ab-top .ab-right .title .tit-en, .section3 .adv-container .title .tit-en, .section4 .pro-container .title .tit-en, .section6 .pa-container .title .tit-en, .section7 .tech-container .title .tit-en, .section8 .news-container .title .tit-en{
        font-family: auto;
    }
    table{
        width: 105%;
    }
    tr{
        width: 100%;
        display: flex;
        /* flex-wrap: wrap; */
        flex-direction: column;
    }
    td,th{
        width: 100%;
        padding:unset;
        padding-bottom:2vw;
        MARGIN-BOTTOM: 3vw;
    }
    .td-pad{
        padding:unset;
        padding-bottom:2vw;
    }
}