@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}


/*全局样式*/

@font-face {
    font-family: "Roboto-Light";
    src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.eot") format("embedded-opentype"), url("../fonts/Roboto-Light.svg") format("svg");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.eot") format("embedded-opentype"), url("../fonts/Roboto-Bold.svg") format("svg");
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular.svg") format("svg");
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.eot") format("embedded-opentype"), url("../fonts/Roboto-Medium.svg") format("svg");
}

@font-face {
    font-family: 'Roboto Bk';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.ttf');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.ttf');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/vMontserrat-Bold.woff2') format('woff2'), url('../fonts/vMontserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins.eot');
    src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype'), url('../fonts/Poppins.svg#Poppins') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
}

.Poppins-Bold {
    font-family: 'Poppins';
    font-weight: bold;
}

.Poppins-Medium {
    font-family: 'Poppins';
    font-weight: 500;
}

.Poppins-Light {
    font-family: 'Poppins';
    font-weight: 300;
}

.Poppins-SemiBold {
    font-family: 'Poppins';
    font-weight: 600;
}

.Poppins {
    font-family: 'Poppins';
    font-weight: normal;
}

.Poppins-black {
    font-family: 'Poppins';
    font-weight: 900;
}

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw !important;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw !important;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .2rem/30px 'Montserrat-Regular', 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #0061ab;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 1rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: 100;
}

.header .container {
    height: 100%;
}

.header .logo img {
    height: .59rem;
}

.header.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.header.fixed {
    background-color: #0061ab;
}

.header .lang-btn {
    background: url(../images/lang.webp)no-repeat left center;
    padding-left: .35rem;
    background-size: .27rem;
    margin-right: .2rem;
    color: #FFF;
    font-family: 'Poppins-Regular';
    text-transform: uppercase;
    cursor: pointer;
    font-size: .15rem;
}

.header .lang-btn span {
    line-height: 1rem;
}

.header .lang-btn .drop {
    width: 100%;
    left: 0;
    top: 1rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #282828;
}

.header .lang-btn .drop>a {
    color: #FFF;
    font-family: 'Poppins-Regular';
    line-height: .4rem;display: block;font-size: .16rem; text-transform: capitalize;
}

.header .search-btn {
    background: url(../images/search.webp)no-repeat left center;
    background-size: .24rem;
    padding-left: .3rem;
    color: #FFF;
    cursor: pointer;
    font-size: .15rem;
    font-family: 'Poppins-Regular';
    margin-right: .2rem;
    line-height: .3rem;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: .5rem;
    height: .5rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.nav {
    margin-right: .35rem;
}

.nav li {
    margin-right: .22rem;
    text-transform: uppercase;
}

.nav li>a {
    line-height: 1rem;
    font-family: 'Roboto-Bold';
    color: #FFF;
    font-size: .2rem;
    padding: 0 .1rem;
}

.nav li.on>a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #FFF;
}

.nav .drop {
    width: 100%;
    left: 0;
    top: 1rem;
    height: .85rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #282828;
    line-height: .85rem;
}

.nav .drop a {
    color: #FFF;
    font-family: 'Roboto-Medium';
    font-size: .21rem;
    margin-right: .4rem;
}

.nav .drop a:last-child {
    margin-right: 0;
}

.nav li:nth-child(4) .drop {
    padding-left: 2.8rem;
}

.nav li:nth-child(5) .drop {
    padding-left: 5rem;
}

.nav li:nth-child(6) .drop {
    text-align: right;
    padding-right: 1.8rem;
}

.nav li:last-child .drop {
    padding-right: 2.5rem;
    text-align: right;
}

.search-content {
    background: rgba(0, 97, 171, .85);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    display: none;
    width: 100%;
    height: 100%;
}

.search-content .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    width: .6rem;
    height: .6rem;
    background: url(../images/close.svg)no-repeat center;
    background-size: .4rem;
    cursor: pointer;
    z-index: 10;
}

.search-content .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 7rem;
    height: .7rem;
    border-bottom: 1px #FFF solid;
}

.search-content .content input[type='text'] {
    color: #FFF;
    font-size: .19rem;
    background: none;
    padding-left: .15rem;
}

.search-content .content input[type='text']::placeholder {
    color: #FFF;
}

.search-content .content input[type='submit'] {
    width: .6rem;
    background: url(../images/search.webp)no-repeat center;
    background-size: .24rem;
}

.footer {
    background-color: #f2f2f2;
    padding-top: .9rem;
}

.footer .f-nav {
    margin-right: .8rem;
}

.footer .f-nav .t-box {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.footer .f-nav .tit {
    display: block;
    font-size: .24rem;
    font-family: 'Montserrat-ExtraBold';
    color: #000;
    text-transform: uppercase;
    line-height: 1.1;
    flex: 1;
}

.footer .f-nav .sub {
    font-size: .18rem;
    line-height: .32rem;
    margin-top: .22rem;
}

.footer .f-nav .sub a {
    color: #666;
}

.footer .r-con {
    width: 4.5rem;
}

.footer .r-con .tit {
    font-family: 'Montserrat-ExtraBold';
    font-size: .21rem;
    color: #000;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: .2rem;
}

.footer .r-con .text {
    font-family: 'Montserrat-Light';
    color: #666;
    line-height: .24rem;
}

.footer .r-con .button {
    margin-top: .3rem;
}

.footer .r-con .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0061ab;
    line-height: .48rem;
    border-radius: .24rem;
    -webkit-border-radius: .24rem;
    -moz-border-radius: .24rem;
    -ms-border-radius: .24rem;
    -o-border-radius: .24rem;
    color: #FFF;
    margin-right: .15rem;
    font-size: .17rem;
}
.footer .r-con .button a img {
    width: 1.6em;
    height: 1.6em;
    object-fit: contain;
    margin-left: 1em;
}

.footer .r-con .button a:last-child {
    margin-right: 0;
}


.copyright {
    margin-top: .6rem;
    border-top: 1px #b2b4b6 solid;
    padding: .25rem 0;
    color: #666666;
}

.copyright .cont {
    margin: -1em 0;
}

.copyright .sns a {
    width: .44rem;
    margin-left: .1rem;
}

.copyright .sns a>img {
    width: 100%;
}

.copyright .logo img {
    height: .48rem;
}

.banner {
    overflow: hidden;
}

.banner .swiper-slide-active .sc {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.banner .swiper-slide a {
    display: block;
    position: relative
}

.banner .slide-video .a {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 78vh;
    width: 100%;
    min-height: 7rem
}

.banner .slide-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .baTool {
    position: absolute;
    right: 1.2rem;
    bottom: .3rem;
    z-index: 5
}

.banner .swiDots {
    font-size: .24rem;
    color: #fff
}

.banner .swiBtn {
    margin-right: .45rem
}

.banner .swiBtn .nexts {
    margin-left: .1rem
}

.banner .swiDots .line {
    width: 2.9rem;
    height: 2px;
    background: rgba(255, 255, 255, .4);
    position: relative;
    margin: 0 .1rem
}

.banner .swiDots .line i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #fff
}

.banner img,
.banner video {
    display: block;
    width: 100%;
    height: auto;
}

.banner iframe {
    display: block;
    height: 60vh;
}
.mb-banner iframe {
    height: 4rem;
}

.banner .prevs {
    width: .5rem;
    height: .5rem;
    border: 1px #FFF solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: url(../images/prev.svg)no-repeat center;
    background-size: .2rem;
}

.banner .nexts {
    width: .5rem;
    height: .5rem;
    border: 1px #FFF solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: url(../images/prev.svg)no-repeat center;
    background-size: .2rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.mb-banner {
    display: none;
}

.f-menu {
    display: none;
    /* position: fixed; */
    /* left: .2rem; */
    /* bottom: .2rem; */
    /* z-index: 99; */
    width: 4em;
    height: 4em;
    background: url(../images/menu.svg) no-repeat center;
    background-size: 60%;
    background-color: #0061ab;
    margin-top: .5em;
}

@media (max-width:1366px) {
    .banner .swiper-slide a:before {
        height: 1.5rem
    }
    .banner .swiper-slide a:after {
        height: 1.2rem
    }
    .banner .item .imgBox .img {
        padding-bottom: 0;
        height: 48vw;
        min-height: inherit
    }
}

@media (max-width:768px) {
    .f-menu {
        display: block;
    }
    .pc-banner {
        display: none;
    }
    .mb-banner {
        display: block;
    }
    .footer .r-con .button a img {
        width: 1.2em;
        height: 1.2em;
        margin-left: .4em;
    }
}

@media (max-width:640px) {
    .banner .swiper-slide a:after {
        height: 1rem
    }
    .banner .item .imgBox .img {
        height: 50vw
    }
    .banner .swiBtn a {
        width: .4rem;
        height: .4rem;
        line-height: .4rem;
        font-size: .2rem
    }
    .banner .swiDots .line {
        width: 20vw
    }
    .banner .baTool {
        bottom: .15rem;
    }
    .banner .swiBtn {
        margin-right: .25rem
    }
}

@media (min-width:1025px) {
    .header:hover {
        background-color: #0061ab;
    }
    .nav li:hover .drop,
    .header .lang-btn:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .nav .drop a:hover,
    .header .lang-btn .drop>a:hover,
    .footer .r-con .button a:hover {
        text-decoration: underline;
    }
    .nav li:hover>a::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background-color: #FFF;
    }
    .footer .f-nav .sub a:hover {
        color: #0061ab;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 15px;
    }
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .header {
        padding-right: 1rem;
    }
    .header .lang-btn {
        display: none;
    }
    .header .search-btn {
        font-size: 15px;
        margin-right: 0;
    }
    .header.on {
        background-color: #0061ab;
        transform: unset;
    }
    .menu-btn {
        display: block;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1rem);
        padding: .2rem .3rem;
    }
    .nav li {
        position: relative;
        margin-right: 0;
    }
    .nav li>a {
        font-size: 16px;
        color: #282828;
        line-height: .9rem;
        padding-left: 0;
        padding-right: 0;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: .9rem;
        width: .5rem;
    }
    .nav .arrow::before{
        content: '';
        position: absolute;
        right: 100%;
        top: 0;
        width: 100vw;
        height: 100%;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .3rem;
        height: .3rem;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left !important;
        background: none;
        height: auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .nav .drop a {
        color: #333;
        font-size: 15px;
        display: block;
        margin-right: 0;
        padding-left: 20px;
    }
    .footer .r-con .tit,
    .footer .f-nav .tit,
    .search-content .content input[type='text'] {
        font-size: 17px;
    }
    .footer .f-nav .sub,
    .footer .r-con .button a {
        font-size: 16px;
    }
    .banner .baTool {
        right: .2rem;
    }
}

@media (max-width:950px) {
    .footer {
        padding-top: .6rem;
    }
    .footer .f-nav {
        margin-right: 0;
    }
    .footer .r-con {
        width: 100%;
        margin-top: .3rem;display: none;
    }
    .footer .r-con .text {
        line-height: 1.5;
    }
    .footer .r-con .button a {
        line-height: 40px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .footer .r-con .button a::after,
    .footer .r-con .button a:last-child::after {
        width: 24px;
        right: .3rem;
    }
    .copyright .sns a {
        width: 32px;
    }
    .footer .f-nav li {
        width: 100%;
    }
	.footer .f-nav li:nth-child(3),.footer .f-nav li:nth-child(4),.footer .f-nav li:nth-child(5){display: none;}
    .footer .f-nav li .tit {
        border-bottom: 1px #e9e9e9 solid;
        line-height: 2.8;
    }
    .footer .f-nav .sub {
        line-height: 2;
        display: none;
        margin-top: 0;
    }
    .footer .f-nav li .t-box i {
        position: relative;
        /* position: absolute; */
        /* right: 0; */
        width: 3em;
        /* height: 100%; */
        /* background: url(../images/arrow.svg) no-repeat center;
        background-size: 14px;
        transition: all .3s; */
        /* background-position-x: 1.2em; */
    }
    .footer .f-nav li .t-box i::before {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        width: 100vw;
        height: 100%;
    }
    .footer .f-nav li .t-box i::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/arrow.svg) no-repeat center;
        background-size: 14px;
        transition: all .3s;
    }
    .footer .f-nav li.cur .t-box i::after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
}

@media (max-width:767px) {
    .copyright {
        text-align: center;
        display: block;
    }
    .copyright>div:first-child {
        display: block;
    }
    .copyright .logo {
        width: 100%;
        margin-top: .2rem;
    }
    .copyright .sns {
        width: 100%;
        justify-content: center;
        margin-top: .2rem;display: none;
    }
}


/* 首页 */

.home-car {
    margin-top: .58rem;
}

.home-car .title {
    font-size: .48rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.1;
    text-transform: uppercase;
}

.home-car .text-con {
    margin-top: .34rem;
}

.home-car .text-con .tit {
    font-size: .33rem;
    line-height: 1.1;
}

.home-car .text-con .text {
    line-height: .3rem;
    font-size: .2rem;
    font-family: 'Montserrat-Light';
    margin-top: .2rem;
    margin-right: 4.2rem;
}

.home-car .content {
    margin-top: .65rem;
}

.home-car .content .tit {
    color: #FFF;
    font-family: 'Montserrat-ExtraBold';
    font-size: .57rem;
    left: .8rem;
    bottom: .45rem;
    line-height: 1.1;
    z-index: 2;
    position: absolute;
    text-transform: uppercase;
}

.home-car .content img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-car .content .pic1 {
    width: 58.93%;
    overflow: hidden;
    padding-top: 44.8%;
}

.home-car .content .r-con {
    width: 39.7%;
    overflow: hidden;
}

.home-car .content .r-con a {
    padding-top: 54.6%;
    overflow: hidden;
    width: 100%;
}

.home-car .content .r-con a:last-child {
    margin-top: .25rem;
}

.home-car .content .con:last-child {
    margin-top: .35rem;
}

.home-about {
    background-color: #0061ab;
    margin-top: 1rem;
}

.home-about .play {
    width: 8.16rem;
    height: 7.25rem;
    overflow: hidden;
}

.home-about .play span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: url(../images/play.webp)no-repeat center;
    width: 1.1rem;
    height: 1.1rem;
    cursor: pointer;
    background-size: 100%;
}

.home-about .text-con {
    margin-right: 1.7rem;
    color: #FFF;
}

.home-about .text-con .tit {
    font-size: .23rem;
    line-height: 1.1;
}

.home-about .text-con .title {
    font-size: .53rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Montserrat-ExtraBold';
    margin-top: .15rem;
}

.home-about .text-con .des {
    font-size: .18rem;
    line-height: .28rem;
    margin-top: .2rem;
}

.home-about .text-con .more {
    width: 3.1rem;
    line-height: .7rem;
    border: 4px #FFF solid;
    font-size: .22rem;
    font-family: 'Montserrat-ExtraBold';
    color: #FFF;
    margin-top: .6rem;
    padding-left: .35rem;
    text-transform: uppercase;
    z-index: 10;
}

.home-about .text-con .more::before {
    content: '';
    position: absolute;
    right: .3rem;
    top: 0;
    width: .14rem;
    height: 100%;
    background: url(../images/arrow1.webp)no-repeat center;
    background-size: .14rem;
}

.home-about .text-con .more::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #FFF;
    color: #0061ab;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 0;
}

.maskBg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0
}

