@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

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


/*原文件配置*/

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

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

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

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

body {
    color: #000;
    background: #ffffff;
    font: .19rem 'Montserrat-Light', arial, sans-serif;
    min-width: 320px;
}

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

a:hover {
    color: #0061ac;
}

a.fo_we:hover {
    font-weight: bold;
}

/*块级转化*/

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

.hidden {
    display: none;
}

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

@media (max-width:1199px) {
    .container {
        width: 100%;
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.nei_zong .search {
    border: 1px solid #dedddd;
}

.nei_zong .logo img {
    height: .55rem !important;
}

.nei_zong {
    position: relative;
}

.nei_zong .nav li>a {
    color: #333;
}

.nei_zong .nav li>a::after {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

.header .logo {
    margin-right: 1.1rem;
    height: 1rem;
}

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

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: 40px;
    height: 40px;
    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 li {
    margin-right: .3rem;
}

.nav li a:hover{
    color: #0061ac;
}

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

.nav li>a {
    font-size: .21rem;
    line-height: 1rem;
    color: #FFF;
    font-family: 'Montserrat-Medium';
    padding-right: .15rem;
    padding-left: .1rem;
}

.nav li>a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: .08rem;
    height: .08rem;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    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);
}

.nav li.home>a::after{
    display: none;
}

.nav .drop {
    width: 3.1rem;
    left: 50%;
    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: #FFF;
    padding: .3rem .4rem;
    line-height: 3;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    margin-left: -1.55rem;
    font-size: .2rem;
}

.nav .drop a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: .1rem;
    height: .1rem;
    border-right: 1px solid #a2a2a2;
    border-bottom: 1px solid #a2a2a2;
    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);
}

.nav .drop .del::after {
    content: none;
}

.nav li:nth-child(2) .drop,
.nav li:nth-child(3) .drop {
    width: 14.4rem;
    margin-left: -7.2rem;
}

.nav li .drop .subnav {
    width: 3rem;
    padding-right: .7rem;
    border-right: 1px #e6e6e6 solid;
    margin-right: .7rem;
}

.nav li .drop .title {
    font-size: .25rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.3;
}

.nav li .drop .pic {
    overflow: hidden;
    margin-top: .3rem;
}

.nav li .drop .pic img {
    width: 100%;
}

.nav li .drop .more {
    text-align: right;
    line-height: 1.4;
    color: #333;
    margin-top: .2rem;
}

.nav .drop a.on {
    border-bottom: 1px #8cb8da solid;
    font-family: 'Montserrat-Medium';
    color: #0061ac; font-weight:bold;
}

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

.nav .drop a.on::after {
    border-right-color: #0061ce;
    border-bottom-color: #0061ce;
}

.header .search {
    width: 2.3rem;
    height: .4rem;
    background-color: #FFF;
}

.header .search input[type="text"] {
    width: 100%;
    font-size: .19rem;
}

.header .search input[type="submit"] {
    width: .5rem;
    background: url(../images/search.webp)no-repeat center;
    background-size: .19rem;
}

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


.news-header {
    background-color: #FFF !important;
    position: sticky;
}

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

.news-header .nav li>a {
    color: #333;
}

.news-header .nav li>a::after {
    border-right-color: #333;
    border-bottom-color: #333;
}

.news-header .search {
    border: 1px #eae9e9 solid;
}

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

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

.footer {
    background-color: #252728;
    padding-top: .4rem;
    padding-bottom: .4rem;
    color: #FFF;
}

.footer .f-nav .tit {
    font-size: .23rem;
    font-family: 'Montserrat-Light';
    line-height: 1.2;
}

.footer .f-nav .tit>a {
    color: #FFF;
}

.footer .f-nav .sub {
    font-size: .16rem;
    line-height: 2;
    margin-top: .1rem;
}

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

.footer .f-info {
    justify-content: flex-end;
    margin-top: .3rem;
}

.footer .copyright {
    font-size: .16rem;
    line-height: 1.4;
    margin-top: .1rem;
    opacity: .6;
}

.footer .copyright a {
    color: #FFF;
}

.footer .logo img {
    height: .46rem;
}

.pub-Qa {
    background-image: linear-gradient(90deg, #002052, #003c72, #002052);
    padding-top: .6rem;
    padding-bottom: .6rem;
    color: #FFF;
    margin-top: .9rem;
}

.pub-Qa .title {
    font-size: .38rem;
    line-height: 1.2;
}

.pub-Qa .text {
    font-family: 'Montserrat-Light';
    line-height: 1.7;
    margin-top: .15rem;
}

.pub-Qa .more {
    margin-top: .4rem;
}

.pub-Qa .more a {
    color: #003267;
    line-height: .48rem;
    width: 2rem;
    background-color: #FFF;
    border-radius: .24rem;
    -webkit-border-radius: .24rem;
    -moz-border-radius: .24rem;
    -ms-border-radius: .24rem;
    -o-border-radius: .24rem;
    font-size: .16rem;
    font-family: 'Montserrat-Light';
}

.kefu {
    position: fixed;
    right: .2rem;
    bottom: .2rem;
    z-index: 99;
}
.kefu .m-btn {
        display: none;
    }


.kefu .item {
    width: 55px;
    height: 55px;
    margin-top: .15rem;
    cursor: pointer
}

.kefu .item img {
    display: block;
    width: 100%;
    height: 100%
}

.kefu .m-btn {
    width: 55px;
    height: 50px;
    background: #0061ab url(../images/menu.svg)no-repeat center;
    background-size: 25px;
    margin-top: .15rem;
    cursor: pointer
}

@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }

    .nav li .drop .more:hover {
        color: #0061ac;
    }

    .footer .f-nav .sub>a:hover,
    .footer .f-nav .tit>a:hover {
        opacity: .6;
    }

    .home-hot .home-more>a:hover {
        text-decoration: none;
    }

    .trucks-list .list-con .more:hover {
        background-color: #0061ac;
        color: #FFF;
    }

    .pub-Qa .more a:hover {
        font-weight: bold;
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 17px;
    }

    .menu-btn,
    .kefu .m-btn {
        display: block;
    }

    .nei_zong .menu-btn {
        background-color: #0061ac;
    }

    .header.active {
        position: fixed;
        background-color: #0061ac;
    }

    .nei_zong.active {
        background-color: #FFF;
        position: fixed;
    }

    .nav-con {
        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;
        z-index: 99;
    }

    .nav {
        display: block;
    }

    .nav li {
        width: 100%;
        position: relative;
    }

    .nav li>a {
        font-size: 23px;
        color: #333;
        padding-left: 0;
        padding-right: 0;
        line-height: 60px;
    }

    .nav li>a::after {
        display: none;
    }

    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 30px;
    }

    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        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%);
    }

    .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;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        margin-left: 0 !important;
        font-size: 17px;
        padding: 0 .2rem;
    }

    .nav li .drop .subnav {
        width: 100%;
        margin-right: 0;
        border-right: 0;
        padding-right: 0; font-size: 19px;
    }

    .nav li .drop .flex-1 {
        display: none;
    }

    .nav .drop a::after {
        width: 8px;
        height: 8px;
    }

    .header .search {
        width: 100%;
        height: 50px;
        border: 1px #e6e6e6 solid;margin-top: .3rem;
    }

    .header .search input[type="text"] {
        font-size: 17px;
    }

    .header .search input[type="submit"] {
        width: 30px;
        background-size: 16px;
    }

	 .pub-Qa{ display:none}
    .pub-Qa .title {
        font-size: 25px;
    }

    .pub-Qa .more a {
        width: 140px;
        line-height: 34px;
        border-radius: 17px;
        -webkit-border-radius: 17px;
        -moz-border-radius: 17px;
        -ms-border-radius: 17px;
        -o-border-radius: 17px;
        font-size: 15px;
    }
	.footer .logo img{height: .6rem;}
}