.videoShow {
    width: 12.8rem;
    height: 7.6rem;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.maskBg.active {
    opacity: 1;
}

.videoShow.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.videoShow .close {
    color: #FFF;
    position: absolute;
    right: 0;
    bottom: 100%;
    font-size: 1.4em;
    background: url(../images/close.svg)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    cursor: pointer;
}

.home-here {
    margin-top: .75rem;
}

.home-here .title {
    font-size: .46rem;
    line-height: 1.1;
    font-family: 'Montserrat-ExtraBold';
}

.home-here .full-text {
    font-size: .24rem;
    line-height: 1.1;
    margin-top: .22rem;
}

.home-here .swiper-container {
    margin-top: .6rem;
    background: url(../images/bg1.webp) no-repeat center .4rem;
    background-size: 100%;
    padding-bottom: 1rem;
}

.home-here .swiper-container .pic {
    height: 5.15rem;
    overflow: hidden;
}

.home-here .swiper-container .pic img {
    max-height: 100%;
}

.home-here .swiper-container .text-con {
    margin-top: .4rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.home-here .swiper-container .text-con .tit {
    font-size: .36rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.1;
}

.home-here .swiper-container .text-con .txt {
    font-size: .26rem;
    line-height: 1.1;
    margin-top: .2rem;
    color: #333;
}

.home-here .swiper-container .text-con .more {
    font-size: .2rem;
    background: url(../images/more1.webp)no-repeat right center;
    background-size: .3rem;
    padding-right: .4rem;
    line-height: .35rem;margin-right: .1rem;
}

.home-here .swiper-button-prev,
.home-here .swiper-button-next {
    top: auto;
    bottom: 0;
    margin-top: auto;
    width: .56rem;
    height: .56rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: url(../images/prev.webp)no-repeat center;
    background-size: 100%;
}

.home-here .swiper-button-prev {
    left: 7.5rem;
}

.home-here .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    right: 7.5rem;
}

.home-sercon {
    margin-top: .8rem;
    padding-left: 0;
    padding-right: 0;
}

.home-sercon .text-con {
    position: absolute;
    color: #FFF;
    z-index: 1;
}

.home-sercon .text-con .tit {
    font-size: .39rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.1;
    text-transform: uppercase;
}

.home-sercon .text-con .des {
    font-size: .19rem;
    line-height: .27rem;
    margin-top: .45rem;
}

.home-sercon .text-con .more {
    width: 2.6rem;
    line-height: .68rem;
    border: 1px #FFF solid;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    padding-left: .45rem;
    font-size: .2rem;
    margin-top: .55rem;
    z-index: 10;
    overflow: hidden;
}

.home-sercon .text-con .more::before {
    content: '';
    position: absolute;
    right: .3rem;
    top: 0;
    width: .15rem;
    height: 100%;
    background: url(../images/more2.webp)no-repeat 80% center;
    background-size: .15rem;
}

.home-sercon .text-con .more::after {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    width: 0;
    background-color: #0061ab;
}

.home-sercon .pic1 {
    width: 50%;
    overflow: hidden;
    height: 8.6rem;
}

.home-sercon .pic1 .text-con {
    left: 1.2rem;
    right: 1.5rem;
    bottom: 2.2rem;
}

.home-sercon .r-con {
    width: 50%;
}

.home-sercon .r-con a {
    height: 4.3rem;
    overflow: hidden;
    width: 100%;
}

.home-sercon .r-con a .more {
    width: 2.4rem;
}

.home-sercon .r-con .text-con {
    left: .8rem;
    right: 1.2rem;
    bottom: .7rem;
}

.home-sercon .r-con .text-con .more {
    margin-top: .45rem;
}

.home-news {
    margin-top: 1rem;
}

.home-news .title {
    font-size: .49rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.1;
}

.home-news .content {
    background-color: #f4f4f4;
    margin-top: 1rem;
}

.home-news .content .focus {
    width: 8.4rem;
    overflow: hidden;
    margin-right: .7rem;
}

.home-news .content .focus .swiper-slide {
    height: 8rem;
    overflow: hidden;
}

.home-news .content .focus .text-con {
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: .8rem;
    width: 100%;
    padding: 0 .6rem;
    color: #FFF;
}

.home-news .content .focus .date {
    font-size: .18rem;
    line-height: 1.1;
}

.home-news .content .focus .swiper-pagination {
    left: auto;
    right: .2rem;
    bottom: .3rem;
    width: auto;
}

.home-news .content .focus .swiper-pagination-bullet {
    width: .22rem;
    height: .22rem;
    border: 1px #FFF solid;
    background: none;
    opacity: 1;
}

.home-news .content .focus .swiper-pagination-bullet-active {
    background-color: #FFF;
}

.home-news .content .tit {
    font-size: .3rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.4;
    margin-top: .1rem;
}

.home-news .content .more {
    text-decoration: underline;
    font-size: .18rem;
    line-height: 1.1;
    margin-top: .2rem;
}

.home-news .content .con {
    padding-right: .5rem;
    padding-top: .45rem;
}

.home-news .content .item {
    margin-bottom: .65rem;
}

.home-news .content .item .date {
    font-size: .18rem;
    color: #777777;
    line-height: 1.1;
}

.home-news .content .all {
    border: 4px #0061ab solid;
    line-height: .54rem;
    padding: 0 .4rem;
    color: #0061ab;
    text-transform: uppercase;
    font-size: .22rem;
    font-family: 'Montserrat-ExtraBold';
    z-index: 10;
}

.home-news .content .all::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #0061ab;
    z-index: -1;
}

.home-Builder {
    height: 5.08rem;
    margin-top: 1.1rem;
    overflow: hidden;
}

.home-Builder .text-con {
    position: absolute;
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    color: #FFF;
    padding-left: 4.4rem;
    padding-right: 4.4rem;
    width: 100%;
}

.home-Builder .title {
    font-size: .4rem;
    line-height: 1.1;
    font-family: 'Montserrat-ExtraBold';
    text-transform: uppercase;
}

.home-Builder .text {
    font-size: .21rem;
    line-height: 1.6;
    margin-top: .3rem;
}

.home-Builder .more {
    border: 4px #FFF solid;
    line-height: .5rem;
    padding: 0 .6rem 0 .35rem;
    text-transform: uppercase;
    color: #FFF;
    margin-top: .4rem;
    z-index: 10;
}

.home-Builder .more::after {
    content: '';
    position: absolute;
    top: 0;
    right: .2rem;
    width: .15rem;
    background: url(../images/more2.webp)no-repeat center;
    background-size: 100%;
    height: 100%;
}

.home-Builder .more::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #FFF;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: -1;
}

@media (min-width:1025px) {
    .home-car .content .r-con a:hover img,
    .home-car .content .pic1:hover img,
    .home-here .swiper-slide:hover .pic img,
    .home-sercon .r-con a:hover img,
    .home-sercon .pic1:hover img,
    .home-news .swiper-slide:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-about .text-con .more:hover,
    .home-sercon .r-con a:hover .more,
    .home-sercon .pic1:hover .more {
        text-decoration: underline;
    }
    .home-about .text-con .more:hover {
        color: #0061ab;
    }
    .home-about .text-con .more:hover::before {
        background-image: url(../images/more3.webp);
    }
    .home-about .text-con .more:hover::after,
    .home-sercon .pic1:hover .text-con .more::after,
    .home-sercon .r-con a:hover .text-con .more::after,
    .home-news .content .all:hover::after {
        width: 100%;
        z-index: -1;
    }
    .home-sercon .pic1:hover .text-con .more,
    .home-sercon .r-con a:hover .text-con .more {
        border-color: #0061ab;
    }
    .home-news .content .all:hover {
        color: #FFF;
        text-decoration: underline;
    }
    .home-Builder .more:hover::before {
        width: 100%;
    }
    .home-Builder .more:hover {
        color: #0061ab;
    }
    .home-Builder .more:hover::after {
        background-image: url(../images/more3.webp);
    }
}

@media (max-width:1199px) {
    .home-car .title,
    .home-news .title,
    .home-about .text-con .title,
    .home-here .title {
        font-size: 36px;
    }
    .home-car .text-con .tit {
        font-size: 24px;
    }
    .home-car .text-con .text {
        font-size: 16px;
        margin-right: 0;
        line-height: 1.6;display: none;
    }
    .home-car .content .tit,
    .home-Builder .title {
        font-size: 34px;
    }
    .home-about .text-con {
        margin-right:0;
    }
    .home-about .play {
        height: auto;
        width: 50%;
    }
    .home-about .text-con .tit,
    .home-here .full-text,
    .home-here .swiper-container .text-con .more,
    .home-news .content .all,
    .home-Builder .text {
        font-size: 17px;
    }
    .home-about .text-con .des,
    .home-news .content .focus .date,
    .home-news .content .more,
    .home-news .content .item .date {
        font-size: 15px;
    }
    .home-about .text-con .more {
        font-size: 17px;
        width: 210px;
        margin-top: .2rem;
    }
    .home-here .swiper-container .text-con .tit {
        font-size: 28px;
    }
    .home-here .swiper-container .text-con .txt {
        font-size: 20px;
    }
    .home-here .swiper-button-prev {
        left: 6.5rem;
    }
    .home-here .swiper-button-next {
        right: 6.5rem;
    }
    .home-sercon .pic1 .text-con {
        left: .2rem;
        right: .1rem;
        bottom: 1.2rem;
    }
    .home-sercon .r-con .text-con {
        left: .2rem;
        right: .8rem;
        bottom: .5rem;
    }
    .home-sercon .text-con .tit {
        font-size: 26px;
    }
    .home-sercon .text-con .des {
        font-size: 15px;
        line-height: 1.4;
    }
    .home-sercon .text-con .more {
        font-size: 15px;
        line-height: 40px;
    }
    .home-news .content .focus .text-con {
        padding: 0 .3rem;
    }
    .home-news .content .tit {
        font-size: 20px;
    }
    .home-Builder .more {
        line-height: 40px;
    }
    .home-Builder .text-con {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width:950px) {
    .home-car .title,
    .home-news .title {
        font-size: 32px;
    }
    .home-car .text-con .tit {
        font-size: 22px;
    }
    .home-car .content .tit,
    .home-Builder .title {
        font-size: 28px;
    }
    .home-about {
        padding-top: .5rem;
    }
    .home-about .text-con .des {
        line-height: 1.4;
    }
    .home-about .play {
        width: 100%;
        margin-top: .3rem;
    }
    .home-here .title {
        font-size: 26px;
    }
    .home-here .swiper-container .text-con .tit {
        font-size: 24px;
    }
    .home-here .swiper-container .text-con .txt,
    .home-news .content .tit {
        font-size: 17px;
    }
    .home-sercon .pic1,
    .home-sercon .r-con {
        width: 100%;
    }
	.home-news .content .item{margin-bottom: .45rem;}
    .home-sercon .r-con {
        display: flex;
    }
    .home-sercon .r-con a {
        width: 50%;
        padding-top: 37%;
        height: auto;
    }
    .home-sercon .pic1 {
        padding-top: 65%;
        height: auto;
    }
    .home-sercon img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .home-sercon .text-con .tit {
        font-size: 24px;
    }
    .home-Builder {
        height: 6rem;
    }
}

@media (max-width:767px) {
    .home-car .title,
    .home-news .title {
        font-size: 24px;
    }
    .home-car .text-con .tit {
        font-size: 19px;
    }
    .home-car .content .tit {
        font-size: 29px;
        left: 30px;
        bottom: 30px;
    }
    .home-car .content .pic1 {
        width: 100%;
        padding-top: 60%;
    }
    .home-car .content .r-con {
        width: 100%;
    }
    .home-car .content .r-con a {
        margin-top: .25rem;
        padding-top: 65%;
    }
    .home-car .content .con:last-child .pic1 {
        order: 1;
    }
    .home-car .content .con:last-child .r-con {
        order: 2;
    }
    .videoShow {
        width: 90%;
        height: 4.2rem;
    }
    .home-about .text-con .title {
        font-size: 28px;
    }
    .home-here .swiper-container .text-con {
        padding-left: 0;
        padding-right: 0;text-align: center;
    }
    .home-here .swiper-container .pic {
        height: 3.5rem;
    }
    .home-here .swiper-button-next {
        right: 40%;
        width: 35px;
        height: 35px;
    }
    .home-here .swiper-button-prev {
        left: 40%;
        width: 35px;
        height: 35px;
    }
    .home-here .swiper-container .text-con .more {
        font-size: 15px; display: none;
    }
    .home-sercon .pic1 .text-con {
        bottom: 50px;
    }
    .home-sercon .text-con .more {
        margin-top: 30px;
    }
    .home-sercon .text-con .des {
        margin-top: 20px;
    }
    .home-sercon .r-con .text-con {
        right: .3rem;
    }
    .home-sercon .r-con .text-con .des {
        margin-top: 15px;font-size: 14px;
    }
    .home-sercon .r-con .text-con .more {
        margin-top: 20px;padding-left: .25rem;font-size: 14px;
    }
    .home-sercon .text-con .tit,
    .home-Builder .title {
        font-size: 22px;
    }
    .home-sercon .r-con {
        display: block;
    }
    .home-sercon .r-con a {
        width: 100%;
        padding-top: 60%;
    }
	.home-news{margin-top: .6rem;}
	.home-news .content{margin-top: .6rem;}
    .home-news .content .focus {
        width: 100%;
        margin-right: 0;
    }
    .home-news .content .con {
        padding-left: .3rem;padding-bottom: .5rem;
    }
	.home-news .content .focus .swiper-slide{height: 4.6rem;}
    .home-Builder .text-con {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .home-Builder {
        height: 5.8rem;margin-top: .6rem;
    }
    .home-Builder .text {
        font-size: 15px;
        line-height: 1.4;
    }
}

@media (max-width:540px) {
    .home-sercon .pic1 {
        padding-top: 70%;
    }
    .home-sercon .pic1 .text-con {
        bottom: 35px;
    }
    .home-here .swiper-button-next {
        right: 38%;
    }
    .home-here .swiper-button-prev {
        left: 38%;
    }
}

.n-banner img {
    width: 100%;
}

.n-banner .title {
    font-family: 'Montserrat-ExtraBold';
    color: #FFF;
    text-transform: uppercase;
    left: 1.2rem;
    bottom: .5rem;
    line-height: 1.1;
    font-size: .86rem;
    position: absolute;
}

.n-banner .car {
    position: absolute;
    right: 1.2rem;
    bottom: -1rem;
    width: 6rem;
}

.pub-title {
    font-size: .4rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.1;
    text-transform: uppercase;
}


/* 联系我们 */

.contact {
    margin-top: .7rem;
    padding-right: 2.4rem;
}

.contact .des {
    font-size: .2rem;
    margin-top: .45rem;
    line-height: 1.7;
}

.contact .info {
    margin-top: .9rem;
}

.contact .info .item {
    border-right: 1px #c0c1c2 solid;
    padding-left: 1.1rem;
    padding-right: .6rem;
}

.contact .info .item:first-child {
    padding-left: 0;
}

.contact .info .item:last-child {
    border-right: 0;
}

.contact .info .tit {
    font-family: 'Montserrat-ExtraBold';
    font-size: .26rem;
    line-height: 1.1;
    margin-top: .2rem;
}

.contact .info .con {
    margin-top: .45rem;
}

.contact .info .con>div {
    line-height: .35rem;
    font-size: .22rem;
    line-height: 1.95;
    color: #666666;
    padding-left: .4rem;
    background-position: .1rem .1rem;
    background-repeat: no-repeat;
    background-size: .2rem;
}

.contact .info .con>div span {
    color: #000;
}

.contact .info .con .email {
    background-image: url(../images/email.webp);
}

.contact .info .con .tel {
    background-image: url(../images/tel.webp);
}

.contact .info .con .whatapp {
    background-image: url(../images/whatapp1.webp);
}

.contact .form {
    margin-top: 1.5rem;
}

.contact .form .content {
    margin-top: .75rem;
}

.contact .form .tit {
    font-size: .22rem;
    padding-left: .2rem;
    font-size: .22rem;
    line-height: 1.6;
    width: 1.55rem;
}

.contact .form .tit::before {
    content: '*';
    color: #e00101;
    position: absolute;
    left: 0;
    top: 0;
    font-size: .32rem;
}

.contact .form .input {
    border: 1px #cfcfcf solid;
    height: .72rem;
    padding-left: .2rem;
    font-size: .2rem;
    width: 100%;
}

.contact .form .group {
    width: 43%;
    margin-top: .3rem;
    margin-right: 3%;
}

.contact .form .group:nth-child(4) .tit::before {
    display: none;
}

.contact .form .group:nth-child(even) {
    width: 54%;
    margin-right: 0;
}

.contact .form .group:nth-child(even) .tit {
    width: 2.2rem;
}

.contact .form .textarea {
    border: 1px #cfcfcf solid;
    height: 2.5rem;
    padding-left: .2rem;
    font-size: .2rem;
    padding-top: .2rem;
    width: 100%;
}

.pub-other {
    border-top: 1px #e2e1e1 solid;
    margin-top: 1rem;
    padding-top: .75rem;
    margin-bottom: 1rem;
}

.pub-other .pub-title {
    text-transform: capitalize;
}

.pub-other .content {
    margin-top: .85rem;
}

.pub-other .item {
    width: 32%;
    margin-right: 2%;
    padding-bottom: .55rem;
}

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

.pub-other .item .pic {
    overflow: hidden;
    padding-top: 58%;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.pub-other .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.pub-other .item .tit {
    font-size: .28rem;
    line-height: 1.1;
    margin-top: .4rem;
    font-family: 'Montserrat-ExtraBold';
}

.pub-other .item .txt {
    font-size: .2rem;
    color: #56657a;
    line-height: .28rem;
    margin-top: .25rem;
    -webkit-line-clamp: 4
}

.pub-other .item .arrow {
    width: .37rem;
    height: .24rem;
    background: url(../images/arrow2.webp)no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (min-width:1025px) {
    .pub-other .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .pub-other .item:hover .arrow {
        transform: translateX(.2rem);
        -webkit-transform: translateX(.2rem);
        -moz-transform: translateX(.2rem);
        -ms-transform: translateX(.2rem);
        -o-transform: translateX(.2rem);
    }
}

@media (max-width:1199px) {
    .n-banner .title {
        font-size: 36px;
        left: .2rem;
    }
    .pub-title {
        font-size: 28px;
    }
    .contact {
        padding-right: .2rem;
    }
    .contact .des {
        font-size: 17px;
    }
    .contact .info .tit {
        font-size: 20px;
    }
    .contact .info .con>div,
    .pub-other .item .txt {
        font-size: 16px;
    }
    .contact .info .item {
        width: 33.333%;
        padding-right: .6rem;
        padding-left: .6rem;
    }
    .contact .form .tit {
        font-size: 19px;
        width: 120px;
    }
    .pub-other .item .tit {
        font-size: 22px;
    }
}

@media (max-width:950px) {
    .n-banner .title {
        font-size: 32px;
    }
    .pub-title {
        font-size: 24px;
    }
    .contact .info .item {
        width: 50%;
        border-right: 0;
    }
    .contact .info .item:last-child {
        padding-left: 0;
        margin-top: .3rem;
    }
    .contact .info .con>div {
        background-position: .1rem 10px;
    }
    .contact .form .group {
        width: 100% !important;
        margin-right: 0;
    }
    .contact .form .tit {
        width: 180px !important;
    }
    .pub-other .item .tit {
        font-size: 20px;
    }
    .pub-other .item .txt {
        line-height: 1.5;
    }
}

@media (max-width:767px) {
    .n-banner .title {
        font-size: 23px;
    }
	.pro-list .n-banner .title{ display: none;}
    .contact .des {
        display: none;
    }
    .contact .info {
        margin-top: .2rem;
    }
    .contact .info .item {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-top: .3rem;
    }
    .contact .form .tit {
        font-size: 17px;
    }
    .contact .form .group {
        display: block;
    }
    .pub-other .item {
        width: 100%;
        margin-bottom: .4rem;
    }
}


/* 下载 */

.download {
    margin-top: .75rem;
}

.download .sub {
    margin-top: .7rem;
}

.download .sub a {
    border: 1px #00163c solid;
    line-height: .65rem;
    padding: 0 .4rem;
    font-size: .21rem;
    margin-right: .3rem;
}

.download .sub a.on {
    background-color: #007ab5;
    color: #FFF;
    border-color: #007ab5;
}

.download .des {
    font-size: .2rem;
    line-height: 1.6;
    margin-top: .6rem;
}

.download .select {
    width: 3.75rem;
    height: .66rem;
    border: 1px #9d9fa2 solid;
    margin-top: .38rem;
}

.download .select .select-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.download .select .select-button {
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
    cursor: pointer;
    padding: 0 .4rem 0 .2rem;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: .21rem;
    text-transform: uppercase;
}

.download .select .select-down {
    position: absolute;
    top: 0;
    right: .2rem;
    height: 100%;
    width: .18rem;
    overflow: hidden;
    background: url(../images/arrow3.webp)no-repeat center;
}

.download .select .select-list {
    width: 100%;
    background: #fff;
    border: 1px solid #e8e8e8;
    display: none;
    z-index: 2;
    position: absolute;
    left: -1px;
    top: .66rem;
    overflow: hidden;
}

.download .select .select-list ul {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.download .select .select-list ul li {
    width: auto;
    padding-left: .2rem;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: .2rem;
    line-height: .5rem;
    height: .5rem;
}

.download .select .select-list ul li:nth-child(1) {
    display: none;
}

.download .select .select-list ul li.selected,
.download .select .select-list ul li:hover {
    color: #fff;
    background: #007ab5;
}

.download .list {
    margin-top: .75rem;
}

.download .list li {
    background-color: #fbfbfb;
    border: 1px #ededed solid;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    padding: .28rem .35rem;
    margin-top: .2rem;
}

.download .list li .icon {
    width: .67rem;
    margin-right: .45rem;
    overflow: hidden;
}

.download .list li .icon img {
    max-width: 100%;
    display: block;
}

.download .list li .tit {
    font-family: 'Montserrat-ExtraBold';
    font-size: .3rem;
    line-height: 1.2;
    margin-right: .3rem;
}

.download .list li .size {
    background: url(../images/mb.webp)no-repeat left center;
    padding-left: .6rem;
    background-size: .5rem;
    font-size: .21rem;
    color: #666;
    width: 1.9rem;
    margin-right: .2rem;
}

.download .list li .btn {
    width: 2.18rem;
    line-height: .69rem;
    background-color: #007ab5;
    color: #FFF;
    font-family: 'Montserrat-ExtraBold';
    font-size: .23rem;
    text-transform: uppercase;
}

.page {
    margin-top: .84rem;
}

.page a {
    line-height: .52rem;
    background-color: #f4f4f4;
    margin: 0 .05rem;
    padding: 0 .2rem;
    font-size: .19rem;
}

.page .prev,
.page .next {
    font-family: 'Montserrat-ExtraBold';
    font-size: .16rem;
    text-transform: uppercase;
}

.page a.on {
    background-color: #007ab5;
    color: #FFF;
}

@media (min-width:1025px) {
    .download .sub a:hover {
        background-color: #007ab5;
        color: #FFF;
        border-color: #007ab5;
    }
    .page a:hover {
        background-color: #007ab5;
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .download .sub a,
    .download .des,
    .download .select .select-button,
    .download .list li .btn,
    .page a {
        font-size: 16px;
    }
    .download .list li .tit {
        font-size: 21px;
    }
    .download .list li .size,
    .page .prev,
    .page .next,
    .download .select .select-list ul li {
        font-size: 15px;
    }
    .download .list li .size {
        width: 140px;
    }
    .download .list li .btn {
        width: auto;
        line-height: 40px;
        padding: 0 .2rem;
    }
    .download .sub a {
        line-height: 40px;
    }
    .download .select {
        width: 300px;
        height: 48px;
    }
    .download .select .select-list {
        top: 48px;
    }
    .download .select .select-list ul li {
        line-height: 40px;
        height: 40px;
    }
}

@media (max-width:950px) {
    .download .list li .tit {
        font-size: 17px;
    }
}

@media (max-width:767px) {
    .download .list li {
        padding: .2rem;
    }
    .download .list li .icon {
        margin-right: .2rem;
    }
    .download .list li .size {
        display: none;
    }
    .download .list li .btn {
        font-size: 15px;
    }
    .download .sub {
        margin-top: 10px;
    }
    .download .sub a {
        width: 48.5%;
        margin-right: 3%;
        text-align: center;
        margin-top: 10px;
    }
    .download .sub a:nth-child(even) {
        margin-right: 0;
    }
    .download .list li .icon {
        width: .4rem;
    }
}

@media (max-width:540px) {
    .download .sub a:last-child {
        width: 100%;margin-right: 0;
    }
    .download .list li .tit {
        margin-right: .1rem;
    }
    .download .list li .btn {
        font-size: .16rem;
        padding: 0 .1rem;
    }
}


/* 服务 */

.service {
    margin-top: .75rem;
}

.service .des {
    line-height: 1.7;
    font-size: .2rem;
    margin-top: .45rem;
    padding-right: 4.5rem;
}

.service .pic-con {
    margin-top: .8rem;
}

.service .pic-con .item {
    width: 32.5%;
    margin-right: 1.2%;
}

.service .pic-con .item:last-child {
    margin-right: 0;
}

.service .pic-con .item .pic {
    overflow: hidden;
}

.service .pic-con .item .tit {
    font-family: 'Montserrat-ExtraBold';
    font-size: .26rem;
    line-height: 1.1;
    margin-top: .4rem;
}

.service .pic-con .item .txt {
    font-size: .18rem;
    color: #56657a;
    margin-top: .3rem;
    line-height: 1.6;
}

.service .aftersales {
    background: url(../images/bg2.webp)no-repeat center;
    background-size: cover;
    height: 6.14rem;
    margin-top: 1.2rem;
    color: #FFF;
}

.service .aftersales .title {
    font-family: 'Montserrat-ExtraBold';
    font-size: .36rem;
    line-height: 1.1;
}

.service .aftersales .text {
    width: 7.8rem;
    line-height: 1.6;
    margin-top: .6rem;
    font-size: .18rem;
    margin-bottom: .3rem;
}

.service .shacman {
    background-color: #f3f3f4;
    padding-top: .8rem;
    padding-bottom: .8rem;
}

.service .shacman .pub-title {
    text-transform: capitalize;
}

.service .shacman .title-con {
    margin-top: .7rem;
}

.service .shacman .title-con>div {
    border: 1px #e6e6e6 solid;
    width: 20%;
    padding: .2rem .25rem;
    font-size: .23rem;
    font-family: 'Montserrat-ExtraBold';
    background-color: #FFF;
    height: 1.06rem;
}

.service .shacman .title-con>div.on {
    color: #FFF;
    background-color: #007ab5;
}

.service .shacman .content {
    margin-top: .7rem;
}

.service .shacman .content .txt {
    font-size: .18rem;
    line-height: 1.9;
    margin-right: .4rem;
    padding-top: .25rem;
}

.service .shacman .content .pic {
    width: 10.55rem;
}

.service .shacman .content .pic img {
    width: 100%;
}

.service .Remote {
    margin-top: .8rem;
}

.service .Remote .pub-title {
    text-transform: capitalize;
}

.service .Remote .card {
    width: 49%;
    margin-right: 2%;
    margin-top: .7rem;
}

.service .Remote .card:nth-child(even) {
    margin-right: 0;
}

.service .Remote .card .tit {
    font-size: .26rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.1;
    margin-top: .4rem;
}

.service .Remote .card .txt {
    font-size: .18rem;
    color: #56657a;
    line-height: 1.6;
    margin-top: .3rem;
}

@media (max-width:1199px) {
    .service .des {
        font-size: 17px;
        padding-right: 0;
    }
    .service .pic-con .item .tit,
    .service .Remote .card .tit {
        font-size: 22px;
    }
    .service .pic-con .item .txt,
    .service .shacman .content .txt,
    .service .Remote .card .txt {
        font-size: 15px;
    }
    .service .aftersales {
        background-attachment: inherit;
    }
    .service .aftersales .title {
        font-size: 26px;
    }
    .service .aftersales .text {
        width: 65%;
        font-size: 15px;
    }
    .service .shacman .title-con>div {
        font-size: 19px;
        width: 33.333%;
    }
    .service .shacman .content .pic {
        width: 50%;
    }
    .service .shacman .content .txt {
        padding-top: 0;
    }
}

@media (max-width:950px) {
    .service .aftersales {
        height: auto;
        padding-top: .5rem;
        padding-bottom: .4rem;
    }
    .service .aftersales .text {
        width: 75%;
    }
    .service .shacman .title-con>div {
        font-size: 17px;
        height: auto;
    }
    .service .shacman .content .pic {
        width: 100%;
        order: 1;
    }
    .service .shacman .content .txt {
        order: 2;
    }
}

@media (max-width:767px) {
    .service .shacman .title-con {
        margin-top: .3rem;
    }
    .service .shacman .title-con>div {
        width: 50%;
    }
    .service .pic-con {
        margin-top: .2rem;
    }
    .service .pic-con .item {
        width: 100%;
        margin-right: 0;
        margin-top: .3rem;
    }
    .service .aftersales .text {
        width: 100%;
    }
}

@media (max-width:540px) {
    .service .Remote .card {
        width: 100%;
        margin-right: 0;
    }
}


/* 视频 */

.Video {
    margin-top: .8rem;
}

.Video .search {
    width: 4.95rem;
    height: .63rem;
    border: 1px #d5d5d5 solid;
}

.Video .search input[type='text'] {
    padding-left: .2rem;
    font-size: .22rem;
}

.Video .search input[type='text']::placeholder {
    text-transform: uppercase;
    color: #ababab;
}

.Video .search button,
.Video .search input[type='submit'] {
    background: url(../images/search1.webp)no-repeat center;
    width: .5rem;
    background-size: .5rem;
    margin-right: .2rem;
}

.Video .des {
    font-size: .19rem;
    line-height: 2;
    padding-right: 6.4rem;
    margin-top: .2rem;
}

.Video .content {
    margin-top: .6rem;
}

.Video .content .item {
    background-color: #001130;
    overflow: hidden;
    width: 32.75%;
    margin-right: .85%;
    padding-top: 18.6%;
    cursor: pointer;
    margin-top: .3rem;
}

.Video .content .item:nth-of-type(3n) {
    margin-right: 0;
}

.Video .content .item img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .65;
}

.Video .content .item span {
    position: absolute;
    right: .3rem;
    bottom: .3rem;
    width: .45rem;
    height: .45rem;
    background: url(../images/play.webp)no-repeat center;
    background-size: 100%;
    z-index: 10;
}

.Video .content .item .tit {
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.2;
    font-size: .22rem;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: .25rem;
    padding: 0 .8rem 0 .35rem;
    z-index: 10;
    color: #FFF;
}

@media (min-width:1025px) {
    .Video .content .item:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:1199px) {
    .Video .des {
        font-size: 17px;
        padding-right: 0;display: none;
    }
    .Video .content .item .tit {
        font-size: 15px;
    }
}

@media (max-width:950px) {
    .Video .search {
        width: 100%;
        margin-top: .3rem;
        height: 40px;
    }
    .Video .content .item {
        width: 49%;
        margin-right: 2%;
        padding-top: 29%;
    }
    .Video .content .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .Video .content .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .Video .search input[type='text'] {
        font-size: 15px;
    }
}

@media (max-width:540px) {
    .Video .content .item {
        width: 100%;
        margin-right: 0;
        padding-top: 55%;
    }
}


/* 配件 */

.Parts {
    margin-top: .7rem;
}

.Parts .pub-title {
    text-transform: capitalize;
}

.Parts .des {
    font-size: .2rem;
    line-height: 1.75;
    padding-right: 4.65rem;
    color: #000;
}

.Parts .des p {
    margin-top: .4rem;
}

.Parts .pic-con {
    margin-top: .65rem;
}

.Parts .pic-con .pic {
    margin-bottom: .75rem;
}

.Parts .pic-con img {
    max-width: 100%;
}

.Parts .pic-con .text {
    font-size: .19rem;
    line-height: 1.6;
    border-left: 10px #007ab5 solid;
    margin-top: .35rem;
    padding-left: .4rem;
}

.Parts .Genuine {
    border-top: 1px #dbdbdb solid;
    margin-top: .8rem;
    padding-top: .75rem;
}

.Parts .Genuine .des {
    margin-top: .45rem;
    padding-right: 3.7rem;
}

.Parts .Genuine .card {
    width: 32%;
    margin-right: 2%;
    margin-top: .8rem;
    color: #000;
}

.Parts .Genuine .card:last-child {
    margin-right: 0;
}

.Parts .Genuine .card .pic {
    overflow: hidden;
}

.Parts .Genuine .card .tit {
    font-family: 'Montserrat-ExtraBold';
    font-size: .26rem;
    line-height: 1.1;
    margin-top: .4rem;
}

.Parts .Genuine .card .txt {
    font-size: .18rem;
    line-height: 1.6;
    margin-top: .3rem;
}

.Parts .tools {
    border-top: 1px #dbdbdb solid;
    margin-top: 1.3rem;
    padding-top: 1.25rem;
}

.Parts .tools .con .pic {
    width: 9rem;
}

.Parts .tools .con .pic img {
    width: 100%;
}

.Parts .tools .con .txt-con {
    margin-right: .8rem;
}

.Parts .tools .con .txt {
    font-size: .22rem;
    line-height: 1.5;
    margin-top: .55rem;
}

.Parts .tools .item {
    width: 23.5%;
    margin-right: 2%;
    margin-top: 1.25rem;
    background-color: #FFF;
    box-shadow: 0 0 .15rem rgba(0, 0, 0, 0.15);
    padding: .5rem .3rem;
}

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

.Parts .tools .item .tit {
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.4;
    font-size: .22rem;
    padding-left: .3rem;
    height: .6rem;
}

.Parts .tools .item .tit::before {
    content: '';
    position: absolute;
    left: .05rem;
    top: .1rem;
    width: .14rem;
    height: .14rem;
    background-color: #007ab5;
}

.Parts .tools .item .text {
    margin-top: .25rem;
    line-height: 1.5;
    font-size: .17rem;
}

.Parts .tools .item:nth-child(odd) {
    background: #FFF url(../images/tbg.webp)no-repeat 95% 95%;
    background-size: 1.3rem;
}

@media (max-width:1199px) {
    .Parts .des {
        font-size: 17px;
        padding-right: 0 !important;
    }
    .Parts .pic-con .text,
    .Parts .Genuine .card .txt,
    .Parts .tools .item .text {
        font-size: 15px;
    }
    .Parts .Genuine .card .tit {
        font-size: 21px;
    }
    .Parts .tools .con .txt,
    .Parts .tools .item .tit {
        font-size: 17px;
    }
    .Parts .tools .con .pic {
        width: 55%;
    }
    .Parts .tools .item {
        width: 49%;
        margin-top: .4rem;
    }
    .Parts .tools .item:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .Parts .Genuine .card {
        width: 100%;
        margin-right: 0;
    }
    .Parts .tools .con .txt-con {
        margin-right: 0;
    }
    .Parts .tools .con .pic {
        width: 100%;
        margin-top: .3rem;
    }
    .Parts .tools .item {
        width: 100%;
        margin-right: 0;
    }
    .Parts .tools .item .tit {
        height: auto;
    }
}


/* 客户故事 */

.story {
    margin-top: .8rem;
}

.story .search {
    width: 4.95rem;
    height: .63rem;
    border: 1px #d5d5d5 solid;
}

.story .search input[type='text'] {
    padding-left: .2rem;
    font-size: .22rem;
}

.story .search input[type='text']::placeholder {
    text-transform: uppercase;
    color: #ababab;
}

.story .search button,
.story .search input[type='submit'] {
    background: url(../images/search1.webp)no-repeat center;
    width: .5rem;
    background-size: .5rem;
    margin-right: .2rem;
}

.story .des {
    font-size: .19rem;
    line-height: 2;
    padding-right: 6.4rem;
    margin-top: .2rem;
}

.story .item {
    width: 32%;
    margin-right: 2%;
    margin-top: .75rem;
}

.story .item:nth-of-type(3n) {
    margin-right: 0;
}

.story .item .pic {
    overflow: hidden;
    padding-top: 64%;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
}

.story .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.story .item .date {
    color: #888888;
    font-size: .24rem;
    line-height: 1.1;
    margin-top: .2rem;
}

.story .item .tit {
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.35;
    font-size: .27rem;
    margin-top: .25rem;
    text-transform: uppercase;
}

@media (min-width:1025px) {
    .story .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:1199px) {
    .story .des {
        font-size: 17px;
        padding-right: 0;display: none;
    }
    .story .item .date {
        font-size: 17px;
    }
    .story .item .tit {
        font-size: 19px;
    }
}

@media (max-width:950px) {
    .story .search {
        width: 100%;
        margin-top: .3rem;
        height: 40px;
    }
    .story .content .item {
        width: 49%;
    }
    .story .content .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .story .content .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .story .search input[type='text'] {
        font-size: 15px;
    }
}

@media (max-width:540px) {
    .story .content .item {
        width: 100%;
        margin-right: 0;
    }
}


/* 新闻 */

.news {
    margin-top: .7rem;
    margin-bottom: 1.75rem;
}

.news .pub-title {
    font-size: .51rem;
}

.news .search {
    width: 4.95rem;
    height: .63rem;
    border: 1px #d5d5d5 solid;
}

.news .search input[type='text'] {
    padding-left: .2rem;
    font-size: .22rem;
}

.news .search input[type='text']::placeholder {
    text-transform: uppercase;
    color: #ababab;
}

.news .search button,
.news .search input[type='submit'] {
    background: url(../images/search1.webp)no-repeat center;
    width: .5rem;
    background-size: .5rem;
    margin-right: .2rem;
}

.news .des {
    font-size: .2rem;
    line-height: 1.6;
    padding-right: 6.4rem;
    margin-top: .25rem;
}

.news .item {
    width: 49%;
    margin-right: 2%;
    margin-top: .85rem;
}

.news .item:nth-child(even) {
    margin-right: 0;
}

.news .item .date {
    width: 1.3rem;
    height: 1.65rem;
    background-color: #f4f4f4;
    font-size: .19rem;
    color: #a5a5a5;
    line-height: 1.3;
}

.news .item .date span {
    font-size: .54rem;
    font-family: 'Montserrat-ExtraBold';
    margin-top: .25rem;
}

.news .item .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 56.8%;
}

.news .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.news .item .tit {
    font-size: .27rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.4;
    color: #000;
    margin-top: .3rem;
    height: .76rem;
}

.news .item .txt {
    font-size: .23rem;
    line-height: 1.3;
    color: #888888;
    margin-top: .35rem;
}

.d-banner {
    overflow: hidden;
}

.d-banner img {
    height: 2.55rem;
}

.d-banner .title {
    position: absolute;
    color: #FFF;
    left: 1.2rem;
    font-family: 'Montserrat-ExtraBold';
    bottom: .3rem;
    font-size: .34rem;
    text-transform: uppercase;
}

.crumbs-con {
    background-color: #f2f2f2;
    line-height: .9rem;
}

.crumbs {
    font-size: .2rem;
    color: #777777;
}

.crumbs a {
    color: #777;font-size: .21rem;
}

.crumbs-con .back {
    font-family: 'Montserrat-ExtraBold';
    font-size: .24rem;
}

.news-details {
    margin-top: .7rem;
}

.news-details .sidebar {
    width: 3.45rem;
}

.news-details .sidebar .title {
    font-size: .27rem;
    line-height: 1.1;
    font-family: 'Montserrat-ExtraBold';
}

.news-details .sidebar .item {
    margin-top: .25rem;
}

.news-details .sidebar .item .pic {
    overflow: hidden;
    padding-top: 58%;
    width: 100%;
}

.news-details .sidebar .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.news-details .sidebar .item .tit {
    font-family: 'Montserrat-ExtraBold';
    font-size: .18rem;
    line-height: 1.55;
    margin-top: .15rem;
}

.news-details .content {
    margin-right: 1.5rem;
}

.news-details .content h1 {
    font-size: .37rem;
    line-height: 1.1;
    font-family: 'Montserrat-ExtraBold';
    margin-top: .2rem;
}

.news-details .content .info {
    font-size: .18rem;
    color: #888;
    line-height: 1.1;
    margin-top: .28rem;
}

.news-details .content .info span {
    margin-right: .2rem;
}

.news-details .content .body {
    font-size: .21rem;
    line-height: 1.45;
    margin-top: .5rem;margin-bottom: 1rem;
}

.news-details .content .body p {
    margin-bottom: .3rem;
}

.news-details .content .body img {
    max-width: 100%;
}

.news-details .content .prev-next a {
    font-size: .23rem;
    line-height: .53rem;
    margin-top: .2rem;
    font-family: 'Montserrat-ExtraBold';
}

.news-details .content .prev-next a span {
    font-size: .19rem;
    text-transform: uppercase;
    width: 1.6rem;
    background-color: #0061ab;
    color: #FFF;
    padding-left: .3rem;
    margin-right: .25rem;
}

@media (min-width:1025px) {
    .news .item:hover .pic img,
    .news-details .sidebar .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .news .item:hover .date {
        background-color: #0061ab;
        color: #FFF;
    }
    .crumbs a:hover {
        color: #0061ab;
    }
    .news .item:hover .tit {
        color: #0061ab;
    }
}

@media (max-width:1199px) {
    .news .pub-title {
        font-size: 32px;
    }
    .news .des {
        font-size: 16px;
        padding-right: 0;display: none;
    }
    .news .item .date {
        font-size: 14px;
        width: 70px;
        height: 80px;
    }
    .news .item .date span {
        font-size: 28px;
    }
    .news .item .tit {
        font-size: 19px;
        height: 60px;
    }
    .news .item .txt {
        font-size: 17px;
        margin-top: .2rem;
    }
    .d-banner .title {
        left: .2rem;
        font-size: 19px;display: none;
    }
	.d-banner img{height: auto;}
    .news-details{margin-top: .3rem;}
    .crumbs,
    .news-details .sidebar .item .tit,
    .news-details .content .info,
    .news-details .content .prev-next a span {
        font-size: 15px;
    }
    .crumbs-con .back,
    .news-details .content .body,
    .news-details .content .prev-next a {
        font-size: 16px;
    }
    .news-details .sidebar .title {
        font-size: 21px;
    }
    .news-details .content h1 {
        font-size: 23px;
    }
    .news-details .content {
        margin-right: .7rem;
    }
    .news-details .content .prev-next a span {
        width: 100px;
    }
}

@media (max-width:950px) {
    .news .search {
        width: 100%;
        margin-top: .3rem;
        height: 40px;
    }
    .news .search input[type='text'] {
        font-size: 15px;
    }
}

@media (max-width:767px) {
    .news .item {
        margin-top: .3rem;
        width: 100%;
        margin-right: 0;
    }
    .news-details .sidebar {
        width: 100%;
        margin-top: .5rem;
    }
    .news-details .content {
        margin-right: 0;
    }
}


/* 我们是谁 */

.Who {
    margin-top: .7rem;
    color: #000;
}

.Who .des {
    padding-right: 6.6rem;
    font-size: .23rem;
    line-height: 1.55;
}

.Who .o-story {
    margin-top: .9rem;
}

.Who .o-story .pic {
    width: 10.23rem;
    overflow: hidden;
    margin-right: .7rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
}

.Who .o-story .title {
    font-size: .36rem;
    line-height: 1.1;
    font-family: 'Montserrat-ExtraBold';
    margin-top: .55rem;
}

.Who .o-story .text {
    font-size: .2rem;
    line-height: 1.6;
    margin-top: .5rem;
    color: #000;
}

.Who .o-story .more {
    font-size: .22rem;
    font-family: 'Montserrat-ExtraBold';
    background: url(../images/arrow4.webp)no-repeat right center;
    padding-right: .6rem;
    background-size: .38rem;
    margin-top: .5rem;
    color: #000
}

.Who .con {
    margin-top: .65rem;
}

.Who .con .item {
    width: 48.5%;
    margin-right: 3%;
    padding-bottom: 1rem;
}

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

.Who .con .item .pic {
    overflow: hidden;
    width: 100%;
    padding-top: 57.3%;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.Who .con .item img {
    position: absolute;
    left: 0;
    top: 0;
}

.Who .con .item .tit {
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.1;
    margin-top: .6rem;
    font-size: .36rem;
}

.Who .con .item .text {
    font-size: .2rem;
    line-height: 1.6;
    color: #000;
    margin-top: .45rem;
}

.Who .con .item .more {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .22rem;
    font-family: 'Montserrat-ExtraBold';
    background: url(../images/arrow4.webp)no-repeat right center;
    padding-right: .6rem;
    background-size: .38rem;
    color: #000
}

.Who .o-brand {
    background-color: #edecec;
    margin-top: 1.15rem;
    padding-top: .6rem;
    padding-bottom: .7rem;
}

.Who .o-brand .o-story {
    margin-top: 0;
}

.Who .o-brand .o-story .title {
    margin-top: 1.1rem;
}

.Who .o-brand .o-story .pic {
    margin-right: 0;
    margin-left: .9rem;
}

.Who .last {
    margin-top: 1.3rem;
}

@media (min-width:1025px) {
    .Who .o-story:hover .pic img,
    .Who .con .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .Who .o-story:hover .more,
    .Who .con .item:hover .more {
        transform: translateX(.2rem);
        -webkit-transform: translateX(.2rem);
        -moz-transform: translateX(.2rem);
        -ms-transform: translateX(.2rem);
        -o-transform: translateX(.2rem);
    }
}

@media (max-width:1199px) {
    .Who .des {
        padding-right: 0;
        font-size: 17px;
    }
    .Who .o-story .title {
        font-size: 27px;
    }
    .Who .o-story .text,
    .Who .con .item .text {
        font-size: 17px;
    }
    .Who .o-story .more,
    .Who .con .item .more {
        font-size: 19px;
    }
    .Who .o-story .pic {
        width: 50%;
    }
    .Who .con .item .tit {
        font-size: 25px;
    }
    .Who .o-brand .o-story .title {
        margin-top: .4rem;
    }
    .Who .o-story .pic {
        width: 100%;
        margin-right: 0;
        margin-left: 0 !important;
        order: 1;
    }
    .Who .o-story .flex-1 {
        order: 2;
    }
}

@media (max-width:767px) {
    .Who .last,
    .Who .con,
    .Who .o-story {
        margin-top: .3rem;
    }
    .Who .con .item {
        width: 100%;
        margin-right: 0;
        margin-top: .5rem;
    }
}


/* 我们的故事 */

.our-story {
    margin-top: .75rem;
}

.our-story .des {
    padding-right: 4.5rem;
    font-size: .23rem;
    color: #000;
    line-height: 1.55;
}

.our-story .m1 {
    margin-top: .9rem;
}

.our-story .num-box {
    background-color: #f9fafb;
    padding: .8rem 1rem;
    margin-top: .9rem;
}

.our-story .num-box .num {
    font-size: .21rem;
}

.our-story .num-box .counter,
.our-story .num-box .plus {
    color: #0061ab;
    font-family: 'Montserrat-ExtraBold';
    font-size: .8rem;
    line-height: 1;
}

/* .our-story .num-box .counter::after {
    content: '+';
} */

.our-story .num-box .null::after {
    display: none;
}

.our-story .num-box .txt {
    font-size: .22rem;
    line-height: 1.1;
    margin-top: .15rem;
}

.our-story .brand-pro {
    margin-top: .5rem;
    border-top: 1px #d6d5d5 solid;
    padding-top: 1.1rem;
}

.our-story .brand-pro .title {
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.1;
    font-size: .51rem;
    text-transform: uppercase;
    color: #000;
}

.our-story .brand-pro .des {
    margin-top: .6rem;
    padding-right: 3.8rem;
}

.our-story .brand-pro .pic-con {
    margin-top: .85rem;
    margin-bottom: .95rem;
}

.our-story .brand-pro .pic-con .pic {
    width: 24%;
    overflow: hidden;
    padding-top: 16%;
    margin-right: 1.25%;
}

.our-story .brand-pro .pic-con .pic:last-child {
    margin-right: 0;
}

.our-story .brand-pro .pic-con .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.our-story .brand-pro .des p {
    margin-top: .3rem;
}

.our-story .rd {
    margin-top: 1.55rem;
}

.our-story .rd .title {
    font-family: 'Montserrat-ExtraBold';
    font-size: .51rem;
    color: #000;
    line-height: 1.1;
    text-transform: uppercase;
}

.our-story .rd .item {
    background-color: #f9fafb;
    margin-top: .6rem;
    width: 32%;
    margin-right: 2%;
    font-family: 'Montserrat-ExtraBold';
    font-size: .25rem;
    color: #0a0a4d;
    padding: .4rem .2rem;
    line-height: 1.3;
}

.our-story .rd .item:last-child {
    margin-right: 0;
}

.our-story .rd .item .tit {
    padding-left: .38rem;
}

.our-story .rd .item .tit::before {
    content: '';
    position: absolute;
    left: 0;
    top: .05rem;
    width: .16rem;
    height: .16rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #0a0a4d;
}

.our-story .rd .des {
    margin-top: .75rem;
}

.our-story .rd .num-box .counter {
    font-size: .9rem;
}

@media (max-width:1199px) {
    .our-story .des {
        font-size: 17px;
        padding-right: 0 !important;
    }
    .our-story .num-box {
        padding: .5rem .7rem;
    }
    .our-story .num-box .txt {
        font-size: 17px;
    }
    .our-story .num-box .counter,
    .our-story .rd .num-box .counter {
        font-size: 36px;
    }
    .our-story .brand-pro .title,
    .our-story .rd .title {
        font-size: 34px;
    }
    .our-story .rd .item {
        font-size: 17px;
    }
    .our-story .num-box .num {
        font-size: 15px;
    }
}

@media (max-width:950px) {
    .our-story .num-box .counter,
    .our-story .rd .num-box .counter {
        font-size: 31px;
    }
    .our-story .brand-pro .title,
    .our-story .rd .title {
        font-size: 31px;
    }
    .our-story .brand-pro .pic-con {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .our-story .brand-pro .pic-con .pic {
        width: 49%;
        margin-right: 2%;
        padding-top: 33%;
        margin-top: .2rem;
        margin-bottom: .2rem;
    }
    .our-story .brand-pro .pic-con .pic:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .our-story .num-box {
        padding: .2rem .3rem;
    }
    .our-story .num-box .card {
        width: 50%;
        text-align: center;
        margin-top: .2rem;
        margin-bottom: .2rem;
    }
    .our-story .rd .item {
        width: 100%;
        margin-top: .3rem;
    }
}

@media (max-width:540px) {
    .our-story .num-box .card {
        width: 100%;
    }
    .our-story .brand-pro .pic-con .pic {
        width: 100%;
        margin-right: 0;
        padding-top: 65%;
        margin-top: .2rem;
        margin-bottom: 0;
    }
}


/* 承诺 */

.our-comm {
    margin-top: .8rem;
}

.our-comm .des {
    font-size: .23rem;
    line-height: 1.55;
    padding-right: 4.7rem;
}

.our-comm .con .card{
    margin-top: 1.15rem;
}

.our-comm .con .card .pic {
    width: 9.53rem;
    overflow: hidden;
}

.our-comm .con .card .pic img {
    width: 100%;
}

.our-comm .con .card .txt-con {
    margin-right: .5rem;
}

.our-comm .con .card:nth-of-type(even) {
    flex-direction: row-reverse;
}
.our-comm .con .card:nth-of-type(even) .txt-con {
    margin-right: 0;
    margin-left: .5rem;
}

.our-comm .tit {
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.1;
    font-size: .34rem;
}

.our-comm .con .card .tit {
    margin-top: .65rem;
}

.our-comm .con .card .txt {
    font-size: .22rem;
    line-height: 1.6;
    margin-top: .5rem;
}

.our-comm .con .last .pic {
    margin-right: .5rem;
}

.our-comm .con .last .txt-con {
    margin-right: 0;
}

.our-comm .con .last .tit {
    margin-top: .4rem;
}

.our-comm .con .last .txt {
    margin-top: .3rem;
}

.our-comm .ad {
    padding-left: .6rem;
    padding-right: .6rem;
    margin-top: .7rem;
}

.our-comm .ad img {
    width: 100%;
}

.our-comm .Owning {
    margin-top: 1rem;
}

.our-comm .Owning .text {
    font-size: .22rem;
    line-height: 1.75;
    margin-top: .4rem;
}

.our-comm .Owning .con {
    margin-top: .9rem;
}

@media (max-width:1199px) {
    .our-comm .des {
        padding-right: 0;
        font-size: 17px;
    }
    .our-comm .con .card .pic {
        width: 50%;
    }
    .our-comm .tit {
        font-size: 23px;
    }
    .our-comm .con .card .txt {
        font-size: 16px;
    }
    .our-comm .Owning .text {
        font-size: 16px;
    }
    .our-comm .ad {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

@media (max-width:950px) {
    .our-comm .con .card .pic {
        width: 100%;
        order: 1;
    }
    .our-comm .con .card .txt-con {
        order: 2;
        margin-right: 0;
        margin-left: 0;
    }
    .our-comm .con .card:nth-of-type(even) .txt-con {
        margin-left: 0;
    }
}

@media (max-width:767px) {
    .our-comm .con,
    .our-comm .con .card.last {
        margin-top: .5rem;
    }
}


/* 我们的品牌 */

.brand {
    margin-top: .8rem;
}

.brand .des {
    font-size: .22rem;
    line-height: 1.6;
    padding-right: 4rem;
}

.brand .Design-con {
    margin-top: 1.1rem;
}

.brand .Design-con .content {
    margin-top: .95rem;
}

.brand .Design-con .title-con {
    width: 3.2rem;
}

.brand .Design-con .title-con span {
    background-color: #FFF;
    line-height: 1.14rem;
    font-family: 'Montserrat-ExtraBold';
    font-size: .23rem;
    color: #000;
    border: 1px #e6e6e6 solid;
    padding-left: .2rem;
    cursor: pointer;
    text-transform: uppercase;
}

.brand .Design-con .title-con span::after {
    content: '';
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #000 solid;
    background: url(../images/arrow.svg)no-repeat center;
    background-size: .18rem;
}

.brand .Design-con .title-con span.on {
    background-color: #0061ab;
    color: #FFF;
}

.brand .Design-con .title-con span.on::after {
    background-image: url(../images/arrow-on.svg);
    border-color: #FFF;
}

.brand .Design-con .con {
    background-color: #f3f3f4;
}

.brand .Design-con .con .text {
    font-size: .18rem;
    padding: .45rem .3rem .45rem .5rem;
    line-height: 1.75;
}

.brand .Design-con .con .pic {
    width: 6.85rem;
    overflow: hidden;
}

.brand .TruckVision {
    margin-top: 1.4rem;
}

.brand .TruckVision .des {
    margin-top: .35rem;
    padding-right: 4.6rem;
}

.brand .pic-con {
    width: 100%;
    height: 4.96rem;
    background: url(../images/img49.webp)no-repeat center;
    background-size: cover;
    margin-top: .4rem;
    color: #FFF;
    overflow: hidden;
    background-attachment: fixed;
}

.brand .pic-con .title {
    font-size: .48rem;
    line-height: 1.1;
    font-family: 'Montserrat-ExtraBold';
    text-transform: uppercase;
    margin-top: 1.4rem;
}

.brand .pic-con .text {
    font-size: .26rem;
    line-height: 1.5;
    padding: 0 1.45rem;
    margin-top: .3rem;
}

.brand .level {
    margin-top: .25rem;
}

.brand .level .item {
    width: 31%;
    background-color: #FFF;
    height: 2.95rem;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    margin-top: .4rem;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.1);
    margin-right: 2.8%;
}

.brand .level .item:nth-of-type(3n) {
    margin-right: 0;
}

.brand .level .item .tit {
    background-color: #0061ab;
    color: #FFF;
    font-family: 'Montserrat-ExtraBold';
    line-height: .6rem;
    font-size: .27rem;
    padding-left: .35rem;
    text-transform: uppercase;
}

.brand .level .item .text {
    font-size: .18rem;
    line-height: 1.6;
    padding: .4rem .35rem;
}

.brand .ad {
    margin-top: .9rem;
}

.brand .ad img {
    width: 100%;
}

.brand .info .item {
    width: 32%;
    overflow: hidden;
    margin-top: .7rem;
}

.brand .info .item .tit {
    font-size: .26rem;
    color: #000;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.1;
    margin-top: .4rem;
}

.brand .info .item .text {
    font-size: .2rem;
    color: #56657a;
    line-height: 1.4;
    margin-top: .3rem;
}

.brand .text-content {
    background-color: #f9fafb;
    margin-top: 1.2rem;
}

.brand .text-content .pic {
    width: 8.18rem;
}

.brand .text-content .box {
    padding: 1.1rem .8rem .5rem .8rem;
}

.brand .text-content .text {
    font-size: .22rem;
    line-height: 1.6;
    margin-top: .45rem;
}

@media (max-width:1199px) {
    .brand .des {
        font-size: 17px;
        padding-right: 0;
    }
    .brand .Design-con .title-con {
        width: 100%;
        display: flex;
        flex-flow: wrap;
    }
    .brand .Design-con .title-con span {
        width: 25%;
        font-size: 17px;
        line-height: 80px;
    }
    .brand .Design-con .title-con span::after {
        display: none;
    }
    .brand .Design-con .con .text,
    .brand .level .item .text,
    .brand .info .item .text {
        font-size: 15px;
    }
    .brand .TruckVision .des {
        padding-right: 0;
    }
    .brand .level .item .tit {
        font-size: 19px;
        line-height: 50px;
    }
    .brand .level .item {
        height: auto;
    }
    .brand .info .item .tit {
        font-size: 21px;
    }
    .brand .text-content .box {
        padding: .8rem .6rem;
    }
    .brand .text-content .text,
    .brand .pic-con .text {
        font-size: 16px;
    }
    .brand .pic-con .title {
        font-size: 25px;
    }
    .brand .pic-con {
        background-attachment: local;
    }
}

@media (max-width:950px) {
    .brand .level .item {
        width: 48.5%;
        margin-right: 3%;
    }
    .brand .level .item:nth-of-type(3n) {
        margin-right: 3%;
    }
    .brand .level .item:nth-child(even) {
        margin-right: 0;
    }
    .brand .text-content .pic {
        width: 100%;
    }
    .brand .text-content .pic {
        line-height: 70px;
    }
    .brand .pic-con .text {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:767px) {
    .brand .Design-con .title-con span {
        width: 50%;
    }
    .brand .TruckVision {
        margin-top: .7rem;
    }
    .brand .text-content .box {
        padding: .5rem .3rem;
    }
}

@media (max-width:600px) {
    .brand .info .item {
        width: 100%;
    }
    .brand .level .item {
        width: 100%;
        margin-right: 0;
    }
    .brand .pic-con .title {
        margin-top: .6rem;
    }
}


/* 生产制造 */

.Quality {
    margin-top: .75rem;
}

.Quality .des {
    padding-right: 5rem;
    font-size: .22rem;
    line-height: 1.6;
}

.Quality .num-box {
    background-color: #f9fafb;
    padding: 1.1rem .5rem .55rem .5rem;
    margin-top: .4rem;
}

.Quality .num-box .item {
    margin-bottom: .75rem;
    font-size: .19rem;
    margin-right: 1rem;
}

.Quality .num-box .item:nth-child(4),
.Quality .num-box .item:last-child {
    margin-right: 0;
}

.Quality .num-box .item:nth-child(5),
.Quality .num-box .item:nth-child(6),
.Quality .num-box .item:nth-child(7) {
    margin-bottom: 0;
}

.Quality .num-box .counter {
    color: #0061ab;
    font-size: .8rem;
    line-height: 1.1;
    font-family: 'Montserrat-ExtraBold';
}

.Quality .num-box .item .text {
    line-height: 1.1;
    margin-top: .15rem;
}

.Quality .autopilot {
    margin-top: 1.3rem;
}

.Quality .autopilot .text {
    font-size: .2rem;
    line-height: 1.6;
    margin-top: .35rem;
}

.Quality .autopilot .con {
    margin-top: .85rem;
}

.Quality .autopilot .card {
    width: 24%;
}

.Quality .autopilot .card:last-child {
    margin-right: 0;
}

.Quality .autopilot .card .pic img {
    width: 100%;
}

.Quality .autopilot .card .title {
    font-size: .19rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.55;
    margin-top: .15rem;
    color: #000;
    height: .6rem;
}

.Quality .autopilot .card .tit {
    padding-left: .2rem;
    font-size: .17rem;
    color: #000;
    margin-top: .2rem;
}

.Quality .autopilot .card .tit::after {
    content: '';
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #0061ab;
    left: 0;
    top: .1rem;
    position: absolute;
}

.Quality .autopilot .card p {
    padding-left: .2rem;
    font-size: .17rem;
    color: #666;
    line-height: 1.25;
}

.Quality .wrap {
    margin-top: 1.5rem;
}

.Quality .wrap .card {
    overflow: hidden;
    margin-top: .85rem;
}

.Quality .wrap .card:nth-of-type(even) {
    flex-direction: row-reverse;
}
.Quality .wrap .card:nth-of-type(even) .pic {
    width: 8.2rem;
    margin-right: 0;
    margin-left: .8rem;
}

.Quality .wrap .card .pic {
    width: 7.6rem;
    overflow: hidden;
    margin-right: .8rem;
}

.Quality .wrap .card .pub-title {
    margin-top: 1rem;
}

.Quality .wrap .card .text {
    font-size: .2rem;
    margin-top: .4rem;
    padding-right: 1.2rem;
    line-height: 1.65;
}

.Quality .content {
    background-color: #f9f9f9;
    margin-top: .7rem;
    padding-top: 1.2rem;
    padding-bottom: .9rem;
}

.Quality .content .des {
    margin-top: .4rem;
}

.Quality .content .list {
    margin-top: .6rem;
}

.Quality .content .item {
    width: 24%;
    overflow: hidden;
    margin-right: 1%;
    margin-top: .2rem;
    padding-top: 16.24%;
}

.Quality .content .item:nth-of-type(4n) {
    margin-right: 0;
}

.Quality .content .item img {
    position: absolute;
    left: 0;
    top: 0;
}

.Quality .content .page a {
    background-color: #FFF;
}

.Quality .content .page a.on {
    background-color: #0061ab;
}

@media (min-width:1025px) {
    .Quality .content .page a:hover {
        background-color: #0061ab;
    }
    .Quality .content .item:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
}

@media (max-width:1199px) {
    .Quality .des {
        font-size: 17px;
        padding-right: 0;
    }
    .Quality .num-box {
        justify-content: flex-start;
    }
    .Quality .num-box .counter {
        font-size: 45px;
    }
    .Quality .num-box .item {
        font-size: 15px;
        width: 50%;
        margin-right: 0;
        margin-bottom: .6rem;
    }
    .Quality .num-box .item:nth-child(5),
    .Quality .num-box .item:nth-child(6) {
        margin-bottom: .6rem;
    }
    .Quality .num-box .item:nth-child(7) {
        width: 100%;
    }
    .Quality .autopilot .text,
    .Quality .autopilot .card .tit,
    .Quality .autopilot .card p {
        font-size: 15px;
    }
    .Quality .autopilot .card .title,
    .Quality .wrap .card .text {
        font-size: 17px;
    }
    .Quality .wrap .card .text {
        padding-right: 0;
    }
}

@media (max-width:950px) {
    .Quality .autopilot .con {
        margin-top: .2rem;
    }
    .Quality .autopilot .card {
        width: 48%;
        margin-top: .4rem;
    }
    .Quality .num-box .counter {
        font-size: 36px;
    }
    .Quality .wrap .card {
        margin-top: 0;
    }
    .Quality .wrap .card .pub-title {
        margin-top: .6rem;
    }
    .Quality .wrap .card .pic {
        width: 100%;
        margin-right: 0;
        order: 1;
        margin-top: .3rem;
    }
    .Quality .wrap .card:nth-of-type(even) .pic {
        width: 100%;
        margin-left: 0;
        margin-top: .3rem;
    }
    .Quality .content .item {
        width: 32%;
        margin-right: 2%;
        padding-top: 20%;
    }
    .Quality .content .item:nth-of-type(4n) {
        margin-right: 2%;
    }
    .Quality .content .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .Quality .wrap,
    .Quality .autopilot {
        margin-top: .7rem;
    }
}

@media (max-width:767px) {
    .Quality .content {
        padding-top: .7rem;
    }
    .Quality .content .item {
        width: 49%;
        padding-top: 33%;
    }
    .Quality .content .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .Quality .content .item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media (max-width:540px) {
    .Quality .num-box .item {
        width: 100%;
    }
    .Quality .autopilot .card {
        width: 100%;
    }
    .Quality .content .item {
        width: 100%;
        margin-right: 0 !important;
        padding-top: 65%;
    }
}


/* 历史 */

.History {
    margin-top: 1.6rem;
}

.History .title-con {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
}

.History .title-con li {
    height: 1.25rem;
    border: 1px #e6e5e3 solid;
    width: 32%;
    box-shadow: 0 .1rem .2rem rgba(0, 0, 0, 0.1);
    background-color: #FFF;
}

.History .title-con li a {
    width: 100%;
    height: 100%;
}

.History .title-con li .year {
    font-size: .38rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.1;
    color: #000;
}

.History .title-con li .text {
    font-size: .24rem;
    color: #666;
    line-height: 1.1;
    margin-top: .05rem;
}

.History .title-con li.active {
    background-color: #0061ab;
}

.History .title-con li.active .year,
.History .title-con li.active .text {
    color: #FFF;
}

.History .box {
    background: url(../images/bg3.webp)no-repeat center;
    background-size: cover;
    width: 100%;
    height: 3.27rem;
    margin-top: .6rem;
    color: #FFF;
    overflow: hidden;
}

.History .box .title {
    font-size: .38rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.1;
    margin-top: .7rem;
    text-transform: uppercase;
}

.History .box .text {
    font-size: .21rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-top: .3rem;
    line-height: 1.6;
}

.History .list::after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    background-color: #9e9fa3;
    z-index: -1;
}

.History .list li {
    width: 50%;
    margin-top: .7rem;
}

.History .list li:nth-child(even) {
    margin-top: 4.1rem;
}

.History .list li .pic {
    width: 100%;
    margin-top: .45rem;
}

.History .list li .pic img {
    max-width: 100%;
}

.History .list li .year {
    color: #0061ab;
    font-family: 'Montserrat-ExtraBold';
    font-size: .6rem;
    line-height: 1.1;
}

.History .list li .text {
    font-size: .18rem;
    line-height: 1.65;
    color: #000;
}

.History .list li:nth-child(odd) {
    padding-right: 2.9rem;
}

.History .list li:nth-child(odd)::after {
    content: '';
    width: 1.06rem;
    height: .63rem;
    position: absolute;
    right: 0%;
    margin-right: -.315rem;
    top: .06rem;
    background: url(../images/about_us03_l2.webp) no-repeat center;
    background-size: cover;
    z-index: 4;
}

.History .list li:nth-child(odd) .year {
    position: absolute;
    right: .95rem;
    top: 0;
}

.History .list li:nth-child(even) {
    padding-left: 1.4rem;
}

.History .list li:nth-child(even)::after {
    content: '';
    width: 1.06rem;
    height: .63rem;
    position: absolute;
    left: 0%;
    margin-left: -.315rem;
    top: .06rem;
    background: url(../images/about_us03_r2.webp) no-repeat center;
    background-size: cover;
    z-index: 4;
}

@media (max-width:1199px) {
    .History .box .title {
        font-size: 27px;
    }
    .History .box .text {
        padding-left: 0;
        padding-right: 0;
        font-size: 17px;
    }
    .History .list li .text {
        font-size: 15px;
    }
}

@media (max-width:950px) {
    .History .box {
        height: auto;
        padding-bottom: .6rem;
    }
}

@media (max-width:767px) {
    .History .title-con li .year {
        font-size: 27px;
    }
    .History .title-con li .text {
        font-size: 15px;
    }
    .History .title-con li {
        height: 90px;
    }
    .History .list li {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: .4rem !important;
    }
    .History .list li::after {
        display: none !important;
    }
    .History .list li .year {
        font-size: 31px;
        position: initial !important;
    }
    .History .list::after {
        display: none;
    }
    .History .list li .text {
        margin-top: .3rem;
    }
    .n-banner .car {
        right: .2rem;
        width: 3.2rem;
    }
}

@media (max-width:540px) {
    .History .title-con li .year {
        font-size: 19px;
    }
}


/* 产品封面 */

.pro-home {
    padding-bottom: 1.1rem;
}

.pro-home .n-banner .title {
    font-size: .56rem;
}

.pro-home .pub-title {
    font-size: .46rem;
    margin-top: .7rem;
}

.pro-home .des {
    font-size: .2rem;
    color: #000;
    line-height: 1.7;
    margin-top: .4rem;
    padding-right: 4.2rem;
}

.pro-home .con {
    margin-top: .95rem;
}

.pro-home .con .item {
    width: 48.8%;
    margin-bottom: 1.15rem;
    padding-bottom: .75rem;
}

.pro-home .con .item .tit {
    font-family: 'Montserrat-ExtraBold';
    font-size: .34rem;
    line-height: 1.1;
    margin-top: .5rem;
}

.pro-home .con .item .text {
    font-size: .2rem;
    line-height: 1.4;
    color: #56657a;
    margin-top: .3rem;
    -webkit-line-clamp: 4
}

.pro-home .con .item .arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: .38rem;
    height: .24rem;
    background: url(../images/arrow4.webp)no-repeat center;
    background-size: 100%;
}

.pro-home .con .item .pic {
    overflow: hidden;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
    padding-top: 62.5%;
}

.pro-home .con .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.pro-home .pic-con {
    width: 100%;
    overflow: hidden;
    height: 5.34rem;
    background: url(../images/bg4.webp)no-repeat center;
    background-size: cover;
    color: #FFF;
    margin-top: .7rem;
    font-size: .43rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.4;
}

.pro-home .pic-con .title {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    text-transform: uppercase;
}

.pro-home .why {
    margin-top: 1.05rem;
}

.pro-home .why .pub-title {
    font-size: .44rem;
}

.pro-home .why .des {
    margin-top: .45rem;
    padding-right: 7.2rem;
}

.pro-home .why .card {
    width: 29%;
    margin-top: .8rem;
}

.pro-home .why .card .icon {
    height: .85rem;
}

.pro-home .why .card .icon img {
    max-height: 100%;
}

.pro-home .why .card .tit {
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.1;
    color: #0061ab;
    font-size: .32rem;
    margin-top: .35rem;
    height: .75rem;
}

.pro-home .why .card .text {
    font-size: .17rem;
    margin-top: .15rem;
    line-height: 1.6;
}

@media (min-width:1025px) {
    .pro-home .con .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .pro-home .con .item:hover .arrow {
        transform: translateX(.2rem);
        -webkit-transform: translateX(.2rem);
        -moz-transform: translateX(.2rem);
        -ms-transform: translateX(.2rem);
        -o-transform: translateX(.2rem);
    }
}

@media (max-width:1199px) {
    .pro-home .n-banner .title {
        font-size: 31px;
    }
    .pro-home .pub-title {
        font-size: 28px !important;
    }
    .pro-home .des {
        font-size: 17px;
        padding-right: 0 !important;
    }
    .pro-home .con .item .tit,
    .pro-home .why .card .tit {
        font-size: 21px;
    }
    .pro-home .con .item .text {
        font-size: 17px;
    }
    .pro-home .pic-con {
        font-size: 27px;
    }
    .pro-home .why .card .text {
        font-size: 15px;
    }
    .pro-home .why .card .tit {
        height: 50px;
    }
}

@media (max-width:950px) {
    .pro-home .n-banner .title {
        font-size: 27px;
    }
    .pro-home .pic-con .title {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:767px) {
    .pro-home .con {
        margin-top: .5rem;
    }
    .pro-home .con .item {
        margin-bottom: .5rem;
    }
    .pro-home .why .card {
        width: 48%;
    }
    .pro-home .des {
        display: none;
    }
}

@media (max-width:540px) {
    .pro-home .con .item,
    .pro-home .why .card {
        width: 100%;
    }
    .pro-home .n-banner .title {
        font-size: 21px;
    }
}


/* 产品列表 */

.pro-list {
    padding-bottom: 1.9rem;
}

.pro-list .n-banner .title {
    font-size: .48rem;
}

.pro-list .crumbs {
    line-height: .7rem;
}

.pro-list .sidebar {
    width: 3.38rem;
    margin-right: .85rem;
    margin-top: .25rem;
}

.pro-list .sidebar .title {
    font-family: 'Montserrat-ExtraBold';
    font-size: .37rem;
    line-height: 1.1;
    margin-bottom: .5rem;
}

.pro-list .sidebar .con {
    background-color: #f8f9fb;
    margin-top: .3rem;
    padding: .35rem;
}

.pro-list .sidebar .con .tit {
    font-size: .21rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.1;
    margin-bottom: .25rem;
}

.pro-list .sidebar .con a {
    line-height: 2.1;
    font-size: .2rem;
    padding-left: .3rem;
}

.pro-list .sidebar .con a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .2rem;
    height: .17rem;
    background-color: #d9d9d9;
}

.pro-list .sidebar .con a.on {
    color: #0061ab;
    font-family: 'Montserrat-ExtraBold';
}

.pro-list .sidebar .con a.on::after {
    background-color: #0061ab;
}

.pro-list .content {
    margin-top: .25rem;
}

.pro-list .content .title {
    line-height: .82rem;
    background: url(../images/tbg1.webp)no-repeat center;
    background-size: cover;
    padding-left: .3rem;
    color: #FFF;
    font-family: 'Montserrat-ExtraBold';
    text-transform: uppercase;
    font-size: .25rem;
    margin-bottom: .3rem;
}

.pro-list .content .item {
    width: 32%;
    margin-right: 2%;
    background-color: #f8f9fb;
    padding: .1rem .1rem .3rem .1rem;
    margin-bottom: .2rem;
}

.pro-list .content .item:nth-of-type(3n) {
    margin-right: 0;
}

.pro-list .content .item .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 70%;
}

.pro-list .content .item .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

.pro-list .content .item .tit {
    font-size: .24rem;
    line-height: 1.3;
    margin-top: .1rem;padding: 0 .16rem;height: .6rem;
}

.pro-list .content .item .txt {
    font-size: .18rem;
    color: #888888;
    line-height: 1.1;
    margin-top: .2rem;padding: 0 .16rem;
}

.pro-list .content .item .btn {
    margin-top: .3rem;
}

.pro-list .content .item .btn a {
    line-height: .46rem;
    width: 49%;
    background-color: #FFF;
    text-transform: uppercase;
    font-family: 'Montserrat-ExtraBold';
    color: #0061ab;font-size: .18rem;
}

.pro-list .content .item .btn a:first-child {
    background-color: #0061ab;
    color: #FFF;
}

@media (min-width:1025px) {
    .pro-list .content .item:hover .pic img {
        transform: translate(-50%, -50%) scale(1.05);
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -moz-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        -o-transform: translate(-50%, -50%) scale(1.05);
    }
    .pro-list .sidebar .con a:hover {
        color: #0061ab;
        font-family: 'Montserrat-ExtraBold';
    }
    .pro-list .sidebar .con a:hover::after {
        background-color: #0061ab;
    }
    .pro-list .content .item .btn a:hover {
        background-color: #333;
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .pro-list .sidebar .title {
        font-size: 21px;
    }
    .pro-list .sidebar .con .tit,
    .pro-list .content .item .tit {
        font-size: 19px;height: 1rem;
    }
    .pro-list .sidebar .con a,
    .pro-list .content .item .txt {
        font-size: 15px;
    }
    .pro-list .content .title {
        font-size: 23px;
        line-height: 50px;
    }
    .pro-list .content .item {
        width: 49%;
    }
    .pro-list .content .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .pro-list .content .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .pro-list .content .item .btn a {
        line-height: 40px;
        font-size: 15px;
    }
}

@media (max-width:950px) {
    .pro-list .sidebar {
        width: 100%;
        margin-right: 0;
    }
    .pro-list .sidebar .title {
        position: relative;
        line-height: 45px;
        margin-bottom: 0;
    }
    .pro-list .sidebar .title::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: .5rem;
        height: .5rem;
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .pro-list .sidebar .sub {
        display: none;
    }
}

@media (max-width:767px) {
    .pro-list .content .item .btn {
        flex-flow: column;
        margin-top: 0;
    }
    .pro-list .content .item .btn a {
        width: 100%;
        margin-top: .2rem;
    }
}

@media (max-width:540px) {
    .pro-list .content .item {
        width: 100%;
        margin-right: 0;
    }
}


/* 产品详情 */

.pro-details .crumbs {
    line-height: .9rem;
}

.pro-details .crumbs span {
    color: #000;
}

.pro-details .info-con {
    margin-top: .3rem;
}

.pro-details .thumb {
    width: 8.65rem;
    overflow: hidden;
    margin-right: .8rem;
}

.pro-details .gallery-top {
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    overflow: hidden;
}

.pro-details .gallery-top .swiper-slide,
.pro-details .gallery-thumbs .swiper-slide {
    overflow: hidden;
}

.pro-details .gallery-top .swiper-slide img,
.pro-details .gallery-thumbs .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
}

.pro-details .gallery-top .swiper-slide {
    padding-top: 63.5%;
}

.pro-details .gallery-top .swiper-button-black {
    background-color: #e8e9e8;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: .14rem;
    top: auto;
    margin-top: 0;
    bottom: .2rem;
}

.pro-details .gallery-top .swiper-button-prev {
    left: auto;
    right: .8rem;
}

.pro-details .gallery-thumbs .swiper-slide {
    padding-top: 15.5%;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.pro-details .gallery-thumbs {
    margin-top: .15rem;
}

.pro-details .gallery-thumbs .swiper-slide-active::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px #001130 solid;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.pro-details .info-con h1 {
    font-size: .36rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.6;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px #cacbd9 solid;
    padding-bottom: .25rem;
}

.pro-details .info-con .txt-con {
    margin-top: .45rem;
    border-bottom: 1px #cacbd9 solid;
    padding-bottom: .5rem;
}

.pro-details .info-con .txt-con .text {
    font-size: .23rem;
    line-height: 2.2;
}

.pro-details .info-con .txt-con .text span {
    color: #888;
}

.pro-details .info-con .btn {
    margin-top: .55rem;
}

.pro-details .info-con .btn a {
    line-height: .65rem;
    width: 2.55rem;
    border: 1px #333 solid;
    text-transform: uppercase;
    margin-right: .2rem;
    font-size: .22rem;
    font-family: 'Montserrat-ExtraBold';
    padding-left: .3rem;
}

.pro-details .info-con .btn a.whatapp {
    background-color: #0061ab;
    color: #FFF;
}

.pro-details .info-con .btn a.whatapp::after {
    content: '';
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .32rem;
    height: .32rem;
    background: url(../images/whatapp.webp)no-repeat center;
    background-size: 100%;
}

.pro-details .info-con .btn a.mess::after {
    content: '';
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    width: .32rem;
    height: .32rem;
    background: url(../images/arrow4.webp)no-repeat right center;
    background-size: 100%;
}

.pro-details .title {
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.4;
    border-bottom: 1px #cacbd9 solid;
    text-transform: uppercase;
    font-size: .41rem;
    color: #000;
}

.pro-details .title span {
    padding-bottom: .25rem;
}

.pro-details .title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 5px;
    background-color: #0061ab;
}

.pro-details .body {
    margin-top: .95rem;
}

.pro-details .Description .tit {
    font-family: 'Montserrat-ExtraBold';
    font-size: .35rem;
    line-height: 1.1;
    margin-top: .65rem;
    color: #000;
}

.pro-details .Description .text {
    font-size: .21rem;
    line-height: 1.6;
    margin-top: .4rem;
}

.pro-details .Description .card {
    margin-top: .3rem;
}

.pro-details .Description .card .pic {
    width: 7.95rem;
    margin-left: .85rem;
}

.pro-details .Description .card .pic.has-video {
    cursor: pointer;
}

.pro-details .Description .card .tit {
    margin-top: .1rem;
}

.pro-details .Description .card.right_txt {
    flex-direction: row-reverse;
}
.pro-details .Description .card.right_txt .pic {
    margin-left: 0;
    margin-right: .65rem;
}

.pro-details .Char {
    margin-top: 1.3rem;
}

.pro-details .Char .content {
    margin-top: .75rem;
}

.pro-details .Char .content img {
    max-width: 100%;
}

.pro-details .picture {
    margin-top: 1.1rem;
}

.pro-details .picture .content {
    margin-top: .4rem;
}

.pro-details .picture .content .pic {
    margin-top: .1rem;
    margin-right: .1rem;
    width: calc(33.2% - .075rem);

}


.pro-details .form {
    margin-top: .2rem;
    background-color: #0061ab;
    padding-right: 1.2rem;
    padding-left: 0;
}

.pro-details .form .pic {
    width: 9.78rem;
    margin-right: .5rem;
}

.pro-details .form .con {
    color: #FFF;
    padding-top: .4rem;
}

.pro-details .form .tit {
    font-size: .32rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.1;
}

.pro-details .form .form-box {
    margin-top: .25rem;
}

.Related {
    margin-top: .9rem;
    margin-bottom: .6rem;
}

.Related .title span {
    font-size: .43rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.1;
}

.Related .title a {
    font-size: .23rem;
    line-height: 1.1;
    text-decoration: underline;
}

.Related .content {
    margin-top: .6rem;
}

.Related .item {
    background-color: #f8f9fb;
    padding: .2rem .3rem .5rem .3rem;
    margin-bottom: .2rem;
}

.Related .item .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 70%;
}

.Related .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

.Related .tit {
    font-size: .24rem;
    line-height: 1.3;
    margin-top: .1rem;height: .6rem;
}

.Related .txt {
    font-size: .18rem;
    color: #888888;
    line-height: 1.1;
    margin-top: .2rem;
}

.Related .btn {
    margin-top: .3rem;
}

.Related .btn a {
    line-height: .46rem;
    width: 49%;
    background-color: #FFF;
    text-transform: uppercase;
    font-family: 'Montserrat-ExtraBold';
    color: #0061ab;
}

.Related .btn a:first-child {
    background-color: #0061ab;
    color: #FFF;font-size: 14px;
}

.Related .swiper-button-prev {
    width: .54rem;
    height: .89rem;
    background: url(../images/prev2.png)no-repeat center;
    background-size: 100%;
    left: -.8rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.Related .swiper-button-next {
    width: .54rem;
    height: .89rem;
    background: url(../images/next.png)no-repeat center;
    background-size: 100%;
    right: -.8rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

@media (min-width:1025px) {
    .pro-details .info-con .btn a:hover {
        background-color: #333;
        color: #FFF;
    }
    .pro-details .info-con .btn a.mess:hover::after {
        background-image: url(../images/arrow6.webp);
    }
    .Related .btn a:hover {
        background-color: #333;
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .pro-details .info-con h1 {
        font-size: 25px;line-height: .5rem;
    }
    .pro-details .info-con .btn a {
        width: 48%;
        margin-right: 3%;
        font-size: 17px;
    }
    .pro-details .info-con .btn a.mess {
        margin-right: 0;
    }
    .pro-details .info-con .txt-con .text {
        font-size: 16px;line-height: 1.5;
    }
    .pro-details .title,
    .Related .title span {
        font-size: 20px;
    }
    .pro-details .Description .tit,
    .pro-details .form .tit {
        font-size: 21px;
    }
    .pro-details .Description .text,
    .Related .tit {
        font-size: 16px;
    }
    .pro-details .form {
        padding-left: .2rem;
        padding-right: .2rem;
        padding-bottom: .5rem;
    }
    .pro-details .form .pic {
        display: none;
    }
    .Related .title a,
    .Related .txt,
    .Related .btn a {
        font-size: 15px;
    }
    .Related .swiper-button-next {
        right: .3rem;top: 41%;
    }
    .Related .swiper-button-prev {
        left: .3rem;top: 41%;
    }
    .Related .tit {
        height: 46px;
    }
}

@media (max-width:950px) {
    .pro-details .thumb {
        width: 100%;
        margin-right: 0;
        margin-bottom: .4rem;
    }
    .pro-details .info-con .btn a {
        width: 200px;
        line-height: 40px;
    }
    .pro-details .Description .card .pic {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        order: 1;
    }
    .pro-details .Description .card .flex-1 {
        order: 2;
    }
    .pro-details .picture .content .pic {
        width: calc(33.333% - 0.075rem);
    }
    .pro-details .picture .content .pic:nth-of-type(4n) {
        margin-right: .1rem;
    }
    .pro-details .picture .content .pic:nth-of-type(3n) {
        margin-right: 0;
    }
    .Related .btn a {
        line-height: 40px;
    }
    .pro-details .info-con h1 {
        display: none;
    }
    .pro-details .info-con h1.mb-show {
        display: block;border-bottom:none;margin-bottom: .2rem;
    }
}

@media (max-width:767px) {
    .pro-details .form .form-box {
        display: block;
    }
    .pro-details .picture .content .pic {
        width: 100%;margin-right: 0;
    }
    .pro-details .picture .content .pic:nth-of-type(3n) {
        margin-right:0;
    }
    .pro-details .picture .content .pic:nth-of-type(2n) {
        margin-right: 0;
    }
    .pro-details .crumbs {
        line-height: .4rem;
        padding-top: .1rem;
        padding-bottom: .1rem;
    }
    .pro-details .gallery-thumbs .swiper-slide {
        padding-top: 20%;
    }
    .pro-details .Description .card .tit {
        margin-top: .4rem;
    }
    .pro-details .Char {
        margin-top: .8rem;
    }
}

@media (max-width:540px) {
    .pro-details .info-con .btn a {
        width: 44%;
    }
}


/* 型号 */

.model {
    margin-top: .65rem;
}

.model .pub-title {
    font-size: .48rem;
}

.model .des {
    font-size: .21rem;
    padding-right: 4.2rem;
    margin-top: .6rem;
    line-height: 1.5;
}

.model .video-con {
    margin-top: .95rem;
}

.model .video-con img {
    width: 100%;
}

.model .video-con .tit {
    font-size: .21rem;
    font-family: 'Montserrat-ExtraBold';
    padding-right: 8.6rem;
    line-height: 1.6;
    margin-top: .3rem;
    text-transform: uppercase;
}

.model .video-con .play {
    position: absolute;
    right: 0;
    top: .7rem;
    width: 4.48rem;
    right: 1.2rem;
    cursor: pointer;
}

.model .video-con .play img {
    width: 100%;
}

.model .video-con .play span {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
    width: .84rem;
    height: .78rem;
    background: url(../images/play1.webp)no-repeat center;
    background-size: 100%;
}

.model .show {
    background: url(../images/bg5.webp)no-repeat center top;
    background-size: auto 3.94rem;
    margin-top: 1.3rem;
    padding-top: 1rem;
}

.model .show .pub-title {
    color: #FFF;
}

.model .show .content {
    margin-top: .9rem;
}

.model .show .content .item {
    width: 24%;
    margin-right: 1%;
    background-color: #f1f1f1;
    padding: .2rem .3rem .5rem .3rem;
    margin-bottom: .4rem;
}

.model .show .item:nth-of-type(4n) {
    margin-right: 0;
}

.model .show .content .item .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 73.5%;
}

.model .show .content .item .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

.model .show .content .item .tit {
    font-size: .24rem;
    line-height: 1.3;
    margin-top: .1rem;
}

.model .show .content .item .txt {
    font-size: .18rem;
    color: #888888;
    line-height: 1.1;
    margin-top: .2rem;
}

.model .show .content .item .btn {
    margin-top: .3rem;
}

.model .show .content .item .btn a {
    line-height: .46rem;
    width: 49%;
    background-color: #FFF;
    text-transform: uppercase;
    font-family: 'Montserrat-ExtraBold';
    color: #0061ab;font-size: .16rem;
}

.model .show .content .item .btn a:first-child {
    background-color: #0061ab;
    color: #FFF;
}

.model .mod-pic {
    margin-top: .85rem;
    overflow: hidden;
    color: #FFF;
    height: 5.39rem;
    background: url(../images/img81.webp)no-repeat center;
    background-size: cover;
    padding-top: 1.1rem;
    background-attachment: fixed;
}

.model .mod-pic .title {
    text-transform: uppercase;
    font-size: .43rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.2;
}

.model .mod-pic .text {
    font-size: .2rem;
    line-height: 1.6;
    margin-top: .6rem;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
}

.model .Intelligent {
    margin-top: .7rem;
}

.model .Intelligent .pub-title {
    font-size: .4rem;
}

.model .Intelligent .des {
    margin-top: .45rem;
    font-size: .18rem;
}

.model .tab-content {
    margin-top: .7rem;
}

.model .tab-content .pic-con {
    width: 8.12rem;
    height: 4.76rem;
    overflow: hidden;
}

.model .tab-content .pic-con>div {
    height: 100%;
}

.model .tab-content .title-con {
    margin-right: 1.25rem;
    padding-top: .2rem;
}

.model .tab-content .title-con>div {
    border-bottom: 1px #D3D6DD solid;
}

.model .tab-content .title-con .text {
    font-size: .19rem;
    color: #393939;
    padding-bottom: .1rem;
    display: none;
    font-family: 'Montserrat-Light';
    line-height: 1.7;
    max-height: 10em;
    overflow-y: auto;
}

.model .tab-content .title-con .tit {
    font-size: .26rem;
    color: #00163c;
    line-height: 2;
    padding: .15rem 0;
    cursor: pointer;
}

.model .tab-content .title-con .tit::after {
    content: '';
    position: absolute;
    right: 0rem;
    top: 50%;
    width: .2rem;
    height: .2rem;
    background: url(../images/jia.svg)no-repeat center;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.model .tab-content .title-con>div:last-child {
    border-bottom: 0;
}

.model .tab-content .title-con>div.on .text {
    display: block;
}

.model .tab-content .title-con .on .tit::after {
    background-image: url(../images/jian.svg);
}

.model .Delivering {
    background-color: #f4f4f5;
    margin-top: .8rem;
    padding-top: .7rem;
    padding-bottom: .85rem;
}

.model .Delivering .pub-title {
    font-size: .4rem;
}

.model .Delivering .item {
    width: 24%;
    margin-top: .9rem;
    overflow: hidden;
}

.model .Delivering .item .pic {
    overflow: hidden;
    width: 100%;
    height: 2.62rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.model .Delivering .item .tit {
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.3;
    font-size: .26rem;
    margin-top: .35rem;
    color: #000;
    height: .7rem;
}

.model .Delivering .item .text {
    color: #56657a;
    line-height: 1.6;
    margin-top: .15rem;
}

.model .easy {
    margin-top: .95rem;
}

.model .easy .pub-title {
    font-size: .4rem;
}

.model .easy .thum {
    width: 100%;
    margin-top: .6rem;
}

.model .easy .thum img {
    width: 100%;
}

.model .easy .tab-content {
    margin-top: .95rem;
}

.model .easy .tab-content .title-con {
    margin-right: 0;
}

.model .easy .tab-content .pic-con {
    margin-right: .85rem;
    width: 9.28rem;
    height: 6.35rem;
}

.model .easy .tab-content .pic-con>div {
    height: 100%;
}

.model .Gallery {
    margin-top: 1.15rem;
}

.model .Gallery .pub-title {
    font-size: .4rem;
    text-transform: capitalize;
}

.model .Gallery .des {
    margin-top: .4rem;
    padding-right: 6.2rem;
}

.model .Gallery .content {
    margin-top: .4rem;
}

.model .Gallery .content .pic {
    margin-top: .1rem;
    margin-right: .1rem;
    width: calc(25% - .075rem);
    overflow: hidden;
}

.model .Gallery .content .pic:nth-of-type(4n) {
    margin-right: 0;
}

.single-page {
    padding: .5rem 0;overflow: hidden;
}
.single-page .des {
    font-size: .22rem;
    line-height: 1.55;
}


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 0.5em 1.3em 0.5em 0;
}
.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1.3em;
}

.rich-text p {
    margin: 1em 0;
}
.rich-text p::after {
    content: "";
    display: block;
    
}

.rich-text img,
.rich-text video {
    max-width: 100%;
    height: auto !important;
}

.rich-text iframe {
    max-width: 100%;
}

.rich-text ul {
    list-style: initial;
    padding-left: 30px;
}

.rich-text .gallery {
    display: flex;
    gap: 1em;
}
.rich-text .gallery p{
    display: none;
}
.rich-text .gallery-item {
    margin-top: 1em !important;
}
.rich-text .gallery-item img {
    display: block;
    border: 0 !important;
}

.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000
}

.popup .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}

.popup.iframe .mask {
    background: rgba(0,0,0,.8)
}

.popup .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}


.popup.tip .container {
    background: #fff;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    padding: 0
}

.popup.tip .title {
    font-size: 20px;
    text-align: center;
    color: #000
}

.popup.tip .txt {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #666;
    padding: 0 20px
}

.popup.tip .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #0061ab;
    border-radius: 50%;
    background-image: url(../images/correct.png);
    margin-top: 30px;
    margin-bottom: 20px;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat
}

.popup.tip .opt {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    cursor: pointer
}

.popup.tip .opt .btn {
    color: #000;
    font-size: 16px;
    border-radius: 6px
}

.popup.iframe .container {
    width: 70%;
    height: calc(70vw / 1.77);
    padding: 0
}

.popup.iframe iframe {
    width: 100%;
    height: 100%;
    background: #000
}

.popup.iframe .close {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    background: url(../images/close.svg)no-repeat left center;
    background-size: 20px;
    padding-left: 30px
}

#code-img {
    cursor: pointer;
}

@keyframes progress-anim {
    0% {
        width: 0
    }

    5% {
        width: 0
    }

    10% {
        width: 15%
    }

    30% {
        width: 40%
    }

    50% {
        width: 55%
    }

    80% {
        width: 100%
    }

    95% {
        width: 100%
    }

    to {
        width: 0
    }
}
.fluentform .hidden {
    display: none !important;
}
.fluentform .ff-message-success,
.fluentform .ff_submit_btn_wrapper {
    display: none !important;
}

.contact .form .fluentform {
    margin-top: .75rem;
}
.contact .form .frm-fluent-form .ff-t-container {
    gap: 0;
}
.contact .form .fluentform .ff-el-group {
    display: flex;
}
.contact .form .fluentform .ff-t-container .ff-t-column-1 {
    flex-basis: 43% !important;
    margin-right: 3%;
}
.contact .form .fluentform .ff-t-container .ff-t-column-2 {
    flex-basis: 54% !important;
    overflow: hidden;
}
.contact .form .fluentform .ff-el-group .ff-el-input--label {
    position: relative;
    width: 1.55rem;
    padding: 0 0 0 .2rem;
}
.contact .form .fluentform .ff-t-column-2 .ff-el-group .ff-el-input--label {
    width: 2.2rem;
}
.contact .form .fluentform .ff-el-group .ff-el-input--label label {
    font-size: .22rem;
    line-height: 1.6;
}
.contact .form .fluentform .ff-el-group .ff-el-input--label label::after {
    display: none;
}
.contact .form .fluentform .ff-el-group .ff-el-input--label.ff-el-is-required label::before{
    content: '*';
    color: #e00101;
    position: absolute;
    left: 0;
    top: 0;
    font-size: .32rem;
    line-height: 1.6;
}
.contact .form .fluentform .ff-el-group .ff-el-input--content {
    margin-left: 0;
    flex: 1;
}
.contact .form .fluentform .ff-el-group .ff-el-input--content input,
.contact .form .fluentform .ff-el-group .ff-el-input--content textarea {
    font-size: .2rem;
    border-radius: 0;
    padding-top: 1em;
    padding-bottom: 1em;
}
.contact .form .code {
    flex: 1;
}
.contact .form .code input {
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 1.75rem);
    border: 1px solid #dadbdd;
}
.contact .form .fluentform .f-code #code-img {
    width: 1.75rem;
    height: 100%;
    object-fit: contain;
    flex-shrink: 0;
    margin-left: .2rem;
}
.contact .form .operate {
    margin-left: 1.55rem;
    margin-top: .4rem;
}
.contact .form .operate .submit {
    position: relative;
    width: 4.1rem;
    padding: .6em 1em;
    background-color: #0061ab;
    color: #FFF;
    font-family: 'Montserrat-ExtraBold';
    font-size: .3rem;
    text-transform: uppercase;border: 0;
}
.contact .form .operate .submit.working::after {
    animation: progress-anim 4s 0s infinite;
    background: rgba(255, 255, 255, 0.4);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
}