@media (max-width:950px) {
	 .footer{background-color: #0061ac;margin-top: .7rem;}
    .footer .f-nav {
        display: block;
    }

    .footer .f-nav .item:nth-child(3),
    .footer .f-nav .item:nth-child(4),
    .footer .f-nav .item:nth-child(5) {
        display: none;
    }
	.footer .f-nav .sub>a { font-size:18px}

    .footer .f-nav .item .tit {
        line-height: 60px;
        border-bottom: 1px rgba(255, 255, 255, .3) solid;
        font-size: 20px;
    }

    .footer .f-nav .item .tit .arrow {
        position: absolute;
        right: 0;
        top: 50%;
        width: 30px;
        height: 30px;
        background: url(../images/arrow1.svg)no-repeat center;
        background-size: 16px;
        margin-top: -15px;
    }

    .footer .f-nav .item .sub {
        display: none;
        padding-left: 20px;
    }

    .footer .f-nav .item.cur .arrow {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    .footer .f-nav .item.cur .sub {
        display: block;
    }

    .footer .f-nav .sub,
    .footer .copyright {
        font-size: 15px;
    }

    .footer .f-info {
        display: block;
    }

    .footer .copyright {
        text-align: center;
    }
}

@media (max-width:767px) {
    .nei_zong .logo img {
       height: .65rem !important;
    }

    .nav-con {
        top: 50px;
        height: calc(100vh - 65px);
    }
}

.pic:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.banner {
    overflow: hidden;
}

.mb_banner {
    display: none;
}

.banner a,
.banner img,
.banner video {
    width: 100%;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .text-con {
    position: absolute;
    left: 50%;
    bottom: .6rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    color: #FFF;
}

.banner .title {
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.2;
    font-size: .48rem;
}

.banner .text {
    font-size: .22rem;
    line-height: 1.6;
    margin-top: .2rem;
}

.banner .more {
    margin-top: .3rem;
}

.banner .more>a {
    font-size: .22rem;
    line-height: .76rem;
    width: 2.6rem;
    background-color: #FFF;
}

.banner .swiper-pagination-bullet {
    width: .3rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 6px;
    background-color: #FFF;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background-color: #0061ac;
}

.home-title {
    font-size: .48rem;
    line-height: 1.2;
    font-family: 'Montserrat-ExtraBold';
}

.home-about {
    margin-top: .7rem;
}

.home-about .title {
    font-size: .41rem;
    line-height: 1.2;
    font-family: 'Montserrat-ExtraBold';
}

.home-about .des {
    font-family: 'Montserrat-Light';
    font-size: .19rem;
    margin-top: .25rem;
    line-height: 1.6;
}

.home-about .item {
    margin-top: .35rem;
    width: 32.7%;
    background-color: #f0f0f0;
}

.home-about .item .pic {
    overflow: hidden;
    width: 100%;
    height: 3.7rem;
}

.home-about .item .text-con {
    padding: .3rem .3rem .5rem .3rem;
}

.home-about .item .tit {
    font-size: .24rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.2;
}

.home-about .item .text {
    font-family: 'Montserrat-Light';
    font-size: .16rem;
    color: #666;
    margin-top: .2rem;
}

.home-more>a {
    background: url(../images/arrow.svg)no-repeat right center;
    background-size: .18rem;
    padding-right: .35rem;
    font-size: .2rem;
}

.home-about .home-more { display:none;
    margin-top: .4rem; 
    justify-content: flex-end;
}

.home-pro {
    margin-top: .8rem;
}

.home-pro .content {
    margin-top: .6rem;
}

.home-pro .content .pic {
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.home-pro .content .tit {
    font-family: 'Montserrat-ExtraBold';
    font-size: .41rem;
}

.home-pro .content .txt {
    font-size: .22rem;
    margin-top: .2rem;
}

.home-pro .content .con {
    margin-right: .3rem;
    width: 7rem;
}

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

.home-pro .content .con .tit {
    margin-top: .3rem;
}

.home-pro .content .con .pic {
    height: 3.75rem;
}

.home-pro .content .play-con .pic {
    height: 9rem;
}

.home-pro .content .play-con .tit {
    margin-top: .2rem;
}

.home-pro .content .play-con .play {
    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: 1.16rem;
    height: 1.16rem;
    background: url(../images/play.webp)no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

.home-pro .button {
    height: .56rem;
    margin-top: .7rem;
    width: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

.home-pro .swiper-button-prev,
.home-pro .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-pro .swiper-button-prev {
    left: 0;
}

.home-pro .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    right: 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;
    top: -.3rem;
    background: url(../images/close.svg)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    cursor: pointer;
}

.home-news {
    margin-top: 1.3rem;
    padding-left: 1.2rem;
    overflow: hidden;
}

.home-news .txt-con {
    margin-right: 1.2rem;
    margin-top: .2rem;
}

.home-news .txt-con .txt {
    font-size: .22rem;
    line-height: 1.7;
    color: #666;
}

.home-news .content {
    margin-top: .9rem;
}

.home-news .swiper-slide {
    width: 3.9rem;
}

.home-news .swiper-slide .pic {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.home-news .swiper-slide .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .swiper-slide .date {
    font-size: .14rem;
    line-height: 1.5;
    margin-top: .3rem;
}

.home-news .swiper-slide .tit {
    font-size: .22rem;
    line-height: 1.3;
    margin-top: .2rem;font-weight: bold;
}

.home-video {
    background-color: #f9f9f9;
    padding-top: .8rem;
    padding-bottom: .9rem;
    margin-top: 1.95rem;
}

.home-video .title {
    font-size: .46rem;
    line-height: 1.2;
}

.home-video .des {
    font-size: .22rem;
    color: #666;
    line-height: 1.7;
    margin-top: .2rem;
}

.home-video .content {
    padding-left: .3rem;
    padding-right: .3rem;
    margin-top: .75rem;
}

.home-video .pic {
    overflow: hidden;
    height: 2.36rem;
    cursor: pointer;
}

.home-video .swiper-slide span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: url(../images/play1.webp)no-repeat center;
    background-size: 100%;
    width: .73rem;
    height: .6rem;
    z-index: 2;
}

.home-video .text-con {
    background-color: #FFF;
    border: 1px #ebe9e9 solid;
    padding: .2rem .3rem .4rem .3rem;
    border-top: 0;
}

.home-video .sub {
    font-size: .15rem;
    color: #888888;
    line-height: 1.4;
}

.home-video .tit {
    font-size: .2rem;
    line-height: 1.5;
    margin-top: .25rem;
    height: .8rem;font-weight: bold;
}

.home-video .more {
    font-size: .17rem;
    margin-top: .35rem;
    text-decoration: underline;
}

.home-video .more::after {
    content: '';
    width: .19rem;
    height: .18rem;
    background: url(../images/arrow2.webp)no-repeat center;
    background-size: 100%;
    display: block;
    margin-left: .1rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-video .button {
    position: absolute;
    right: 1.2rem;
    top: -1.5rem;
    width: 1.5rem;
    height: .56rem;
}

.home-video .swiper-button-next,
.home-video .swiper-button-prev {
    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-video .swiper-button-prev {
    left: 0;
}

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

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

.home-hot .content {
    margin-top: .55rem;
}

.home-hot .item {
    padding: .4rem .4rem .45rem .4rem;
    width: 24.25%;
    margin-right: 1%;
    background-color: #f1f1f1;
    margin-top: .2rem;
}

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

.home-hot .item .pic {
    height: 2rem;
    overflow: hidden;
}

.home-hot .item .pic img {
    max-width: 100%;
    max-height: 100%;
}

.home-hot .item .tit {
    font-size: .24rem; font-weight:bold;
    line-height: 1.1;
    margin-top: .35rem;
    height: .62rem;
}

.home-hot .item .txt {
    font-size: .21rem;
    color: #888;
    line-height: 1.5;
    margin-top: .15rem;
}

.home-hot .home-more {
    margin-top: .6rem;
    justify-content: flex-end;
}

.home-hot .home-more>a {
    font-family: 'Montserrat-ExtraBold';
    text-decoration: underline;
}

@media (min-width:1025px) {

    .pic:hover:before,
    .home-about .item:hover .pic:before,
    .home-pro .content .con>a:hover .pic:before,
    .home-pro .content .play-con:hover .pic:before,
    .home-news .swiper-slide:hover .pic::before,
    .home-video .swiper-slide:hover .pic::before,
    .home-hot .item:hover .pic::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

    .banner .more>a:hover {
        background-color: #0061ac;
        color: #FFF;
    }

    .home-about .item:hover .pic img,
    .home-pro .content .con>a:hover .pic img,
    .home-pro .content .play-con:hover .pic img,
    .home-news .swiper-slide:hover .pic img,
    .home-video .swiper-slide:hover .pic img,
    .home-hot .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);
    }

    .home-video .swiper-slide:hover .more::after {
        transform: translateX(.15rem);
        -webkit-transform: translateX(.15rem);
        -moz-transform: translateX(.15rem);
        -ms-transform: translateX(.15rem);
        -o-transform: translateX(.15rem);
    }

    .home-more>a:hover,
    .home-pro .content .play-con:hover .tit,
    .home-pro .content .con>a:hover .tit,
    .home-news .swiper-slide:hover .tit,
    .home-video .swiper-slide:hover .tit {
        text-decoration: underline;
        color: #0061ac;
    }
}

@media (max-width:1199px) {
    .banner .text-con {
        width: 100%;
    }

    .banner .title {
        font-size: 31px;
    }

    .banner .text,
    .home-more>a,
    .home-pro .content .txt,
    .home-news .swiper-slide .tit,
    .home-video .des,
    .home-hot .item .txt {
        font-size: 18px;
    }

    .banner .more>a {
        width: 180px;
        line-height: 42px;
        font-size: 17px;
    }

    .banner .swiper-pagination-bullet {
        width: 30px;
    }

    .home-about .title,
    .home-pro .content .tit {
        font-size: 25px;
    }

    .home-about .des,
    .home-about .item .text,
    .home-news .txt-con .txt,
    .home-video .more {
        font-size: 15px;
    }

    .home-about .item .tit,
    .home-hot .item .tit,
    .home-video .tit {
        font-size: 22px;font-weight: bold;
    }

    .home-title {
        font-size: 31px;
    }

    .home-pro .button {
        margin-top: .2rem;
        width: 100px;
    }
	.home-news .swiper-slide .pic{padding-top: 73%;}

    .home-pro .swiper-button-prev,
    .home-pro .swiper-button-next,
    .home-video .swiper-button-next,
    .home-video .swiper-button-prev {
        width: 38px;
        height: 38px;
    }

    .home-news {
        padding-left: .2rem;
        margin-top: .7rem;
        padding-right: .2rem;
    }

    .home-news .txt-con {
        margin-right: .2rem;
    }

    .home-news .content {
        margin-top: .5rem;
    }

    .home-news .swiper-slide .date,
    .home-video .sub {
        font-size: 15px;
    }

    .home-video {
        margin-top: .7rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .home-video .title {
        font-size: 29px;
    }

    .home-video .button {
        right: .2rem;
        width: 100px;
    }

    .home-video .swiper-slide span {
        width: 60px;
        height: 42px;
    }

    .home-video .tit {
        height: 68px;
    }

    .home-video .pic {
        height: auto;
        padding-top: 63%;
    }

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

    .home-hot {
        margin-top: .7rem;
    }

    .home-hot .item {
        padding: .3rem;
    }

    .home-hot .content {
        margin-top: .2rem;
    }

    .home-hot .item {
        width: 32%;
        margin-right: 2%;
    }

    .home-hot .item:nth-of-type(4n) {
        margin-right: 2%;
    }

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

    .home-hot .item .tit {
        margin-bottom: .3rem;
    }
}

@media (max-width:950px) {
    .home-about .des br {
        display: none;
    }
}

@media (max-width:767px) {
    .pc_banner {
        display: none;
    }

    .mb_banner {
        display: block;
    }

    .banner .swiper-slide a,
    .banner .swiper-slide img {
        width: auto;
        height: 5rem;
    }

    .banner .title {
        font-size: 25px;
    }

    .home-about .item,
    .home-pro .content .con {
        width: 100%;
    }
	 .home-about .item:nth-child(2),.home-about .item:nth-child(3) { display:none}
	
    .banner .text {
        display: none;
    }

    .videoShow {
        width: 90%;
        height: 4.2rem;
    }

    .home-pro .content .con {
        margin-right: 0;
    }

    .home-pro .content .con>a:last-child,
    .home-pro .content .play-con {
        margin-top: .4rem;
    }

    .home-news .txt-con {
        display: block;
    }

    .home-news .home-more {
        margin-top: .2rem;
        justify-content: end;
    }

    .home-hot .item {
        width: 49%;
    }

    .home-hot .item.two:nth-of-type(1n) {
        margin-right: 2%;
    }

    .home-hot .item.two:nth-of-type(2n) {
        margin-right: 0;
    }

    .home-hot .item.one:nth-of-type(2n) {
        margin-right: 0;
    }

    .home-pro .swiper-button-prev,
    .home-pro .swiper-button-next,
    .home-video .swiper-button-next,
    .home-video .swiper-button-prev {
        width: 38px;
        height: 38px;
    }
}

@media (max-width:540px) {
    .banner .title {
        font-size: 21px;
    }

    .home-video .content {
        padding-top: 40px;
    }

    .home-video .button {
        top: -20px;
        width: 90px;
        right: .2rem;
        height: 32px;
    }

    .home-hot .item.one {
        width: 100%;
        margin-right: 0;
    }

    .home-hot .item.two {
        width: 49%;
        margin-right: 0;
    }

    .home-hot .item .pic {
        height: auto;
        padding-top: 62%;
    }

    .home-hot .item .pic img {
        position: absolute;
        left: 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%);
    }
}

.warpper {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}

.n-banner {
    overflow: hidden;
}

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

.n-banner .text-content {
    position: absolute;
    left: 2.4rem;
    bottom: .7rem;
    color: #FFF;
    right: 2.4rem;
}

.n-banner .title {
    font-size: .41rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.2;
}

.n-banner .text {
    line-height: 1.5;
    margin-top: 10px;
}

.trucks {
    margin-top: .55rem;
}

.trucks .text-con .title {
    font-size: .27rem;
    line-height: 1.4;
}

.trucks .text-con .title span {
    font-size: .33rem;
    font-family: 'Montserrat-ExtraBold';
}

.trucks .text-con .text {
    font-size: .18rem;
    line-height: 1.6;
    margin-top: .3rem;
    font-family: 'Montserrat-Light';
}

.trucks .p-con {
    margin-top: .5rem;
}

.trucks .p-con .title {
    font-size: .26rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.4;
}

.trucks .p-con .item {
    width: 32%;
    margin-right: 2%;
    margin-top: .45rem;
}

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

.trucks .p-con .item .pic {
    overflow: hidden;
    padding-top: 67%;
}

.trucks .p-con .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trucks .p-con .item .tit {
    font-family: 'Montserrat-ExtraBold';
    font-size: .24rem;
    margin-top: .4rem;
    line-height: 1.2;
}

.trucks .p-con .item .text {
    font-size: .16rem;
    font-family: 'Montserrat-Light';
    line-height: 1.6;
    margin-top: .3rem;
}

.trucks .content {
    margin-top: .7rem;
}

.trucks .content .card {
    margin-bottom: 1rem;
}

.trucks .content .card:last-child {
    margin-bottom: 0;
}

.trucks .content .card .pic {
    overflow: hidden;
    width: 8.1rem;
    height: 5rem;
    margin-right: .7rem;
}

.trucks .content .card .title {
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.4;
    font-size: .35rem;
    margin-top: .25rem;
}

.trucks .content .card .des {
    font-family: 'Montserrat-Light';
    line-height: 1.6;
    margin-top: .6rem;
    color: #333;
}

.trucks .content .card .more {
    border: 1px #0061ab solid;
    line-height: .68rem;
    border-radius: .34rem;
    -webkit-border-radius: .34rem;
    -moz-border-radius: .34rem;
    -ms-border-radius: .34rem;
    -o-border-radius: .34rem;
    color: #0061ab;
    background-color: #FFF;
    width: 2.4rem;
    position: absolute;
    left: 0;
    bottom: .3rem;
    font-family: 'Montserrat-Light';
}

.trucks .content .card:nth-child(even) .pic {
    margin-right: 0;
    margin-left: .7rem;
}

.trucks-why-content {
    margin-top: 1.1rem;
}

.trucks-why-content .title {
    font-size: .41rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.2;
}

.trucks-why-content .text {
    line-height: 1.65;
    margin-top: .2rem;
}

.trucks-why-content .item {
    width: 32.3%;
    margin-right: 1.5%;
    margin-top: .55rem;
}

.trucks-why-content .item:last-child {
    margin-right: 0;
}

.trucks-why-content .item .pic {
    overflow: hidden;
    padding-top: 57.5%;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.trucks-why-content .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.trucks-why-content .item .tit {
    font-family: 'Montserrat-ExtraBold';
    font-size: .28rem;
    line-height: 1.4;
    margin-top: .3rem;
}

.trucks-why-content .item .des {
    font-family: 'Montserrat-Light';
    line-height: 1.6;
    margin-top: .4rem;
    font-size: .17rem;
}

.trucks-list .sub-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.trucks-list .sub-menu dl {
    margin-bottom: .2rem;
}

.trucks-list .sub-menu dl:last-child {
    margin-bottom: 0;
}

.trucks-list .sub-menu dd {
    font-size: .21rem;
    font-family: 'Montserrat-Light';
    color: #666;
    line-height: .5rem;
}

.trucks-list .sub-menu dd>a {
    color: #666;
    padding-left: .16rem;
    padding-right: .16rem;
}

.trucks-list .sub-menu dd>a::after {
    content: '|';
    position: absolute;
    right: 0;
    top: 0;
}

.trucks-list .sub-menu dd>a:last-child::after {
    display: none;
}

.trucks-list .sub-menu dd .active {
    color: #FFF;
    background-color: #0061ab;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.trucks-list .sub-menu dd .active::after{
    display: none;
}

.trucks-list .sub-menu dt {
    line-height: .5rem;
    width: 1.4rem;
    margin-right: .15rem;
    background-color: #0061ac;
    font-size: .2rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.trucks-list .sub-menu dt a {
    color: #FFF;
}

.trucks-list .sub-menu dl .on {
    font-family: 'Montserrat-ExtraBold';
    background-color: #b6b5b5;
}

.trucks-list .list-con {
    background-color: #f1f1f1;
    padding-top: .3rem;
    padding-bottom: .9rem;
}

.trucks-list .list-con li {
    background-color: #FFF;
    width: 24.25%;
    margin-right: 1%;
    margin-top: .2rem;
    padding: .2rem .2rem .55rem .2rem;
}

.trucks-list .list-con li:nth-of-type(4n) {
    margin-right: 0;
}

.trucks-list .list-con li .pic {
    overflow: hidden;
    height: 2.5rem;
}

.trucks-list .list-con li .pic img {
    max-width: 90%;
    max-height: 90%;
}

.trucks-list .list-con li .tit {
    font-size: .22rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.4;
    height: .62rem;
}

.trucks-list .list-con li .button {
    margin-top: .3rem;
}

.trucks-list .list-con li .button>a {
    line-height: .4rem;
    padding: 0 .36rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    font-size: .16rem;
}

.trucks-list .list-con li .button>a:first-child {
    background-color: #0061ab;
    color: #FFF;
}

.trucks-list .list-con li .button>a:last-child {
    padding-right: .6rem;
    border: 1px #464646 solid;
}

.trucks-list .list-con li .button>a:last-child::after {
    content: '';
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .14rem;
    height: .14rem;
    background: url(../images/arrow3.webp)no-repeat center;
    background-size: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.trucks-list .list-con .more {
    margin-left: auto;
    margin-right: auto;
    margin-top: .5rem;
    background-color: #FFF;
    width: 4.1rem;
    line-height: .8rem;
    font-family: 'Montserrat-ExtraBold';
    font-size: .24rem;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    -ms-border-radius: .4rem;
    -o-border-radius: .4rem;
    cursor: pointer;
}

.trucks-details .info-content {
    height: 5.8rem;
    background: url(../images/p-bg.webp)no-repeat center bottom;
    background-size: cover;
    color: #FFF;
}

.trucks-details .info-content .picture {
    justify-content: flex-end;
    width: 7rem;
    height: 5.1rem;
    overflow: hidden;
    margin-top: .9rem;
}

.trucks-details .info-content .picture img {
    max-height: 100%;
    max-width: 100%;
}

.trucks-details .info-content h1 {
    font-size: .33rem;
    line-height: 1.3;
    margin-top: .2rem;
}

.trucks-details .info-content .text {
    font-size: .2rem;
    font-weight: bold;
    line-height: 1.6;
    margin-top: .4rem;
}

.trucks-details .info-content .button {
    margin-top: .8rem;
}

.trucks-details .info-content .button>a {
    line-height: .65rem;
    padding-left: .3rem;
    width: 2.35rem;
    background-color: #FFF;
    border: 1px #333 solid;
    font-family: 'Montserrat-ExtraBold';
}

.trucks-details .info-content .button .WhatApp {
    background-color: #0061ab;
    border-color: #0061ab;
    color: #FFF;
    margin-right: .15rem;
}

.trucks-details .info-content .button .WhatApp::after {
    content: '';
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    width: .29rem;
    height: .29rem;
    background: url(../images/whatapp.webp)no-repeat center;
    background-size: 100%;
}

.trucks-details .info-content .button .mess::after {
    content: '';
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    width: .16rem;
    height: .16rem;
    background: url(../images/arrow3.webp)no-repeat center;
    background-size: 100%;
}

.trucks-details .zoom-pic {
    margin-top: .15rem;
}

.trucks-details .zoom-pic .swiper-slide {
    cursor: pointer;
    background-color: #000;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    height: 2.5rem;
}

.trucks-details .zoom-pic .swiper-slide img {
    opacity: .9;
}

.trucks-details .zoom-pic .swiper-slide::after {
    content: '';
    position: absolute;
    right: .2rem;
    top: .2rem;
    width: .29rem;
    height: .29rem;
    background: url(../images/zoom.webp)no-repeat center;
    background-size: 100%;
}

.trucks-details .zoom-pic .swiper-button-next,
.trucks-details .zoom-pic .swiper-button-prev {
    width: .6rem;
    height: .6rem;
    margin-top: -.3rem;
    border: 1px #0061ac solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: .18rem;
}

.trucks-details .zoom-pic .swiper-button-prev {
    left: -.7rem;
}

.trucks-details .zoom-pic .swiper-button-next {
    right: -.7rem;
}

.trucks-details .title-con {
    border-bottom: 2px solid #dfdede;
    font-size: .24rem;
    font-weight: bold;
    line-height: 2.4;
}

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

.trucks-details .des {
    margin-top: .5rem;
}

.trucks-details .des .card {
    margin-top: .5rem;
    gap: .5rem;
}

.trucks-details .des .card .flex-1{
    overflow-wrap: break-word;
    width: 46%;
}

.trucks-details .des .card .pic {
    width: 7.1rem;
    height: 4.3rem;
    overflow: hidden;
    /* margin-left: .5rem; */
}

/* .trucks-details .des .card:nth-child(even) .pic {
    margin-left: 0;
    margin-right: .5rem;
} */

.trucks-details .des .card .tit {
    font-size: .29rem;
    font-weight: bold;
    line-height: 1.4;
    margin-top: .3rem;
}

.trucks-details .des .card .text {
    font-size: .19rem;
    line-height: 1.4;
    margin-top: .35rem;
}

.trucks-details .des .card .play {
    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: .5rem;
    background: url(../images/play1.webp)no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

.trucks-details .body {
    margin-top: 1rem;
}

.trucks-details .body .con {
    overflow: auto;
    margin-top: .65rem;
    line-height: 1.8;
}

.trucks-details .body .con img {
    max-width: 100%;
}

.trucks-details .pro-video {
    margin-top: .9rem;
}

.trucks-details .pro-video .video-play {
    width: 13.3rem;
    height: 7.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: .5rem;
}

.trucks-details .pro-video .video-play .video {
    width: 93%;height: 100%;margin: 0 auto;
}

.my-video-dimensions {
    width: 100%;
}

.vjs-poster {
    background-size: cover;
}

.video-js{
    width: 100%;
    height: inherit;
}

.video-js .vjs-big-play-button {
    background: url(../images/play1.webp) no-repeat center;
    background-size: contain;
    width: 1.15rem;
    height: .8rem;
    border: none;
    top: 50%;
    left: 50%;
    margin-top: -.4rem;
    margin-left: -.55rem;
    border: 0;
    overflow: hidden;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-icon-play:before {
    display: none;
}

.video-js .vjs-big-play-button:focus {
    background: none;
}

.video-js:hover .vjs-big-play-button {
    background: url(../images/play1.webp) no-repeat center;
}

.trucks-details .picture-content {
    margin-top: .8rem;
}

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

.trucks-details .picture-content .content .item {
    width: 25%;
    overflow: hidden;
}

.trucks-details .picture-content .content .item>div {
    overflow: hidden;
    padding-top: 65%;
}

.trucks-details .picture-content .content .item>div img {
    position: absolute;
    left: 0;
    top: 0;
}

.trucks-details .form-content {
    margin-top: .6rem;
    border: 1px #cfcfcf solid;
    padding: .4rem .25rem;
}

.trucks-details .form-content .title {
    font-size: .31rem;
    font-weight: bold;
}

.trucks-details .form,
.trucks-details .ff-default {
    margin-top: .6rem;
}

.trucks-details .form .group {
    margin-top: .26rem;
    margin-right: 2%;
    width: 32%;
}

.trucks-details .form .group:nth-of-type(3n),
.trucks-details .form .group:last-child {
    margin-right: 0;
}

.trucks-details .form .group .tit,
.trucks-details .ff-default .ff-el-input--label label {
    color: #9494a9;
    padding-left: 0px;
    width: 100%;
    font-size: inherit;
}

.trucks-details .ff-default .ff-el-input--label label:after{
    display: none;
}

.trucks-details .form .group .tit span {
    color: #ed1b24;
}

.trucks-details .fluentform .ff-el-form-left .ff-el-input--content {
    margin-left: 0px;
}

.trucks-details .fluentform .ff-el-form-left .ff-el-input--label {
    margin-top: 0px;
    width: 100%;
    line-height: 1.2;
}

.trucks-details .form .group .input {
    margin-top: .2rem;
}

.trucks-details .form .group .input input[type='text'],
.trucks-details .ff-default .ff-el-input--content input[type='text'],
.trucks-details .ff-default .ff-el-input--content input[type='email'] {
    width: 100%;
    background-repeat: no-repeat;
    background-position: .2rem center;
    background-color: #eceff3 !important;
    height: .58rem;
    padding-left: .6rem;
    font-size: .19rem;
    color: #000;
    font-family: 'Montserrat-Regular';
    border-radius: 0px;
}

.trucks-details .ff-default .ff-el-input--content .name {
    background-image: url(../images/name.webp) !important;
    background-size: .22rem;
}

.trucks-details .ff-default .ff-el-input--content .tel {
    background-image: url(../images/tel.webp) !important;
    background-size: .28rem;
}

.trucks-details .ff-default .ff-el-input--content .email {
    background-image: url(../images/email.webp) !important;
    background-size: .24rem;
}

.trucks-details .ff-default .ff-el-input--content .address {
    background-image: url(../images/address.webp) !important;
    background-size: .17rem;
}

.trucks-details .ff-default .ff-el-input--content .time {
    background-image: url(../images/time.webp) !important;
    background-size: .18rem;
}

.trucks-details .ff-default .ff-el-input--content .car {
    padding-left: .2rem !important;
    font-family: 'Montserrat-ExtraBold' !important;
    color: #000 !important;
}

.trucks-details .ff-default textarea {
    width: 100%;
    height: 1.6rem;
    background-color: #eceff3 !important;
    background-image: url(../images/mess.webp);
    background-repeat: no-repeat;
    background-position: .2rem .2rem;
    background-size: .3rem;
    font-family: 'Montserrat-Regular';
    font-size: .19rem;
    padding-left: .6rem;
    padding-right: .3rem;
    padding-top: .2rem;
    border-radius: 0px;
}

.trucks-details .form .group.code {
    width: 100%;
}

.trucks-details .form .Country-con {
    background-color: #eceff3;
}

.yuyue .form .group.code .tit {
    text-transform: uppercase;
}

.trucks-details .ff-default .f-code input[type='text']{
    padding-left: .2rem;
    width: 4.42rem;
    flex: none;
}

.trucks-details .ff-default .f-code .hidden{
    display: none;
}

.trucks-details .ff-default .f-code img{
    height: .58rem;
    width: auto;
}

.trucks-details .form .group.code .Verification {
    width: 2rem;
}

.trucks-details .form .group.code .Verification img {
    height: 100%;
}

.trucks-details .fluentform_6_success,
.trucks-details .ff-message-success {
    display:none;
}

.trucks-details .form-content button[type='button'],
.trucks-details .ff-default button[type='submit'] {
    background-color: #0061ac !important;
    color: #FFF !important;
    text-transform: uppercase;
    font-family: 'Montserrat-ExtraBold';
    width: 3.2rem;
    height: .65rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: .26rem;
    margin-top: .13rem;
}

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

.Related .title {
    font-size: .33rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.4;
}

.Related .title>a {
    font-size: .2rem;
    text-decoration: underline;
    font-family: 'Montserrat-Medium';
}

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

.Related .swiper-slide {
    border: 1px #dcd6d6 solid;
    padding: .4rem .3rem;
}

.Related .swiper-button-prev {
    width: .54rem;
    height: .89rem;
    background: url(../images/prev.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%);
}

.Related .pic {
    overflow: hidden;
    height: 2.5rem;
}

.Related .pic img {
    max-width: 90%;
    max-height: 90%;
}

.Related .tit {
    font-size: .19rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.4;
    height: .62rem;
}

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

.Related .button>a {
    line-height: .36rem;
    padding: 0 .32rem;
    border-radius: .18rem;
    -webkit-border-radius: .18rem;
    -moz-border-radius: .18rem;
    -ms-border-radius: .18rem;
    -o-border-radius: .18rem;
    font-size: .15rem;
}

.Related .button>a:first-child {
    background-color: #0061ab;
    color: #FFF;
}

.Related .button>a:last-child {
    padding-right: .6rem;
    border: 1px #464646 solid;
}

.Related .button>a:last-child::after {
    content: '';
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .14rem;
    height: .14rem;
    background: url(../images/arrow3.webp)no-repeat center;
    background-size: 100%;
}

.trucks-details .swiper-pagination,
.Related .swiper-pagination {
    display: none;
}

.trucks-details .swiper-pagination-bullet-active,
.Related .swiper-pagination-bullet-active {
    background-color: #0061ac;
}

@media (min-width:1025px) {

    .trucks .p-con .item:hover .pic::before,
    .trucks .content .card:hover .pic::before,
    .trucks-why-content .item:hover .pic::before,
    .trucks-list .list-con li:hover .pic::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

    .trucks .p-con .item:hover .pic img,
    .trucks .content .card:hover .pic img,
    .trucks-why-content .item:hover .pic img,
    .trucks-list .list-con li: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);
    }

    .trucks .content .card:hover .more {
        background-color: #0061ab;
        color: #FFF;
    }

    .trucks-list .sub-menu dd>a:hover {
        color: #FFF;
        background-color: #0061ab;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .trucks-list .sub-menu dd>a:hover::after {
        display: none;
    }

    .trucks-details .info-content .button>a:hover,
    .trucks-list .list-con li .button>a:hover {
        text-decoration: underline;
    }

    .trucks-list .list-con li:hover .tit {
        text-decoration: underline;
        color: #0061ac;
    }

    .trucks-list .list-con li .button>a:hover:last-child::after {
        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);
    }
}

@media (max-width:1199px) {
    .warpper {
        padding-left: .2rem;
        padding-right: .2rem;
    }

    .n-banner .text-content {
        left: .2rem;
        right: .2rem;
        bottom: .2rem;
    }

    .n-banner .text {
        margin-top: 5px;
    }

    .n-banner .title {
        font-size: 25px;
    }

    .trucks-why-content .title {
        font-size: 29px;
    }

    .n-banner img {
        height: 4.6rem;
        width: auto;
    }

    .trucks .text-con .title,
    .trucks .p-con .title,
    .trucks .content .card .title,
    .trucks-details .info-content h1,
    .trucks-details .form-content .title {
        font-size: 21px;
    }

    .trucks .text-con .title span,
    .Related .title {
        font-size: 25px;
    }

    .trucks .text-con .text,
    .trucks-why-content .item .des,
    .trucks-details .info-content .text,
    .trucks-details .form .group .input input[type='text'],
    .trucks-details .ff-default .ff-el-input--content input[type='text'],
    .trucks-details .ff-default .ff-el-input--content input[type='email'],
    .trucks-details .ff-default textarea,
    .trucks-details .ff-default .f-code img,
    .Related .tit,
    .Related .button>a {
        font-size: 16px;
    }

    .trucks .text-con .text br {
        display: none;
    }

    .trucks-details .des .card .tit,
    .trucks .p-con .item .tit,
    .trucks-why-content .item .tit,
    .trucks-list .list-con .more,
    .trucks-details .title-con {
        font-size: 19px;
    }

    .trucks .p-con .item .text {
        font-size: 15px;
    }

    .trucks .content .card {
        margin-bottom: .7rem;
    }

    .trucks .content .card .more {
        line-height: 48px;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        -ms-border-radius: 24px;
        -o-border-radius: 24px;
        width: 170px;
    }

    .trucks .content .card .pic {
        margin-right: .4rem;
    }

    .trucks .content .card:nth-child(even) .pic {
        margin-left: .4rem;
    }

    .trucks-why-content .item .des {
        margin-top: .2rem;
    }

    .trucks-why-content,
    .trucks-details .body {
        margin-top: .45rem;
    }

    .trucks-list .list-con li {
        width: 32.3%;
    }

    .trucks-list .list-con li:nth-of-type(4n) {
        margin-right: 1%;
    }

    .trucks-list .list-con li:nth-of-type(3n) {
        margin-right: 0;
    }

    .trucks-list .list-con li .tit {
        font-size: 19px;
        height: 48px;
    }

    .trucks-list .sub-menu dt {
        font-size: 19px;
        width: 120px;
        line-height: 34px;
    }

    .trucks-list .sub-menu dd {
        font-size: 18px;font-weight: bold;
        line-height: 34px;
    }

    .trucks-list .list-con li .button>a {
        font-size: 13px;
        line-height: 28px;
        border-radius: 14px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        -o-border-radius: 14px;
    }

    .trucks-list .list-con .more {
        width: 250px;
        line-height: 50px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }

    .trucks-details .info-content .button>a {
        line-height: 46px;
        width: 160px;
    }

    .trucks-details .zoom-pic .swiper-container,
    .Related .swiper-container {
        padding-bottom: 40px;
    }

    .trucks-details .zoom-pic .swiper-button-next,
    .trucks-details .zoom-pic .swiper-button-prev {
        display: none;
    }

    .trucks-details .zoom-pic .swiper-pagination,
    .Related .swiper-pagination {
        display: block;
    }

    .trucks-details .zoom-pic .swiper-slide::after {
        width: 20px;
        height: 20px;
    }

    .trucks-details .des .card .text,
    .trucks-details .form .group .tit,
    .Related .title>a {
        font-size: 17px;
    }

    .trucks-details .form .group .input input[type='text'],
    .trucks-details .ff-default .ff-el-input--content input[type='text'],
    .trucks-details .ff-default .ff-el-input--content input[type='email'],
    .trucks-details .form .group.code .Verification {
        height: 40px;
    }

    .trucks-details .ff-default textarea{
        height: 120px;
    }

     .trucks-details .ff-default .f-code img {
        min-height: auto;
     }

    .trucks-details .form-content button[type='button'],
    .trucks-details .ff-default button[type='submit'] {
        width: 220px;
        height: 40px;
        font-size: 19px;
    }

    .Related .tit {
        height: 42px;
    }

    .Related .swiper-button-next,
    .Related .swiper-button-prev {
        display: none;
    }

    .Related .button>a {
        width: 48%;
    }

    .Related .button>a {
        line-height: 38px;
        border-radius: 19px;
        -webkit-border-radius: 19px;
        -moz-border-radius: 19px;
        -ms-border-radius: 19px;
        -o-border-radius: 19px;
    }

    .Related .swiper-slide .pic {
        height: auto;
        padding-top: 65%;
    }

    .Related .swiper-slide .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%);
    }
}

@media (max-width:950px) {
    .warpper .fluentform .ff-el-group{
        margin-bottom: 0px;
    }

    .trucks .content .card .pic {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
        order: 1 !important;
        padding-top: 55%;
    }

    .trucks .content .card .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .trucks .content .card .text-content {
        order: 2;
    }

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

    .trucks .content .card .more {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: .3rem;
    }
}

@media (max-width:767px) {
    .n-banner img {
        height: 2.4rem;
    }
    .n-banner.search img{
        height: auto;
        width: 100%;
    }
    .trucks-list .sub-menu dl {
        display: block;
    }

    .trucks-list .sub-menu dd {
        margin-top: .2rem;
    }

    .trucks .p-con .item,
    .trucks-why-content .item {
        width: 100%;
        margin-right: 0;
    }

    .trucks-list .list-con li {
        width: 49.5%;
    }

    .trucks-list .list-con li:nth-of-type(3n) {
        margin-right: 1%;
    }

    .trucks-list .list-con li:nth-of-type(2n) {
        margin-right: 0;
    }

    .trucks-list .list-con li .pic {
        height: auto;
        padding-top: 65%;
    }

    .trucks-list .list-con li .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%);
    }

    .trucks-list .list-con li .button,
    .Related .button {
        display: block;
        margin-top: .2rem;
    }

    .trucks-list .list-con li .button>a,
    .Related .button>a {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: .2rem;
    }

    .trucks-list .list-con li .button>a:last-child {
        margin-bottom: 0;
    }

    .trucks-details .info-content {
        height: auto;
        padding-top: .4rem;
        padding-bottom: .4rem;
    }

    .trucks-details .des .card .flex-1{
        width: 100%;
    }

    .trucks-details .des .card .pic {
        width: 100%;
        order: 1;
        margin-top: 0;
    }

    .trucks-details .des .card .flex-1 {
        order: 2;
    }
     .trucks-details .des .card{ margin-top: .2rem;}
    .trucks-details .des .card .pic {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .trucks-details .pro-video .video-play {
        width: 100%;
        height: 4rem;
    }

    .video-js .vjs-big-play-button {
        width: 80px;
        height: 40px;
    }

    .trucks-details .picture-content .content .item {
        width: 50%;
    }

    .trucks-details .form .group {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width:540px) {
    .trucks-details .info-content .button {
        margin-top: .4rem;
    }

    .trucks-list .list-con li,
    .trucks-details .picture-content .content .item {
        width: 100%;
        margin-right: 0;
    }

    .trucks-list .list-con li .tit {
        height: auto;
    }

    .trucks-list .list-con li .button {
        display: flex;
    }

    .trucks-list .list-con li .button>a {
        width: 47%;line-height: 35px;font-size: 15px;
    }

    .trucks-list .list-con li .button>a:first-child {
        margin-bottom: 0;
    }
}

.video-content .submenu {
    margin-top: .35rem;
}

.video-content .submenu>a {
    line-height: .52rem;
    font-family: 'Montserrat-Light';
    font-size: .17rem;
    border: 1px #30424e solid;
    padding: 0 .4rem;
    margin-right: .2rem;
    margin-top: .2rem;
}

.video-content .submenu>a:last-child {
    margin-right: 0;
}

.video-content .submenu>a.active {
    font-family: 'Montserrat-ExtraBold';
    color: #FFF;
    background-color: #0061ab;
}

.video-content .content {
    margin-top: .1rem;
}

.video-content .content .item {
    width: 32%;
    overflow: hidden;
    margin-right: 2%;
    cursor: pointer;
    margin-top: .35rem;
}

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

.video-content .content .item .pic {
    overflow: hidden;
    padding-top: 64%;
}

.video-content .content .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.video-content .content .item .text-con {
    border: 1px #ebe9e9 solid;
    padding: .2rem .2rem .25rem .2rem;
}

.video-content .content .item .sub-title {
    color: #888;
    font-size: .15rem;
    line-height: 1.2;
}

.video-content .content .item .tit {
    margin-top: .25rem;
    font-size: .2rem;
    line-height: 1.5;
    height: .81rem;font-weight: bold;
}

.video-content .content .item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .73rem;
    height: .6rem;
    background: url(../images/play1.webp)no-repeat center;
    background-size: 100%;
}

@media (min-width:1025px) {
    .video-content .content .item:hover .pic::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

    .video-content .content .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);
    }

    .video-content .content .item:hover .tit {
        text-decoration: underline;
        color: #0061ac;
        font-weight: bold;
    }
}

@media (max-width:1199px) {
    .video-content .submenu>a {
        line-height: 38px;
        font-size: 15px;
    }

    .video-content .content .item .sub-title {
        font-size: 13px;
    }

    .video-content .content .item .tit {
        font-size: 17px;
        height: 68px;
    }

    .video-content .content .item {
        width: 32%;
    }

    .video-content .content .item:nth-of-type(4n) {
        margin-right: 2%;
    }

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

    .video-content .content .item span {
        width: 60px;
        height: 42px;
    }
}

@media (max-width:767px) {
    .video-content .submenu>a {
        padding: 0 .2rem;
    }

    .video-content .content .item {
        width: 49%;
    }

    .video-content .content .item:nth-of-type(3n) {
        margin-right: 2%;
    }

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

@media (max-width:540px) {
    .video-content .submenu>a {
        margin-right: .15rem;
    }

    .video-content .content .item {
        width: 100%;
        margin-right: 0;
    }

    .video-content .content .item .tit {
        height: auto;
    }
}

.news-banner {
    background: url(../images/news-banner.webp)no-repeat left top;
    background-size: cover;
    height: 1.77rem;
    color: #FFF;
    margin-top: .1rem;
}

.news-banner .txt {
    font-family: 'Montserrat-Light';
    font-size: .23rem;
    line-height: 1.4;
}

.news-banner .title {
    font-size: .36rem;
    font-weight: bold;
    line-height: 1.4;
    margin-top: .1rem;
}

.news-content .box {
    margin-top: .5rem;
}

.news-content .box .big-picture {
    width: 7.5rem;
    margin-right: .4rem;
}

.news-content .box .big-picture .pic {
    overflow: hidden;
    padding-top: 69%;
}

.news-content .box .big-picture .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.news-content .box .big-picture .date {
    font-size: .16rem;
    line-height: 1.4;
    margin-top: .25rem;
}

.news-content .box .big-picture .title {
    font-family: 'Montserrat-Light';
    line-height: 1.4;
    margin-top: .15rem;
}

.news-content .box .item {
    margin-bottom: .45rem;
}

.news-content .box .item:last-child {
    margin-bottom: 0;
}

.news-content .box .item .pic {
    overflow: hidden;
    height: 1.7rem;
    width: 2.8rem;
    margin-right: .3rem;
}

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

.news-content .box .item .date {
    font-size: .16rem;
    line-height: 1.4;
    margin-top: .3rem;
}

.news-content .box .item .title {
    font-family: 'Montserrat-Light';
    line-height: 1.4;
    margin-top: .05rem;
}

.news-content .home-title {
    margin-top: 1.2rem;
}

.news-content .home-title span {
    font-family: 'Montserrat-Light';
    margin-left: .1rem;
}

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

.news-content .content .item {
    margin-top: .6rem;
    width: 30%;
    margin-right: 5%;
}

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

.news-content .content .item .pic,
.news-details .Articles .pic {
    padding-top: 57%;
    overflow: hidden;
}

.news-details .view{
    margin-left: 0.2rem;
}

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

.news-content .content .item .tit,
.news-details .Articles .tit {
    font-family: 'Montserrat-Light';
    line-height: 1.4;
    margin-top: .3rem;
    height: 54px;
}

.news-content .content .item .date,
.news-details .Articles .date {
    text-decoration: underline;
    font-size: .15rem;
    margin-top: .2rem;
}

.news-content .more {
    margin-left: auto;
    margin-right: auto;
    font-size: .24rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: .78rem;
    border: 1px #0061ac solid;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    -ms-border-radius: .4rem;
    -o-border-radius: .4rem;
    width: 4.1rem;
    margin-top: .8rem;
}

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

.news-details .date {
    font-size: .18rem;
    font-family: 'Montserrat-Light';
    line-height: 1.3;
}

.news-details h1 {
    font-size: .3rem;
    font-weight: bold;
    line-height: 1.3;
    margin-top: .3rem;
}

.news-details .body {
    font-family: 'Montserrat-Light';
    margin-top: .7rem;
    font-size: .17rem;
    line-height: 1.8;
}
.news-details .rich-text ul li{list-style: disc;}

.news-details .body p {
    margin: 0 0 .1rem;
}



.news-details .Articles {
    margin-top: .9rem;
    border-top: 1px #6e7071 solid;
    padding-top: 1rem;
}

.news-details .Articles .home-title span {
    font-family: 'Montserrat-Light';
    margin-left: .1rem;
}

.news-details .Articles .content {
    margin-top: .8rem;
}

.news-details .Articles .swiper-button-next,
.news-details .Articles .swiper-button-prev {
    width: .55rem;
    height: .56rem;
    background: url(../images/prev.webp)no-repeat center;
    background-size: 100%;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.news-details .Articles .swiper-button-prev {
    left: -.8rem;
}

.news-details .Articles .swiper-button-next {
    right: -.8rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media (min-width:1025px) {

    .news-content .box .big-picture:hover .pic::before,
    .news-content .box .item:hover .pic::before,
    .news-content .content .item:hover .pic::before,
    .news-details .Articles .swiper-slide:hover .pic::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

    .news-content .box .big-picture:hover .pic img,
    .news-content .box .item:hover .pic img,
    .news-content .content .item:hover .pic img,
    .news-details .Articles .swiper-slide: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-content .more:hover {
        background-color: #0061ac;
        color: #FFF;
    }

    .news-content .content .item:hover .tit {
        font-weight: bold;
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    .news-banner {
        padding-left: 80px;
    }

    .news-banner .txt,
    .news-details .date,
    .news-content .box .big-picture .date,
    .news-content .box .item .date,
    .news-content .content .item .date,
    .news-details .Articles .date {
        font-size: 15px;
    }

    .news-banner .text-content .txt {
        display: none;
    }

    .news-banner .title {
        font-size: 19px;
        margin-top: .2rem;
    }

    .news-content .content .item .tit {
        height: 44px;
        font-size: 19px;
    }

    .news-content .content .item {
        width: 32%;
        margin-right: 2%;
    }

    .news-content .more {
        font-size: 19px;
        line-height: 50px;
        width: 260px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }

    .news-details .Articles .swiper-button-prev {
        left: .2rem;
    }

    .news-details .Articles .swiper-button-next {
        right: .2rem;
    }

    .news-details .Articles {
        padding-top: .7rem;
    }

    .news-details .Articles .content {
        margin-top: .5rem;
    }

    .news-details .Articles .swiper-button-next,
    .news-details .Articles .swiper-button-prev {
        width: 38px;
        height: 38px;
    }

    .news-details h1 {
        font-size: 19px;
    }

    .news-details .body,
    .news-content .box .big-picture .title,
    .news-content .box .item .title {
        font-size: 18px;
    }
	.aligncenter{ max-width: 100%;}
}

@media (max-width:950px) {
    .news-banner {
        padding-left: 60px;
    }
    .rich-text p{
        margin: .1rem 0 !important;
    }
}

@media (max-width:767px) {
    .news-banner {
        height: 70px;
        background-color: #0061ab;
        padding-left: 22px;
    }

    .news-content .box .big-picture {
        width: 100%;
        margin-right: 0;
        margin-bottom: .3rem;
    }

    .news-content .content .item {
        width: 49%;
    }

    .news-content .content .item:nth-of-type(3n) {
        margin-right: 2%;
    }

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

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

.us .content {
    margin-top: .45rem;
}

.us .content .picture {
    width: 8.05rem;
    margin-right: -2.35rem;
    overflow: hidden;
}

.us .text-content {
    margin-right: .5rem;
}

.us .title {
    font-size: .33rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.3;
}

.us .text-content .title {
    margin-top: .2rem;
}

.us .des {
    color: #666;
    font-family: 'Montserrat-Light';
    line-height: 1.6;
    margin-top: .1rem;
}

.us .text-content .text-grid {
    margin-top: .7rem;
}

.us .text-content .text-grid .tit {
    font-size: .26rem;
    line-height: 1.4;
    font-family: 'Montserrat-ExtraBold';
}

.us .text-content .text-grid .text {
    font-family: 'Montserrat-Light';
    line-height: 1.9;
    margin-top: .25rem;
}

.us .text-content .text-grid .text span {
    color: #666;
}

.us .mess {
    margin-top: 1.55rem;
}

.us .mess .frm-fluent-form {
    margin-top: .6rem;
}

.us .mess .fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:before {
    color: var(--fluentform-danger);
    content: "*";
}

.us .mess .fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
    content: '';
}

.us .mess .tit,
.ff-default .ff-el-input--label label {
    font-size: .21rem;
    padding-left: .2rem;
    width: 2.4rem;
    line-height: .56rem !important;
}

.us .mess .tit::before,
.us .mess .fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label::before {
    display: none;
    content: '*';
    color: red;
    position: absolute;
    left: 0;
    top: 0;
}

.us .mess .Country .tit::before {
    display: none;
}

.us .mess .group,
.fluentform .ff-el-input--label {
    margin-top: .1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 !important;
}

.us .mess .ff-default .ff-el-form-control {
    border-radius: 0px;
}

.us .mess .ff-el-input--content input[type="text"],
.us .mess .ff-el-input--content input[type="email"] {
    height: .54rem;
    width: 100%;
    padding-left: .2rem;
    font-size: .19rem;
}

.us .mess .Verification img {
    width: 2.2rem;
}

.us .mess .fluentform .ff-el-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: .1rem;
}

.us .mess .fluentform .ff-el-form-left .ff-el-input--label {
    margin-top: 0px !important;
    width: auto !important;
}

.us .mess .fluentform .ff-el-form-left .ff-el-input--content {
    width: 100%;
    flex: 1;
    margin-left: 0px !important;
}

.us .mess .fluentform .ff_input-group input[type="text"] {
    width: 3rem;
    flex: none;
}

.us .mess .fluentform .ff_input-group .hidden{
    display: none;
}

.us .mess .fluentform .ff_input-group .code img {
    width: 1.75rem;
    height: .54rem;
}

.us .mess .fluentform .ff-text-left,
.us .mess .ff-message-success{
    display: none;
}

.us .mess .fluentform .ff-text-left,
.us .mess .submit  {
    margin-top: .4rem;
}

.us .mess .ff-el-input--content textarea {
    width: 100%;
    padding: .2rem;
    height: 1.95rem;
    font-size: .19rem;
}

.us .mess .ff-text-left button[type="submit"],
.us .mess .submit button[type="button"] {
    width: 3.6rem;
    height: .7rem;
    color: #FFF;
    background-color: #0061ac;
    font-size: .28rem;
    font-family: 'Montserrat-ExtraBold';
    border-radius: 0px;
    margin: auto;
}

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

.us .picture-box {
    margin-top: 1.6rem;
}

.us .picture-box .item {
    margin-top: .2rem;
    width: 49%;
    overflow: hidden;
    height: 6.5rem;
}

.us .picture-box .item .text-con {
    position: absolute;
    left: 0;
    bottom: .5rem;
    width: 100%;
    color: #FFF;
    line-height: 1;
    padding-left: .45rem;
}

.us .picture-box .item .txt {
    font-family: 'Montserrat-ExtraBold';
    font-size: .35rem;
}

.us .picture-box .item .tit {
    font-family: 'impact';
    font-size: .9rem;
    margin-top: .1rem;
}

@media (min-width:1025px) {

    .us .content .picture:hover img,
    .us .picture-box .item:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}

@media (max-width:1199px) {
    .us .content .picture {
        margin-right: 0;
    }

    .us .title {
        font-size: 21px;
    }

    .us .text-content .text-grid .tit {
        font-size: 19px;
    }

    .us .mess .tit,
    .ff-default .ff-el-input--label label {
        font-size: 17px;
        width: 180px;
    }

    .us .mess .ff-text-left button[type="submit"],
    .us .mess .submit button[type="button"] {
        width: 250px;
        height: 50px;
        font-size: 19px;
    }

    .us .mess .ff-el-input--content input[type="text"],
    .us .mess .ff-el-input--content input[type="email"],
    .us .mess .fluentform .ff_input-group .code img {
        height: 38px;
    }

    .us .mess .fluentform .ff_input-group .code img {
        width: auto;
    }

    .us .mess .ff-el-input--content textarea {
        height: 140px;
    }

    .us .picture-box,
    .us .mess {
        margin-top: .7rem;
    }

    .us .mess .ff-el-input--content input[type="text"],
    .us .mess .ff-el-input--content input[type="email"],
    .us .mess .ff-el-input--content textarea {
        font-size: 20px;
    }

    .us .picture-box .item .txt {
        font-size: 25px;
    }

    .us .picture-box .item .tit {
        font-size: 65px;
    }

    .us .des,
    .us .text-content .text-grid .text,
    .trucks-why-content .item .des {
        font-size: 17px;
    }

    .us .text-content .text-grid .text p {
        font-size: .35rem;
    }
}

@media (max-width:767px) {
    .us .content .picture {
        width: 100%;
        margin-top: .3rem;
    }
    .us .mess .fluentform .ff-el-group{
        flex-direction: column;
    }
    .us .mess .fluentform .ff_input-group input[type="text"]{
        width: 4.7rem;
    }
}

@media (max-width:540px) {
    .us .mess .group {
        display: block;
    }

    .us .picture-box .item,
    .us .text-content .text-grid {
        width: 100%;
    }

    .us .mess .fluentform .ff-text-left,
    .us .mess .submit  {
        padding-left: 0;
    }

    .us .mess .ff-text-left button[type="submit"],
    .us .mess .submit button[type="button"] {
        width: 100%;
    }

    .us .text-content {
        margin-right: 0;
    }
}

.about {
    margin-top: .4rem;
}

.about .title {
    font-size: .29rem;
    line-height: 1.4;
    font-family: 'Montserrat-ExtraBold';
}

.about .adv-con {
    margin-top: .1rem;
}

.about .adv-con .text-con {
    margin-right: .4rem;
}

.about .adv-con .tit {
    font-size: .23rem;
    line-height: 1.4;
    margin-top: .15rem;
}

.about .adv-con .des {
    font-family: 'Montserrat-Light';
    line-height: 1.65;
    margin-top: .35rem;
    font-size: .17rem;
}

.about .adv-con .play-con {
    width: 7.35rem;
    height: 4rem;
    overflow: hidden;
}

.about .adv-con .play-con .my-video-dimensions {
    height: 100%;
}

.about .adv-con .play-con .video-js .vjs-big-play-button {
    width: .58rem;
    height: .42rem;
    margin-top: -.21rem;
    margin-left: -.29rem;
}

.about .more {
    font-family: 'Montserrat-ExtraBold';
    color: #FFF;
    background-color: #0061ac;
    line-height: .6rem;
    padding-right: .2rem;
    padding-left: .3rem;
    margin-left: .15rem;
    z-index: 2;
}

.about .more::after {
    content: '';
    position: absolute;
    left: -.15rem;
    width: .15rem;
    height: 100%;
    background-color: #eaebeb;
}

.about .adv-con .more {
    margin-top: .3rem;
}

.about .number-con {
    margin-top: 1.2rem;
}

.about .number-con .num {
    color: #0061ac;
    font-size: .2rem;
    line-height: 1.2;
}

.about .number-con .num .jia::after {
    content: '+';
}

.about .number-con .counter {
    font-family: 'Montserrat-ExtraBold';
    font-size: .58rem;
}

.about .number-con .unit {
    font-family: 'Montserrat-ExtraBold';
    font-size: .58rem;
}

.about .number-con .tit {
    font-size: .18rem;
    font-family: 'Montserrat-Light';
    line-height: 1.4;
    margin-top: .1rem;
}

.about .Culture {
    margin-top: .7rem;
    height: 5rem;
    background: url(../images/img40.webp)no-repeat center;
    background-size: cover;
    color: #FFF;
    padding-top: .8rem;
}

.about .Culture .title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -.2rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 1.1rem;
    height: 5px;
    background-color: #FFF;
}

.about .Culture .content {
    margin-top: .65rem;
}

.about .Culture .item {
    margin-top: .2rem;
    width: 23%;
}

.about .Culture .item .tit {
    font-family: 'Montserrat-ExtraBold';
    line-height: 3;
    border-bottom: 1px #FFF solid;
    font-size: .24rem;
}

.about .Culture .item .text {
    font-size: .18rem;
    margin-top: .2rem;
    line-height: 1.6;
}

.about .content {
    margin-top: 1.25rem;
}

.about .content .card {
    margin-bottom: 1rem;
    cursor: pointer;
}

.about .content .card:last-child {
    margin-bottom: 0;
}

.about .content .card .picture {
    width: 7.3rem;
    z-index: 2;
    margin-right: .8rem;
}

.about .content .card .picture::after {
    content: '';
    position: absolute;
    left: .15rem;
    top: .15rem;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #cfe1ef;
}

.about .content .card .picture .pic {
    width: 100%;
    padding-top: 68%;
    overflow: hidden;
}

.about .content .card .picture .pic img {
    position: absolute;
    top: 0;
    left: 0;
}

.about .content .card:nth-child(even) .picture {
    margin-right: 0;
    margin-left: .8rem;
}

.about .content .card:nth-child(even) .picture::after {
    left: -.15rem;
}

.about .content .card .title {
    margin-top: .2rem;
}

.about .content .card .txt {
    margin-top: .3rem;
    font-size: .17rem;
    font-family: 'Montserrat-Light';
    line-height: 1.65;
}

.about .content .card .more {
    position: absolute;
    left: 0;
    bottom: .8rem;
}

.about .adv {
    background: url(../images/img43.webp)no-repeat center;
    background-size: cover;
    color: #FFF;
    margin-top: 1.2rem;
    height: 6.3rem;
    padding-top: 1rem;
}

.about .adv .title {
    font-size: .42rem;
}

.about .adv .text {
    font-size: .32rem;
    line-height: 1.6;
    margin-top: .7rem;
    border-left: 5px #FFF solid;
    padding-left: .4rem;
    padding-bottom: .4rem;
}

.about .adv>a {
    background-color: #0061ac;
    color: #FFF;
    line-height: .54rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    padding-left: .35rem;
    width: 3.3rem;
    margin-top: .5rem;
}

.about .adv>a::before {
    content: '';
    display: block;
    width: .29rem;
    height: .29rem;
    background: url(../images/whatapp.webp)no-repeat center;
    background-size: 100%;
    margin-right: .2rem;
}

@media (min-width:1025px) {
    .about .more:hover {
        text-decoration: underline;
    }

    .about .content .card:hover .picture .pic::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

    .about .content .card:hover .picture .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }
}

@media (max-width:1199px) {
    .about .title {
        font-size: 21px;
    }

    .about .adv-con .tit,
    .about .Culture .item .tit,
    .about .adv .text {
        font-size: 19px;
    }

    .about .adv-con .des {
        font-size: 16px;
    }

    .about .more {
        line-height: 42px;
    }

    .about .number-con .tit,
    .about .Culture .item .text,
    .about .content .card .txt,
    .about .number-con .num {
        font-size: 17px;
    }

    .about .number-con .counter,
    .about .number-con .unit {
        font-size: 31px;
    }

    .about .number-con {
        margin-top: 1rem;
    }

    .about .content .card .more {
        bottom: .1rem;
    }

    .about .content .card .picture {
        margin-right: .5rem;
    }

    .about .content .card:nth-child(even) .picture {
        margin-left: .4rem;
    }

    .about .adv .title {
        font-size: 29px;
    }

    .about .adv>a {
        line-height: 40px;
        width: 230px;
    }
}

@media (max-width:950px) {
    .about .adv-con .text-con {
        margin-right: 0;
    }

    .about .adv-con .play-con {
        width: 100%;
        margin-top: .4rem;
        height: 7rem;
    }

    .about .Culture,
    .about .adv {
        height: auto;
        padding-bottom: .5rem;
    }

    .about .Culture .item {
        width: 45%;
    }

    .about .content .card .picture {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100%;
        order: 1;
    }

    .about .content .card .txt-con {
        order: 2;
        margin-top: .3rem;
    }

    .about .content .card .more {
        position: inherit;
        margin-top: .3rem;
    }
}

@media(max-width:767px) {
    .about .adv-con .play-con {
        height: 4rem;
    }

    .about .number-con .card {
        width: 30%;
        margin-top: .2rem;
    }

    .about .number-con {
        margin-top: .7rem;
    }
}

@media (max-width:540px) {
    .about .number-con .card {
        width: 45%;
    }

    .about .Culture .item {
        width: 100%;
    }
}

.z-banner {
    width: 100%;
    height: 1.8rem;
    background: #30424e url(../images/z-banner.webp)no-repeat center;
    background-size: cover;
    color: #FFF;
    justify-content: flex-end;
    padding-bottom: .4rem;
}

.z-banner .title {
    font-size: .33rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.2;
}

.z-banner .crumbs {
    font-size: .14rem;
    color: rgba(255, 255, 255, .5);
    font-family: 'Montserrat-Light';
    line-height: 1.2;
    margin-top: .2rem;
}

.z-banner .crumbs>a {
    color: rgba(255, 255, 255, .5);
    margin-right: .1rem;
    padding-right: .2rem;
}

.z-banner .crumbs>a::after {
    content: '';
    display: inline-block;
    width: .15rem;
    height: .15rem;
    background: url(../images/arrow1.svg)no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.zhizao {
    font-size: .17rem;
}

.zhizao .submenu {
    margin-top: .4rem;
}

.zhizao .submenu>a {
    border: 1px #30424e solid;
    line-height: .5rem;
    padding: 0 .5rem;
    font-family: 'Montserrat-Light';
    margin-right: .15rem;
}

.zhizao .submenu>a.active {
    background-color: #0061ab;
    border-color: #0061ab;
    color: #FFF;
    font-family: 'Montserrat-ExtraBold';
}

.zhizao .submenu>a:last-child {
    margin-right: 0;
}

.zhizao .des {
    font-family: 'Montserrat-Light';
    line-height: 1.8;
    margin-top: .6rem;
}

.zhizao .con {
    margin-top: .5rem;
}

.zhizao .con .card {
    margin-top: .3rem;
    width: 48.5%;
}

.zhizao .con .card .pic {
    overflow: hidden;
    padding-top: 58.5%;
}

.zhizao .con .card .pic img {
    position: absolute;
    top: 0;
    left: 0;
}

.zhizao .con .card .tit {
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.2;
    font-size: .32rem;
    margin-top: .5rem;
}

.zhizao .con .card .text {
    line-height: 1.75;
    font-family: 'Montserrat-Light';
    margin-top: .25rem;
}

.zhizao .content {
    background-color: #f7f7f7;
    padding-top: 1rem;
    padding-bottom: 1.1rem;
    margin-top: .8rem;
}

.zhizao .content .title {
    font-size: .33rem;
    font-family: 'Montserrat-ExtraBold';
}

.zhizao .content .text {
    font-family: 'Montserrat-Light';
    margin-top: .2rem;
    line-height: 1.7;
}

.zhizao .content .picture-content {
    margin-top: .5rem;
}

.zhizao .content .picture-content .card {
    margin-top: .2rem;
    width: 24.25%;
    margin-right: 1%;
    height: 2.35rem;
    cursor: pointer;
}

.zhizao .content .picture-content .card:nth-of-type(4n) {
    margin-right: 0;
}

.zhizao .content .more {
    margin-top: .4rem;
    font-size: .25rem;
    font-family: 'Montserrat-ExtraBold';
}

.zhizao .content .more a {
    text-decoration: underline;
}

@media (min-width:1025px) {
    .z-banner .crumbs>a:hover {
        color: #FFF;
    }

    .zhizao .content .more a:hover {
        text-decoration: none;
    }

    .zhizao .submenu>a:hover {
        background-color: #0061ac;
        color: #FFF;
        border-color: #0061ac;
    }
}

@media (max-width:1199px) {
    .z-banner .title {
        font-size: 20px;
    }

    .z-banner .crumbs {
        font-size: 13px;
    }

    .z-banner .crumbs>a::after {
        width: 12px;
        height: 12px;
    }

    .zhizao {
        font-size: 16px;
    }

    .zhizao .submenu>a {
        line-height: 36px;
        padding: 0 .4rem;
    }

    .zhizao .con .card .tit,
    .zhizao .content .title {
        font-size: 21px;
    }

    .zhizao .content .more {
        font-size: 19px;
    }
}

@media (max-width:950px) {
    .zhizao .content .picture-content .card {
        width: 32.5%;
        height: auto;
        padding-top: 23%;
    }

    .zhizao .content .picture-content .card:nth-of-type(4n) {
        margin-right: 1%;
    }

    .zhizao .content .picture-content .card:nth-of-type(3n) {
        margin-right: 0;
    }

    .zhizao .content .picture-content .card img {
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (max-width:767px) {
    .zhizao .submenu {
        margin-top: .2rem;
    }

    .zhizao .submenu>a {
        width: 49%;
        margin-right: 2%;
        margin-top: .2rem;
    }

    .zhizao .submenu>a:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width:540px) {
    .zhizao .con .card {
        width: 100%;
    }

    .zhizao .content .picture-content .card {
        width: 49%;
        padding-top: 37%;
        margin-right: 2%;
    }

    .zhizao .content .picture-content .card:nth-of-type(3n) {
        margin-right: 2%;
    }

    .zhizao .content .picture-content .card:nth-of-type(2n) {
        margin-right: 0;
    }
}

.service-content {
    margin-top: .5rem;
}

.service-content .title {
    font-size: .29rem;
    line-height: 1.2;
    font-family: 'Montserrat-ExtraBold';
}

.service-content .des {
    font-size: .17rem;
    font-family: 'Montserrat-Light';
    line-height: 1.6;
    margin-top: .4rem;
}

.service-content .picture-box {
    width: 100%;
    height: 4.2rem;
    background: url(../images/img46.webp)no-repeat center;
    background-size: cover;
    margin-top: .6rem;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.service-content .picture-box .card {
    width: 25%;
    padding: .4rem;
    color: #FFF;
}

.service-content .picture-box .card::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
}

.service-content .picture-box .card:last-child::after {
    display: none;
}

.service-content .picture-box .card .dot {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: .2rem;
    height: .2rem;
    border: 1px #FFF solid;
    margin-left: auto;
    margin-right: auto;
    margin-top: .2rem;
}

.service-content .picture-box .card .dot::after {
    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: .14rem;
    height: .14rem;
    background-color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.service-content .picture-box .card .tit {
    font-size: .23rem;
    line-height: 1.4;
    font-family: 'Montserrat-ExtraBold';
    margin-top: .4rem;
}

.service-content .picture-box .card .text {
    margin-top: .35rem;
    font-size: .18rem;
    line-height: 1.5;
}

.service-content .Parts {
    margin-top: .6rem;
}

.service-content .Parts .con {
    width: 100%;
    margin-top: .35rem;
    height: 3.45rem;
    background: url(../images/img47.webp)no-repeat center;
    background-size: cover;
    color: #FFF;
    font-family: 'Montserrat-Light';
    padding: .85rem .9rem 0 .9rem;
    line-height: 1.7;
}

.service-content .tab-content {
    margin-top: .6rem;
}

.service-content .tab-content .pic-con {
    width: 7.8rem;
    height: 4.65rem;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

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

.service-content .tab-content .title-con {
    margin-right: .6rem;
}

.service-content .tab-content .title-con .tit {
    border-bottom: 1px #D3D6DD solid;
    font-family: 'Montserrat-ExtraBold';
}

.service-content .tab-content .title-con .text {
    font-size: .17rem;
    color: #434242;
    padding-bottom: .1rem;
    display: none;
    font-family: 'Montserrat-Light';
    line-height: 1.7;
    margin-top: .2rem;
    max-height: 1.8rem;
    overflow-y: auto;
}

.service-content .tab-content .title-con .tit {
    font-size: .25rem;
    line-height: 2;
    padding: .2rem 0;
    cursor: pointer;
}

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

.service-content .tab-content .title-con>div:first-child .tit {
    padding-top: 0;
}

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

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

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

.service-content .more {
    font-family: 'Montserrat-ExtraBold';
    margin-top: .4rem;
    text-align: right;
}

.service-content .more a {
    text-decoration: underline;
}

.service-content .content {
    background-color: #f8f8f8;
    padding-top: .65rem;
    padding-bottom: .6rem;
    margin-top: .6rem;
}

.service-content .content .txt {
    font-family: 'Montserrat-Light';
    line-height: 1.6;
    margin-top: .3rem;
}

.service-content .content .title-con {
    margin-right: 0;
}

.service-content .content .pic-con {
    margin-right: .6rem;
}

.service-content .Knowledge {
    margin-top: .9rem;
}

.service-content .Knowledge .more {
    text-align: center;
}

.service-content .Knowledge .con {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    margin-top: .7rem;
    border-top: 1px #949697 solid;
}

.service-content .Knowledge .con>a {
    border-bottom: 1px #949697 solid;
    font-size: .26rem;
    line-height: 1.4;
    padding: .3rem .4rem .3rem 0;
}

.service-content .Knowledge .con>a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .24rem;
    height: .24rem;
    background: url(../images/arrow4.webp)no-repeat center;
    background-size: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

@media (min-width:1025px) {
    .service-content .picture-box .card:hover {
        background-color: rgba(0, 97, 172, .5);
    }

    .service-content .Knowledge .con>a:hover::after {
        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);
    }
}

@media (max-width:1199px) {
    .service-content .title {
        font-size: 21px;
    }

    .service-content .des,
    .service-content .picture-box .card .text,
    .service-content .tab-content .title-con .text {
        font-size: 16px;
    }

    .service-content .picture-box .card .tit,
    .service-content .Knowledge .con>a {
        font-size: 17px;
    }

    .service-content .picture-box .card {
        padding-left: .3rem;
        padding-right: .3rem;
        padding-bottom: .6rem;
    }

    .service-content .picture-box .card .dot {
        width: 18px;
        height: 18px;
    }

    .service-content .picture-box .card .dot::after {
        width: 10px;
        height: 10px;
    }

    .service-content .picture-box,
    .service-content .Parts .con {
        height: auto;
    }

    .service-content .Parts .con {
        padding: .6rem;
    }

    .service-content .tab-content .title-con .tit {
        font-size: 19px;
    }

    .service-content .Knowledge .con {
        margin-left: 0;
        margin-right: 0;
    }

    .service-content .Knowledge .con>a {
        padding-right: 25px;
    }

    .service-content .Knowledge .con>a::after {
        width: 16px;
        height: 16px;
    }
}

@media (max-width:950px) {
    .service-content .picture-box .card {
        width: 50%;
    }

    .service-content .tab-content .pic-con {
        width: 100%;
        margin-top: .4rem;
    }

    .service-content .tab-content .title-con,
    .service-content .content .pic-con {
        margin-right: 0;
    }

    .service-content .tab-content .pic-con {
        height: auto;
    }

    .service-content .tab-content .pic-con>div {
        height: auto;
        padding-top: 60%;
        position: relative;
    }

    .service-content .tab-content .pic-con>div img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .service-content .content .pic-con {
        margin-top: 0;
    }

    .service-content .content .title-con {
        margin-top: .4rem;
    }

    .service-content .tab-content .title-con .text {
        max-height: 100%;
    }
}

@media (max-width: 767px) {
    .nav li:nth-child(2) .drop,
    .nav li:nth-child(3) .drop{
        max-width: 100%;
    }
    .service-content .Parts .con {padding: .4rem;}
	 .home-pro .content .play-con .pic{height: 5.9rem;}
}

@media (max-width:540px) {
    .service-content .picture-box .card {
        width: 100%;
    }

    .service-content .picture-box .card::after {
        right: auto;
        bottom: 0;
        height: 1px;
        width: 100%;
        left: 0;
        top: auto
    }
}

.Innovation {
    margin-top: .2rem;
}

.Innovation .submenu {
    margin-top: .4rem;
}

.Innovation .submenu>a {
    border: 1px #30424e solid;
    line-height: .5rem;
    padding: 0 .5rem;
    font-family: 'Montserrat-Light';
    margin-right: .15rem;
}

.Innovation .submenu>a.active {
    background-color: #0061ab;
    border-color: #0061ab;
    color: #FFF;
    font-family: 'Montserrat-ExtraBold';
}

.Innovation .submenu>a:last-child {
    margin-right: 0;
}

.Innovation .title {
    font-size: .31rem;
    line-height: 1.4;
    font-family: 'Montserrat-ExtraBold';
}

.Innovation .des {
    font-family: 'Montserrat-Light';
    font-size: .17rem;
    line-height: 1.7;
}

.Innovation .txt-content {
    margin-top: .6rem;
}

.Innovation .txt-content .des {
    margin-top: .2rem;
}

.Innovation .txt-content .title {
    margin-top: .35rem;
}

.Innovation .pic-content {
    margin-top: .5rem;
}

.Innovation .pic-content .pic-con {
    width: 9.45rem;
}

.Innovation .pic-content .pic-con .pic {
    overflow: hidden;
    padding-top: 51.5%;
}

.Innovation .pic-content .pic-con .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.Innovation .pic-content .title-con {
    margin-right: .3rem;
}

.Innovation .pic-content .title-con>div {
    background-color: #f4f3f3;
    padding: .37rem .55rem;
    font-size: .21rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.3;
    margin-bottom: .2rem;
}

.Innovation .pic-content .title-con>div:last-child {
    margin-bottom: 0;
}

.Innovation .pic-content .title-con>div::before {
    content: '';
    position: absolute;
    left: .35rem;
    top: .45rem;
    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;
}

.Innovation .num-box {
    margin-top: .3rem;
}

.Innovation .num-box .card {
    width: 32%;
    background-color: #f4f3f3;
    padding-top: .25rem;
    padding-bottom: .3rem;
    margin-top: .2rem;
}

.Innovation .num-box .card .counter,
.Innovation .num-box .card .unit {
    color: #0061ac;
    font-size: .57rem;
    line-height: 1;
    font-family: 'Montserrat-ExtraBold';
}

.Innovation .num-box .card .txt {
    font-family: 'Montserrat-Light';
    line-height: 1.4;
    margin-top: .1rem;
}

.Innovation .pic-box {
    width: 100%;
    color: #FFF;
    height: 4.4rem;
    background: url(../images/img51.webp)no-repeat center;
    background-size: cover;
    margin-top: .8rem;
}

.Innovation .pic-box .txt {
    margin-top: .2rem;
    line-height: 1.7;
    font-family: 'Montserrat-Light';
}

.Innovation .Rd {
    margin-top: .6rem;
}

.Innovation .Rd .con {
    margin-top: .35rem;
}

.Innovation .Rd .con .card {
    width: 32.5%;
    overflow: hidden;
}

.Innovation .Rd .con .card .pic {
    overflow: hidden;
    width: 100%;
    padding-top: 55.5%;
}

.Innovation .Rd .con .card .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.Innovation .Rd .con .card .tit {
    font-family: 'Montserrat-ExtraBold';
    color: #0061ab;
    line-height: 1.2;
    font-size: .25rem;
    margin-top: .25rem;
}

.Innovation .Rd .con .card .tit1 {
    font-size: .18rem;
    line-height: 1.2;
    font-family: 'Montserrat-ExtraBold';
    margin-top: .25rem;
}

.Innovation .Rd .con .card .txt {
    color: #666;
    line-height: 1.7;
    font-size: .16rem;
    font-family: 'Montserrat-Light';
    text-indent: .1rem;
    margin-top: .1rem;
}

.Innovation .Rd .con .card .txt p::before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 0;
    top: .12rem;
}

.Innovation .val-con {
    margin-top: 1rem;
}

.Innovation .val-con .con {
    margin-top: .3rem;
}

.Innovation .val-con .con .pic {
    width: 9.5rem;
    height: 4.9rem;
    overflow: hidden;
    margin-right: .3rem;
}

.Innovation .val-con .title-con>div {
    background-color: #f4f3f3;
    margin-bottom: .2rem;
    height: 1.5rem;
    padding: .3rem .4rem 0 .4rem;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 1.2rem;
    line-height: 1.5;
}

.Innovation .val-con .title-con>div::before {
    content: '';
    position: absolute;
    left: .2rem;
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    background-color: #0061ac;
    top: .4rem;
}

.Innovation .val-con .title-con>div:last-child {
    margin-bottom: 0;
}

.Innovation .val-con .title-con>div:nth-child(1) {
    background-image: url(../images/icon1.webp);
}

.Innovation .val-con .title-con>div:nth-child(2) {
    background-image: url(../images/icon2.webp);
}

.Innovation .val-con .title-con>div:nth-child(3) {
    background-image: url(../images/icon3.webp);
}

.Innovation .n-pro {
    margin-top: .7rem;
}

.Innovation .n-pro .title-con {
    margin-top: .25rem;
}

.Innovation .n-pro .title-con>div {
    width: 24%;
    border: 1px #0061ac solid;
    height: 1.4rem;
    padding-left: .3rem;
    padding-right: .3rem;
    padding-top: .1rem;
    line-height: 1.4;
    margin-top: .2rem;
    cursor: pointer;
}

.Innovation .n-pro .title-con .on {
    background-color: #0061ac;
    color: #FFF;
}

.Innovation .n-pro .title-con .on::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #0061ac;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.Innovation .n-pro .n-pro-con {
    margin-top: .7rem;
}

.Innovation .n-pro .n-pro-con .text-con {
    margin-right: .4rem;
}

.Innovation .n-pro .n-pro-con .des {
    margin-top: .1rem;
    line-height: 1.7;
    font-size: .19rem;
}

.Innovation .n-pro .n-pro-con .text {
    font-family: 'Montserrat-ExtraBold';
    text-indent: .2rem;
    line-height: 2;
    margin-top: .4rem;
}

.Innovation .n-pro .n-pro-con .text p::before {
    content: '';
    position: absolute;
    left: 0;
    top: .1rem;
    width: 4px;
    height: .18rem;
    background-color: #0061ac;
}

.Innovation .n-pro .pic {
    overflow: hidden;
    width: 6.45rem;
    height: 4.1rem;
}

@media (min-width:1025px) {

    .Innovation .submenu>a:hover,
    .video-content .submenu>a:hover {
        background-color: #0061ac;
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .Innovation .submenu>a {
        line-height: 21px;
        padding: .15rem .4rem;
    }

    .Innovation .des,
    .Innovation .Rd .con .card .tit1,
    .Innovation .n-pro .n-pro-con .des {
        font-size: 17px;
    }

    .Innovation .title {
        font-size: 21px;
    }

    .Innovation .pic-content .title-con>div,
    .Innovation .Rd .con .card .tit {
        font-size: 19px;
    }

    .Innovation .num-box .card .counter,
    .Innovation .num-box .card .unit {
        font-size: 35px;
    }

    .Innovation .Rd .con .card .txt {
        font-size: 15px;
        text-indent: 15px;
    }

    .Innovation .Rd .con .card .txt p::before {
        top: 10px;
    }

    .Innovation .n-pro .title-con>div {
        padding-left: .2rem;
        padding-right: .2rem;
    }

    .Innovation .n-pro .n-pro-con .text p::before {
        height: 16px;
        top: 5px;
    }
}

@media (max-width:950px) {

    .Innovation .pic-content,
    .Innovation .val-con .con {
        display: block;
    }

    .Innovation .pic-content .pic-con {
        width: 100%;
        margin-top: .4rem;
    }

    .Innovation .pic-content .title-con,
    .Innovation .n-pro .n-pro-con .text-con {
        margin-right: 0;
    }

    .Innovation .val-con .con .pic {
        width: 100%;
        margin-right: 0;
        height: auto;
        padding-top: 60%;
    }

    .Innovation .val-con .con .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .Innovation .val-con .title-con,
    .Innovation .n-pro .n-pro-con .text-con {
        margin-top: .3rem;
    }

    .Innovation .val-con .title-con>div {
        height: auto;
        padding-left: 30px;
        padding-bottom: 20px;
        padding-top: 20px;
        padding-right: 60px;
    }

    .Innovation .val-con .title-con>div::before {
        top: 25px;
        left: 15px;
        width: 6px;
        height: 6px;
    }

    .Innovation .n-pro .title-con>div {
        width: 48%;
        height: auto;
        padding-bottom: .3rem;
        margin-bottom: 10px;
    }

    .Innovation .n-pro .title-con .on::after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #0061ac;
        bottom: -10px;
    }

    .Innovation .n-pro .pic {
        width: 100%;
        height: auto;
        padding-top: 60%;
        order: 1;
    }

    .Innovation .n-pro .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .Innovation .n-pro .n-pro-con .text-con {
        order: 2;
    }

    .Innovation .n-pro .n-pro-con {
        margin-top: .3rem;
    }
}

@media (max-width:767px) {

    .Innovation .num-box .card,
    .Innovation .Rd .con .card {
        width: 100%;
    }

    .Innovation .Rd .con .card {
        margin-bottom: .3rem;
    }

    .Innovation .Rd .con .card:last-child {
        margin-bottom: 0;
    }
}

@media (max-width:540px) {
    .Innovation .submenu>a {
        margin-top: .2rem;
        width: 49%;
        margin-right: 2%;
    }

    .Innovation .submenu>a:nth-child(even) {
        margin-right: 0;
    }
}

.x3000 {
    margin-top: .4rem;
}

.x3000 .text-grid .title {
    font-size: .35rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.3;
}

.x3000 .text-grid .des {
    font-family: 'Montserrat-Light';
    margin-top: .3rem;
    line-height: 1.7;
}

.x3000 .text-grid .con {
    margin-top: 1rem;
}

.x3000 .text-grid .con .video-play {
    width: 8.35rem;
    height: 4.7rem;
}

.x3000 .text-grid .con .car-pic {
    height: 5.4rem;
    overflow: hidden;
}

.x3000 .text-grid .con .car-pic img {
    max-height: 100%;
}

.x3000 .text-grid .con .video-play .my-video-dimensions {
    height: 100%;
}

.x3000 .text-grid .con .video-play .video-js .vjs-big-play-button {
    width: .67rem;
    height: .48rem;
    margin-left: -.24rem;
    margin-top: -.34rem;
}

.x3000 .text-grid .picture-box {
    margin-top: .6rem;
}

.x3000 .text-grid .picture-box .item {
    margin-top: .3rem;
    width: 32.3%;
}

.x3000 .text-grid .picture-box .item .pic {
    overflow: hidden;
    width: 100%;
    padding-top: 65%;
}

.x3000 .text-grid .picture-box .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.x3000 .text-grid .picture-box .item .tit {
    border-bottom: 1px #bfbfbf solid;
    font-family: 'Montserrat-ExtraBold';
    line-height: 2.4;
    margin-top: .2rem;
    font-size: .21rem;
}

.x3000 .text-grid .picture-box .item .txt {
    font-size: .16rem;
    line-height: 1.7;
    font-family: 'Montserrat-Light';
    margin-top: .2rem;
}

.x3000 .Models {
    background-color: #fafafa;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-top: 1rem;
}

.x3000 .Models .title {
    font-family: 'Montserrat-ExtraBold';
    font-size: .35rem;
    line-height: 1;
}

.x3000 .Models .content {
    margin-top: .3rem;
}

.x3000 .Models .item {
    background-color: #FFF;
    width: 48.5%;
    height: 3.2rem;
    padding: .4rem .3rem .4rem .3rem;
    margin-top: .3rem;
}

.x3000 .Models .item .tit {
    font-size: .25rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.4;
    height: 1rem;
}

.x3000 .Models .item .pic {
    justify-content: flex-end;
    width: 3.2rem;
    overflow: hidden;
    height: 2.35rem;
}

.x3000 .Models .item .pic img {
    max-width: 100%;
    max-height: 100%;
}

.x3000 .Models .item .button {
    margin-top: .3rem;
}

.x3000 .Models .item .button>a {
    line-height: .4rem;
    padding: 0 .36rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    font-size: .16rem;
}

.x3000 .Models .item .button>a:first-child {
    background-color: #0061ab;
    color: #FFF;
}

.x3000 .Models .item .button>a:last-child {
    padding-right: .6rem;
    border: 1px #464646 solid;
}

.x3000 .Models .item .button>a:last-child::after {
    content: '';
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .14rem;
    height: .14rem;
    background: url(../images/arrow3.webp)no-repeat center;
    background-size: 100%;
}

.x3000 .Models .more {
    font-family: 'Montserrat-ExtraBold';
    margin-top: .4rem;
}

.x3000 .Models .more a,
.x3000 .Models .more p {
    text-decoration: underline;
    font-size: .33rem;
    line-height: 1.4;
}

.x3000 .txt-content {
    margin-top: 1.05rem;
}

.x3000 .txt-content .pic {
    width: 7.87rem;
    height: 5.58rem;
    overflow: hidden;
    margin-right: .4rem;
}

.x3000 .txt-content .tit {
    font-size: .23rem;
    line-height: .6rem;
    font-family: 'Montserrat-ExtraBold';
    margin-left: -.9rem;
    margin-top: .3rem;
}

.x3000 .txt-content .tit p {
    margin-top: .1rem;
    background-color: #eaeaee;
    padding: .22rem; line-height:.3rem;
}

.x3000 .txt-content .des {
    font-size: .17rem;
    font-family: 'Montserrat-Light';
    line-height: 1.7;
    margin-top: .4rem;
}

.x3000 .txt-content .des p {
    margin-top: .3rem;
}

.x3000 .Results {
    background-color: #fafafa;
    margin-top: .7rem;
    padding-top: .6rem;
    padding-bottom: .6rem;
}

.x3000 .Results .title {
    font-size: .4rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.2;
}

.x3000 .Results .des {
    line-height: 1.65;
    margin-top: .2rem;
}

.x3000 .Results .content {
    margin-top: .5rem;
}

.x3000 .Results .item {
    overflow: hidden;
    width: 32.5%;
    background-color: #FFF;
}

.x3000 .Results .item .pic {
    overflow: hidden;
    padding-top: 57%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.x3000 .Results .item .pic img {
    position: absolute;
    left: 0;
    top: 0;width:100%
}

.x3000 .Results .item .text-content {
    padding: .4rem .3rem .5rem;
}

.x3000 .Results .item .tit {
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.2;
    font-size: .24rem;
}

.x3000 .Results .item .txt {
    font-size: .16rem;
    line-height: 1.7;
    margin-top: .2rem;
    color: #56657a;min-height: 2rem;
}

.x3000 .Results .item .arrow {
    width: .25rem;
    height: .22rem;
    position: absolute;
    left: .3rem;
    bottom: .2rem;
    background: url(../images/arrow5.webp)no-repeat center;
    background-size: 100%;
}

.x3000 .Gallery {
    margin-top: 1rem;
}

.x3000 .Gallery .title {
    font-size: .4rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.2;
}

.x3000 .Gallery .des {
    margin-top: .25rem;
    padding-right: 3.8rem;
    line-height: 1.7;
}

.x3000 .Gallery .content {
    margin-top: .5rem;
}

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

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

.x3000 .receive {
    margin-top: .95rem;
}

.x3000 .receive .title {
    font-size: .31rem;
    font-family: 'Montserrat-ExtraBold';
    line-height: 1.2;
}

.x3000 .receive .text-con {
    margin-top: .8rem;
}

.x3000 .receive .text {
    width: 32%;
    font-size: .2rem;
    padding-left: .8rem;
    line-height: 1.6;
    background: url(../images/icon4.webp)no-repeat left .1rem;
    background-size: .53rem;
}

@media (max-width:1199px) {

    .x3000 .text-grid .title,
    .x3000 .Results .title,
    .x3000 .Gallery .title {
        font-size: 25px;
    }

    .x3000 .text-grid .con {
        margin-top: .6rem;
    }

    .x3000 .text-grid .picture-box {
        margin-top: .3rem;
    }

    .x3000 .text-grid .picture-box .item .tit,
    .x3000 .Models .item .tit,
    .x3000 .Models .more a,
    .x3000 .Models .more p,
    .x3000 .txt-content .tit,
    .x3000 .Results .item .tit {
        font-size: 19px;
    }

    .x3000 .text-grid .picture-box .item .txt,
    .x3000 .Models .item .button>a,
    .x3000 .txt-content .des,
    .x3000 .Results .item .txt {
        font-size: 16px;
    }

    .x3000 .Models .item .button>a {
        width: 48%;
        line-height: 30px;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
        padding: 0 .1rem;
    }

    .x3000 .Models .item .tit {
        height: 68px;
    }

    .x3000 .Models .item {
        width: 49%;
    }

    .x3000 .Results .item .text-content {
        height: 240px;
    }

    .x3000 .Gallery .des {
        padding-right: 0;
    }

    .x3000 .receive .title {
        font-size: 21px;
    }

    .x3000 .receive .text {
        font-size: 16px;
    }
}

@media (max-width:950px) {
    .x3000 .text-grid .con {
        display: block;
    }

    .x3000 .text-grid .con .car-pic {
        width: 100%;
        height: auto;
        justify-content: center;
    }

    .x3000 .text-grid .con .car-pic img {
        max-width: 70%;
    }

    .x3000 .text-grid .con .video-play {
        width: 100%;
        height: 7.8rem;
    }

    .x3000 .Models .item .tit {
        height: 48px;
    }

    .x3000 .Models .item .button {
        display: block;
    }

    .x3000 .Models .item .button>a {
        width: 100%;
        display: block;
    }

    .x3000 .Models .item .button>a:last-child {
        margin-top: .2rem;
    }

    .x3000 .txt-content .pic {
        width: 100%;
        margin-right: 0;
        padding-top: 65%;
        height: auto;
    }

    .x3000 .txt-content .pic.video {
        padding-top: 0%;
        height: 5.58rem;
    }

    .x3000 .txt-content .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .x3000 .txt-content .tit {
        margin-left: 0;
    }

    .x3000 .Gallery .content .pic {
        width: calc(33.333% - 0.075rem);
    }

    .x3000 .Gallery .content .pic:nth-of-type(4n) {
        margin-right: .1rem;
    }

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

@media (max-width:767px) {
    .x3000 .text-grid .con .video-play {
        height: 4rem;
    }

    .x3000 .text-grid .con {
        margin-top: .4rem;
    }

    .x3000 .text-grid .picture-box .item,
    .x3000 .Results .item,
    .x3000 .receive .text {
        width: 100%;
    }

    .x3000 .Models .item {
        height: auto;
        padding-bottom: .4rem;
    }

    .x3000 .Models .item .pic {
        order: 1;
        width: 100%;
        padding-top: 65%;
    }

    .x3000 .Models .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%);
    }

    .x3000 .Results .content {
        margin-top: 0;
    }

    .x3000 .Results .item,
    .x3000 .receive .text {
        margin-top: .3rem;
    }

    .x3000 .Models .item .txt-con {
        order: 2;
        margin-top: .3rem;
    }

    .x3000 .Results .item .text-content {
        height: auto;
        padding-bottom: .8rem;
    }

    .x3000 .Gallery .content .pic {
        width: calc(49% - 0.075rem);
    }

    .x3000 .Gallery .content .pic:nth-of-type(3n) {
        margin-right: .075rem;
    }

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

    .x3000 .receive .text-con {
        margin-top: .2rem;
    }
	.x3000 .Models .more a{font-size: 24px;}

}

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

    .x3000 .Models .item .button {
        display: flex;
    }

    .x3000 .Models .item .button>a {
        width: 46%;
        margin-top: 0 !important;
        padding-left: .3rem;text-align: center;
    }

    .x3000 .Models .item .tit {
        height: auto;
    }

    .x3000 .Gallery .content .pic {
        width: 100%;
        margin-right: 0 !important;
        height: auto;
        padding-top: 68%;
    }

    .x3000 .Gallery .content .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
}








.aligncenter {
    display: block;
    margin: 0 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 table,
.rich-text table tr,
.rich-text table th,
.rich-text table td{
    border: 1px solid #000;
}

.rich-text * {
    max-width: 100% !important;
}

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


/* 下载 */

.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-size: .26rem;
    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;
    }
}

@media (max-width: 767px) {
    .popup.tip .icon {
        width:80px;
        height: 80px
    }
    .popup.iframe .container {
        width: 90%;
        height: 50%
    }
}

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

@media (max-width:1199px) {
    .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;
    }
}

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