.pro-details #inquiry {
    width: 100%;
    height: 1px;
}

.pro-form .fluentform {
    margin-top: .25rem;
}
.pro-form .fluentform .ff-el-group {
    display: flex;
    background: #fff;
    margin-bottom: .25rem;
}
.pro-form .fluentform .ff-el-group .ff-el-input--label {
    position: relative;
    width: auto;
    padding: 0;
    margin: 0;
}
.pro-form .fluentform .ff-el-group .ff-el-input--label label,
.pro-form .group.code .name {
    font-size: .18rem;
    color: #6c6c6c;
    line-height: .5rem;
    margin-left: .1rem;
}
.pro-form .fluentform .ff-el-group .ff-el-input--label label::after {
    display: none;
}
.pro-details .form .group .name::before,
.pro-form .fluentform .ff-el-group .ff-el-input--label.ff-el-is-required label::before{
    content: '*';
    color: #ed1b24;
    font-size: .3rem;
    margin-right: .05rem;
    line-height: 1;
    position: relative;
    top: .2em;
}
.pro-form .fluentform .ff-el-group .ff-el-input--content {
    margin-left: 0;
    flex: 1;
}
.pro-form .group.code input,
.pro-form .fluentform .ff-el-group .ff-el-input--content input,
.pro-form .fluentform .ff-el-group .ff-el-input--content textarea {
    font-size: .18rem;
    color: #6c6c6c;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    border: 0;
    line-height: .5rem;
}
.pro-form .fluentform .ff-el-group .ff-el-input--content textarea {
    line-height: 1.4;
    padding: .8em 1em;
}
.pro-form .operate {
    margin-top: .25rem;
}
.pro-form .operate .submit {
    position: relative;
    padding: .4em 3.5em;
    background-color: #ffffff;
    color: #000;
    font-family: 'Montserrat-ExtraBold';
    font-size: .3rem;
    text-transform: uppercase;border: 0;
}
.pro-form .operate .submit.working::after {
    animation: progress-anim 4s 0s infinite;
    background: rgba(0, 97, 171, 0.4);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
}
.pro-form .group.code {
    display: flex;
    background: #ffffff;
}
.pro-form .group.code .code {
    flex: 1;
    width: 100%;
}
.pro-form .group.code input {
    flex: 1;
    width: 100%;
    padding: 0 1em;
    border-right: 1em solid #0061ab;
}
.pro-form .group.code #code-img {
    position: relative;
    height: .5rem;
}

.kefu {
    position: fixed;
    right: .6rem;
    bottom: .2rem;
    z-index: 99;
}
.kefu .item {
    width: 3em;
    height: 3em;
    margin-top: .5em;
    cursor: pointer;
}
.kefu .item img {
    display: block;
    width: 100%;
    height: 100%
}
.kefu .item.totop {
    background: url(../images/top.svg) no-repeat center;
    background-size: 50%;
    background-color: #0061ab;
}

.search-page .content {
    margin: .4rem 0 1rem 0;
}
.search-page .content ul li {
    padding: .3rem 0;
    border-bottom: 1px #333 solid;
    width: 100%;
}
.search-page .content ul li .type {
    font-size: .26rem;
    margin-bottom: 0.2rem;
    color: #0061ab;
    line-height: 1.4;
}
.search-page .content ul li .tit {
    font-size: .26rem;
    line-height: 1.6;
}
.search-page .content ul li .date {
    font-style: italic;
    background: url(../images/date.png)no-repeat left center;
    background-size: 1.4em;
    line-height: 2;
    padding-left: 2em;
    font-size: .18rem;
    color: #494a4a;
    margin-top: .2rem;
}

.search-page .no-result {
    font-size: .24rem;
    margin-top: 1rem;
}


.news .search input, .news .search button,
.Video .search input, .Video .search button,
.search-content .content input {
    border: 0;
}

.table-scroll {
    overflow-x: auto;
}

.table-scroll table,.table-scroll table tr{border-color: #FFF;}
.table-scroll table tr td{padding: 2px;line-height: 1.5;}
.table-scroll table tr:nth-child(1){background: #0061ab;color: #FFF;}
.table-scroll table tr:nth-child(2n){background:#f0f5ff}

.show-mb, .show-mb-flex {
    display: none !important;
}


@media (min-width:1025px) {
    .model .show .content .item:hover .pic img {
        transform: translate(-50%, -50%) scale(1.05);
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -moz-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        -o-transform: translate(-50%, -50%) scale(1.05);
    }
    .model .show .content .item .btn a:hover {
        background-color: #333;
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .single-page .des {
        font-size: 16px;
    }
	.rich-text p{ margin:0}
    .model .des {
        padding-right: 0 !important;
        font-size: 16px;
    }
    .model .pub-title,
    .model .mod-pic .title {
        font-size: 31px !important;
    }
    .model .video-con .tit {
        font-size: 17px;
        padding-right: 5.8rem;
    }
    .model .show .content .item .tit,
    .model .Intelligent .des,
    .model .tab-content .title-con .tit {
        font-size: 16px;
    }
    .model .show .content .item .txt,
    .model .show .content .item .btn a,
    .model .mod-pic .text,
    .model .tab-content .title-con .text {
        font-size: 15px;
    }
    .model .show .content .item {
        width: 32%;
        margin-right: 2%;
    }
    .model .show .content .item:nth-of-type(4n) {
        margin-right: 2%;
    }
    .model .show .content .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .model .mod-pic {
        background-attachment: inherit;
    }
    .model .mod-pic .text {
        padding-left: .4rem;
        padding-right: .4rem;
    }
    .model .tab-content .pic-con,
    .model .easy .tab-content .pic-con {
        width: 50%;
    }
    .model .Delivering .item .tit {
        font-size: 19px;
    }
    .model .Delivering .item .tit {
        height: 48px;
    }
    .contact .form .fluentform .ff-el-group .ff-el-input--label label,
    .contact .form .fluentform .ff-el-group .ff-el-input--content input, 
    .contact .form .fluentform .ff-el-group .ff-el-input--content textarea {
        font-size: 19px;
    }
    .contact .form .fluentform .ff-el-group .ff-el-input--content input, 
    .contact .form .fluentform .ff-el-group .ff-el-input--content textarea {
        padding-top: .3em;
        padding-bottom: .3em;
    }
    .contact .form .fluentform .ff-el-group .ff-el-input--label {
        width: 2rem;
    }
    .contact .form .fluentform .ff-t-column-2 .ff-el-group .ff-el-input--label {
        width: 2.4rem;
    }
    .contact .form .operate {
        margin-left: 2rem;
        margin-top: .3rem;
    }
    .pro-form .fluentform .ff-el-group .ff-el-input--label label,
    .pro-form .group.code .name,
    .pro-form .fluentform .ff-el-group .ff-el-input--content input, 
    .pro-form .fluentform .ff-el-group .ff-el-input--content textarea,
    .pro-form .group.code input
    {
        font-size: 15px;
        line-height: 40px;
    }
    .pro-form .fluentform .ff-el-group .ff-el-input--content textarea {
        line-height: 1.2;
    }
    .pro-form .operate .submit {
        font-size: 20px;
    }
    .pro-form .group.code #code-img {
        height: 40px;
    }
     .search-page .content ul li .tit {
        font-size: 17px;
    }
    .search-page .content ul li .date,
    .search-page .content ul li .type {
        font-size: 15px;
    }
    .search-page .no-result {
        font-size: 18px;
    }
}

@media (max-width:950px) {
    .model .pub-title,
    .model .mod-pic .title {
        font-size: 21px !important;
    }
    .model .Gallery .content .pic {
        width: calc(33.333% - 0.075rem);
    }
    .model .Gallery .content .pic:nth-of-type(4n) {
        margin-right: .1rem;
    }
    .model .Gallery .content .pic:nth-of-type(3n) {
        margin-right: 0;
    }
    .model .show .content .item {
        width: 49%;
    }
    .model .show .content .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .model .show .content .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .model .show .content .item .btn a {
        line-height: 40px;
    }
    .model .tab-content .title-con {
        margin-right: 0;
        order: 1;
    }
    .model .tab-content .pic-con,
    .model .easy .tab-content .pic-con {
        width: 100%;
        height: auto;
        order: 2;
    }
    .model .tab-content {
        flex-flow: column;
    }
    .model .tab-content .pic-con>div {
        position: relative;
        overflow: hidden;
        padding-top: 65%;
    }
    .model .tab-content .pic-con>div img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .model .Delivering .item {
        width: 49%;
        margin-top: .3rem;
    }
    .model .Delivering .item .pic {
        height: auto;
        padding-top: 60%;
        overflow: hidden;
    }
    .model .Delivering .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (max-width:767px) {
    .show-mb {
        display: block !important;
    }
    .show-mb-flex {
        display: flex !important;
    }
    .show-pc {
        display: none !important;
    }
    .model .des {
        margin-top: .4rem !important;display: none;
    }
	.model .video-con{display: none;}
    .model .video-con,
    .model .show .content,
    .model .easy,
    .model .Gallery {
        margin-top: .5rem;
    }
    .model .video-con .play {
        width: 2.8rem;
        right: .2rem;
    }
    .model .video-con .tit {
        padding-right: 3.4rem;
    }
    .model .show {
        margin-top: .5rem;
        padding-top: .6rem;
    }
    .model .mod-pic {
        margin-top: .3rem;
        height: auto;
        padding-bottom: .5rem;
        padding-top: .5rem;
    }
    .model .mod-pic .text {
        padding-left: 0;
        padding-right: 0;
        margin-top: .3rem;line-height: 1.2;
    }
    .model .tab-content,
    .model .easy .tab-content {
        margin-top: .2rem;
    }
    .model .Gallery .content {
        justify-content: space-around;
    }
    .model .Gallery .content .pic {
        width: calc(49% - 0.075rem);
        width: 49%;
        margin-right: 2%;
    }
    .model .Gallery .content .pic:nth-of-type(3n) {
        margin-right: .075rem;
        margin-right: 2%;
    }
    .model .Gallery .content .pic:nth-of-type(2n) {
        margin-right: 0;
    }
    .rich-text .gallery {
        flex-direction: column;
        gap: 0;
    }
    .rich-text .gallery .gallery-item {
        width: 100% !important;
    }
    .popup.tip .icon {
        width:80px;
        height: 80px
    }
    .popup.iframe .container {
        width: 90%;
        height: 50%
    }
    .kefu {
        right: .2rem;bottom: 4.5rem;
    }
    .kefu .item {
        width: 4em;
        height: 4em;
    }
    .contact .form .fluentform .ff-el-group {
        flex-direction: column;margin-bottom: 10px;
    }
    .contact .form .fluentform .ff-t-container .ff-t-column-1 {
        margin-right: 0;
    }
    .contact .form .fluentform .ff-el-group .ff-el-input--label {
        width: auto !important;
    }
    .contact .form .fluentform .ff-el-group .ff-el-input--label label,
    .contact .form .fluentform .ff-el-group .ff-el-input--content input, 
    .contact .form .fluentform .ff-el-group .ff-el-input--content textarea {
        font-size: 17px;
    }
    .pro-form .group.code {
        /* flex-direction: column; */
    }
    .pro-form .group.code #code-img {
        height: 40px;
    }
    .contact .form .operate {
        font-size: 17px;
        margin-left: 0;
        margin-top: .2rem;
    }
}

@media (max-width:540px) {
    .model .Delivering .item,
    .model .show .content .item {
        width: 100%;
        margin-right: 0;
    }
    .model .video-con .tit {
        font-size: 14px;
    }
}